    .welcome .carousel-item .carousel-caption{
        top:0rem;
        
    }
    .carousel-item .carousel-caption{
        top:10.25rem;
        bottom:0;
    }
    
    .carousel-item {
        position: relative;
        display: none;
        height:550px;
        
        -webkit-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        margin-top: 10px;
    }
    .carousel-item img {
        height:100%;
    }
    @media (max-width: 768px) {
    .carousel-item {
        
        height: 350px; /* Set the height to 300px for mobile */
        background-size: contain; /* Ensure the full image is displayed while maintaining aspect ratio */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Prevent tiling of the image */
         /* Optional background color if needed */
    }
    .carousel-item h2 {
        font-size:0.95rem;
    }
     .carousel-inner{
         height:250px;
     }
    .carousel-item img {
        width:100%;
        height:65%;
        
    }
    .carousel-item .carousel-caption {
        margin-right:30px;
    }
    


    .carousel-item.active .carousel-caption {  
        top: 6.25rem;  
        bottom: 0;  
        
    } 
    
}  

    

    @keyframes scroll1 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-250px * 10));
        }
    }
    .logo-slider {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    
    .logo-slider .slide-track {
        display: flex;
        animation: scroll1 64s linear infinite;
        width: calc(190px * 8); /* Adjust based on total slides (4 original + 4 duplicate) */
    }
    
    .logo-slider .slide {
        flex: 0 0 190px; /* Match width of individual slides */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    


    
            
    .background-container1{
         background-size: cover; background-position: center; background-repeat: no-repeat;
    }
    .background-container {
        background-size: cover; 
        
        min-height: 250px; 
        
        color:#13309c;
        text-align:center;
        justify-content: center;
    }
    
    .customc{
        border: 19px solid red;
        transform: scale(2);
    }
    
    
     .feature-card {
        height: 150px; /* Set a fixed height */
        width: 100%; /* Ensure cards are the same width */
        max-width: 350px; /* Optional: Limit card width */
       
        border: 1px solid rgba(255, 255, 255, 0.3); /* Light transparent border */
        border-radius: 8px;
        background-color: transparent; /* Fully transparent background */
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
        gap: 15px; /* Space between icon and text */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 15px rgba(135, 206, 235, 0.6); /* Sky blue shadow */
    }
    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(135, 206, 235, 0.8); /* Stronger sky blue shadow on hover */
    }
    .icon-style {
        font-size: 30px;
        color: #ffffff;
    }
    
    
    .row {
        display: flex;
        justify-content: center;
    }
    
    .text-below {
        font-size: 16px;
        color: #666;
        margin-top: 10px;
    }
    .backcolor{
        background-color: #010a45; 
        min-height:550px;
        margin-top:0px;
    }
    
    @media screen and (max-width: 790px) {
            

            .background-container {
                height: auto;
                
            }
            
            .backcolor{
                min-height: 1350px;
               
            }
            .background-container2 {
                width:100vw;
                height:30vh;
                
                
            }
            
            
        
            
            .countdown-card {
                width: 100%;
                font-size: 30px;
            }
           
        }
    .count {
        overflow: hidden;
        position: relative;
    }

    .count::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(96, 189, 214, 0.2), transparent 70%);
        animation: glow 8s infinite alternate;
    }
    @keyframes glow {
        from {
            transform: rotate(0deg) translate(0, 0);
        }
        to {
            transform: rotate(360deg) translate(0, 0);
        }
    }
    .countdown-card {
        width: 150px;
        height: 150px;
        border: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        color: #119bd1;
        
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Added shadow for more depth */
    }
    @media (min-width:790px) and (max-width: 1200px) {
        .backcolor {
            min-height: 900px;
             border:2px solid black;
        }
        .background-container2 {
            width: auto;
            height: 400px;
           

        }
        
    }
        
        
        
    .center{
        text-align: center;
    }
    


  @keyframes rotateClip {
    0% {
        transform: rotate(0deg);
        -webkit-clip-path: circle(0% at 50% 50%);
        clip-path: circle(0% at 50% 50%);
    }
    50% {
        transform: rotate(180deg);
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
    }
    100% {
        transform: rotate(360deg);
        -webkit-clip-path: circle(0% at 50% 50%);
        clip-path: circle(0% at 50% 50%);
    }
}


    .rotating-clip {
        margin-top: 10px;
        display: inline-block;
        
        animation: fadeInLeft 3s ease-in-out;
        color: #6dc0e3;

    }

    .rotating-clip i {
        
        font-size: 3rem;  /* Adjust spacing between text and icon */
    }

    .row {
        margin-top: 30px; /* Adjust as needed for spacing */
    }

    

    /* Container for the carousel */
.exhibition-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 80%; /* Adjust the width of the carousel */
    margin: auto;
}

/* Navigation buttons */
.nav-btn {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 0;
    transition: background-color 0.3s;
}

.nav-btn:hover {
    background-color: #555;
}

/* The carousel track */
.exhibition-carousel {
    display: flex;
    gap: 10px; /* Space between images */
    overflow: hidden;
    flex: 1;
    scroll-behavior: smooth;
}

/* Items in the carousel */
    .exhibition-item {
        position: relative;
        flex: 0 0 calc(33.33% - 10px); /* 3 items visible at a time */
        display: flex;
        flex-direction: column; /* Stack image and text vertically */
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 80px;
        cursor: pointer; /* Ensures the whole item is clickable */
    }

    /* Image styling */
    .exhibition-item img {
        width: 100%;
        height: 200px; /* Fixed height for the image */
        object-fit: cover; /* Ensures images fill their container */
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Text below the image */
    .image-overlay {
        margin-top: 10px; /* Space between the image and the text */
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
/* Media query for smaller screens */
@media (max-width: 768px) {
    .exhibition-item {
        flex: 0 0 100%; /* Show one item at a time */
        height: 250px; /* Slightly taller for better visibility */
    }

    .exhibition-container {
        width: 100%; /* Use full width on smaller screens */
    }

    .nav-btn {
        padding: 10px 15px; /* Adjust button size */
    }

    .image-overlay {
        font-size: 16px; /* Reduce text size for smaller screens */
    }
}

/* Media query for extra-small screens */
@media (max-width: 480px) {
    .exhibition-item {
        height: 200px; /* Smaller height for very small screens */
    }

    .image-overlay {
        font-size: 14px; /* Further reduce text size */
    }
    
}

:root {
  font-family: Inter, sans-serif;
  
}
.responsive-image {
        height: 500px; /* Default height for larger screens */
        position:center;
    }

    @media (max-width: 768px) { /* Adjust height for mobile screens */
        .responsive-image {
            height: 200px;
        }
    }
  
    
    
