@font-face {
    font-family: "bolden";
    src: url("../fonts/Bolden-Display_Hust.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "mackinac";
    src: url("../fonts/P22\ Mackinac\ Pro_Medium.otf");
    /* font-weight: 700;
    font-style: normal; */
}

:root {
    --dark-green: #3d4918;
    --mid-green: #91ab52;
    --light-green: #ebffae;

    --dark-brown: #543819;
    --mid-brown: #ffedd7;
    --light-brown: #fffbf7;

    --dark-purple: #8f3cd6;
    --mid-purple: #cabbff;
    --light-purple: #ded7ff;

    --dark-red: #f4400f;
    --mid-red: #f26533;
    --light-red: #ffa488;
}

body {
    background-color: var(--light-brown);
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
}

h1,
h2,
h5 {
    font-family: "bolden", sans-serif !important;
}

h3,
h4,
h6,
p,
li,
a,
span,
div,
b {
    font-family: "mackinac", sans-serif !important;
}

.main-header--one--two .main-header--one__bottom-left {
    padding-left: 0 !important;
}

.stricky-header .main-menu__inner {
    justify-content: center;
    max-width: 1400px;
}

.main-menu .main-menu__list > li > a::before,
.clearfix::after {
    content: none !important;
}

.faq-one__accordions {
    margin: 0;
}

.main-header--one--two .main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    color: var(--dark-brown);
    font-size: 20px;
}

.mobile-nav__container {
    border: none !important;
}

.stricky-header .main-menu__list > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.red-btn {
    background-color: var(--dark-red);
    color: white !important;
    padding: 7px 20px 6px !important;
    border-radius: 50px;
}

.main-header--one--two {
    border-bottom: none;
}

#hero {
    background-color: var(--mid-brown);
    height: 100vh;
    position: relative;
}

#hero .row {
    height: 100vh;
}

#hero h1,
#food h2 {
    font-size: 95px;
    color: var(--dark-brown);
    line-height: 89px;
}

#hero h4 {
    margin-top: 20px;
    font-size: 30px;
    color: var(--dark-brown);
    font-weight: 400;
}

.floating-img {
    position: absolute;
}

#hero .hero-l {
    top: 56%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 28vw;
}

#hero .hero-r {
    top: 58%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    width: 33vw;
}

#hero .hero-m {
    bottom: 2%;
    left: 28%;
    z-index: 1;
    width: 14vw;
}

.plants-l {
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 40vw;
}

.plants-r {
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 40vw;
}

.preloader {
    background-color: var(--light-brown) !important;
}

.section-padding {
    padding: 100px 0;
}

h3 {
    font-size: 45px;
    color: var(--dark-brown);
    font-weight: 400;
    margin-bottom: 50px;
}

p {
    color: var(--dark-brown);
    opacity: 0.8;
}

.stricky-header {
    background-color: var(--light-brown) !important;
}

#about {
    position: relative;
    padding-bottom: 50px;
}

#about .about-l {
    top: 20%;
    left: 7%;
}

#about .about-r {
    bottom: 0;
    right: 7%;
}

#food {
    background: transparent !important;
}

#food.projects-one .sec-title {
    margin-bottom: 80px;
}

.projects-one__single-img::before {
    content: none;
}

.green-bg {
    background-color: var(--light-green);
    padding: 20px;
}

.green-bg h5 {
    color: var(--dark-green);
    text-align: center;
    font-size: 45px;
}

.projects-one__single-img {
    border-radius: 20px;
}

.shaped-btn {
    padding: 40px 50px 40px 70px;

    width: 300px;
    display: block;
    text-align: center;
    color: var(--light-brown);
    font-size: 20px;
    line-height: 25px;
}

/* .shaped-btn::before {
    content: "";
    background-image: url("../img/btn-shape.svg");
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    z-index: -1;
} */

.shaped-btn-container {
    position: relative;
    background-image: url("../img/btn-shape.svg");
    background-size: contain;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../img/btn-shape-green.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.4s ease;
    }

    &:hover::before {
        opacity: 1;
    }

    * {
        position: relative;
        z-index: 5;
    }

    a:hover {
        color: white !important;
        opacity: 1 !important;
    }
}

a:hover {
    color: var(--light-brown);
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

#values {
    background-color: var(--mid-brown);
}

.white-bg-table {
    background-image: url("../img/table-shape.svg");
    background-size: cover;
    padding: 70px;
}

.white-bg-testimonials {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 80px;
    position: relative;
}

.white-bg-testimonials1 {
    background-image: url("../img/testimonials-1.svg");
}

.white-bg-testimonials2 {
    background-image: url("../img/testimonials-2.svg");
}

.white-bg-testimonials3 {
    background-image: url("../img/testimonials-3.svg");
}

.white-bg-testimonials4 {
    background-image: url("../img/testimonials-4.svg");
}

#feedback {
    background-color: var(--light-purple);
}

h6 {
    font-size: 30px;
    color: var(--dark-brown);
    font-weight: 400;
    margin-bottom: 10px;
}

.bottom-two {
    margin-top: 100px;
}

.white-bg-table {
    position: relative;
}

.value-v {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    bottom: 50px;
}

.value-h {
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    right: 70px;
}

section {
    overflow: hidden;
}

.mb-50 {
    margin-bottom: 50px;
}

#feedback .farm-fresh,
#feedback-mobile .farm-fresh {
    width: 30%;
    right: 15%;
    bottom: -60px;
}

#feedback .fresh-ground,
#feedback-mobile .fresh-ground {
    width: 25%;
    right: 15%;
    bottom: -60px;
}

footer {
    position: relative;
}

#feedback {
    padding-bottom: 240px;
}

.footer-upper-img {
    margin-top: -200px;
}

.footer-bg {
    background: var(--dark-green);
}

footer .main-menu .main-menu__list > li > a {
    padding-top: 0;
    font-size: 20px;
    color: var(--light-purple);
}

footer .main-menu .main-menu__list > li:hover > a {
    color: var(--light-purple);
}

.icon-footer {
    width: 120px;
    margin: 30px 0 20px;
}

.copyright {
    color: var(--light-purple);
    margin-bottom: 15px;
    font-size: 20px;
    opacity: 1;
}

.scroll-to-top::before {
    content: none;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--dark-brown);
    bottom: 30px;
    right: 30px;
}

.scroll-to-top:hover {
    background: var(--dark-brown);
    opacity: 0.8;
}

.scroll-to-top i {
    line-height: 50px;
    color: var(--light-brown);
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--dark-brown);
}

.main-menu .mobile-nav__toggler {
    color: var(--dark-brown);
}

.logo-mobile img {
    max-width: 180px;
}

.flag {
    max-width: 30px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-nav__content {
    width: 100%;
    background: var(--light-purple);
    padding: 22px 15px;
}

.mobile-nav__container .logo {
    display: none;
}

.mobile-nav__close {
    top: 38px;
    right: 25px;
}

.mobile-nav__content .main-menu__list li:not(:last-child) a {
    font-family: "bolden", "sans-serif" !important;
    color: var(--dark-brown);
    font-size: 50px;
    justify-content: center;
}

.mobile-nav__content .main-menu__list li:last-child a,
.mobile-nav__content .main-menu__list li.red-btn-li a {
    font-family: "mackinac", "sans-serif" !important;
    justify-content: center;
    color: var(--dark-brown);
    font-size: 20px;
}

#about {
    overflow: visible;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot::before {
    background: var(--dark-green);
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
    background: var(--mid-green);
}

#values {
    display: none;
}

#values-mobile {
    display: block;
    background: var(--mid-brown);
}

.faq-one__accordions .accrodion .accrodion-title h4 {
    font-size: 28px;
    color: var(--dark-brown);
    font-weight: 400;
    width: 100%;
    margin-left: -100px;
}

#values-mobile .value-h {
    width: 100% !important;
    object-fit: cover;
    height: 10px;
}

.faq-one__accordions .accrodion,
.accrodion-title {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.faq-one__accordions .accrodion::before {
    content: none;
}

#values-mobile .white-bg-table {
    background-image: url("../img/values-mobile.svg");
}

#values-mobile .accrodion-title {
    display: flex;
    align-items: center;
}

#values-mobile .accrodion-title img {
    max-width: 150px;
}

.accrodion-title h4::before {
    content: "";
    background-image: url(../img/acc-arrow.svg);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    font-family: sans-serif !important;
    color: transparent !important;
}

.faq-one__accordions .accrodion.active .accrodion-title h4::before {
    transform: rotate(180deg) translateY(50%);
    transform-origin: center center;
}

footer {
    background: var(--dark-green);
}

#feedback {
    display: block;
}

#feedback-mobile {
    display: none;
    background-color: var(--light-purple);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: none !important;
}

@media (min-width: 1200px) and (max-width: 1370px) {
    .main-header--one--two .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 18px;
    }

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 42px;
    }
}

@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }

    #values {
        display: block;
    }

    #values-mobile {
        display: none;
    }
}

@media (max-width: 1300px) {
    .white-bg-testimonials {
        background-size: cover !important;
    }
}

@media (max-width: 1200px) {
    #hero .hero-l {
        top: 30%;
    }

    .mobile-nav__content .main-menu__list li:not(:last-child) {
        margin-bottom: 30px;
        line-height: 92% !important;
    }

    footer .main-menu .main-menu__list {
        display: flex !important;
    }

    .mobile-nav__content .main-menu__list li:not(:last-child) a {
        line-height: 92% !important;
        display: block !important;
        height: unset !important;
        text-align: center;
        width: fit-content;
        margin: auto;
    }

    #hero .hero-r {
        top: 80%;
    }

    #hero .plants-r {
        top: 22%;
        right: -90px;
        transform: rotate(-90deg);
    }

    #hero .hero-m {
        bottom: -7%;
        left: 62%;
    }

    .red-btn {
        background-color: var(--dark-red);
        color: white !important;
        padding: 15px 20px 14px !important;
        border-radius: 50px;
        margin-top: 40px !important;
    }
}

@media (max-width: 992px) {
    #about .about-r {
        bottom: unset;
        top: 30px;
        right: -60px;
        z-index: -1;
    }

    #about .about-l {
        top: unset;
        left: -20px;
        bottom: -50px;
    }

    #about {
        padding-bottom: 150px;
    }
}

@media (max-width: 768px) {
    #hero h1,
    #food h2 {
        font-size: 60px;
        line-height: 60px;
    }

    #hero h4 {
        font-size: 20px;
    }

    .plants-mobile {
        top: 8%;
        width: 135px;
    }

    #hero .hero-r {
        top: 30%;
        width: 170px;
        right: -30px;
    }

    .plants-l {
        bottom: 0;
        left: -50px;
        z-index: 2;
        width: 400px;
    }

    #hero .hero-l {
        top: unset;
        bottom: -50px;
        right: 15%;
        left: unset;
        transform: rotate(-90deg);
        width: 220px;
    }

    #hero .hero-m {
        bottom: 20%;
        width: 130px;
        right: -40px;
        left: unset;
    }

    .main-header--one__bottom .main-menu--1 {
        top: 15px;
    }

    h3 {
        font-size: 30px;
    }

    #about .about-r {
        bottom: unset;
        top: 10px;
        right: -40px;
        z-index: -1;
        width: 150px;
    }

    #food.projects-one .sec-title {
        margin-bottom: 50px;
    }

    .white-bg-table {
        padding: 30px;
    }

    .faq-one__accordions .accrodion .accrodion-title {
        padding-left: 0px;
        padding-right: 15px;
    }

    .faq-one__accordions .accrodion .accrodion-title h4 {
        padding-right: 0px !important;
    }

    footer .main-menu .main-menu__list {
        display: block !important;
    }

    .footer-upper-img {
        margin-top: 0px;
    }

    footer .main-menu .main-menu__list > li {
        text-align: center;
        margin: 0 !important;
    }

    footer {
        background-color: var(--light-purple);
    }

    .footer-bg {
        padding: 50px 0;
    }

    footer .plants-r {
        width: 300px;
        z-index: 0;
    }
}

@media (max-width: 578px) {
    #values-mobile .accrodion-title img {
        max-width: 100px;
    }

    .footer-bg {
        padding: 50px 0 180px;
    }

    .faq-one__accordions .accrodion .accrodion-title h4 {
        padding-left: 30px;
    }

    footer .icon-footer {
        max-width: 80px;
    }

    footer .copyright {
        font-size: 16px;
    }

    #feedback {
        display: none;
    }

    .footer-upper-img {
        transform: scale(1.3);
    }

    #feedback-mobile {
        display: block;
    }

    #feedback-mobile .farm-fresh,
    #feedback-mobile .fresh-ground {
        width: 30%;
        right: 5%;
        bottom: -50px;
    }

    #feedback-mobile .fresh-ground {
        max-width: 100px;
    }

    #feedback-mobile .owl-carousel.owl-dot-type1 .owl-stage-outer {
        overflow: visible;
    }

    #feedback-mobile .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px !important;
    }

    #feedback-mobile .white-bg-testimonials {
        padding: 25px 35px;
    }

    .white-bg-table {
        padding: 15px;
    }
}

.wiggle-slow {
    animation: wiggleSlow 5s infinite ease-in-out;
}

@keyframes wiggleSlow {
    0%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    75% {
        transform: translateY(5px);
    }
}

.wiggle-fast {
    animation: wiggleFast 3s infinite ease-in-out;
}

@keyframes wiggleFast {
    0%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-4px);
    }
    75% {
        transform: translateY(4px);
    }
}
