.hero {
  display: flex;
  padding: 7vw 6vw 3vw;
  background-color: white;
  position: relative;
  z-index: 100;
}

.hero .text {
  height: 100%;
  width: 50%;
}

.hero .form {
  width: 50%;
}

.hero .text h1 {
  font-size: 4.7vw;
  font-family: lufga;
  font-weight: 600;
  text-transform: capitalize;

}

.hero .text h1 span {
  width: fit-content;

  background: -webkit-linear-gradient(0deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .text p {
  font-size: 22px;
  width: 50%;
  line-height: 1.5;
  margin-top: 1.5vw;
}

.hero form {
  border-radius: 1vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-shadow: 20px 13px 32px 1px #00000014;
}

.hero form label {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}

.hero form label span {
  color: #b667fe;
}

.hero form input {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fcfcfc;
  padding: 15px 20px;
  margin-top: 10px;
}

.hero form input:focus {
  outline: 2px solid #b667fe;
}

.hero form textarea {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fcfcfc;
  padding: 15px 20px;
  margin-top: 10px;
  height: 160px;
}

.hero form textarea:focus {
  outline: 2px solid #b667fe;
}

.hero form .policy {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 1.5vw;
}

.hero form .checkbox {
  width: fit-content;
  margin: 0;
  height: 20px;
  width: 20px;
}

.hero form .policy p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.hero form a {
  width: 100%;
  background-color: black;
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #2ed0d5, #b667fe, #2ed0d5, #b667fe, #2ed0d5);
  background-size: 400%;
  color: white;
  font-size: 20px;
  padding: 15px 0;
  border-radius: .5vw;
  margin-top: 2vw;
}

.hero form a:hover {
  animation: changeGradientAnimation 15s linear infinite
}

@media (max-width: 1500px) {
  .hero .text p {
    width: 80%;
    font-size: 20px;
  }

  .hero form label {
    font-size: 20px;
  }

  .hero form input {
    padding: 12px 16px;
  }

  .hero form .checkbox {
    height: 16px;
    width: 16px;
  }

  .hero form .policy p {
    font-size: 16px;
  }

  .hero form a {
    font-size: 18px;
    padding: 14px 0;
    margin-top: 30px;
  }
}

@media (max-width: 1300px) {
  .hero form textarea {
    height: 120px;
  }
}

@media (max-width: 1200px) {
  .hero label {
    font-size: 16px !important;
  }

  .hero form input {
    padding: 8px 10px;
  }

  .hero form .checkbox {
    height: 14px;
    width: 14px;
  }

  .hero form .policy p {
    font-size: 12px;
  }

  .hero form a {
    font-size: 14px;
    padding: 10px 0;
  }

  .hero .text p {
    width: 70%;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hero form a {
    border-radius: 1vw;
  }
}

@media (max-width: 900px) {
  .hero form textarea {
    height: 90px;
  }
}

@media (max-width: 750px) {
  .hero {
    flex-direction: column;
  }

  .hero .text {
    width: 100%;
    text-align: center;
  }

  .hero .text p {
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero .form {
    width: 100%;
    margin-top: 20px;
  }

  .hero form {
    width: 75%;
    margin: auto;
  }

  .hero h1 .second-br {
    display: none;
  }

  .hero h1 {
    font-size: 7.3vw !important;
  }

  .faq_section h1 {
    font-size: 6.5vw !important;
  }

  .faq_section .accordion-button {
    font-size: 16px;
  }

  .faq_section .faq_container {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .hero form {
    width: 95%;
  }

  .hero form a {
    border-radius: 7px;
  }
  .hero{
    padding: 10vw 12px 3vw ;
  }
  .faq_section {
  padding: 13vw 12px !important;
}
}

@media (max-width: 550px) {
  .hero .text h1 {
    font-size: 34px !important;
  }

  .hero .text p {
    font-size: 14px;
  }

  .hero form {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }

  .hero form input {
    margin-top: 10px;
    border-radius: 6px;
  }

  .hero form label {
    margin-top: 20px;
  }

  .hero form a {
    margin-top: 20px;
  }

  .faq_section h1 {
    font-size: 34px;
  }
}



.faq_section {
  padding: 5vw 7vw;
}

.faq_section .faq_container {
  width: 70%;
  margin: auto;
  margin-top: 50px;
}

.faq_section h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq_section h1 {
  color: #000;
  font-family: Lufga;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 1vw;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.faq_section h1 span {
  background: -webkit-linear-gradient(180deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}

.accordion-button:focus {
  background-color: white;
  box-shadow: none;
  outline: none;
}

.accordion-header {
  border-radius: 10px !important;
}

.accordion-button {
  border-radius: 10px !important;
  border: none !important;
  color: black;
  font-size: 22px;
  line-height: 1.5;
}

.accordion-button:focus {
  color: black;
}

.accordion-body {
  border: none !important;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px;
  border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
}

@media (max-width: 1200px) {
  .faq_section .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 1040px) {
  .faq_section h1 {
    font-size: 4.5vw;
  }
}

@media (max-width: 700px) {
  .faq_section h1 {
    font-size: 5.5vw;
  }

  .faq_section .faq_container {
    width: 100%;
  }

  .faq_section .accordion-button {
    font-size: 16px;
  }

  .faq_section h5 {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .faq_section h1 {
    font-size: 34px !important;
  }
      .faq_section .accordion-button {
        font-size: 15px;
        padding: 12px 9px;
    }
    .accordion-body {
      font-size: 15px;
    }
}