@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
/* Infinite gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Outfit", sans-serif;
  color: #333333;
  font-size: 14px;
}

a {
  color: #333333;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #00a550;
  text-decoration: none;
}

button {
  transition: all 0.3s ease 0s;
}

h1 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h2 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h3 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h4 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h5 {
  font-family: "Bricolage Grotesque", sans-serif;
}

h6 {
  font-family: "Bricolage Grotesque", sans-serif;
}

p {
  font-family: "Outfit", sans-serif;
  color: #333333;
}

.button-orange {
  border: none;
  background-color: #e1610f;
  width: auto;
  height: 50px;
  line-height: 40px;
  padding: 0 30px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0 14px 0px 14px;
}
.button-orange:hover {
  border-radius: 14px 0 14px 0;
}

.button-green {
  border: none;
  background-color: #5cd02e;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 24px;
  width: auto;
  height: 40px;
  letter-spacing: 1px;
  position: relative;
  top: 0;
}
.button-green:hover {
  top: -5px;
  box-shadow: 0 5px 20px rgba(92, 208, 46, 0.5);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 46px;
  height: 46px;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: url(../img/backtotop-bg.png) center center no-repeat;
  background-size: contain;
}
.back-to-top img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 18px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0 15px;
  top: 0;
}
#header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 12px;
  background-color: #389138;
  z-index: -1;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #e1610f;
}
#header .logo img {
  max-height: 40px;
}
#header .sticky-top {
  transition: all 0.5s ease 0s;
}

.header-links {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.header-links .header-contact {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.header-links .header-contact > a > img {
  max-height: 15px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.header-links .header-contact > a:hover > img {
  opacity: 0.7;
}
.header-links .header-social {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.header-links .header-social > a > img {
  max-height: 17px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.header-links .header-social > a:hover > img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 15px 8px 15px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #283133;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  padding: 5px 2px;
  letter-spacing: 1px;
}
.nav-menu a:hover {
  color: #00a550;
}
.nav-menu .active > a {
  color: #00a550;
}
.nav-menu li:hover > a {
  color: #00a550;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 34px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 12px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #333333;
  font-size: 20px;
}

.mobile-nav {
  position: fixed;
  top: 65px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #283133;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}
.mobile-nav a:hover {
  color: #333333;
  text-decoration: none;
}
.mobile-nav .active > a {
  color: #333333;
  text-decoration: none;
}
.mobile-nav li:hover > a {
  color: #333333;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #f7c900;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.gradient-heading {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(90deg, #00a550, #5dd12f, #75eb44, #00a550, #75eb44, #00a550);
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientMove 6s linear infinite;
  margin-bottom: 40px;
  line-height: 1;
}
.gradient-heading .font-two {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.section-scroll {
  width: 100%;
}

.scroll-section {
  width: 100%;
  box-sizing: border-box;
}

/* -----------------------------
   Custom Cursor
----------------------------- */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  will-change: transform;
}

.cursor-text {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* -----------------------------
   Disable custom cursor on touch
----------------------------- */
@media (hover: none), (pointer: coarse) {
  html,
  body {
    cursor: none !important;
  }
  a,
  button {
    cursor: pointer;
  }
  .custom-cursor {
    display: none;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* .hero-caption {
    font-size: 60px;
    line-height: 1.1;
}

#typed-text .green {
    color: #16a34a;
}

#typed-text .black {
    color: #000;
}

#typed-text .orange {
    color: #f97316;
}

.type-cursor {
    color: #000;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
} */
#hero {
  min-height: 580px;
}

.hero-caption {
  font-family: "Impact Regular";
  font-size: 56px;
  letter-spacing: 2px;
  width: 480px;
  margin: auto;
  position: relative;
  margin-top: -175px;
}
.hero-caption .type-green {
  color: #00a550;
}
.hero-caption .type-black {
  color: #283034;
}
.hero-caption .type-orange {
  color: #e1610f;
  position: absolute;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Enquire
--------------------------------------------------------------*/
#enquire {
  padding-bottom: 100px;
}

.enquiry-form {
  width: 100%;
  max-width: 350px;
  padding: 12px 20px 15px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 0 22px 22px 22px;
  margin: 0 auto;
}
.enquiry-form h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #494949;
}
.enquiry-form h2 span {
  color: #0f9146;
}
.enquiry-form .form-control {
  height: 26px;
  min-height: 26px;
  padding: 3px 13px;
  border: 0;
  border-radius: 20px;
  background-color: #ffffff;
  color: #5e6054;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  box-shadow: none;
}
.enquiry-form .form-control::-moz-placeholder {
  color: #5e6054;
  opacity: 1;
}
.enquiry-form .form-control::placeholder {
  color: #5e6054;
  opacity: 1;
}
.enquiry-form .form-control:focus {
  border: 0;
  box-shadow: 0 0 0 2px rgba(0, 155, 58, 0.2);
}
.enquiry-form .form-select {
  width: 100%;
  height: 26px;
  min-height: 26px;
  padding: 3px 13px;
  border: 0;
  border-radius: 20px;
  background-color: #ffffff;
  color: #5e6054;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  box-shadow: none;
  padding-left: 13px;
  background-color: #ffffff;
}
.enquiry-form .form-select:focus {
  border: 0;
  box-shadow: 0 0 0 2px rgba(0, 155, 58, 0.2);
}
.enquiry-form .form-select.no-arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  background: #fff !important;
  padding-right: 15px !important;
}
.enquiry-form textarea.form-control {
  height: 68px;
  min-height: 68px;
  padding-top: 9px;
  resize: none;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  color: #5e6054;
  border-radius: 16px;
}
.enquiry-form .button-green:hover {
  background-color: #389138;
  top: 0;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Story Section
--------------------------------------------------------------*/
#story .leaf-top,
#story .leaf-bottom {
  width: 50%;
  height: 50%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  pointer-events: none;
}
#story .leaf-bottom {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
}
#story .description-box {
  margin-bottom: 50px;
}
#story .description-box p {
  text-align: justify;
}
#story .description-box p strong {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Crops Section
--------------------------------------------------------------*/
#crops {
  background: url(../img/crops-bg.jpg) center center no-repeat;
  background-size: cover;
}
#crops .title-box {
  margin-left: auto;
}
#crops div.col-md-9 {
  position: relative;
  left: 6%;
}

.hexagon-gallery {
  width: 100%;
  overflow: visible;
  padding: 0;
}

.hexagon-wrapper {
  position: relative;
  width: 950px;
  height: 650px;
  max-width: 100%;
  margin: 0 auto;
  left: 10%;
}

.hex-slider {
  position: absolute;
  overflow: hidden;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  -webkit-clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  background: #ddd;
}
.hex-slider .slick-list {
  height: 100%;
  margin: 0;
}
.hex-slider .slick-track {
  height: 100%;
  display: flex;
}
.hex-slider .slick-slide {
  height: 100%;
  margin: 0;
  opacity: 1;
}
.hex-slider .slick-slide > div {
  height: 100%;
}

.hex-slide {
  width: 100%;
  height: 100%;
}
.hex-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.hex-slider-1 {
  width: 250px;
  height: 250px;
  top: 0;
  left: -35px;
  z-index: 2;
}

.hex-slider-2 {
  width: 450px;
  height: 450px;
  top: 10px;
  left: 170px;
  z-index: 3;
}

.hex-slider-3 {
  width: 300px;
  height: 300px;
  top: 280px;
  left: -35px;
  z-index: 4;
}

.hex-slider-4 {
  width: 220px;
  height: 220px;
  top: 430px;
  left: 340px;
  z-index: 5;
}

.hex-slider-5 {
  width: 400px;
  height: 400px;
  top: 245px;
  left: 520px;
  z-index: 2;
}

/*--------------------------------------------------------------
# Apart Section
--------------------------------------------------------------*/
#apart .title-box {
  display: block;
  text-align: center;
  margin-bottom: 75px;
}
#apart .button-box {
  margin: 0 auto;
  display: table;
}

.product-card {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-card .card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 100px 30px 20px;
  position: relative;
  top: 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 6px 17px rgba(0, 6, 11, 0.42);
  transition: all 0.5s ease 0s;
}
.product-card .card-inner:hover {
  cursor: pointer;
  top: -10px;
  background-color: #00652f;
}
.product-card .card-inner:hover .info-box h3 {
  color: #75eb44;
}
.product-card .card-inner:hover .info-box p {
  color: #ffffff;
}
.product-card .card-inner::before, .product-card .card-inner::after {
  content: "";
  position: absolute;
  left: -1px;
  right: auto;
  top: 30px;
  bottom: 0;
  width: 41px;
  height: 100%;
  background: url(../img/vector-smart-object-left.png) left top no-repeat;
  background-size: auto 180px;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.product-card .card-inner::after {
  top: 0;
  left: auto;
  right: 0;
  width: 55px;
  height: 100%;
  background: url(../img/vector-smart-object-right.png) right top no-repeat;
  background-size: auto 200px;
}
.product-card .card-inner .img-box {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  background-color: #ffffff;
  box-shadow: 0 0 0 5px #65b363;
}
.product-card .card-inner .img-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
}
.product-card .card-inner .info-box {
  position: relative;
}
.product-card .card-inner .info-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1c7325;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-card .card-inner .info-box p {
  color: #283034;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Range Section
--------------------------------------------------------------*/
#range {
  background-color: #e7f6ef;
}
#range .title-box {
  text-align: center;
}

.product-range-card {
  display: flex;
  height: 100%;
}
.product-range-card .card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.product-range-card .card-inner .img-box {
  background-color: #d7e0d4;
  padding: 5px 30px;
  max-height: 390px;
}
.product-range-card .card-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: c;
     object-fit: c;
}
.product-range-card .card-inner .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  margin-top: 10px;
}
.product-range-card .card-inner .info-box span {
  font-size: 15px;
  padding: 0 20%;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Credentials Section
--------------------------------------------------------------*/
#credentials {
  background: #e7f6ef url(../img/wave-img.png) center bottom no-repeat;
  background-size: cover;
}
#credentials .title-box {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
  display: block;
}
#credentials .title-box h2.split-heading {
  color: #ffffff;
}
#credentials .title-box h2.split-heading span.font-two {
  color: #f7eb23;
}
#credentials .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#credentials .img-box img {
  width: 100px;
  transition: all 0.5s ease 0s;
}
#credentials .img-box:hover img {
  opacity: 0.7;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Enquire Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  color: #febd11;
  font-family: Arial, sans-serif;
  position: relative;
  padding: 80px 0 0;
  margin-top: -35px;
  height: 100%;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 445px;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.footer-main h3 {
  color: #f7c900;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 14px;
}

.footer-about {
  max-width: 340px;
}
.footer-about p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 265px;
  color: rgba(255, 255, 255, 0.95);
}

.footer-logo {
  display: inline-flex;
  flex-direction: column;
  width: 130px;
  margin-bottom: 12px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links ul li {
  margin-bottom: 8px;
}
.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 1px;
  position: relative;
  left: 0;
}
.footer-links ul li a:hover {
  color: #f7c900;
  left: 5px;
}

.footer-social {
  margin-top: 27px;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-list a {
  width: 30px;
  height: 30px;
  border: 1px solid #f7c900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #febd11;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}
.social-list a:hover {
  background: #e1610f;
  border-color: #e1610f;
  color: #173e26;
}
.social-list a img {
  max-height: 16px;
}

.contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 1.5;
}
.contact-list a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
}
.contact-list a:hover {
  color: #f7c900;
}
.contact-list p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

.contact-icon {
  flex: 0 0 16px;
}

.newsletter {
  margin-top: 20px;
}
.newsletter h3 {
  margin-bottom: 12px;
}

.newsletter-form {
  width: 100%;
  max-width: 300px;
  height: 34px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  overflow: hidden;
}
.newsletter-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #febd11;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  padding: 0 10px;
}
.newsletter-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
.newsletter-form button {
  flex: 0 0 30px;
  border: 0;
  margin: 3px;
  border-radius: 4px;
  background: #5cd02e;
  color: #febd11;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-form button:hover {
  background: #e1610f;
  color: #173e26;
}
.newsletter-form button img {
  max-height: 16px;
}

.footer-bottom {
  border-top: 1px solid #e8b014;
  padding: 20px 0;
  margin-top: 35px;
  text-align: center;
  position: relative;
}
.footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  transition-delay: 0.8s;
}
.footer-bottom.active p {
  opacity: 1;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1799px) {
  #crops .title-box {
    margin-left: 0;
  }
}
@media (max-width: 1365px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  #hero {
    min-height: 520px;
  }
  .hero-caption {
    font-size: 46px;
  }
  .product-card .card-inner {
    padding: 100px 22px 20px;
  }
  #crops .title-box {
    margin-left: 0;
  }
  .hexagon-wrapper {
    width: 1000px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  #header {
    top: 0;
  }
  #header .logo img {
    max-height: 35px;
  }
  .header-links {
    gap: 30px;
  }
  .gradient-heading {
    font-size: 28px;
  }
  .footer-logo {
    width: 110px;
  }
  .hexagon-wrapper {
    left: -10%;
    transform: scale(0.9);
  }
  #crops {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  #hero {
    min-height: 420px;
  }
  .hero-caption {
    font-size: 36px;
    width: 380px;
    margin-top: -110px;
  }
  .site-footer::before {
    top: -10px;
    height: calc(100% + 10px);
  }
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-about {
    max-width: 100%;
  }
  .footer-about p {
    max-width: 400px;
  }
  .button-orange {
    padding: 0 25px;
  }
  #crops .img-box {
    position: relative;
    left: 30px;
  }
  .product-range-card .info-box span {
    font-size: 14px;
    padding: 0 10%;
  }
  #credentials .img-box img {
    width: 80px;
  }
  .hexagon-wrapper {
    left: -10%;
    transform: scale(0.7);
  }
  #crops {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    max-height: 30px;
  }
  #hero {
    min-height: 350px;
  }
  .hero-caption {
    font-size: 30px;
    width: 280px;
  }
  #crops .title-box {
    margin-left: auto;
    margin-right: auto;
  }
  #credentials {
    background-image: none;
    background-color: #0f9146;
  }
  #enquire {
    background-position: center left !important;
  }
  .product-range-card .img-box {
    height: 100%;
  }
  .footer-main {
    padding: 35px 0 25px;
    background-position: center;
  }
  .footer-main h3 {
    margin-bottom: 12px;
  }
  .footer-about {
    text-align: center;
    margin: 0 auto;
  }
  .footer-about p {
    margin: 0 auto;
  }
  .footer-links {
    max-width: 360px;
    margin: 0 auto;
  }
  .footer-contact {
    max-width: 360px;
    margin: 0 auto;
  }
  .footer-social {
    margin-top: 20px;
  }
  .social-list {
    justify-content: flex-start;
  }
  .contact-list li {
    font-size: 11px;
  }
  .newsletter-form {
    max-width: 100%;
  }
  .footer-bottom {
    padding: 12px 15px;
  }
  .footer-logo {
    width: 90px;
  }
  #crops {
    padding: 60px 0;
  }
  .hexagon-gallery {
    padding: 0;
  }
  .hexagon-wrapper {
    width: 520px;
    height: 300px;
    left: 0;
    transform-origin: top center;
  }
  .hex-slider-1 {
    width: 155px;
    height: 155px;
    top: 15px;
    left: -5px;
  }
  .hex-slider-2 {
    width: 310px;
    height: 310px;
    top: 5px;
    left: 125px;
  }
  .hex-slider-3 {
    width: 150px;
    height: 150px;
    top: 220px;
    left: 40px;
  }
  .hex-slider-4 {
    width: 130px;
    height: 130px;
    top: 300px;
    left: 250px;
  }
  .hex-slider-5 {
    width: 200px;
    height: 200px;
    top: 210px;
    left: 360px;
  }
}
@media (max-width: 479px) {
  .header-links {
    gap: 15px;
  }
  .header-links .header-contact {
    gap: 10px;
  }
  .header-links .header-social {
    gap: 10px;
  }
  .header-links .header-contact > a > img {
    max-height: 13px;
  }
  .header-links .header-social > a > img {
    max-height: 14px;
  }
  #header .logo img {
    max-height: 25px;
  }
  .product-card .info-box h3 {
    font-size: 16px;
  }
  #credentials .title-box {
    padding-top: 0;
  }
  .site-footer {
    padding: 50px 0 0;
  }
  .footer-logo {
    width: 80px;
  }
  .footer-main {
    padding: 30px 0 20px;
  }
  .logo-text {
    font-size: 25px;
  }
  .footer-links {
    margin-top: 5px;
  }
  .footer-social {
    margin-top: 18px;
  }
  .footer-contact {
    margin-top: 5px;
  }
  .footer-bottom p {
    font-size: 9px;
  }
  .hexagon-gallery {
    padding: 0;
  }
  .hexagon-wrapper {
    width: 360px;
    height: auto;
    margin: 0 auto;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hex-slider {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hex-slider-1 {
    width: 205px;
    height: 205px;
    top: 0;
  }
  .hex-slider-2 {
    width: 205px;
    height: 205px;
    top: 0;
  }
  .hex-slider-3 {
    width: 205px;
    height: 205px;
    top: 0;
  }
  .hex-slider-4 {
    width: 205px;
    height: 205px;
    top: 0;
  }
  .hex-slider-5 {
    width: 205px;
    height: 205px;
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */