@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Poppins', sans-serif;
}


a {
    text-decoration: none;
}

.landing-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}



.page-slider__container {
    background: url("../img/landing-slide01-bg.webp")no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 9rem 0 9rem 9rem;
}







.text-green {
    color: #00736A;
}

.text-yellow {
    color: #C8A64D;
}

.landing-greetings__wrapper div>h1 {
    font-size: 58px;
    color: #404040;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 5px;
    font-weight: 100;
}

.landing-greetings__wrapper>p {
    font-size: 18px;
    width: 690px;
    color: #404040;
}

.landing-greetings__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.landing-greetings__wrapper>h4 {
    color: #404040;
}

.greetings-perks__wrapper {
    display: flex;
    gap: 1rem;
    color: #656565;
    align-items: center;
}

.greetings-perks__wrapper>h4 {
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    color: #656565;
    font-size: 19px;
    font-weight: 100;
}

.greetings-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #656565;
}

.page-dots {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #656565;
}

.page-dots__wrapper {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.greetings-footer__wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.explore-more-btn {
    background-color: #EDC55A;
    border: none;
    padding: 0.7rem;
    width: 100%;
    max-width: 200px;
    border-radius: 13px;
    color: #404040;
    cursor: pointer;
}

.missviss-sub-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #404040;
    max-width: 810px;
}

.mission-vission__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;

}

.mission-vission__wrapper>h1 {
    color: #404040;
    font-size: 58px;
    /* font-family: 'Bebas Neue', sans-serif */
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 5px;
    font-weight: 100;
}

.mission-vission__container {
    background: url("../img/mis-vis-img.webp")no-repeat;
    background-position: right;
    background-size: contain;
    padding: 9rem;
}

.missviss-content__wrapper {
    display: flex;
}


.missviss-left__wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    /* padding: 9rem 0 0 9rem; */
}

/* width */

.nav-home {
    background-color: #EDC55A;
    width: 121px;
    border-radius: 10px 10px 0 0;

}

.nav-home>img {
    filter: contrast(31.5);
}

div.nav-home>p {
    color: #fff;
    font-weight: bold;
}

.mov-nav__container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 3;
}


.mob-mission-subText {
    display: none;
}

@media screen and (max-width:600px) {



    .page-slider__container {
        background: url("../img/mob-home-bg.png")no-repeat;
        background-position: center;
        background-size: cover;
        padding: 2rem;
        position: relative;
        height: 100vh;

    }

    .landing-container {
        height: unset;
    }

    .mission-vission__container {
        background: url("../img/mob-mission-bg.png") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 2rem;
        height: 960px;
    }

    .missviss-sub-text>p {
        font-size: 12px;
    }

    .missviss-sub-text>p:nth-child(3) {
        display: none;
    }

    .mission-vission__wrapper {
        gap: 0;
    }

    .mob-mission-subText {
        display: block;
        font-size: 12px;
        padding: 2rem 2rem 3rem 2rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .mob-nav-home {
        background-color: #EEC65A;
        color: #fff;

    }

    .mob-nav-home>p {
        color: #fff;
    }

    .mob-nav-home>img {
        filter: brightness(5.5);
    }
    .mob-wedo-text{
        padding-left: 2rem;
    }

    .mob-wedo-text li >h4{
        font-size: 22px;
        color: #656565;
        font-family: 'Bebas Neue', sans-serif;
        letter-spacing: 1px;
    font-weight: 100;
    }
    li::marker{
        font-size:20px;
        color: #656565;
    }

    .text-bold{
        font-weight: bold;
    }

    
}