



/* Homepage */
#scrolling-heading {
    overflow: hidden;
    position: relative;
    height: 272px;
    color: #FFF;
    font-size: 68px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.68px;
}

.heading-text {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%); /* Start from below */
  transition: opacity 0.5s ease, transform 2s ease; /* Smooth transition */
}

/* Make the text visible and move it from bottom to top */
.heading-text.active {
  opacity: 1;
  transform: translateY(0);
}

.heading-text.leave {
  opacity: 0;
  transform: translateY(-100%); /* Move text up when leaving */
}




.banner-right p{
    color: rgba(255, 255, 255, 0.50);
font-size: 16px;
font-weight: 400;
line-height: 150%;
padding-bottom: 24px;
}
.banner{
    padding: 100px 0 60px;
}
.banner-right {
    padding-top: 1rem;
}

.btn-fs {
  width: 44px; height: 44px; border-radius: 50%;
  border: 0; color: #fff; cursor: pointer;
  background: rgba(0,0,0,.55); font-size: 18px;
      position: absolute;
    right: 15px;
    bottom: 13px;
}
.btn-fs:hover { background: rgba(0,0,0,.75); }

.sub-head-d{
    color: #fff;
font-size: 22px;
font-weight: 400;
line-height: normal;
border-radius: 50px;
background: rgba(255, 255, 255, 0.16);
padding: 16px 35px;
width: max-content;
font-family: 'Myriad Pro Light';
}
.mission-disc{
  color: rgba(255, 255, 255, 0.60);
  font-size: 32px;
  font-weight: 400;
  line-height: 130%; 
  letter-spacing: -0.96px;
}
.mission-disc b{
  color: #FFF;
  font-weight: 400;
}
.mission-disc-1{
  /* opacity: 0.7; */
    padding-bottom: 24px;
}

.mission .marquee-container {
  padding-top: 298px;
}

.mission{
  position: relative;
  overflow: hidden;
      padding-top: 100px;
}
.mission-mar-img{
  position: absolute;
  left: 50%;
  bottom: 0;
transform: translate(-50% , 0px);
width: auto;
height: auto;
z-index: 1;
}
.mission-disc-2{
    padding-bottom: 42px;
}
.mission .row{
        z-index: 3;
    position: relative;
}

.revolution {
  padding: 100px 0;
}
.revolution .row {
  align-items: center;
}
.revolution-img img{
  width: 100%;
  height: auto;
}
.revolution-disc h2{
  color: #FFF;
font-size: 52px;
font-weight: 400;
line-height: 110%;
letter-spacing: -0.52px;
margin: 0 0 20px 0;
padding: 0;
}
.revolution-disc p{
  color: rgba(255, 255, 255, 0.70);
font-size: 20px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.2px;
padding: 16px 0 24px;
font-size: 20px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.2px;
margin: 0;
padding: 0;
}
.revolution-disc .revolution-tagline {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
  padding: 0;
  text-transform: uppercase;
}
.revolution-disc .revolution-desc {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 28px 0;
  padding: 0;
}
.revolution-app-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.revolution-app-badge {
  display: block;
  line-height: 0;
  flex-shrink: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
.revolution-app-badge:focus {
  outline: none;
  border: none;
}
.revolution-app-badge img {
  width: 135px;
  height: 45px;
  max-width: 135px;
  max-height: 45px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
   border: none;
  outline: none;
  vertical-align: middle;
}
.revolution-app-badge:focus img {
  outline: none;
}
.revolution-no-cc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 16px 0 0 0;
}
.revolution-disc h3{
  color: #FFF;
font-size: 36px;
font-weight: 400;
line-height: 130%;
letter-spacing: -1.08px;
padding-bottom: 12px;
}
.revolution-disc ul {
  padding: 0 0 28px;
  margin: 0;

}
.revolution-disc li {
    list-style: none;
    position: relative;
    display: flex;
    gap: 10px;
    padding-left: 25px;
    padding-bottom: 8px;
}
.revolution-disc li p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
}
.revolution-disc li::before {
    position: absolute;
    content: '';
    background-color: #54CCFF;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    outline: 3px solid rgba(255, 255, 255, 0.30);
    top: 45%;
    left: 4px;
    transform: translate(0px, -50%);
}

.revolution-form .pre-register-form {
    padding: 12px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(43.75px);
    flex-direction: column;
}
.revolution-form-disc{
  width: 100%;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.29);
    padding: 16px;
}
.revolution-f {
    display: flex;
    gap: 10px;
}
.revolution-form .pre-register-form input[type="email"] {
    width: 100%;
}
.fom-d{
  color: #54CCFF;
font-size: 16px;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding-bottom: 12px;
}
.revolution-form button {
    width: 100%;
}
.attention{
  background-color: #000000;
  padding: 100px 0 0;
}
.attention-img img{
width: 100%;
border-radius: 16px;
background: #1B344C;
}
.attention h2{
  color: #FFF;
font-size: 52px;
font-weight: 400;
line-height: 110%; 
letter-spacing: -0.52px;
padding: 24px 0 38px;
}
@media screen and (min-width:1000px) {
    .grow {
  background: linear-gradient(to top, #0f1317 73%, #000 100%)
}
}
.attention p{
color: rgba(255, 255, 255, 0.70);
font-size: 20px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.2px;
padding-bottom: 90px;
}
.attention-img {
    padding-bottom: 100px;
}
.atten-1{
  padding-left: 60px;
}
.atten-2{
  padding-right: 60px;
}

@media screen and (max-width:1300px) {
  #scrolling-heading {
    font-size: 55px;
  }
  .pre-register-form button {    padding: 10px 14px;
    font-size: 15px;
    line-height: 21px;
  }
  .pre-register-form .radio-option {
    font-size: 14px;
  }
  .pre-register-form input[type="email"] {
    width: calc(100% - 258px);
  }
  .mission-disc {
    font-size: 24px;
  }
  .sub-head-d {
    font-size: 18px;
    padding: 15px 31px;
  }
  .common-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 28px;
  }
  .revolution-disc h2 {
    font-size: 47px;
  }
  .revolution-disc p {
    font-size: 16px;
    padding: 14px 0 20px;
  }
  .revolution-disc h3 {
    font-size: 30px;
  }
  .revolution-disc li {
    padding-bottom: 5px;
  }
  .revolution-disc li p {
    font-size: 16px;
  }
  .revolution-disc ul
  {
    padding: 0 0 24px;
  }
  
  .pre-register-form input[type="email"] {
    font-size: 16px;
  }
  .attention h2 {
    font-size: 41px;
    padding: 19px 0 29px;
  }
  .attention p {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width:1000px) and (max-width:1300px) {
  .pre-register-form input[type="email"] {
  width: 100%;
  }
}
@media screen and (max-width:1000px) {
  #scrolling-heading {
    height: 177px;
}

.banner-right p {
    font-size: 16px;
    padding-bottom: 31px;
    width: 448px;
}


.revolution .row, .attention .row, .mission .row {
    gap: 24px;
}

.atten-1 {
    padding-bottom: 60px;
    padding-left: 0;
}
.attention-img img {
    border-radius: 24px;
}
.atten-2 {
    padding-right: 0;
    order: 4;
}






}
@media screen and (max-width:700px) {
  .banner {
    padding: 36px 0 48px;
}
    #scrolling-heading {
        height: 300px;
    }

.banner-right p {
        padding-bottom: 30px;
        width: 100%;
    }
        .pre-register-form input[type="email"] {
        width: 100%;
    }

    .pre-register-form {
        border-radius: 24px;
        flex-direction: unset;
        flex-wrap: wrap;
            gap: 8px;
        padding: 12px;
    }

    .sub-head-d {
        font-size: 16px;
        padding: 14px 23px;
    }
           .mission-disc {
        font-size: 24px;
        padding-bottom: 24px;
    }
    .mission-mar-img {
    width: 130%;
    }

.mission .marquee-container{
    padding-top: 150px;
}
.revolution{
    padding: 60px 0;
}
.revolution-disc h2 {
        font-size: 35px;
    }

    .attention {
    padding: 60px 0;
}
    #scrolling-heading {
      font-size: 36px;
        height: 150px;
    }
.pre-register-form .radio-buttons {
    width: 100%;
}
    .pre-register-form .radio-option {
        font-size: 16px;
        width: 50%;
        text-align: center;
    }
        .pre-register-form button {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
.mission{
      padding-top: 60px;
}
.btn-fs {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .55);
    font-size: 15px;
    position: absolute;
    right: 11px;
    bottom: 14px;
}

   .mission .marquee-text {
        font-size: 133.5px;
            animation: marquee 150s linear infinite;
    }
.revolution .row, .attention .row{
  gap: 0;
}
    .revolution-disc p {
        font-size: 16px;
        padding: 16px 0;
    }
         .revolution-disc h2 {
        font-size: 32px;
        padding-top: 40px;
                width: 287px;
    }
    .revolution-disc h3 {
        font-size: 24px;
    }
        .revolution-disc ul {
        padding: 0 0 40px;
    }
    .fom-d {
    font-size: 14px;
    }
.revolution-form-disc {
    border-radius: 20px;
    padding: 12px;
}

.revolution-f {
    gap: 12px;
    flex-direction: column;
}
.attention .row {
    gap: 32px;
}
    .attention h2 {
        font-size: 32px;
        padding: 24px 0 16px;
    }
    h2 br{
      display: none;
    }
.attention p {
        padding-bottom: 32px;
    }

        .atten-1 {
        padding-bottom: 30px;
        }

            .attention-img img {
        border-radius: 12px;
    }

.attention-img {
    padding-bottom: 0;
}






    

}
@media screen and (min-width:700px) and (max-width:1000px) {
    .attention-img {
    padding-bottom: 40px;
}
.attention {
    padding: 100px 0 60px;
}


  
}


/* ---------- FALLBACK: simulate landscape rotation in fullscreen (phones/tablets only) ---------- */
/* Only affects descendants of the fullscreen element (the container). */
:fullscreen .rotate-landscape,
:-webkit-full-screen .rotate-landscape {
  transform: rotate(90deg);
  /* swap width/height to match the rotated viewport */
  width: 100vh;
  height: 100vw;
  transform-origin: center center;
}

/* Make the rotated <video> fill its rotated box */
:fullscreen .rotate-landscape video,
:-webkit-full-screen .rotate-landscape video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* When we rotate only the video element itself (alternative path used below) */
:fullscreen video.rotate-landscape,
:-webkit-full-screen video.rotate-landscape {
  transform: rotate(90deg);
  width: 100vh !important;
  height: 100vw !important;
  transform-origin: center center;
  object-fit: cover;
}