@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
       
    
    
}
body{
    min-height: 100vh; 
    min-height: 100vh;
    /* background: linear-gradient(#2b1055,#7597de); */
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
    scroll-behavior: smooth;
    overflow-x: hidden;
 
        margin: 0; 
        padding: 0; 
  
}


#text{
    position: absolute;
    color: #fff;
    white-space: no-wrap;
    font-size: 7.5vw;
    z-index: 12;
}
#btn{
    font-weight: 500;
    color: #2b1055;
    background-color: #fff;
    text-decoration: none;
    transform: translateY(100px);
    padding: 8px 30px;
    border-radius:40px;
    font-size: 1.5em;
    z-index:13;
}


/* Navbar link styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Navbar Styles */
.navbar {
    /* transition: background-color 0.1s ease; */
    position: relative; /* Ensure relative positioning */
    z-index: 10; /* Ensure it's above other content */
}

/* Sticky Class for Navbar */
.sticky {
    background-color: #1e2130; /* Background color for sticky state */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Small shadow for better visibility */
}


/* Default navbar link styles */
/* Default navbar link styles */
.navbar-nav .nav-item .nav-link {
 /* Add padding for better clickability */
    font-size: 22px; /* Maintain font size */
    color: white; /* White text color by default */
    background-color: transparent; /* Transparent background */
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover effect */


.navbar-logo {
    width: 150px;
    height: 150px;
    max-width: 150px; 
    max-height: 150px;
    padding-left: 10px;
    padding-top: 10px;
    object-fit: contain;
}


@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 15px;
    } 

    .navbar-collapse {
        position: fixed;
        top: 10px;
          width: 100px; 
        height: 100vh; 
        background-color: rgba(0, 0, 0, 0.8); 
        /* padding-top: 20px; */
        z-index: 1000; /
    }

    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px; 
        z-index: 1001; 
    }

    
    #moon {
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 65; 
    }
    #btn{
        font-weight: 300;
        color: #2b1055;
        background-color: #fff;
        text-decoration: none;
        transform: translateY(100px);
        
        border-radius:20px;
        font-size: 1rem;
        z-index:13;
    }
}
body {
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
    color: #fff;
    padding:0;
    margin:0;
    box-size:border-bos;
}
/* Navbar Styles */
.navbar {
    transition: background-color 0.1s ease; /* Smooth transition for background color */
    position: relative; /* Ensure relative positioning */
    z-index: 10; /* Ensure it's above other content */
}

/* Sticky Class for Navbar */
.sticky {
    background-color: #1e2130; /* Background color for sticky state */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Small shadow for better visibility */
}



.navbar-nav .nav-item .nav-link {
     /* padding: 20px 20px;   */
    font-size: 22px; /* Maintain font size */
    color: white; /* White text color by default */
    background-color: transparent; /* Transparent background */
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.nav-item{
    padding:10px 30px;
}

/* Hover effect */
.navbar-nav .nav-item .nav-link:hover {
    background-color: gray; /* White background on hover */
    color: #1e2130; /* Dark text color on hover */
    border-radius: 5px; /* Rounded corners */
}

/* Active link effect */
.navbar-nav .nav-item .nav-link.active {
    background-color: white; /* White background when active */
    color: black !important; /* Pure black text color when active */
    border-radius: 5px; /* Rounded corners */
}

.navbar-logo {
    width: 150px;
    height: 150px;
    max-width: 150px; 
    max-height: 150px;
    padding-left: 10px;
    padding-top: 10px;
    object-fit: contain;
}


@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 15px;
    } 

    .navbar-collapse {
        position: fixed;
        top: 10px;
          width: 100px; 
        height: 100vh; 
        background-color: rgba(0, 0, 0, 0.8); 
        /* padding-top: 20px; */
        z-index: 1000; /
    }

    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px; 
        z-index: 1001; 
    }
}





@media (max-width: 768px) {
    .navbar-logo {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
    }
}





section {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #1c0522, transparent);
    z-index: 1000;
}

section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}



section img#moon {
    mix-blend-mode: screen;
}

section img#mountains_front {
    z-index: 9;
}

#moon {
    width: 200px;
    height: auto;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: 65;
}

@media (max-width: 768px) {
    #moon {
        width: 150px; 
        top: 10%; 
    }
    
}





@media (max-width: 768px) {
    .navbar-logo {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
    }
    #moon {
        width: 100px; 
        top: 20%; 
    }
    .nav-item{
        padding:5px 10px;
    }
}


@media (max-width: 576px) {
    .navbar-logo {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px;
    }
    .nav-item{
        padding:5px 10px;
    }
    
}


    


@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;500;600;700&display=swap');

   .container{
    margin:0;
    padding:0;
   }

    #container3D {
        height: 400px; 
        overflow:none;
        
    }

   
    .card {
        overflow: hidden;
        position: relative;
        border: none;
    }
    
    .card-hover-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    
    .card:hover .card-hover-overlay {
        opacity: 1;
    }
    
    .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(46, 46, 61, 100); 
        color: white;
        padding: 10px;
        text-align: center;
        font-size: 1.25rem; 
        transition: transform 0.3s ease-in-out;
    }
    
    .card:hover .card-content {
        transform: translateY(-10%);
    }
    
/* news and gallery section  */
/* Styling the two-section row */
.two-section-row {
    padding: 40px 0;
}

.news-card,
.gallery-card {
    background-color: #1e2130;
    border: none;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    width: 100%;
    margin: 10px; /* Add margin to create space between cards */
}

/* Add proper margin around the cards for spacing */
.news-card {
    margin-right: 20px; /* Right margin for the News card */
}

.gallery-card {
    margin-left: 20px; /* Left margin for the Gallery card */
}

/* Headings for cards */
.news-card h3,
.gallery-card h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

.news-card ul {
    list-style: none;
    padding: 0;
}

.news-card li {
    margin-bottom: 10px;
}

.news-card li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 1.2rem;
}

.news-card li a:hover {
    color: #007bff;
}

/* Carousel and Gallery Styling */
.carousel-inner img {
    border-radius: 10px;
    width: 200px;
    height: 300px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.gallery-card h3 {
    text-align: center;
    color: white;
    margin-bottom: 15px;
}

/* For smaller screens */
@media (max-width: 768px) {
    .news-card,
    .gallery-card {
        margin: 10px auto; /* Center the cards and add space between them on smaller screens */
    }
}

/* faculty and founder */
 /* Team Section */
.team-section {
    text-align: center;
    padding: 60px 0;
}

.team-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 3vw; 
    color:white;
}

.team-section p {
    margin-bottom: 40px;
    color: #b3b3b3;
    font-size: 1.5vw; 
}

/* Team Card */
.team-card {
    background-color: #1e2130;
    border: none;
    padding: 2vw;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    flex: 1;
    max-width: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.team-card img {
    border-radius: 50%;
    width: 20vw; 
    height: 20vw; 
    object-fit: cover;
    margin-bottom: 2vw;
}

.team-card h5 {
    font-size: 2vw; 
    font-weight: bold;
    color: white;
}

.team-card p {
    color: #b3b3b3;
    margin-bottom: 1.5vw;
    font-size: 1.3vw; 
}

/* Specific Styling for Large Card */
.large-card {
    text-align: left; 
    padding: 3vw;
    font-size: 1.2vw;
}

.large-card h5 {
    font-size: 2.5vw;
    color: #fff;
    font-weight: bold;
}

.large-card p {
    font-size: 1.2vw;
    color: #b3b3b3;
    margin-bottom: 1.5vw;
}


/* Social icons section */
.social-icons {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3vw;
    opacity: 1;
    font-size: 5rem; 
}

.social-icons .bi {
    color: #fff;
    font-size: 8rem; 
    transition: color 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    color: #007bff;
}

/* Responsive design */
@media (max-width: 992px) {
    .team-card img {
        width: 15vw;
        height: 12vw;
    }

    .team-card h5 {
        font-size: 2.5vw;
    }

    .team-card p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .team-card {
        padding: 3vw;
    }

    .team-card img {
        width: 30vw;
        height: 30vw;
    }

    .team-card h5 {
        font-size: 3vw;
    }

    .team-card p {
        font-size: 1.8vw;
    }

    .social-icons a {
        font-size: 3vw;
    }
}


/* Footer section styling */
.footer-section {
    background-color: #1e2130;
    padding: 40px 0;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allows wrapping on small screens */
}

.footer-links li {
    margin: 0 10px;
}

.footer-links li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 1.2rem;
}

.footer-links li a:hover {
    color: #007bff;
}

/* Social icons styling */
.footer-section a {
    color: #fff;
    font-size: 2rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #007bff;
}

/* Move to top button */
.move-to-top {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.move-to-top i {
    font-size: 1.5rem;
    margin-right: 5px;
}

.move-to-top:hover {
    color: #007bff;
}

.footer-section p {
    font-size: 1rem;
    color: #b3b3b3;
    margin: 0;
}

/* Media query for responsiveness on smaller screens */
@media (max-width: 768px) {
    .footer-section {
        padding: 30px 0;
    }

    .footer-links {
        flex-direction: column;
        align-items: center; /* Center align on small screens */
    }

    .footer-links li {
        margin: 5px 0; /* Reduce margin between links */
    }

    .footer-links li a {
        font-size: 1rem; /* Decrease font size */
    }

    .footer-section a {
        font-size: 1.5rem; /* Decrease social icons size */
        margin: 0 8px;
    }

    .move-to-top {
        font-size: 1rem; /* Decrease move-to-top button size */
    }

    .move-to-top i {
        font-size: 1.2rem;
    }

    .footer-section p {
        font-size: 0.9rem; /* Decrease paragraph text size */
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 20px 0;
    }

    .footer-links li a {
        font-size: 0.9rem; /* Further decrease font size for very small screens */
    }

    .footer-section a {
        font-size: 1.2rem; /* Reduce size of icons further */
    }

    .move-to-top {
        font-size: 0.9rem; /* Further decrease button size */
    }

    .move-to-top i {
        font-size: 1rem;
    }

    .footer-section p {
        font-size: 0.8rem; /* Decrease paragraph text size even more */
    }
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282c34;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Fancy spinner */
.fancy-spinner {
    width: 100px;
    height: 100px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

/* Add a glow effect */
.fancy-spinner {
    box-shadow: 0 0 20px rgba(0, 150, 255, 0.6), 0 0 40px rgba(0, 150, 255, 0.4), 0 0 60px rgba(0, 150, 255, 0.2);
}

/* Hide content initially */
#content {
    display: none;
}

