@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap");

@font-face {
  font-family: "Aeonik Bold";
  src: url(./fonts/AeonikTRIAL-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Aeonik Regular";
  src: url(./fonts/AeonikTRIAL-Regular.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Georgia Bold";
  src: url(./fonts/georgia\ bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Georgia Regular";
  src: url(./fonts/Georgia\ Regular\ font.ttf);
  font-weight: 300;
}

* {
  padding: 0;
  margin: 0;
}
.dFlex {
  display: flex;
}
.alignItems {
  align-items: center;
}
.justifyContent {
  justify-content: center;
}
.flexCol {
  flex-direction: column;
}
.textCenter {
  text-align: center;
}
.justifyBetween{
  justify-content: space-between;
}
/* Waitlist section */
.waitlist_sec {
  background-color: #e9eef2;
}
.logo img {
  height: 55px;
}
.waitlist_sec_sub_one{
  background-image: url(./images/bg-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.waitlist_text h2 {
  color: #150e45;
  margin-bottom: 10px;
  font-family: "Aeonik Bold";
}
.waitlist_text h6 {
  color: #8b8b8b;
  line-height: 20px;
  font-family: "Aeonik Regular";
  font-size: 14px;
}
.waitlist_sec_two {
  background: url(./images/bg-white.svg), #fff;
  background-size: contain;
  background-position: center;
  border-top-left-radius: 70px;
  clip-path: polygon(
    0 20px,
    10% 0,
    100% 0,
    100% 0,
    100% 100%,
    90% 100%,
    10% 100%,
    0% 100%,
    0% 0%
  );
}
.waitlist_sec_sub_two {
  width: 100%;
  background-image: url(./images/bg-with-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 0;
}
form label {
  color: #8b8b8b;
  font-size: 9px;
  letter-spacing: 2px;
  font-family: "Aeonik Regular";
  margin-bottom: 0 !important;
}
.form_item {
  width: 100%;
  height: 39px;
  background-color: #e9eef2;
  border-radius: 5px;
}
.form_item input {
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
}
input::placeholder,
a {
  color: #8b8b8b!important;
  font-size: 9px;
  letter-spacing: 2px;
  font-family: "Aeonik Regular";
}
.form_item img,
.form_item_area img {
  height: 18px;
  margin-left: 16px;
}
.form_item select {
  background-color: transparent;
  border: none;
  outline: none;
  color: #8b8b8b;
  font-size: 9px;
  letter-spacing: 2px;
  font-family: "Aeonik Regular";
}
.form_item_area {
  width: 100%;
  height: 120px;
  border: none;
  background-color: #e9eef2;
  padding: 12px 0;
}
.form_item_area textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  resize: none;
  color: #8b8b8b;
  font-size: 9px;
  letter-spacing: 2px;
  font-family: "Aeonik Regular";
  margin-left: 10px;
}
form button{
  background-color: #150e45;
  font-size: 14px;
  border-radius: 5px;
}
/* Email template section */
.email_section {
  width: 600px;
  margin: 0 auto;
  background-color: #e9eef2;
}
.email_section_details {
  padding: 50px 50px 20px 50px;
}
.welcome_section {
  margin: 40px 0;
}
.welcome_header {
  position: relative;
  align-items: end;
}
.welcome_header h2 {
  color: #333333;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 1px;
}
.welcome_header img {
  position: absolute;
  right: 26%;
  bottom: 0;
}
.welcome_message p {
  font-family: "Georgia Regular";
  color: #333333;
  font-style: italic;
  font-size: 14px;
}
.welcome_intro_text {
  margin: 35px 0 15px 0;
}
.welcome_message_one {
  line-height: 30px;
  margin-bottom: 30px;
}
.welcome_message_two {
  line-height: 30px;
  margin-bottom: 18px;
}
.welcome_message_three {
  margin-bottom: 25px;
}
.offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.offers img {
  margin-bottom: 13px;
}
.offers p {
  color: #333333;
  font-family: "Georgia Regular";
  font-size: 14px;
}
.sub_text {
  position: relative;
}
.glass-img {
  height: 30px;
  position: absolute;
  right: 58%;
  top: -10px;
}
.details {
  margin-left: 20px;
}
.details p {
  color: #333333;
  font-family: "Georgia Regular";
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
}
.footer_img img {
  width: 100%;
}



/* FAQ */
.faq {
  max-width: 1500px;
  margin: 0 auto;
}
.faq-heading {
  background-color: #e7e7e7;
}
.faq-heading-sub {
  position: relative;
}
.faq-heading img {
  height: 70px;
  position: absolute;
  bottom: 15px;
  right: -70px;
}
.faq-heading h2 {
  color: #0e005f;
}
.faq-heading p {
  color: #818181;
  font-size: 13px;
}
.question {
  border: 1px solid #9393933a;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 2px 5px #93939376;
}
.question img {
  width: 40px;
}
h5 {
  margin-bottom: 0;
}
.fa-chevron-down {
  color: #42359c;
}
.menu {
  border-radius: 50px;
  border: 1px solid #42359c;
}
.questions {
  background-color: #f8f8fb;
}
.question h5 {
  color: #454166;
  font-size: 18px;
}
.question p {
  color: #818181;
  font-size: 13px;
  margin-bottom: 0;
}
.question.active {
  background-color: #e8e7f0;
  border-left: 3px solid #42359c;;
}
.menu.active {
  background-color: #42359c;
}
.menu.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}
.answer {
  display: none;
}
.answer.active {
  display: flex;
  margin-left: 60px;
}
