/* assets/vendors/bootstrap-icons/bootstrap-icons.subset.css */
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * Subset to the three icons contact.php uses.
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../vendors/bootstrap-icons/bootstrap-icons.subset.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-telephone::before { content: "\f5c1"; }
.bi-envelope::before { content: "\f32f"; }
.bi-instagram::before { content: "\f437"; }

/* assets/css/treehouse.css */
@font-face {
    font-family: "bolden";
    src: url("../fonts/Bolden-Display_Hust.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "mackinac";
    src: url("../fonts/P22Mackinac-Medium.woff2") format("woff2");
    /* 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);
    }
}

/* assets/css/farm.css */
: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;
}

#hero {
  background-image: url("../img/farm/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero h1 {
  color: var(--mid-brown);
  margin-top: -150px;
}

#hero .plants-r {
  width: 30vw;
}

#hero .plants-l {
  width: 25vw;
}

.projects-one__single-img img {
  height: 500px;
  object-fit: cover;
}

.projects-one__single-img {
  border-radius: 0;
}

#gallery {
  background-color: var(--mid-brown);
}

#gallery .owl-dots {
  display: none;
}

#organic h3 {
  margin-bottom: 15px !important;
}

#organic .sub-text {
  max-width: 700px;
  margin: 0 auto 60px;
}

#organic .of-img {
  height: 120px;
  margin: 0 auto 15px;
  display: block;
  transition: all 0.4s ease;
}

/* #organic .of-img:hover {
    transform: translateY(-5px);
} */

#organic .row > div {
  transition: all 0.4s ease;
}

#organic .row > div:hover .of-img {
  transform: translateY(-5px);
}

#organic .of-p {
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#about {
  padding-bottom: 100px;
}

#about .about-l {
  top: 10%;
}

#about .about-r {
  bottom: 45%;
}

#about .about-l2 {
  top: 70%;
  transform: rotateY(180deg);
}

@media (min-width: 600px) {
  #gallery .container-fluid {
    margin-right: 0;
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  #organic .of-p {
    margin-bottom: 50px;
  }

  #about .about-l {
    top: -15px;
    left: -20px;
    bottom: unset;
    width: 120px;
  }

  #about .about-r {
    width: 120px;
    top: 58%;
  }

  #about .about-l2 {
    bottom: 15px;
    left: -20px;
    top: unset;
    width: 120px;
  }
}

/* assets/css/contact.css */
: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;
}

#about {
    padding: 220px 0 320px;
}

.ul-text {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ul-text::after {
    content: "";
    position: absolute;
    width: 300px;
    max-width: 100%;
    height: 2px;
    background-color: var(--dark-brown);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
}

#about a {
    color: var(--dark-brown);
    opacity: 0.8;
}

#about a:hover {
    color: var(--dark-brown);
    opacity: 0.6;
}

#about .bi {
    font-size: 24px;
}

#about .bi::before,
[class*=" bi-"]::before,
#about [class^="bi-"]::before {
    vertical-align: -0.28em;
}

#about .about-l {
    top: 18%;
    bottom: unset;
    left: 1%;
    width: 200px;
}

#about .about-l2 {
    /* transform: none !important; */
    bottom: 30%;
    top: unset;
    left: 7%;
    width: 150px;
}

#about .about-r {
    bottom: unset;
    top: 15%;
    width: 150px;
}

#about .about-r2 {
    bottom: 45%;
    top: unset;
    right: 1%;
    width: 150px;
}

.accrodion-title p {
    margin-top: -15px;
}

.accrodion-title p::after {
    content: "";
    background-image: url("../img/dropdown-darker.svg");
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    font-family: sans-serif !important;
    color: transparent !important;
    display: inline-block;
    transform: translateY(35%);
    margin-left: 15px;
}

@media (max-width: 992px) {
    #about .about-l {
        top: 5%;
        width: 180px;
    }

    #about .about-l2 {
        bottom: 30%;
        top: unset;
        left: 1%;
        width: 150px;
    }

    #about .about-r2 {
        bottom: 35%;
        right: -2%;
        width: 150px;
    }
}

@media (max-width: 768px) {
    #about .floating-img {
        display: none;
    }

    #about {
        padding: 150px 0 80px;
    }

    h3 {
        margin-bottom: 10px;
    }

    .contact-mobile {
        width: 100%;
        margin-bottom: 15px;
    }

    footer {
        background-color: var(--light-brown);
    }

    .green-bg-c {
        background-image: url("../img/contact-green-bg.svg");
        padding: 30px 15px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .purple-bg {
        background-image: url("../img/contact-purple-bg.svg");
        padding: 30px 15px 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .purple-bg .faq-one__accordions .accrodion .accrodion-title {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 10px;
        background: #ded7ff;
    }

    .purple-bg .faq-one__accordions .accrodion .accrodion-content,
    .purple-bg .faq-one__accordions .accrodion,
    .purple-bg .faq-one__accordions .accrodion.active .accrodion-title,
    .purple-bg .accrodion-title {
        background: #ded7ff;
    }

    .green-bg-c .faq-one__accordions .accrodion .accrodion-title {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 10px;
        background: #ebffae;
    }

    .green-bg-c .faq-one__accordions .accrodion .accrodion-content,
    .green-bg-c .faq-one__accordions .accrodion,
    .green-bg-c .faq-one__accordions .accrodion.active .accrodion-title,
    .green-bg-c .accrodion-title {
        background: #ebffae;
    }
}

/* assets/css/menu.css */
: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: #fff2e2;
}

.projects-one__single-img img {
    height: 350px;
    object-fit: cover;
}

.projects-one__single-img {
    border-radius: 30px;
}

#food {
    padding: 200px 0 100px;
}

#about {
    background-color: #ffe6c6;
    padding-bottom: 320px;
    padding-top: 100px;
}

h2 {
    font-size: 95px;
    color: var(--dark-brown);
    line-height: 89px;
}

.catering-img {
    margin: auto;
    display: block;
    width: 100%;
}

#about .imgs-container {
    position: relative;
}

#about a {
    color: white;
    opacity: 1;
}

#about a:hover {
    color: white;
}

#about .about-l2 {
    transform: none !important;
    bottom: 60%;
    top: unset;
    left: 0%;
    width: 250px;
}
#about .about-r {
    bottom: unset;
    top: 55%;
    right: 2%;
    transform: rotateY(180deg);
    width: 220px;
}

@media (max-width: 992px) {
    #about .about-r {
        z-index: 0;
    }
}

@media (max-width: 768px) {
    #food .projects-one__single-img img {
        height: 220px;
    }

    .green-bg h5 {
        font-size: 32px;
    }

    h2 {
        font-size: 60px;
        line-height: 60px;
    }

    #about .floating-img {
        display: block;
    }

    #about {
        padding: 100px 0 80px !important;
    }

    footer {
        background-color: #ffe6c6;
    }
}

@media (max-width: 576px) {
    .green-bg h5 {
        font-size: 19px;
        letter-spacing: 0.5px;
    }

    .items-container .col-6.col-xl-4:nth-child(2n) {
        padding-left: 7px;
    }

    .items-container .col-6.col-xl-4:nth-child(2n + 1) {
        padding-right: 7px;
    }

    #food .projects-one__single-img img {
        height: 40vw;
    }

    .projects-one__single-img {
        border-radius: 15px;
    }

    .catering-img {
        padding: 30px;
    }

    #about .about-l2 {
        transform: none !important;
        bottom: 47%;
        top: unset;
        left: -4%;
        width: 200px;
    }

    #about .about-r {
        bottom: unset;
        top: 88%;
        right: -5%;
        transform: rotateY(180deg);
        width: 170px;
    }

    .green-bg {
        padding: 15px;
    }
}
