@font-face {
  font-family: 'futura';
  src: local('futura'), url('../font/FuturaCyrillicBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: local('Montserrat Thin'), url('../font/FuturaCyrillicBook.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura Thin';
  src: local('futura Thin'), url('../font/FuturaCyrillicDemi.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura Thin';
  src: local('futura Thin'), url('../font/FuturaCyrillicExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura Thin';
  src: local('futura Thin'), url('../font/FuturaCyrillicHeavy.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura Thin';
  src: local('futura Thin'), url('../font/FuturaCyrillicLight.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'futura Thin';
  src: local('futura Thin'), url('../font/FuturaCyrillicMedium.ttf') format('truetype');
  font-display: swap;
}

    body {
      margin: 0;
      font-family: 'Futura Thin', sans-serif;
      background-color: #e5e5dc;
      color: #222;
    }

    header {
      background-color: #e5e5dc;
      border-bottom: 1px solid #ccc;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 40px;
      flex-wrap: wrap;
      background-color: hsl(0deg 0% 92.94%);
    }

    .logo img {
      height: 100px;
    }

    .nav-left, .nav-right {
      display: flex;
      gap: 20px;
      text-transform: uppercase;
      font-size: 14px;
    }

    .nav-left a, .nav-right a {
      text-decoration: none;
      color: #222;
      font-weight: 500;
      position: relative;
      font-family: 'Futura Thin', sans-serif;
      font-size: 0.9rem;
    }

    .nav-left a.active::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #222;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }
.agro {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px 20px 0px 0px;
}
.agro {
    background: #fff;
    color: #000;
    cursor: pointer;
    height: 15px;
    width: 200px;
    text-decoration: none;
    transform: perspective(1000px);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 0%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 99999999999;
    padding: 30px 0px 30px 30px;
}
.wtsapp {
    width: 24px;
    height: 24px;
}
.icon-bar {
    position: fixed;
    bottom: -5%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 999999999
}

    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: #222;
    }

    /* Carousel */
    .carousel {
      position: relative;
      width: 100%;
      height: 80vh;
      overflow: hidden;
    }

    .slides {
      display: flex;
      width: auto;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      width: 100%;
      flex-shrink: 0;
      background-size: cover;
      background-position: center;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 0px 10px;
      cursor: pointer;
      z-index: 10;
      border: none;
      user-select: none;
      font-size: 30px;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    footer {
      text-align: center;
      padding: 45px;
      font-size: 1.3rem;
      color: #777;
    }

   
    .content {
      max-width: 1320px;
      margin: 0 auto;
    }

    h2 {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.5px;
      font-family: 'Futura Thin', sans-serif;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    h2 + p {
      margin-top: 20px;
      font-size: 1.1rem;
      color: grey;
      font-family: 'Futura Thin', sans-serif;
      font-size: 1.1rem;
      font-weight: 100;
      line-height: 1.6;
    }

    p {
      margin-bottom: 20px;
      font-size: 1.1rem;
      color: #222;
    }



    .about
    {padding: 70px 0;
    width: 100%;
       background-color: hsl(0deg 0% 92.94%);
}
.para
{text-align: center;font-family: 'Futura Thin', sans-serif;font-size: 1.9;text-transform: uppercase;font-weight: 700;letter-spacing: 0.5px;font-family: 'Futura Thin', sans-serif;font-size: 1.1rem;line-height: 1.6;}



.btn {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    background: #ffffff;
    border: 3px solid #999999;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-border-1::after,
.btn.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn.btn-border-1::after {
    bottom: -3px;
    right: -3px;
    border-left: 3px solid #222222;
    border-bottom: 3px solid #222222;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn.btn-border-1::before {
    top: -3px;
    left: -3px;
    border-top: 3px solid #222222;
    border-right: 3px solid #222222;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn.btn-border-1:hover {
    animation: pulse 1s ease-out .4s;
    color: #222222;
}

.btn.btn-border-1:hover::after,
.btn.btn-border-1:hover::before {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    visibility: visible;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn.btn-border-1:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn.btn-border-1:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}
.divide
{
    display: flex;
}
.left1
{
    width: 40%;
    float: left;
    justify-content: left;
    align-items: lefy;
    right: 9%;
    left: 1;
}
.right1
{
    width: 50%;
    float: right;
    justify-content: right;
    right: 3%;
    padding-left: 5%;
}
.abt-img
{width:100%;}
.contact-section {
  font-family: Arial, sans-serif;
  color: #000;
  max-width: 700px;
  padding: 25px 0px 0px 0px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 30px;
  color: #000; /* olive/dark green like your image */
  margin-right: 35px;
  margin-top: 15px;
}

.contact-item strong {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Futura Thin', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.sub{
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-family: 'Futura Thin', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 0px !important;
}
.sub1
{   font-weight: 100;
    letter-spacing: 0.5px;
    font-family: 'Futura Thin', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 0px !important;}

    .earthiscape
    {}

     /* Mobile */
    @media (max-width: 768px) {
      .nav-left, .nav-right {
        display: none;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        width: 100%;
        background-color: transparent;
        margin-top: 10px;
      }
.about {
    padding: 50px 10px;
    width: 100%;
    background-color: hsl(0deg 0% 92.94%);
}
      .nav-left.active,
      .nav-right.active {
        display: flex;
      }

      .hamburger {
        display: flex;
      }

      .nav-container {
        flex-direction: column;
        align-items: flex-start;
      }

      .logo {
        align-self: center;
        margin: 10px auto;
      }.divide {
    display: grid;
}.abt-img {
    width: 93%;
}.right1 {
    width: 93%;
    float: right;
    justify-content: right;
    right: 3%;
    padding-left: 0%;
    padding: 10px;
}
.left1 {
    width: 100%;
    /* float: left; */
    justify-content: left;
    align-items: lefy;
    right: 9%;
    left: 1;
    /* padding: 10px; */
}
.para {
    text-align: center;
    font-family: 'Futura Thin', sans-serif;
    font-size: 1.9;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Futura Thin', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
}
.contact-item {
    display: contents;
    align-items: flex-start;
    margin-bottom: 0px;
}.contact-section {
    font-family: 'Futura Thin', sans-serif;
    color: #000;
    max-width: 700px;
    padding: 0px 0px 0px 0px;
}
.contact-item strong {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Futura Thin', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}
    }

  .garden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 20px;
}

.garden-item {
  text-align: center;
}

.garden-item img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    gap: 10px;
    margin-bottom: 30px;
}

.garden-item p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}