.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 160px 0 80px 0;
  background: radial-gradient(50% 55.07% at 50% -17.63%, #55e1dd 3.37%, #0131b9 42.81%, #020816 100%);
}
.section-1 h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-family: "PoppinsBold";
}
.section-1 p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "PoppinsRegular";
}

.section-2 {
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 350px;
  position: relative;
  z-index: 1;
}
.section-2 .ellipse3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.section-2 .ellipse4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-2 .side-left {
  z-index: 1;
}
.section-2 .side-left .w3ap-title-section p {
  color: white;
}
.section-2 .side-left h1 {
  font-size: 48px;
  font-weight: 500;
  font-family: "PoppinsMedium";
  color: white;
}
.section-2 .side-left p {
  font-size: 18px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: #999999;
}
.section-2 .side-right .item {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.section-2 .side-right .item:hover {
  cursor: pointer;
}
.section-2 .side-right .item .questions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.section-2 .side-right .item .questions p {
  font-size: 24px;
  font-family: "PoppinsMedium";
  font-weight: 500;
  color: white;
}
.section-2 .side-right .item .questions img {
  width: 24px;
  height: 24px;
}
.section-2 .side-right .item .answers {
  padding-top: 24px;
  padding-left: 14px;
}
.section-2 .side-right .item .answers p {
  font-size: 16px;
  font-family: "PoppinsRegular";
  font-weight: 400;
  color: #999999;
}
.section-2 .side-right .item .answers a {
  text-decoration: none;
}
.section-2.contact {
  gap: 200px;
}
.section-2.contact .contact-add {
  display: flex;
  gap: 50px;
  padding-top: 20px;
}
.section-2.contact .contact-add .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "PoppinsBold";
  color: #6c24f5;
}
.section-2.contact .contact-right .title {
  font-size: 40px;
  font-weight: 700;
  font-family: "PoppinsBold";
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.section-2.contact .contact-right .form-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-2.contact .contact-right .form-contact .form-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-2.contact .contact-right .form-contact .form-one input {
  padding: 12px 16px;
  width: 300px;
  background: rgba(123, 123, 123, 0.3215686275);
  color: white;
  border: 1px solid rgba(123, 123, 123, 0.3215686275);
  border-radius: 8px;
}
.section-2.contact .contact-right .form-contact textarea {
  background: rgba(123, 123, 123, 0.3215686275);
  color: white;
  border: 1px solid rgba(123, 123, 123, 0.3215686275);
  border-radius: 8px;
}
.section-2.contact .contact-right .form-contact button {
  background: linear-gradient(90deg, #06127c 0%, #40184c 54.61%, #a71baf 100%);
  border: unset;
  color: white;
  font-size: 16px;
  font-weight: "PoppinsMedium";
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 20px;
}

.section-3 {
  background-image: url(../images/517c90c32b769213ec7ed692addcabff03ccc979.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  backdrop-filter: blur(25px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 64px 133px;
  gap: 20px;
}
.section-3 .section-3-content h1 {
  font-size: 56px;
  font-weight: 400;
  color: #ffffff;
  font-family: "PoppinsRegular";
}
.section-3 .section-3-content h1.mobile-title {
  display: none;
}
.section-3 .section-3-content p {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
}
.section-3 .section-3-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-3 .section-3-social img {
  width: 28px;
  height: 28px;
}
.section-3 .section-3-social p {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  font-family: "PoppinsSemiBold";
}
.section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: -2;
}
.section-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../images/Gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .section-1 {
    padding: 140px 20px 60px 20px;
  }
  .section-1 h1 {
    font-size: 32px;
  }
  .section-1 p {
    font-size: 12px;
  }
  .section-2 {
    flex-direction: column;
    gap: 50px;
    padding: 20px;
  }
  .section-2 .side-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-2 .side-left p {
    font-size: 12px;
    text-align: center;
  }
  .section-2 .side-left h1 {
    font-size: 38px;
    text-align: center;
  }
  .section-2 .side-left .contact-add {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .section-2 .side-left .contact-add p {
    text-align: center;
  }
  .section-2 .side-right .item .questions p {
    font-size: 16px;
  }
  .section-2 .side-right .item .answers p {
    font-size: 12px;
  }
  .section-2.contact {
    gap: 50px;
    flex-direction: column;
  }
  .section-2.contact .contact-right .title {
    font-size: 28px;
  }
  .section-3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    height: auto;
    gap: 10px;
    margin-top: 30px;
  }
  .section-3 .section-3-content h1 {
    display: none;
  }
  .section-3 .section-3-content h1.mobile-title {
    display: block;
    font-size: 24px;
  }
  .section-3 .section-3-content p {
    font-size: 12px;
  }
  .section-3 .section-3-social img {
    width: 14px;
    height: 14px;
  }
  .section-3 .section-3-social p {
    font-size: 12px;
  }
}
@media (min-width: 1919px) {
  .section-3 .section-3-structure img {
    width: 40%;
    height: unset;
  }
}

/*# sourceMappingURL=faq.css.map */
