@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #5DBA48;
    --secondary: #fee40b;
    --ubuntu: 'Ubuntu', sans-serif;
    --teko: 'Teko', sans-serif;
}

::selection {
    background-color: var(--primary);
    color: white;

}


::-moz-selection {
    background: var(--primary);
    color: #fff;
}

body {
    font-family: 'Teko', sans-serif;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 83%);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
}

p {
    font-family: var(--ubuntu);
    line-height: 30px;
}

ul {
    list-style: none;
    padding: 0;
}


.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

header {
    position: sticky;
    top: 0;
    background: tranarent;
    z-index: 9999;
    transition: all .3s ease;
}

nav {
    padding: 0px 20px 10px 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: inherit;
    white-space: nowrap;
}

ul li {
    font-family: var(--ubuntu);
}

ul li a {
    display: inline-block;
    font-size: 18px;
    font-family: var(--ubuntu);
    font-weight: 500;
    padding: 0px 10px;
    transition: all .3s ease;
    border: 1px dotted transparent;
    color: var(--primary);

}

ul li a:hover {
    border: 1px dotted var(--primary);
}

a:hover {
    color: var(--primary);
}

.logo {
    display: block;
    max-width: 150px;
}

#main {
    background-image: url("../img/main-background-fixed-image.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main#main {
    margin-top: -134px;
}

.about {
    background-color: #60bb4cfa;
    background-blend-mode: multiply;
    color: #fff;
}

section:not(.banner-section.position-relative) {
    padding: 100px 20px;
    width: 100%;

}

li.mb-2 {
    color: #252525;
    font-size: 17px;
    font-family: var(--ubuntu);
}

section.operationSection {
    min-height: 770px;
}

article#products section.about {
    min-height: 700px;
}

.banner-section.position-relative {
    top: 30;
}


.left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.middle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.left img:nth-child(1) {
    border-radius: 12px;
}

.left img:nth-child(2) {
    border-radius: 12px;
}

.middle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;

}

.right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;

}

.middle p {
    font-family: var(--ubuntu);
    font-weight: 400;
}

.main-title {
    color: #000;
    font-weight: 600;
    font-size: 56px;
}

/* ================================= */

.title-underline {
    display: flex;
    justify-content: center;
    gap: 5px;
}

span.dot {
    background: #727272;
    height: 5px;
    display: block;
    width: 5px;
    border-radius: 5px;
}

span.line {
    max-width: 200px;
    width: 100%;
}

/* ================================= */

.operation-logo {
    text-align: center;
    margin-bottom: 20px;

}

.operationSection {
    background-color: #fee40bf7;
}

.operation-logo img:nth-child(1) {
    max-width: 250px;
    max-height: 90px;
}

#operation-logo-second-img {
    max-width: 220px;
    max-height: 60px;
}

.farmers {
    background-image: url("../img/farmers.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* text color */
    z-index: 1;
}

.farmers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
    z-index: -1;
}

.farmers .container {
    position: relative;
    z-index: 10;
}

.farmers ul li {
    font-family: var(--ubuntu);
}

.farmersCardWrapper {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    font-family: var(--ubuntu);
}

.farmersCard {
    padding: 25px 70px;
    background: #ffffff24;
    position: relative;
    transition: all .3s ease-in;
    overflow: hidden;
}

.farmersCard h2 {
    font-size: 56px;
}

.farmersCard::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 5px;
    background: var(--primary);
    transition: all .3s ease-in;

}

.farmersCard:hover::after {
    left: -100%;
}

.singleBanner {
    position: relative;
    overflow: hidden;
}

.singleBanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.singleBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
    transition: all .3s ease-in;
    z-index: 1;
}


.bannerContent {

    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 20px;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.bannerTitle {
    font-size: 6.5vw;
    color: white;
    margin-bottom: 0;
    line-height: 6.5rem;
}

h4.bannerSubtitle {
    font-size: 4.5vw;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 1.9px;
    word-spacing: 0px;
}

.slick-dots {
    display: none !important;
}

.slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.worldWideOffice img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.customers {
    background-image: url("../img/customers-bg-img.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* text color */
    z-index: 1;
}

.customers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
    /* overlay color */
    z-index: -1;
    /* keeps text above overlay */
}

a.customers-card {
    padding: 25px;
    display: block;
    background: #ffffff4f;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

a.customers-card h2 {
    font-size: 22px;
    color: #ffffff;
}

a.customers-card .img-fluid.top {
    max-width: 85%;
}


.galleryImage {
    position: relative;
}

.galleryImage::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: #00000021;
    transition: all .3s ease-in;
}


.galleryImage:hover::after {
    background-color: #00000085;

}

.galleryImage {
    max-height: 350px;
    min-height: 300px;
}

.galleryImage img {
    height: 100%;
    width: 1000%;
    object-fit: cover;
}

.ourTeam {
    width: 18%;
    position: relative;
    overflow: hidden;
}

.ourTeam::before {
    content: "";
    position: absolute;
    max-width: inherit;
    background: #00000091;
    height: 73%;
    width: 100%;
    inset: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s ease;
}

.ourTeam .img-fluid,
.team-member {
    height: 73%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.our-team-member {
    width: 200px;
    height: 200px;
}


.teamDetails p {
    color: white;
    font-size: 13px;
    max-width: 66%;
    margin-bottom: 0;
    line-height: 19px;
}

.ourTeam:hover::before {
    z-index: 1;
}

.ourTeam:hover .teamDetails {
    opacity: 1;
    top: 40%;
    z-index: 1;
}


.form-control {
    min-height: 46px;
    border-radius: 1px;
}

.ourBrand img {
    width: 100%;
}

footer {
    padding-bottom: 25px;
}

footer p,
a {
    font-size: 16px;
    font-family: var(--ubuntu)
}

footer .main-title {
    font-size: 34px;
}

.slick-slide .bannerImageSlide {
    animation: zoomInOut 8s ease-in-out infinite;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

#close i {
    font-size: 30px;
    color: var(--primary);
}

#hamburgerMenu i {
    font-size: 30px;
    color: var(--primary);
}

#hamburgerMenu,
#navbarBrand,
#close {
    display: none;
}

.show {
    right: 0 !important;
}


.your-slider.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
    max-height: 400px;
    overflow: hidden;
}

.slick-slide img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

section#sustainability {
    min-height: 500px;
}

.our-team-member {
    height: 255px;
    width: 280px;
    margin-bottom: 30px;
}

.our-team-card {
    position: relative;
}

.our-team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.teamDetails {
    position: absolute;
    inset: 0;
    text-align: center;
    transition: all .5s ease;
    background: #000000b5;
    padding: 5px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 10px solid #f3f3f357;
    opacity: 0;
    transition: all .3s ease-in;
}

.our-team-card:hover .teamDetails {
    opacity: 1;
    border: 20px solid #f3f3f357;
}

@media(max-width:1300px) {

    ul#navBar {
        display: flex;
        flex-direction: column;
        background: white;
        width: 100%;
        position: fixed;
        padding: 50px;
        height: 110vh;
        /* inset: 0; */
        right: -100%;
        max-width: 300px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;
        float: right;
        transition: all .2s cubic-bezier(0, 0.97, 1, 0.05);
        top: 0;
    }

    #hamburgerMenu,
    #close {
        display: block;
    }


    nav {
        justify-content: space-between;
    }

   ul li a {
    width: 100%;
    display: block;
    border: 1px solid #00800042;
    border-radius: 40px;
    padding: 10px 0px 10px 20px;
    }

    ul li {
        width: 100%;

    }

    ul li:nth-child(1) {
        margin-top: 30px;
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
        width: 100%;
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media(max-width:1440px) {
    .our-team-member {

    }
    
        h1.bannerTitle {
    text-align: center;
    line-height: 1;
}
}

@media(max-width:991px) {
     .our-team-member {
        height: 202px;
        width: 233px;
        margin-bottom: 30px;
    }

    .our-team-member img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:767px) {
    .our-team-member img {
        height: 100%;
        width: 100%;
    }

        .our-team-member {
        height: 250px;
        width: 270px;
        margin-bottom: 30px;
    }
}

@media(max-width:575px) {
    h1.bannerTitle {
        font-size: 49px;
        line-height: 55px;
        text-align: center;
    }
    
    h2.text-center.main-title {
    font-size: 41px;
    }

    .bannerContent {
        width: 100%;
    }

  
    span.dot.bg-primary.line {
        max-width: 100px;
        max-width: 50px;
    }

    span.dot.bg-primary.line {
        width: 102px;
    }

    .farmersCardWrapper {
        padding: 0;
    }

    .slick-slide img {
        margin-top: 35px;
    }

    .ourTeam {
        width: 100%;
        max-width: 450px;
        max-height: 450px;
        margin-bottom: 30px;
    }

    .farmersCard.text-center {
        width: 100%;
    }

    .ourTeam::before {
        content: "";
        position: absolute;
        max-width: inherit;
        background: #00000094;
        height: 100%;
        width: 100%;
        inset: 0;
        border-radius: 50%;
        z-index: -1;
        transition: all .3s ease;
    }

    .ourTeam .img-fluid {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    ul#navBar {
        max-width: 100%;
    }

    #navbarBrand {
        display: block;
        margin-bottom: 25px;
    }

    #close {
        display: block;
        position: absolute;
        top: 19px;
        left: 19px;
        font-size: 57px;
    }

    .our-team-member img {
        height: 100%;
        width: 100%;
    }

    .our-team-member {
    width: 400px;
    height: 380px;
}

    h5.text-secondary {
        min-height: 140px;
    }

    h5.text-primary {
        min-height: 140px;
    }

}

@media(max-width:450px) {
    .our-team-member {
        max-width: 370px;
        max-height: 341px;
    }
}

@media(max-width:400px){
    .our-team-member {
    width: 300px;
    height: 274px;
    }
}