*,
::after,
::before{ 
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
.homeContainer{
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}
.Main_container{
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
/* .logo.sticker{

} */
.logo{
    display: flex;
    width: 100%;
    background: #fff;
    align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    padding: 6px;
    z-index: 999;
}
.logo img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 70px;
    height: 70px;
    padding: 10px;
}









.showCase_container{

    position: relative;
   transition: 0.002s;
    
}
.return{
 margin-top: 7rem;
}
.image_content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.showCase_container::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, #000d1b73, #010d1b96);
    z-index: -4;
}
.image_content img{
    position: absolute;
    z-index: -10;
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.inner_content{
    margin-top: 6rem;
}

.inner_content h1{
    color: #ffffff;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 70%;
    margin: 0px;
    animation: textDrop 1s linear;
}

@keyframes textDrop{
    0%{
        transform: translateY(-40px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
.inner_content p{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: rgb(215, 217, 219);
    width: 60%;
    line-height: 28px;
    animation: textMove 1s linear;
}
@keyframes textMove{
    0%{
        transform: translateX(-40px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
.btn{
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
}

.btn a{
    text-decoration: none;
    padding:15px 37px;
    border-radius: 0.5rem;
    background-color: gold;
    color: #07294d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-right: 20px;
    transition: 0.4s;
}
.btn a:hover{
    background-color: #07294d;
    color: gold;
}
/* .side_content{
    margin: 60px;
    padding: 30px;
    overflow: hidden;
} */
/* .side_content h3, .Main_container h4{
    color: #07294d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
   
}
.side_content h3::after, .Main_container h4::after{
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 1rem;
    background-color: gold;
    position: absolute;
    bottom: 0px;
    left: 0px;
} */
.section_header-text{
    position: relative;
}
.section_header-text h4{
    color: #07294d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.section_header-text h4::after{
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 1rem;
    background-color: gold;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.events_container{
    position: relative;
    margin-top:18rem;
    margin-bottom: 5rem;
    overflow: hidden;
  
}
.events_container .event_contents{
    display: flex;
    justify-content: space-between;
    
}
.bg_img{
    position: absolute;
    z-index: -20;
    width: 85%;
    right: -20rem;
   
    bottom: 0;
}
.bg_img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
}
.bg_img img{  
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    
    object-position: center;
}
.about{
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 30px;
}
.about p{
   padding: 20px;
}
.about h1{
    font-family: 'Montserrat', sans-serif;
    color:#07294d;
    font-size: 34px;
   
    margin: 30px 0px 10px 0px;
}
.about p{
    font-family: 'roboto', sans-serif;
    line-height: 30px;
    color: #010101e1;
    text-align: justify;
    margin-bottom: 12px;
}
.about a{
    text-decoration: none;
    padding:15px 37px;
    border-radius: 0.5rem;
    background-color: gold;
    color: #07294d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 160px;
    transition: 0.4s;
}
.about a:hover{
    background-color: #07294d;
    color: gold;
}
.upcoming_event{
    width: 50%;
    padding:40px;
    border-radius: 12px;
    background-color: #eeeeeece;
    position: relative;
}
.upcoming_event h1{
    font-family: 'roboto', sans-serif;
    color: #07294d;
    font-size: 35px;

}
.events_list{
    margin-bottom: 30px;
    
}
.events_list p{
    font-size: 12px;
    font-family: 'roboto', sans-serif;
    color: #464646;
    font-weight: bolder;
    margin: 7px 0px 0px 0px;
}
.events_list p .fa{
    margin-right: 8px;
    color:gold;
    
}
.events_list h2{
    font-size: 20px;
    font-family: 'roboto', sans-serif;
    color: #07294d;
    margin: 16px 0px 5px 0px; 
}
.event_info{
    display: flex;
    align-items: center;
}
.event_info p{
    margin-right: 20px;
}
/* extral Extra-Curricular Activities style  ;*/
.extra_curricular{
    background: #edf0f2;
    padding: 20px 0px ;
}
.textApear{
    animation: textApear 1s ease-in-out both;
}

@keyframes textApear{
    0%{
        opacity: 0;
        transform: translateY(-10px);
        
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

.carousels{
    padding: 2rem;   
}
.extra_curricular .Main_container h2{
    font-size: 2.5rem;
    font-family: 'roboto', sans-serif;
    color: #000203;
    text-transform: capitalize;
    margin: 0;
}
.extra_curricular  .carousel{
    margin-top: 12px;
}
.extra_curricular  .box{
    background-color: #fff;
    border-radius: 7px;
    margin-left: 20px;
}
.extra_curricular .carousel-Image{
    overflow: hidden;
    position: relative;
}
.extra_curricular  .carousel-Image img{
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s linear;
}
.extra_curricular .box:hover > .carousel-Image img{
    transform: scale(1.1);
}
.carousel_box_contents{
    padding:20px;
}
.carousel_box_contents h3{
    font-size: 20px;
    color: #000203;
    margin-bottom: 8px;
    font-family: 'roboto', sans-serif;

}
.activity_profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}
.instructor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.instructor img{
    object-fit: cover;
    object-position: top;
    width: 40px;
    height:40px;
    border-radius: 50%;
}
.instructor p{
    font-size: 13px;
    font-weight: bolder;
    font-family: 'roboto', sans-serif;
    color: #07294d;
}
.info_icons{
    display: flex;
    gap: 16px;
}
.info_icons .fa-user, .fa-heart{
    color: #464646;
    transition: 0.3s;
}
.info_icons .fa-user:hover, .fa-heart:hover{
    color: gold;
 
}
.carousel .prevArrow{
    display: none;
}
/* extral Extra-Curricular Activities end */


/* facilities style start */
section{
    opacity: 0;
    transition: 5s ease-in-out;
   
}
/* .school_facilities{
    opacity: 0;
    transition: 5s ease-in-out;
   
} */

.school_facilities .Main_container{
    width: 100%;
    padding: 60px;

}

.school_facilities .Main_container h1{
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}
.facility_information{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 40px;
    padding: 20px;
}
.facility_information li{
    list-style: none;
    display: flex;
    align-items: center;
}
.facility_information li img{
    max-width: 100%;
    max-height: 100%;
    width: 60px;
    height: 60px;
    object-fit: center;
    object-position: center;
}

.facility_information li .facility_info{
    margin-left: 30px;
}

.facility_information li .facility_info h4{
    color: #ffffff;
    font-family: 'roboto', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    margin: 5px 0px;
}
.facility_information li i{
    font-size: 3rem;
    color: rgb(253, 216, 4);

}

.facility_information li .facility_info p{
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
/* facilities style ened  */


/* administration*/
.administration .homeContainer{
    margin-top: 60px;
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.administration .admin_info{
    width: 40%;
}
.admin_info h1{
    color: #041e3a !important;
    margin-bottom: 12px !important;

}

.administration .admin_info h1{
    font-size: 2.5rem;
    font-family: 'roboto', sans-serif;
    color: #000203;
    text-transform: capitalize;
    margin: 0;
}

.administration .admin_info p{
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #141414;
    padding: 20px;
    /* margin-left: 0 30px 0 30px; */
    text-align: justify;
}
.administration .img_grid{
    width: 50%;
    display: grid;
    gap: 10px;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2,1fr);
}
.img_profiles{
    position: relative;
}

.administration .img_grid .img_profiles img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.img_profiles .admins_profile{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0.5rem;
    width: 200px;
    padding: 10px;
}
.admins_profile{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.admins_profile h4{
    margin: 0px;
    font-size: 12px;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}

.admins_profile p{
    margin: 0px;
    font-size: 12px;
    font-family: 'roboto', sans-serif;
    opacity: 0.8;
}
/* testimonia */
.testimonial{
    margin-top: 9rem;
}
.tst_container{
    padding: 30px 20px ;
    width: 100%;
}
.tst_container h1{
    margin: 20px 0px;
    font-size: 25px;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.tst_container h1::after{
    content: '';
    width: 100px;
    height: 3px;
    border-radius: 1rem;
    background-color: gold;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.tst_list{
    position: relative;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    gap: 20px;
} 
.tst_list .prev{
    display: grid;
    place-items: center;
    background-color: #cacaca;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}
.tst_list .prev:hover{
    opacity: 1;
}
.tst_list .next{
    display: grid;
    place-items: center;
    background-color: #cacaca;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}
.tst_list .next:hover{
    opacity: 1;
}
/* .prev i{
    font-size: 20px;
    color: #07294d;
} */
.tst_list li{
    list-style: none;
    margin-left: 20px;
}
.inner_cont{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
   /* width: 400px;*/
    /* padding: 0rem 2rem; */
}
.tst_list li img{
    max-width: 100%;
    max-height: 100%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.tst_list_info{
    display: flex;
    flex-direction: column;
    text-align: center;
    /*width: 400px;*/
}
.tst_list_info p{
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #fff;
    line-height: 25px;
   
}
.tst_list_info h4{
    margin-top: 5px;
    font-size: 17px;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    color: gold;

}
/* footetr style start */
.footer_row-1{
    background: #07294d;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
}
.footer_row-1 .Main_container{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
}
.preview{
    position: relative;
}
.preview h3{
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 1.5rem;
    margin: 5px 0px;
}
.preview p{  
    color: #fff;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    margin: 5px 0px;
}
.icons{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
    margin-top: 20px;
}
.icons a{
    color: #fff;
    background-color: #041e3a;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    margin: 0px 5px;
    border-radius: 50%;
    transition: 0.4s;
}

.icons a:hover{
    color: #041e3a;
    background-color: #ffffff;
}
.footer_nav{
    display: flex;
    gap: 20px;
    align-items: top;
    padding: 0;
}

.footer_nav .col{
    padding: 10px;
}

.footer_nav .col li{
    padding: 10px 0px;
}
.footer_nav .col li a{
    color: #ffffff;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    letter-spacing: 1.5px;
    transition: 0.4s;
}
.footer_nav .col li a:hover{
    color: gold;
}
.footer_nav .col li a i{
    color: gold;
}
.contact_us p{
    color: #ffffff;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    letter-spacing: 1.5px;
    padding:10px 0px ;
}

.contact_us p i{
    color: gold;
    font-size: 17px;
}
.footer_row-2{
    background-color: #041e3a;
    padding: 20px 0px;
    text-align: center;
}

.footer_row-2 p{
    color: #ffffff;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    letter-spacing: 1.5px;
}
/* footer end */
.jd{
opacity: 0;
visibility: hidden;
}
.menubar{
    display: none;
    font-size: 24px;
    
    position: relative;
    z-index: 9999;
    color: wheat;
    transition: 0.5s ease-in;
}
/* media query */
@media screen and (max-width:945px) {
  
    .logo_area h1{
        font-size: 20px;
        margin-left: 10px;
    }
    .navigation ul{
        margin-left: 10px;
    }
    .inner_content{
       text-align: center;
    }
    .inner_content h1{
        font-size: 40px;
        width: 100%;
    }
    .inner_content p{
        margin-top: 1rem;
        width: 100%;
        line-height: 28px;
        animation: textMove 1s linear;
    }
    .btn{
   
    justify-content: center;
   
}

}
@media screen and (max-width:913px) {
    

    .nav_links .links_nav{
        position: fixed;
        height: 100vh;
        flex-direction: column;
        background: #041e3a;
        z-index: 999;
        top: 8.4rem;
        left: -500px;
        /* left: 0; */
        width: 50%;
        padding-top: 20px;
        justify-content: stretch;
        align-items: stretch;
    }
    .nav_links .links_nav.active{
        
        left: 0;
    }
    .nav_links .links_nav li{
        display: inline;
        width: 100%;
        margin-bottom: 8px;
        padding: 18px;
        transition: 0.5s ease;
    }
    .nav_links .links_nav li:hover{
        background: #1b3d63;
        color: #041e3a;
    }
    .nav_links .links_nav li a:hover::after{
   display: none;
}
.nav_links .links_nav li a.active::after{
   display: none;
}
.menubar{
    display: block;
   
}

.event_text-contents .career-date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: gold;
    padding: 5px;
    border-radius:10px ;
}
}
@media screen and (max-width:705px) {
    .bg_img{
        display: none;
    }

    
}
@media screen and (max-width:477px) {
    .about h1{
            font-size: 27px!important;
    }
    .school_facilities .faci{
        font-size: 26px !important;
    }
    .facility_info h4{
        font-size: 19px !important;
    }
    .facility_information i{
        font-size: 2.5rem !important;
    }
    .admin_info h1{
      font-size: 27px !important;
    }    
    .administration .img_grid{
        width: auto;
        gap: 30px;
        margin-top: 30px;
        grid-template-columns: repeat(1,1fr) !important;
        margin-bottom: 20px;
        padding: 20px;
    }
}
@media screen and (max-width:939px) {
    .events_container .event_contents{
        flex-direction: column;
        gap: 20px;
    }
    .facility_information{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 40px;
        padding: 0px;
    }
    .school_facilities .Main_container{
        padding: 20px;
    }
    .about{
        width: 100%;
        margin-right: 30px;
    }
    .about h1{
        font-size: 28px;
    }
    .upcoming_event{
        width: 100%;
        margin-top: 3rem;
       
    }
    .administration .homeContainer{
       flex-direction: column;
    }
    .administration .admin_info{
        width: 100%;
    }
    
    .administration .img_grid{
        width: auto;
        gap: 30px;
        margin-top: 30px;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 20px;
    }
}
