@font-face {
  font-family: "Denton Test Bold";
  src: url("../fonts/Denton-Test-Bold-700.woff2") format("woff2"),
    url("../fonts/Denton-Test-Bold-700.woff") format("woff");
}

@font-face {
  font-family: "Denton Test";
  src: url("../fonts/Denton-Test-Regular-400.woff2") format("woff2"),
    url("../fonts/Denton-Test-Regular-400.woff") format("woff");
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
div {
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Denton Test Bold";
}

p {
  font-size: 14px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 55px;
  color: #311a1a;
  font-weight: 700;
  font-family: "Denton Test Bold";
}

.heading {
  width: max-content;
}

.flower {
  width: 50px;
  position: absolute;
  top: -43px;
  left: 15px;
}

body {
  font-family: "DM Sans", sans-serif;
}

/* header */

#header {
  padding: 14px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 12;
  transition: all 0.5s ease-in-out;
}

.homes #header {
  background-color: #00000025;
}

.homes #header .mid-col ul li a {
  color: #ffffff;
}

#header li.active a,
#header li a:hover {
  background: #165d311a;
  border-radius: 34px;
  padding: 5px 10px;
}

.fixed li.active a,
.fixed li a:hover {
  background-color: rgba(22, 93, 49, 0.5) !important;
}

.fixed, .homes .fixed {
  position: fixed !important;
  top: 0px;
  background: #3d854f !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 5px 0px !important;
}

#header .left-col,
#header .right-col {
  width: 16%;
}

#header .mid-col {
  width: 68%;
}

#header .left-col img {
  max-width: 60px;
}

.fixed .left-col img {
  max-width: 50px !important;
}

.fixed .left-col #without-scroll {
  display: none !important;
}

#header .left-col #without-scroll {
  display: block;
}

#header .left-col #with-scroll {
  display: none;
}

.fixed .left-col #with-scroll {
  display: block !important;
}

#header .mid-col ul,
#footer .socials ul {
  list-style-type: none;
}

#header .mid-col ul li a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 34px;
}

.fixed .mid-col ul li a {
  color: #ffffff !important;
}

#header .mid-col ul li:not(:last-child) {
  margin-right: 30px;
}

#header .right-col .box {
  background-color: #8fbd33;
  padding: 10px 26px;
  border-radius: 28px;
  width: max-content;
}

#header .right-col .box img {
  width: 40px;
  height: 21px;
}

/* header */

/* banner */

#banner {
  background-image: url("../images/banner-background-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

#banner .wrapper {
  background-color: #00000030;
  height: 100vh;
}

#banner .wrapper .image img {
  height: 230px !important;
  border-radius: 26px;
  object-fit: cover;
}

#banner .wrapper .slider-container {
  padding-top: 100px;
  position: relative;
  height: 100%;
}

#banner .horizontal-slider .slick-track {
  display: flex;
  align-items: baseline;
}

#banner .slick-slide.slick-current.slick-active .image img {
  /* transform: scale(1.1); */
  height: 295px !important;
}

#banner .horizontal-slider {
  width: 51.5%;
  margin: 0px 0px 0px auto;
  padding-bottom: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#banner .vertical-slider .slick-slide {
  height: auto !important;
  transition: all 0.3s ease-in-out;
}
#banner .slick-slide {
  padding: 18px;
}

.slick-slide {
  transition: transform 0.3s ease-in-out;
}

.slick-center {
  transform: scale(1.2);
}

#banner .vertical-slider h6 {
  font-size: 156px;
  font-family: "Denton Test Bold";
  color: #311a1a;
}

#banner button.explore {
  background-color: #da9519;
  font-size: 16px;
  color: #ffffff;
  padding: 6px 15px;
  border: 1px solid #da9519;
  margin-left: 20px;
}

button {
  transition: all 0.3s ease-in-out;
}

#banner button.explore:hover {
  background-color: #d78d08;
  border: 1px solid #d78d08;
}

#banner .slick-dots {
  z-index: 9;
  left: 0%;
  transform: translate(-42%, -50%);
  bottom: 35px;
}

#banner .slick-dots li,
#banner .slick-dots li button {
  width: 15px;
  height: 15px;
}

#banner .slick-dots li button:before {
  font-size: 15px;
  color: #959595;
  opacity: 1;
}

#banner .slick-dots li.slick-active button:before {
  color: #d9d9d9;
}

/* banner */

/* house-of-fresh-fruits-and-vegetables */

#house {
  background-color: #8fbd33;
  padding: 114px 0px 32px 0px;
  overflow: hidden;
}

#house .container {
  padding: 0px 95px;
}

#house .left-col {
  max-width: 477px;
  word-break: break-word;
}

#house .left-col p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 35px;
}

#house .right-col {
  padding-top: 140px;
}

#house .right-col h5 {
  font-size: 20px;
  padding: 15px 0px 11px 0px;
  font-family: "DM Sans", sans-serif;
}

#house .right-col .image {
  padding: 0px 40px;
}

#house .column {
  padding-bottom: 110px;
}

#house .lines {
  position: relative;
  top: 30px;
  left: -61px;
  opacity: 50%;
}

#house .first-lines {
  rotate: -21.06deg;
  right: -35px;
  top: 30px;
  opacity: 50%;
}

#house .second-lines {
  opacity: 50%;
  right: -60px;
  bottom: -55px;
}

/* house-of-fresh-fruits-and-vegetables */

/* our-products */

#our-products {
  padding: 164px 0px 64px 0px;
}

#our-products .image {
  max-width: 46.7%;
  width: 100%;
  margin-top: -463px;
  float: left;
  margin-left: 60px;
}

#our-products h2 {
  color: #c52a26;
}

#our-products p {
  padding-top: 35px;
  max-width: 512px;
}

/* our-products */

/* fruits */

#fruits h3 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "Denton Test Bold";
  z-index: 1;
}

#fruits p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 30px;
  max-width: 500px;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 1;
}

#fruits .wrapper .box {
  position: relative;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  aspect-ratio: 16/8.5;
  transition: background-size 0.5s ease-in-out;
  overflow: hidden;
}

#fruits .wrapper .overlay {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000030;
}

#fruits .wrapper .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}

#fruits .wrapper .box:hover::before {
  transform: scale(1.1);
}

#fruits .wrapper .box:hover {
  background-size: 120%;
}

#fruits .wrapper .box:first-child::before {
  background-image: url("../images/bananas.png");
}

#fruits .wrapper .box:nth-child(2)::before {
  background-image: url("../images/carrots.png");
}

#fruits .wrapper .box:nth-child(3)::before {
  background-image: url("../images/kiwis.png");
}

#fruits .wrapper .box:last-child::before {
  background-image: url("../images/watermelons.png");
}

/* fruits */

/* quality-food */

#quality-food {
  padding: 75px 0px 0px 0px;
}

#quality-food .wrapper {
  background-color: #c52a26;
  border-radius: 32px;
  padding: 75px 20px 70px 20px;
  max-width: 930px;
}

#quality-food .wrapper .content {
  max-width: 639px;
}

#quality-food .wrapper p {
  padding-top: 20px;
}

#quality-food .image {
  max-width: 720px;
  position: relative;
  top: -55px;
}

/* quality-food */

/* our-core-competencies  */

#competencies {
  background-color: #3e844f;
  padding: 76px 0px 0px 0px;
}

#competencies .left-col .image img,
#competencies .right-col .image img {
  width: 43px;
  height: 43px;
}

#competencies .left-col .wrapper {
  padding-right: 50px;
}

#competencies .wrapper {
  margin-bottom: 65px;
}

#competencies h4 {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  top: 21px;
  font-family: "Denton Test Bold";
}

#competencies p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 30px;
}

#competencies .mid-col {
  background: linear-gradient(
    178.92deg,
    rgba(205, 230, 51, 0) 16.07%,
    #8fa603 99.07%
  );
  padding-top: 160px;
}

#competencies .mid-col .logo {
  max-width: 210px;
  width: 100%;
}

#competencies .mid-col .image {
  width: calc(100% + 72px);
  position: relative;
  left: -36px;
  top: 140px;
}
#competencies .flower {
  left: 35%;
}

#competencies .right-col .wrapper {
  padding-left: 50px;
}

#competencies .right-col p,
#competencies .right-col h4 {
  text-align: end;
}

/* our-core-competencies  */

/* our-clients */

#our-clients {
  padding-top: 232px;
}

#our-clients .heading h2 {
  color: #c52a26;
}

#our-clients p {
  max-width: 485px;
  padding: 30px 0px 40px 0px;
  color: #303030;
}

/* our-clients */

/* news-and-media */

#news-and-media .container-fluid {
  padding: 0px 53px;
}

#news-and-media .card {
  cursor: pointer;
}

#news-and-media .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  aspect-ratio: 14.4/9;
  transition: background-size 0.5s ease-in-out;
  overflow: hidden;
}

#news-and-media .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}

#news-and-media .card:hover .image {
  background-size: 120%;
}

#news-and-media .card:hover .image::before {
  transform: scale(1.1); /* Smooth zoom effect */
}

#news-and-media .image.first::before {
  background-image: url("../images/blog1.png");
}

#news-and-media .image.second::before {
  background-image: url("../images/blog2.png");
}

#news-and-media .image.third::before {
  background-image: url("../images/blog3.png");
}

#news-and-media .header {
  background-color: #8fbd33;
  padding: 60px 0px 170px 0px;
}

#news-and-media .header .heading {
  margin: 54px auto 0px auto;
}

#news-and-media .content {
  padding: 24px 24px 40px 24px;
  background-color: #ffffff;
  margin-top: -114px;
}

#news-and-media .content h5 {
  font-size: 24px;
  line-height: 28px;
  padding-top: 18px;
  display: -webkit-box;
-webkit-line-clamp: 2;
min-height: 63px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000000;
}

#news-and-media .image img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 14.4/9;
}
#news-and-media .date img {
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
}

#news-and-media .date p {
  color: #737373;
}
#news-and-media .date .dated {
  /* border-right: 1px solid #b6b6b6; */
}

#news-and-media .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0px 0px 0px;
  color: #818181;
  font-weight: normal;
}

#news-and-media .content a {
  font-size: 14px;
  text-decoration: none;
  color: #3b873d;
  font-weight: 700;
  text-underline-offset: 10px;
}

#news-and-media .content .links {
  width: max-content;
  padding-top: 20px;
  line-height: 1;
}

#news-and-media .content .links::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b873d;
  transition: width 0.3s;
  position: relative;
  top: 5px;
}

#news-and-media .content .links:hover::after {
  width: 100%;
  transition: width 0.3s;
}

/* news-and-media */

/* logos */

#logos {
  background-color: #f5bb00;
  padding: 100px 0px 50px 0px;
}

#logos p {
  max-width: 458px;
}

#logos .content div {
  width: 16.6%;
  padding: 0px 38px;
}

#logos .content div:last-child {
  padding: 0px 30px;
}

#logos .content div:nth-child(4) {
  padding: 0px 42px;
}

/* logos */

/* get-in-touch */

#get-in-touch h2 {
  color: #3f3f3f;
}

#get-in-touch .wrapper {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#get-in-touch .form {
  max-width: 450px;
  min-width: 450px;
  width: 100%;
}

#get-in-touch .form .fields div {
  width: 50%;
}

#get-in-touch .form input {
  border: 1px solid #e6e6e6;
  height: 48px;
  border-radius: 2px;
}

#get-in-touch .form input:focus,
#get-in-touch .form textarea:focus {
  box-shadow: none;
  border: 1px solid #8fbd33;
}

#get-in-touch .form label {
  text-transform: uppercase;
  margin-bottom: 9px;
  color: #333333;
}

#get-in-touch .form .star {
  color: #ed1c24;
}

#get-in-touch .form textarea {
  border: 1px solid #e6e6e6;
  height: 96px;
  border-radius: 2px;
  resize: none;
}

#get-in-touch .form button {
  background-color: #8fbd33;
  border: 1px solid #8fbd33;
  font-size: 20px;
  padding: 12px 20px;
  border-radius: 3px;
}

#get-in-touch .form button:hover {
  background-color: #84b425;
  border: 1px solid #84b425;
}

/* get-in-touch */

/* footer */

#footer .locations {
  background-color: #8fbd33;
  padding: 44px 0px 22px 0px;
}

#footer .locations .image {
  max-width: 128px;
}

#footer .locations p {
  max-width: 280px;
  margin-top: 40px;
}

#footer .container {
  max-width: 100%;
  padding: 0px 55px;
}

#footer .socials {
  background-color: #3e844f;
  padding: 25px 0px;
}

#footer .socials ul.lists li a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

#footer .socials ul.lists li:not(:last-child) {
  margin-right: 45px;
}

#footer .socials .icons ul li img {
  width: 20px;
  height: 20px;
}

#footer .socials .icons ul li:not(:last-child) {
  margin-right: 25px;
}

#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #8fbd33;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content initially */
body.loaded #loader {
  display: none;
}

/* footer */

.homes .container {
  max-width: 100%;
  padding: 0px 55px;
}

@media (min-width: 1450px) {
  #house .left-col {
    max-width: 75%;
  }
  #our-products p,
  #logos p {
    max-width: 45%;
  }
  #footer .locations p {
    max-width: 50%;
  }
}

@media (max-width: 1399px) {
  #header .mid-col ul li a {
    font-size: 16px;
  }
  #header .right-col .box {
    padding: 10px 21px;
  }
  #banner .vertical-slider h6 {
    font-size: 116px;
  }
  #banner .slick-slide.slick-current.slick-active .image img {
    height: 280px !important;
  }
  #banner .wrapper .image img {
    height: 215px !important;
  }
  #banner .slick-dots {
    bottom: 20px;
  }
  #banner .horizontal-slider {
    padding-bottom: 60px;
  }
  #house {
    padding: 100px 0px 130px 0px;
  }
  #house .lines {
    left: -20px;
    top: 170px;
  }
  #house .lines img,
  #house .second-lines img,
  #house .first-lines img {
    height: 350px;
  }

  #house .second-lines {
    right: -35px;
    bottom: -45px;
  }
  #house .left-col p {
    padding-top: 26px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  #our-products p {
    padding-top: 26px;
  }

  #our-products .image {
    margin-top: -420px;
  }

  #fruits h3 {
    font-size: 60px;
  }

  #fruits p {
    padding-top: 26px;
  }

  #competencies .left-col .image img {
    width: 40px;
    height: 40px;
  }

  #competencies h4 {
    font-size: 24px;
  }

  #competencies .mid-col .logo {
    max-width: 171px;
  }

  #our-clients p {
    padding: 26px 0px 40px 0px;
  }

  #logos {
    padding: 80px 0px 50px 0px;
  }

  #footer .socials ul.lists li a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  #header .left-col,
  #header .right-col {
    width: 15%;
  }
  #header .mid-col {
    width: 70%;
  }
  #header .mid-col ul li:not(:last-child) {
    margin-right: 45px;
  }
  #header .right-col .box img {
    width: 35px;
    height: 20px;
  }
  #header .right-col .box {
    padding: 8px 16px;
  }
  #banner .vertical-slider h6 {
    font-size: 130px;
  }
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  #house .left-col p,
  #fruits p {
    padding-top: 20px;
  }
  #house {
    padding: 100px 0px 30px 0px;
  }
  #house .column {
    padding-bottom: 76px;
  }
  #house .lines {
    top: 60px;
  }

  #our-products {
    padding: 80px 0px 56px 0px;
  }
  #our-products p {
    padding-top: 20px;
    max-width: 487px;
  }
  #fruits h3 {
    font-size: 45px;
  }
  #competencies .left-col .image img {
    width: 35px;
    height: 35px;
  }
  #competencies h4 {
    font-size: 22px;
    line-height: 26px;
  }
  #competencies .mid-col .image {
    top: 90px;
  }
  #our-clients {
    padding-top: 170px;
  }
  #our-clients p {
    padding: 20px 0px 40px 0px;
  }
  #news-and-media .header {
    padding: 35px 0px 160px 0px;
  }

  #news-and-media .content h5 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
  }
  #footer .locations .image {
    max-width: 98px;
  }
  #get-in-touch .form input {
    height: 45px;
  }
  #get-in-touch .wrapper {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
    padding: 60px 20px 0px 20px;
  }
  #get-in-touch .form label {
    margin-bottom: 6px;
    font-size: 14px;
  }
  #get-in-touch .form textarea {
    height: 84px;
  }
  #get-in-touch .form button {
    font-size: 18px;
    padding: 9px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
  #header .container {
    padding: 0px 30px !important;
}
#header .right-col .box img {
  width: 30px;
  height: 20px;
}
#header .right-col .box {
  padding: 6px 14px;
}
#header .mid-col ul li a {
  font-size: 15px;
}
#header .mid-col ul li:not(:last-child) {
  margin-right: 25px;
}
#header .left-col, #header .right-col {
  width: 12%;
}
#header .mid-col {
  width: 76%;
}
#house .container {
  padding: 0px 50px;
}
#house .right-col .image {
  padding: 0px 20px;
}
#our-products .image {
  margin-top: -268px;
  margin-left: 26px;
}
#our-products p {
  max-width: 430px;
}
#competencies .wrapper {
  margin-bottom: 38px;
}
#competencies {
  padding: 57px 0px 0px 0px;
}
#competencies .container {
  max-width: 100%;
  padding: 0px 40px;
}
#news-and-media .header {
  padding: 30px 0px 150px 0px;
}
#news-and-media .container-fluid {
  padding: 0px 30px;
}
#logos .content div,
#logos .content div:last-child {
  padding: 0px 18px;
}
#logos .content div:nth-child(4) {
  padding: 0px 22px;
}
#footer .container {
  padding: 0px 30px;
}
#footer .socials ul.lists li:not(:last-child) {
  margin-right: 34px;
}
}

@media (max-width: 991px) {
  #header .scroll {
    display: none;
  }
  .fixed .scroll {
    display: block !important;
  }
  .fixed .withoutScroll {
    display: none;
  }
  #header .container {
    padding: 0px !important;
  }
  #header .mid-col ul {
    flex-direction: column;
  }
  #header .box.mains {
    width: 200px;
    min-height: 100vh;
    background-color: #3e844f;
    position: fixed;
    top: 0px;
    left: -100%;
    padding: 16px;
    transition: all 0.3s ease-in-out;
  }
  body.active #header .box.mains {
    left: 0%;
  }
  body.active {
    overflow: hidden;
  }
  body.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000030;
    z-index: 9;
  }
  .hamburger,
  .hamburger img {
    width: 31px !important;
    height: 31px;
  }
  .fixed {
    padding: 5px 20px !important;
  }
  .fixed .mobile {
    display: none !important;
  }
  .mobile-white {
    display: none !important;
  }
  .fixed .mobile-white {
    display: block !important;
  }
  body #header .one {
    width: 33%;
  }
  body #header .cross.one img {
    max-width: 40px;
  }
  #header {
    padding: 9px 20px;
  }
  .homes .fixed {
    padding: 5px 20px !important;
  }
  #header .mid-col ul li a {
    font-size: 14px;
    color: #ffffff;
  }
  #header .mid-col ul li {
    margin-right: 0px !important;
    margin-bottom: 7px;
  }
  #header .right-col .box {
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 10px !important;
  }
  #header .right-col .box img {
    width: 30px;
    height: 18px;
  }
  #header .cross {
    width: 12px;
    margin: auto 0px auto auto;
  }
  #header .mid-col {
    width: 100%;
  }
  #house {
    padding: 62px 0px 30px 0px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  #house .left-col p,
  #fruits p {
    padding-top: 16px;
  }
  #house .lines img,
  #house .second-lines img,
  #house .first-lines img {
    height: 262px;
  }
  #house .column {
    padding-bottom: 58px;
  }

  #our-products p {
    padding-top: 16px;
    max-width: 100%
  }
  #our-products {
    padding: 70px 0px 50px 0px;
  }
  #fruits h3 {
    font-size: 36px;
  }
  .flower {
      width: 35px;
      top: -26px;
  }
  #quality-food {
    padding: 54px 0px 0px 0px;
  }
  #quality-food .wrapper p {
    padding-top: 16px;
    line-height: 20px;
  }
  #quality-food .image {
    max-width: 560px;
  }
  #competencies {
    padding: 27px 0px 0px 0px;
  }
  #competencies .left-col .image img,
  #competencies .right-col .image img {
    width: 30px;
    height: 30px;
  }
  #competencies h4 {
    font-size: 20px;
    line-height: 24px;
    top: 16px;
  }
  #competencies p {
    font-size: 14px;
    line-height: 17px;
    padding-top: 25px;
  }
  #competencies .wrapper {
    margin-bottom: 42px;
  }
  #competencies .left-col .wrapper {
    padding-right: 24px;
  }
  #competencies .right-col .wrapper {
    padding-left: 24px;
  }
  #competencies .mid-col .image {
    top: 73px;
  }
  #competencies .mid-col .logo {
    max-width: 145px;
  }
  #our-clients {
    padding-top: 135px;
  }
  #our-clients p {
    padding: 16px 0px 35px 0px;
  }
  #news-and-media .header {
    padding: 16px 0px 145px 0px;
  }

  #news-and-media .content h5 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    min-height: 52px;
  }
  #news-and-media .date img {
    width: 12px;
    height: 12px;
  }
  #news-and-media .content {
    padding: 16px 20px 30px 20px;
  }

  #news-and-media .column {
    padding: 0px 8px;
  }
  #news-and-media .content p {
    font-size: 12px;
  }
  #news-and-media .content .links {
    padding-top: 10px;
  }
  #logos {
    padding: 62px 0px 40px 0px;
  }
  #logos .content div {
    padding: 0px 16px;
  }
  #logos .content div:nth-child(4) {
    padding: 0px 20px;
}
  #get-in-touch .form input {
    height: 40px;
  }
  #get-in-touch .wrapper {
    padding: 50px 8px 0px 8px;
  }

  #get-in-touch .form {
    max-width: 100%;
    min-width: 100%;
  }
  #get-in-touch .form textarea {
    height: 80px;
  }
  #footer .locations .image {
    max-width: 128px;
    display: block;
    margin: auto;
  }
  #footer .socials .icons ul li img {
    width: 15px;
    height: 15px;
  }
  #footer .locations p {
    max-width: 100%;
    text-align: center;
    padding: 0px 60px;
    margin-top: 30px;
  }
  #header li.active a, #header li a:hover {
    background: #0000001a;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  #house .container {
    padding: 0px 24px;
  }
  #house .left-col p, #fruits p {
    font-size: 14px;
    line-height: 19px;
  }
  #house .right-col .image {
    padding: 0px 10px;
  }
  #house .right-col {
    padding-top: 90px;
  }
  #quality-food .wrapper {
    padding: 61px 20px 70px 20px;
}
  #our-products .image {
    margin-top: -153px;
    margin-left: 0px;
}
#competencies .container {
  padding: 0px 24px;
}
#news-and-media .container-fluid {
  padding: 0px 24px;
}
#get-in-touch .wrapper {
  padding: 40px 8px 0px 8px;
}
#get-in-touch .form label {
  margin-bottom: 3px;
  font-size: 12px;
}
#get-in-touch .form input {
  height: 36px;
}
#get-in-touch .form textarea {
  height: 70px;
}
#get-in-touch .form button {
  font-size: 16px;
  padding: 7px 20px;
}
#footer .container {
  padding: 0px 20px;
}
#footer .socials {
  padding: 10px 0px;
}
}

@media (max-width: 767px) {
  #header {
    padding: 9px 16px;
  }
  .homes #header {
    padding: 8px 16px;
  }
  .fixed {
    padding: 5px 16px !important;
  }
  .homes .fixed {
    padding: 5px 16px !important;
  }
  h1 {
    font-size: 28px;
}
  #house .container {
    padding: 0px 35px;
  }
  h2 {
    font-size: 26px;
    line-height: 25px;
  }
  #logos h2 {
    font-size: 25px;
  }
  #house {
    padding: 47px 0px 57px 0px;
  }
  #house .left-col p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 30px;
  }
  .flower {
    left: 16px;
    width: 30px;
    top: -24px;
  }
  #house .right-col .image {
    padding: 0px;
    text-align: center;
  }
  #house .right-col h5 {
    font-size: 16px;
    padding: 6px 0px 5px 0px;
  }
  p {
    font-size: 12px;
    line-height: 16px;
  }
  #house .right-col {
    padding-top: 30px;
  }
  #house .column {
    padding-bottom: 0px;
  }
  #house .image {
    padding: 0px 35px 25px 35px !important;
  }
  #house .second-lines img {
    height: 349px;
  }
  #house .second-lines {
    right: auto;
    bottom: -18px;
    left: -38px;
  }
  #house .first-lines img {
    height: 263px;
  }
  #house .first-lines {
    right: -16px;
    top: 42%;
  }
  #house .left-col {
    max-width: 100%;
  }
  #house .heading {
    width: max-content !important;
    margin: auto;
  }
  #our-products {
    padding: 0px 0px 26px 0px;
  }
  #our-products .image {
    max-width: 70%;
    margin-top: 0px;
    margin: auto;
    float: none;
    margin-top: -50px;
  }
  .homes .container {
    padding: 0px 38px;
  }
  #our-products .texts {
    padding-top: 50px;
  }
  #fruits .wrapper .box {
    width: 100%;
    aspect-ratio: 16 / 6.3;
  }
  #fruits h3 {
    font-size: 26px;
  }
  #fruits p {
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    padding: 10px 45px 0px 45px;
  }
  #quality-food {
    padding: 40px 0px 0px 0px;
  }
  .quality-food .container {
    padding: 0px 27px;
  }
  #quality-food .wrapper {
    border-radius: 19px;
    padding: 45px 22px 138px 22px;
    max-width: 930px;
  }
  #quality-food .image {
    top: -83px;
  }
  #competencies {
    padding: 48px 0px 0px 0px;
    background: linear-gradient(179.11deg, #3E844F 22.58%, #8FA603 53.74%, #3E844F 84.58%);
  }
  #competencies h4 {
    font-size: 16px;
    line-height: 20px;
    top: auto;
    padding: 10px 0px;
  }
  #competencies p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0px;
    text-align: center;
  }
  #competencies .right-col p {
    text-align: center;
  }
  #competencies .left-col .wrapper,
  #competencies .right-col .wrapper {
    padding: 0px 24px;
  }

  #competencies .centers .image {
    margin-bottom: 42px;
  }
  #our-clients {
    padding-top: 60px;
  }
  #our-clients p {
    padding: 20px 38px 16px 38px;
  }
  #news-and-media .header {
    padding: 1px 0px 145px 0px;
  }
  #news-and-media .container-fluid {
    padding: 0px 32px;
  }
  #news-and-media .column {
    margin-bottom: 20px;
  }
  #logos {
    padding: 50px 0px 50px 0px;
  }

  #logos .container {
    padding: 0px 16px;
  }
  #logos p {
    max-width: 100%;
    padding: 0px 30px;
  }
  #logos .content div,
  #logos .content div:last-child {
    padding: 0px 5px;
  }
  #logos .content div:nth-child(4) {
    padding: 0px 9px;
}
  #get-in-touch .wrapper {
    padding: 50px 13px 41px 13px;
  }
  #get-in-touch .image img {
    aspect-ratio: 16/3;
    object-fit: cover;
  }
  #get-in-touch .form label {
    font-size: 12px;
  }
  #get-in-touch .form button {
    font-size: 16px;
    padding: 9px 20px;
    margin-top: 20px;
  }
  #footer .container {
    padding: 0px 16px;
  }

  #footer .socials {
    padding: 16px 0px;
  }
}
