* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
p,
span,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  height: 100vh;
  background: #ededff;
}
/* header_style */
.logo_box {
  padding: 17px 0;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.logo_box > img {
  max-width: 240px;
}
.awards {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.form-check {
  max-width: 380px;
  margin: 0 auto;
}
/*//header_style */

/* quiz_section */
.optin_innerpart header {
  background: #fff;
}
.inner_box {
  border-radius: 5px;
  padding: 60px 10px;
  max-width: 700px;
  margin: 10px auto;
}
.age_title_box {
  text-align: center;
}
.mail_box .form-control {
  border-radius: 16px;
  color: #262833;
  font-family: "Poppins", sans-serif;
  border: none;
}
.mail_box .input-group-text {
  color: #262833;
  font-family: "Poppins", sans-serif;
  border-radius: 16px;
  border: none;
}
.mail_box .input-group {
  box-shadow: 0 6px 10px 0 #2b33430d;
  border-radius: 16px;
}
.mail_box #error_msg {
  padding-bottom: 10px;
  display: block;
}
.your_name .error_msg_name {
  text-align: center;
  display: block;
  padding-top: 10px;
}
.age_title_box h1 {
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.age_title_box p {
  color: #6b7280;
  font-size: 16px;
  margin: 10px 0;
}
.age_title_box p span {
  font-weight: 600;
}
.age_title_box > span {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.label_box {
  border: 2px solid rgb(86, 83, 254);
  max-width: 150px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.label_box input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.label_box img {
  max-width: 100%;
  margin-top: -21px;
}
.male_quiz_inner.male_quiz_active,
.fmale_quiz_inner.fmale_quiz_active {
  display: block;
}
.quiz_title {
  font-family: "Poppins", sans-serif;
  color: #262833;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}
.quiz_title span {
  color: #4a49ff;
}
.quiz_inner {
  max-width: 680px;
  margin: 0 auto;
}
.btn_quiz {
  display: block;
  width: 239px;
  margin: 30px auto;
  border: 0;
  background-color: #4a49ff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px;
  border-radius: 45px;
}
.btn_email {
  display: block;
  width: 93%;
  margin: 24px auto;
  border: 0;
  background-color: rgb(86, 83, 254);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px;
  border-radius: 10px;
}
.quiz_box {
  display: none;
  position: relative;
}
.quiz_box.quiz_box_active {
  display: block;
}
.gif_img_video {
  text-align: center;
  padding-top: 30px;
}
.optin_innerpart {
  width: 100%;
}

/*//quiz_section */

/* label_row */
.label_row {
  position: relative;
  background-color: rgb(245, 245, 245);
  max-width: 368px;
  margin: 21px auto;
  display: flex;
  border-radius: 5px;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.label_row img {
  max-width: 105px;
}
.label_row input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.label_row h5 {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: #000;
  line-height: 1.5em;
}
.label_row h5 span {
  font-weight: 500;
  font-size: 14px;
  color: rgb(36, 35, 76);
}
.label_row i {
  color: rgb(86, 83, 254);
  font-size: 18px;
  position: absolute;
  right: 6%;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.label_row input[type="radio"]:checked ~ i,
.label_row input[type="checkbox"]:checked ~ i {
  opacity: 1;
}
.label_row:has(input:checked) {
  border-color: rgb(86, 83, 254);
  background-color: rgb(86 83 254 / 10%);
}

.btn_quiz.btn_quiz_next {
  pointer-events: none;
  opacity: 0.5;
}
.btn_quiz.btn_quiz_next.btn_quiz_next_active {
  pointer-events: initial;
  opacity: 1;
}
.right_corner_image {
  width: 400px;
  height: 400px;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
}
/* ------------------------------------ */

/* ------------------------------------ */

.label_content .label_row {
  padding: 24px 8px;
  max-width: 220px;
}
.btn_quiz_fixed {
  width: 368px;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  margin: 0 4px;
}
.footer_text {
  color: rgb(107, 114, 128);
  font-size: 12px;
  text-align: center;
}
.footer_text a {
  display: inline-block;
  color: rgb(107, 114, 128);
  margin-bottom: 6px;
  text-decoration: underline;
}
.quiz_sub_title {
  color: rgb(107, 114, 128);
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
}
.quiz_box.quiz_box_active .growth_circel {
  animation: load 1s normal forwards;
}
@keyframes load {
  0% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}
.quiz_box.quiz_box_active .result_description_box .img_list_box {
  animation: right_effect 1s normal forwards;
}
@keyframes right_effect {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.quiz_box.quiz_box_active .result_description_box .list_img {
  animation: left_effect 1s normal forwards;
}
@keyframes left_effect {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.bar_y.bar_type1 {
  background-color: rgb(198, 61, 35);
}
.bar_y.bar_type2 {
  background-color: rgb(255, 194, 102);
}
.bar_y.bar_type3 {
  background-color: rgb(175, 217, 148);
}
.bar_y.bar_type4 {
  background-color: rgb(122, 191, 76);
}
.quiz_box.quiz_box_active
  .quiz_result_bars
  .y_row:has(.bar_type1)
  > .bars_toltip {
  animation: toltip 1s normal forwards;
  animation-delay: 1s;
}
.quiz_box.quiz_box_active
  .quiz_result_bars
  .y_row:has(.bar_type3)
  > .bars_toltip {
  animation: toltip 1s normal forwards;
  animation-delay: 1.5s;
}
@keyframes toltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quiz_box.quiz_box_active .bar_y.bar_type1 {
  animation: bars_scale 1s normal forwards;
  animation-delay: 0.3s;
}
.quiz_box.quiz_box_active .bar_y.bar_type2 {
  animation: bars_scale 1s normal forwards;
  animation-delay: 0.6s;
}
.quiz_box.quiz_box_active .bar_y.bar_type3 {
  animation: bars_scale 1s normal forwards;
  animation-delay: 0.9s;
}
.quiz_box.quiz_box_active .bar_y.bar_type4 {
  animation: bars_scale 1s normal forwards;
  animation-delay: 1s;
}
@keyframes bars_scale {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/* nav_bar_styling */
.nav_bars {
  position: absolute;
  top: 35%;
  right: 20px;
}
.nav_bars i {
  font-size: 20px;
  cursor: pointer;
  z-index: 991;
  color: #b7b7b7;
}
.side_nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgb(241, 241, 241);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.side_nav_active {
  transform: translateX(0);
}
.side_nav > i {
  position: absolute;
  top: 31px;
  right: 51px;
  font-size: 25px;
  color: #b9b9b9;
  cursor: pointer;
}
.side_nav {
  padding: 65px 55px;
}
.side_nav ul li a {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
}
.side_nav ul li {
  padding-bottom: 15px;
}
.side_nav ul {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.side_nav ul:last-child {
  border: 0;
}
/*/nav_bar_styling */

/* result_final */
.quiz_inner.result_inner {
  max-width: 100%;
}
.mail_box {
  max-width: 530px;
  margin: 0 auto;
}
.mail_box .email_input .input-group-text {
  background-color: #fff;
  border-right: none;
  color: #909090;
  font-size: 18px;
}
.mail_box .email_input input {
  border-left: 0;
}
.mail_box .email_input input:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.mail_box .label_text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.btn_under_text_position span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.btn_under_text_position:has(span) {
  bottom: 39px;
}
/* user_name_styling */
#user_name {
  width: 93%;
  margin: 0 15px;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
  margin-top: 25px;
  border: 0;
  border-radius: 16px;
  border-bottom: none;
}
#user_name:focus {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  outline: 0;
}
.your_name .error_msg_name {
  text-align: center;
}
.btn_disable {
  pointer-events: none;
  opacity: 0.5;
}

.box1_under_text {
  font-size: 12px;
  padding: 10px 0;
}

.mobile_device {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .inner_box {
    padding: 12px 7px;
  }
  .label_box {
    max-width: 127px;
  }
  .btn_quiz {
    font-size: 16px;
    width: 80%;
  }
  .age_title_box p {
    font-size: 15px;
  }
  .quiz_title {
    font-size: 21px;
    line-height: 32px;
  }
  .awards img {
    max-height: 55px;
    width: 550px;
  }
  .label_row {
    max-width: 300px;
  }
  .label_row h5 {
    font-size: 15px;
  }
  .label_row img {
    max-width: 85px;
  }
  .btn_quiz {
    font-size: 16px;
    max-width: 81%;
    margin: 20px auto;
  }
  .logo_box > img {
    max-width: 179px;
  }
  .mail_box .label_text {
    font-size: 13px;
  }
  .btn_under_text_position span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .quiz_title br {
    display: none;
  }
}

.already_login_poup {
  width: 100vw;
  height: 100vh;
  background-color: #7f7f7f4d;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  z-index: 999;
}
.already_login_poup .almost_finished_poup_body {
  width: 450px;
  max-width: 450px;
  background-color: #fff;
  padding: 28px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 11px 0px #c8c8c8b5;
}

.already_login_poup .almostfinished_textBox {
  padding: 20px 0 0;
  text-align: center;
}
.already_login_poup .almostfinished_textBox h2 {
  font-size: 22px;
  color: #24234c;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.already_login_poup .already_content_box {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 17px 14px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.already_login_poup .almostfinished_textBox p {
  font-size: 14px;
  color: #686566;
  text-align: left;
  margin-left: 16px;
}
.already_login_poup .allready_login_btn {
  display: block;
  width: 100%;
  margin: 10px auto;
  border: 0;
  background-color: #4a49ff;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none !important;
}

.gif_img_video {
  max-width: 411px;
  margin: 30px auto 0;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
}

.gif_img_video img {
  max-width: 100%;
}

#app_common_modal,
#error_handler_overlay {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: #333;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  /*	overflow-x: hidden;*/
  -webkit-overflow-scrolling: touch;
}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
  max-width: 600px;
  -webkit-background-clip: padding-box;
  font-family: Verdana, Geneva, sans-serif;
  box-sizing: border-box;
  outline: 0;
}
#error_handler_overlay .error_handler_body {
  margin: 100px auto;
  width: 95%;
  padding: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#app_common_modal_close,
#error_handler_overlay_close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

/* confirm_poup */
.checkout_poup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7f7f7f69;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
}
.checkout_poup_box {
  width: 500px;
  max-width: 500px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 14px 22px 17px;
  border-radius: 10px;
  text-align: center;
}
.appears a {
  text-decoration: underline;
}

.checkout_poup_header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  align-items: center;
}
.checkout_poup_header i {
  font-size: 20px;
  cursor: pointer;
}
.checkout-body_poup > h2 {
  font-family: "Inter", sans-serif;
  color: rgb(36, 35, 76);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 5px;
}
.checkout-body_poup > h2 > span {
  color: rgb(86, 83, 254);
}
.total_price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 10px;
  color: #5a5a5a;
}
.price_box {
  text-align: right;
}
.price_box b {
  color: rgb(36, 35, 76);
}
.payment_type_container {
  max-width: 250px;
  margin: 10px auto;
  border: 2px solid #5752fd;
  border-radius: 5px;
  padding: 10px;
}

.payment_list li {
  display: inline-block;
}
.payment_list li img {
  max-width: 50px;
}
.payment_type_container p {
  font-size: 20px;
  font-weight: 600;
  color: rgb(36, 35, 76);
  margin-bottom: 10px;
}
.payment_section {
  background-color: #f1f1f1;
  padding: 20px 10px 0;
}
.payment_section > h4 {
  font-family: "Inter", sans-serif;
  color: rgb(36, 35, 76);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.btn_icone {
  margin-top: 10px;
}
.btn_icone > i {
  margin-right: 10px;
}
.all_payment > img {
  max-width: 100%;
}
.pay_safe_box {
  display: inline-block;
  background-color: #f2faed;
  color: #7ec155;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.pay_safe_box i {
  margin-right: 6px;
}
@media (max-width: 500px) {
  .checkout_poup_box {
    width: 90%;
    max-width: 90%;
  }
  .checkout-body_poup > h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* confirm_poup */

/* popup_form_css */
#optin_pop .input_label {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
#optin_pop .input_style {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
  color: #262833;
  font-family: "Poppins", sans-serif;
  border: none;
  margin-top: 5px;
}
#optin_pop .input_style:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
#optin_pop .checkout-body_poup {
  padding: 22px 19px;
  background-color: rgb(241, 241, 241);
}
#optin_pop .payment_section {
  padding: 15px 19px 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffff;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}
#optin_pop .btn_icone {
  margin-top: 20px;
  background-color: #5653fe;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 24px;
  transition: 0.2s;
  width: 175px;
  cursor: pointer;
}
#optin_pop .btn_icone:hover {
  color: #ffff;
}
/* popup_form_css */

/* bars_line */
.step_form_box {
  max-width: 95%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.step_form_box::before {
  content: "";
  width: 95%;
  height: 2px;
  background-color: #4a49ff;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.step_form_box .step {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4a49ff;
  border-radius: 50%;
  color: #4a49ff;
  background: white;
}
.step_container {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.step_container.active_step .step {
  background: #4a49ff;
  color: #ffff;
  border-color: #3a39ff;
}
.step_container > p {
  font-size: 15px;
}
.sl_payment_method {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #262833;
}
/* bars_line */

#optin_pop p.appears {
  text-align: left;
}

#footer {
  display: none;
}