* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins-Regular"), url("../assets/fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Eczar-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Eczar-Regular"), url("../assets/fonts/Eczar/static/Eczar-Regular.ttf");
}

section {
  width: 100vw;
  background-color: #141414;
}

.form-section {
  width: 100%;
  height: 100%;
  background-image: url(../assets/imgs/section2__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 174px;
}

.content {
  width: 100%;
  max-width: 1296px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}

h1 {
  color: white;
  font-family: "Eczar-Regular", sans-serif;
  font-size: 70px;
  margin: 0 0 50px;
}

.transparent-form {
  display: grid;
  gap: 30px;
}

.transparent-form .question-text {
  color: #f4be32;
  font-size: 22px;
  border: 1px solid #f4be32;
  padding: 18px 26px;
  width: 100%;
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 20px;
  cursor: default;
}

.transparent-form textarea {
  color: white;
  font-size: 22px;
  border: 1px solid white;
  padding: 18px 26px;
  width: 100%;
  height: 145px;
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: none;
}

textarea:focus,
textarea:focus-visible,
textarea:active,
input:focus,
input:focus-visible,
input:active,
button:focus,
button:focus-visible,
button:active {
  outline: none;
  box-shadow: none;
}

.note {
  color: white;
  font-size: 25px;
  width: 100%;
  font-family: "Poppins-Regular", sans-serif;
  cursor: default;
  text-align: center;
  font-weight: 400;
  margin: 50px 0 70px;
}

h3 {
  color: white;
  font-size: 40px;
  width: 100%;
  font-family: "Poppins-Regular", sans-serif;
  cursor: default;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 37px;
}

.transparent-form {
  width: 100%;
}

.form-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}

.box .yellow-input .row {
  width: 777px;
  height: 84px;
  background-color: #f4be32;
  padding: 18px 26px;
  border-radius: 35px;
}

.box .yellow-input .row {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.box .yellow-input .row input {
  color: #191919;
  font-size: 22px;
  width: calc(100% - 186px);
  height: 100%;
  font-family: "Poppins-Regular", sans-serif;
  border: none;
  background-color: transparent;
  padding: 0;
}

form .email-row input {
  margin: 0;
}

.box .yellow-input .row .send-btn {
  background-color: #191919;
  color: #f4be32;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 20px;
  border: none;
  width: 179px;
  height: 70px;
  position: absolute;
  z-index: 1;
  right: 7px;
  border-radius: 30px;
}

.box .yellow-input label {
  color: #d8d7d7;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 18px;
}

.yellow-form {
  background-color: #f4be32;
  border-radius: 30px;
  padding: 60px 40px;
  width: 100%;
  margin: 107px 0 0;
  display: grid;
  gap: 30px;
}

.yellow-form .question-text {
  color: #f4be32;
  background-color: black;
  font-size: 22px;
  border: 1px solid black;
  padding: 18px 26px;
  width: 100%;
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 20px;
  cursor: default;
}

.yellow-form textarea {
  color: black;
  font-size: 22px;
  border: 1px solid black;
  padding: 18px 26px;
  width: 100%;
  height: 145px;
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: none;
}

.row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
  gap: 100px;
}

.box {
  width: 612px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.box .clm {
  width: 100%;
}

.box form {
  width: 100%;
}

.box input {
  color: black;
  background-color: transparent;
  font-size: 22px;
  border: 1px solid black;
  padding: 18px 26px;
  width: 100%;
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 30px;
  margin: 10px 0 23px;
}

input::placeholder {
  color: rgb(75, 72, 72);
  opacity: 0.6;
}

.yellow-form textarea::placeholder {
  color: rgb(75, 72, 72);
  opacity: 0.6;
}

.box label {
  color: black;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 18px;
}

.form-group {
  display: block;
  margin: -10px 0 0;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #373535;
  box-shadow: none;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  width: 4px;
  height: 4px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #373535;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.submit-btn {
  width: 100%;
  background-color: #191919;
  border: none;
  cursor: pointer;
  color: #f4be32;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 20px;
  border-radius: 35px;
  height: 82px;
  margin: 30px 0 0;
}

img {
  max-width: 382px;
  margin: 0 auto;
  background: #141414;
  border-radius: 50%;
}

/* @media all and (max-width: 1300px) {
  .content {
    max-width: 1000px;
  }

  img {
    max-width: 250px;
  }
} */

@media all and (max-width: 1440px) {
  .content {
    max-width: 768px;
  }

  h1 {
    font-size: 39px;
    margin: 0 0 50px;
  }

  .transparent-form .question-text,
  .transparent-form textarea,
  .yellow-form .question-text,
  .yellow-form textarea,
  .box input {
    font-size: 18px;
    padding: 11px 26px;
  }

  .yellow-form .question-text,
  .yellow-form textarea {
    font-size: 16px;
  }

  .box form .row input {
    font-size: 18px;
    width: calc(100% - 117px);
    padding: 0;
  }
  .form-group label:before {
    padding: 8px;
  }
  .form-group input:checked + label:after {
    top: 3px;
    left: 9px;
    width: 4px;
    height: 11px;
  }

  .note {
    font-size: 15px;
    margin: 40px 0 55px;
  }

  h3 {
    font-size: 29px;
    margin: 0 0 37px;
  }

  .box form .row {
    width: 100%;
    height: 60px;
  }

  .box form .row .send-btn {
    font-size: 16px;
    width: 130px;
    height: 51px;
  }

  .row {
    gap: 65px;
  }

  .box form label {
    font-size: 13px;
  }

  .box {
    width: 60%;
  }

  .box label {
    font-size: 14px;
  }

  img {
    max-width: 29%;
  }

  .submit-btn {
    font-size: 18px;
    height: 55px;
  }

  .form-section {
    padding: 96px 0 120px;
  }
}

@media all and (max-width: 768px) {
  .content {
    max-width: 600px;
  }

  img {
    max-width: 200px;
  }

  h1 {
    font-size: 41px;
  }

  .transparent-form {
    gap: 20px;
  }

  .note {
    font-size: 16px;
  }

  h3 {
    width: 100%;
  }

  .box,
  .box form .row {
    width: 100%;
  }

  .box form .row {
    padding: 11px 26px;
  }

  .yellow-form {
    padding: 40px 20px;
    margin: 70px 0 0;
  }

  .box form .row .send-btn {
    font-size: 18px;
    width: 130px;
    height: 52px;
  }

  .box form .row input {
    font-size: 18px;
    width: calc(100% - 145px);
  }

  .box label {
    font-size: 12px;
  }

  .submit-btn {
    font-size: 16px;
    height: 55px;
    margin: 30px 0 0;
  }

  img {
    max-width: 150px;
  }

  .box input {
    font-size: 18px;
    padding: 10px 26px;
    margin: 3px 0 20px;
  }

  .form-group label:before {
    width: 0px;
    height: 0px;
  }

  .form-group input:checked + label:after {
    top: 2px;
    left: 8.5px;
    width: 4px;
    height: 10px;
  }
}

@media all and (max-width: 600px) {
  .content {
    max-width: 90%;
  }

  .form-section {
    padding: 70px 0;
  }

  h1 {
    font-size: 21px;
    margin: 0 0 30px;
  }

  .transparent-form .question-text,
  .transparent-form textarea,
  .yellow-form .question-text,
  .yellow-form textarea,
  .box input {
    font-size: 14px;
    padding: 10px 20px;
  }

  .note {
    font-size: 12px;
    margin: 30px 0 35px;
  }

  h3 {
    font-size: 16px;
    margin: 0 0 35px;
  }

  .box form label {
    font-size: 10px;
  }

  img {
    display: none;
  }

  .yellow-form textarea,
  .transparent-form textarea {
    height: 110px;
  }

  .box form .row .send-btn {
    font-size: 12px;
    width: 77px;
    height: 40px;
  }

  .box form .row {
    height: 48px;
  }

  .box form .row input {
    padding: 0;
    font-size: 14px;
    width: calc(100% - 83px);
  }
}
