@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Thunder Font Family*/
/*@import url('../../assets/Font_Family/Thunder-ExtraBoldLC.css')*/

body {
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  color: white;
  overflow-x: hidden;
  width: 100%;
  height: 100%;

  visibility: hidden; /* (on based on common toolbar js promise.all for efficiency) */
}

/*Container*/

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}

@media (min-width: 1728px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

@media (max-width: 600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  opacity: 1 !important;
  /*    transition: delay .4s ease-in-out;*/
}

.collapsing {
  transition: unset;
}

/*Fonts*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p,
span {
  line-height: 1.5;
}

input {
  border-radius: 12px;
  border: 1px solid #252525;
  background: #171717;
  padding: 14px 16px;
  width: 100%;
  outline: none !important;
  color: #fff;
}

.font-thunder {
  font-family: "ThunderExtBd", Georgia;
  letter-spacing: 1.5px;
  line-height: 1;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

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

.font-12-10 {
  font-size: 12px;
}

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

.font-14-12 {
  font-size: 14px;
}

.font-15-13 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-16-14 {
  font-size: 16px;
}

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

.font-18-16 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-20-18 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-22-20 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-24-22 {
  font-size: 24px;
}

.font-24-18 {
  font-size: 24px;
}

.font-26-18 {
  font-size: 26px;
}

.font-28-20 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-32-18 {
  font-size: 32px;
}

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

.font-34-20 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-36-22 {
  font-size: 36px;
}

.font-36-20 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-40-22 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-42-24 {
  font-size: 42px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-60-32 {
  font-size: 60px;
}

.font-65 {
  font-size: 65px;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}

/*Fonts*/

@media (max-width: 991px) {
  .section_full_size {
    /*        padding: 0 !important;  */
  }
}

/*Colors*/

.color-primary {
  color: #865aff;
}

.color-secondary {
  color: #939393;
}

.color-secondary-2 {
  color: #cfcfcf;
}

.color-dark {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #adf324;
}

.color-warning {
  color: #ffbb34;
}

.color-gradient {
  background: linear-gradient(275deg, #865aff 85.13%, #9a83ff 97.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 0;
}

.bg-gradient {
  background: linear-gradient(275deg, #865aff 85.13%, #9a83ff 97.7%);
}

.bg-dark-1 {
  background: #000000;
}

.bg-white {
  background: #ffffff;
}

.bg-green {
  background: #adf324;
}

.position-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

canvas#canvas {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  pointer-events: none;
}

span.shaded_gradient_border {
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.shaded_gradient_border_vertical {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 1px;
  display: block;
}

/* Zoho Custom Changes */

.zsiq-float {
  width: 80px;
  height: 80px;
  bottom: 12px !important;
  right: 12px !important;
}

.zsiq-chat-icn {
  background: url(../../assets/images/Faq_btn.svg) no-repeat center center /
    cover;
  color: transparent !important;
}

.zsiq-close-icn {
  background: url(../../assets/images/Faq_close_btn_icon.svg) no-repeat center
    center / cover;
}

.zoho_zpsubhdr input[type=checkbox]{
  left: 0;
  width: auto;
}

.zoho_zpsubhdr{
  padding-left: 30px !important; 
}

.zoho_zpsubdtl{
  padding-left: 30px !important;
}

.zoho_zpmain .zoho-cbtn.zoho-wbtn{
  width: auto;
}

.zoho_zpmain .zoho-cbtn.zoho-wbtn{
  border: 1px solid #777;
  color: #777;
}

@media (max-width: 555px) {
  
  .zoho-cookie-pref{
    padding: 0 !important;
  }

  .zoho_pLR30{
    padding: 0 !important;
  }

}

/* Navbar */
.navbar {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  width: calc(100% - 104px);
  border-radius: 20px;
  padding: 12px 16px;
  z-index: 999;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  /*    width: 44px;*/
  /*    height: 44px;*/
}

.nav-link {
  /*    color: #545658;*/
  color: #ddd;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  /*    color: white !important;*/
  color: #865aff !important;
}

.navbar-nav {
  gap: 8px;
}

.navbar-nav ul li .nav-link {
  font-size: 16px;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .res-d-none {
  display: block;
}

.navbar-nav .res-d-block {
  display: none;
}

.navbar_res_common .dropdown-toggle::after {
  display: none;
}

/* Custom animation */
.navbar_res_common .dropdown-menu {
  border-radius: 20px;
  min-width: 180px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transform: translateY(16px);
  opacity: 0;
  top: 100%;
  left: 0;
  transition: all 0.2s ease-in-out;
  display: block;
  visibility: hidden;
}

.navbar_res_common .dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.navbar_res_common .dropdown-menu li a {
  color: #ddd;
  padding: 10px 20px;
  transition: 0.1s ease-in-out;
}

.navbar_res_common .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #865aff !important;
}

/* Hero Section */
.hero-section {
  background: url(../../assets/images/webp/header_bg.webp) no-repeat center
    center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 20px;
  position: relative;
  width: 100%;
}

.hero-section-infancy {
  background: url(../../assets/images/webp/header_bg_infancy.webp) no-repeat
    center center/cover;
}

.hero-section-toddler {
  background: url(../../assets/images/webp/header_bg_toddler.webp) no-repeat
    center center/cover;
}

.hero-section-3-6yrsold {
  background: url(../../assets/images/webp/header_bg_3_6yrsold.webp) no-repeat
    center center/cover;
}

.hero-section-6-9yrsold {
  background: url(../../assets/images/webp/header_bg_6_9yrsold.webp) no-repeat
    center center/cover;
}

.hero-section-9-12yrsold {
  background: url(../../assets/images/webp/header_bg_9_12yrsold.webp) no-repeat
    center center/cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    92.89% 55.31% at 50% 44.69%,
    rgba(0, 0, 0, 0) 0%,
    #000 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-subtext {
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  letter-spacing: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-title {
  font-size: 160px;
  margin: 0;
  z-index: 99;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.header_text_overlay {
  margin: auto;
  text-align: center;
  font-size: 166px;
  font-weight: 600;
  opacity: 0.7;
  background: url(../../assets/images/webp/header_bg.webp) no-repeat center
    center/cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Buttons Common */

.btn-primary-theme {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  padding: 19px 20px;
  border: 6px solid white;
  color: white !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  width: 200px;
  max-width: 200px;
  /*    width: 220px;*/
  /*    max-width: 100%;*/
  z-index: 99;
  transition: transform 0.2s ease-in-out;
}

.btn-primary-black {
  background-color: #000000 !important;
  background: url(../../assets/images/button_black_bg.svg) no-repeat center
    center/cover;
}

.btn-primary-black:hover {
  background-color: #865aff !important;
  background: url(../../assets/images/button_purple_bg.svg) no-repeat center
    center/cover;
}

.btn-primary-purple {
  background-color: #000000 !important;
  background: url(../../assets/images/button_black_bg.svg) no-repeat center
    center/cover;
  transition: 0.2s ease-in-out;
}

.btn-primary-purple:hover {
  background-color: #865aff !important;
  background: url(../../assets/images/button_purple_bg.svg) no-repeat center
    center/cover;

  color: white !important;
}

.btn-primary-theme:hover {
  transform: scale(1.025) translate(0, -7px);
  transition: transform 0.2s ease-in-out;
}

.btn-primary-theme:active {
  transform: scale(0.9) translate(0, 0px);
  transition: transform 0.2s ease-in-out;
  color: #fff !important;
}

.btn-secondary-theme {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  padding: 14px 20px;
  border: 1px solid #2e2e2e;
  background: #000000;
  color: white !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  min-width: 140px;
  z-index: 99;
  transition: transform 0.2s ease-in-out;
}

.btn-secondary-theme:hover {
  transform: scale(1.025) translate(0, -7px);
  transition: transform 0.2s ease-in-out;
  color: #fff !important;
}

.btn-secondary-theme:active {
  transform: scale(0.9) translate(0, 0px);
  transition: transform 0.2s ease-in-out;
  color: #fff !important;
}

.signup_btn_on_nav {
  border: 3px solid #fff;
  font-size: 14px;
  padding: 12px 20px !important;
  max-width: 100%;
  width: auto;
}

/*////*/

.section_full_size {
  /*    height: calc(100vh);*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 120px 20px;
  position: relative;
  z-index: 99;
  width: 100%;
}

/* Cards Common */

.card-faded {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  padding: 20px;
}

.card-faded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background: linear-gradient(1turn, #404040, hsla(0, 0%, 100%, 0.1)) border-box;
  z-index: -1;
  border: 1px solid transparent !important;
  border-radius: 20px;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}

.card-secondary {
  border-radius: 16px;
  background: #0c0c0c;
  padding: 20px;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

/*////*/

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.store-btn img {
  width: 20px;
  height: 20px;
}

/*Hero Section*/

/*Get App MOdal Popup*/

.store_barcode_img {
  height: auto;
}

.get_app_modal_mockup_slide_col_7 .float-start.position-relative {
  top: -40px;
}

@media (max-width: 991px) {
  .get_app_modal_mockup_slide_col_7 .float-start.position-relative {
    top: 0px;
  }

  .get_app_modal_mockup_slide_col_7 {
    overflow-x: auto;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .get_app_modal_mockup_slide {
    display: inline !important;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: max-content;
  }

  .get_app_modal_mockup_slide .float-start {
    padding: 0 10px;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .store_barcode_img {
    padding: 10px !important;
    height: auto;
  }

  .get_app_modal_popup .modal-body .col-lg-6 img {
    padding: 0 !important;
  }

  .get_app_modal_popup .modal-body .col-lg-6 {
    margin-top: 34px;
    margin-bottom: 0 !important;
  }
}

/*Resposnive Media Query*/

@media (max-width: 1260px) {
  .navbar {
    top: 16px;
    width: calc(100% - 32px);
  }

  .navbar .nav-link {
    font-size: 13px;
  }

  .navbar-nav {
    gap: 4px;
  }

  .btn-secondary-theme {
    min-width: 52px;
    margin-right: 6px;
  }

  .btn-secondary-theme.btn_get_app span {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar {
    background: none;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    top: 0;
    width: 100%;
    padding: 20px;

    /* border-bottom: 1px solid rgba(84, 86, 88, 0.54); */
    /* background: rgba(0, 0, 0, 0.50); */
    /* backdrop-filter: blur(22px); */
    box-shadow: none !important;
    border-radius: 0;

    transition: 0.2s ease-in-out;
  }

  .navbar.fixed-top {
    border-bottom: 1px solid rgba(84, 86, 88, 0.24);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    padding: 8px 18px;
  }

  .navbar.fixed-top .navbar-toggler {
    top: 11px;
    width: 40px;
    height: 40px;
  }

  #dropdownMenuButton {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .navbar .padding_res__fr_logo {
    padding: 10px 0;
  }

  .navbar_res_common {
    z-index: 99;
    width: 100%;
    justify-content: space-between;
  }

  .navbar-toggler {
    border-radius: 0.75rem;
    position: fixed;
    z-index: 99;
    right: 20px;
    top: 20px;
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(84, 86, 88, 0.54);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: none !important;

    transition: 0.2s ease-in-out;
  }

  .navbar-toggler.collapsed .res_menu_open {
    display: block;

    transition: all 0.2s ease-in-out;
  }

  .navbar-toggler.collapsed .res_menu_close {
    display: none;

    transition: all 0.2s ease-in-out;
  }

  .navbar-toggler .res_menu_open {
    display: none;

    transition: all 0.2s ease-in-out;
  }

  .navbar-toggler .res_menu_close {
    display: block;

    transition: all 0.2s ease-in-out;
  }

  .more_option_on_res {
    display: grid !important;
  }

  .navbar_res_common .dropdown-menu {
    left: 20px;
    top: 80%;
  }

  .navbar-collapse.justify-content-center.collapse.show {
    padding: 20px;
    padding-top: 80px;
    background: black;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-bottom: 20px;
  }

  .navbar-collapse.justify-content-center.collapse.show .navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    border-top: 1px solid #1d1d1d;
    padding: 24px 0;
  }

  .navbar-collapse.justify-content-center.collapse.show .navbar-nav .nav-link {
    font-size: 16px;
    border-bottom: none;
    border: 1px solid #1d1d1d;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }

  .navbar-nav .res-d-none {
    display: none;
  }

  .navbar-nav .res-d-block {
    display: block;
  }

  .arrow_on_res {
    display: block !important;
  }

  .hero-title {
    font-size: 100px;
  }
  .header_text_overlay {
    font-size: 104px;
  }
  .hero-subtext {
    font-size: 18px;
  }
  .btn-primary-theme {
    padding: 22px 15px;
    border: 4px solid white;
    font-size: 14px;
    width: 200px;
    max-width: 200px;
  }

  .mob_res_get_app_login_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: grid !important
    ;
  }
  .btn-secondary-theme.btn_get_app {
    width: 100%;
    justify-content: flex-start !important;
  }
  .btn-secondary-theme.btn_get_app span {
    display: block;
  }

  /*Zevo Magic Pagination*/

  .select-age-pagination-container {
    gap: 12px;
    padding: 6px 12px;
  }

  .select-age-pagination-label {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }

  .select-age-pagination-radio:checked + .select-age-pagination-label {
    transform: scale(1.2);
  }
}

@media (max-width: 600px) {
  .navbar-collapse.justify-content-center.collapse.show .navbar-nav {
    grid-template-columns: repeat(1, 1fr);
    overflow: auto;
    /*        height: 100%;*/
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 80px;
  }
  .header_text_overlay {
    font-size: 83px;
  }
  .hero-subtext {
    font-size: 15px;
  }

  /*Fonts*/

  .milestone_section .milestone_head_content_part h2 {
    font-size: 40px !important;
  }

  .font-12-10 {
    font-size: 10px;
  }

  .font-14-12 {
    font-size: 12px;
  }

  .font-15-13 {
    font-size: 13px;
  }

  .font-16-14 {
    font-size: 14px;
  }

  .font-18-16 {
    font-size: 16px;
  }

  .font-20-18 {
    font-size: 18px;
  }

  .font-22-20 {
    font-size: 20px;
  }

  .font-24-22 {
    font-size: 22px;
    line-height: 1.5;
  }

  .font-24-18 {
    font-size: 18px;
  }

  .font-26-18 {
    font-size: 18px;
  }

  .font-28-20 {
    font-size: 20px;
  }

  .font-32-18 {
    font-size: 18px;
  }

  .font-34-20 {
    font-size: 20px;
  }

  .font-34-24 {
    font-size: 24px;
  }

  .font-36-22 {
    font-size: 22px;
  }

  .font-36-20 {
    font-size: 20px;
  }

  .font-40-22 {
    font-size: 22px;
  }

  .font-42-24 {
    font-size: 24px;
    line-height: 1.5;
  }
  .font-60-32 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 56px;
    margin-bottom: 6px;
  }

  .header_text_overlay {
    font-size: 59px;
  }

  .hero-subtext {
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 16px;
  }

  .store-buttons {
    gap: 12px;
  }

  .store-buttons .btn-primary-theme {
    padding: 15px 15px;
  }

  .btn-primary-theme {
    padding: 22px 15px;
    border: 4px solid white;
    font-size: 14px;
    width: 200px;
    max-width: 200px;
  }
}

/*Zevo magic section*/

/*Parallax_Animations*/

.zevo_magic_section {
  /*    height: calc(100vh);*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
  padding-bottom: 120px;
  position: relative;
  z-index: 99;
  width: 100%;
}

/* .trigger {
  display: grid;
  height: 100vh;
}
.trigger > * {
  grid-area: 1/1/2/2;
}
.trigger > * {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
*/

/*////*/

.bg_vid_zevo_magic {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.zevo_magic_bg_img {
  object-fit: contain;
  max-width: 100%;
}

.zevo_magic_title {
  position: relative;
  z-index: 999;
  font-size: 60px;
  font-weight: 600;
  gap: 14px;
  /*  pointer-events: none; (Zevo_Magic_Q_Imgs)*/
}

.zevo_magic_shade_spark_img {
  object-fit: contain;
  z-index: 0;
  top: 52%;
  left: 52%;
}

.zevo_magic_form {
  border-radius: 46px;
  padding: 50px;
  /*  opacity: 0; (Opacity 1 by scrolling)*/
}

.zevo_magic_form form {
  width: 100%;
}

.zevo_magic_form:before {
  border-radius: 46px;
}

.zevo_magic_form input {
  width: 100%;
  max-width: 460px;
  border-radius: 14px;
  border: none;
  border-bottom: 2px solid #212121;
  outline: none !important;
  background: #121216;
  padding: 14px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.2s ease-in-out;
}

.zevo_magic_form input:focus {
  border-bottom: 2px solid #865aff;
}

/*/// Custom radio age selection*/

.pagination-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select-age-pagination-container {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 15px 20px;
  border-radius: 50px;
  justify-content: center;
}

.select-age-pagination-btn {
  background: #222;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.pagination-wrapper {
  overflow: hidden;
  padding: 34px 12px;
  width: 600px; /* Adjust width for 7 items */
}

.pagination-list {
  display: flex;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.3s ease-in-out;
}

.pagination-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pagination-list input[type="radio"] {
  display: none;
}

.pagination-list label {
  background: #222;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddd;
  font-weight: 500;
  font-size: 30px;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/* Active state when radio is checked */
.pagination-list input[type="radio"]:checked + label {
  background: #865aff;
  color: #ffffff;
  font-weight: 600;
  transform: scale(1.3);
}

/*////////*/

@media (max-width: 991px) {
  .zevo_magic_title {
    font-size: 40px;
  }

  .select-age-pagination-container {
    gap: 10px;
    padding: 6px 12px;
  }

  .pagination-container {
    gap: 5px;
  }

  .pagination-wrapper {
    width: 420px;
    padding: 30px 8px;
  }

  .pagination-list {
    gap: 14px;
  }

  .pagination-list label {
    font-size: 20px;
    width: 46px;
    height: 46px;
  }

  .select-age-pagination-radio:checked + .select-age-pagination-label {
    transform: scale(1.2);
  }
  /*///*/

  .zevo_magic_form {
    padding: 34px;
    border-radius: 30px;
  }

  .zevo_magic_form:before {
    border-radius: 30px;
  }

  .select-age-pagination-btn {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .zevo_magic_content {
    padding: 24px;
  }

  .zevo_magic_form h2.font-600.font-34-20.mt-5.mb-3 {
    margin-top: 20px !important;
  }
}

@media (max-width: 600px) {
  .zevo_magic_section {
    padding: 70px 0;
  }

  .zevo_magic_title {
    /*        font-size: 36px;*/
    font-size: 24px;
    gap: 8px;
    line-height: 1.5;
  }

  .pagination-wrapper {
    width: 216px; /* Adjust width for 5 items */
    padding: 24px 8px;
  }

  .pagination-container {
    gap: 12px;
  }

  .select-age-pagination-container {
    gap: 10px;
    padding: 6px 0px;
  }

  .zevo_magic_bg_img {
    width: 30%;
  }

  .zevo_magic_form.card-faded h2.font-600.font-34-24.mt-5.mb-3 {
    margin-top: 16px !important;
  }

  .zevo_magic_form input {
    font-size: 16px;
  }

  .zevo_magic_form {
    padding: 0;
    padding-top: 24px;
  }

  .zevo_magic_content {
    padding: 0px;
  }
}

/*Zevo magic options section*/

.zevo_magic_option_section {
  padding: 20px;
  padding-top: 150px;
  min-height: 100vh;
  justify-content: flex-start;
  max-height: max-content;
}

.star_floating {
  position: absolute;
}

.star_floating01 {
  animation: floatStar01 2.7s ease-in-out infinite;
  top: 38%;
  left: 67%;
  transform: translate(38%, 67%);
}

.star_floating02 {
  animation: floatStar02 2.7s ease-in-out infinite;
  top: 13%;
  left: 40%;
  transform: translate(13%, 40%);
}

.star_floating03 {
  animation: floatStar03 2.7s ease-in-out infinite;
  top: 10%;
  left: 55%;
  transform: translate(10%, 55%);
}

@keyframes floatStar01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatStar02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatStar03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.zevo_magic_option_title {
  position: relative;
  z-index: 999;
}

.zevo_magic_text_overlay {
  margin: auto;
  text-align: center;
  font-size: 160px;
  opacity: 1;
  z-index: 999;
  background: url(../../assets/images/webp/zevo_magic_text.webp) no-repeat
    center center/cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.zevo_magic_option_blur_img {
  z-index: -1;
  top: 0;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, 0);
}

.zevo_magic_options_card,
.magic_animated_content_head_part {
  opacity: 0; /* (0 opacity for animation)*/
}

.zevo_magic_options_card:hover {
  transition: 0.2s ease-in-out;
  background: #865aff;
  color: #ffffff;
  cursor: pointer;
  /*    transform: scale(1.1);*/
}

@media (max-width: 991px) {
  .zevo_magic_option_title {
    font-size: 24px;
  }
  .zevo_magic_text_overlay {
    font-size: 80px;
  }

  .section_full_size.zevo_magic_option_section {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .zevo_magic_option_title .back_btn_common {
    top: -60px !important;
  }

  .zevo_magic_option_title .back_btn_common span {
    display: none;
  }
}

@media (max-width: 600px) {
  .zevo_magic_option_section {
    overflow: hidden;
  }

  .zevo_magic_option_title {
    font-size: 20px;
  }
  .zevo_magic_text_overlay {
    font-size: 54px;
  }
  .magic_animated_content .card-faded {
    font-size: 16px;
  }
  .zevo_magic_option_blur_img {
    top: 0;
    transform: translate(-50%, 0) scale(1);
    max-width: 200%;
  }

  .star_floating01 {
    top: 29%;
    left: 76%;
  }

  .star_floating02 {
    top: 16%;
    left: 10%;
  }

  .star_floating03 {
    top: 2%;
    left: 63%;
  }

  .magic_animated_content img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px !important;
  }
}

/*Milestone Section*/

.milestone_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  position: relative;
  z-index: 99;
  width: 100%;
  padding: 120px 20px;
  /* padding-top: 150px !important; */ /*(uncomment only if milestone card starts from page)*/
}

.milestone_section .milestone_head_content_part h2 {
  font-size: 80px;
}

.card_milestone {
  border-radius: 26px;
  border: 1px solid #3f3f3f;
  opacity: 0;
}

.image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.milestone_question {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.btn-play img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1) translate(0, 0);
}

.btn-play:hover img {
  transform: scale(1.1) translate(0, -4px);
  transition: transform 0.2s ease-in-out;
}

.btn-play:hover p {
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

.card_milestone_info {
  border-top: 1px solid #3f3f3f;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 259px;
}

.milestone_skill_animation .text-wrapper {
  position: relative;
  height: 78px; /* Adjust height based on content */
  overflow: hidden;

  display: flex;
  align-items: center;
}

.milestone_card_last_banner {
  background: url(../../assets/images/webp/milestones/milestone_card_banner.webp)
    no-repeat center center/cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  height: 100%;
  position: relative;
}

.milestone_card_last_banner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  /* background: linear-gradient(360deg, rgba(32, 14, 83, 0.10) 1.83%, #401F9B 100%); */
  background: linear-gradient(
    0deg,
    rgba(32, 14, 83, 0.1) -11.24%,
    #401f9b 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.milestone_card_last_banner_tp_txt h2 {
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #000; */
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
}

.milestones_wrd_list {
  letter-spacing: 9px;
  padding-left: 10px;
}

.text_shadow_bordered {
  color: transparent;
  -webkit-text-stroke: 0px #ffffff;
  -webkit-text-stroke-width: 0.75px;
  text-shadow: none;
  top: 53%;
  left: 51%;
  width: 100%;
}

.see_plan_info_strip {
  padding: 16px 0;
}

.see_plan_info_strip:before {
  content: "";
  height: 110px;
  border: 4px solid #fff;
  border-left: 0;
  border-right: 0;
  position: absolute;
  /*    bottom: 0;*/
  left: 0;
  right: 0;
  z-index: -1;
  background: radial-gradient(
    80.24% 93.98% at 49.98% 123.15%,
    #ffb700 0%,
    #fedf27 100%
  );
}

/* Text blocks */

.milestone_skill_animation .text-block {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /*    flex-wrap: wrap;*/
  justify-content: center;

  gap: 0;
  /*    flex-wrap: wrap;*/
  /*    flex-direction: column;*/
  /*    justify-content: center !important;*/
}

/* Animation for the exiting text (scroll up and disappear) */

@keyframes scrollUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* Animation for the new text coming from below */

@keyframes scrollUpNew {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*Milestone Detail Popup*/

.milestone_det_popup .modal-content {
  background: #000000;
  border: 1px solid #2e2e2e;
  border-radius: 40px;
}

.btn-close-modal {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 99;
}

.vid_container_milestone video {
  border-radius: 24px;
}

.milestone_det_popup_left {
  position: sticky;
  -webkit-position: sticky;
  top: 26px;
  z-index: 99;
}

.milestone_benefit_badge {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: auto;
  /*    max-width: 200px;*/
  /*    padding: 9px 24px;*/
  box-shadow: 0 10px 30px 0 rgba(254, 200, 60, 0.05) !important;
  background: linear-gradient(
    180deg,
    #3b3b40 -90%,
    rgba(59, 59, 64, 0) 100%
  ) !important;
  overflow: hidden;
}

.milestone_benefit_badge span {
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #fec430, #ffefc8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.milestone_benefit_badge:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  background: linear-gradient(180deg, transparent, rgba(255, 205, 80, 0.2))
    border-box !important;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}

/* General Button Styles */
.radio-group {
  display: flex;
  gap: 12px;
}

.radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 2px;
  border-radius: 16px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  gap: 5px;
}

/* Default Unselected Style */
.radio-label {
  background: #1c1c1c;
  color: white;
}

/* Checked State */
.radio-input:checked + .radio-label {
  background: white;
  color: black;
  border: 2px solid black;
}

.radio-input .radio-label svg path {
  fill: white;
}

.radio-input:checked + .radio-label svg path {
  fill: black;
}

/* Hide Default Radio Inputs */
.radio-input {
  display: none;
}

/*Right Side*/

.milestone_det_popup_right {
  background: #161616;
  padding: 24px;
  border-radius: 24px;
}

.milestone_det_popup_right_tabs {
  padding: 20px;
  border-radius: 20px;
  background: #000;
  border-top: 2px solid #202020;
}

.milestone_det_popup_right ul {
  list-style-type: none;
  gap: 12px;
  position: relative;
  flex-wrap: unset;
}

.tab-button {
  border: none;
  padding: 14px 4px;
  width: 100%;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-button.active {
  background: white;
  color: black;
}
.tab-button:not(.active) {
  /*    background: #292929;*/
  color: #7a7a7a;
  background: #000;
  border: 1px solid #3f3f3f;
}

.tab-button.active svg path {
  fill: black;
}

.tab-button span {
  margin-left: 5px;
}
.promo-card {
  border-radius: 20px;
  overflow: hidden;
}

.promo-card-milestone-det {
  background: url(../../assets/images/webp/promo-code-bg-img.webp) center center,
    no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}

.promo-card-milestone-det:before {
  content: "";
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 20px;
}

.promo-card-milestone-det-para {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.promo-card-milestone-det-para .submit_btn a {
  padding: 14px 24px;
  width: 170px;
  max-width: 170px;
  font-size: 14px;
  border: 5px solid white;
}

@media (max-width: 1600px) {
  .milestone_det_popup .modal-dialog {
    max-width: 95%;
  }
}

@media (max-width: 1400px) {
  .slider_milestone_on_res .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .milestone_question {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

  .btn-play img {
    transform: scale(0.9) translate(0, 0);
  }

  .card_milestone_info {
    height: 230px;
  }

  .card_milestone_info_yrs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1280px) {
  .milestone_det_popup_right {
    padding: 0;
    background: transparent;
  }

  .milestone_det_popup_right_tabs {
    border: 1px solid #202020;
    border-radius: 24px;
    border-top: 3px solid #202020;
  }
}

@media (max-width: 1024px) {
  #zevo_magic_option_milestone_visible {
    height: auto;
    /*        padding-top: 20px !important;*/
  }

  .see_plan_info_strip {
    padding: 30px 0;
  }

  .slider_milestone_on_res {
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .slider_milestone_on_res .row {
    min-width: max-content;
  }

  .slider_milestone_on_res .col-lg-3 {
    width: unset;
    max-width: unset;
    float: left;
  }

  .slider_milestone_on_res .col-lg-3 .card_milestone {
    min-width: 330px;
    max-width: 330px;
    margin: 0;
    float: left;
  }

  .card_milestone_info {
    height: 239px;
  }

  .card_milestone_info_yrs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .milestone_question {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }

  .milestone_det_popup .modal-dialog {
    max-width: 98%;
  }
}

@media (max-width: 991px) {
  .milestone_section {
    padding-top: 20px !important;
  }

  .milestone_det_popup .modal-dialog {
    transform: translateY(60%) !important;
  }

  .milestone_det_popup.show .modal-dialog {
    transform: translateY(0%) !important;
    height: Auto;
    /*min-height: 80px;*/
  }

  .milestone_det_popup .modal-dialog {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .milestone_det_popup .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    border: none;
  }

  .milestone_det_popup .modal-header.border-0.pt-4.pb-1 {
    padding-top: 16px !important;
  }
}

@media (max-width: 600px) {
  .see_plan_info_strip {
    gap: 12px !important;
  }

  .see_plan_info_strip:before {
    height: 150px;
  }

  .milestone_det_popup .modal-body {
    padding: 0;
  }

  .milestone_section {
    padding: 0;
  }

  .milestone_det_popup .modal-body .col-lg-6 {
    padding: 0;
  }

  .vid_container_milestone video {
    border-radius: 0;
  }

  .milestone_det_popup_left {
    padding: 0;
  }

  .radio-group {
    gap: 8px;
  }
  .radio-group .radio-label {
    padding: 14px 2px;
    border-radius: 16px;
  }

  .milestone_det_popup_right ul {
    gap: 8px;
  }

  .tab-button svg {
    width: 22px;
    height: 22px;
  }

  .tab-button {
    padding: 12px 2px;
  }

  .promo-card-milestone-det {
    padding: 0px;
    max-width: 92%;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .promo-card-milestone-det-para {
    width: 80%;
    padding: 20px 20px !important;
  }

  .milestone_det_popup_right_tabs {
    border: none;
    border-radius: 20px 20px 0 0;
    border-top: 2px solid #202020;
    padding: 20px 16px;
    border-bottom: 1px solid #202020;
  }

  .milestone_det_popup_updt_mile_progrs {
    border: none;
    border-radius: 20px 20px 0 0;
    border-top: 2px solid #202020;
    padding: 12px 16px;
    border-bottom: none;
  }

  .vid_container_milestone {
    margin: 16px 0;
  }
}

/*//// Habit Info Section ////*/

.habit_section {
  position: relative;
  z-index: 99;
  padding: 20px;
  width: 100%;
}
/**/
/*.habit_content_part{
    transform: translate3d(0px, 0px, 0px) scale(.8, .8);
}*/
/**/
.habit_content_part h2 {
  font-size: 140px;
  margin: 0;
}

.habit_mockup_img_2 {
  margin-top: -40px;
}

.habit_mockup_img_1 {
  position: relative;
  top: 100px;
}

.habit_sec_purple_logo_container {
  width: 82px;
  height: 82px;
  /*    top: -20%;*/
  top: -80px;
  right: 25%;
  z-index: -1;
}

.habit_sec_purple_logo {
  width: 100%;
  height: 100%;
  animation: rotateTranslatehab01 5s infinite ease-in-out;
}

.habit_streak_img {
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  z-index: 99;
  /*    transition: .2s ease-in-out;*/
  opacity: 1 !important;
}

@keyframes rotateTranslatehab01 {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(-10px) rotate(-50deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(10px) rotate(50deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

.habit_sec_green_logo_container {
  width: 140px;
  height: 140px;
  /*    bottom: -22%;*/
  bottom: -44px;
  left: 12%;
  z-index: -1;
}

.habit_sec_green_logo {
  width: 100%;
  height: 100%;
  animation: rotateTranslatehab02 5s infinite ease-in-out;
}

@keyframes rotateTranslatehab02 {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(10px) rotate(50deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(-10px) rotate(-50deg);
  }
  100% {
    transform: translateX(0px) rotate(25deg);
  }
}

.iphone_mockup_app_feature {
  position: relative;
  padding-right: 47px !important;
}

.video-container-app-feature {
  position: absolute;
  max-width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: unset;
  bottom: 0;
  right: 0;
  /* padding: 58px; */
  padding: 64px;
  overflow: hidden;
}

.video-container-app-feature video {
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: -1;
  position: relative;
  border-radius: 26px;
}

@media (max-width: 1280px) {
  .habit_content_part h2 {
    font-size: 100px;
  }

  .habit_section p.font-34-20 {
    font-size: 24px;
  }

  .habit_section h3.font-55 {
    font-size: 42px;
  }

  .habit_mockup_img_1 {
    padding: 0 !important;
  }

  .habit_mockup_img_2 {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .habit_mockup_img_1 {
    top: 0;
    margin-bottom: 60px;
    position: relative;
  }

  .habit_mockup_img_2 {
    top: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .habit_content_part h2 {
    font-size: 66px;
  }

  .habit_section p.font-34-20 {
    font-size: 20px;
  }

  .habit_section h3.font-55 {
    font-size: 30px;
  }

  .habit_sec_purple_logo_container {
    width: 70px;
    height: 70px;
    top: -15%;
    right: 15%;
  }

  .habit_sec_green_logo_container {
    width: 100px;
    height: 100px;
    bottom: -18%;
    left: 0;
  }

  .habit_streak_img {
    border-radius: 17px;
  }
}

/* Superkicks Parents Section*/

.parent_superkick_option_section {
  height: auto;
  padding-bottom: 60px !important;
}

.parent_sidekick_content {
  top: unset;
}

.superkicks_banner_row {
  margin-top: -50px;
}

.superkicks_banner_cards {
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.superkicks_banner_cards img {
  border-radius: 54px;
}

.superkicks_banner_cards {
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  transform: scale(1) translate(0, 0);
}

.superkicks_banner_cards:hover {
  transform: scale(1.05) translate(0, -4px) rotate(-5deg) !important;
  transition: transform 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .superkicks_banner_row {
    margin: 0 !important;
  }

  .superkicks_banner_cards {
    padding: 16px !important;
  }

  .superkicks_banner_cards img {
    border-radius: 40px;
  }

  .superkicks_head_img {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .superkicks_head_img {
    padding: 10px;
  }

  .parent_sidekick_content h2.font-60-32 {
    font-size: 48px;
  }

  .parent_sidekick_content h2.font-36-20 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .superkicks_head_img {
    padding: 10px;
  }

  .parent_sidekick_content h2.font-60-32 {
    font-size: 28px;
  }

  .parent_sidekick_content h2.font-36-20 {
    font-size: 20px;
  }
}

/*App Features Section*/

.app_feature_section_tabs_ul .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 8px 0;
  border-radius: 24px;
  width: 80%;
  border: 1px solid #1d1d1d;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 24px;
  cursor: pointer !important;
}

.app_feature_section_tabs .nav-item .nav-link.active {
  border: 1px solid #1d1d1d;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  padding: 20px 24px;
  /*    width: 100%;*/
}

.app_feature_section_tabs_ul .active_tab_add_kid .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_add_kid .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #fa0;
}

.app_feature_section_tabs_ul .active_tab_milestone .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_milestone .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #865aff;
}

.app_feature_section_tabs_ul .active_tab_add_life_choice .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_add_life_choice .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #afff40;
}

.app_feature_section_tabs_ul .active_tab_add_acceleration .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_add_acceleration .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #40a7ff;
}

.app_feature_section_tabs_ul .active_tab_add_habits .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_add_habits .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #ff3fb5;
}

.app_feature_section_tabs_ul .active_tab_add_blogs .nav-link:hover,
.app_feature_section_tabs_ul .active_tab_add_blogs .nav-link.active {
  transform: scale(1.1);
  border: 1px solid #ff6e33;
}

.feature_icons {
  border-radius: 20px;
  width: 48px;
  height: 48px;
}

.active_tab_add_kid .nav-link .feature_icons {
  border: 1px solid #fa0;
  background: linear-gradient(180deg, #ffe4af 2%, #ffbb34 110%);
  box-shadow: 0px 10px 30px 0px rgba(255, 170, 0, 0.4);
}

.active_tab_milestone .nav-link .feature_icons {
  border: 1px solid #865aff;
  background: linear-gradient(180deg, #e2d8ff 2%, #865aff 110%);
  box-shadow: 0px 10px 30px 0px rgba(134, 90, 255, 0.4);
}

.active_tab_add_life_choice .nav-link .feature_icons {
  border: 1px solid #afff40;
  background: linear-gradient(180deg, #deffb1 2%, #afff40 110%);
  box-shadow: 0px 10px 30px 0px rgba(175, 255, 64, 0.4);
}

.active_tab_add_acceleration .nav-link .feature_icons {
  border: 1px solid #40a7ff;
  background: linear-gradient(180deg, #afdaff 2%, #40a7ff 110%);
  box-shadow: 0px 10px 30px 0px rgba(64, 167, 255, 0.4);
}

.active_tab_add_habits .nav-link .feature_icons {
  border: 1px solid #ff3fb5;
  background: linear-gradient(180deg, #ffafe0 2%, #ff3fb5 110%);
  box-shadow: 0px 10px 30px 0px rgba(255, 63, 181, 0.4);
}

.active_tab_add_blogs .nav-link .feature_icons {
  border: 1.668px solid #ff6e33;
  background: linear-gradient(180deg, #ffc6af 2%, #ff6e33 110%);
  box-shadow: 0px 10px 30px 0px rgba(255, 110, 51, 0.4);
}

.feature_icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .app_feature_section {
    height: auto;
  }

  .app_feature_section_tabs_ul {
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: max-content;
  }

  .app_feature_section_tabs_ul li.nav-item {
    float: left;
    padding-right: 12px;
  }

  .app_feature_section_tabs_ul .nav-link {
    width: 100%;
  }

  .app_feature_section_tabs_ul .active_tab_milestone .nav-link:hover,
  .app_feature_section_tabs_ul .active_tab_milestone .nav-link.active {
    transform: scale(1);
    width: auto;
  }

  .app_feature_section_tabs_ul .active_tab_milestone .nav-link:hover,
  .app_feature_section_tabs .nav-item .nav-link.active {
    transform: scale(1);
    width: auto;
  }

  .app_feature_section_tabs .col-lg-6.my-auto {
    overflow-x: auto;
  }

  .iphone_mockup_app_feature {
    text-align: center;
    padding: 26px !important;
  }

  .video-container-app-feature video {
    width: auto;
  }

  .video-container-app-feature {
    top: 0;
    left: 50%;
    bottom: 0;
    right: unset;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 28px;
    z-index: -1;
    border-radius: 100px;
  }

  .app_feature_bg_titles {
    max-width: 90%;
  }

  .try_free_content {
    text-align: center !important;
  }

  .try_free_content h2 {
    text-align: center !important;
  }

  .try_free_content .btn-primary-theme {
    margin-left: auto;
    margin-right: auto;
  }

  .app_feature_section_tabs_ul .nav-link {
    padding: 14px;
  }

  .app_feature_section_tabs .nav-item .nav-link.active {
    padding: 14px;
  }

  .feature_icons {
    border-radius: 14px;
    width: 44px;
    height: 44px;
  }
}

/* Explore Zevo Section */

.explore_zevo_section {
  background: url(../../assets/images/webp/explore_zevo_bg_img.webp) no-repeat
    center center / cover;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding: 20px;
  z-index: 99;
  position: relative;
  width: 100%;
}

/* Grid Card Styling */

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  /*max-width: 1200px;*/
  margin: auto;
  padding: 20px;
}

.grid-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.explore_zevo_section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  color: white;
  font-size: 18px;
  font-weight: 200;
  border-radius: 20px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 90%);
  border-radius: 0 0 15px 15px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  letter-spacing: 2px;
  word-spacing: 4px;
}

/* Staggered Heights */

.grid-item:nth-child(1) {
  grid-row: span 5;
  transform: rotate(-4deg) translate(-40px, 5px);
}
/* Tall */

.grid-item:nth-child(2) {
  grid-row: span 1;
  transform: rotate(0deg);
}
/* Small */

.grid-item:nth-child(3) {
  grid-row: span 5;
  transform: rotate(5deg) translate(40px, 5px);
}
/* Tall */

.grid-item:nth-child(4) {
  grid-row: span 1;
  transform: rotate(0deg);
}
/* Small */

.grid-item:nth-child(5) {
  grid-row: span 2;
  transform: rotate(0deg);
}
/* Small */

.grid-item:nth-child(6) {
  grid-row: span 2;
  transform: rotate(0deg);
}
/* Tall */

.grid-item:hover {
  transform: rotate(0deg) scale(1.12);
  transition: 0.2s ease-in-out;
  z-index: 1;
}

/* Responsive Grid */

@media (max-width: 1400px) {
  .grid-item:nth-child(1) {
    grid-row: span 4;
    transform: rotate(-2deg) translate(-5px, 5px);
  }

  .grid-item:nth-child(3) {
    grid-row: span 4;
    transform: rotate(2deg) translate(5px, 5px);
  }
}

@media (max-width: 1260px) {
  .grid-item:nth-child(3) {
    grid-row: span 4;
    transform: none;
  }

  .grid-item:nth-child(1) {
    grid-row: span 4;
    transform: none;
  }
}

@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .grid-item {
    grid-row: span 1;
  }

  .explore_zevo_section .overlay {
    font-size: 16px;
    letter-spacing: 1.5px;
    word-spacing: 2px;
  }

  .grid-item:hover {
    transform: rotate(0deg) scale(1.05);

    transition: 0.2s ease-in-out;
    z-index: 1;
  }
}

/*Footer Pre-Login*/

.footer_pre_login {
  background: #ffffff;
  /*    background-position: center;*/
  /*    background-size: cover;*/
  width: 100%;
  /*    background-repeat: no-repeat;*/
  z-index: 99;
  position: relative;
}

.footer_pre_login .footer_links li a {
  font-size: 68px;
  transition: 0.2s ease-in-out;
}

.footer_pre_login .footer_links li a:hover {
  color: #865aff;
}

.footer_pre_login .footer_links li a.active {
  color: #865aff;
}

ul.footer_extra_links_col_01 li button {
  transition: 0.2s ease-in-out;
}

ul.footer_extra_links_col_01 li button:hover {
  transform: scale(1.05) translate(0, -4px);
}

.footer_pre_login ul li {
  list-style-type: none;
}

.footer_extra_links_col_01 .btn-primary-black {
  width: 52px;
  height: 52px;
  padding: 10px;
  border: 3px solid #fff;
}

@media (max-width: 1200px) {
  .footer_pre_login .footer_links li a {
    font-size: 70px;
  }

  .footer_extra_links_col_01 {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .section_full_size {
    /*        height: auto;*/
    /*        padding-bottom: 60px !important;*/
  }

  .footer_pre_login .footer_links li a {
    font-size: 46px;
  }

  .footer_last_res {
    gap: 0px;
  }

  .footer_extra_links_col_01 {
    padding-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
    gap: 12px !important;
  }

  .footer_extra_links {
    justify-content: flex-start !important;
  }

  .copyright_content_para {
    justify-content: flex-start !important;
  }

  .footer_pre_login ul li:first-child {
    padding-left: 0 !important;
  }

  .footer_extra_links {
    padding: 24px 0;
    border-bottom: 1px solid #dee2e6;
  }

  .copyright_content_para {
    padding-top: 24px;
  }

  .footer_logo {
    margin-bottom: 26px;
  }
}

@media (max-width: 600px) {
  .section_full_size {
    /*        height: auto;*/
    /*        padding-bottom: 60px !important;*/
  }

  .footer_pre_login .footer_links li a {
    font-size: 32px;
  }

  .footer_last_res {
    padding: 0;
  }

  .footer_extra_links {
    flex-wrap: wrap;
  }

  ul.footer_extra_links li {
    width: 100%;
    border: none !important;
    padding-bottom: 7px;
    padding-left: 0 !important;
  }

  ul.footer_extra_links li a {
    white-space: nowrap;
  }

  ul.footer_extra_links li a br {
    display: none;
  }

  .footer_extra_links_col_01 {
    gap: 10px !important;
  }

  .footer_extra_links_col_01 .btn-primary-black {
    width: 42px;
    height: 42px;
    padding: 7px;
  }
}

/* ------ Career Page CSS ------- */

/* Career Header Section */
.career_header_section {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  width: 100%;
}

.career_header_infinite_img {
  z-index: 1;
  width: 100%;
  /*    height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.how_we_work_Section {
  /*    background: url(../../assets/images/how_we_work_bg_img.svg) no-repeat center center/cover;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 200px 0;
  position: relative;
  width: 100%;
  z-index: unset;
}

.curved-top {
  width: 100%;
  height: 100%; /* Adjust height as needed */
  background: linear-gradient(to bottom, #240c74, #6a42d6);
  /*    clip-path: ellipse(100% 55% at 48% 44%);*/
  clip-path: ellipse(150% 55% at 48% 44%);
  transform: scaleY(-1);
  top: 0;
  left: 0;
}

.arrow_left_career_sec {
  position: absolute;
  right: -40px;
  top: 15px;
}

.arrow_right_career_sec {
  position: absolute;
  left: -40px;
  top: 15px;
}

@media (max-width: 1400px) {
  .career_header_section .hero-title,
  .how_we_work_Section .hero-title {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .career_header_section .hero-title,
  .how_we_work_Section .hero-title {
    font-size: 70px;
  }

  .how_we_work_Section h1.hero-title.text-capitalize.mb-5 {
    text-align: left !important;
    padding: 0 10px;
  }

  .how_we_work_Section p.w-75 {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 36px;
  }

  .arrow_right_career_sec {
    right: -40px;
    top: 0;
    left: unset;
    transform: scaleX(-1) scale(0.65);
  }

  .arrow_left_career_sec {
    top: 0;
    transform: scale(0.65);
  }

  .how_we_work_Section .submit_btn {
    justify-content: flex-start !important;
    padding: 0px 10px;
  }

  .how_we_work_Section .row.pb-5.mx-0 {
    padding-bottom: 12px !important;
  }
}

@media (max-width: 600px) {
  .how_we_work_Section {
    padding: 125px 0;
  }

  .career_header_infinite_img {
    height: 100%;
  }

  .curved-top {
    /*        clip-path: ellipse(150% 47% at 48% 44%);*/
  }

  .career_header_section .hero-title,
  .how_we_work_Section .hero-title {
    font-size: 42px;
  }

  .how_we_work_Section h1.hero-title.text-capitalize.mb-5 {
    padding: 0;
  }

  .how_we_work_Section .col-lg-6 {
    padding: 0;
  }

  .how_we_work_Section .submit_btn {
    padding: 0;
  }

  .founder_msg_section .col-lg-7 {
    padding: 0;
  }

  .founder_msg_section .submit_btn {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .founder_msg_section .submit_btn a {
    margin-bottom: 12px;
  }
}

/* Contact Us Section */

.contact_us_header_section {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  width: 100%;
}

.contact_us_header_section .hero-content-img {
  padding-top: 124px;
}

.contact_us_header_img01 {
  z-index: 1;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.our_partnership_section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 200px 0;
  position: relative;
  width: 100%;
  z-index: unset;
}

.curved-top-contact-us {
  width: 100%;
  height: 100%; /* Adjust height as needed */
  background: #ffffff;
  /*    clip-path: ellipse(100% 55% at 48% 44%);*/
  clip-path: ellipse(150% 55% at 48% 44%);
  transform: scaleY(-1);
  top: 0;
  left: 0;
}

.partnership_cards {
  border-radius: 26px;
  background: radial-gradient(
    151.18% 78.79% at 50% 100%,
    #fdba46 0%,
    #f6d752 100%
  );
  transition: 0.2s ease-in-out;
  cursor: pointer;
  border: 2px solid transparent;
  height: 100%;
}

.partnership_cards:hover {
  border-radius: 26px;
  border: 2px solid #572dce;
  background: #865aff;
  box-shadow: 15px 34px 41px 0px rgba(134, 90, 255, 0.21);
  transform: translateY(-12px) scale(1.05);
}

.contact_us_form {
  border-radius: 40px;
  padding: 0 40px;
  background: radial-gradient(
    172.93% 109.85% at 49.99% 109.85%,
    #865aff 0%,
    #3f1d9b 100%
  ) !important;
}

.input_custom_per_login {
  border-radius: 12px;
  padding: 16px;
  background: none;
  color: #ffffff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.country_code_input {
  position: absolute;
  padding: 8px;
  border-radius: 0;
  height: 100%;
  color: white;
  border: none;
  border-right: 1px solid #ddd;
}

.input_custom_per_login::placeholder {
  color: #ddd;
}

.input_custom_per_login:focus {
  background: none;
}

.contact_us_fly_kid_img {
  position: relative;
  top: 30px;
}

.contact_us_shape_02 {
  width: 100%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, -55%);
}

.contact_us_form .select_input_arrow {
  right: 15px;
  bottom: 24px;
}

.contact_us_form_section_con_det_email {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.25)
  );
  border-radius: 24px;
}

@media (max-width: 1600px) {
  .our_partnership_section .hero-title {
    font-size: 110px;
  }
}

@media (max-width: 1400px) {
  .contact_us_header_section .row {
    margin: 0;
  }

  .our_partnership_section .hero-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our_partnership_section .row {
    margin: 0;
  }

  .contact_us_women_section .row.pb-5 {
    margin: 0;
  }

  .contact_us_form_section .row.pb-5 {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .contact_us_header_section .font-60-32 br {
    display: none;
  }

  .contact_us_form {
    padding: 40px 40px;
  }
}

@media (max-width: 991px) {
  .contact_us_header_section {
    height: 100%;
  }

  .contact_us_header_section .hero-content {
    text-align: center !important;
    margin-top: 70px;
  }

  .our_partnership_section .hero-title {
    font-size: 70px;
  }

  .contact_us_header_section .submit_btn {
    justify-content: center !important;
    margin-top: 36px !important;
  }

  .contact_us_header_section .hero-content-img {
    margin-top: 0;
    padding-top: 36px;
  }

  .contact_us_women_section .text-start.pt-5.w-75 {
    width: 100% !important;
  }

  .our_partnership_section {
    padding: 100px 0;
  }

  .contact_us_form_section
    h3.font-500.position-relative.text-capitalize.font-42-24.mb-4
    br {
    display: none;
  }

  .contact_us_form_section .font-24-22 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .our_partnership_section {
    padding: 90px 0;
    padding-bottom: 20px;
  }

  .curved-top-contact-us {
    clip-path: ellipse(200% 55% at 48% 44%);
  }

  .our_partnership_section .hero-title {
    font-size: 42px;
  }

  .contact_us_form {
    padding: 24px 12px;
    border-radius: 26px;
  }

  .input_custom_per_login {
    font-size: 14px;
  }

  .contact_us_women_section {
    padding: 0 !important;
  }

  .center_line_shape_sec {
    padding: 0 !important;
  }
}

/*///////// Infancy Page //////////*/

.hero-section.infancy_pg {
  background: url(../../assets/images/webp/header_bg_infancy.webp) no-repeat
    center center / cover;
  justify-content: center;
  height: 100vh;
}
.hero-section.yrs_1_3_header_sec {
  background: url(../../assets/images/webp/yrs_1_3_header_bg.webp) no-repeat
    center center / cover;
}
.hero-section.yrs_3_6_header_sec {
  background: url(../../assets/images/webp/yrs_3_6_header_bg.webp) no-repeat
    center center / cover;
}
.hero-section.yrs_6_9_header_sec {
  background: url(../../assets/images/webp/yrs_6_9_header_bg.webp) no-repeat
    center center / cover;
}
.hero-section.yrs_9_12_header_sec {
  background: url(../../assets/images/webp/yrs_9_12_header_bg.webp) no-repeat
    center center / cover;
}

.infancy_pg .hero-overlay {
  /*    background: radial-gradient(55% 50% at 35% 52%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);*/
  background: radial-gradient(
    30% 55% at 25% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  /*    background: radial-gradient(83.53% 26.96% at 33.17% 46.53%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);*/
}

.infancy_header_numbers_txt {
  text-shadow: 0px 13.09px 41.141px rgba(255, 170, 0, 0.4);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fa0;
  font-size: 106px;
  font-style: normal;
  line-height: 1.3; /* 130.952% */
  background: linear-gradient(180deg, #ffe4af 2.21%, #ffbb34 110.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infancy_header_numbers_txt span {
  text-shadow: 0px 13.09px 41.141px rgba(255, 170, 0, 0.4);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fa0;
  font-size: 100px;
  font-style: normal;
  line-height: 1.3;
  background: linear-gradient(180deg, #ffe4af 2.21%, #ffbb34 110.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infancy_header_numbers_txt .font-34-20 {
  font-size: 34px;
  -webkit-text-stroke-width: 1px;
  line-height: normal;
  letter-spacing: 0.7rem;
}

.every_yr_class {
  letter-spacing: 32px;
  font-size: 38px;
}

.infancy_header_btn {
  transform: scale(1.5) translate(26px, 12px);
}

.infancy_header_btn a {
  border-width: 5px;
}

@media (max-width: 1400px) {
  .infancy_header_content span.counter {
    font-size: 60px;
  }

  .duotone_shade_txt {
    font-size: 64px;
  }

  .infancy_header_content span.font-34-20 {
    font-size: 20px;
  }

  .infancy_header_numbers_txt .font-26-18 {
    font-size: 22px;
  }

  .infancy_header_content p {
    font-size: 20px;
  }

  .every_yr_class {
    font-size: 32px;
  }

  .infancy_header_btn {
    transform: scale(1.25) translate(16px, 8px);
  }
}

@media (max-width: 991px) {
  .hero-section.infancy_pg {
    background-position: 20%;
  }

  .infancy_header_numbers_txt {
    justify-content: center;
  }

  .every_yr_class {
    letter-spacing: 12px;
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hero-section.infancy_pg {
    justify-content: flex-end;
    padding-bottom: 50px;
  }

  .infancy_header_btn {
    transform: scale(1.2) translate(0);
    margin-top: 36px !important;
  }

  .infancy_pg .hero-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
  }
}

@media (max-width: 600px) {
  .infancy_header_btn {
    transform: scale(1) translate(0);
  }

  .infancy_header_content span.counter {
    font-size: 50px;
  }

  .duotone_shade_txt {
    font-size: 50px;
  }

  .infancy_header_btn {
    margin-top: 24px !important;
  }

  .infancy_header_numbers_txt .font-26-18 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .every_yr_class {
    letter-spacing: 8px;
  }

  .infancy_header_content span.font-34-20 {
    font-size: 17px;
  }

  .infancy_header_content p {
    font-size: 17px;
  }

  .infancy_pg .container-xxl {
    padding: 0;
  }

  .infancy_header_numbers_txt_part.ps-5 {
    padding-left: 15px !important;
  }

  .infancy_header_numbers_txt_part.pe-5 {
    padding-right: 15px !important;
  }

  .infancy_header_content span.font-34-20 {
    letter-spacing: 1px;
  }
}

/*Milestone Info Mob Section*/

.font_large_head_milestone_mockup {
  font-size: 110px;
}

.milestone_mockup_yellow_logo_container {
  width: 140px;
  height: 140px;
  bottom: 5%;
  left: -22%;
  z-index: -1;
}

.milestone_mockup_yellow_logo {
  width: 100%;
  z-index: -1;
  height: 100%;
  animation: rotateTranslate 4s infinite ease-in-out;
}

@keyframes rotateTranslate {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(-10px) rotate(-50deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(10px) rotate(50deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

.milestone_mockup_pink_logo_container {
  width: 82px;
  height: 82px;
  top: 15%;
  right: -15%;
  z-index: -1;
}

.milestone_mockup_pink_logo {
  width: 100%;
  height: 100%;
  animation: rotateTranslatemile01 4s infinite ease-in-out;
}

@keyframes rotateTranslatemile01 {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(10px) rotate(50deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(-10px) rotate(-50deg);
  }
  100% {
    transform: translateX(0px) rotate(25deg);
  }
}

@media (max-width: 991px) {
  .milestone_mockup_pink_logo_container {
    top: 8%;
    right: 1%;
  }

  .milestone_mockup_yellow_logo_container {
    bottom: -10%;
    left: 1%;
  }

  .font_large_head_milestone_mockup {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .font_large_head_milestone_mockup {
    font-size: 46px;
  }
}

/*Flipped Section Home page  */

.flipped-section-word {
  /*  position: absolute;*/
  opacity: 1;
  color: #939393;
  animation: cycleflipped-section-words 10s infinite;
  transition: color 0.5s ease;
}

.flipped-section-word:nth-child(1) {
  animation-delay: 0s;
}
.flipped-section-word:nth-child(2) {
  animation-delay: 2.5s;
}
.flipped-section-word:nth-child(3) {
  animation-delay: 5s;
}
.flipped-section-word:nth-child(4) {
  animation-delay: 7.5s;
}

@keyframes cycleflipped-section-words {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translate(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translate(0);
    color: #ff367c;
  }
  25% {
    opacity: 1;
    color: #ff367c;
  }
  35% {
    opacity: 1;
    color: #777;
  }
  100% {
    opacity: 1;
  }
}

.img_with_out_zevo_box:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  background: radial-gradient(
    56% 55% at 52% 50%,
    rgba(0, 0, 0, 0) 27%,
    #000 96.95%
  );
  height: 100%;
}

.flip-wrapper {
  perspective: 2000px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.flip-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
  will-change: transform;
}

.flip {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip1 {
  z-index: 1;
}

.flip2 {
  transform: rotateY(180deg);
}

.flip2 .flipped-section-word {
  /*  position: absolute;*/
  opacity: 1;
  color: #939393;
  animation: cycleflipped-section-words02 10s infinite;
  transition: color 0.5s ease;
}

.flip2 .flipped-section-word:nth-child(1) {
  animation-delay: 0s;
}
.flip2 .flipped-section-word:nth-child(2) {
  animation-delay: 2.5s;
}
.flip2 .flipped-section-word:nth-child(3) {
  animation-delay: 5s;
}
.flip2 .flipped-section-word:nth-child(4) {
  animation-delay: 7.5s;
}

@keyframes cycleflipped-section-words02 {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translate(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translate(0);
    color: #adf324;
  }
  25% {
    opacity: 1;
    color: #adf324;
  }
  35% {
    opacity: 1;
    color: #777;
  }
  100% {
    opacity: 1;
  }
}

.img_with_out_zevo_box {
  max-width: 75%;
  margin: auto;
}

@media (max-width: 991px) {
  .scrollable_flip_content_res {
    overflow-y: auto;
    margin-bottom: 24px !important;
  }
  .scrollable_flip_content_res .d-flex.my-2.flex-wrap.gap-0 {
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: max-content;
  }

  .scrollable_flip_content_res .how_q_badges,
  .how_q_badges_light {
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    display: list-item !important;
    width: 400px !important;
  }

  .img_with_out_zevo_box {
    max-width: 60%;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .scrollable_flip_content_res .how_q_badges,
  .how_q_badges_light {
    width: 300px !important;
  }

  .img_with_out_zevo_box {
    max-width: 100%;
  }
}

/*Draggable Section With/Without Zevo Home page  */

.draggable_section_parallax.compare-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.draggable_section_parallax .comparison-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.draggable_section_parallax .side {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.draggable_section_parallax .left {
  background-color: #000;
  /* background: url(../../assets/images/webp/bg_logo_animate.webp) no-repeat */
  /* center center / cover; */
  z-index: 1;
}

.draggable_section_parallax .right {
  background-color: #000;
  /* background: url(../../assets/images/webp/bg_logo_animate.webp) no-repeat */
  /* center center / cover; */
  z-index: 2;
  /* clip-path: inset(0 50% 0 0); */
  clip-path: inset(0 100% 0 0);
}

.draggable_section_parallax .slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(134, 90, 255, 0.50);
  background: rgba(134, 90, 255, 0.40);
  backdrop-filter: blur(32px);
  width: 8px;
  left: 0;
  z-index: 3;
  cursor: ew-resize;
  transition: background-color 0.3s ease;
}

.draggable_section_parallax .slider-handle:hover {
  background-color: rgba(134, 90, 255, 0.60);
}

.draggable_section_parallax .with_without_zevo_title{
  max-width: 70%;
  width: 100%;
  text-align: center;
}

.draggable_section_parallax .with_without_zevo_title h2 {
  font-size: 120px;
  margin-top: 20px;
}

.draggable_section_parallax .left .with_without_zevo_title h2{
  color: rgba(255, 255, 255, 0.00);
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FFF;
  font-style: normal;
  line-height: 1;
}

.draggable_section_parallax .slider-handle-center-circle{
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(134, 90, 255, 0.50);
  background: rgba(134, 90, 255, 0.40);
  box-shadow: 0 2px 14px 3px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(11px);
  height: 60px;
  width: 60px;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: scale(1) translate(-50%,-50%);
  transition: .2s ease-in-out;
}

.draggable_section_parallax .slider-handle-center-circle:hover{
  background-color: rgba(134, 90, 255, 0.60);
  transform: scale(1.15) translate(-50%,-50%);
  transition: .2s ease-in-out;
}

.draggable_section_parallax .card_with_without_zevo{
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.20) 44.1%, rgba(134, 90, 255, 0.20) 95.28%);
  backdrop-filter: blur(32px);
  padding: 30px;
  height: 100%;
}

.draggable_section_parallax .card_without_zevo_red{
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.20) 44.1%, rgba(255, 126, 51, 0.20) 95.28%);
  backdrop-filter: blur(32px);
}

@media (max-width: 991px) {
  
  .draggable_section_parallax .with_without_zevo_title h2{
    font-size: 90px;
  }

  .draggable_section_parallax .card_with_without_zevo{
    border-radius: 24px;
    padding: 10px;
  }

  .draggable_section_parallax .card_with_without_zevo h3{
    font-size: 13px !important;
    margin-top: 8px !important;
    white-space: nowrap;
  }

  .draggable_section_parallax .card_with_without_zevo svg{
    padding: 8px;
  }

  .draggable_section_parallax .with_without_zevo_title h2{
    margin-top: 10px;
  }

}

@media (max-width: 600px) {

  .draggable_section_parallax.compare-section{
    height: 90vh !important;
    max-height: 90vh !important;
  }

  .draggable_section_parallax .slider-handle-center-circle svg{
    transform: rotate(90deg);
  }

  .draggable_section_parallax .right{
    clip-path: inset(0 100% 0 0);
  }

  .draggable_section_parallax .slider-handle{
    width: 100%;
    height: 4px;
    left: 0;
    top: unset;
    /* bottom: 0; */
    transform: none;
  }

  .draggable_section_parallax .with_without_zevo_title h2 {
    font-size: 60px;
  }

  .col-5-top-margin-res{
    margin-top: -44px !important;
    z-index: 99;
  }

  .draggable_section_parallax .card_with_without_zevo{
    background: linear-gradient(140deg, rgba(0, 0, 0, 1) 44.1%, rgba(134, 90, 255, .25) 95.28%);
  }

  .draggable_section_parallax .card_without_zevo_red{
    background: linear-gradient(140deg, rgba(0, 0, 0, 1) 44.1%, rgba(255, 126, 51, 0.25) 95.28%);
  }

}

@media (max-width: 600px) and (min-height: 800px) and (max-height: 960px){

  .draggable_section_parallax.compare-section{
    height: 90vh;
  }

}

@media (max-width: 600px) and (min-height: 800px) and (max-height: 960px){

  .draggable_section_parallax.compare-section{
    height: 80vh;
  }

}

/*Index Home Page*/

.free_section {
  /*    background: url(../../assets/images/webp/free_bg_img.webp) no-repeat center center / cover;*/
  background: url(../../assets/images/webp/bg_logo_animate.webp) no-repeat
    center center / cover;
  min-height: 100vh;
  overflow: hidden;
  max-height: max-content;
  position: relative;
}

.free_section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    47.63% 50% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    #000 100%
  );
}

.bg_blur_green {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0%;
  top: 10%;
  border-radius: 50%;
  background: rgba(134, 90, 255, 0.3);
  filter: blur(175px);
  pointer-events: none;
  z-index: 1;
}

.bg_blur_purple {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0%;
  bottom: 10%;
  border-radius: 50%;
  background: rgba(181, 255, 40, 0.2);
  filter: blur(175px);
  pointer-events: none;
  z-index: 1;
}

.bg_blur_white {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  border-radius: 50%;
  background: rgba(134, 90, 255, 0.74);
  filter: blur(175px);
  pointer-events: none;
  z-index: 1;
  animation: blinkAndMove 6s ease-in-out infinite;
}

@keyframes blinkAndMove {
  0% {
    top: 10%;
    left: 10%;
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 0.4;
    transform: scale(1.5);
  }
  20% {
    top: 20%;
    left: 70%;
    opacity: 0.8;
    transform: scale(1.1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    top: 50%;
    left: 50%;
    opacity: 0.5;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(0.7);
  }
  60% {
    top: 30%;
    left: 30%;
    opacity: 0.6;
    transform: scale(1.25);
  }
  70% {
    top: 80%;
    left: 15%;
    opacity: 0.7;
    transform: scale(1);
  }
  80% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    top: 10%;
    left: 10%;
    opacity: 0;
    transform: scale(1.25);
  }
}

.custom_free_txt {
  font-size: 340px;
  line-height: 0.9;
  letter-spacing: -25px;
}

.custom_free_txt .custom_free_txt_animated span {
  line-height: 0.9;
}

@media (max-width: 991px) {
  .free_section .custom_free_txt {
    font-size: 260px;
    letter-spacing: -18px;
  }

  .free_section .milestone_mockup_yellow_logo {
    top: 10% !important;
  }

  .free_section .milestone_mockup_pink_logo {
    bottom: 5% !important;
  }
}

@media (max-width: 767px) {
  .free_section .custom_free_txt {
    font-size: 200px;
    letter-spacing: -15px;
  }
  .custom_free_txt .custom_free_txt_animated span{
    opacity: 1 !important;
  }
}

/* How Q Section */

.how_q_section {
  background: url(../../assets/images/webp/how_q_img.webp) no-repeat center
    center / cover;
  min-height: 100vh;
  max-height: max-content;
  justify-content: flex-start;
  flex-direction: row;
}

.how_q_section .hero-overlay {
  background: radial-gradient(
    39.62% 46.11% at 50.05% 48.16%,
    rgba(0, 0, 0, 0) 0%,
    #000 100%
  );
}

.how_q_badges:before {
  background: linear-gradient(-85deg, #404040, hsla(0, 0%, 70%, 0.1)) border-box;
  border: 2px solid transparent !important;
}

.how_q_section svg.position-absolute-center {
  position: absolute;
  top: 52%;
  left: 38%;
  transform: translate(-50%, -45%) rotate(10deg);
  height: 40%;
  z-index: -1;
}

.card-faded-lin-gradient {
  border-radius: 17px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  backdrop-filter: blur(9px);
  border: none !important;
}

/* Curved Animated Dashed Line */

.section--line {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.section--line svg {
  width: 100%;
}

.dashed-path {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 12.28 12.28;
  stroke-dashoffset: 2;
  transform: scaleY(1); /* Flip the direction if needed */
  transform-origin: center;
}

@media (max-width: 600px) {
  .how_q_section {
    background: #000000;
  }

  .how_q_section .hero-overlay {
    background: radial-gradient(
      39.62% 46.11% at 50.05% 48.16%,
      rgba(87, 45, 206, 0.12) 70%,
      rgba(87, 45, 206, 0) 100%
    );
  }

  /*background: radial-gradient(34.56% 34.56% at 50% 50%, rgba(87, 45, 206, 0.12) 0%, rgba(87, 45, 206, 0.00) 100%);*/

  .how_q_badges {
    width: 100% !important;
    padding: 12px 10px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .how_q_section svg.position-absolute-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(50deg);
    height: 11%;
  }
}

/* Zevo Customize Section */

.card-faded-purple {
  position: relative !important;
  border: none !important;
  border-radius: 22px;
  padding: 12px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-faded-purple:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 24px !important;
  border: 2px solid transparent;
  background: linear-gradient(134deg, rgba(121, 73, 255, 0.14) 55%, #7949ff)
    border-box !important;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}

.zevo_customize_section .card-faded-purple {
  flex-direction: column;
  gap: 40px;
  transition: 0.2s ease-in-out;
}

.zevo_customize_section .card-faded-purple:hover {
  transform: scale(1.14);
}

@media (max-width: 600px) {
  .zevo_customize_section .card-faded-purple {
    gap: 16px;
  }

  .zevo_customize_section .card-faded-purple svg {
    width: 40px;
    height: 40px;
  }
}

/*Marquee Strip*/

.marquee_strip {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

/* Super Hero Parent*/

.font_large_for_sections {
  font-size: 140px;
}

.superhero_parent_crd01 {
  top: 40%;
  bottom: 0;
  left: unset;
  right: 0;
  position: absolute;
  z-index: 9999;
}

.superhero_parent_crd02 {
  top: unset;
  bottom: 8%;
  left: unset;
  right: 10%;
}

.superhero_parent_crd03 {
  top: 0px;
  left: unset;
  right: 10%;
}

.superhero_parent_crd01 {
  animation: rotateTranslate 15s infinite ease-in-out;
}

@keyframes rotateTranslate {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) rotate(-20deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(20px) rotate(20deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

.superhero_parent_crd02 {
  animation: rotateTranslate02 15s infinite ease-in-out;
}

@keyframes rotateTranslate02 {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) rotate(-20deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(20px) rotate(20deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

.superhero_parent_crd03 {
  animation: rotateTranslate03 15s infinite ease-in-out;
}

@keyframes rotateTranslate03 {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(20px) rotate(20deg);
  }
  50% {
    transform: translateX(0px) rotate(0deg);
  }
  75% {
    transform: translateX(-20px) rotate(-20deg);
  }
  100% {
    transform: translateX(0px) rotate(15deg);
  }
}

@media (max-width: 1280px) {
  .font_large_for_sections {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .superhero_parent_crd01 {
    top: 70%;
    bottom: unset;
    left: 50%;
  }

  .superhero_parent_crd02 {
    top: unset;
    bottom: 1.5%;
    left: 7%;
    right: unset;
  }
}

@media (max-width: 767px) {
  .font_large_for_sections {
    font-size: 74px;
  }

  .superhero_parent .submit_btn {
    padding-bottom: 70px !important;
  }

  .superhero_parent_crd01 {
    top: 70%;
    bottom: unset;
    left: 50%;
    animation: none;
    transform: translate(-50%, -50%);
  }

  .superhero_parent_crd02 {
    top: unset;
    bottom: 1.5%;
    left: 0;
    right: unset;
    animation: none;
    transform: none;
  }

  .superhero_parent_crd03 {
    top: 0px;
    left: unset;
    right: 0;
    animation: none;
    transform: none;
  }
}

/* Zevo Services Options Section */

.zevo_serv_sec {
  /*    background: linear-gradient(180deg, #1E0339 0%, #030006 100%);*/
  position: relative;
  overflow: hidden;
}

.zevo_serv_sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #030006 0%, #1e0339 100%);
  /* clip-path: ellipse(100% 55% at 48% 44%); */
  clip-path: ellipse(150% 55% at 48% 44%);
  transform: scaleY(-1);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.card_white {
  border-radius: 46px;
  height: 100%;
  padding: 36px;
  padding-top: 0;
}

.card_white .feature_icons {
  border-radius: 26px;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -30px;
}

.card_white .zevo_serv_sec_feature01 {
  border: 1px solid #865aff;
  background: linear-gradient(180deg, #e2d8ff 2%, #865aff 110%);
  box-shadow: 0px 10px 30px 0px rgba(134, 90, 255, 0.4);
}

.card_white .zevo_serv_sec_feature02 {
  border: 1px solid #afff40;
  background: linear-gradient(180deg, #deffb1 2%, #afff40 110%);
  box-shadow: 0px 10px 30px 0px rgba(175, 255, 64, 0.4);
}

.card_white .zevo_serv_sec_feature03 {
  border: 1px solid #fa0;
  background: linear-gradient(180deg, #ffe4af 2%, #ffbb34 110%);
  box-shadow: 0px 10px 30px 0px rgba(255, 170, 0, 0.4);
}

@media (max-width: 991px) {
  .card_white {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .font-thunder .font-42-24 {
    font-size: 74px;
  }

  .card_white {
    margin-bottom: 0;
  }
}

/* Best Versions Section */

.best_ver_sec {
  background: url(../../assets/images/webp/Best_version_bg_img.webp) no-repeat
    center center / cover;
  min-height: 100vh;
  max-height: max-content;
  position: relative;
  justify-content: flex-start;
}

.best_ver_sec .hero-overlay {
  background: radial-gradient(
    57.33% 76.22% at 65.43% 46.36%,
    rgba(0, 0, 0, 0) 0%,
    #000 100%
  );
}

.best_ver_shape_left {
  z-index: 888;
  position: absolute;
  left: 0;
  bottom: -164px;
  pointer-events: none;
}

.best_ver_shape_right {
  z-index: 99;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .best_ver_sec {
    background-position: 61.5%;
  }

  .best_ver_shape_left {
    display: none;
  }

  .best_ver_shape_right {
    display: none;
  }
}

/*App Services Page Section*/

.back_btn_common a {
  border-radius: 14px;
  border: 1px solid #2a2a2a;
  background: #000;
  width: 45px;
  height: 45px;
  transition: 0.2s ease-in-out;
}

.back_btn_common a:hover {
  transform: scale(1.2);
}

.back_btn_common a:active {
  transform: scale(0.9);
}

.app_services_section_tabs_ul .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
  border-radius: 24px;
  width: 100%;
  border: 1px solid #1d1d1d;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 20px;
  cursor: pointer !important;
}

.app_services_section_tabs_ul .nav-link:hover,
.app_services_section_tabs_ul .nav-link.active {
  background: #fff !important;
  color: #000 !important;
  font-weight: 600 !important;
  position: relative;
}

.app_services_section_tabs_ul .nav-link.active:before {
  position: absolute;
  content: "";
  background: transparent;
  border: 1px dashed #fff;
  top: 50%;
  width: 100px;
  right: -100px;
  height: 1px;
}

.app_services_section_tabs .video-card {
  background: #000;
  color: white;
  border-radius: 16px;
  border: 1px solid #242424;
  overflow: hidden;
  position: relative;
}

.app_services_section_tabs .video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}

.app_services_section_tabs .video-card:hover img {
  transform: scale(1.08);
}

.app_services_section_tabs .video-card-body {
  padding: 16px;
}

.app_services_section_tabs .video-card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app_services_section_tabs .video-card-text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tab-content-servcies-box-col-7 {
  padding-left: 90px !important;
}

.tab-content-servcies-box {
  padding: 40px;
  padding-bottom: 8px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 1280px) {
  .tab-content-servcies-box-col-7 {
    padding-left: 50px !important;
  }

  .app_services_section_tabs_ul .nav-link.active:before {
    width: 60px;
    right: -60px;
  }

  .tab-content-servcies-box {
    padding: 26px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .app_services_section_tabs_ul .nav-link.active:before {
    display: none;
  }

  .tab-content-servcies-box-col-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .app_services_section_tabs .col-scrollable-tabs {
    overflow-x: auto;
    margin-bottom: 16px;
  }

  .back_btn_common {
    margin-bottom: 16px !important;
  }

  .app_services_section_tabs_ul {
    z-index: 99;
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: max-content;
    margin-bottom: 0;
  }

  .app_services_section_tabs_ul li {
    float: left;
    padding-right: 12px;
  }

  .app_services_section_tabs_ul .nav-link {
    border-radius: 16px;
    max-width: 270px;
    height: 100%;
    padding: 14px 18px;
  }

  .tab-content-servcies-box {
    padding: 30px 20px;
    border: none;
    border-top: 1px solid #313131;
    border-radius: 32px 32px 0 0;
  }
}

/*Blogs List Page*/

.blog_header {
  background: url(../../assets/images/webp/blog_header_img.webp) no-repeat;
  height: 700px;
  justify-content: flex-start;
  flex-direction: row;
  background-attachment: fixed;
  background-size: 100%;
  background-position: top;
  align-items: flex-end;
}

.blog_header .hero-overlay {
  background: radial-gradient(
    94% 55.31% at 50% 7%,
    rgba(0, 0, 0, 0) 0%,
    #000 100%
  );
}

.trending_blogs_img {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  background-size: cover;
  border-radius: 24px;
}

.trending_blogs_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.94) 77.98%
  );
}

.read-more-btn-circle {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.2s ease-in-out;
}

.read-more-btn-circle:hover {
  background-color: #fff;
  transform: scale(1.25);
  -webite-transform: scale(1.25);
}

.trending_blogs_img {
  transition: 0.2s ease-in-out;
}

.trending_blogs_img:hover {
  transform: scale(1.05);
  -webite-transform: scale(1.05);
}

.read-more-btn-circle:hover svg path {
  transition: 0.2s ease-in-out;
  stroke: #000;
}

.trending_blogs_img .line-clamp-1 {
  max-height: 32px;
}

.trending_blogs_img .line-clamp-2 {
  max-height: 50px;
}

.blog_faded_common_card .line-clamp-2 {
  max-height: 60px;
}

.blog_faded_common_card .line-clamp-3 {
  max-height: 74px;
}

.blogs_list_section .tabs-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blogs_list_section .scroll-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0 10px;
  cursor: pointer;
  z-index: 2;
  padding-top: 8px;
}

.blogs_list_section .tabs-wrapper {
  overflow-x: hidden;
  flex: 1;
}

.blogs_list_section .tabs {
  display: flex;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 0;
}

.blogs_list_section .tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
  border-radius: 24px;
  width: 100%;
  border: 1px solid #1d1d1d;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 24px;
  cursor: pointer !important;
}

.blogs_list_section .tab.active {
  background: #fff;
  color: #000;
  font-weight: 500;
}

.blogs_list_section .tab-contents {
  position: relative;
  min-height: 100px;
}

.blogs_list_section .tab-content {
  display: none;
  position: relative;
  /*  margin-top: 24px;*/
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
}

.blogs_list_section .tab-content.active {
  display: block;
  opacity: 1;
}

.line-clamp-1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_list_img {
  width: 40%;
}

.blog_list_img img {
  border-radius: 16px;
  object-fit: cover;
}

.card-custom {
  background-color: #0f0f0f;
  color: white;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.read-more:hover {
  text-decoration: underline !important;
}

.blogs_list_section .bg_blur_green,
.blogs_list_section .bg_blur_purple {
  position: fixed;
}

.blogs_detail_pg_section .bg_blur_green,
.blogs_detail_pg_section .bg_blur_purple {
  position: fixed;
}

.search-wrapper {
  position: relative;
  /*  max-width: 400px;*/
}

.search-wrapper-blogs {
  position: sticky;
  top: 110px;
}

.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0c0c0c;
  border-radius: 16px;
  padding: 10px;
  border: 1px solid #2e2e2e;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}

.suggestions h4 {
  border-bottom: 1px solid #2e2e2e;
  background: #0c0c0c;
  position: sticky;
  top: -12px;
}

.suggestions button {
  border: none;
  background: none;
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding: 10px;
  width: 100%;
  border-radius: 100px;
  cursor: pointer;
  /*  transition: .1s ease-in-out;*/
}

.suggestions button:hover {
  background-color: #2e2e2e;
}

@media (max-width: 991px) {
  .blogs_list_section .bg_blur_purple,
  .bg_blur_green {
    width: 200px;
    height: 200px;
  }

  .blog_header {
    height: 450px;
    background-size: 110%;
    position: relative;
    z-index: 99;
  }

  .blog_header_cards_scrollable {
    overflow-x: auto;
  }

  .blog_header_cards_scrollable .row {
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    padding-left: 12px;
    min-width: max-content;
  }

  .blog_header_cards_scrollable .row .col-lg-4 {
    float: left;
    width: auto;
    padding-right: 16px;
    padding-left: 0px;
  }

  .blog_header_cards_scrollable .line-clamp-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .blog_faded_common_card .line-clamp-2 {
    max-height: 56px;
  }

  .blog_faded_common_card .line-clamp-3 {
    max-height: 64px;
  }

  .trending_blogs_img {
    width: 320px;
    min-height: 180px;
  }

  .read-more-btn-circle {
    width: 2rem;
    height: 2rem;
  }

  .trending_blogs_img .line-clamp-1 {
    max-height: 26px;
  }

  .trending_blogs_img .line-clamp-2 {
    max-height: 44px;
  }

  .blogs_list_section .tabs-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .blog_list_img {
    width: 100%;
    margin-bottom: 6px;
  }

  .blogs_list_section .card-faded {
    gap: 8px !important;
    padding-bottom: 24px !important;
    flex-wrap: wrap;
  }

  .blogs_list_section .card-secondary {
    background: none;
    padding: 0;
    /* border-bottom: 1px solid #252525; */
    /* padding-bottom: 10px; */
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .blogs_list_section .scroll-btn {
    display: none;
  }

  .search-wrapper-blogs {
    top: 63px;
  }

  .line-clamp-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .line-clamp-4 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 767px) {
  .blog_header .hero-overlay {
    background: radial-gradient(
      92.89% 55.31% at 40% 2%,
      rgba(0, 0, 0, 0) 0%,
      #000 100%
    );
  }

  .blog_header {
    background-size: 200%;
  }
}
/*Blogs Details Page*/

.blogs_detail_pg_section .card-secondary {
  background: none;
  padding: 0 !important;
}

/* Other Pages*/

@media (max-width: 991px) {
  .other_pgs_section {
    padding-top: 90px !important;
  }

  .other_pgs_section .back_btn_common span {
    display: none;
  }

  .other_pgs_section .back_btn_common {
    top: -60px !important;
  }
}

/* Fix Floating Button */

.floating_btn_whatsapp {
  position: fixed;
  bottom: 20px;
  right: 34px;
  z-index: 99;
}

.floating_btn {
  width: 70px;
  height: 70px;
  border: 3px solid #ffffff;
}

.floating_btn svg {
  width: 40px;
  height: 40px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: transparent;
  color: #fff;
  width: 70px;
  right: 7px;
  height: 70px;
  position: absolute;
  z-index: 99;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 2s infinite;
  /* box-shadow: 0 0 0 0 #42db87; */
  box-shadow: 0 0 0 0 #865aff;
  -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@media (max-width: 991px) {
  .floating_btn {
    bottom: 0;
    right: 0;
  }

  .floating_btn .contact_icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .floating_btn_whatsapp {
    bottom: 20px;
    right: 20px;
  }

  .contact_icon {
    right: 0;
  }
}

/* Life Choices Section */

.life_goals_section .life_goals_section_head_content h2 {
  font-size: 80px;
}

.life_goals_icon_main svg {
  width: 50px;
  height: 50px;
}

.life_goals_light_bim {
  z-index: -1;
  left: 50%;
  top: -5%;
  transform: translate(-50%);
}

.life_goals_impact_cards_main_ul {
  list-style-type: none;
}

.life_goals_impact_cards_main_ul li:nth-child(2) {
  transform: scale(1.14);
}

.life_goals_impact_cards_main {
  min-height: 110px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 26px;
  border: 1px solid #1d1d1d;
  background: linear-gradient(
    90deg,
    rgba(101, 101, 101, 0.16) 0%,
    rgba(115, 115, 115, 0.05) 100%
  );
  backdrop-filter: blur(56px);
  -webkit-backdrop-filter: blur(56px);
}

.life_goals_impact_cards_main .progress {
  border-radius: 50px;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.life_goals_impact_cards_main .progress-bar {
  border-radius: 50px;
  background: linear-gradient(90deg, #cfbeff 0%, #865aff 100%);
}

@media (max-width: 767px) {
  .life_goals_section .life_goals_section_head_content h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 1200px) {
  .life_goals_impact_cards_main_ul li:nth-child(2) {
    transform: none;
  }
}

/* ///// Back To Top Floating Button ///// */

#scrollToTopBtn {
  position: fixed;
  /* bottom: 160px; On Right */
  /* right: -20px; On Right */
  bottom: 20px !important;
  left: 50%;
  transform: translate(-50%, 80px);
  -webkit-transform: translate(-50%, 80px);
  z-index: 999;
  min-width: auto;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 14px;
  padding-right: 16px;
  opacity: 0;
  transition: transform 0.7s ease-in-out;
}

#scrollToTopBtn.scroll-to-top-btn {
  opacity: 1;
  display: block !important;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: transform 0.7s ease-in-out;
}

#scrollToTopBtn.scroll-to-top-btn:hover {
  transform: scale(1.025) translate(-50%, 0);
  -webkit-transform: scale(1.025) translate(-50%, 0);
  transition: 0.2s ease-in-out;
}

#scrollToTopBtn.scroll-to-top-btn:active {
  transform: scale(0.9) translate(-50%, 0);
  -webkit-transform: scale(0.9) translate(-50%, 0);
  transition: 0.2s ease-in-out;
}

#scrollToTopBtn.target-div-scroll-end.scroll-ended {
  bottom: 90px !important;
  transition: 0.2s ease-in-out;
}

@media (max-width: 991px) {
  #scrollToTopBtn.target-div-scroll-end.scroll-ended {
    bottom: 45px !important;
    transition: 0.2s ease-in-out;
  }
}

/* Get app modal popup */

.get_app_modal_mockup_slide_col_7 .shaded_gradient_border_vertical {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
}

.cb-tagreel-row-popup .flag_list_imgs_popup.img-fluid {
  animation: leftright 72s linear infinite;
}

@keyframes leftright {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.web_app_part_popup_bg {
  background: url(../../assets/images/webp/web_app_popup_bg_img.webp) no-repeat
    center center/cover;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  align-items: end;
}

.web_app_part_popup_bg .infancy_header_numbers_txt span {
  font-size: 50px;
}

.cb-tagreel-row-popup :after,
.cb-tagreel-row-popup :before {
  content: "";
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  width: 52px;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 99;
}

.cb-tagreel-row-popup :before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  right: 0;
  left: unset;
}

@media (max-width: 600px) {
  .web_app_part_popup_bg .infancy_header_numbers_txt span {
    font-size: 36px;
  }
}

/* FAQ Section */

.position-sticky-01-faq .nav.nav-pills {
  position: sticky;
  top: 140px;
  overflow: hidden;
}
.faq-tab-internal-content .accordion{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-tab-internal-content .accordion-item{
  border-radius: 12px;
  overflow: hidden;
  background-color: #0c0c0c;
  border: 1px solid #3f3f3f;
  color: #ffffff;
}
.faq-tab-internal-content .accordion-button{
  background-color: #0c0c0c !important;  
  /* border-bottom: 1px solid #3f3f3f; */
  color: #ffffff !important;
  box-shadow: none !important;
}
.faq-tab-part h5 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  position: relative;
  padding-right: 25px;
}
.faq-tab-internal-content .accordion-button .arrow_faq_accordian{
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(0%, -50%) rotate(180deg);
  transition: .2s ease-in-out;
}

.faq-tab-internal-content .accordion-button.collapsed .arrow_faq_accordian{
  transform: translate(0%, -50%) rotate(0);
  transition: .2s ease-in-out;
}

.faq-tab-internal-content .accordion-body{
  border-top: 1px solid #3f3f3f;
}
.faq-tab-internal-content .accordion-button::after{
  background-image: url(../../assets/images/arrow_below.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.faq-tab-internal-content .accordion-button:not(.collapsed)::after{
  background-image: url(../../assets/images/arrow_below.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.highlight-card {
  /* background-color: #fff3cd; */
  /* border-left: 6px solid #ffc107; */
  background-color: #eae4ff;
  border-left: 6px solid #7949ff;
  border-radius: 6px;
  padding: 20px 12px;
  padding-bottom: 4px;
  color: #000000;
  margin: 20px 0;
}
.faq-divider {
  border-top: 1px solid #3D3F3F;
  margin: 2rem 0;
}
.example-card {
    /* background-color: #e9f7fe; */
    /* border-left: 6px solid #0dcaf0; */
    background-color: #eae4ff;
    border-left: 6px solid #7949ff;
    border-radius: 6px;
    padding: 20px 12px;
    padding-bottom: 4px;
    color: #000000;
    margin: 20px 0;
}
.important-card {
  /* background-color: #ffc697; */
  /* border-left: 6px solid #ef7816; */
  background-color: #eae4ff;
  border-left: 6px solid #7949ff;
  border-radius: 6px;
  padding: 20px 12px;
  padding-bottom: 4px;
  color: #000000;
  margin: 20px 0;
}
.collapsing{
  transition: all .3s;
}

@media (max-width: 991px) {

  .position-sticky-01-faq{
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
  }

  .position-sticky-01-faq .nav.nav-pills{
    display: inline;
    float: left;
    overflow-y: hidden;
    margin-bottom: 12px !important;
    overflow-x: auto;
    min-width: max-content;
  }

  .position-sticky-01-faq .nav.nav-pills .nav-item{
    width: auto !important;
    float: left;
    padding-right: 8px;
  }

  .faq-tab-part h5{
    font-size: 16px;
  }

  .faq-tab-internal-content .accordion-body p{
    font-size: 14px;
  }

}

