html {

    scroll-behavior: smooth;
    /* Enables smooth scrolling */

}



.slider {

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}



.slider-items {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 20px;

    animation: scrolling 20s linear infinite;
}


.header {
    width: 100%;
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: white;
}

#faculties img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scrolling {



    0% {

        transform: translateX(0%);

    }



    100% {

        transform: translateX(-130%);

    }

}



.slider-items img {

    width: 100%;

    margin: 20px;



}



#about-us,
#photos,
#event-schedule {

    scroll-margin-top: 80px;

}



@media (max-width:1024px) {

    .container {

        padding-left: 20px;

        padding-right: 20px;

    }

}



@media (max-width:768px) {

    #mobile-menu {

        background: white;

        padding: 30px;

        border-radius: 30px;

        box-shadow: 0px 4px 7px 0px #00000017;

        margin: 0px 20px;

    }

}


@media (max-width:600px) {

    b,
    strong {
        font-weight: bolder;
        color: #393939;
    }

    .single-dr {
        width: 70%;
    }
}

.single-dr {
    width: 100%;
}

marquee {
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
    color: white;
    padding: 6px 0px;
}

marquee span::after {
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 100px;
    margin: 0px 30px;
     background-color:#ffffff;
}
marquee span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:600px){
#mainHeader {
    background: white;
}

.mobile-banner{
    display:block !important;
}

.desktop-banner{
    display:none;
}

}

@media (min-width: 1280px) {
    .container {
        padding: 30px;
    }
}

.banner img {
    width: 100%;
}


.mobile-banner{
    display:none;
}


#about-us img{
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

#about-us li {
    text-align: justify;
}