*{
    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-section{
    width: 100%;
}
header{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9;
}
.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;
}
.login-page{
    background-color: #ffffff;
    padding: 5px 20px;
    border-radius: 50px;
    border: 2px solid #00415A;
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.login-page:hover{
    background-color: #c1f0f6;
}
.signup-page{
    background-color: #ffffff;
    padding: 5px 20px;
    border-radius: 50px;
    border: 2px solid #00415A;
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.signup-page:hover{
    background-color: #c1f0f6;
}
.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;
}
.blank{
    width: 100%;
    height: 60px;
}
.aliet-video-container{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#background-video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cursor-welcome{
    width: 120px;
    height: 120px;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 12;
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
}
#cursor-welcome h3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
    text-align: center;
}
#cursor-welcome h3 span{
    font-size: 35px;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.imp-notices{
    position: absolute;
    top: 175px;
    right: 0;
    width: 350px;
    height: auto;
}
.all-notices{
    display: flex;
    align-items: flex-start;
    overflow: hide;
}
.notice-name{
    width: 100%;
    height: auto;
    text-align: right;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    padding: 8px;
    border-top-left-radius: 10px;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #ffffff;
}
.notice-head{
    position: relative;
}
.buttons{
    position: absolute;
    left: -5px;
    top: -5px;
}
.notice-count1{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(4, 143, 4);
    border: none;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.384);
}
.notice-count2{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(4, 143, 4);
    border: none;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.384);
}
.notice-count3{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(4, 143, 4);
    border: none;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.384);
}
.notice-count4{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(4, 143, 4);
    border: none;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.384);
}
.view-notice1{
    width: 80px;
    font-size: 14px;
    font-family:'Bricolage Grotesque';
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    margin-left: 7px;
    border: none;
    position: absolute;
    top: 15px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.view-notice1:hover{
    color: #ffead2;
}
.view-notice2{
    width: 80px;
    font-size: 14px;
    font-family:'Bricolage Grotesque';
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    margin-left: 7px;
    border: none;
    position: absolute;
    top: 15px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.view-notice2:hover{
    color: #ffead2;
}
.view-notice3{
    width: 80px;
    font-size: 14px;
    font-family:'Bricolage Grotesque';
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    margin-left: 7px;
    border: none;
    position: absolute;
    top: 15px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.view-notice3:hover{
    color: #ffead2;
}
.view-notice4{
    width: 80px;
    font-size: 14px;
    font-family:'Bricolage Grotesque';
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    margin-left: 7px;
    border: none;
    position: absolute;
    top: 15px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.view-notice4:hover{
    color: #ffead2;
}
.notice1{
    display: none;
    transition: transform 0.2s ease-in-out;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Bricolage Grotesque';
}
.notice1 a{
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.notice1 a:hover{
    color:#ab5c01;
}
.notice2{
    display: none;
    transition: transform 0.2s ease-in-out;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Bricolage Grotesque';
}
.notice2 a{
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.notice2 a:hover{
    color:#ab5c01;
}
.notice3{
    display: none;
    transition: transform 0.2s ease-in-out;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Bricolage Grotesque';
}
.notice3 a{
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.notice3 a:hover{
    color:#ab5c01;
}
.notice4{
    display: none;
    transition: transform 0.2s ease-in-out;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Bricolage Grotesque';
}
.notice4 a{
    color: #00415A;
    transition: 0.2s ease-in-out;
}
.notice4 a:hover{
    color:#ab5c01;
}
.visible{
    display: block;
}
.notice-container{
    width: 100%;
    height: auto;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.662);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
}
.aliet-home-info-container{
    position: absolute;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.662);
    width: 100%;
    height: auto;
}
.aliet-home-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    height: auto;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.aliet-logo{
    width: 140px;
    height: auto;
    margin-right: 30px;
}
.aliet-logo img{
    width: 100%;
    height: 100%;
}
.aliet-info{
    width: 800%;
    height: auto;
    margin-top: 15px;
    flex: 1 1 300px;
}
.aliet-info h2{
    width: 100%;
    height: auto;
    font-size: 1.3em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #006288;
    margin-bottom: 2px;
}
.aliet-info h2 span{
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #0082be, #c28b02);
    -webkit-background-clip: text; /* For Safari */
    background-clip: text;
    color: transparent;
}
.aliet-info h3{
    width: 100%;
    height: auto;
    font-size: 1em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #B96400;
    margin-bottom: 2px;
    line-height: 1.3;
}
.aliet-info h4{
    font-size: 1em;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #0082B5;
}
.naac-nba-iso-imgs{
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 30px;
}
.col{
    margin-right: 20px;
}
.naac{
    width: 100px;
    height: 65px;
}
.nba{
    width: 50px;
    height: 50px;
}
.iso{
    width: 50px;
    height: 50px;
}
.aliet-courses{
    position: fixed;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: #EC9733;
    overflow: hidden;
    bottom: 0;
    z-index: 1;
}
.quote1{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    
    padding: 20px 0px;
    white-space: nowrap;
    overflow-x: auto;
    overflow: hidden;
    margin-top: -10px;
}
.the-quote{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 32px;
    font-family: 'Bricolage Grotesque';
    
    color: #000000;
    animation: scrollText 50s linear infinite;
    white-space: nowrap;
    transition: 0.5s ease-in-out;
}
.the-quote span{
    font-weight: bold;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
@keyframes scrollText{
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.about-aliet{
    width: 100%;
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}
.aliet-video{
    width: 100%;
    height: 350px;
}
.about-aliet-info{
    width: 100%;
    height: auto;
    padding: 20px;
    background-image: linear-gradient(to right, #ebf3f7, #fdfaf5);
}
.about-aliet-info p{
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    color: #000000;
    text-align: justify;
}
.about-aliet-info p span{
    font-size: 22px;
    font-weight: bold;
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.director{
    width: 100%;
    height: auto;
    margin-top: -30px;
}
.directors-message{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -30px;
}
.dm{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-left: -30px;
    padding-right: -30px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #ebf3f7, #fdfaf5);
}
.dm-col1{
    width: 25%;
    height: auto;
    border-radius: 15px;
}
.director-img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.director-img img{
    width: 100%;
    height: 100%;
}
.director-name{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.director-name p{
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #00415A;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
}
.dm-col2{
    width: 70%;
    height: auto;
    margin-left: 20px;
}
.dm-col2 h2{
    font-size: 22px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.dm-col2 p{
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    color: #000000;
    margin-top: 5px;
    text-align: justify;
}
.dm-col2 p span{
    color: #00415A;
}
.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;
}
.epi23{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sponcer-video{
    width: 50%;
    height: 100%;
    border-radius: 25px;
}
.sponcer-video video{
    width: 100%;
    height: 100%;
}
.epi23-info{
    width: 48%;
    height: auto;
}
.epi23-info h2{
    font-size: 50px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
    text-align: center;
}
.epi23-info p{
    text-align: center;
    font-size: 40px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.w3tech{
    color: #ff0000;
    text-align: center;
}
.reesanit{
    font-size: 35px;
    color: #0396bf;
    text-align: center;
}
.anti-ragging{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    
}
.ar{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #d3effc, #fff5dd);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.arinfo{
    width: 60%;
    height: auto;
}
.arinfo h2{
    font-size: 24px;
    font-family: 'Bricolage Grotesque';
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
    text-align: center;
    text-align: justify;
    margin-bottom: 10px;
}
.arinfo p{
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    color: #000000;
    text-align: justify;
}
.arimg{
    width: 37%;
    height: auto;
}
.arimg img{
    width: 100%;
    height: auto;
}
.alumni{
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.alumni h2{
    font-size: 30px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 20px;
}
.alum{
    width: 100%;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.al{
    width: 19%;
    height: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3);
}
.al-col1{
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.al-img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
}
.al-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.al-name{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.al-name p{
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #00415A;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
}
.al-col2{
    width: 100%;
    height: auto;
}
.al-col2 h2{
    font-size: 22px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #008ccc, #cf9501);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.al-col2 p{
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    color: #000000;
    margin-top: 5px;
    text-align: justify;
}
.al-col2 p span{
    color: #00415A;
}



.about-aliet-buttons{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
}
.about-aliet-buttons ul{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-actions{
    width: 33%;
    height: auto;
}
.button-actions button{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color:#000000;
    border: none;
    outline: none;
    box-shadow: -4px -4px 4px rgba(255, 255, 255, 0.244);
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000000;
    padding: 5px 20px;
    overflow: hidden;
}
.button-actions button a{
    text-decoration: none;
    color: #000000;
    z-index: 9;
    position: relative;
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    text-decoration: none;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.button-actions button::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}
.button-actions button:hover::after{
    bottom: 0;
    border-radius: 0;
}
.button-actions button:hover a{
    color: #ffffff;
}

.about-info-container{
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    bottom: -170px;
    transition: bottom 0.4s ease-in-out;
}
.about-info{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
    text-align: justify;
}
.about-info span{
    font-size: 20px;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.motivation-of-aliet{
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
    margin-top: 10px;
}
.about-info-container ul{
    margin-top: 10px;
}
.about-info-container li{
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
}
.aliet-vision-container{
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    bottom: -170px;
    transition: bottom 0.4s ease-in-out;
}
.vision{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
    text-align: justify;
}
.vision span{
    font-size: 20px;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.aliet-mission-container{
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    bottom: -170px;
    transition: bottom 0.4s ease-in-out;
}
.mission{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
    text-align: justify;
}
.mission span{
    font-size: 20px;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
}
.aliet-core-values-container{
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    bottom: -170px;
    transition: bottom 0.4s ease-in-out;
}
.aliet-core-values-container h2{
    font-size: 20px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    background-image: linear-gradient(to right, #0095da, #db9d00);
    -webkit-background-clip: text; /* This property ensures that the gradient applies only to the text */
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
.aliet-core-values-container ul{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aliet-core-values-container li{
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #000000;
}
.about-info-container.visible {
    bottom: 30px;
}
.aliet-vision-container.visible1 {
    bottom: 30px;
}
.aliet-mission-container.visible2 {
    bottom: 30px;
}
.aliet-core-values-container.visible3 {
    bottom: 30px;
}
footer{
    width: 100%;
    background-color: #006288;
}
.frow{
    display: flex;
    margin-left: 110px;
    margin-right: 110px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
}
.fcol{
    width: 100%;
    flex-basis: 25%;
    padding: 20px;
    color: #ffffff;
}
.fcol h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    color: #CCD0DB;
}
.logo{
    width: 80px;
    height: 80px;
}
ul li{
    list-style: none;
    margin-bottom: 10px;
}
ul li a{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    color: #ffffff;
    transition: 0.2s ease-in-out;
}
ul li a:hover{
    color: #CCD0DB;
}
.copyright{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Bricolage Grotesque';
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

@media(max-width: 1275px){
    .imp-notices{
        width: 100%;
        height: auto;
        top: 500px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        position: initial;
        z-index: 9;
        top: 800px;
        margin-bottom: 30px;
    }
    .notice-container{
        flex: 1 1 350px;
        margin-left: 10px;
        margin-right: 10px;
        width: 300px;
    }
}
@media(max-width: 1275px){
    #cursor-welcome{
        display: none;
    }
}
@media(max-width: 1227px){
    .about-aliet-buttons{
        display: none;
    }
}
@media(max-width: 724px){
    .aliet-home-info{
        width: 100%;
        height: auto;
    }
}
@media(max-width: 545px){
    .aliet-info h2{
        font-size: 16px;
    }
    .aliet-info h3{
        font-size: 14px;
    }
    .aliet-info h4{
        font-size: 14px;
    }
    .aliet-logo img{
        width: 100px;
        height: 100px;
    }
}
@media(max-width: 518px){
    .aliet-info h2{
        font-size: 14px;
    }
    .aliet-info h3{
        font-size: 12px;
    }
    .aliet-info h4{
        font-size: 12px;
    }
    .aliet-logo img{
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 444px){
    .aliet-info h2{
        font-size: 12px;
    }
    .aliet-info h3{
        font-size: 10px;
    }
    .aliet-info h4{
        font-size: 10px;
    }
    .aliet-logo img{
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 391px){
    .aliet-info h2{
        font-size: 10px;
    }
    .aliet-info h3{
        font-size: 8px;
    }
    .aliet-info h4{
        font-size: 8px;
    }
    .aliet-logo img{
        width: 60px;
        height: 60px;
    }
}

@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;
    }
}




@media(max-width: 1280px){
    .event-container{
        width: 47%;
        height: auto;
    }
}
@media(max-width: 601px){
    .event-container{
        width: 100%;
        height: auto;
    }
}

@media(max-width:1226px){
    .dm-col1{
        width: 35%;
        height: auto;
    }
    .dm-col2{
        width: 65%;
        height: auto;
    }
}
@media(max-width:916px){
    .dm-col1{
        width: 40vw;
        height: auto;
    }
    .dm-col2{
        width: 100vw;
        height: auto;
    }
}
@media(max-width:750px){
    .dm-col1{
        width: 50vw;
        height: auto;
    }
}
@media(max-width:550px){
    .dm-col1{
        width: 60vw;
        height: auto;
    }
}
@media(max-width:520px){
    .dm-col1{
        width: 70vw;
        height: auto;
    }
}
@media(max-width:416px){
    .dm-col1{
        width: 90vw;
        height: auto;
    }
}
@media(max-width: 916px){
    .feature{
        width: 31%;
        height: auto;
    }
    .feature1{
        width: 31%;
        height: auto;
    }
}
@media(max-width: 482px){
    .feature{
        width: 44%;
        height: auto;
    }
    .feature1{
        width: 44%;
        height: auto;
    }
}
@media(max-width: 322px){
    .feature{
        width: 80%;
        height: auto;
    }
    .feature1{
        width: 80%;
        height: auto;
    }
}
@media(max-width: 1462px){
    .table{
        width: 25%;
        height: 400px;
        overflow-y: scroll;
        overflow: hide;
        margin-bottom: 5px;
    }
}
@media(max-width: 1000px){
    .table{
        width: 50%;
        height: 400px;
        overflow-y: scroll;
        overflow: hide;
        margin-bottom: 5px;
    }
}
@media(max-width: 524px){
    .table{
        width: 100%;
        height: 400px;
        overflow-y: scroll;
        overflow: hide;
        margin-bottom: 5px;
    }
}
@media(max-width: 1000px){
    .awards-container img{
        width: 49%;
        height: auto;
        margin-bottom: 20px;
    }
}
@media(max-width: 524px){
    .awards-container img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}


@media(max-width: 988px){
    body{
        padding-bottom: 30rem;
    }
}
@media(max-width: 806px){
    body{
        padding-bottom: 40rem;
    }
}
@media(max-width: 602px){
    body{
        padding-bottom: 50rem;
    }
}
@media(max-width: 500px){
    body{
        padding-bottom: 60rem;
    }
}
@media(max-width: 460px){
    body{
        padding-bottom: 70rem;
    }
}
@media(max-width: 352px){
    body{
        padding-bottom: 80rem;
    }
}
@media(max-width: 328px){
    body{
        padding-bottom: 90rem;
    }
}
@media(max-width: 387px){
    .notice-name{
        font-size: 12px;
    }
    .view-notice1{
        font-size: 12px;
    }
    .view-notice2{
        font-size: 12px;
    }
    .view-notice3{
        font-size: 12px;
    }
    .view-notice4{
        font-size: 12px;
    }
}