@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

.navBar{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}

.social-bar{
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #2aad48;
}

.social-left{
    display: flex;
    width: 60%;
    gap: 5%;
    padding-left: 2%;
    align-items: center;
}

.social-left a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 4px;
    font-size: 12px;
    text-decoration: none;
}
 
.social-left a:hover{
    color: #fdc800;
}

.social-right{
    display: flex;
    gap: 5%;
    width: 40%;
    justify-content: end;
    align-items: center;
}

.social-right a{
    display: flex;
    text-decoration: none;
    margin: 0 10px;
}

.main-navbar{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: #005514;
    height: 90px;
    box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.75);
}

.mybrand{
    display: flex;
    width: 25%;
}

.mybrand a{
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4%;
    padding-left: 15%;
}

.mybrand a img{
    display: flex;
    width: 15%;
}

.mybrand a span{
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.links{
    display: flex;
    width: 60%;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    gap: 2%;
    justify-content: center;
}

.myMenuActive{
    color: #fdc800 !important;
}

.link{
    display: flex;
    flex-direction: column;
    position: relative;
}

.link a{
    display: flex;
    text-decoration: none;
    color: white;
    transition: 0.5s;
    padding: 5px 10px;
    border-left: 2px solid #9979076d;
    font-size: 16px;
    text-transform: uppercase;
}

.link a:hover{
    color: #fdc800;
}

.link-dropdown{
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 25px;
    padding-top: 35px;
    background-color: #005514cf;
    width: 270%;
    z-index: 111;
    transition: .4s ease;
    display: none;
}

.link-dropdown span{
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #fdc800;
}

.link-dropdown a{
    display: flex;
    padding: 5%;
    padding-left: 8%;
    border: 0px;
    border-top: 1px solid #997907;
}

.link:hover .link-dropdown{
    display: flex;
}


.super-link{
    display: flex;
    width: 10%;
    justify-content: center;
    margin-right: 10px;
}

.super-link a{
    display: flex;
    text-decoration: none;
    color: white;
    border: 2px solid #fdc800;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
}

.header-seperator{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: -15px;
    padding: 0% 15px;
    padding-top: 3%;
}

.header-seperator span{
    display: flex;
    width: 5%;
    height: 5px;
    background-color: #005514;
    margin-bottom: 15px;
}

.header-seperator h4{
    font-weight: 600;
    color: goldenrod;
}

.super-link a:hover{
    background-color: #fdc800;
}

.menuIcon{
    display: flex;
    margin-right: 6%;
    display: none;
}

.menuIcon a{
    display: flex;
    text-decoration: none;
    color: white;
}

.hidden-nav{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #005514;
    position: absolute;
    top: 0;
    z-index: 222;
    position: fixed;
    display: none;
}

.top-bar{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
    background-color: #2aad48;
    height: 30px;
}

.top-bar a{
    display: flex;
    text-decoration: none;
    color: white;
    padding: 10px;
}

.menu-content{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    padding-top: 5%;
}

.menu-item{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #997907;
    padding: 4% 5%;
}

.menu-item a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: white;
}

.menu-item a:hover{
    color: #fdc800;
}

.menu-dropdown{
    display: flex;
    flex-direction: column;
    width: 95%;
    gap: 5px;
    margin-top: 5px;
    background-color: #01330dda;
    display: none;
}

.showsubmenu{
    display: flex;
}

.menu-dropdown a{
    padding: 5px;
}

.mycarousel{
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 550px;
}

.carousel-item{
    width: 100%;
    flex-direction: column;
    position: relative;
}

.carousel-item img{
    display: flex;
    width: 100%;
    height: 550px;
}

.carou-text{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.616);
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.carou-text .carou-head{
    display: flex;
    width: 60%;
    text-align: center;
    color: white;
    font-size: 2.1rem;
    font-weight: 600;
}

.carou-details{
    display: flex;
    width: 65%;
    text-align: center;
    color: white;
    font-size: 1.3rem;
    opacity: .7;
}

.carou-btn{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.carou-btn a{
    display: flex;
    text-decoration: none;
    padding: 15px;
    background-color: #fdc800;
    color: #005514;
    margin: 10px 0;
    border-radius: 5px;
}

.carou-btn a:hover{
    background-color: #997907;
}

.admission-section{
    display: flex;
    width: 100%;
    height: 500px;
    flex-direction: row;
    gap: 3%;
    padding: 2%;
    justify-content: center;
    align-items: center;
}

.admission-left{
    display: flex;
    width: 50%;
    height: 80%;
    border-radius: 10px;
    position: relative;
}

.admission-left img{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.admission-left .over-text{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.636);
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.admission-left .over-text p{
    display: flex;
    width: 90%;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.admission-left .over-text a{
    display: flex;
    text-decoration: none;
    border: 2px solid #fdc800;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .5s ease;
}


.admission-left .over-text a:hover{
    background-color: #fdc800;
}


.admission-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 80%;
    padding: 0px;
    gap: 10%;
    background-color: #e9edeb;
    border-radius: 10px;
}

.announcement-head{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.announcement-head span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 24px;
    opacity: .8;
}

.announcement-head small{
    display: flex;
    width: 20%;
    height: 2px;
    background-color: goldenrod;
}


.announcement-body{
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    padding: 10px 5px;
    margin-top: 2%;
    height: 60%;
}

.announcement-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
    width: 100%;
    text-decoration: none;
    gap: 10px;
    padding: 0 2%;
    margin: auto;
}

.announcement-card i{
    display: flex;
    text-align: center;
    width: fit-content;
    font-size: 18px;
    margin: 10px 0;
    padding: 5px;
    border-radius: 10px;
    background-color: goldenrod;
    color: white;
}

.announcement-card span{
    display: flex;
    width: 100%;
    font-size: 14px;
    color: #005514;
}

.announcement-card small{
    margin: 5px 0 10px 0;
    font-size: 12px;
    color: black;
    opacity: .7;
}

.announce-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}

.slick-prev:before, .slick-next:before{
    color: goldenrod !important;
}

.slick-dots li button:before {
    color: goldenrod !important;
}

.announce-btn a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: goldenrod;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.admission-right h1{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #005514;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 5px;
}

.admission-right h2{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 800;
}

.admission-right p{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}


.about-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 850px;
}

.about-top{
    display: flex;
    width: 100%;
    height: 65%;
    position: relative;
}

.about-top img{
    display: flex;
    width: 100%;
    height: 100%;
}

.about-overlay{
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.753);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about-left{
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.about-left img{
    display: flex;
    width: 90px;
    align-self: flex-start;
    margin-left: 16%;
}

.about-left span{
    display: flex;
    width: 65%;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-weight: 600;
}

.about-right{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.about-right p{
    display: flex;
    color: white;
    font-size: 1.1rem;
    opacity: .7;
    text-align: justify;
}

.about-right a{
    display: flex;
    width: 25%;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    color: #fdc800;
    font-size: 1.1rem;
    gap: 5px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #fdc800;
}

.about-down{
    display: flex;
    width: 100%;
    height: 30%;
    background-color: #005514;
    padding: 1% 5%;
    gap: 7%;
}

.about-card{
    display: flex;
    width: 45%;
    margin: 10px 0;
    flex-direction: column;
}

.about-card h2{
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
}

.about-card p{
    color: white;
    text-align: justify;
    font-size: 1rem;
    opacity: .7;
}

.about-card a{
    display: flex;
    color: #fdc800;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.media-section{
    display: flex;
    width: 100%;
    height: 600px;
    padding: 5%;
    gap: 3%;
    padding-bottom: 0%;
}

.media-left{
    display: flex;
    width: 70%;
    gap: 5%;
}

.single-media{
    display: flex;
    width: 40%;
    flex-direction: column;
}

.single-media img{
    display: flex;
    width: 100%;
    height: 45%;
    border-radius: 10px;
}

.single-media span{
    display: flex;
    font-size: 1.2rem;
    padding: 5px 0;
}

.single-media h2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005514;
}

.multiply-medial{
    display: flex;
    width: 55%;
    gap: 5px;
    flex-direction: column;
}

.media-card{
    display: flex;
    width: 100%;
    height: 20%;
    text-decoration: none;
    color: black;
}

.media-card img{
    display: flex;
    width: 25%;
    height: 75%;
}

.media-details{
    display: flex;
    flex-direction: column;
    width: 75%;
    padding: 0px 5px;
}

.media-details span{
    display: flex;
    font-size: 1rem;
}

.media-details h4{
    color: #005514;
    font-size: 1.2rem;
}

.media-card-btn{
    display: flex;
    width: 30%;
    justify-content: center;
    padding: 10px 0;
    text-decoration: none;
    background-color: #fdc800;
    color: #005514;
    align-items: center;
    gap: 5px;
}

.media-right{
    display: flex;
    width: 25%;
    height: 80%;
    align-items: flex-start;
    padding-left: 0%;
    flex-direction: column;
}

.media-right h3{
    display: flex;
    width: 100%;
    padding: 1% 0;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.6rem;
}

.media-right .q-links{
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin-top: 5%;
}

.media-right .q-links a{
    display: flex;
    text-decoration: none;
    font-size: 1.2rem;
    color: #fdc800;
}

.myGallerys{
    display: flex;
    width: 100%;
    padding: 5%;
    flex-direction: column;
}

.gala{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.imagerow{
    display: flex;
    width: 32%;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.imagerow img{
    display: flex;
    width: 100%;
}
 

.imagerow span{
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: white;
    opacity: .8;
    background-color: #005514b1;
}

.gal-btn{
    display: flex;
    margin: 3% 0 0 0;
}

.gal-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fdc800;
    color: #005514;
    text-decoration: none;
    padding: 10px 20px;
}

.gallery-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #2aad48;
    height: 400px;
    border-radius: 20px;
    margin: 2% 0;
    margin-bottom: 4%;
    justify-content: center;
    align-items: center;
}

.gallery-head{
    display: flex;
    width: 90%;
    font-size: 1.9rem;
    color: #fdc800;
}

.gallery-row{
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    height: 70%;
    gap: 2%;
}

.gallery-img{
    display: flex;
    width: 25%;
    height: 85%;
}

.gallery-img img{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.gallery-bottom{
    display: flex;
    width: 90%;
    justify-content: flex-end;
}

.gallery-bottom a{
    display: flex;
    align-items: center;
    color: #fdc800;
    text-decoration: none;
    gap: 5px;
    margin: 5px 0;
}

.myfooter{
    display: flex;
    width: 100%;
    background-color: #005514;
    height: 550px;
    flex-direction: column;
}

.footer-brand{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 35%;
    padding: 5%;
}

.footer-brand img{
    display: flex;
    width: 80px;
    margin: 10px 0;
}

.footer-brand span{
    display: flex;
    width: 50%;
    font-weight: 600;
    color: white;
    font-size: 1.1rem;
    border-bottom: 3px solid #fdc800;
}

.footer-cont{
    display: flex;
    width: 95%;
    height: 55%;
    gap: 8%;
    padding: 0 2%;
}

.footer-card{
    display: flex;
    width: 25%;
    flex-direction: column;
}

.ffirst{
    padding-top: 6.5%;
    padding-left: 3%;
}

.footer-card p{
    color: white;
    font-size: .8rem;
    text-align: justify;
}

.footer-card h4{
    display: flex;
    color: white;
    border-bottom: 3px solid #fdc800;
    padding-bottom: 12%;
}

.f-links{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.f-links a{
    display: flex;
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

.footer-bottom{
    display: flex;
    width: 100%;
    background-color: #2aad48;
    height: 10%;
    align-items: center;
    padding: 0 5%;
}

.fb-left{
    display: flex;
    width: 50%;
    align-items: center;
    gap: 10px;
}

.fb-left i{
    color: white;
}

.fb-left span{
    color: white;
}



@media only screen and (max-width: 420px) {
    .social-bar{
        display: none;
    }

    .links{
        display: none;
    }

    .super-link{
        display: none;
    }

    .mybrand{
        width: 60%;
    }

    .mybrand a{
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 4%;
        padding-left: 15%;
    }
    
    .mybrand a img{
        display: flex;
        width: 20%;
    }
    
    .mybrand a span{
        width: 80%;
        flex-wrap: wrap;
        color: white;
        font-weight: 600;
        font-size: 12px;
    }

    .menuIcon{
        display: flex;
    }

    .mycarousel{
        height: 500px;
    }

    .carou-text .carou-head{
        width: 70%;
        font-size: 1.4rem;
    }
    
    .carou-details{
        width: 80%;
        font-size: 1rem;
    }

    .admission-section{
        height: 500px;
        flex-direction: column;
        padding: 10% 0;
        gap: 5%;
        justify-content: center;
        align-items: center;
    }
    
    .admission-left{
        width: 85%;
        height: 40%;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        position: relative;
    }
    
    .admission-left img{
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    .admission-left .over-text{
        position: absolute;
        top: 0;
        padding: 2% 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .admission-left .over-text p{
        display: flex;
        width: 90%;
        text-align: center;
        color: white;
        font-size: 1rem;
    }
    
    .admission-left .over-text a{
        display: flex;
        text-decoration: none;
        border: 2px solid #fdc800;
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        transition: .5s ease;
        font-size: 1rem;
    }
    
    
    .admission-left .over-text a:hover{
        background-color: #fdc800;
    }
    
    
    .admission-right{
        display: flex;
        flex-direction: column;
        width: 85%;
        height: 50%;
        padding: 10px;
        background-color: #e9edeb;
        border-radius: 10px;
    }
    
    .admission-right h1{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #005514;
        font-size: 1.2rem;
        padding: 0px;
    }
    
    .admission-right h2{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
    }
    
    .admission-right p{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: .8rem;
    }

    .about-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 950px;
    }
    
    .about-top{
        display: flex;
        width: 100%;
        height: 65%;
        position: relative;
    }
    
    .about-top img{
        display: flex;
        width: 100%;
        height: 100%;
    }
    
    .about-overlay{
        display: flex;
        position: absolute;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.753);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .about-left{
        display: flex;
        width: 90%;
        margin-bottom: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    
    .about-left img{
        display: flex;
        width: 90px;
        align-self: center;
        margin-left: 0%;
    }
    
    .about-left span{
        display: flex;
        width: 90%;
        color: white;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 600;
    }
    
    .about-right{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    
    .about-right p{
        display: flex;
        color: white;
        font-size: 0.65rem;
        opacity: .7;
        text-align: justify;
    }
    
    .about-right a{
        display: flex;
        width: 50%;
        align-self: center;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        color: #fdc800;
        font-size: 1rem;
        gap: 5px;
        padding: 10px;
        margin: 35px 0;
        border-radius: 5px;
        border: 1px solid #fdc800;
    }
    
    .about-down{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 30%;
        background-color: #005514;
        padding: 1% 2%;
        gap: 1%;
    }
    
    .about-card{
        display: flex;
        width: 100%;
        margin: 10px 0;
        flex-direction: column;
    }
    
    .about-card h2{
        color: white;
        font-size: 1rem;
        font-weight: 800;
    }
    
    .about-card p{
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: justify;
        font-size: .6rem;
        opacity: .7;
    }
    
    .about-card a{
        display: flex;
        color: #fdc800;
        text-decoration: none;
        align-items: center;
        gap: 10px;
        font-size: 1rem;
    }

    .media-section{
        height: fit-content;
        padding: 1%;
        flex-direction: column;
        gap: 3%;
        margin-bottom: 10%;
    }
    
    .media-left{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1%;
    }
    
    .single-media{
        display: flex;
        width: 90%;
        padding: 2% 5%;
        align-items: center;
        flex-direction: column;
    }
    
    .single-media img{
        display: flex;
        width: 100%;
        height: 45%;
        border-radius: 10px;
    }
    
    .single-media span{
        display: flex;
        font-size: 1.2rem;
        padding: 5px 0;
    }
    
    .single-media h2{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #005514;
    }
    
    .multiply-medial{
        display: flex;
        width: 100%;
        gap: 8%;
        padding-left: 20px;
        flex-direction: column;
    }
    
    .media-card{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 20%;
        margin: 10px 0;
        text-decoration: none;
        color: black;
    }
    
    .media-card img{
        display: flex;
        width: 90%;
        height: 100%;
    }
    
    .media-details{
        display: flex;
        flex-direction: column;
        width: 75%;
        padding: 0px 5px;
    }
    
    .media-details span{
        display: flex;
        font-size: .5rem;
    }
    
    .media-details h4{
        color: #005514;
        font-size: 1rem;
    }
    
    .media-card-btn{
        display: flex;
        width: 35%;
        justify-content: center;
        padding: 10px 0px;
        margin-left: 5px;
        margin-top: 5%;
        text-decoration: none;
        background-color: #fdc800;
        color: #005514;
        align-items: center;
        gap: 5px;
    }
    
    .media-right{
        display: flex;
        width: 25%;
        display: none;
        height: 80%;
        background-color: #2aad48;
        align-items: center;
        flex-direction: column;
    }
    
    .media-right h3{
        display: flex;
        width: 100%;
        padding: 5% 0;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.4rem;
    }
    
    .media-right .q-links{
        display: flex;
        width: 50%;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        margin-top: 5%;
    }
    
    .media-right .q-links a{
        display: flex;
        text-decoration: none;
        font-size: 1.2rem;
        color: #fdc800;
    }
    
    .imagerow{
        display: flex;
        width: 100%;
        height: 300px;
        position: relative;
        cursor: pointer;
    }
    
    .imagerow img{
        display: flex;
        width: 100%;
    }
     
    
    .imagerow span{
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
        text-align: justify;
        font-size: 16px;
        color: white;
        opacity: .8;
        background-color: #005514b1;
    }
    
    .gal-btn{
        display: flex;
        margin: 8% 0 ;
    }
    
    .gal-btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background-color: #fdc800;
        color: #005514;
        text-decoration: none;
        padding: 10px 20px;
    }

    .gallery-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #2aad48;
        height: auto;
        border-radius: 20px;
        margin: 2% 0;
        margin-bottom: 4%;
        justify-content: center;
        align-items: center;
    }
    
    .gallery-head{
        display: flex;
        width: 90%;
        margin: 2% 0;
        font-size: 1.4rem;
        color: #fdc800;
    }
    
    .gallery-row{
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        padding: 4%;
        height: auto;
        gap: 2%;
        flex-wrap: wrap;
    }
    
    .gallery-img{
        display: flex;
        width: auto;
    }
    
    .gallery-img img{
        display: flex;
        width: 120px;
        height: 120px;
        margin: 5px;
        border-radius: 10px;
    }
    
    .gallery-bottom{
        display: flex;
        width: 90%;
        margin: 2% 0;
        justify-content: flex-end;
    }
    
    .gallery-bottom a{
        display: flex;
        align-items: center;
        color: #fdc800;
        text-decoration: none;
        gap: 5px;
        margin: 5px 0;
    }
    
    .myfooter{
        display: flex;
        width: 100%;
        background-color: #005514;
        height: 500px;
        flex-direction: column;
    }
    
    .footer-brand{
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 35%;
        padding: 1%;
        margin: 4% 0;
    }
    
    .footer-brand img{
        display: flex;
        width: 40%;
        margin: 10px 0;
    }
    
    .footer-brand span{
        display: flex;
        width: 60%;
        font-weight: 600;
        color: white;
        font-size: 1rem;
        border-bottom: 1px solid #fdc800;
    }
    
    .footer-cont{
        display: flex;
        flex-direction: column;
        width: 95%;
        height: 55%;
        gap: 1%;
        padding: 0 2%;
    }
    
    .footer-card{
        display: flex;
        display: none;
        width: 80%;
        flex-direction: column;
    }
    
    .ffirst{
        padding-top: .5%;
        padding-left: 3%;
        display: flex;
    }
    
    .footer-card p{
        color: white;
        font-size: .8rem;
        text-align: justify;
    }
    
    .footer-card h4{
        display: flex;
        color: white;
        border-bottom: 3px solid #fdc800;
        padding-bottom: 1%;
    }
    
    .f-links{
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }
    
    .f-links a{
        display: flex;
        text-decoration: none;
        color: white;
        font-size: 1rem;
    }
    
    .footer-bottom{
        display: flex;
        width: 100%;
        background-color: #2aad48;
        height: 10%;
        align-items: center;
        padding: 0 5%;
    }
    
    .fb-left{
        display: flex;
        width: 90%;
        align-items: center;
        gap: 10px;
    }
    
    .fb-left i{
        color: white;
    }
    
    .fb-left span{
        color: white;
    }
}