*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main{
    width: 100%;
    height: 100vh;
    margin: 0;
}
html{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
}
.main{
    width: 100%;
}
header{
    width: 100%;
    height: auto;
}
.navbar{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
}
.navbar-list{
    width: 100%;
    height: auto;
}
.navbar-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.navbar-list ul li{
    list-style-type: none;
}
.navbar-list ul li a{
    text-decoration: none; 
    color: #ffffff;
    font-size: 1.1em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
}
.current-page{
    color: #F5CB99;
}
.navbar-list ul li a:hover{
    color: #F5CB99;
}
.menu-toggle{
    display: none;
}
.menu-icon{
    cursor: pointer;
    display: none;
}
.naac-nba-iso-imgs-on-header{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0.5px;
    right: 0;
    display: none;
}
@media (max-width: 1275px){
    .navbar-list{
        display: none;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 40px;
        padding-right: 40px;
        position: absolute;
        background-color: #F5F5F5;
        top: 60px;
        left: 0;
    }
    .navbar-list li{
        margin-bottom: 15px;
    }
    .navbar-list ul li a{
        font-family: 'Bricolage Grotesque';
        color: #00415A;
    }
    #menu-toggle:checked + .menu-icon + .navbar-list{
        display: flex;
    }
    .current-page{
        color: #B96400;
    }
    .menu-icon{
        display: block;
        width: 60px;
        color: #ffffff;
        padding-bottom: 10px;
    }
}
@media(max-width: 1134px){
    .navbar-list li{
        width: 16%;
        height: auto;
        text-align: center;
    }
}
@media(max-width: 755px){
    .navbar-list li{
        width: 25%;
        height: auto;
        text-align: center;
    }
}
@media(max-width: 530px){
    .navbar-list li{
        width: 30%;
        height: auto;
        text-align: center;
    }
}
@media(max-width: 403px){
    .navbar-list li{
        width: 50%;
        height: auto;
        text-align: center;
    }
}
@media(max-width: 1275px){
    .naac-nba-iso-imgs-on-header{
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 0;
    }
    .naac{
        width: 80px;
        height: 50px;
    }
    .nba{
        width: 40px;
        height: 40px;
    }
    .iso{
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 480px){
    .naac-nba-iso-imgs-on-header{
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 0;
    }
    .naac{
        width: 60px;
        height: 40px;
    }
    .nba{
        width: 30px;
        height: 30px;
    }
    .iso{
        width: 30px;
        height: 30px;
    }
}
@media(max-width: 1275px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 1047px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 917px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 631px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 517px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 450px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
@media(max-width: 435px){
    .naac-nba-iso-imgs{
        display: none;
    }
}
.video-container{
    width: 100%;
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    overflow: hidden;
}
#background-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lab-details{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lab-details ul li{
    list-style-type: none;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.lab-details ul li a{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #ffffff;
}
.events{
    width: 100%;
    height: auto;
}
.events-container{
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right bottom, #ffffff, #ebfdff, #ffead2);
}
.event-container{
    width: 30vmax;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
}
.event-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    animation: slide 15s infinite;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translate(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-300%);
    }
}
.event-image{
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
.event-info{
    text-align: center;
    margin-top: 10px;
}
.event-info h2{
    font-size: 1.2em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #006288;
}
.event-info h3{
    font-size: 1.1em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #B96400;
    margin-top: 2px;
}