@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-family: 'La Belle Aurore', cursive;
    overflow-x: hidden;
}

:root {
    --team: #324D22;
    --paragraph: #727272;
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: #ffffff;
    --c2: #324D22;
}

/* ///////////////////////// */
.popup {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
}

.popup h2,
.popup p {
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.popup p {
    font-size: 14px;
    color: var(--paragraph);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

.popup.active,
.overlay.active {
    display: block;
}

#closePopup {
    padding: 7px 30px;
    border: 2px solid var(--team);
    border-radius: 50px;
    color: var(--team);
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.responsive-container {
    display: none;
}

/* /////////////////////////// */
/* navbar section css */
.navbar {
    background: rgba(36, 36, 36, 0.22);
    font-family: 'Quicksand', sans-serif;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.nav-item a {
    font-size: 18px;
    font-weight: bold;
    color: var(--team);
}

.nav-item a:hover {
    font-size: 18px;
    font-weight: bold;
    color: var(--team);
}

/* banner section css */
.banner-bg-img {
    background-image: url('images/banner-bg-img.webp');
    background-size: cover;
    height: 100vh;
}

.banner-header h4 {
    font-family: 'La Belle Aurore', cursive;
    color: var(--team);
    font-size: 22px;
}

.banner-header h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 65px;
    color: var(--team);
    font-weight: 600;
}

.banner-header p {
    font-family: 'Quicksand', sans-serif;
    color: var(--paragraph);
    font-size: 18px;
    font-weight: 600;
}

.banner-btn {
    font-family: 'Quicksand', sans-serif;
    padding: 10px 35px 10px 35px;
    font-size: 20px;
    font-weight: 800;
    background: #fff;
    color: var(--team);
    border: 3px solid var(--team);
    border-radius: 50px;
}

.image-height {
    height: 400px;
}

.swiper {
    width: 100%;
    height: 70vh;
    position: relative;
}

.chili-img {
    height: 50px;
    width: 80px;
    position: absolute;
    bottom: 28px;
    right: 450px;
}

.swiper-pagination-bullet-active {
    background-color: var(--team) !important;
    height: 15px;
    width: 15px;
}

.swiper-scrollbar {
    display: none !important;
}

.upper_left {
    position: absolute;
    top: 100px;
    left: 30px;
    height: 120px;
    width: auto;
}

.upper_right {
    position: absolute;
    top: 100px;
    right: 30px;
    height: 120px;
    width: auto;
}

.lower_left {
    position: absolute;
    bottom: -30px;
    left: 30px;
    height: 100px;
    width: auto;
}

.lower_right {
    bottom: -50px;
    right: 30px;
    position: absolute;
    height: 160px;
    width: auto;
}

.upper_left,
.upper_right,
.lower_left,
.lower_right,
.chili-img,
.our-service-img img,
.ourServicesRightSite-img,
.why-choose-leaves,
.why-choose-img-1,
.why-choose-img-3,
.Farming-section-img .mint-leaves {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.upper_right,
.upper_left,
.lower_left,
.lower_right,
.chili-img,
.our-service-img img,
.ourServicesRightSite-img,
.why-choose-leaves,
.why-choose-img-1,
.why-choose-img-3,
.Farming-section-img .mint-leaves {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner-card-section {
    background-color: #fff;
    /* height: 160px; */
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px 0px;
    margin-top: -90px;
}

.banner-card-section .card {
    border-radius: 0px;
    border: none;
    border-right: 1.5px solid #E7E7E7;
}

.banner-card-section .card .card-body img {
    height: 60px;
    width: auto;
}

.banner-card-section .card .card-body h4 {
    font-family: 'Quicksand', sans-serif;
    color: var(--team);
    font-size: 18px;
}

/* food provide section css */
.provide-section-bg {
    display: flex;
    justify-content: flex-end;
    z-index: -1000;
}

.provide-section-bg-img {
    background-image: url('images/organic-bg-img.webp');
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 400px;
}

.food-provide-container {
    margin-top: -650px;
}

.Farming-section-img .Farming-section-image {
    position: relative;
}

.Farming-section-img .mint-leaves {
    height: 170px;
    position: absolute;
    top: -40px;
    left: 0px;
}

.provide-section {
    overflow-x: hidden;
    overflow-y: hidden;
}
.hidden{
    display:none;
}
.Farming-section-img img {
    height: 75vh;
    width: auto;
}

.Organic-header h4 {
    font-family: 'La Belle Aurore', cursive;
    color: var(--team);
    font-size: 22px;
}

.Organic-header h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: var(--team);
    font-weight: 600;
}

.Organic-header p {
    font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    color: var(--paragraph);
    line-height: 30px;
    font-weight: 500;
}

.food-provide-card-row .card {
    border: 3px solid var(--team);
}

.Organic-header .card .card-body h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.dayily-fresh-scetion {
    display: flex;
}

.dayily-fresh-scetion img {
    height: 60px;
    width: auto;
}

.dayily-fresh-scetion h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: var(--team);
    font-weight: 600;
}

/* our-service-section css */
.responsive-container {
    display: none;
}

.ourServicesRightSite-img {
    height: 120px;
    position: absolute;
    right: 0;
}

.our-service-section {
    background-image: url('images/ourSevrices-bg-img.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 10px 0px 130px 0px;
    margin-top: 150px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.oruServiceHead {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.our-service-section h4 {
    font-family: 'La Belle Aurore', cursive;
    color: var(--team);
    font-size: 22px;
}

.our-service-section h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: var(--team);
    font-weight: 600;
}

.our-service-img img {
    height: 500px;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 35%;
}

.card-container {
    margin-top: 60px;
}

.card-container .card {
    border: none;
    height: auto;
}

.card-container .card p {
    color: #000000;
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-left: 20px;
}

.card-container .card ul li {
    color: var(--paragraph);
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-weight: 600;
}

.list-items1,
.list-items2,
.list-items3,
.list-items4,
.list-items5 {
    display: none;
}

.dropdown-toggle-container {
    cursor: pointer;
}

/* why choice fresh bells section css */
.why-choice-section {
    background-color: var(--team);
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 150px;
    position: relative;
    padding: 20px 0px 20px 0px;
}

.differance {
    position: absolute;
    right: 430px;
    top: 210px;
    z-index: 1000;
    display: flex;
}

.differance h1 {
    color: #000000;
    font-size: 70px;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif;
}

.differance p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.why-choose-leaves {
    height: 250px;
    position: absolute;
    left: 0px;
}

.why-choose-img-1 {
    height: 300px;
    position: absolute;
    right: 25%;
    top: 20%;
}

.why-choose-img-2 {
    height: 250px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-choose-img-3 {
    height: 450px;
    position: absolute;
    right: 0;
    top: 50px;
}

.why-choose-img-4 {
    height: 270px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.why-choice-head h4 {
    font-family: 'La Belle Aurore', cursive;
    color: #fff;
    font-size: 22px;
    margin-left: 80px;
}

.why-choice-head h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    margin-left: 80px;
}

.why-choice-head .card {
    width: 13rem;
    margin-left: 80px;
    background-color: #50A72C;
    padding: 14px 10px 16px 10px;
}

.why-choice-head .card .card-body img {
    height: 45px;
}

.why-choice-head .card .card-body h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.overlay-text-effect-3 {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.effect-image-1 {
    position: relative;
    display: block;
}

.card-margin {
    margin-left: 2.5%;
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: black;
    padding: 15px 15px;
}

.overlay-text-2 {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.effect-image-1:hover .overlay-text-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.overlay-text-effect-3 {
    width: 85%;
    height: 84%;
    left: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    outline: 5px solid rgba(255, 255, 255, 0.7);
    outline-offset: 3px;
}

/* Checkout New Products css */
.Checkout-New-Products {
    background-image: url('images/checkNewProduct-bg-img.webp');
    background-position: center;
    background-size: cover;
    height: 60vh;
}

.Checkout-New-Products h4 {
    font-family: 'La Belle Aurore', cursive;
    color: var(--team);
    font-size: 22px;
    margin-top: 100px;
}

.Checkout-New-Products h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: var(--team);
    font-weight: 600;
}

.slider {
    margin-top: 50px;
}

.slick-slide {
    margin: 0 35px;
}

.slider .card {
    border: none;
}

.green-card {
    border-radius: 200px !important;
}

.green-card img {
    height: 180px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 7px solid #fff;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transform: 0.8s;
}

.green-card img:hover {
    border-bottom: 7px solid #50A72C;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    transition: 0.8s;
}

.dark-card img {
    height: 180px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 7px solid #fff;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transform: 0.8s;
}

.dark-card img:hover {
    border-bottom: 7px solid #AB8264;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    transition: 0.8s;
}

.orange-card img {
    height: 180px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 7px solid #fff;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transform: 0.8s;
}

.orange-card img:hover {
    border-bottom: 7px solid #FFBD3C;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    transition: 0.8s;
}

.red-card img {
    height: 180px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 7px solid #fff;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transform: 0.8s;
}

.red-card img:hover {
    border-bottom: 7px solid #FF5151;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    transition: 0.8s;
}

.green-bg-card {
    background-image: url('images/card-green-bg.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: -90px;
    border-radius: 10px;
}

.dark-bg-card {
    background-image: url('images/card-dark-bg.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: -90px;
    border-radius: 10px;
}

.orange-bg-card {
    background-image: url('images/card-orange-bg.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: -90px;
    border-radius: 10px;
}

.red-bg-card {
    background-image: url('images/card-red-bg.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: -90px;
    border-radius: 10px;
}

.green-card,
.dark-card,
.orange-card,
.red-card {
    height: 450px;
}

.green-card h4,
.dark-card h4,
.orange-card h4,
.red-card h4 {
    font-family: 'Quicksand', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
}

.green-card p,
.dark-card p,
.orange-card p,
.red-card p {
    font-family: 'Quicksand', sans-serif;
    color: #838383;
    font-size: 14px;
    font-weight: 500;
}

.over-btn button {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background-color: var(--team);
    color: #fff;
    display: none;
    transition: 0.1s;
}

.slider .card:hover+.over-btn button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
    margin-top: -20px;
    transform: 0.1s;
}

/* Quality-organic section css */
.Quality-organic-section {
    margin-top: 400px;
    overflow-x: hidden;
}

.Quality-organic {
    overflow: hidden;
    background-image: url('images/quality-img.webp');
    background-position: center;
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    padding: 20px 0px 20px 20px;
}

.Quality-organic h6 {
    font-family: 'La Belle Aurore', cursive;
    color: #fff;
    font-size: 28px;
    margin-top: 15%;
}

.Quality-organic h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

.Quality-organic-button {
    font-family: 'Quicksand', sans-serif;
    padding: 10px 35px 10px 35px;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    background: transparent;
    color: #fff;
    border: 3px solid #84d66b;
    cursor: pointer;
    transition: all 0.7s;
    overflow: hidden;
    border-radius: 50px;
}

.Quality-organic-1 {
    overflow: hidden;
    background-image: url('images/health-img.webp');
    background-position: center;
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    padding: 20px 0px 20px 20px;
}

.Quality-organic-1 h6 {
    font-family: 'La Belle Aurore', cursive;
    color: #fff;
    font-size: 28px;
    margin-top: 15%;
}

.Quality-organic-1 h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

/* product-card-section css */
.product-card-section {
    margin-top: 100px;
    overflow-x: hidden;
}

.product-card-section .card {
    border: none;
    padding: 5px 0px;
    height: 380px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: 0.7s;
    /* background: rgba(242,243,236,255); */
}

.product-card-section .card:hover {
    transform: translate(0px, -10px);
    transition: .7s;
}

.offers {
    background-image: url('images/offer-img.webp');
    background-position: center;
    background-size: cover;
    height: 35px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offers h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.heart i {
    color: #CD4A00;
    font-size: 26px;
}

.product-card img {
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-card h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 900;
}

.product-card p {
    color: #acacac;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.addToCart img {
    height: 40px;
    float: right;
    margin-top: -30px;
}

.product-card-2 img {
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-card-2 h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 900;
}

.product-card-2 p {
    color: #acacac;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.addToCart img {
    height: 40px;
    float: right;
    margin-top: -30px;
}

.product-card {
    border: none;
}
.slider-container {
    position: relative;
}

/* Position the arrow buttons */
.custom-prev,
.custom-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #333; /* Change the color as needed */
    cursor: pointer;
    z-index: 2;
}

.custom-prev {
    left: 0;
}

.custom-next {
    right: 0;
}
/* contact section css */
.contact-bg {
    background-image: url('images/contact-bg.webp');
    background-position: center;
    background-size: cover;
    height: 140vh;
    padding: 20px 0px 10px 0px;
    margin-top: 100px;
}

.contact-bg-img {
    background-image: url('images/contact-bg-img.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
}

.OurContact {
    margin-top: -1050px;
}

.contact-section h4 {
    font-family: 'La Belle Aurore', cursive;
    color: var(--team);
    font-size: 22px;
}

.contact-section h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 42px;
    color: var(--team);
    font-weight: 600;
}

.contact-head h2 {
    text-align: left;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.contact-head p {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.input-form label {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.form-control {
    background: rgba(139, 139, 139, 0.48) !important;
    border: none;
    font-family: 'Quicksand', sans-serif;
}

.input-hight {
    height: 60px !important;
    font-family: 'Quicksand', sans-serif;
    color: #fff !important;
}

.inputForm-btn {
    height: 60px;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    padding: 10px 35px 10px 35px;
    font-size: 20px;
    font-weight: 800;
    border: 3px solid var(--team);
    background: var(--team);
    color: #fff;
    border-radius: 50px;
}

/* footer section css */
footer {
    margin-top: 150px;
}

.footer-bg {
    background-image: url('images/footer-bg-img.webp');
    /* background-position: center; */
    background-size: cover;
    height: auto;
    padding: 0px 0px 10px 0px;
}

.footer-section h1 {
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
}

.footer-logo img {
    height: 100px;
}

.footer-logo p {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.Explore-section,
.footer-contact-section {
    margin-top: 100px;
}

.Explore-section ul,
.footer-contact-section ul {
    list-style-type: none;
    padding: 0px;
}

.Explore-section ul li a,
.footer-contact-section ul li a {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
}

.round {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: #223615;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socila-media a {
    text-decoration: none;
}

.round i {
    color: #fff;
    font-size: 22px;
    transition: 0.3s;
}

.round i:hover {
    color: rgb(155, 155, 155);
    transform: 0.3s;
}

.Rights-Reserved h6 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width:990px) {

    /* banner section css */
    .banner-bg-img {
        background-image: url('images/responsive-banner-bg-img.webp');
        background-size: cover;
        background-position: center;
        height: 90vh;
    }

    .banner-header h4 {
        font-family: 'La Belle Aurore', cursive;
        color: var(--team);
        font-size: 20px;
        margin-top: 30px;
    }

    .banner-header h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 55px;
        color: var(--team);
        font-weight: 600;
    }

    .banner-header p {
        font-family: 'Quicksand', sans-serif;
        color: var(--paragraph);
        font-size: 20px;
        font-weight: 600;
    }

    .banner-btn {
        font-family: 'Quicksand', sans-serif;
        padding: 10px 25px 10px 25px;
        font-size: 20px;
        font-weight: 800;
        background: #fff;
        color: var(--team);
        border: 3px solid var(--team);
        border-radius: 50px;
    }

    .chili-img {
        height: 50px;
        width: 80px;
        position: absolute;
        bottom: 28px;
        right: 70%;
        display: none;
    }

    .swiper {
        width: 100%;
        height: auto;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--team) !important;
        height: 15px;
        width: 15px;
    }

    .upper_left {
        position: absolute;
        top: 15%;
        left: 0;
        height: 120px;
        width: auto;
        display: none;
    }

    .upper_right {
        position: absolute;
        top: 15%;
        right: 0%;
        height: 120px;
        width: auto;
        display: none;
    }

    .lower_left {
        position: absolute;
        bottom: 0%;
        left: 0;
        height: 110px;
        width: auto;
        display: none;
    }

    .lower_right {
        bottom: 0%;
        right: 0%;
        position: absolute;
        height: 160px;
        width: auto;
        display: none;
    }

    .upper_left,
    .upper_right,
    .lower_left,
    .lower_right {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    .upper_right,
    .upper_left,
    .lower_left,
    .lower_right {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    @-webkit-keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    @keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    .banner-card-section {
        background-color: #fff;
        height: auto;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 5px 0px 5px 0px;
        margin-top: 100px;
        position: relative;
        z-index: -1000;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .banner-card-section .card {
        border-radius: 0px;
        border: none;
        border-right: 0px solid #E7E7E7;
    }

    /* our service section  */
    .our-service-img img {
        height: 400px;
        width: auto;
        position: absolute;
        bottom: 0px;
        left: 30%;
    }

    /* why choice section css */

    .why-choose-leaves {
        height: 250px;
        position: absolute;
        left: 0px;
        display: none;
    }

    .why-choose-img-1 {
        height: 300px;
        position: absolute;
        right: 25%;
        display: none;
        top: 20%;
    }

    .why-choose-img-2 {
        height: 250px;
        position: absolute;
        right: 0;
        display: none;
        top: 0;
    }

    .why-choose-img-3 {
        height: 450px;
        position: absolute;
        right: 0;
        display: none;
        top: 50px;
    }

    .why-choose-img-4 {
        height: 270px;
        position: absolute;
        right: 0;
        display: none;
        bottom: 0;
    }
    .card-margin {
        margin-left: 100px;
    }
}

@media screen and (max-width:768px) {

    /* banner section css */
    .banner-bg-img {
        background-image: url('images/responsive-banner-bg-img.webp');
        background-size: cover;
        background-position: center;
        height: 80vh;
    }

    .banner-header h4 {
        font-family: 'La Belle Aurore', cursive;
        color: var(--team);
        font-size: 16px;
    }

    .banner-header h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 35px;
        color: var(--team);
        font-weight: 600;
    }

    .banner-header p {
        font-family: 'Quicksand', sans-serif;
        color: var(--paragraph);
        font-size: 14px;
        font-weight: 600;
    }

    .banner-btn {
        font-family: 'Quicksand', sans-serif;
        padding: 5px 25px 5px 25px;
        font-size: 16px;
        font-weight: 800;
        background: #fff;
        color: var(--team);
        border: 3px solid var(--team);
        border-radius: 50px;
    }

    .image-height {
        height: 250px;
    }

    .swiper {
        width: 100%;
        height: auto;
        padding: 0px 0px 50px 0px;
    }

    .upper_left {
        position: absolute;
        top: 15%;
        left: 0;
        height: 120px;
        width: auto;
        display: none;
    }

    .upper_right {
        position: absolute;
        top: 15%;
        right: 0%;
        height: 120px;
        width: auto;
        display: none;
    }

    .lower_left {
        position: absolute;
        bottom: 0%;
        left: 0;
        height: 110px;
        width: auto;
        display: none;
    }

    .lower_right {
        bottom: 0%;
        right: 0%;
        position: absolute;
        height: 160px;
        width: auto;
        display: none;
    }

    .banner-card-section {
        background-color: #fff;
        height: auto;
        margin-top: 200px;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        z-index: 0;
        position: relative;
        padding: 5px 0px 5px 0px;
    }

    /* food provide section css */
    .provide-section-bg {
        display: flex;
        justify-content: flex-end;
        z-index: -1000;
    }

    .provide-section-bg-img {
        background-image: url('images/organic-bg-img.webp');
        background-position: center;
        background-size: cover;
        height: 70vh;
        width: 400px;
    }

    .food-provide-container {
        margin-top: -400px;
    }

    .provide-section {
        margin-top: 0px;
    }

    .Farming-section-img img {
        height: 60vh;
        width: auto;
    }

    .Organic-header h4 {
        font-family: 'La Belle Aurore', cursive;
        color: var(--team);
        font-size: 20px;
        margin-top: 20px;
    }

    .Organic-header h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 25px;
        color: var(--team);
        font-weight: 600;
    }

    .Organic-header p {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        color: var(--paragraph);
        line-height: 20px;
        font-weight: 500;
    }

    .dayily-fresh-scetion img {
        height: 60px;
        width: 100px;
    }

    .dayily-fresh-scetion h6 {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        color: var(--team);
        font-weight: 600;
    }

    .food-provide-section-btn button {
        padding: 5px 20px 5px 20px;
        border-radius: 50px;
        background-color: var(--team);
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        border: none;
        font-weight: 600;
        font-size: 16px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* our-service-section css */
    .our-service-section {
        background-image: url('images/ourSevrices-bg-img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        padding: 20px 0px 20px 0px;
    }
    .responsive-container {
        display: block;
        width: 90%;
    }

    .oruServiceHead {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .our-service-img img {
        height: 300px;
        width: auto;
        position: absolute;
        bottom: 0px;
        left: 0%;
    }

    .our-service-section h4 {
        font-family: 'La Belle Aurore', cursive;
        color: var(--team);
        font-size: 20px;
    }

    .our-service-section h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 25px;
        color: var(--team);
        font-weight: 600;
    }

    .responsive-container {
        margin-top: 0px;
    }

    .responsive-container .card {
        border: none;
        height: auto;
    }

    .responsive-container .card ul li {
        color: var(--paragraph);
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
        text-align: left;
    }

    .card-container {
        display: none;
    }

    .responsive-container {
        display: block;
        text-align: left;
    }

    .card-container .card p {
        color: #000000;
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        margin-left: 0px;
    }

    .responsive-container .card p {
        color: #000000;
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    /* why choice fresh bells section css */
    .why-choice-section {
        background-color: var(--team);
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        padding: 30px 30px 50px 30px;
    }

    .why-choice-head h4 {
        font-family: 'La Belle Aurore', cursive;
        color: #fff;
        font-size: 20px;
        margin-left: 0px;
    }

    .why-choice-head h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        margin-left: 0px;
    }

    .why-choice-head .card {
        width: 100%;
        margin-left: 0px;
        background-color: #50A72C;
        padding: 10px 10px 20px 10px;
    }

    .card-margin {
        margin-left: 0px;
    }

    .overlay-text-effect-3 {
        width: 89%;
        height: 80%;
        left: 15px;
        top: 15px;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        outline: 5px solid rgba(255, 255, 255, 0.7);
        outline-offset: 3px;
    }

    /* Checkout New Products css */
    .Checkout-New-Products h4 {
        font-family: 'Quicksand', sans-serif;
        color: var(--team);
        font-size: 20px;
        margin-top: 100px;
    }

    .Checkout-New-Products h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 25px;
        color: var(--team);
        font-weight: 600;
    }

    .slick-slide {
        margin: 0 20px;
    }

    /* Quality-organic section css */
    .Quality-organic-section {
        margin-top: 400px;
    }

    .Quality-organic {
        overflow: hidden;
        background-image: url('images/quality-img.webp');
        background-position: center;
        background-size: cover;
        height: 300px;
        border-radius: 10px;
        padding: 20px 0px 20px 20px;
    }

    .Quality-organic h6 {
        font-family: 'La Belle Aurore', cursive;
        color: #fff;
        font-size: 22px;
        margin-top: 15%;
    }

    .Quality-organic h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
    }

    .Quality-organic-1 {
        overflow: hidden;
        background-image: url('images/health-img.webp');
        background-position: center;
        background-size: cover;
        height: 300px;
        border-radius: 10px;
        padding: 20px 0px 20px 20px;
    }

    .Quality-organic-1 h6 {
        font-family: 'La Belle Aurore', cursive;
        color: #fff;
        font-size: 22px;
        margin-top: 15%;
    }

    .Quality-organic-1 h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 27px;
        color: #fff;
        font-weight: 600;
    }

    /* ////////////////////// */
    .green-card,
    .dark-card,
    .orange-card,
    .red-card {
        height: auto;
    }

    /* product-card-section css */
    .product-card-section {
        margin-top: 100px;
    }

    .product-card-section .card {
        border: 1px solid rgb(233, 233, 233);
        padding: 0px 0px 50px 0px;
        height: auto;
        margin: 20px;
    }

    .offers {
        background-image: url('images/offer-img.webp');
        background-position: center;
        background-size: cover;
        height: 35px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offers h5 {
        font-family: 'Quicksand', sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }

    .heart i {
        color: #CD4A00;
        font-size: 26px;
    }

    .product-card img {
        height: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card h6 {
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

    .product-card p {
        color: var(--paragraph);
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .addToCart img {
        height: 40px;
        float: right;
        margin-top: -30px;
    }

    .product-card-2 img {
        height: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card-2 h6 {
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

    .product-card-2 p {
        color: var(--paragraph);
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .addToCart img {
        height: 40px;
        float: right;
        margin-top: -30px;
    }

    .hideRrow {
        display: none;
    }

    /* contact section css */
    .contact-section h4 {
        font-family: 'La Belle Aurore', cursive;
        color: var(--team);
        font-size: 20px;
        margin-top: 100px;
    }

    .contact-section h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 25px;
        color: var(--team);
        font-weight: 600;
    }

    .contact-head h2 {
        text-align: left;
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
    }

    .contact-head p {
        color: #ffffff;
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .input-form label {
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }

    /* footer section css */
    footer {
        margin-top: 100px;
    }

    .footer-bg {
        background-image: url('images/footer-bg-img.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        padding: 0px 0px 50px 0px;
    }

    .footer-section h1 {
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        font-size: 28px;
        font-weight: 600;
    }

    .footer-logo img {
        height: 100px;
    }

    .footer-logo p {
        color: #ffffff;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .Explore-section,
    .footer-contact-section {
        margin-top: 20px;
    }

    .popup {
        background-color: white;
        padding: 20px;
        width: 90%;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        text-align: center;
    }
}