*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-container{
    background-image: url(../assets/images/bg/2nd-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-size: 100% 100%;
    /* background-size: cover; */
    width: 100%;
    height: 120%;
}

#logo-nav{
  width: 70px;
  height: 50px;
}
#logo-nav2{
  width: 80px;
  height: 58px;
}



.header__logo a{
        text-decoration: none;
        color: white;
        font-family: "Freckle Face", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        
    }
.header__logo{
    display: flex;
    padding-right: 10px;
    align-items: center;
    padding-top: 15px;
    padding-left:15px;
    gap: 5px;
}

.main-nav .menu .menu-item a{
    
}

#site-header-inner{
    display: flex;
    justify-content: space-between;
}


.main-nav{
    display: grid;
    max-width: 1080px;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));

    grid-template-rows: auto;

    align-items: center;

    align-content: center;
    align-self: auto;   
    /* background-color: #2F2242; */
    padding-left: 30px;
    border-radius: 0px 0px 20px 20px;

    background: linear-gradient(45deg,#29092f,#040404,#390648,#2e2766,#806969);
    background-size:300% 300%;
    animation: color 5s ease-in-out infinite;
    z-index: 99;
}

.header__logo__secondary{
    display: flex;
    justify-content: center;
    align-items:center ;
    padding-right: 12px;
    /* gap: 20px; */
}

/* rolling text  */

.rolling-text {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight:600;
    font-family: 'Arial Narrow Bold', sans-serif;
    overflow: hidden;
    transition: 0.7s;
}
#home3{
    color:  #2F7AF0;
}

.rolling-text:hover{
    background-color: #2F2242;
    padding: 5px 1px;
    border-radius: 15px;
    font-size: 18px;
    color: #2F7AF0;
    box-shadow: 0 0 0 8px #2F2242,
                0 0 0 8px #ef5305;
}

 
.gradient-container {

    background: linear-gradient(45deg,#29092f,#040404,#390648,#2e2766,#806969);
    background-size:300% 300%;
    animation: color 3s ease-in-out infinite;


    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
  }

  @keyframes color{
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
  }


.home{
    /* min-height: 100vh;
    max-width: 2000px; */
    max-width: 1280px; /* Maximum width set to 1200px */
    margin: 0 auto;    /* Center the container */
    width: 100%;       /* Make it responsive */
    /* display: grid;
    grid-template-columns: repeat(auto-fit,minmax(17rem,1fr)); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.home-img img{
    padding-top: 50px;

display: block;
  width: 100%;
  height: auto;

    width: 371px;
    height: 711px;
}
.two-pic{
    position: relative;
    display: inline-block;
}
.overlay-text{
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  /* background-color: #ca1313;  */
  color: #fff; 
  padding: 10px 20px; 
  font-size: 20px; 
  text-align: center;


  color: rgb(255, 255, 255);
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px rgb(209, 74, 21), 0 0 82px rgb(243, 138, 17), 0 0 92px rgb(219, 173, 114), 0 0 102px rgb(16, 77, 56), 0 0 151px rgb(59, 128, 57);
    /* font-size: 64px; */
    line-height: 1.5;

    font-weight:800;
    font-family: 'Arial Narrow Bold', sans-serif;

}

.home-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    color: white;
    font-family: "Irish Grover", serif;
    font-weight: 400;
}
#thoda-bada{
    padding: 15px;
    font-size: 19px;
}



.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed; 
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999; /* so that it stays on top of all other elements */
  }



                                    /* Card start */
 

  

  .cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em 2em;
    padding: 60px 27px;
    background: linear-gradient(45deg,#100425,#322d58,#201533);
    background-size:300% 300%;
    animation: color 4s ease-in-out infinite;
    border-radius: 20px;
  }

  .card a img{
    width: 250px;
    height: 300px;
    border-radius: 20px;
    padding: 5px;
  }

  .cards a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* display: grid; */

  }

  .cards a p {
    color: white;
    padding-bottom: 10px;
    font-family: "Chakra Petch", serif;
  }
  #btns{
    color: rgb(234, 14, 14);
  }
 
                                                /* Card  end*/



/*  */

/* Schedule css page  */

.schedule-timeline{
    position: relative;
    margin: 100px auto;
    max-width: 1200px;
  
   }
  
   .timeline-container{
    padding:10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 1s linear forwards;
    opacity: 0;
   }
  
   @keyframes movedown{
    0%{
      opacity: 1;
      transform: translateY(-30px);
  
    }
    100%{
      opacity: 1;
      transform: translateY(0px);
  
    }
   }
  
  .timeline-container:nth-child(1){
    animation-delay: 0s;
  }
  
  .timeline-container:nth-child(2){
    animation-delay: 1s;
  }
  
  .timeline-container:nth-child(3){
    animation-delay: 2s;
  }
  
  .timeline-container:nth-child(4){
    animation-delay: 3s;
  }
  
  .timeline-container:nth-child(5){
    animation-delay: 4s;
  }
  
  .timeline-container:nth-child(6){
    animation-delay: 5s;
  }
  
  .timeline-container:nth-child(7){
    animation-delay: 6s;
  }
  
  .timeline-container:nth-child(8){
    animation-delay: 7s;
  }
  
  .timeline-container:nth-child(9){
    animation-delay: 8s;
  }
  
  .timeline-container:nth-child(10){
    animation-delay: 9s;
  }
  
  .timeline-container:nth-child(11){
    animation-delay: 10s;
  }
  
  .timeline-container:nth-child(12){
    animation-delay: 11s;
  }
  
  .timeline-container:nth-child(13){
    animation-delay: 12s;
  }
  
  .timeline-container:nth-child(14){
    animation-delay: 13s;
  }
  
  .timeline-container:nth-child(15){
    animation-delay: 14s;
  }
  
   .timeline-text-box{
    padding: 10px 30px;
    background: #468;
    position: relative;
    /* border-radius: 10px; */
    font-size: 15px;
  
   }
  
   .left-Part{
  
    left: 0;
   }
  
   .right-Part{
    left: 50%;
   }
  
   .timeline-container img{
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -28px;
    top: 32px; 
    z-index: 10;
   }
  
   .right-Part img{
    left: -20px;
   }
  
  
   .schedule-timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
  
   }
  
   @keyframes moveline {
    0%{
      height: 0;
    }
  
    100%{
      height: 100%;
    }
  
   }
  
   .timeline-text-box h3{
    font-weight: 600;
    color: white;
    font-family: 'Arial Narrow Bold', sans-serif;
   }
   .timeline-text-box p{
      color: white;
   }
  
   .timeline-text-box small{
    display: inline-block;
    margin-bottom: 15px;
    color: white;
   }
  
   .left-part-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: -1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
  
   }
  
  
   .right-part-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: -1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
  
   }
  
  
   @media screen and (max-width: 600px) {
    .schedule-timeline{
      margin: 50px auto;
    
    }
  
    .schedule-timeline::after{
      left: 31px;
    }
  
    .timeline-container{
      width: 100%;
      padding-left: 80px;
      padding-right: 25px;
  
    }
  
    .timeline-text-box {
      font-size: 13px;
    }
  
    .timeline-text-box small{
      margin-bottom: 10px;
    }
  
    .right-Part{
      left: 0;
    }
  
    .left-Part img, .right-Part img{
      left: 10px;
    }
  
    .left-part-arrow, .right-part-arrow{
      border-right: 15px solid #fff;
      border-left: 0;
      left: -15px;
  
    }
  
    
   }
  
  
  
  
  /* Hover Effect */
  .timeline-text-box {
    padding: 10px 30px;
    background: #445088;
    position: relative;
    border-radius: 6px; 
    font-size: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  
  .timeline-text-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg, #6a11cb, #2575fc); 
  }
  
  /* Lightning Effect*/
  .timeline-text-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid transparent;
    border-radius: 6px; 
    border-image: linear-gradient(90deg, #4fc3f7, #81d4fa, #0288d1);
    border-image-slice: 1;
    opacity: 0;
    z-index: 1; 
    pointer-events: none; 
    transition: opacity 0.3s ease, border-image-source 0.5s ease;
  }
  
  .timeline-text-box:hover::before {
    opacity: 1;
    border-image-source: linear-gradient(90deg, #ff7e5f, #feb47b, #ff6f61);
  }
  
  
  @keyframes lightningEffect {
    0% {
      border-image-source: linear-gradient(90deg, #4fc3f7, #81d4fa, #0288d1);
    }
    50% {
      border-image-source: linear-gradient(90deg, #0288d1, #4fc3f7, #81d4fa);
    }
    100% {
      border-image-source: linear-gradient(90deg, #81d4fa, #0288d1, #4fc3f7);
    }
  }
  
  
  /* End Hover Effect */
  
  /* End Schedule css page */
  




/*  */







/* footer  */
.footer {
    text-align: center;
    padding: 40px 20px;
    background-color: #0B0C1E;
}

.footer h1 {
    font-size: 1.5rem;
    margin: 0;
}

.footer p {
    font-size: 1rem;
    margin: 10px 0;
}

.footer .social-icons {
    margin: 20px 0;
}

.footer .social-icons a {
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 1.5rem;
    text-decoration: none;
}

.footer .quick-links {
    margin: 20px 0;
    font-size: 1rem;
}

.footer .quick-links span {
    display: block;
}

.footer .email {
    margin: 10px 0;
    font-size: 1rem;
}

.footer .legal {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #B8B8B8;
    display: flex;
    justify-content: space-between;
    /* max-width: 600px; */
    align-items: center;
}

.footer .legal a {
    color: #B8B8B8;
    text-decoration: none;
}

.footer .legal a:hover {
    text-decoration: underline;
}

.footer h1{
    color: white;
    font-size: 36px;
    font-family: "Chakra Petch", serif;
}
.footer h4{
    color: white;
    font-size: 20px;
    font-family: "Chakra Petch", serif;
    padding-top: 12px;
}

.footer p, .footer a, .legal p{
    color: white;
    font-family: "Chakra Petch", serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

.footer-line{
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 10px auto;
  opacity: 0.5;
}

.social-icons a:hover{
    color: #2F7AF0;
    transition: 0.3s;
    font-size: 34px;
}


.hamburger{
  cursor: pointer;
  display: none;
}
.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: white;
}

@media (max-width: 1100px){
  .hamburger{
      display: block;
  }

  .hamburger.active .bar:nth-child(2){
      opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav{
      position: fixed;
      left: -100%;
      top: 8%;
      gap: 0;
      flex-direction: column;
      background-color: #262626;
      /* width: 100%; */
      width: 38%;
      /* justify-content: center; */
      text-align: center;
      transition: 0.3s;

      display: flex;
  }

  .btn{
    display: none;
  }
  .menu-item{
      margin: 16px 0;

  }
  .main-nav.active{
      left: 0;
  }
}



footer {
  background-color: #0a0a19;
  color: white;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}


.quicklinks .container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
gap: 20px; 
}



.quicklinks .container {
display: flex;
justify-content: space-between;
flex-wrap: nowrap; 
max-width: 1200px;
margin: 0 auto;
}

.quicklinks .row {
display: flex;
flex-wrap: nowrap; 
width: 100%;
}

.quicklinks .col-md-2 {
flex: 1; 
min-width: 200px;
margin: 6px;
}





.quicklinks h4 {
  font-size: 25px;
  margin-bottom: 4px;
  border-bottom: 2px solid rgb(5, 4, 100);
  padding-bottom: 3px;
}

.quicklinks h6 {
font-size: 25px;
margin-bottom: 8px;
border-bottom: 2px solid rgb(5, 4, 100);
padding-bottom: 4px;
color: #FFF;

}

.quicklinks h6 span{
color: white;
gap: 10px;
}

.quicklinks ul {
  list-style: none;
  padding: 0;
}

.quicklinks ul li {
  margin-bottom: 8px;

}

.quicklinks ul li a {
text-decoration: none;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  gap: 10px;
}


.quicklinks ul li a:hover {
text-decoration: underline;
margin-left: 5px;
  color: red;
  transition: color 0.3s;
}

.copy-right {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: red;
  color: white;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  display: none;
}

#back-to-top:hover {
  background: #0056b3;
}  



footer {
  background-color: #0a0a19;
  color: white;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}

.quicklinks .container {
  max-width: 1200px;
  margin: 0 auto;
}

.quicklinks .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quicklinks .col-md-2 {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .quicklinks .row {
      justify-content: center;
  }
  .quicklinks .col-md-2 {
      flex: 1 1 45%; 
      text-align: left;
  }
}

@media (max-width: 768px) {

  .quicklinks .row {
    justify-content: flex-start;
}
  .quicklinks .col-md-2 {
      flex: 1 1 100%; 
      text-align: left;

  }
}



.quicklinks .col-md-2:nth-child(4) h4 {
  font-size: 25px; 
}

.commingSoon{
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px;
  font-family: 'Arial Narrow Bold', sans-serif;
}