* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}


/* GLOBAL CSS */

.flex {
    display: flex;
    gap: 1rem;
}

.grid {
    display: grid;
    gap: 1rem;
}

h1 {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-family: cursive;
    color: goldenrod;
    font-size: 1.4rem;
    font-style: italic;
    text-shadow: 0 1px 1px #111;
    text-align: center;
}

img {
    width: 100%;
    object-fit: fill;
}

/* BUTTON CSS  */
.primary_btn,
.secondary_btn {
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    padding: 1rem 14px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 2px 3px 6px #000000;
}

.primary_btn {
    color: #111;
    background-color: goldenrod;
}

.secondary_btn {
    color: goldenrod;
    background-color: #ddd;
}

.small_btn {
    padding: 8px 12px;
    color: goldenrod;
    font-weight: 600;
    background: #fff;
    cursor: pointer;
    box-shadow: 2px 2px 4px 1px #444;
    text-decoration: none;
}

.small_btn:hover,
.primary_btn:hover,
.secondary_btn:hover {
    transition: .4s all ease;
    transform: scale(.8);
}



/* _---------------------------------------------_ */




header {
    z-index: 9999 !important;
    width: 100%;
    box-shadow: 0 1px 4px #2222;
    background: #ddd;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
}

.top-header p {
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-right: 2px ridge #333;
    padding-right: 1rem;
    width: fit-content;
}

.top-header .small_btn{
    font-size: 12px;
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
}

.logo-img {
    position: absolute;
    top: 1vh;
    width: 120px;
    height: 110px;
    left: 3vw;
    border-radius: 50%;
}

.logo {
    flex: 20%;
}

.top-bar {
    flex: 60%;
    padding-right: 1rem;
    justify-content: space-around;
    align-items: center;
}

.menu-btn, .close-btn{
    display: none;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;

}

.nav-items.show{
    display: block;
}


/* navigation bar css */
.navigation {
    background-color: goldenrod;
    min-height: 7vh;
    z-index: 9999 !important;

}

.nav-box {
    flex: 76%;
    justify-content: flex-start;
    transition: all .3s ease;
    z-index: 9999 !important;

}

.nav-items {
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    /* width: 60%; */
}

.nav-items a {
    font-family: cursive;
    width: fit-content;
    line-height: 3rem;
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 6px;
    transition: .3s ease-out;
}

.nav-items a:hover {
    background-color: #fff;
    color: goldenrod;
    padding: 2px 6px;
    border-radius: 20px;
}


/* HEADER Banner section  */
.header-banner {
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.911));
    color: #fff;
    padding: 0 5% ;
    min-height: 80dvh;
}

.banner-content{
    width: 100%;
    /* flex: 50%; */
    margin:5% auto 3%;
}

.banner-image{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background: url("assets/blog/chakra.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background-position: center;    
    position: relative;
}



.banner-image img{
    max-width: 70%;
    height: 90%;
    width: 100%;    
}

.banner-content h3 {
    color: goldenrod;
    text-align: left;
    margin: 5% auto;
}
.banner-content h1 {
    color: #fff;
    text-align: left;
    margin: 5% auto;
}

.banner-content p {
    width: 85%;
    margin: .5rem 0;
}
.banner-content i {
    color: goldenrod;
    padding-right: 1rem;
}

.banner-content a{
    margin: 4% auto;
}



/* <!-- ABOUT SECTION  --> */
.about-section {
    margin: 0 0 3%;
    height: 100%;
    /* background: linear-gradient(rgba(0,0,0,0.02), rgba(255, 255, 255, 0.685), rgba(0,0,0,0.02)), url('assets/blog/banner_img10.jpg'); */
    /* background-size: contain; */
    padding-top: 2%;
}

.about-content {
    height: 100%;
    width: 90%;
    margin: 4% auto;
}

.about-content p {
    width: 90%;
    text-align: justify;
    text-transform:capitalize !important;
    /* margin: 2% auto 4% auto; */
    line-height: 1.5rem;
    /* letter-spacing: ; */
    margin: 2% auto;
}

.about-content button{
    margin: 2% auto;
    width: 100%;
    background: transparent;
    border: none;
}

.notice {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 1rem;
    background: linear-gradient(100deg, rgb(176, 131, 16), rgba(218, 165, 32, 0.842));
    box-shadow: 1px 2px 10px 2px #4444;
}

.notice h2{
    padding: 1rem;
}



/* OUR SERVICES */

/* ------------------------------------------Content Area CSS-----------------------------------------------*/

.main_content {
    margin: 5% auto;
}

.main_content p{
    width: 80%;
    margin: 1% auto 5%;
    text-align: justify;
}

.content_box {
    width: 100%;
    min-height: 50vh;
    display: flex;
    transition: 4s ease-in-out;
}

.content_box:nth-child(even) {
    flex-direction: row-reverse;
}

.content_img {
    width: 50%;
    min-height: 70vh;
}

.content_img img {
    width: 100%;
    height: 100%;

}

.content_data {
    width: 50%;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.ani-1{
    box-shadow: -2px 0 2px #333;
}
.ani-4{
    box-shadow: 2px 0 2px #333;
}

.animation-1,
.animation-2,
.animation-3 {
    animation: moveToRight 1s ease-in-out;
    animation-delay: 10ms;
    transition: 4s ease-in-out;
}

.animation-2 {
    animation-delay: 1s;
}

.animation-3 {
    animation-delay: 1s;
}


@keyframes moveToRight {
    0% {
        opacity: 0;
    }

    10% {
        opacity: .1;
    }

    20% {
        opacity: .2;
    }

    30% {
        opacity: .3;
    }

    50% {
        opacity: .5;
    }

    70% {
        opacity: .7;
    }

    80% {
        opacity: .8;
    }

    90% {
        opacity: .9;
    }

    100% {
        transition: 4s ease-in-out;
        opacity: 1;
    }
}

.content_data h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
}

.content_box p {
    font-size: 16px;
    color: #444;
    word-spacing: 1px;
    margin: 1rem auto;
}











/* gallery-section */
.gallery-section {
    width: 90%;
    margin: 5% auto;
}

.gallery-box {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 3% 0;
}

.gallery-box img {
    height: 220px;
    border-radius: 1rem;
}

.gallery-section .small_btn {
    display: block;
    width: fit-content;
    background: goldenrod;
    color: #fff;
    margin: auto;
    text-align: center;
}




/* <!-- OUR DEPARTMENT SECTION  --> */
.department-section{
    width: 90%;
    margin: 1% auto 0;
}

.department-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.department-box img{
    border-radius: 0;
}





/* -----------------------testimonial--------------- */

.testi {
    width:90%;
    margin: 6% auto;
    text-align: center;
}

.testi-col:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.testi-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    margin: 3% auto;
    align-items: center;
    width: 100%;
}

.testi-col {
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: goldenrod;
    padding: 25px;
    margin: 1%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testi-col div div {
    text-align: center;
}

.testi-col img {
    width: 25%;
    height: 30%;
    margin-bottom: 2%;
    border-radius: 1rem;
}

.testi-col p {
    padding: 0;
    text-align: justify;
    font-size: 16px;
    color: #111;
}

.testi-col h3 {
    margin: 15px auto;
    text-align: center;
    color: #fff;
}

.testi-col i {
    color: #111;
    font-size: 1.5rem;
}








/* contact-section */


.contact-section {
    width: 100%;
    background-color: #ddd;
    padding: 4%;

}

.contact-content,
.newsletter {
    /* width: 90%; */
    margin: auto;
}

.contact-data {
    margin: 10% auto;
}

.contact-data i{
    font-size: 1.75rem;
    color: goldenrod;
}


/* NEWSLETTER CSS */
.newsletter, .student_result{
    padding: 8% 4%;
    width: 100%;
}

.newsletter{
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.676), rgba(0, 0, 0, 0.384)), url("assets/blog/blog-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    
}

.newsletter h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: goldenrod;
    text-shadow: 0 2px #111;
}

.newsletter p, .student_result p{
    margin-bottom: 1rem;
    color: #fff;
}

.newsletter form input, .student_result  form input, textarea{
    width: 100%;
    border-radius: 12px;
    padding: .7rem 1rem;
    border: none;
    outline: none;
    background: goldenrod;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: inset 0 0 1px 1px #111;
    margin: 6px 0;
}

.newsletter input::placeholder, textarea::placeholder{
    color: #ddd;
}


.newsletter form input[type=submit], .student_result form input[type=submit]{
    font-size: 1rem;
    width: 33%;
    background: #fff;
    color: goldenrod;
    box-shadow: unset;
}



/* STUDENT RESULT SECTION CSS */
.student_result{
    background: linear-gradient(120deg, goldenrod, rgb(128, 100, 28) 55%, goldenrod);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4%;
}

.student_result  form input{
    /* width: 35%; */
    border-radius: 12px;
    padding: .7rem 1rem;
    border: none;
    outline: none;
    color: goldenrod;
    background: #fff;
    font-size: 1.2rem;
    box-shadow: inset 0 0 1px 1px #111;
    margin: 6px 0;
}

.student_result input::placeholder {
    color: #555;
    opacity: .7;
}

.student_result form{
    display: flex;
    gap: 1rem;
}

.student_result form input[type=submit]{}






/* FOOTER SECTION CSS */
footer {
    width: 100%;
    color: #ddd;
    background: linear-gradient(#0008, #0004), url('assets/blog/banner_img4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

footer p {
    margin: 2% auto 0;
}

.footer-section {
    padding: 5%;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.footer-section>div h3{
    text-align: left;
}

.footer2 {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.footer2 a {
    text-decoration: none;
    color: #ddd;
    transition: .2s ease;
    padding-left: 4px;
    width: fit-content;
}

.footer2 a:hover {
    transform: scale(1.05);
    color: #fff;
}

.footer2 i, .footer3 i{
    color: goldenrod;
}


.copyright,
.copyright2 {
    width: 100%;
    text-align: center;
    padding: 1% 0;
}

.copyright {
    background-color: goldenrod;
}

.copyright2 {
    padding-bottom: 1%;
}