@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oooh+Baby&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oooh+Baby&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

/* hero */
.hero-bg-video {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    filter: brightness(100%);
}
.hero-section{
    background-color: #070707ad;
}
.hero-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: aliceblue;
}
.banner-head{
    font-size: 90px;
    letter-spacing: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.banner-subhead{
    font-family: "Montserrat", sans-serif;
    letter-spacing: 5px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.hero-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.hero-footer a{
    text-decoration: none;
    color: white;
}

/* about */
.about-section{
    padding: 80px 0px;
}

.green-btn{
    border: none;
        outline: none;
        padding: 8px 80px;
        color: white;
        letter-spacing: 2px;
        margin-top: 20px;
        display: block;
        margin: 0 auto;
        background-color: #3e855d;
}

/* institutions */
.institutions-section{
    padding: 80px 0px;
}
.institute-card {
    border: none;
    width: 100%;
    height: 200px;
    height: max-content;
}

.institute-card-head {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
   
}

.institute-img {
    border-radius: 30px 30px 0px 0px;
    width: 100%;
}

.institute-card-body {
    background-color: #053333;
    padding: 10px;
    border: none;
    border-radius: 0px 0px 30px 30px;
}

.institute-card-text {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.institute-card-button a {
    text-decoration: none;
    color: #cdcbcb;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.institute-carousel {
    overflow: hidden;
}

.institute-carousel .slick-slide {
    margin: 8px 0px;
}

.institute-carousel .slick-list {
    margin: 0 -8px;
}
.institute-readmore{
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color:#cdcbcb ;
}
/* news */
.news-section{
    padding: 80px 0px;
}
.news-card {
    background:  #a6c6a8 ;
    margin: 15px;
    height: 100%;
    /* border-radius: 15px; */
    border-radius: 30px;

}
.news-body{
    margin: 15px;
}
.news-img {
    width: 100%;
    /* margin-bottom: 8px; */
}
.news-info{
    padding: 20px 10px;
}
.news-head{
    color: #000000;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px;
    font-size: 18px;
    font-weight: 600;
}
.news-text {
    color: #000000;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px;
    font-size: 16px;
}
.news-btn{
    background-color: #002F29;
    color: white;
    display: block;
    margin: 0 auto;
    padding: 5px 35px;
}
.news-btn:hover{
    background-color: #fff;
    color: black;
}

.news-img-div {
    /* border-radius: 30px 30px 0px 0px; */
    /* background-size: cover;
    background-position:center; */
    width: 100%;
    /* height: 350px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

 .happenings-img{
    width: 100%;
    border-radius: 30px 30px 0px 0px;

 }
.join-out-team-banner{
    width: 100%;
    height: max-content;
    background: url(../../images/home/join-out-team-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-message{
    width: 100%;
    padding: 120px 0px;
    height: max-content;
    background-color: #023333dd;
}

/* .join-btn{
    display: block;
    margin: 0 auto;
} */
.chairman-msg-box{
    background-color:transparent;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 16px;
}
.chairman-img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 16px;
}
.chairman-msg-text{
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}
.chairman-name{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.chairman-desc{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .banner-head{
        font-size: 76px;
    }
    .banner-subhead{
        font-size: 24px;
    }
    .green-btn{
        padding: 10px 100px;
    }
    .institute-card-head{
        font-size: 15px;
        }
   
}

@media only screen and (max-width: 768px) {
    .banner-head{
        font-size: 72px;
    }
    .banner-subhead{
        letter-spacing: normal;
            font-size: 16px;
    }
    .green-btn{
        padding: 5px 60px;
    }
    .news-head{
        font-size: 16px;
    }
    .news-text{
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-head{
        font-size: 50px;
        letter-spacing: 5px;
    }
    .banner-subhead{
        font-size: 16px;
    }
    .news-head{
        font-size: 14px;
    }
    .news-text{
        font-size: 12px;
    }
}