
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    
}
html{
    
  overflow-y: scroll;
}
body{
    background-color: var(--bs-dark-blue-color);
}
.section-margin-adjust{
    margin-top: 56px;
}
.section-padding-adjust{
    padding-top: 86px;
}
:root{
    --bs-dark-color: #0D326E;
    --bs-light-color: #fff;
    --bs-primary-color: #2669F6;
    --bs-textcolor1:#0D326E;
    --bs-hr-grey-color:#A7A7A7;
    --bs-dark-blue-color:#002047;
  
}


h2.heading-two-alt{
    color: var(--bs-textcolor1);
    font-size: 1.5rem;
    letter-spacing: .15rem;
    font-family: "Inter", sans-serif;
}
.hr-style1{
    border: none;
    width: 44px;
    height: 3px;
    background-color: var(--bs-secondary-color);
    opacity: 1;
}
.hr-style2{
    background-color: var(--bs-hr-grey-color);
}
p{
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    color: var(--bs-dark-color);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.bg-white{
    background-color: var(--bs-light-color);
}
.bg-blue{
    background-color: var(--bs-primary-color);
}
.bg-dark-blue{
    background-color: var(--bs-dark-blue-color);
}
.b-shadow-black{
    box-shadow: rgba(0, 0, 0, .18) 0px 3px 6px;
}
@media (max-width: 1400px){
    h1{
        font-size: 2.5rem;
        
    }
}
@media (max-width: 1200px){
    h1{
        font-size: 2rem;
    }
}
@media (max-width: 992px){
    h1{
        font-size: 2.5rem;
    }
    
}
    @media (max-width: 768px){
        .bg-sm-blue{
            background-color: var(--bs-primary-color);
        }
}


/* hero section */


.hero-section{
    padding-top: 86px;
    position: relative;
    
}
h2 span.banner-text-animated{
    font-size: 3.375rem;
    color: var(--bs-textcolor1);
    text-shadow: #98BEFF 0px 3px 1px;
}
.hero-section .container{
    height: 100%;
}
.bg-blue{
    background-color: var(--bs-primary-color);
}
.bg-color-blur{
    background-image:url('../images/color-blur-bg.jpg');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    
}
.bg-s{
    background-image: url('../images/skoolheads-s.svg');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.hero-section span{
    color: var(--bs-primary-color);
    
}
.hero-para{
    color: var(--bs-dark-color);
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.cursive-text{
    font-family: "Sacramento", cursive;
    color: #1E70F3 !important;
  font-weight: 400;
  font-size: 2em;
  margin-left: 5px;
  margin-right: 5px;
}
.bold-text{
    font-weight: 900;
}
.download-icon{
    height: 52px;
    width: auto;
}

video::-webkit-media-controls {
  display: none;
}
video{
    height: 700px;
    width: auto;
    box-sizing: border-box;
}
.animate-up-down{
    animation: animate-up-down1 1s linear infinite;
}
.video-shadow{
    box-shadow: rgba(32,111,244,0.3) 0px 6px 12px;
  border-radius:40px;
}
.video-container {
  
          width: 100%; 
          height: 100%;
          max-width: 300px; 
          aspect-ratio: 9 / 16; 
          border-radius: 40px; 
          overflow: hidden;
          
          -webkit-transform: translateZ(0); 
          transform: translateZ(0);
          background-color: rgba(255, 255, 255, 0.3); 
          padding: 8px;              
          border: 1px solid #fff; 
          
          position: relative;
          
          
          /* Safari fix for rounded corners with video */
          -webkit-mask-image:-webkit-radial-gradient(white, black);

          box-shadow: rgba(32, 111, 244, 0.3) 0px 6px 12px;

          
        }

.hero-video {
  /* Ensure the video fills the container completely */
  width: 100%;
  height: 100%;
  /* Optional: fixes potential small rendering issues in some specific browser/aspect ratio combinations */
  display: block; 
  border-radius: 32px;
  object-fit: cover; /* This fills the blue area */

  
}
.glass-reflection{
  position:absolute;
  inset:0;
  border-radius:32px;
  pointer-events:none;
    opacity: 1;
  background:
  linear-gradient(
    120deg,
    rgba(255,255,255,0.45) 0%,
    rgba(255,255,255,0.15) 20%,
    rgba(255,255,255,0.05) 35%,
    rgba(255,255,255,0) 60%
  );
 
}
#audio-control {
  cursor:pointer;
  width: 50px;
  height: 50px;
  background:var(--bs-primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
right: 16px;
}
#volume-off{
    visibility: visible;
    position: relative;
    left: 5px;
}
#volume-on{
    visibility: hidden;
    position: relative;
    left: -5px;
}



@media (max-width: 768px){

  .video-container{
    

    width:100vw;
    height:calc(100vh - 86px);
border-radius:0;
    max-width:none;
    aspect-ratio:auto;

    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;

  }

  .video-container video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0;
  }
  .glass-reflection{
    opacity: 0;
  }
h2 span.banner-text-animated{
    font-size: 2rem;
    color: var(--bs-textcolor1);
    text-shadow: #98BEFF 0px 3px 1px;
}
.hero-para{

    font-size: 1.125rem;
    
}
}


@keyframes animate-up-down1 {
  0% {transform: translateY(-3px);}
  50% {transform: translateY(3px);}
  100% {transform: translateY(-3px);}
}
@media (min-width: 992px) {
    .hero-section .container{
    height: calc(100vh - 86px);
}
span.banner-text-animated{
    font-size: 48px;
    color: var(--bs-textcolor1);
    text-shadow: #98BEFF 0px 3px 1px;
}
.download-icon{
    height: 52px;
    width: auto;
}
}
@media (max-width:1200px) and (min-width: 992px){
    .banner-text-animated{
    font-size: 32px;
}
.download-icon{
    height: 50px;
    width: auto;
}
}
@media (max-width: 991px) and (min-width: 768px){
    video{
    height: 400px;
    width: auto;
    box-sizing: border-box;
    
}

.banner-text-animated{
    font-size: 36px;
}


}
@media (max-width: 991px){
   
.bg-s{
    
    background-size: contain;
    background-position: center;
}
.download-icon{
    height: 52px;
    width: auto;
}

}
@media (max-width: 768px){
    video{
    height: 400px;
    width: auto;
    box-sizing: border-box;
}
banner-text-animated{
    font-size: 36px;
}
}
@media (max-width: 567px){
    video{
    height: 400px;
    width: auto;
    box-sizing: border-box;
}
.banner-text-animated{
    font-size: 30px;
}
.download-icon{
    height: 43px;
    width: auto;
}
}




/* footer starts */
footer{
    font-family: "Inter", sans-serif;
}
.footer-menu-heading{
    color: var(--bs-light-color);
    opacity: 0.5;
    font-weight: 300; 
    font-family: "Inter", sans-serif;
}
.heading-footer{
    color: var(--bs-light-color);
    opacity: .7;
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600; 
    font-family: "Inter", sans-serif;
}
footer .nav-link{
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
}
footer .nav-link:hover{
    opacity: 1;
}
.underline-link-hover{
    color: var(--bs-light-color);
}
.underline-link-hover:hover{
    text-decoration: underline;
}
footer p{
    color: var(--bs-light-color);
    opacity: .7;
    font-weight: 200;
    font-size: 1rem;
    
}
ul.footer-nav{
    list-style: none;
}
ul.footer-nav li{
    display: inline-block !important;
    height: 60px;
}

.copyright-text{
    font-size: .75rem;
}


/* Legal and safety policies */
.policy-section{
    background-color: var(--bs-light-color);
    padding-top: 86px;
}   
.policy-container{
    max-width: 900px;
    margin: 0 auto;
}
/* .policy-title-hr{
    border: none;
    width: 15%;
    height: 3px;
    background-color: var(--bs-dark-blue-color);
    opacity: 1;
    border-radius: 2px;

} */
.policy-container h1{
    color: var(--bs-textcolor1);
    font-size: 2.25rem;
    font-weight: 600;
    font-family: roboto, sans-serif;
    
    
} 
.policy-container h2{
    /* color: var(--bs-primary-color); */
    color: #0d81bf;
    font-size: 1.75rem;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    padding: 45px 0 15px 0;
}



    .policy-container p {
        color: var(--bs-dark-blue-color);
        font-family: "Inter", sans-serif;
      margin-bottom: 14px;
      font-size: 1rem;
      font-weight: 300;
    }

    .policy-container ul {
      margin-bottom: 20px;
        padding-left: 30px;
        color: var(--bs-dark-blue-color);
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }
    .policy-container ul li {
        margin-bottom: 5px;
        list-style:square
    }

   .additional-policy-notifier{
    margin-top: 45px;
    
   }
   .policy-anchor{
    color: var(--bs-primary-color);
    font-size: 1.25rem;
        font-weight: 500;
        font-family: roboto, sans-serif;
        text-decoration: underline;
   }
   .policy-anchor-regular{
    color: var(--bs-dark-blue-color);
    font-size: 1rem;
        font-weight: 400;
        font-family: roboto, sans-serif;
        text-decoration: none;
   }
   .policy-anchor-regular:hover{
    text-decoration: underline;
   }

   .back-to-top{
    display: block;
    margin-top: 30px;
    color: var(--bs-primary-color);
    font-size: 1rem;
    font-weight: 400;
    font-family: roboto, sans-serif;
    text-decoration: underline;
   }