@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("/assets/fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"),
    url("/assets/fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"),
    url("/assets/fonts/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"),
    url("/assets/fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("/assets/fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"),
    url("/assets/fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),
    url("/assets/fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),
    url("/assets/fonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"),
    url("/assets/fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"),
    url("/assets/fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Myriad Pro Regular", sans-serif;
  font-weight: 400;
  background-color: #0f1317;
}
body {
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  padding: 0;
  margin: 0;
}
img {
  object-fit: cover;
}
img {
  height: auto;
  width: auto;
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

#menuToggle {
  cursor: pointer;
}

header {
  position: relative;
  z-index: 10;
}
.menu {
  position: fixed;
  bottom: 0;
  height: calc(100% - 80px);
  right: 0;
  width: 100%;
  background-color: #0f1317;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 5;
}

.menu-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  height: 100%;
  width: 1280px;
  background-color: #0f1317;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-content ul {
  padding-left: 0;
  margin-top: 20px;
}

.menu-content ul li {
  margin: 0px 0 46px;
}
.menu-content ul li a {
  text-decoration: none;
  color: #d7d7d7;
  font-size: 55px;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(1); /* Start at normal scale */
  display: inline-block; /* Ensure transform works properly */
  transform-origin: left center; /* Optional: scale from left */
}

.menu-arrow {
  opacity: 0;
}
.menu-content ul li a:hover img {
  opacity: 1;
}
.menu-content ul li a:hover {
  opacity: 1;
  transform: scale(1.2); /* Slight scale for better UX */
}

.headermenu-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-sect .container {
  position: relative;
}

#menuToggle img {
  width: auto;
  height: auto;
}

.menu.show {
  transform: translateX(0);
}

.header-button {
  padding: 12px 37px;
  text-decoration: none;
  color: #54ccff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 999px;
  background: #1b344c;
}
.header-button:hover {
  background-color: #0056b3;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.left-links,
.right-links {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #737476;
}
.right-links {
  justify-content: end;
}
.left-links a,
.right-links a {
  text-decoration: none;
  color: #d7d7d7;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Myriad Pro Light";
}

.left-links a:hover,
.right-links a:hover {
  opacity: 1;
}

.menu-content .row {
  width: 100%;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee-text {
  font-family: "Inter", sans-serif;
  font-size: 370.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -25.935px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(55, 59, 63, 0.7) 0%,
    rgba(115, 115, 115, 0) 76.98%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  display: inline-block; /* Ensure it is in one line */
  padding-right: 100%; /* Add some space to help the text slide */
  animation: marquee 100s linear infinite;
}

/* Marquee effect */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-95%);
  }
}

@media screen and (max-height: 800px) {
  .menu-content ul li a {
    text-decoration: none;
    color: #d7d7d7;
    font-size: 29px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1);
    display: inline-block;
    transform-origin: left center;
  }
  .menu-content ul li {
    margin: 0px 0 30px;
  }
}

.pre-register-form {
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(43.75px);
  padding: 7px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.pre-register-form label {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.pre-register-form input[type="email"] {
  width: 318px;
  border: none;
  border-radius: 999px;
  background: #13171a;
  backdrop-filter: blur(42.5px);
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 14px 16px;
}

.pre-register-form .radio-buttons {
  display: flex;
  justify-content: space-between;
}
.pre-register-form .radio-buttons {
  display: flex;
  gap: 3px;
  border-radius: 999px;
  background: #0f1317;
  backdrop-filter: blur(42.5px);
  padding: 4px;
}

.pre-register-form .radio-option {
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10.5px;
}

.pre-register-form .radio-option:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pre-register-form .radio-option.selected {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pre-register-form button {
  border: none;
  padding: 12px 16px;
  width: auto;
  border-radius: 999px;
  background: #54ccff;
  box-shadow: 0 67px 27px 0 rgba(0, 204, 255, 0.04),
    0 4px 9px 0 rgba(0, 204, 255, 0.29);
  color: #0f1317;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.pre-register-form button:hover {
  background-color: #0056b3;
}
.common-btn {
  color: #0f1317;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 999px;
  background: #54ccff;
  box-shadow: 0 67px 27px 0 rgba(0, 204, 255, 0.04),
    0 4px 9px 0 rgba(0, 204, 255, 0.29);
  padding: 12px 32px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: max-content;
}

/* Footer */
footer {
  background-image: url(/assets/images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  background-position: center;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-head {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  padding-bottom: 11px;
}
.footer-disc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 413px;
}
.footer-disc-row {
  align-items: end;
}
.footer-links span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 40px;
  display: list-item;
  margin-left: 16px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.footer-links a {
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  padding-bottom: 30px;
  display: block;
}
.footer-link-s {
  width: 298px;
}
  .footer-partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
  }
  .footer-partner-logo {
    height: 32px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
  }
  .footer-download-now {
    padding-top: 24px;
    padding-left: 0;
    margin-left: 0;
  }
  .footer-download-now span {
    display: block;
    padding-bottom: 40px;
    margin-left: 0;
  }
  .footer-app-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }
  .footer-app-badge {
    display: block;
    line-height: 0;
    flex-shrink: 0;
  }
  .footer-app-badge img {
    width: 135px;
    height: 45px;
    max-width: 135px;
    max-height: 45px;
    object-fit: contain;
    display: block;
    border-radius: 6px;
  }
footer hr {
  margin: 40px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
}
.subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.sub-disc {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub-disc span {
  opacity: 0.6;
}
.subscribe .input-group {
  width: 540px;
  display: flex;
  gap: 12px;
}

input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.subscribe .input-group input {
  background-color: #0f1217;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px 12px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
input {
  padding: 12px 16px 12px 40px !important;
}
.input-icon-wrapper {
  position: relative;
  flex-grow: 1;
}

.input-icon {
  position: absolute;
  top: 48%;
  left: 17px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.input-icon svg {
  width: 16px;
  height: 14px;
}

.subscribe .input-group button {
  border-radius: 999px !important;
  border: 1px solid #fff;
  background: radial-gradient(
      111.42% 170.43% at 83.26% 142.62%,
      rgba(255, 255, 255, 0) 79.1%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    rgba(0, 0, 0, 0.35);
  padding: 8px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.copyright {
  background: #000;
  padding: 20px 0;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright span {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.4;
}

.sticky {
  position: fixed;
  width: 100%;
  background: #0f1317;
  margin: auto;
  left: 0;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#header.sticky {
  top: 76px;
}
#launch-banner.sticky {
  top: 0px;
}
.launch-banner {
  background-image: url(/assets/images/launch-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.launch-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.countdown-container {
  display: flex;
  align-items: center;
  gap: 38px;
}
.launch-disc {
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.launch-disc span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.launch-head {
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.9px;
}
.countdown-unit div {
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -5%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px;
}
.countdown-unit span {
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  padding: 0 4px;
}
.countdown-unit {
  display: flex;
  align-items: center;
}
.launch-close {
  cursor: pointer;
}
.nk {
  padding: 0 3px;
}
.menuitems-c {
  padding-top: 70px;
}
footer .marquee-container {
  margin-bottom: -60px;
}
.grow-disc {
  width: 596px;
}
.grow h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3px;
  background: linear-gradient(
    103deg,
    #fff 40.62%,
    rgba(255, 255, 255, 0) 95.48%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grow p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.2px;
  padding-top: 24px;
}
.grow h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  padding: 80px 0 16px;
}
.grow {
  position: relative;
  overflow: hidden;
}
.grow-img {
  position: absolute;
  right: 0;
  top: 0;
}
.grow::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    102deg,
    #54ccff 21.41%,
    #fc9651 34.68%,
    #003f59 67.09%,
    #54ccff 87.19%
  );
  height: 10px;
  width: 100%;
  top: 114px;
}
.subscribe {
    display: none;
}
input::placeholder {
  color: #D7D7D7 !important;
  opacity: 1;
}
.email-input::placeholder {
  color: #D7D7D7 !important;
  opacity: 1;
}

.grow {
  position: relative;
  padding: 213px 0 145px;
}
.grow .pre-register-form input[type="email"] {
  width: -webkit-fill-available;
  width: -moz-available;
}
.grow .container::after {
  position: absolute;
  content: url(/assets/images/grow-grad.png);
  bottom: -9px;
  right: 0;
  z-index: 1;
}
.grow::after {
  position: absolute;
  content: url(/assets/images/plan-grad.png);
  bottom: -13px;
  left: 0;
  z-index: 1;
}
.header-button {
  cursor: pointer;
}

.head-exit-popup .modal-content {
  padding: 17px 32px;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(
      86.34% 40.02% at 49.87% 0%,
      #144164 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(0deg, #0f1317 0%, #0f1317 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(17.5px);
}

.head-exit-popup .modal-header,
.head-exit-popup .modal-header .modal-title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.96px;
  padding: 0;
  border: none;
  border-radius: 0;
  align-items: baseline;
}
.head-exit-popup .btn-close {
  padding: 0;
  margin: 0;
  font-size: 18px;
  filter: invert(1);
}
.head-exit-popup .modal-body {
  padding: 12px 0 0 0;
}
.head-exit-popup .input-icon-wrapper {
  width: 100%;
}
.head-exit-popup .modal-body p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 32px;
}
.model-h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
  padding-bottom: 12px;
}
.head-exit-popup .modal-body li p {
  color: #d7d7d7;
  padding-bottom: 8px;
}
.head-exit-popup .modal-body ul {
  margin: 0;
  padding: 0 0 32px 0;
}
.head-exit-popup .pre-register-form {
  padding: 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(43.75px);
  flex-direction: column;
}
.head-exit-popup .pre-register-form input[type="email"] {
  width: 100%;
}

.head-exit-popup .pre-register-form .radio-buttons {
  width: 100%;
}
.head-exit-popup .pre-register-form button {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.head-exit-popup .revolution-f {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.head-exit-popup .fom-d {
  color: #54ccff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.head-exit-popup .revolution-form-disc {
  border-radius: 20px;
  padding: 12px;
}

.head-exit-popup .app-store-links.revolution-form-disc {
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(43.75px);
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
  .head-exit-popup .app-badge-link {
    display: block !important;
    line-height: 0;
    flex-shrink: 0 !important;
    width: 160px !important;
    min-width: 160px !important;
    height: 53px !important;
    min-height: 53px !important;
    border-radius: 12px;
    overflow: visible;
    box-sizing: border-box;
  }
  .head-exit-popup .app-badge-img {
    width: 160px !important;
    height: 53px !important;
    max-width: 160px !important;
    max-height: 53px !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 12px;
    display: block !important;
    box-sizing: border-box;
  }
  
.head-exit-popup .pre-register-form .radio-option {
  font-size: 16px;
  width: 50%;
  text-align: center;
}
.head-exit-popup li::before {
  position: absolute;
  content: "";
  background-color: #54ccff;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  top: 9px;
  left: 4px;
}
.head-exit-popup li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 10px;
  padding-left: 25px;
}

.head-exit-popup li::marker {
  display: none;
}
.head-exit-popup .modal-dialog {
  max-width: 608px;
}
.head-exit-popup .close-leave {
  color: #ff6c76;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
  text-align: center;
  padding-top: 24px;
  cursor: pointer;
}
.revolution-form-disc {
  width: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.29);
  padding: 16px;
}
.copyright a {
    color: #d7d7d7;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-links a:hover {
    color: #54CCFF !important;
    text-decoration: underline !important;
}

#pre-register-btn.is-disabled {
  background: #3b3f42;
  color: #65696c;
  box-shadow: none;
  cursor: no-drop;
}

.modal button.is-disabled {
    background: #3b3f42;
    color: #65696c;
    box-shadow: none;
    cursor: no-drop;
}
@media screen and (max-width: 1400px) {
  .grow-disc {
    width: 573px;
  }
}
@media screen and (max-width: 1300px) {
  .pre-register-form input[type="email"] {
    font-size: 16px;
  }
  .menu-content {
    width: 90%;
  }
  .menu-content ul li a {
    font-size: 30px;
  }
  .menu-content ul li {
    margin: 0px 0 32px;
  }
  .foot-head {
    font-size: 28px;
  }
  .footer-links a {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .sub-disc {
    font-size: 16px;
  }
  .subscribe .input-group {
    width: 420px;
  }
  .grow h2 {
    font-size: 40px;
  }
  .grow p {
    font-size: 17px;
    padding-top: 17px;
    width: 336px;
  }
  .grow p br {
    display: none;
  }
  .grow h3 {
    font-size: 25px;
    padding: 55px 0 16px;
  }
  .pre-register-form {
    border-radius: 24px;
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
  }
  .grow-disc {
    width: 395px;
  }
  .input-icon-wrapper {
    width: 100%;
  }
}
.launch-disc span{cursor: pointer;}

@media screen and (min-width: 1000px) and (max-width:1400px){
.head-exit-popup .modal-header, .head-exit-popup .modal-header .modal-title {
    font-size: 26px;
}
.head-exit-popup .modal-body {
    padding: 6px 0 0 0;
}
.head-exit-popup .modal-body p {
    font-size: 14px;
    padding-bottom: 14px;
}
.model-h3 {
    font-size: 20px;
    padding-bottom: 8px;
}
.head-exit-popup li::before {
    top: 6px;
}
.head-exit-popup .modal-body ul {
    padding: 0 0 20px 0;
}.head-exit-popup .pre-register-form {
    padding: 10px;
}.head-exit-popup .revolution-form-disc {
    padding: 10px 12px;
}
.exitpopup .modal-dialog {
    margin-top: 13px !important;
}
.head-exit-popup .fom-d, .modal .fom-d {
    font-size: 14px;
    padding-bottom: 10px;
}
.head-exit-popup .close-leave {
    font-size: 14px;
    padding-top: 12px;
}

}
@media screen and (max-width: 1000px) {
  .launch-disc {
    font-size: 14px;
  }
  .launch-head {
    font-size: 14px;
  }
  .countdown-unit div {
    font-size: 14px;
  }
  .footer-logos {
    padding-bottom: 43px;
  }
  .footer-disc-row {
    gap: 30px;
  }
  .foot-link1 img {
    width: 100%;
  }
  .foot-link1 .footer-partner-logo {
    width: auto;
    max-width: 80px;
  }  
  .foot-link1 {
    width: 40%;
    padding-right: 40px;
  }
  .foot-link2 {
    width: 30%;
  }
  .foot-link3 {
    width: 30%;
  }
  .sub-disc {
    align-items: normal;
    gap: 7px;
    flex-direction: column;
  }
  .subscribe .input-group {
    width: 65%;
  }
  .marquee-text {
    font-size: 289.5px;
  }
  .grow {
    padding: 60px 0 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .grow-img {
    position: relative;
    width: 100%;
    margin-bottom: -72px;
  }
  .grow::before {
    top: 0;
  }
  .grow h2 {
    font-size: 42px;
  }
  .grow p {
    font-size: 16px;
  }
  .grow p br {
    display: none;
  }
  .grow h3 {
    font-size: 24px;
    padding: 32px 0 16px;
  }
  .grow-disc {
    width: 100%;
  }

  .pre-register-form .radio-buttons {
    width: 100%;
  }
  .pre-register-form {
    gap: 12px;
  }
  .grow p {
    width: 100%;
  }
  .pre-register-form .radio-option {
    width: 50%;
    text-align: center;
  }
  .pre-register-form button {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .launch-banner .container {
    flex-direction: column;
    gap: 10px;
  }
  header#stickyHeader {
    padding: 10px 0 !important;
  }
  .header-button {
    display: none;
  }
  .header-sect {
    background-color: #0f1317 !important;
  }
  .menu {
    height: calc(100% - 149px);
  }
  .menu-content {
    width: 100%;
    padding: 20px;
    justify-content: space-between;
  }
  .menu-content ul li a {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-content ul li a:hover {
    transform: none;
  }
  .menu-content ul li {
    margin: 0px 0 24px;
  }
  .menu-arrow {
    opacity: 1;
  }
  .marquee-text {
    font-size: 161.5px;
    letter-spacing: 0.065px;
  }
  .right-links {
    justify-content: center;
    padding-top: 20px;
    gap: 6px;
  }
  .left-links,
  .right-links {
    justify-content: center;
  }
  footer {
    padding-top: 60px;
  }
  .footer-disc p {
    width: 100%;
  }
  .footer-links {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .foot-link1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff1a;
  }
  .foot-link2 {
    width: 100%;
  }
  .foot-link3 {
    width: 100%;
  }
  .footer-links span {
    font-size: 18px;
    padding-bottom: 32px;
  }
  .footer-links a {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .subscribe {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .subscribe .input-group {
    width: 100%;
  }
  .copyright .container {
    gap: 20px;
  }
  .copyright span, .copyright a {
    font-size: 14px;
  }
  #header.sticky {
    top: 84px;
  }
  .launch-disc {
    font-size: 12px;
  }
  .launch-head {
    font-size: 12px;
  }
  .launch-close {
    position: absolute;
    top: 11px;
    right: 11px;
  }
  .countdown-container {
    gap: 8px;
  }
  .countdown-unit div {
    font-size: 12px;
    padding: 8px;
    border-radius: 6px;
  }
  .launch-banner {
    padding: 16px 0;
  }
  .container {
    padding: 0 20px;
  }
  .logo img {
    width: 114px;
  }
  .menu-content ul {
    width: 100%;
  }
  .menu-content .row {
    width: auto;
  }

  .scrolltop {
    display: none;
  }
  .footer-logos {
    padding-bottom: 0;
  }
  .foot-link1 img {
    width: 265px;
  }
  .foot-link1 .footer-partner-logo {
    width: auto;
    max-width: 70px;
    height: 28px;
  }  
  .foot-link2,
  .foot-link3 {
    padding-top: 40px;
  }
  .footer-links .col-6:nth-last-child(1) a {
    padding-bottom: 0px;
  }
  .foot-link2 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff1a;
  }

  footer hr,
  .subscribe {
    display: none;
  }
  .marquee-text {
    font-size: 80.5px;
    letter-spacing: 0.065px;
  }
  footer .marquee-container {
    margin-bottom: -15px;
  }
  .copyright .container {
    gap: 16px;
    flex-direction: column;
  }
  .pre-register-form {
    border-radius: 24px;
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
  }
  .grow-disc {
    width: 100%;
  }
  .pre-register-form button {
    padding: 10px 16px;
    font-size: 16px;
  }
  .head-exit-popup .modal-content {
    padding: 17px 20px;
  }
  .head-exit-popup .modal-header br,
  .head-exit-popup .modal-header .modal-title br {
    display: none;
  }
  .head-exit-popup .modal-body p {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .model-h3 {
    font-size: 18px;
  }
  .head-exit-popup .modal-body li p {
    padding-bottom: 4px;
  }
  .head-exit-popup .modal-body ul {
    padding: 0 0 24px 0;
  }
  .head-exit-popup .fom-d {
    font-size: 14px;
  }
  footer {
    background: #0F1317;
  }
  .footer-logos img{
    width: 152px;
  }
}
@media screen and (min-width:1000px) and (max-width:1300px) {
#launch-banner.sticky {
    top: -2px;
}
#header.sticky {
    top: 74px;
}
}
@media screen and (min-width: 701px) and (max-width: 1000px){
 #launch-banner.sticky {
    top: -2px;
}
#header.sticky {
    top: 69px;
}
  
.pre-register-form input[type="email"] {
    width: 100% !important;
}
.footer-link-s .col-6 {
    width: 100%;
}
.footer-link-s {
    width: 100%;
}
}
@media screen and (min-width:1000px) and (max-width:1300px) {
  .pre-register-form input[type="email"] {
  width: 100%;
  }
    .vertical-form input[type="email"] {
        width: 100%;
    }
        .vertical-form .input-icon-wrapper {
        width: calc(100% - 300px);
    }

     .vertical-form{
        border-radius: 99px;
    padding: 7px 7px;
    gap: 10px;
flex-wrap: nowrap;
  }
}
@supports (-moz-appearance: none) {
    .vertical-form input[type="email"] {
        width: 100%;
    }
   
     .vertical-form{
        border-radius: 99px;
    padding: 7px 7px;
    gap: 10px;
flex-wrap: nowrap;
  }
}


.video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
      background: #000;
}

/* Floating mute/unmute icon styling */
.mute-icon {
  position: absolute;
    top: 13px;
    right: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 19px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
}

.mute-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 700px) {
     .mute-icon {
        top: 9px;
        right: 9px;
        font-size: 17px;
        padding: unset;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    } 
}

  /* Android / small mobile only: keep app badges inside modal, no overflow */
  @media screen and (max-width: 480px) {
    .head-exit-popup .modal-dialog {
      max-width: calc(100vw - 24px);
      margin-left: 12px;
      margin-right: 12px;
    }
    .head-exit-popup .modal-content {
      overflow: hidden;
      max-width: 100%;
      box-sizing: border-box;
    }
    .head-exit-popup .modal-body {
      overflow-x: hidden;
      max-width: 100%;
      box-sizing: border-box;
    }
    .head-exit-popup .app-store-links.revolution-form-disc {
      max-width: 100% !important;
      flex-direction: column !important;
      flex-wrap: nowrap !important;
      align-items: stretch !important;
      gap: 12px;
      box-sizing: border-box;
    }
    .head-exit-popup .app-badge-link {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      box-sizing: border-box;
    }
    .head-exit-popup .app-badge-img {
      width: 100% !important;
      max-width: 100% !important;
      height: 45px !important;
      max-height: 45px !important;
      object-fit: contain !important;
      object-position: center !important;
      display: block !important;
      box-sizing: border-box;
    }
  }
