@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');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --white: #ffffff;
    --lightGren: #68B427;
    --gray: #7A7A7A;
    --green: #003B23;
}

.color-white {
    color: var(--white) !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fontSize14 {
    font-size: 14px;
    color: var(--white) !important;
    font-weight: 500;
}

.fontSize16 {
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 500;
    text-align: left;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize32 {
    font-size: 32px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize60 {
    font-size: 60px;
    line-height: 68px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    color: #003B23;
    letter-spacing: 1px;
}

.color-gray {
    color: var(--gray);
}

.main-heading {
    font-size: 40px;
    color: var(--red);
}

.line-height {
    line-height: 47px !important;
}


a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

/* header css start */
.logoImg {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

nav {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;

}

.main-btn-nav {
    padding: 15px 27px;
    border-radius: 12px;
    font-size: 20px;
}

.navbar-button1 {
    border: 2px solid var(--white);
    margin-right: 20px;
    padding: 14px 28px;
    color: var(--white) !important;
}

.navbar-button2 {
    background: var(--white);
    padding: 15px 30px;
    color: var(--lightGren) !important;
    font-weight: 600;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: var(--green);
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

/* banner */
.bannerImg {
    background-image: url('/images/bannerbgimg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 133px;
}

.banner-btn {
    padding: 18px 45px !important;
}

.banner-img {
    width: 100%;
    height: 768px;
}

/* footer section css start */
section.footer-section {
    background: var(--green);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 60px;
}

.footer-list {
    margin-top: 30px;
}

.footer-heading {
    color: var(--white);
    margin: 0px !important;
    text-transform: uppercase;
}

.medium-text i {
    padding: 0px 35px 0px 0px;
}

.footer-last {
    background: #ffffff06;
    color: var(--white);
    padding: 23px;
    margin-top: 60px;
}

/* mobile app section css */
.mobileApp-section {
    margin: 196px 0px 150px 0px;
}

.mobileApp-bg {
    background: url(/images/mobileApp-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 404px;
}

.mobileApp_img {
    width: 100%;
    margin-top: -153px;
    margin-left: -71px;
}

.mobileApp-content {
    padding: 90px 0px;
    color: #fff;
}

.small-para {
    color: gray !IMPORTANT;
    font-weight: 400;
}

.mobileApp-content .fontSize60 {
    color: #fff;
}


/* organic production */
.main-btn {
    background: linear-gradient(120.25deg, #68B427 -6.06%, #2E6C00 334.43%);
    padding: 13px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 18px;
    margin-top: 20px;
    box-shadow: 0px 13px 20px 0px #56961F33;
    display: inline-block;
}

.organic-product {
    position: relative;
}

.organic-product:after {
    position: absolute;
    content: "";
    background: url(/images/leaf-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    top: -46px;
    height: 190px;
}



/* top categories */
.topCatrgores-scetion {
    margin: 120px 0px;
}

.categories-card {
    border-radius: 2000px;
    padding: 14px 14px 30px 14px;
    border: 4px solid #E8F6C8;
    text-align: center;
    margin-bottom: 40px;
}

.fruit_para {
    color: var(--gray) !important;
    padding: 0px 22px;
    height: 100%;
    min-height: 250px;
}

.categoriesImg {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.fruitHeading {
    margin-top: 24px;
}


/* grocery section */
.downloadSection {
    background-image: url('/images/downSecBG.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 150px 0;
}

.headings {
    padding-left: 40px;
    color: #fff;
}

.headings .fontSize60 {
    color: #fff;
}

.smallHeading {
    font-size: 24px;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}


/* different go gorcer */
.custOrder {
    background-image: url(' /images/custorderBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-bottom: 120px;
}

.vegetablsImg {
    position: absolute;
    top: -19%;
}

.twoLeafsImg {
    position: absolute;
    right: 77px;
    top: -11%;
}

.custorderTxt {
    margin-bottom: 10px;
    background: #E8F6C8;
    padding: 10px 40px 10px 5px;
    border-radius: 30px;
    font-family: Crimson Text;
    font-size: 24px;
    font-weight: 700;
    color: #003B23;
}

.customersCount {
    font-family: Crimson Text;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background: #68B427;
    padding: 10px 5px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    display: inline-block;
}



.topCatrgores-scetion {
    position: relative;
}


.topCatrgores-scetion:after {
    background: url('/images/kisspng-leaf.png');
    position: absolute;
    content: "";
    left: 186px;
    width: 300px;
    height: 300px;
    top: -91px;
    background-repeat: no-repeat;
}

.topCatrgores-scetion:before {
    background: url('/images/vegitblesImg.png');
    position: absolute;
    content: "";
    width: 165px;
    height: 300px;
    top: -120px;
    background-repeat: no-repeat;
    left: revert;
    right: 0;
    background-size: 100% 100%;
}

.leftImg img {
    width: 100%;
}

.banner_para {
    font-size: 16px;
    color: #7a7a7a;
}


/* media query */
@media screen and (max-width: 1366px) {
    .organic-product:after {
        top: -133px;
        height: 190px;
    }

    .fontSize60 {
        font-size: 45px;
        line-height: 50px;
    }

    .leftContent .fontSize60 br {
        display: none;
    }

    .leftContent .fontSize60 {
        width: 90%;
    }

    .banner-img {
        height: auto;
    }

    .banner-btn {
        padding: 18px 25px !important;
        font-size: 15px !important;
    }

    .navbar-button1 {
        margin-right: 20px;
        padding: 11px 20px;
    }

    .main-btn-nav {
        font-size: 16px;
    }

    .navbar-button2 {
        padding: 12px 18px;
        font-weight: 600;
    }

    .topCatrgores-scetion:after {
        left: 60px;
    }

    .categoriesImg {
        max-width: 275px;
    }

    .fruit_para {
        font-size: 14px;
    }

    .topCatrgores-scetion:before {
        width: 127px;
        height: 225px;
    }

    .fruitHeading {
        font-size: 25px;
    }

    .vegetablsImg {
        top: -17%;
        width: 150px;
    }

    .custmorLpatop img {
        max-width: 400px;
    }

    .organic-image {
        text-align: center;
    }

    .mobileApp_img {
        width: 100%;
        margin-top: -63px;
        margin-left: -20px;
        max-width: 500px;
    }

    .custorderTxt {
        padding: 10px 28px 10px 15px;
        font-size: 18px;
    }

    .customersCount {
        font-size: 18px;
        padding: 10px 7px;
        height: 46px;
        width: 46px;
    }

    .orgnicImg {
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-img {
        width: 100%;
        height: auto;
    }

    .leftContent h2 {
        font-size: 35px;
        max-width: 420px;
        line-height: 41px;
    }

    .leftContent br {
        display: none;
    }

    .custorderTxt {
        padding: 10px 20px 10px 5px;
        font-size: 20px;
    }

    .customersCount {
        font-size: 18px;
        padding: 8px 9px;
        height: 44px;
        width: 44px;
    }

    .topCatrgores-scetion:after {
        left: 0;
        top: -76px;
    }

    .fontSize16 {
        font-size: 14px;
    }

    .mobileApp_img {
        margin-top: -107px;
        margin-left: -25px;
    }
}

@media screen and (max-width: 992px) {
    .order-text {
        order: 2;
    }

    .order-img {
        order: 1;
    }

    .banner-img {
        width: 100%;
        height: 500px;
        max-width: 500px;
    }

    .rightimg {
        text-align: end;
        padding-top: 50px;
    }

    .mobileApp-bg {
        height: auto;
        border-radius: 68px;
    }

    .mobileApp-section {
        margin: 120px 0px 80px 0px;
    }

    .mobileApp_img {
        margin-top: -52px;
        margin-left: -16px;
    }

    .mobileApp-content {
        text-align: center;
        padding: 40px 0px 60px 0px;
    }

    .organic-product:after {
        top: -176px;
        height: 166px;
    }

    .fontSize60 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    .main-btn {
        margin-top: 17px;
    }

    .topCatrgores-scetion:after {
        left: 16px;
        height: 262px;
        top: -70px;
    }

    .orderImg {
        order: 1;
    }

    .orderText {
        order: 2;
    }

    .orgnicImg {
        max-width: 528px;
        margin: 0px auto;
    }

    .organic-image {
        text-align: center;
    }

    .organic-product-content {
        text-align: center;
        margin-top: 30px;
    }

    .small-para {
        text-align: center;
    }

    .leftImg img {
        width: 100%;
        max-width: 496px;
    }

    .leftImg {
        text-align: center;
    }

    .headings {
        text-align: center;
        margin-top: 40px;
    }

    .custmorLpatop img {
        width: 100%;
        max-width: 552px;
    }

    .custmorLaptop-content {
        text-align: center;
    }

    .custOrdContainer {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .custmorLaptop-content br {
        display: none;
    }

    .custmorLaptop-content {
        width: 100%;
        max-width: 500px;
        margin: 0px auto;
        padding-top: 40px;
    }

    .customersCount {
        font-size: 18px;
        padding: 9px 9px;
        height: 46px;
        width: 46px;
    }

    .margin-top {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .topCatrgores-scetion:after {
        left: -38px;
    }

    .categoriesImg {
        max-width: 300px;
    }

    .footer-description {
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-links {
        text-align: left;
    }

    .logoImg {
        width: 100%;
        max-width: 170px;
    }
}

@media screen and (max-width: 575px) {
    .fruit_para {
        min-height: 200px;
    }

    .banner-img {
        height: auto;
    }

    .topCatrgores-scetion:after,
    .topCatrgores-scetion:before {
        display: none;
    }

    .headings {
        padding-left: 0px;
    }

    .topCatrgores-scetion {
        margin: 40px 0px;
    }

    .twoLeafsImg {
        display: none;
    }

    .vegetablsImg {
        display: none;
    }

    .custOrder {
        padding: 0px;
        margin-bottom: 40px;
    }

    .organic-product:after {
        display: none;
    }
}

.back-button {
    background: #68B4272E;
    margin-right: 10px;
    padding: 9px 16px;
    border-radius: 21px;
    color: #68B427 !important;
}

.top_heading_content {
    font-size: 35px;
    font-weight: 500;
    color: #003B23;
}

.privacy-heading {
    font-size: 20px;
    font-weight: 500;
    color: #003B23;
}

.privacy-content {
    font-size: 16px;
    color: #7a7a7a;
}

.background_header {
    background: linear-gradient(90deg, rgba(207, 231, 186, 1) 7%, rgba(190, 223, 162, 1) 43%, rgba(104, 180, 39, 1) 69%);
    margin-bottom: 40px;
}

.privacy-profile {
    margin-bottom: 40px;
}

