/* Roboto */
@import url('https://fonts.googleapis.com/css2?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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* poppins */
@import url('https://fonts.googleapis.com/css2?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&display=swap');

@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}

:root {
    --bg-color: rgba(212, 210, 210, 0.938);
    --white-color: #fff;
    --orange-color: orange;
    --title-color: rgb(63, 58, 58);
    --black-color: black;
    --nav-color: #163269;
    --service-color: rgba(228, 227, 227, 0.962);
    --future-color: #d4e1fa;
    --future-bg-color: rgb(30, 40, 60);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
    font-family: "Roboto", 'poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
}

/* nav section */
.top {
    width: 100%;
    background: var(--nav-color);
    padding: 1.5rem;
    display: flex;
    justify-content: end;
    align-items: left;
    gap: 5px;
}

.top span a {
    color: #96a2b8;
}

.top span a:hover {
    color: var(--white-color);
}


.top-btn a {
    color: var(--white-color);
    padding: 10px 5px;
    font-weight: bold;
    z-index: 10;
}

.btn-profile a {
    background: rgba(36, 156, 193, 0.953);
}

.btn-Apply a {
    background: rgb(226, 159, 35);
}

/* header */

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.header .logo {
    background: url(Img/clz-logo-header.png);
    background-position: center;
    background-size: 100% 100%;
    width: 12vh;
    height: 10vh;
}

.header span {
    color: var(--nav-color);
    font-size: 2rem;
    font-weight: bolder;
    flex-grow: 0.7;
}

.header span a {
    color: var(--nav-color);
}



.header .navlist .navlinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.header .navlist .navlinks a {
    font-size: 17px;
    font-weight: 500;
    color: var(--nav-color);
    line-height: 27px;
}

.header .navlist .navlinks a:hover {
    color: var(--orange-color);
}

#menuBtn {
    color: var(--nav-color);
    font-size: 2rem;
}



/* banner section */

.banner {
    background: url(Img/clzbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0;
    height: 70vh;
    z-index: -1;
    overflow: hidden;
}

.banner .box {
    height: 70vh;
    top: 0;
    display: flex;
}

/* after banner */
.banner-box {
    margin-top: -4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    cursor: pointer;
}


.banner-box .Objective {
    width: 300px;
    max-width: 100%;
    background-color: var(--nav-color);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem 2rem;
    z-index: 3;
    color: var(--white-color);
}


.banner-box .Objective:hover {
    background: rgba(163, 11, 11, 0.882);
    color: var(--white-color);
    z-index: 10;
}

.banner-box .Objective i {
    font-size: 50px;
    font-weight: 400;
}

.banner-box .Objective span {
    font-size: 25px;
    font-weight: 600;
    padding: 1rem;
}

.banner-box .Objective p {
    font-size: 17px;
    font-weight: 400;
}


/* clz-information*/

.clz-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
}

.clz-information span {
    font-size: 3rem;
    color: var(--nav-color);
    font-weight: bolder;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}

.clz-information .div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
}

.clz-information img {
    width: 500px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.clz-information img:hover {
    transform: scale(0.9);
}


.clz-information p {
    max-width: 100%;
    padding-left: 1rem;
    text-align: justify;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    font-family: 'poppins', "Roboto", sans-serif;
    transition: 1s ease-in;
}

.sepration {
    margin: 2rem 0.3rem 0;
    width: 100%;
    border: 2px solid var(--nav-color);
}

.back-img {
    background: url(Img/EVEREST-COLLEGE-STUDENT.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0;
    height: 70vh;
    z-index: -1;
    overflow: hidden;
}


/* Acdamic for 103 */


/* .Acdamic{
    padding-top: 5rem;
    align-items: center;
    text-align: center;
}

.Acdamic .span{
    color: var(--orange-color);
    font-size: 3rem;
    font-weight: bolder;
}

 .box-Acdamic{
    padding: 2rem 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-Acdamic img{
    width: 50vh;
    height: 40hv;
} */


/* SERVICES & ACHIEVEMENT OUR FEATURES OF EXCELLENCE 
                service from line 122  */
.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    padding-top: 3rem;
    overflow: hidden;
    background: var(--service-color);
}

.service h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(36, 156, 193, 0.953);
    padding-bottom: 1rem;
}

.service h2 {
    font-size: 32px;
    font-weight: bolder;
    color: var(--nav-color);
    text-align: center;
    padding-bottom: 4rem;
}

.service .imgdiv-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    /* Adjust the width as needed */
    margin: 0 auto;
    /* This centers the element */

}

.service .imgdiv-box .div-box {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}

.service .imgdiv-box .div-box img {
    width: 350px;
    border-radius: 15px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.service .imgdiv-box .div-box img:hover {
    transform: scale(0.9);
}

.service .imgdiv-box .div-box span {
    color: var(--nav-color);
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
    padding-top: 0.7rem;
}

.service .imgdiv-box .div-box p {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    padding-top: 1rem;
    text-align: justify;
    padding-bottom: 3rem;
}

/* NEB Board Toppers from 190 lines */
.toppers {
    width: 100%;
    background: url(Img/NEBBoardToppers.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.toppers .board {
    width: 80%;
    margin: 4rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.toppers .board .NEB {
    color: var(--orange-color);
    display: flex;
    margin: 0 auto;
    gap: 3rem;
}

.toppers .board .NEB span {
    font-size: 40px;
    font-weight: 600;
    margin: 1rem auto 0;
}

.toppers .board .comment {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #edf3f9;
}

.toppers .board .comment p {
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    padding: 1rem;
}

.toppers .board .comment img {
    width: 100%;
}

.toppers .board .comment a {
    color: #edf3f9;
    font-size: 16px;
    font-weight: 700;
    padding: 1rem 2rem;
}

.toppers .board .comment a:hover {
    color: #3db166;
}

/* future of student from 202 lines  */
.future {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: var(--future-bg-color);
    padding-top: 4rem;
}

.future .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.future .img-box .future-div-box {
    width: 360px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
}

.future .img-box .future-div-box img {
    width: 320px;
    margin: 0 auto;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.future .img-box .future-div-box img:hover {
    transform: scale(0.9);
}

.future .img-box .future-div-box span {
    color: var(--white-color);
    font-size: 28px;
    text-align: justify;
    font-weight: bolder;
    padding-top: 0.7rem;
}

.future .img-box .future-div-box p {
    color: var(--future-color);
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 0;
}

.future .img-box .future-div-box a {
    color: #3db166;
    font-size: 14px;
    font-weight: 400;
}

.future .img-box .future-div-box a:hover {
    color: var(--white-color);
}





footer {
    margin-top: 2px;
    background-color: var(--future-bg-color);
}

/* footer clz logo and name from 247 */
footer #head {
    padding: 1rem 0 3rem;
}

footer #head span a {
    color: var(--white-color);
}

/* from 252 */

footer .foot-div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 5rem;
    padding-bottom: 3rem;
    flex-wrap: wrap;
}

/* address 253 */
footer .foot-div .cont {
    width: 350px;
    display: flex;
    flex-direction: column;
}

footer .foot-div .cont h2 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 18;
    font-weight: bolder;
    border-bottom: 2px solid var(--orange-color);
    padding-bottom: 9px;
    margin-bottom: 1rem
}

footer .foot-div .cont p {
    color: #ababab;
    font-size: 17px;
    font-size: 500;
    padding: 10px 0;
}

footer .foot-div .cont p span {
    color: var(--white-color);
}

footer .foot-div iframe {
    width: 300px;
    border-radius: 15px;
}

/* quick links 260 */
footer .foot-div .cont .quicklinks {
    display: flex;
    flex-direction: column;
}

footer .foot-div .cont .quicklinks a {
    color: #ababab;
    font-size: 17px;
    font-weight: 500;
    gap: 1rem;
    padding: 1rem 0;
    line-height: 27px;
    padding: 0.5rem;
    text-align: center;
    transition: color 0.3s ease;
}


footer .foot-div .cont .quicklinks a:hover {
    color: var(--orange-color);
}




footer .CopyRight {
    padding: 2rem 0;
    background: #163269;
    color: #ababab;
}

footer .CopyRight p {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}







/* media Query */

/* min for navbar three line only */
@media (min-width: 837px) {
    .navlist {
        display: flex;
        /* Keep the navbar links visible on larger screens */
        position: static;
        margin-top: 0;
    }

    #menuBtn {
        display: none;
        /* Hide the menu button on large screens */
    }

    .sepration {
        display: none;
    }
}



@media (max-width: 1176px) {
    .clz-information .div {
        width: 986px;
    }

}

@media (max-width: 986px) {

    .banner-box {
        gap: 1rem;
    }

    .clz-information .div {
        width: 800px;
    }

    .clz-information .div p {
        font-size: 11px;
    }

}


@media (max-width: 836px) {
    .header .navlist {
        display: none;
        /* Hide the navbar links by default on mobile */
    }

    #menuBtn {
        display: none;
        /* Initially hidden on large screens */
        font-size: 2rem;
        color: var(--nav-color);
        cursor: pointer;
        display: block;
        /* Show the menu button */
    }

    /* When the menu is visible, show the links below the navbar */
    .header .navlist .navlinks {
        display: flex;
        position: absolute;
        flex-direction: column;
        gap: 1rem;
        right: 0;
        top: 8rem;
        background: var(--white-color);
        padding: 0;
    }

    .header .navlist .navlinks a {
        font-size: 17px;
        font-weight: 500;
        color: var(--nav-color);
        line-height: 27px;
        padding: 0.5rem;
        text-align: center;
        transition: color 0.3s ease;
    }

    .header .navlist .navlinks a:hover {
        color: var(--orange-color);
        /* Optional: color on hover */
    }

    .banner {
        height: 70vh;
    }

    .banner-box {
        display: none;
    }

    .clz-information span {
        font-size: 2rem;
        align-items: flex-start;
    }

    #Nabin {
        background: rgba(248, 245, 245, 0.902);
    }

    .clz-information .div {
        width: 700px;
    }


    .clz-information .div img {
        width: 400px;
    }

    .service {
        margin-top: 0rem;
    }


}

@media (max-width: 736px) {
    .banner-box {
        gap: 1.5rem;
    }

    .clz-information .div p {
        width: 400px;
    }

    .clz-information .div {
        width: 400px;
        flex-wrap: wrap;
    }
}

@media (max-width: 636px) {
    .clz-information p {
        padding: 0 1rem;
    }

    .banner-box {
        display: none;
    }


    .clz-information img {
        padding: 3px 2rem;
        width: 350px;

    }

    .clz-information .div p {
        width: 400px;
        padding: 3px 2rem;
    }

    .toppers .board .NEB {
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
    }

    .toppers .board .comment {
        max-width: 100%;
    }


}