/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


:root {
    /* --merriweatherFont: "Merriweather", serif; */
    --soraFont: "Sora", sans-serif;
    --bitterFont: "Bitter", serif;
}



/* CSS Starts  */

.header {
    padding: 20px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    position: sticky;
}

.fixed-top {
    border-bottom: 1px solid #d9d9d9;
}

.header nav>ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
    font-family: var(--merriweatherFont);
    font-weight: 500;
    margin: 0;
    padding-left: 0;
}

.header nav>ul li:not(:last-child) {
    margin-right: 15px;
    padding: 8px 10px 8px 0;
}

.header nav>ul li a {
    /* color: #323232; */
    color: #404040;
    font-weight: 600;
    font-family: var(--soraFont);
    font-size: 16px;
}

.header nav>ul li:hover a {
    color: #62700B;
    transition: 0.3s
}

.menuBtn {
    display: none;
}

.cancelBtn {
    display: none;
}












/* Hero Area CSS  */

#video-area video {
    /* width: 100%; */
    position: relative;
}

.f-View {
    width: 100%;
    /* height: 100vh; */
    height: 615px;
    z-index: 0;
    object-fit: cover;
}

#video-area .o-lay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000000ae;
    width: 100%;
    z-index: 9;
}

#video-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-area .title-area {
    position: absolute;
    z-index: 99;
}

.title-area .main-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.banner-btn {
    color: #fff;
    font-family: var(--soraFont);
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px 22px;
    display: inline-block;
}

.banner-btn:hover {
    background-color: #F9716E;
    transition: 0.3s;
    border: 1px solid #F9716E;
}


.title-area .title-info span,
.title-area .title-info span a {
    color: #fff;
    font-size: 26px;
    display: block;
}

.line-bx .lines {
    background-color: #fff;
    height: 1px;
}

.opnCall-btn a i {
    transition: 0.3s;
}

.opnCall-btn:hover a i {
    transform: translate(5px);
    transition: 0.3s;
}



/* Roots Body Section CSS */

.roots-body {
    background-color: #F8FFE1;
    text-align: center;
}

.rootsAbt {
    padding: 120px 80px;
}


.roots-body h1 {
    font-size: 48px;
    /* font-family: 600; */
    font-family: var(--soraFont);
    color: #62700B;
    line-height: 1.4;
    margin-bottom: 100px;
}

.roots-body h1 span {
    font-weight: 800;
}


.roots-body .root-image {
    margin-bottom: 100px;
}

.roots-body p {
    font-family: var(--bitterFont);
    font-size: 24px;
    line-height: 1.6;
    color: #414431;
    font-weight: 500;
    margin-bottom: 100px;
    padding: 0 100px;
}

.roots-body .abt-btn {
    border: 1px solid #F9716E;
    border-radius: 6px;
    color: #62700B;
    padding: 12px 60px;
    font-family: var(--soraFont);
    font-weight: 600;
    font-size: 22px;
}

.roots-body .abt-btn:hover {
    background-color: #62700B;
    transition: 0.3s;
    color: #F8FFE1;
    border: unset;
}

.about-nav nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

.sticky-top {
    top: 78px;
    margin-bottom: 40px;
    z-index: 1;
}


/* Footer CSS Starts  */

.footer {
    padding: 120px 0 40px 0;
    background-color: #F4F4F4;
    font-family: var(--merriweatherFont);
}

.footer .f-menus {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
    padding: 0;
}

.footer .f-menus li a {
    /* font-family: var(--merriweatherFont); */
    color: #333333;
    font-family: var(--soraFont);
    font-weight: 600;
}

.footer .f-menus li:hover a {
    color: #62700B;
    transition: 0.3s;
}

.footer .footer-menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-menus {
    padding-bottom: 12px;
    border-bottom: 4px solid #333333;
    margin-bottom: 16px;
}

.contact-info .left-info div {
    color: #333333;
    line-height: 1.6;
    font-family: var(--soraFont);
}

.contact-info .right-info ul {
    list-style: none;
    padding: 0;
}

.contact-info .right-info li a {
    color: #333333;
    text-decoration: underline;
    font-family: var(--soraFont);
}

.footer .contact-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 4px solid #333333;
}

.footer .copywrite p {
    color: #333333;
    font-family: var(--soraFont);
}


.social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.social-links li i {
    color: #333333;
    font-size: 30px;
    transition: 0.3s;
}

.social-links li:hover i {
    color: #62700B;
    transition: 0.3s;
    transform: scale(1.2);
}

.social-info h4 {
    font-family: var(--bitterFont);
    color: #62700B;
    margin-bottom: 12px;
    font-size: 18px;
}


.nav-wrapper .social-links li a>i {
    font-size: 18px;
}








/* About Page CSS Starts  */

/* .about-banner {
    background-image: url(/assets/images/about-banner.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 320px;
    background-color: #000;
} */


/* .about-banner img {
    height: 300px;
    object-fit: cover;
} */

.about-banner .title-area .main-title {
    font-size: 40px;
    margin-bottom: 0;
}

.about-banner .title-area .title-info span,
.about-banner .title-area .title-info span a {
    font-size: 20px;
    font-weight: 600;
}

.about-sm-banner {
    background-color: #236432;
    /* padding-inline: 25px; */
    background-image: url(./images/about-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    width: 100%;
}

.about-sm-banner h2 {
    font-family: var(--soraFont);
    font-size: 37px;
    text-transform: uppercase;
    color: #EFF5DF;
    font-weight: 900;
    line-height: 1;
}

.about-sm-banner h2 span {
    color: #AED25D;
}

.dt-img {
    font-size: 18px;
    font-weight: 500;
    color: #EFF5DF;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--soraFont);
}

.dt span {
    font-size: 8px;
}

.dt-img .dt {
    display: flex;
    align-items: center;
    width: 71px;
    flex-wrap: wrap;
}

.dt-img .img-wrap img {
    height: 30px;
}



/* Tab CSS  */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: var(--soraFont);
    font-weight: 800;
    color: #414431;
    background-color: #F0FCC7;
    border-radius: 6px 6px 0 0;
    border: none;
    font-size: 14px;
    padding: 12px 22px;
}

.nav-tabs .nav-link {
    font-family: var(--soraFont);
    font-weight: 800;
    font-size: 14px;
    color: #414431;
    border: none;
    padding: 12px 22px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs {
    border-bottom: 2px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 70px;
}

#nav-work .fs24,
#nav-partners .fs24 {
    font-size: 24px;
    font-family: var(--soraFont);
    font-weight: unset;
    color: #414431;
    margin-bottom: 80px;
}

#nav-work hr,
#nav-partners hr,
#nav-involved hr {
    margin: 80px 0;
}

.tab-content #nav-involved p {
    margin-bottom: 80px;
}


.tab-content p {
    color: #414431;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--bitterFont);
    margin-bottom: 48px;
    font-size: 18px;
}

.tab-content p:last-child {
    margin-bottom: 80px;
}

.tab-content {
    font-family: var(--bitterFont);
}

.tab-content h1 {
    font-size: 36px;
    /* font-weight: 500; */
    font-family: var(--soraFont);
    color: #62700B;
    line-height: 1.5;
    margin-bottom: 48px;
}

.tab-content h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #62700B;
}

.tab-content .img-wrap {
    margin-bottom: 40px;
}

.tab-content ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.tab-content ul li {
    color: #414431;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: var(--bitterFont);
    line-height: 1.8;
}

.tab-content p a {
    color: #414431;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}

.tab-content h1>span {
    font-weight: 800;
}

.tab-content hr {
    margin: 48px 0;
    color: #414431;
}

.tab-content .spnsor-logos {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.tab-content .spnsor-logos span {
    color: #414431;
    font-weight: 700;
    font-size: 16px;
}

.tab-content p span {
    text-decoration: underline;
}

.tab-content .spnsor-logos img {
    height: 170px;
    width: 100%;
    object-fit: contain;
}


/* Footer  */

.f-links .f-menus li>span {
    font-size: 12px;
    font-family: var(--soraFont);
    font-weight: 600;
    color: #333333;
}








/* Media Query Starts  */
@media screen and (max-width:600px) {

    /* .header {
        padding: 12px 0;
    } */

    .header .root-logo img {
        height: 50px;
        margin-left: 20px;
    }

    .menuBtn {
        display: block;
        margin-right: 15px;
    }

    .nav-wrapper {
        top: 0;
        right: 0;
        position: fixed;
        background-color: #F8FFE1;
        z-index: 999;
        height: 100%;
        width: 280px;
        padding: 60px 25px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .nav-wrapper.show {
        transform: translateX(0);
    }

    .menuBtn {
        cursor: pointer;
    }

    .cancelBtn {
        cursor: pointer;
    }

    .about-nav nav {
        padding: 16px 16px 16px 16px;
    }

    .about-sm-banner h2 {
        font-size: 22px;
    }

    .btn-det .banner-btn {
        font-size: 10px;
        padding: 7px;
        height: fit-content;
    }

    .dt-img .dt {
        font-size: 12px;
        width: 60px;
    }

    .about-sm-banner {
        height: 150px;
        background-position: center top -20px;
        background-size: contain;
    }

    .tab-content {
        padding: 16px;
    }

    /* .header nav {
        position: absolute;
        top: 0;
        right: 0;
        position: fixed;
        background-color: #F8FFE1;
        z-index: 999;
        height: 100%;
        width: 280px;
        padding: 60px 25px;
    } */

    .header nav>ul li {
        border-bottom: 1px solid #d0cece;
        margin-bottom: 18px;
        padding: 0 0 6px 0 !important;
    }

    .header nav>ul li a {
        font-size: 16px;
    }

    .cancelBtn {
        display: block;
        top: 20px;
        right: 40px;
        position: absolute;
    }


    .header nav>ul {
        display: block;
    }

    .title-area .main-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .title-area {
        text-align: center;
    }

    .title-area img {
        height: 220px;
    }

    .title-area .title-info span {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .title-area .title-info span a {
        font-size: 18px;
    }

    .f-View {
        height: 480px;
    }




    /* Main Body Content */

    .rootsAbt {
        padding: 60px 30px;
    }

    .roots-body h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .roots-body h1 span {
        font-size: 28px;
    }

    .roots-body .abt-btn {
        font-size: 18px;
    }

    .roots-body .root-image {
        margin-bottom: 30px;
    }

    .roots-body p {
        padding: 0;
        font-size: 16px;
        margin-bottom: 60px;
    }

    /* Footer Starts  */

    .footer {
        padding: 60px 0 30px 0;
    }

    .footer .footer-menus {
        display: flex;
        gap: 5px;
    }

    .footer .footer-menus li {
        margin-bottom: 10px;
    }

    .footer .f-menus {
        display: block;
    }

    .footer .f-menus li a {
        font-size: 14px;
    }






    .footer .contact-info {
        display: block;
        text-align: center;
    }

    .footer .copywrite {
        text-align: center;
    }


    /* About us Media Query  */

    .about-banner .title-area .main-title {
        font-size: 30px;
    }

    /* .about-banner:last-child div {
        margin-top: -1px;
    } */

    .nav-tabs {
        margin-bottom: 20px;
    }

    .tab-content h1 {
        font-size: 36px;
        margin-bottom: 38px;
        line-height: 1.4;
    }

    .tab-content p:last-child {
        margin-bottom: 60px;
    }

    .tab-content #nav-involved p {
        margin-bottom: 60px;
    }

    /* .tab-content p,
    .tab-content hr {
        margin-bottom: 30px;
    } */

    .tab-content p {
        margin-bottom: 30px;
    }

    .tab-content hr {
        margin: 48px 0;

    }

    .tab-content .spnsor-logos {
        margin-bottom: 30px;
    }


    #nav-work .fs24,
    #nav-partners .fs24 {
        font-size: 22px;
        margin-bottom: 60px;
    }

    #nav-work hr,
    #nav-partners hr,
    #nav-involved hr {
        margin: 60px 0;
    }

    /* .about-banner img {
        height: auto;
    } */




}

@media screen and (min-width:600px) and (max-width:992px) {
    /* .about-banner:last-child div {
        margin-top: -2px;
    } */

    .about-banner img {
        width: 100%;
        height: auto;
    }

    .banner-btn {
        font-size: 14px;
        height: fit-content;
    }

    .dt-img .dt {
        flex-shrink: 1;
    }

    .about-sm-banner {
        height: 280px;
    }
}