/* Font Family */
@font-face {
  font-family: Manrope;
  src: url("../font/Manrope-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: poppins;
  src: url("../font/Poppins-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("../font/Manrope-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("../font/Manrope-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("../font/Manrope-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("../font/Manrope-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Feeling Passionate";
  src: url("../font/FeelingPassionateRegular-gxp34.ttf");
  font-weight: 400;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Typography  */
body {
  font-family: Manrope;
  font-size: 14px;
  color: #212529;
}

p {
  line-height: 24px;
}

h1 {
  font-size: 34px;
  font-weight: 400;
}

.highlight-text {
  color: #005B27;
  font-family: Feeling Passionate;
  font-weight: inherit;
  font-size: 40px;
  vertical-align: middle;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 8px;
}

h4 {
  font-weight: 600;

}

h5 {
  font-weight: 600;
  color: #005B27;
  font-size: 14px;
  padding: 8px 0;
}

a {
  color: #343A40;
  text-decoration: none;
}

a.primary-btn,
button {
  font-size: 18px;
  padding: 12px 30px;
  font-weight: 600;
  color: #fff;
  background-color: #005B27;
  border-radius: 16px;
  border: transparent;
  cursor: pointer;
}

button {
  padding: 16px 30px;
}

p.subtitle-description {
  font-size: 18px;
  line-height: 30px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.flex-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yellow-section {
  background: #F9FFEA;
}

.page-wrapper {
  position: relative;
}

.sticky {
  position: fixed;
  width: 64px;
  height: 64px;
  z-index: 10;
  right: 20px;
  cursor: pointer;
  top: 90%;
}

.green-box {
  background: #86BF50;
  padding: 16px 48px;
}

.green-box p {
  font-size: 20px;
  font-weight: 400;
  color: #ffff;
}

.green-box svg {
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-overlay.active {
  display: flex;
}

.pop-up {
  max-width: 821px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  z-index: 10;
  border: 1px solid #212529;
  position: relative;
  animation: popupFade 0.3s ease;
}

.pop-up form {
  padding: 24px 48px 80px;
}

.pop-up form p {
  font-size: 14px;
  font-weight: 500;
  color: #343A40;
  padding-bottom: 16px;
}

.pop-up input::placeholder,
.pop-up textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6C757D;
}

@keyframes popupFade {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

textarea {
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  margin-top: 8px;
  border: 1px solid #ADB5BD;
  min-height: 96px;
  outline: none;
  resize: none;
  font-family: 'Manrope';
  color: #212529;
}
.banner {
  cursor: pointer;
}
.banner-section {
  margin-top: 48px;
}
.banner-section .banner {
  max-width: 1000px;
  margin: 0px auto;
  width: 100%;
  padding: 90px 0;
  position: relative;
}
.banner-section .banner h1 {
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  line-height: 54px;
  color: var(--color);
}
.banner-section .banner .banner-content {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.banner-section .ban-img {
  width: 500px;
  margin-top: -130px;
}
.banner-section .ban-content {
  width: 460px;
  margin-left: 30px;
  padding-top: 32px;
}
.banner-section .ban-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  color: #005b27;
  font-family: 'Feeling Passionate';
  text-align: left;
}
.banner-section .ban-content p {
  font-weight: 300;
  line-height: 24px;
  padding: 30px 0;
}
.banner-section .pop-up .primary-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  display: inline-flex;
  position: absolute;
  bottom: 24px;
  right: 48px;
}

.pop-up form input {
  color: #212529;
  padding: 16px;
  min-width: 49%;
  border-radius: 16px;
  border: 1px solid #ADB5BD;
  outline: none;
}

.pop-upinput {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 13px;
}

Section header .header-topbar {
  padding: 8px;
  text-align: center;
}

header .best-seller {
  position: relative;
}

header .header-content {
  padding: 16px 0px;
  position: relative;
}

header .hambar {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  display: none;
  cursor: pointer;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  justify-content: center;
  margin: auto;
  /* animation: scroll 20s linear infinite; */
}

.marquee-text {
  display: flex;
  align-items: center;
  /* padding-right: 60px; */
  white-space: nowrap;
  font-size: 16px;
}

.marquee-text img {
  width: 14px;
  display: inline-block;
  margin-right: 12px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-40%);
  }
}

header .nav-links {
  font-size: 16px;
  font-weight: 400;
  color: #343A40;
  transition: color 0.7s ease;
  margin-right: 56px;
}

.nav-links:nth-child(5),
.nav-links:nth-child(6) {
  margin-right: 0;
}

.nav-links:nth-child(6) {
  margin-left: 40px;
}

.dropdown::after {
  display: inline-block;
  content: ">";
  transform: rotate(90deg);
  font-size: 22px;
  color: inherit;
  margin-left: 8px;
  vertical-align: middle;
}

.nav-links:nth-child(2) {
  position: relative;
}

.feature {
  position: absolute;
  content: "";
  background: #FFCC00;
  border-radius: 11px;
  top: -15px;
  left: 5px;
  right: 0;
  margin: auto;
  color: #212529;
  font-size: 10px;
  width: 40px;
  height: 16px;
  text-align: center;
  align-content: center;
  font-weight: 700;
}

.mobile-menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  content: "";
  left: 0;
  top: 100px;
  z-index: 10;
  background: #3f0b8e;
  padding: 20px;
  display: none;
}

.mobile-menu a {
  color: #ffff;
  display: block;
  text-align: center;
  margin: 16px 0;
}

.mobile-menu.active {
  display: block;
  transition: all 0.3s ease;
}
section {
  margin-top: 96px;
}

.left-flexbox,
.right-flexbox {
  flex: 1;
  flex-direction: column;
  gap: 127px;
}

.left-flexbox::-webkit-scrollbar,
.right-flexbox::-webkit-scrollbar {
  display: none;
}

.intro-flexbox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}

.intro-heading p {
  font-size: 18px;
  line-height: 30px;
  max-width: 645px;
  padding-top: 8px;
}

.plant-tray {
  max-width: 596px;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.p-txt {
  padding: 0 30px;
}

.intro-box {
  text-align: center;
  max-width: 307px;
}

.intro-images {
  height: 164px;
  width: 164px;
  margin: 0 auto;
}

.intro-images img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-impact {
  padding: 48px 0;
}

.impact-card {
  max-width: 1135px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex-card {
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #005B27;
  background: #ffff;
  width: 348px;
  height: 232px;
  margin-bottom: 40px;
  transition: 
    background-color 0.8s ease,
    color 0.8s ease,
    border-color 0.8s ease,
    transform  0.8s ease;
}

.flex-card h1 {
  width: 112px;
}

.flex-card:first-child {
  background: transparent;
  border: none;
  padding: 0;
}

.flex-card:first-child:hover {
  background: transparent;
  border: none;
  color: #212529;
}

.flex-card:hover {
  background: #005B27;
  border: transparent;
  color: #ffff;
}

.flex-card:hover svg path {
  fill: #ffff;
}

.flex-card h4 {
  margin-left: 16px;
  font-size: 16px;
  line-height: 22px;
}

.flex-card div {
  align-items: center;
  margin-bottom: 16px;
  justify-content: start;
}

.flex-card svg {
  width: 80px;
  height: 80px;
}

.healthier-team h1 {
  max-width: 297px;
}

.healthier-team p {
  font-size: 18px;
  font-weight: 400;
  max-width: 448px;
  line-height: 30px;
}

.brings-images img {
  width: 540px;
}

.brings-images img {
  border-radius: 12px;
}

.brings-content {
  color: #F1F4ED;
}

.mySwipers svg {
  display: none;
}

.brings-content .highlight-text {
  font-size: 34px;
}

.swiper {
  margin-top: 40px;

}

.swiper-slide-active {
  filter: blur(0);
}


.slider {
  margin-bottom: 24px;
}

.mySwiper {
  height: 560px;
  overflow: hidden;
}

.slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  /* hide scrollbar */
  scrollbar-width: none;
}

.slider .swiper-wrapper::-webkit-scrollbar {
  display: none;
}


.swiper-slide {
  gap: 108px;
  padding: 56px 0;
  display: flex !important;
  background: #86BF50;
  border-radius: 12px;
  padding: 56px 64px 56px 80px;

}

.slide2,
.slide4 {
  padding: 56px 80px 56px 64px;
  flex-direction: row-reverse;
  gap: 27px;
}

.slide3 {
  gap: 123px;
}

.slide5 {
  gap: 117px;
}

.slide5 h1,
.slide3 h1 {
  padding-right: 40px;
}

.homie-work__section {
  max-width: 1005px;
  margin: 0 auto;
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-top: 40px;
  cursor: pointer;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  pointer-events: none;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: 12px;
  pointer-events: auto;
}

.glance-section {
  padding: 48px 0;
}

.glance-section h1 {
  text-align: center;
}

.glance-flexbox {
  gap: 40px;
  max-width: 1090px;
  margin: 40px auto 0;
}

.glance-box {
  text-align: center;
}

.glance-icons {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.glance-box p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
}

.badges {
  padding: 24px 0 8px;
}

.badges img {
  width: 129px;
  height: 129px;
}

.badges h1 {
  max-width: 421px;
}

.badge-flex {
  gap: 40px;
}

.maintance-section {
  padding: 48px 0;
}

.maintance-section h1 {
  text-align: center;
}

.maintance-section article {
  gap: 24px;
}

.maintance-section article {
  max-width: 476px;
}

.maintance-section a {
  display: inline-block;
}

.maintenance-flexbox {
  margin: 40px 0;
  flex-wrap: wrap;
  row-gap: 80px;
  text-align: start;
  position: relative;
}

.maintenance-flexbox::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #bbbcbb;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5%;
}

.maintenance-flexbox::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #bbbcbb;
  top: 0;
  right: 0;
  margin: auto;
  left: 0;
}

.maintance-image img {
  width: 80px;
  height: 80px;
}

.maintance-section h4 {
  margin-bottom: 8px;
}

.maintance-section,
.primary-btn {
  text-align: center;
}

.testimonial_slider {
  margin: 40px auto 20px;
  border-radius: 12px;
  border: 2px solid #005B27;
  max-width: 900px;
  position: relative;
}

.testimonial_slider .swiper-slide {
  background: none;
}

.testimonial_slider::after {
  position: absolute;
  content: "";
  width: 24px;
  background: url("../img/previous-arrow.svg") no-repeat;
  background-size: cover;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 32px;
    display: none;
}

.testimonial_slider::before {
  position: absolute;
  background: url("../img/next-arrow.svg") no-repeat;
  background-size: cover;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  display: none;
}

.testimonial h1 {
  text-align: center;
}

.testimonial_slide {
  max-width: 516px;
  margin: 0 auto;
  padding: 32px 10px;
}

.testimonial_slider p {
  font-size: 16px;
  line-height: 28px;
  margin: 24px 0 32px;
}

.testimonial_slider img {
  width: 175px;
}

.author {
  gap: 16px;
  justify-content: flex-start;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.author p {
  margin: 0;
}

.grow-section {
  margin: 96px auto 0;
  position: relative;
}

.grow-content {
  max-width: 607px;
  padding: 80px 0px 80px 0;
}

.grow-content h1 {
  margin-bottom: 16px;
}

.grow-content p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
}

.empty {
  min-width: 568px;
}

.glow-image {
  max-width: 568px;
  position: absolute;
  left: 0;
}

.grow-content a {
  display: inline-block;
  margin-top: 16px;
}

.footer {
  padding: 40px 0 48px;
}

.footer-topform {
  margin: 28px 0 35px;
}

.footer-content {
  align-items: flex-start;
}

.contact-details {
  padding-left: 25px;
  align-items: flex-start;
  max-width: 700px;
  width: 100%;
}

.contact-details p:last-child {
  max-width: 182px;
}

.contact-details p {
  font-weight: 600;
  position: relative;
}

.subscribe-title {
  font-weight: 400;
  font-family: poppins;
}

#myform {
  margin-top: 12px;
}

.footer input {
  padding: 18px 16px;
  border: 1px solid #ADB5BD;
  border-radius: 16px;
  min-width: 280px;
  margin-right: 8px;
  outline: none;
}

.footer input::placeholder {
  font-weight: 400;
  font-family: poppins;
  color: #6C757D;
}

.footer-btmbar {
  padding-top: 32px;
  position: relative;
}

.footer-links {
  gap: 40px;
}

.footer-links div a:first-child {
  margin-right: 32px;
}

.contact-details img {
  position: absolute;
  left: -27px;
}

.social-links {
  gap: 8px;
}

.social-links p {
  font-weight: 600;
  color: #343A40;
}

.social-links a {
  display: inline-block;
}

/*  */
.cards {
  width: 100%;
  max-width: 1240px;
  margin: 20px auto 0;
  display: grid;
  /* grid-template-rows: repeat(var(--cards-count), var(--card-height)); */
  gap: 40px 0;
}
.card {
  position: sticky;
  top: 0;
}
.card__inner {
  will-change: transform;
  background: #86BF50;
  padding: 56px 80px;
  border-radius: 12px;
  display: flex;
  gap: 108px;
  overflow: hidden;
  transform-origin: center top;
}
.mobile{
  display: none;
}
.freshness-img {
  max-width: 580px;
}
.thank-you__section {
  padding-bottom: 96px;
  text-align: center;
}
.thank-you__section h1 {
  margin-bottom: 8px;
}
.thank-you__section p {
  font-size: 16px;
}
@media screen and (max-width:640px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .healthier-section .mobile .swiper.mySwiper .flex-section{
    flex-direction: column;
  } 
  .healthier-section .mobile .swiper.mySwiper .flex-section .brings-images img{
    width: 100%;
  }
  .healthier-section .slider .swiper-wrapper{
    flex-direction: row;
  }
  .healthier-section .mobile .swiper-wrapper {
    height: unset;
  }
  .healthier-section .mobile span.swiper-pagination-bullet-active{
    background: #005B27 !important;
  }
  .healthier-section .mobile .swiper-pagination span.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #86BF50;
    opacity: unset;
  }
  .freshness-img {
    max-width: 100%;
  }
}