@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700&family=DynaPuff:wght@400..700&family=Gruppo&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: black;
    font-family: Gruppo, sans-serif;
}


canvas {
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
}






#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000; /* Adjust background color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it covers everything */
}
.spinner-container {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}

.spinner {
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  border: 5px solid transparent;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.navbar {
  background-color: rgba(0, 0, 0, 0.608);
}

.navbar-brand,
.navbar-nav .nav-link {
  color: white !important;
  font-weight: 700;
  font-size: 1.3rem;
}

.navbar-nav .nav-link:hover {
  color: #f8c146  !important;
}

.navbar-nav .nav-item {
    margin-right: 15px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 60px;
    transition: all 0.3s;
    z-index: 1050;
}

.sidebar.show {
    left: 0;
}

.sidebar a {
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color: rgba(64, 63, 63, 0.822);
    color: #f8c146;

}

.close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  color: #f8c146;
  cursor: pointer;
  }
.main{
    padding-top: 10%;
}


.title{

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.s-title{

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 20px;

}

.sponsor{

  margin-top: 8rem;
    text-align: center;
    margin-bottom: 2rem;
}


.heading h1{
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: white;

}

.sp{

  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  /* background-color: bisque; */
  /* margin-top: 0rem; */
  margin-bottom: 10rem;
}

.container{

  display: grid;
  justify-content: center;
  align-items: center;
  /* background-color: red; */


}

.card{

  background-color: transparent;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0;
}

.d1 h1{

  font-family: 'Chakra Petch', sans-serif;
  font-weight: 800;
  color: white;
  font-size: 3rem;
  /* margin: 3rem; */
  margin-bottom: 0;
  margin-top: 5rem;

}

.title-sp{

  height: 17rem;
  border-radius: 8px;
  margin-top: 2rem;
  /* box-shadow: 0px 0px 30px 1px rgb(255 245 90 / 30%); */

}
.type-sp{

  height: 13rem;
  border-radius: 8px;
  

}

.d2{

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  div{

    margin: 1rem;
  }
}

img{
  display: flex;
  border-radius: 4px;
}


.img{

  height: 16rem;
}

.img-p-s{


  height: 10rem;
}



@media (max-width: 768px) {
    
   
}
/* Footer Container */
.footer-container {
    background-color: #5959592e;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding: 40px 20px 10px;
    line-height: 1.6;
  }
  
  /* Footer Top */
  .footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
  }
  
  /* Logo Container */
  .logo-container {
    display: flex;
    align-items: center;
    gap: 0; /* Removed gap between logos */
  }
  
  
  
 
  /* Footer Branding */
  .footer-brand {
    text-align: left;
  }
  
  .footer-tagline {
    font-size: 0.9rem;
    color: #b0b0b0;
  }
  
  /* Quick Links */
  .footer-links h3,
  .footer-contact h3,
  .footer-social h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #00ffc3;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links ul li a:hover {
    color: #00ffc3;
  }
  
  /* Contact Info */
  .footer-contact a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-contact a:hover {
    color: #00ffc3;
  }
  
  /* Social Icons */
  .footer-social .social-icons {
    display: flex;
    gap: 15px;
  }
  
  .footer-social .social-icons a {
    color: #b0b0b0;
    font-size: 1.5rem;
    transition: color 0.3s ease;
  }
  
  .footer-social .social-icons a:hover {
    color: #00ffc3;
  }
  
  /* Footer Bottom */
  .footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 0.9rem;
  }
  
  .footer-bottom a {
    color: #00ffc3;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .footer-top {
      grid-template-columns: 1fr;
      text-align: center;
    }
  
    .logo-container {
      justify-content: center;
    }
  
    .footer-social .social-icons {
      justify-content: center;
    }
  }
  

  @media (min-width: 320px) and (max-width: 480px) {
   .card-container{

    grid-template-columns: repeat(1, 1fr);
   } 
   .img-p-s {
    height: 6rem;
}

.d1 h1{

  font-size: 2rem;
}
.img{

  height: 10rem;
}

.heading h1{
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: white;

}
    
  }
  

 /* Center logo on small screens */
 @media (min-width: 480px) and (max-width: 768px) {
  .logo-container {
    justify-content: center;
  }
  .card-container{

    grid-template-columns: repeat(2, 1fr);
   } 
   
 

}
