.newsletter-form{
  background-color: #fff;
}
.contact-form-i ::placeholder {
  color: #222;
  opacity: 0.6;
}
.event-item{
  border-radius: var(--radius-sm);
}
@media screen and (min-width:768px) {
    .events-4-col .event-item.w-dyn-item:first-child {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
    }
    .w-nav-menu{
      justify-content: center;
    }
    .events-4-col .event-item.w-dyn-item:first-child img.full-image.event-image {
        width: 48.55%;
        aspect-ratio: 637 / 480;
    }
    .events-4-col .event-item.w-dyn-item:first-child .event-card {
        flex-direction: row;
    }
    .events-4-col .event-item.w-dyn-item:first-child .event-img-info {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 3.17rem
    }
    .events-4-col .event-item.w-dyn-item:first-child .event-card .event-date {
        position: absolute;
        bottom: 0;
        left:53.048%;
        bottom: 5.079rem;
    }
    .events-4-col .event-item.w-dyn-item:first-child .event-type{
        margin-bottom: 1.3492rem;
    }
    .events-4-col .event-item.w-dyn-item:first-child .event-title{
        font-size: var(--h4);
        line-height: var(--h2-line-height);
        max-width: 18em;
    }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: var(--brand-color);
}
.swiper-pagination-progressbar {
    height: 1px !important;
    background-color: #ffffff30;
    margin-bottom: 1rem;
    position: static;
}
.swiper-slide.year-slide.swiper-slide-thumb-active{
    color: var(--brand-color);
}
.our-leadership .swiper-pagination-progressbar{
background-color: #22222266;
}
@media screen and (min-width:768px) {
    .for-farmer-delear-box.first::after {
        width: 1px;
        height: 100%;
        position: absolute;
        background: #2222221A;
        right: -3.412rem;
        top: 0;
        content: "";
    }
}
section.product-banner::before {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    
}
.w-radio-input {
    position: relative;
    width: 2.2222rem;
    height: 2.2222rem;
    margin-top: 0;
    border: 0 !important;
    box-shadow: none;
    outline: none;
    appearance: none;
    margin-right: 0.87rem;
    cursor: pointer;
}
.w-radio-input::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #E3E3E3;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
}
.w-radio-input:checked::after{
    background-color: #fff;
    width: 1.111rem;
    height: 1.111rem;
    border: 0.55rem solid var(--brand-color);
}
.w-radio-input:checked + span{
    color: var(--brand-color);
}
a.event-cat-name.w--current {
    background: var(--brand-color);
    border-color: transparent;
    color: #fff;
}
.event-collection.w-dyn-list .w-dyn-empty {
    background: #ff52012b;
    text-align: center;
    border-radius: var(--radius-sm);
    padding: 30px;
}
.remember-me .w-checkbox input:checked {
}
.remember-me .w-checkbox input {
    position: relative;
    border: 0;
    padding: 0;
    appearance: none;
}
.remember-me .w-checkbox input{
    width: 2.063rem;
    height: 2.063rem;
}
.remember-me .w-checkbox input::after{
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E3E3E3;
    border-radius: 4px;
    pointer-events: none;
    touch-action: none;
    transition: all 0.2s ease-in-out;
}
.remember-me .w-checkbox input:checked::after{
  background-color: var(--brand-color);
}
.w-checkbox-input{
    margin-top: 0;
}
.remember-me .w-checkbox input:before {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
    width: .9rem;
    height: .35rem;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
    transition: all .2s ease-in-out;
}
.remember-me .w-checkbox input:checked::before {
    opacity: 1;
}
.login-register-tab div.active{
    border-bottom: 0.23rem solid var(--brand-color);
}
.login-register-tab {
    line-height: 1.2;
}
.login-register-tab div:not(.active) {
    opacity: 0.5;
    font-weight: 400;
    cursor: pointer;
}
.login-register-tab div{
    padding-bottom: 0.793rem;
}
.all-products-wrapper::after {
    content: "";
    height: auto;
    background: #F9D745;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.59%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    filter: blur(60px);
}
.products-banner .swiper-pagination-progressbar{
    background-color: #2222221A;
}
.product-item.swiper-slide img
{
    transition: 0.4s;
}
header{
    transition: 0.5s;
}
.product-item.swiper-slide.w-dyn-item.swiper-slide-active img {
    transform: scale(1.1);
}
body.header-scroll header.hide-header {
    transform: translateY(-102%);
}
/* Hide scrollbar but allow scrolling */
html {
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}
.sticky-slide-content{
    opacity: 0;
    transition: 0.3s;
}
.sticky-slide-content.active{
    opacity: 1;
}
.h3.slide-desc{
    opacity: 0;
    
    transform: translateY(20px);
}
.slide-title.sm-title{
    opacity: 0;
}
.h3.slide-desc.active,.slide-title.sm-title.active{
    opacity: 1;
    transition: 0.7s;
    transform: none;
}
html{
    scroll-behavior: auto !important;
}
.progress-bar::after{
    position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;

    width: var(--progress);
}
/* .product-item.hide {
    display: none;
} */
@keyframes animateText {
    to {
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes animateTextEnd {
    from{
      transform: translate3d(0, -0%, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, -100%, 0);
      opacity: 1;
    }
  }
  [fadein] {
    transform: translate3d(0, 4rem, 0);
    opacity: 0;
    will-change: transform, opacity;
      
}
  @keyframes fadein {
    to {
      transform: translateZ(0);
      opacity: 1;
    }
  }
  [textsplit] .line .word {
    transform: translate3d(0, 100%, 0);
    will-change: transform, opacity;
      
}
[section].animate .word {
  animation: animateText 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
[section].animate .line:nth-child(1) .word {
    animation-delay: calc(0.1s + var(--delay));
  }
  
[section].animate .line:nth-child(2) .word {
    animation-delay: calc(0.2s + var(--delay));
  }
  
[section].animate .line:nth-child(3) .word {
    animation-delay: calc(0.3s + var(--delay));
  }
  
[section].animate .line:nth-child(4) .word {
    animation-delay: calc(0.4s + var(--delay));
  }
  
[section].animate .line:nth-child(5) .word {
    animation-delay: calc(0.5s + var(--delay));
  }
  
[section].animate .line:nth-child(6) .word {
    animation-delay: calc(0.6s + var(--delay));
  }
  
[section].animate .line:nth-child(7) .word {
    animation-delay: calc(0.7s + var(--delay));
  }
  
[section].animate .line:nth-child(8) .word {
    animation-delay: calc(0.8s + var(--delay));
  }
  
[section].animate .line:nth-child(9) .word {
    animation-delay: calc(0.9s + var(--delay));
  }
  
[section].animate .line:nth-child(10) .word {
    animation-delay: calc(1s + var(--delay));
  }
  
[section].animate .line:nth-child(11) .word {
    animation-delay: calc(1.1s + var(--delay));
  }
  [section].animate .line:nth-child(12) .word {
    animation-delay: calc(1.2s + var(--delay));
  }
  [section].animate .line:nth-child(13) .word {
    animation-delay: calc(1.3s + var(--delay));
  }
  [section].animate .line:nth-child(14) .word {
    animation-delay: calc(1.4s + var(--delay));
  }
  [section].animate .line:nth-child(15) .word {
    animation-delay: calc(1.5s + var(--delay));
  }
[section].animate [fadein]
{
  animation: fadein 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: var(--delay) opacity;
}
  .animate-banner [textsplit-banner] .word {
    animation: animateText 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(1) .word {
    animation-delay: calc(0.1s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(2) .word {
    animation-delay: calc(0.2s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(3) .word {
    animation-delay: calc(0.3s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(4) .word {
    animation-delay: calc(0.4s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(5) .word {
    animation-delay: calc(0.5s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(6) .word {
    animation-delay: calc(0.6s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(7) .word {
    animation-delay: calc(0.7s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(8) .word {
    animation-delay: calc(0.8s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(9) .word {
    animation-delay: calc(0.9s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(10) .word {
    animation-delay: calc(1s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(11) .word {
    animation-delay: calc(1.1s + var(--delay));
  }
    [textsplit-banner] .line {
    overflow: hidden;
    /* padding-bottom: 0.025em; */
  }
  
  [textsplit-banner] .line .word {
    transform: translate3d(0, 100%, 0);
    will-change: transform, opacity;
  }
  
  [textsplit-banner] {
    opacity: 0;
  }
  
  .animate-banner [textsplit-banner] {
    opacity: 1;
  }
  .animate-banner [textsplit-banner] .word {
    animation: animateText 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(1) .word {
    animation-delay: calc(0.1s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(2) .word {
    animation-delay: calc(0.2s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(3) .word {
    animation-delay: calc(0.3s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(4) .word {
    animation-delay: calc(0.4s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(5) .word {
    animation-delay: calc(0.5s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(6) .word {
    animation-delay: calc(0.6s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(7) .word {
    animation-delay: calc(0.7s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(8) .word {
    animation-delay: calc(0.8s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(9) .word {
    animation-delay: calc(0.9s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(10) .word {
    animation-delay: calc(1s + var(--delay));
  }
  
  .animate-banner [textsplit-banner] .line:nth-child(11) .word {
    animation-delay: calc(1.1s + var(--delay));
  }
  .number-image-text{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .leisx [thisisbanner] [textsplit] .word {
    animation: animateText 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(1) .word {
    animation-delay: calc(0.1s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(2) .word {
    animation-delay: calc(0.2s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(3) .word {
    animation-delay: calc(0.3s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(4) .word {
    animation-delay: calc(0.4s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(5) .word {
    animation-delay: calc(0.5s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(6) .word {
    animation-delay: calc(0.6s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(7) .word {
    animation-delay: calc(0.7s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(8) .word {
    animation-delay: calc(0.8s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(9) .word {
    animation-delay: calc(0.9s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(10) .word {
    animation-delay: calc(1s + var(--delay));
  }
  
  .leisx [thisisbanner] [textsplit] .line:nth-child(11) .word {
    animation-delay: calc(1.1s + var(--delay));
  }
  .leisx [thisisbanner] [fadein] {
    animation: fadein 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: var(--delay);
  }
  .who-we-number-title{
    /* opacity: 0; */
    will-change: opacity;
  }
  .section-header.center.section-header-why-choose{
    will-change: transform,opacity;
  }
  .scrolling-image{
    will-change: transform;
  }
  .bg-image img{
    will-change: transform;
  }
  .who-we-are .section-header{
    will-change: transform, opacity;
  }
  body:not(:has(.all-products-wrapper .swiper-slide)) .products-paginations,body:not(:has(.all-products-wrapper .swiper-slide)) .all-products-wrapper::after{
    display: none;
  }
  .full-image.event-image{
    height: auto;
  }
  section.results-section.no-bg::before {
    content: "";
    position: absolute;
    height: var(--section-space);
    width: 100%;
    background: linear-gradient(180deg, #fffefb, transparent);
    top: 0;
}
.results-collection-wrapper::after {
  content: "";
  height: 1px;
  width: 100%;
  background: var(--brand-color);
  position: absolute;
  left: 0;
  top: -1px;
  width: var(--progress);
}
.results-collection-wrapper {
  position: relative;
}
.video-popup .close-video-pop {
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.075, 0.82, 0.165, 1), transform .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-100%) translateY(-10rem);
  z-index: 3;
}
.video-popup{
  pointer-events: none;
  touch-action: none;
  position: fixed;
}
.video-popup.active {
  pointer-events: auto;
  touch-action: auto;
}
.video-popup.active .close-video-pop {
  opacity: 1;
  transform: translateY(0);
}
.video-popup .video-bg{
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.video-popup.active .video-bg {
  opacity: 1;
}
.video-popup .video-popup-inner::before {
  content: "";
  width: 100%;
  height: 13rem;
  position: absolute;
  background: linear-gradient(180deg,#222 40%,transparent 100%);
  z-index: 1;
  top: 0;
  z-index: 2;
  display: none;
}
.video-popup .video-popup-inner{
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0s;
}
.video-popup.active .video-popup-inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: .3s;
}
.video-play-btn,.video-btn{
  cursor: pointer;
  transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 100%;
}
.video-poster{
  cursor: initial;
}
.video-popup .close-video-pop img{
  transition: transform .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.video-popup .close-video-pop:hover img{
  transform: rotate(180deg);
}
.video-play-btn:hover,.video-btn:not(.no-scale):hover{
  transform: scale(1.1);
  background: #868686;
}
.video-popup-inner {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.all-products-wrapper:after
{
  transition: 1s;
  transition-delay: 0.3s;
  opacity: 1;
  background: var(--product-color);
  opacity: 0.7;
}
.gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) {
  margin-bottom: var(--grid-gap);
}
@media screen and (min-width:768px) {
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) {
    grid-template-columns: 1.35fr 0.65fr 1fr;
    margin-bottom: var(--grid-gap);
  }
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) .gallery-item:nth-child(1) {
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    grid-row-start: 1 !important;
    grid-row-end: 3 !important;
  }
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) .gallery-item:nth-child(3) {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 2 !important;
    grid-row-end: 2 !important;
  }
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) .gallery-item:nth-child(4) {
    grid-column-start: 3 !important;
    grid-column-end: 3 !important;
    grid-row-start: 1 !important;
    grid-row-end: 3 !important;
  }
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) .gallery-item:nth-child(2) {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 1 !important;
    grid-row-end: 1 !important;
  }
  
  .gallery-wrapper .grid.gallery-grid.w-dyn-items:nth-child(2) .gallery-item{
    aspect-ratio: initial !important;
  }
  
}
.product-cat{
  cursor: pointer;
}
.text-block-2.active {
  color: var(--brand-color);
}
.product-cat:has(.text-block-2.active) {
  border-bottom: 1px solid var(--brand-color);
}
.text-block-2.disabled {
  cursor: not-allowed;
}
.sticky-slider .sticky-slide-content{
  opacity: 1;
}
.scrolling-images{
  pointer-events: none;
  touch-action: none;
}
section.our-leadership::after {
  content: "";
  position: absolute;
  height: var(--section-space);
  width: 100%;
  background: linear-gradient(0deg, #fff, transparent);
}
.soil-sticky-slider .sticky-slide-content{
  opacity: 1;
  transition: 0s !important;
}
.soil-sticky-slider{
  
}
.mega-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transform: translate(-50%, 0);
  z-index: -1;
  
}
.megamenu-bg{
  pointer-events: none ;
  display: block;
  opacity: 1;
  transform: scaleY(0);
  transition: 0.3s;
  transform-origin: top;
  transition-delay: 0.3s;
  z-index: -1;
  box-shadow: 0px 0px 20px #1f1f1f42;
}
@media screen and (min-width:768px) {
  header:has(li.megamenu-li:hover) .megamenu-bg,header .megamenu-bg:hover {
    pointer-events: auto;
    transform: scaleY(1);
    transition-delay: 0s;
  }
  .mega-menu .container-a {
    transform: none;
    transition: 0.5s;
  }
  header li.megamenu-li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
    transform: translate(-50%, 0);
    transition: 0.5s;
    transition-delay: 0.2s;
  }
  header li.megamenu-li:hover .mega-menu .container-a {
    transform: translateY(0);
    transition: 0.5s;
  }
  .w-nav-menu {
    height: 100%;
    display: flex;
    height: calc(100% + 1.26984rem * 2);
  }
  ul.nav-menu-two.w-list-unstyled li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header:has(li.megamenu-li:hover) .nav-wrapper {
    filter: none;
    transition: 0.5s;
    }
    header:has(.megamenu-bg:hover) .nav-wrapper {
      filter: none;
      transition: 0.5s;
    
    }
  ul.nav-menu-two.w-list-unstyled li a{
    position: relative;
  }
  ul.nav-menu-two.w-list-unstyled li a::after {
    transform: scaleX(0);
    content: "";
    width: 100%;
    height: 1px;
    background:#222222;
    position: absolute;
    bottom: 0rem;
    left: 0;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  ul.nav-menu-two.w-list-unstyled li:hover a::after{
    transform: scaleX(1);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mega-menu-item::after{
    display: none;
  }
}
.timeline-actions {
  display: flex
;
  position: absolute;
  width: 9.20rem;
  justify-content: space-between;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.timeline-actions .swiper-button-next, .timeline-actions .swiper-button-prev {
  display: flex;
  position: relative;
  width: 3.809rem;
  height: 3.809rem;
  background: var(--brand-color);
  padding: 0;background: #4C4C4C;
  flex-shrink: 0;
  margin: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}
.timeline-actions .swiper-button-next::after, .timeline-actions .swiper-button-prev::after {
 display: none;
}
.timeline-actions .swiper-button-next img, .timeline-actions .swiper-button-prev img {
 filter: invert(1);
 width: 2.063rem;
  height: 2.063rem;
  transition: 0.4s;
}
.timeline-actions .swiper-button-next:hover img, .timeline-actions .swiper-button-prev:hover img {
  filter: invert(0);
}
.timeline-actions .swiper-button-prev img {
  transform: rotate(180deg);
}

.timeline-actions .swiper-button-next::before, .timeline-actions .swiper-button-prev::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
 transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1); 
}
.timeline-actions .swiper-button-next:hover::before, .timeline-actions .swiper-button-prev:hover::before{
  transform: scale(1);
  transition: 0.5s;
}
section.products-banner:not(:has(.product-item:nth-child(2))) .products-paginations {
  display: none;
}
.button-primary{
  position: relative;
  overflow: hidden;
}
.button-primary::after{
  content: "";
  width: 200%;
  aspect-ratio: 1;
  background: #222;
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: translateY(102%);
  transition: transform .8s cubic-bezier(.77,0,.175,1);
  border-radius: 100%;
}
.button-primary:hover::after{
  transform: translateY(50%);
}
.button-primary:hover{
  background-color: #222;
  transition-delay: 0.3s;
}
.button-primary span{
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.button-primary:hover span{
  color: #fff;
}
.product-card-btn{
  overflow: hidden;
}
.product-card-btn::after{
  content: "";
  width: 200%;
  aspect-ratio: 1;
  background: var(--brand-color);
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: translateY(100%);
  transition: transform .6s cubic-bezier(.77,0,.175,1);
  border-radius: 100%;
}
@media screen and (min-width:768px) {
  .link-block:hover .product-card-btn::after{
    transform: translateY(50%);
  }
  .link-block:hover .product-card-btn div{
    color: #fff;
  }
  a.link-block.w-inline-block img {
    transition: 0.4s;
  }
  a.link-block.w-inline-block:hover img {
    transform: scale(1.1);
}
}
.product-card-btn div{
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

a.footer-link
{
  position: relative;
  overflow: hidden;
  max-width: max-content;
}
.footer-link:not(.last-link){
  color: #fff !important;
}
a.footer-link::after{
  content: "";
  width: 100%;
  height: 1px;
  aspect-ratio: 1;
  background: #fff;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  left: 0;
  transition: transform .6s cubic-bezier(.77,0,.175,1);
  transform-origin: left;
}
a.footer-link:not(.address):hover::after{
  transform: scaleX(1);
}
.footer-social-link{
  position: relative;
}
.footer-social-link::after{
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 0.4s;
  border-radius: 100%;
}
.footer-social-link:hover::after{
  transform: scale(1.5);
}
.footer-social-link img{
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.footer-social-link:hover img{
  filter: invert(1);
  transition: 0.4s;
  transform: scale(0.8);
}
.happy-dealers{
  z-index: 2;
  position: relative;
}
.products-paginations {
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:599px) {
  .opening {
    padding: 24px 24px 32px;
    flex-direction: column;
    align-items: baseline;
}

.opening .opening-title {
    padding-bottom: 40px;
}
.container-rg.job-contianer {
  max-width: 82.8571rem;
  margin-top: 4.49206rem;
}
.job-hero {
  padding-top: 8.1746rem;
}
.heading-1.job-page-titl {
  font-size: 30px;
  text-align: left;
  letter-spacing: 0;
  margin-top: 1rem;
}
.breadcrumbs{
  justify-content: flex-start;
}
.contact-form.contact-form-career .contact-form-bg{
  border-radius: 12px;
}
.openings{
  padding-bottom: 0;
}
.nav-wrapper{
  padding-left: 0;
  padding-right: 0;
}
.opening .job-location-btn .job-location {
    white-space: nowrap;
}

.opening .job-location-btn {
    flex-direction: column;
    align-items: baseline;
    gap: 67px;
}
}
@media screen and (max-width: 767px) {
  html {
      font-size: 16px !important;
  }
  .header{
    background-color: #fff;
  }
  :root {
      --h1: 2.5rem;
      --sm-font: 0.8125rem;
      --h2: 1.875rem;
      --text-20: 0.9375rem;
      --btn-font-size: 1.0625rem;
      --h4: 1.5rem;
      --base-font: 0.8125rem;
      --text-xs: 0.625rem;
      --space-40: 2.375rem;
      --sm-title-mb: 1.875rem;
      --grid-gap: 0.9375rem;
      --space-80: 3.125rem;
      --h1-line-height: 2.5rem;
      --base-line-height: 1.4375rem;
      --h2-line-height: 2.0625rem;
      --container-padding: 1.25rem !important;
      --section-space: 5rem;
      --space-38: 1.375rem;
      --space-42: 1.3125rem;
      --space-50: 2rem;
      --btn-height: 3.125rem;
      --btn-px: 2.8125rem;
      --space-46: 2.6875rem;
      --section-space-lg: 5.625rem;
      --text-xl: 3.125rem;
      --p-21: 1rem;
      --padding-42: 1.5rem;
      --h5: 1.25rem;
      --text-17: 0.8125rem;
      --space-60: 2.5rem;
      --h3: 1.125rem;
      --space-30: 6.5rem;
      --space-20: 0.9375rem;
      --radius-xs: 0.375rem;
      --radius-sm: 0.375rem;
      --text-16: 0.8125rem;
      --space-45: 1.25rem;
      --space-35: 2rem;
      --hero-md-desk-pt: 8.75rem;
      --space-70: 3.75rem;
      --space-18: 0.75rem;
      --radius: 0.375rem;
      --space-8: 0.75rem;
      --space-11: 0.5rem;
      --space-256: 10.625rem;
      --space-92: 5.625rem;
      --space-15: 1.875rem;
      --padding-26: 26px;
      --width-97: 48px;
      --gap-18: 12px;
      --text-38: 24px;
      --space-200: 10.625rem;
      --height-60px: 3.75rem;
      --w-25: 24px;
      --space-63: 5.875rem;
      --space-256: 10.6875rem;
      --radius: 10px;

  }
  .megamenu-bg {
    display: block !important;
}
.vm-icon-div {
  width: 60px;
  height: 60px;
}
.vm-icon-div {
  margin-bottom: 40px;
}
.h5.vm-title {
  margin-bottom: 20px;
}
.value-icon {
  width: 90px;
  height: 90px;
}
.category-slider {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.category-slider::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

  .hero-inner {
      padding-top: 25vh;
  }

  .contact-us.login-register .button-primary.submit {
      max-width: none;
  }

  .sm-title.sh-sm-title {
      color: #222222CC;
  }

  .header {
      border-bottom: 1px solid #ffffff33;
  }

  .login-register-tab div {
      width: 100%;
      text-align: center;
      font-weight: 500 !important;
  }

  .contact-form.login-form .textfiled {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 12px;
  }

  .contact-form.login-form .contact-form-i {
      margin-top: 40px;
  }

  .login-register-tab {
      grid-column-gap: unset;
  }

  .remember-forgot {
      margin-top: 9px;
      font-size: 16px;
  }

  .remember-me .w-checkbox input:before {
      width: .6rem;
      height: .2rem;
  }

  .event-cats {
    overflow-x: scroll;
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
    padding-left: calc(var(--container-padding) * 1);
    padding-right: calc(var(--container-padding) * 1);
}

  .login-slider {
      margin-top: 90px;
      margin-left: auto;
      margin-right: auto;
  }

  .login-slider .slider-footer {
      margin-top: 40px;
  }

  .about-hero .hero-inner {
      padding-top: 30vh;
  }
  .number-image-text{
    background-size: contain;
  }

  .about-hero .hero-inner .heading-1.hero-heading {
      margin-bottom: 20px;
  }

  .about-hero .hero-button-wrapper {
      padding-top: 39px;
      padding-bottom: 42px;
  }

  .remember-me .w-checkbox input:after {
      width: calc(100% - 6px);
      height: calc(100% - 6px);
  }

  .remember-me .w-checkbox input {
      width: 24px;
      height: 24px;
  }

  .remember-forgot .remember-me .checkbox-field {
      grid-column-gap: 8px;
  }

  .heading-1.hero-heading {
      max-width: 18.56rem !important;
  }


  .products-grid {
      grid-template-columns: 1fr;
  }

  .results-section .section-header.with-line .sm-title.sh-sm-title {
      text-align: left;
  }

  .product-card-title {
      padding-top: 40px;
      line-height: 1.4;
  }
  .text-16.why-nuymber-desc {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0;
}
.section-header-desc {
  padding-top: 25px;
  font-size: 16px;
}
.why-choose-new .our-value-btn {
  justify-content: flex-start;
}
  .empower-cards {
      margin-top: 23rem !important;
  }

  .empower-card-img {
      width: 3.875rem;
      height: 3.875rem;
  }

  .contact-form .button-primary.submit {
      width: 100%;
      max-width: none;
  }

  .empower-number {
      margin-bottom: 0.75rem;
      font-weight: 600;
  }

  .empower-card {
      padding-bottom: 23px;
      max-width: unset;
      grid-column-gap: 32px
  }

  img.why-choose-icon {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 29px;
      margin-top: 8px;
      max-width: 55px;
      max-height: 55px;
  }

  .why-choose-grid {
      grid-template-columns: 1fr;
  }

  .why-choose-card {
      aspect-ratio: 299/186;
      max-width: 299px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 12px;
  }

  .why-choose-text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 18px;
  }

  .grid-greener-tomorrow {
      grid-template-columns: 1fr 1fr;
  }

  .soil-health-card {
      margin-left: auto;
      margin-right: auto;
      text-align: center;

      .h2 {
          font-size: 29px;
      }
  }

  .hero-para-wrapper {
      margin-top: 10vh;
  }
  
  .scroll-down * {
    font-size: 12px;
}
.scroll-down {
  justify-content: flex-end;
}
.desc-content {
  padding-top: 1.5873rem;
  display: flex
;
  flex-direction: column;
  gap: 2rem;
}
.sticky-title {
  position: relative;
  max-width: 100%;
}
.slide-no {
  width: 30px;
}
.progress-bar{
  width: 100%;
  max-width: 100%;
}
.desc-content-h3{
  max-width: 100%;
}
  .hero-para {
      max-width: unset;
      font-size: 18px;
      font-weight: 500;
  }

  .product-card {
      aspect-ratio: 160 / 245;
      padding: 0;
  }

  .scrolling-image.scrolling-image2 {
      position: static;
  }

  .scrolling-image.scrolling-image2 {
      padding-top: 12px;
      margin-left: auto;
  }

  .scrolling-image {
      position: absolute;
      top: 38px;
      max-width: 140px;
  }

  .video-popup .video-popup-inner:before{
    width: 100%;
  }
  .video-popup-inner .w-video.w-embed{
    height: 100%;
  }
  .close-video-pop{
    width: 3rem;
    height: 3rem;
  }
  .close-img {
    width: 1rem;
}
.close-video-pop{
  inset: none;
}.close-video-pop {
  inset: initial;
  top: 20px;
  right: 20px;
}
.video-popup-inner .w-video.w-embed {
  top: 0;
  height: 350px;
}
.video-popup-inner{
  display: flex;
          align-items: center;
          justify-content: center;
}
.video-section{
  min-height: 250px;
}
.who-we-are {
  padding-top: var(--section-space);}
  .swiper-container.main-slider{
    padding-bottom: 200px;
  }
  .timeline-actions .swiper-button-next, .timeline-actions .swiper-button-prev{
    width: 3rem;
    height: 3rem;
  }
  .timeline-actions{
            width: 6.8rem;
  }
  .timeline-actions .swiper-button-next img, .timeline-actions .swiper-button-prev img{
    width: 1.2rem;
    height: 1.2rem;
  }
  .swiper-container.thumbnail-slider{
    margin-top: 25px;
  }
  .list-item-icon{
    width: 1.375rem;
  }
  .video-popup-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 0;
}
  .product-card-btn {
      display: none;
  }

  .section-header.center {
      margin-bottom: 2.5rem;

  }

  .why-choose-us .section-header.center {
      margin-bottom: 73px;
  }

  .category {
      aspect-ratio: 300 / 424;
      width: 300px;
  }

  .cat-title-arrow {
      line-height: 28px;
  }

  .empower-card.empower-card-2 {
      /* display: none; */
  }
  .empower-card {
    min-width: auto;
    width: 100%;
}

  .empower-card {

      min-width: auto;

  }

  .empowering-growth .h2 {
      font-size: 26px;
  }

  .empower-cards {
      padding-bottom: 2.5rem;
  }

  .why-choose-card {
      padding: 20px 20px;
  }

  .grid.grid-events {
      grid-template-columns: 1fr;
  }

  .event-card {
      padding: 10px;
      grid-row-gap: unset;
  }

  .event-card .event-info {
      margin-top: 4px;
  }

  .event-card .event-info .event-type {
      margin-bottom: 34px;
      font-size: 10px;
  }

  .event-card .event-info .event-title {
      margin-bottom: unset;
      font-size: 14px;
  }

  .event-card .event-date {
      margin-bottom: 25px;
      display: none;
  }

  .events .event-img-info {
      display: flex;
      gap: 18px;
  }

  .full-image.event-image {
      aspect-ratio: 1;
      max-width: 101px;
  }


  .what-is-soil-heath {
      padding-top: 6.25rem;
      padding-bottom: 4.6875rem;
  }

  .section-header.with-form {
      display: flex;
      flex-direction: column;
      margin-bottom: unset;
  }

  .form-block {
      max-width: none;

    
  }
  .newsletter-form {
    padding: 20px 26px;
}
.social-media-img {
  object-fit: contain;
  width: 25px;
  height: 25px;
  display: block;
}
  .footer-brand {
      width: 7rem;
  }

  .nav-wrapper {
      background-color: transparent;
      margin-top: unset;
  }

  a.navbar-brand.w-nav-brand {
      max-width: 161px;
  }

  .section-header.with-line {
      padding-bottom: 69px;
  }

  .cat-title-arrow {
      inset: auto 0% 2.5rem;
  }

  .soil-health-desc {
      max-width: 251px;
      margin-left: auto;
      margin-right: auto;
  }

  .partner-with-us-btn {
      margin-top: 40px;
  }


  /* ABOUT page */

  .who-we-are .section-header-why-choose .h2 {
      font-size: 22px;
  }

  .who-we-are-btn {
      margin-top: 80px;
  }

  /* .timeline-data {
      flex-direction: column;

      .timeline-image {
          max-width: none;
      }

      .timeline-info {
          max-width: none;
          padding-left: unset;
          width: 100%;
          padding-top: 40px;

          .main-slider-year {
              margin-bottom: 23px;
          }

          .year-achivement {
              font-size: 18px;
          }
      }
  } */

  .timeline-data {
      flex-direction: column;
  }

  .timeline-data .timeline-image {
      max-width: none;
  }

  .timeline-data .timeline-info {
      max-width: none;
      padding-left: unset;
      width: 100%;
      padding-top: 40px;
  }

  .timeline-data .timeline-info .main-slider-year {
      margin-bottom: 23px;
  }

  .timeline-data .timeline-info .year-achivement {
      font-size: 18px;
  }


  .h2.our-value-heading {
      line-height: 33px;
  }

  .grid.grid-our-values {
      grid-template-columns: 1fr;
  }

  .grid.grid-our-values .our-value-box-info {
      padding: 0 6px;
      margin-top: 18px;
  }

  .grid.grid-our-values .our-value-box-info .value-title {
      margin-top: 4px;
  }

  .our-value-btn {
      align-items: center;
      display: flex;
      justify-content: center;
  }

  /* .grid.compare-grid {
      grid-template-columns: 1fr;
      padding-right: unset;
      padding-left: unset;
      gap: 26px;

      .for-farmer-delear-box {
          border: 1px solid var(--black-10);
          padding: 16px 16px 33px;
          border-radius: 6px;

          .farmer-dealer-image-c {
              margin-bottom: unset;


              .full-image.for-farmer-dealer-image {
                  border-radius: 4px;
              }

          }

          .list .list-item {
              padding-top: 21px;
              padding-bottom: unset;
              border-bottom: none;

              .list-item-text {
                  font-size: 15px;
              }
          }
      }
  } */

  .grid.compare-grid { 
      grid-template-columns: 1fr; 
      padding-right: unset; 
      padding-left: unset; 
      gap: 26px; 
  } 
  .grid.compare-grid .for-farmer-delear-box { 
      border: 1px solid var(--black-10); 
      padding: 16px 16px 33px; 
      border-radius: 6px; 
  } 
  .grid.compare-grid .for-farmer-delear-box .farmer-dealer-image-c { 
      margin-bottom: unset; 
  } 
  .grid.compare-grid .for-farmer-delear-box .farmer-dealer-image-c .full-image.for-farmer-dealer-image { 
      border-radius: 4px; 
  } 
  .grid.compare-grid .for-farmer-delear-box .list .list-item { 
      padding-top: 21px; 
      padding-bottom: unset; 
      border-bottom: none; 
  } 
  .grid.compare-grid .for-farmer-delear-box .list .list-item .list-item-text { 
      font-size: 15px; 
  }
  

  /* .founders {

      flex-direction: column;

      .h2 {
          margin-bottom: 24px;
      }

      .grid.founder-grid {
          flex: none;
          grid-template-columns: 1fr 1fr;
          width: 100%;
          max-width: 100%;

          .founder-image {
              aspect-ratio: 160 / 202;
          }

          .founder-name {
              margin-top: 0.75rem;
          }

          .designation {
              margin-top: 0.125rem;
          }
      }

  } */

  .founders { 
      flex-direction: column; 
  } 
  .founders .h2 { 
      margin-bottom: 24px; 
  } 
  .founders .grid.founder-grid { 
      flex: none; 
      grid-template-columns: 1fr 1fr; 
      width: 100%; 
      max-width: 100%; 
  } 
  .founders .grid.founder-grid .founder-image { 
      aspect-ratio: 160 / 202; 
  } 
  .founders .grid.founder-grid .founder-name { 
      margin-top: 0.75rem; 
  } 
  .founders .grid.founder-grid .designation { 
      margin-top: 0.125rem; 
  }
  

  /* leadership */

  .section-header-leadership .h2 {
      font-size: 22px;
  }

  /* .swiper-slide.founder-slide {
      padding: 16px 16px 32px;
      flex-direction: column;
      border-radius: 0.75rem;

      .founder-slide-image {
          aspect-ratio: 303 / 303;
          max-width: none;
          object-fit: cover;
      }

      .founde-info {
          max-width: none;
          font-size: 1.125rem;
          font-weight: 400;
          padding: 0 6px;

          .our-founder {
              padding-top: 2rem;
          }

          .name-position {
              margin-top: 5rem;

              .designation {
                  margin-top: 4px;
              }
          }

      }
  } */

  .swiper-slide.founder-slide { 
      padding: 16px 16px 32px; 
      flex-direction: column; 
      border-radius: 0.75rem; 
  } 
  .swiper-slide.founder-slide .founder-slide-image { 
      aspect-ratio: 303 / 303; 
      max-width: none; 
      object-fit: cover; 
  } 
  .swiper-slide.founder-slide .founde-info { 
      max-width: none; 
      font-size: 1.125rem; 
      font-weight: 400; 
      padding: 0 6px; 
  } 
  .swiper-slide.founder-slide .founde-info .our-founder { 
      padding-top: 2rem; 
  } 
  .swiper-slide.founder-slide .founde-info .name-position { 
      margin-top: 5rem; 
  } 
  .swiper-slide.founder-slide .founde-info .name-position .designation { 
      margin-top: 4px; 
  }
  

  .swiper-slide.founder-slide { 
      padding: 16px 16px 32px; 
      flex-direction: column; 
      border-radius: 0.75rem; 
  } 
  .swiper-slide.founder-slide .founder-slide-image { 
      aspect-ratio: 303 / 303; 
      max-width: none; 
      object-fit: cover; 
  } 
  .swiper-slide.founder-slide .founde-info { 
      max-width: none; 
      font-size: 1.125rem; 
      font-weight: 400; 
      padding: 0 6px; 
  } 
  .swiper-slide.founder-slide .founde-info .our-founder { 
      padding-top: 2rem; 
  } 
  .swiper-slide.founder-slide .founde-info .name-position { 
      margin-top: 5rem; 
  } 
  .swiper-slide.founder-slide .founde-info .name-position .designation { 
      margin-top: 4px; 
  }
  

  /* .grid.team-grid {
      grid-template-columns: 1fr 1fr;

      .founder-name {
          margin-top: 0.75rem;
      }

      .designation {
          margin-top: 2px;
      }
  } */

  .grid.team-grid { 
      grid-template-columns: 1fr 1fr; 
  } 
  .grid.team-grid .founder-name { 
      margin-top: 0.75rem; 
  } 
  .grid.team-grid .designation { 
      margin-top: 2px; 
  }
  

  /* md-desk */

  /* .md-banner {

      .heading-1.hero-heading-md {
          margin: var(--space-16) auto var(--space-16);
          font-size: 30px;
          line-height: 33px;
      }

      .h5 {}

  } */

  .md-banner .heading-1.hero-heading-md { 
      margin: var(--space-16) auto var(--space-16); 
      font-size: 30px; 
      line-height: 33px; 
  } 
  

  .md-banner .h5 {
      font-size: 18px;
      font-weight: 400;
  }

  .md-banner {
      background: #040603;
      padding-top: 80px;
      position: relative;
  }

  .hero-background-video.md-bg {
      object-position: 0% 0%;
      display: block;
      position: static;
  }

  .md-banner .container-a {
      height: 100%;
      position: absolute;
      top: 0;
  }

  .hero-background-video.md-bg {
      height: auto;
      aspect-ratio: 445 / 563;
  }

  /* .md-s-info {

      padding-bottom: 5.625rem;

      .h2.md-main-text {
          font-size: 20px;
          line-height: 28px;
      }

      .info-para-cols {
          grid-row-gap: 32px;
          grid-template-columns: 1fr;

      }

      .h5.info-h5 {
          margin-top: 40px;
          font-size: 18px;
      }

      .h5.thankyou {
          margin-top: 40px;
      }
  } */

  .md-s-info { 
      padding-bottom: 5.625rem; 
  } 
  .md-s-info .h2.md-main-text { 
      font-size: 20px; 
      line-height: 28px; 
  } 
  .md-s-info .info-para-cols { 
      grid-row-gap: 32px; 
      grid-template-columns: 1fr; 
  } 
  .md-s-info .h5.info-h5 { 
      margin-top: 40px; 
      font-size: 18px; 
  } 
  .md-s-info .h5.thankyou { 
      margin-top: 40px; 
  }
  


  /* .our-core-values {
      padding-top: var(--section-space);
      padding-bottom: var(--section-space);

      .grid.grid-value-partner {
          grid-template-columns: 1fr;

          .partner-value {
              grid-column-gap: 16px;


              .full-image.value-img-partner {
                  aspect-ratio: 1;
                  border-top-left-radius: var(--radius-sm);
                  border-bottom-left-radius: var(--radius-sm);
                  max-width: 100px;
              }

              .our-value-box-info {
                  margin-top: 4px;

                  .h5 {
                      font-size: 18px;
                  }

                  .value-title {
                      line-height: 17px;
                  }
              }

          }
      }
  } */

  .our-core-values { 
      padding-top: var(--section-space); 
      padding-bottom: var(--section-space); 
  } 
  .our-core-values .grid.grid-value-partner { 
      grid-template-columns: 1fr; 
  } 
  .our-core-values .grid.grid-value-partner .partner-value { 
      grid-column-gap: 16px; 
  } 
  .our-core-values .grid.grid-value-partner .partner-value .full-image.value-img-partner { 
      aspect-ratio: 1; 
      border-top-left-radius: var(--radius-sm); 
      border-bottom-left-radius: var(--radius-sm); 
      max-width: 100px; 
  } 
  .our-core-values .grid.grid-value-partner .partner-value .our-value-box-info { 
      margin-top: 4px; 
  } 
  .our-core-values .grid.grid-value-partner .partner-value .our-value-box-info .h5 { 
      font-size: 18px; 
  } 
  .our-core-values .grid.grid-value-partner .partner-value .our-value-box-info .value-title { 
      line-height: 17px; 
  }
  


  /* .why-choose-about {

      .section-header.center {
          margin-bottom: 1.875rem;
      }
  } */

  .why-choose-about .section-header.center { 
      margin-bottom: 1.875rem; 
  }
  

  .our-leadership .section-header.center {
      margin-bottom: 110px;
  }

  .dealr-farmer-block-title {
      left: auto;
      width: 100%;
      text-align: center;
  }

  /* .happy-dealers {
      padding-top: var(--section-space-lg);
      padding-bottom: var(--section-space-lg);

      .section-header.center {

          margin-bottom: 50px;

          .sm-title {
              font-weight: 400;
              opacity: 0.8;
              color: #222222;
          }

          .h2.our-value-heading {
              font-size: 30px;
          }

      }

      .grid.happy-customer-grid {
          grid-template-columns: 1fr;

          .video-card {

              .video-thumb {
                  margin-bottom: 12px;
              }

              .text-16 {
                  font-size: 13px;
                  text-align: center;
              }

              .mt-4 {
                  font-size: 15px;
                  margin-top: 2px;
                  text-align: center;
              }
          }
      }
  } */

  .happy-dealers { 
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  } 
  .happy-dealers .section-header.center { 
      margin-bottom: 50px; 
  } 
  .happy-dealers .section-header.center .sm-title { 
      font-weight: 400; 
      opacity: 0.8; 
      color: #222222; 
  } 
  .happy-dealers .section-header.center .h2.our-value-heading { 
      font-size: 30px; 
  } 
  .happy-dealers .grid.happy-customer-grid { 
      grid-template-columns: 1fr; 
  } 
  .happy-dealers .grid.happy-customer-grid .video-card .video-thumb { 
      margin-bottom: 12px; 
  } 
  .happy-dealers .grid.happy-customer-grid .video-card .text-16 { 
      font-size: 13px; 
      text-align: center; 
  } 
  .happy-dealers .grid.happy-customer-grid .video-card .mt-4 { 
      font-size: 15px; 
      margin-top: 2px; 
      text-align: center; 
  }
  

  /* .director-section {
      .swiper-slide.founder-slide {
          .founde-info {
              max-width: none;
              font-size: 1.125rem;
              font-weight: 400;
              padding: 32px 6px 0;

              grid-row-gap: unset;
          }
      }

  } */

  .empowering-number-1200.become-partner-banner{
      padding-top: 10.07rem;
  }

  .empowering-number-1200 .container-a {
      display: flex;
      flex-direction: column;
  }
  .empowering-number-1200.become-partner-banner .number-image {
      width: 100%;
      display: block;
      order: 2;
      margin-bottom: 87px;
  }

  .director-section .swiper-slide.founder-slide .founde-info { 
      max-width: none; 
      font-size: 1.125rem; 
      font-weight: 400; 
      padding: 32px 6px 0; 
      grid-row-gap: unset; 
  }
  

  /* product-details */


  .product-info .product-info-w {
      padding-top: 24px;
  }

  .product-info {
      padding-bottom: 90px;
  }

  .product-info .product-info-w .h1.product-title {
      font-size: 30px;
  }

  .product-info .product-info-w .product-desc {
      font-size: 13px !important;
  }

  .product-info .product-info-w .additional-information {
      margin-top: 70px;
  }

  .product-info .product-info-w .additional-information .p-info-label {
      margin-bottom: 12px;
      font-size: 13px;
  }

  .product-info .product-info-w .additional-information .p-info-block {
      padding-top: 26px;
      padding-bottom: 26px;
  }

  .product-info .product-benefits {
      margin-top: 70px;
  }

  .product-info .product-benefits .p-info-label {
      margin-bottom: 12px;
  }

  .product-info .product-info-w .additional-information .p-info-block .p-info-sm-label {
      min-width: unset;
      width: 50%;
  }

  .product-info .product-info-w .additional-information :nth-child(5) {
      flex-direction: column;
  }

  .product-info .product-info-w .additional-information :nth-child(5) .p-info-sm-label {
      padding-bottom: 32px;
  }

  .product-info .product-info-w .additional-information :nth-child(5) .border-10 {
      border-bottom: unset;
  }

  .product-info .product-benefits .p-info-label {
      font-size: 13px;
  }

  .product-info .list.benefit-lisrt {
      grid-template-columns: 1fr;
  }

  .product-info .list.benefit-lisrt .list-item {
      grid-column-gap: 12px;

  }

  .product-info .list.benefit-lisrt .list-item.benefit-list-item {
      padding-top: 24px;
      padding-bottom: 24px;
      align-items: flex-start;
  }

  .product-info .list.benefit-lisrt .list-item.benefit-list-item img {
      width: 20px;
      height: 20px;
      margin-top: 2px;
  }
  .hero-section.hero-events{
    min-height: 450px;
  }
  .opening .job-location-btn .job-location{
    text-transform: uppercase;
  }
  .hero-section.hero-events .hero-inner {
    padding-top: 100px;
}
.event-cats.w-dyn-items .w-dyn-item {
  margin-bottom: 10px;
}
  .product-info .list.benefit-lisrt .list-item.benefit-list-item .list-item-text {
      font-size: 16px;
  }

  .products-for-a-greener-tomorrow .section-header.center.section-header-why-choose .sm-title {
      font-weight: 700;
  }

  .products-for-a-greener-tomorrow .section-header.center {
      margin-bottom: 45px;
  }

  .products-for-a-greener-tomorrow .grid-greener-tomorrow .card img {
      border-radius: 12px;
  }

  .results-section .section-header.with-line .sm-title {
      font-weight: 400;
      text-align: center;
  }

  .sm-title {
      font-weight: 400;
  }

  section.our-founders {
      background-color: var(--gray);
  }

  .event-detail-banner .grid.happy-customer-grid,
  .grid.gallery-grid {
      grid-template-columns: 1fr;
      grid-row-gap: 20px;

  }

  .event-detail-banner .gallery--details-inner .sm-title.mb-small-title {
      font-weight: 400;
      color: #222222CC;
  }

  .event-detail-banner .gallery--details-inner .h1 {
      font-size: 30px;

  }

  .events .w-dyn-item .event-cat-name {
      padding-right: 45px;
      padding-left: 45px;
      font-size: 16px;
      border-radius: 20rem;
      align-items: center;
      height: 47px;
      display: flex;
      white-space: nowrap;
      padding-top: 13px;
      padding-bottom: 13px;
  }

  .contact-us .contact-inner {
      flex-direction: column-reverse;
  }

  .contact-us .contact-inner .contact-form {
      max-width: none;
  }

  .contact-us .contact-inner .contact-form .form-wrapper .w-form .uppercase.text-16 :nth-child(1) {
      display: none !important;
  }

  .who-are-you .uppercase.text-16.opacity-60 {
      font-size: 13px;
  }

  .who-are-you .radio-wrapper {
      margin-top: 20px;
      flex-direction: column;
      align-items: baseline;
  }

  .who-are-you .radio-wrapper .radio-button-field .w-radio-input {
      width: 20px;
      height: 20px;
  }

  .who-are-you .radio-wrapper {
      grid-row-gap: 12px;
      margin-left: 20px;
  }

  .contact-form .name .textfiled {
      min-height: 60px !important;
      margin-bottom: unset;
      font-size: 16px;

  }

  .textfiled {
      margin-bottom: 12px;
  }
  .hero-section{
    min-height: 100svh;
  }
  .hero-section.leadership-hero {
      min-height: 60vh;
  }

  input#Last-Name {
      margin-bottom: 12px;
  }

  .contact-form .name {
      grid-template-columns: 1fr;
      grid-row-gap: 12px
  }

  .textfiled.textarea {
      min-height: 149px;
      margin-bottom: 50px;
  }

  .contact-form-bg {
      background-color: unset;
  }

  .form-wrapper {
      border-radius: unset;
  }

  .contact-us .contact-inner .contact-form .form-wrapper {
      padding: unset;
  }

  .contact-info .contact-bloxk {
      margin-bottom: 32px;
      grid-column-gap: 16px;
      grid-row-gap: var(--space-30);
      display: flex;
  }

  .why-choose-career .section-header.center.section-header-why-choose .h2 {
      font-size: 30px;
  }

  .why-choose-career .section-header.center.section-header-why-choose {
      margin-bottom: 110px;
  }

  .why-choose-career .gallery-who-we .grid.happy-customer-grid,
  .grid.gallery-grid,
  .grid.why-choose-gallery-imgs {
      grid-template-columns: 1fr;
  }

  .grid.why-choose-gallery-imgs2 {
      grid-template-columns: 1fr;
  }

  .openings .section-header .h2 {
      text-align: center;
      font-size: 30px;
  }

  .openings .section-header .sm-title.sh-sm-title {
      text-align: center;
      margin-bottom: 20px;
  }



  .events.events-4-col a.button-primary.w-button {
      display: none;
  }

  .contact-form.contact-form-career .contact-form-bg {
      background-color: unset;
  }

  .form-wrapper.career-form-wrapper {
      padding: unset;
  }

  .form-wrapper.career-form-wrapper .section-header.center {
      margin-bottom: 60px;
  }

  .contact-form-career input#Last-Name-2 {
      margin-bottom: 12px;
  }

  .contact-form-career .name {
      grid-row-gap: 12px;
  }

  /* .contact-form-career input#Email-2 {
      margin-bottom: 12px;
  } */

  .contact-form-career .textfiled {
      margin-bottom: 12px;
  }

  .contact-form-career .button-primary.submit {
      width: 100%;
      max-width: unset;
      margin-top: 38px;
  }

  .cat-arrow-icon {
      width: 47px;
      height: 47px;
      margin-bottom: 26px;
  }


  .empowering-number-1200.become-partner-banner .section-header.center {
      margin-bottom:0 !important;
      order: 1;
  }
  .empowering-number-1200 .div-block-2{
    margin-top: 50px;
  }
  .happy-dealers .grid.happy-customer-grid
  {
    gap: 0px;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.director-section{
  padding-top: 0;
}
.swiper-pagination-bullet{
  background-color: #E9E7E4;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--brand-color);
}
  .become-partner-banner .div-block-3 {
    order: 2;
}

  .empowering-number-1200 .div-block-2 {
      justify-content: center;
      display: flex;
      order: 3;
  }

  .hero-inner .sm-title {
      font-weight: 600;
  }

  .newsletter .sm-title.sh-sm-title {
      text-align: center;
  }

  .newsletter .h1.newsletter-heading {
      text-align: center;
      font-size: 30px;
      line-height: 33px;
  }

  .our-core-values .section-header.with_button.value-header {
      margin-bottom: 50px;
  }

  .who-we-are-number-text {
      font-size: 14px;
  }

  .who-we-are-number {
      margin-bottom: 6px;
  }

  .why-choose-about .h2 {
      font-size: 26px;
  }

  .md-s-info .h2.md-main-text {
      margin-top: 0;
  }
  section.hero-section.hero-events.hero-careers .hero-background-video.image {
    height: 100%;
    display: block;
    top: 0%;
}
.event-cat-name{
  white-space: nowrap;
  padding: 13px 24px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #222;
  border-radius: 100px;
  line-height: 1;
  height: auto;
}
  .md-s-info .info-para-cols {
      margin-top: 40px;
  }

  .why-choose-us .sm-title.sh-sm-title {
      font-weight: 700;
  }

  .play-icon {
      width: 40px;
  }

  .director-section .founder-slide .founde-info .founder-info {
      font-size: 18px;
  }

  .product-banner .product-img-banner {
      aspect-ratio: 263 / 351;
      max-width: 263px;
      margin-top: 72px;
  }

  .additional-information .p-info-block :nth-child(2) {
      font-size: 16px;
  }

  .w-radio-input:checked:after {
      width: 10px;
      height: 10px;
      border: 5px solid var(--brand-color);
  }

  .contact-us.login-register .contact-inner {
      flex-direction: column;
  }

  .hero-careers .hero-inner {
      padding-top: 279px;
      padding-bottom: 46px;
  }

  .hero-careers .hero-inner h1.heading-1.hero-heading.career-header {
      font-size: 30px;
      margin-bottom: 20px;
  }

  .number-image-text{
    font-size: 25.6vw;
  }
  .h5.dealer-number-text {
    width: 100%;
    font-size: 20px;
    bottom: 0px;
    max-width: 100%;
}
.div-block-3{
  padding-bottom: 30px;
  margin-top: 40px;
}
.h2.newsletter-heading{
  text-align: center;
  max-width: 10em;
}
section.events.events-4-col .section-header.with_button .button-primary {
display: none;
}
.more-events{
  margin-top: 3rem;
}

form#wf-form-Hero-Form .w-button {
  width: 50px;
  height: 50px;
  max-width: 50px;
  font-size: 0;
  padding: 0;
  min-width: 50px;
  background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/6805d373b65a027dddf99ba1_arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.insta-post{
  width: 215px;
}
.w-layout-grid.grid.insta-grid {
  overflow-x: auto;
  margin-bottom: 28px;
  margin-left: calc(var(--container-padding) * -1);
  margin-right: calc(var(--container-padding) * -1);
  padding-right: calc(var(--container-padding) * 1);
  padding-left: calc(var(--container-padding) * 1);
  padding-bottom: 10px;
}
.menu-button.w--open{
  background-color: transparent;
}
body:has(.menu-button.w--open) {
  overflow: hidden;
  height: 100vh;
}
.megamenu-bg{
  height: 100%;
  transition-delay: 0s;
}
.nav-menu-two{
  box-shadow: none;
  padding: 0;
}
.nav-menu-two{
  background-color: transparent;
}
.nav-menu-two{
  align-items: flex-start;
  gap: 0;
}
.nav-menu-two .nav-link{
  font-size: 18px;
  padding-bottom: 18px;
  padding-top: 18px;
}
ul.nav-menu-two.w-list-unstyled li a:after{
  display: none;
}
.mega-menu {
  width: 100%;
  display: block;
  position: static;
  transform: translate(0%) !important;
  display: block;
  visibility: visible;
  opacity: 1;
  border-top: 0;
}
.w-nav-overlay{
  height: auto !important;
  position: static;
  opacity: 0;
}
body:has(.menu-button.w--open) .w-nav-overlay{
  opacity: 1;
}
.mega-menu .container-a{
  padding-right: 0;
  transform: none;
  padding-left: 0;
}
.w-nav-menu {
  height: 100%;
  display: flex
;
  height: auto;
  position: fixed;
  width: 100%;
  display: block !important;
}
nav.nav-menu-wrapper.w-nav-menu{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  touch-action: none;
}
.w-nav-overlay nav.nav-menu-wrapper.w-nav-menu {
  opacity: 1;
  visibility: visible;
  top: 120px;
  pointer-events: all !important;
  touch-action: auto;
}
li.megamenu-li.active .mega-menu {
  height: var(--data-height) !important;
}

a.mega-menu-item.w-inline-block {
  display: flex
;
  align-items: center;
}
.megamenu-img {
  max-width: 70px;
  margin-right: 20px;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  object-fit: cover;
}
body:has(.menu-button.w--open) .menu-button .text-block-3{
  color: transparent;
}
.menu-button .text-block-3::after {
  content: "close";
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  right: 0;
  opacity: 0;
  color: #222;
}
body:has(.menu-button.w--open) .menu-button .text-block-3::after{
  opacity: 1;
}
.megamenu-title{
  display: none;
}
.megamenu-text{
  margin-top: 0;
  font-size: 16px;
}
.mega-menu-item {
  border-bottom: 1px solid #0000000F;
  padding-bottom: 15px;
  padding-top: 10px;
}
.mega-menu-item:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
li.megamenu-li{
  position: relative;
}
li.megamenu-li::after{
  content: "";
  width: 9px;
  height:9px;
  position: absolute;
  right: 0;
top: 25px;
background-size: 9px;
background-repeat: no-repeat;
background-position: center;
background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/68063b57bea04fa7585cd296_Vector.svg);
}
.mega-menu{
  overflow: hidden;
}
.w-layout-grid.grid.menu-grid {
  display: flex;
  flex-direction: column;
}

ul.nav-menu-two.w-list-unstyled li {
  display: block;
  align-items: center;
  text-align: left;
}
ul.nav-menu-two.w-list-unstyled li{
  border-bottom: 1px solid #0000000F;
  width: 100%;
}
body:has(.menu-button.w--open) .megamenu-bg{
transform: scaleY(1);
}
.insta-follow-mobile{
  margin-bottom: 70px;
}
.footer-wrapper .title-small{
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.footer-wrapper .title-small.active + .footer-links {
  height: var(--data-height) !important;
  padding-bottom: 18px;
}
.footer-block{
  border-bottom: 1px solid #FFFFFF4D;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-link-w{
  margin-top: 0px;
  width: 100%;
  padding-bottom: 20px;
}

.footer-links {
  overflow: hidden;
  transition: 0.5s;
  will-change: height;
}
.footer-wrapper .title-small::after {
  content: "";
  position: absolute;
  right: 0;
  width: 13px;
  height: 13px;
  background-size: 100%;
  background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/6805e55cac7691cd070050c8_chev-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
  will-change: transform;
}
.footer-wrapper .title-small.active:after {
  transform: rotate(180deg);
}
.footer-social-block {
  margin-top: 42px;
  margin-bottom: 49px;
}
.footer-link{
  font-size: 16px;
}
.button-primary.instagram-btn{
  display: none;
}
.section-header.with-form{
  gap: 18px;
  margin-bottom: 18px;
}
.footer-block{
  align-items: flex-start;
}
.footer-link.last-link{
  display: none;
}
.footer-bottom-mobile {
  display: block;
  text-align: center;
  color: #FFFFFF99;
  font-size: 15px;
}
.footer-bottom-mobile a{
  color: #FFFFFF99;
  text-decoration: none;
}
.footer-bottom-mobile > div:nth-child(1) {
  margin-bottom: 35px;
}
.footer-bottom-mobile>div:nth-child(2) {
  padding-top: 0px;
  display: flex
;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 30px;
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}

.footer-bg{
  aspect-ratio: 1 / .5;
  width: 100%;
}
.footer-divider{
  display: none;
}
.form-block.w-form{
  margin-bottom: 0;
  margin-top: 50px;
}
.newsletter-input{
  background:transparent;
}
.form-block .newsletter-form {
  padding: 5px 5px;
  padding-left: 26px;
  background-color: #fff;
}
.navbar-wrapper{
  grid-template-columns: 161px 50px;
}
.nav-wrapper 
{
  grid-template-columns: 161px 50px;
}
a.button-primary.header-btn.w-button{
  display: none;
}
.btn-lng-switcher .button-primary{
  display: none;
}
.menu-button{
  padding: 0;
}
.what-is-soil-heath{
  aspect-ratio: auto;
}
.insta-follow-mobile .button-primary.instagram-btn{
  display: inline-flex;
}
.heading-1.hero-heading-md{
  font-size: 1.875rem;
  line-height: 2.062rem;
}
.product-cats.w-dyn-items {
  overflow-x: auto;
}
.product-cat .text-block-2 {
  padding: 13px 24px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #222;
  border-radius: 100px;
  line-height: 1;
  border: 1px solid var(--black-10);
  font-size: 15px;
}
.empowering-growth img.bg-img-o {
  object-position: 59%;
}
.empower-card.empower-card-2 {
  margin-top: 20px;
  margin-right: 0;
  width: 100%;
}
.empower-card-img {
  width: 13.66667rem;}
.empower-cards{
  flex-direction: column;
}
.emower-card-texts {
  font-size: 16px;
}
.product-cat .text-block-2.active{
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}
.product-cats{
  border: 0;
}
.product-cat:has(.text-block-2.active){
  border: 0;
}
.product-cats.w-dyn-items{
  gap: 10px;
  justify-content: flex-start;
  margin-top: 40px;
}
.h3.product-title{
  font-size: 1.5rem;
}
.products-paginations{
  margin-top: 40px;
}
.products-banner .timeline-actions {
  width: 100%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
}
.products-banner .timeline-actions .swiper-button-next, .products-banner .timeline-actions .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background-color: var(--brand-color);
  pointer-events: all;
  touch-action: initial;
}
.products-banner .timeline-actions .swiper-button-next img,.products-banner .timeline-actions .swiper-button-prev img {
  width: 1.5rem;
  height: 1.5rem;
}
.breadcrumbs{
  flex-wrap: wrap;
}.w-nav-overlay nav.nav-menu-wrapper.w-nav-menu {
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        max-height: calc(100svh - 120px);
        overflow: auto;
    }
    body:has(.menu-button.w--open) img.img.mobile-logo-img {
      display: none;
  }
  body:has(.menu-button.w--open) img.img.desktop-logo-img {
    display: block;
}
.img.desktop-logo-img {
  display: block;
}
.img.mobile-logo-img {
  display: none;
}
.text-block-3 {
  color: #222;}
body:has(.menu-button.w--open) .text-block-3{
color: #222;
}
    li.megamenu-li:after{
      transition: 0.4s;
    }
    li.megamenu-li.active:after{
      transform: rotate(180deg);
      will-change: transform;
    }
    .product-card-title {
      font-size: 1.5rem;
    }
}
@media screen and (min-width:600px) {
  .products-banner .timeline-actions{
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width:999px) {
  html {
      font-size: 10px !important;
  }

  :root {
      --container-padding: 1.875rem
  }

  .product-card {
      padding: 1.53968rem;
  }


  .product-card-btn {
      max-width: 10.9841rem;
      height: 2.88889rem;
      padding-left: 0.74603rem;
      padding-right: 0.74603rem;
      bottom: 1.095rem;
  }

  .why-choose-grid {
      grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-wrapper {
      grid-template-columns: 62% 29% 10%;
  }

  .container-a {
      max-width: none;
  }

  .empower-cards {
      justify-content: center;
      margin-top: 20.2698rem;
  }

  .empower-card {
      padding-top: 10px;
      padding-right: 15px;
      padding-bottom: 10px;
      padding-left: 15px;
      min-width: 26.6191rem;
      justify-content: space-between;
  }

  .empower-number {
      font-size: 27px;
  }

  .empower-card-img {
      width: 5.66667rem;
      height: 5.66667rem;
  }


  .scrolling-images {
      gap: 61px;
  }

  .our-founders .founders {
      flex-direction: column;
      gap: 40px;
  }

  .grid.founder-grid {
      max-width: 100%;
  }

  section.our-founders {
      background-color: var(--gray);
  }

  .founder-slide-image {
      max-width: 45.1%;
      object-fit: cover;
  }

  .founder-info {
      font-size: 14px;
      margin-top: 15px;
  }

  .full-image.value-img-partner {
      aspect-ratio: 1;
      border-radius: var(--radius-sm);
      max-width: none;
  }

  .value-card.partner-value-card {
      padding: 15px 15px 30px;
  }

  .empowering-number-1200.become-partner-banner {
      padding-top: 11.0794rem;
  }

  .partner-value {
      flex-direction: column;
  }

  .product-img-banner {
      max-width: 38.5714rem;
      margin-top: 38px;
  }

  .event-cats {
      flex-wrap: wrap;
  }

  .openings .opening-title {
      font-size: 18px;
  }
  .why-choose-icon{
      margin-bottom: 5px;
  }
  .hero-button-wrapper {
      padding-bottom: 40px;
  }
  .hero-careers .div-block-2 {
      margin-bottom: 40px;
  }
  .become-partner-banner .number-image {
  margin-bottom: 40px;
  margin-top: 40px;
}
.nav-menu-two{
  padding: 18px;
}
.nav-link {
  padding-left: 0;
  padding-right: 0;
}

}
.contact-form-career .textfiled{
  resize: vertical !important;
}
@media screen and (min-width:768px) and (max-width:999px) {
  .nav-wrapper {
    background-color: transparent;
    margin-top: unset;
    padding: 1.25rem 0;
}
}
@media screen and (min-width:600px) and (max-width:767px) {
  .grid.grid-our-values,.grid.compare-grid {
    grid-template-columns: 1fr 1fr;
}.insta-post {
  width: 100%;
}
.container-a{
  padding-left: 50px;
  padding-right: 50px;
}
.event-card .event-info .event-title {
  margin-bottom: unset;
  font-size: 16px;
} 

}
@media screen and (max-width:767px) {
  
  .who-are-you .radio-wrapper {
    font-size: 16px;
}
.who-are-you label.radio-button-field.w-radio {
    height: 60px;
    background-color: #f8f8f8a3;
    width: 100%;
    padding-left: 40px;
    border-radius: 8px;
}
.who-are-you .radio-wrapper {
    margin-left: unset !important;
}
.contact-us .contact-inner {
    gap: 90px;
}
.opening-title {
  font-size: 20px;
}
.job-location-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;}
  section.events.events-4-col.events-career {
    background: #f8f8f8;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  :root{
    --container-padding: 50px;
  }
  .contact-form-bg{
    background-color: #f8f8f8;
  }
  h1.h2.contact-heading.desktop {
    display: none;
}
.contact-form {
    max-width: 100%;
}
.contact-us .contact-inner {
    flex-direction: column-reverse;
}
.contact-info {
  margin-top: 50px;
}
.uppercase.text-16.form-heading {
    display: none;
}
.h2.contact-heading.mobile {
    display: block;
}
.login-slider {
  margin: 0;
  padding: 0;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.become-partner-banner .section-header.center.section-header-emppower.header-become{
  margin-top: 50px;
}
.contact-us.login-register .contact-inner {
    flex-direction: column;
}
.contact-form.login-form {
    max-width: 100%;
}
.btn-lng-switcher{
  display: flex;
}
.btn-lng-switcher .button-primary{
    display: none;
}
.products-grid {
    grid-template-columns: 1fr 1fr !important;
}
.products .product-card a.link-block.w-inline-block {
    padding-top: 20px;
}
.product-card-btn {
    bottom: 4.095rem;
}
.product-card-title {
    font-size: 2.4rem;
}
.product-card-btn {
    max-width: 15.9841rem;
    height: 3.88889rem;
    font-size: 1.5rem;
}
section.events.events-4-col .section-header.with_button .button-primary {
    display: none;
}
.product-card-title {
  white-space: nowrap;
}
.about-hero .hero-inner {
  padding-top: 20vh;
}
section.hero-section.about-hero {
  min-height: 60vh;
}
.why-choose-career .gallery-who-we .grid.happy-customer-grid, .grid.gallery-grid, .grid.why-choose-gallery-imgs, .grid.why-choose-gallery-imgs2 {
  grid-template-columns: 1fr 1fr 1fr;
}
.happy-dealers .grid.happy-customer-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px !important;
}
}
@media screen and (min-width:768px) and (max-width: 999px) {
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: none;
}
.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 18.1746rem 37.6984rem 18.1746rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid
;
}
.empower-cards {
  justify-content: space-between;
  margin-top: 20.2698rem;
}
.empower-card.empower-card-2 {
  margin-right: 0;
}
.number-image-text{
  font-size: 26vw;
}
.h5.dealer-number-text {
  color: var(--brand-color);
  text-align: center;
  width: 100%;
  max-width: 10.5vw;
  position: static;
  bottom: 6rem;
  right: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.w-nav[data-collapse="medium"] .w-nav-menu{
  display: flex;height: auto;
}
.navbar-wrapper {
  grid-template-columns: 160px calc(100% - 160px);
  background: #fff;
  padding: 0;
}
.w-nav[data-collapse=medium] .w-nav-menu{
  margin-left: auto;
}
.nav-menu-two{
  background-color: transparent;
  margin-top: 0;
}
.footer-link.last-link{
  display: none;
}
.footer-bottom-mobile {
  display: block;
  text-align: center;
  color: #FFFFFF99;
  font-size: 15px;
}
.footer-bottom-mobile a{
  color: #FFFFFF99;
  text-decoration: none;
}
.footer-bottom-mobile > div:nth-child(1) {
  margin-bottom: 35px;
}
.footer-bottom-mobile>div:nth-child(2) {
  padding-top: 0px;
  display: flex
;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 30px;
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}
.footer-bottom-mobile{
  margin-top: 80px;
}
.footer-divider{
  display: none;
}
.footer-content{
  max-width: 70%;
  gap: 30px;
}
.footer-brand {
  width: 9.4444rem;
}
.scrolling-image {
  width: 100%;
  max-width: 20rem;
}
.product-cats.w-dyn-items {
  overflow-x: auto;
}
.product-cat .text-block-2 {
  padding: 13px 24px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #222;
  border-radius: 100px;
  line-height: 1;
  border: 1px solid var(--black-10);
}
.product-cat .text-block-2.active{
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}
.product-cats{
  border: 0;
}
.product-cat:has(.text-block-2.active){
  border: 0;
}
.product-cats.w-dyn-items{
  gap: 10px;
  justify-content: flex-start;
  margin-top: 40px;
}
.h3.product-title{
  font-size: 20px;
}
.nav-menu-two{
  box-shadow: none;
}
.contact-bloxk img {
  max-width: 22px;
}
.video-popup .video-popup-inner:before{
  width: 100%;
}
.video-popup-inner .w-video.w-embed{
  height: 100%;
}
.close-video-pop{
  width: 3rem;
  height: 3rem;
}
.close-img {
  width: 1rem;
}
.close-video-pop{
inset: none;
}.close-video-pop {
inset: initial;
top: 20px;
right: 20px;
}
.video-popup-inner .w-video.w-embed {
top: 0;
height: 350px;
}
.video-popup-inner{
display: flex;
        align-items: center;
        justify-content: center;
}
.video-section{
min-height: 250px;
}
.footer-block{
  padding-bottom: 0;
}
.footer-social-block{
  gap: 20px;
}
.w-nav[data-collapse=medium] .w-nav-menu{
  right: 10rem;
  left: auto;
}
}
@media screen and (min-width:1000px) {
  .h5.dealer-number-text{
    max-width: 12.5vw;
  }
}
.slide-bg-wrapper {
  width: 100%;
  height: 100vw;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  clip-path: inset(calc(0% - 50vw) round 50vw);
}
.bubble {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  animation: floatUp 10s linear infinite;
  z-index: 1;
}

@keyframes floatUp {
  0% {
      transform: translateY(20vh);
      opacity: 1;
  }
  100% {
      transform: translateY(-130vh);
      opacity: 1;
  }
}
.login-slider .products-paginations{
  display: flex !important;
  max-width: 100%;
  
  
}
.login-slider .products-paginations .swiper-pagination{
  background-color: #2222222b;
  margin: 0;
}
.login-slider .h3.product-title {
  margin-top: var(--space-40);
  color: var(--text-color);
  font-size: var(--h5);
  text-align: center;
  text-decoration: none;
}
.product-item .h3.product-title{
  opacity: 0.3;
}
.swiper-slide-active.product-item .h3.product-title{
  opacity: 1;
}
/* Remove Google top bar and margin */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  } 
body {
  top: 0px !important; 
  }
  
/* Disable google translate original text tooltips */  
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}
.skiptranslate {
  display: none;
}
.language-list{
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .navbar-wrapper {
    height: auto;
    display: flex;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.w-nav-menu {
  height: 100%;
  display: flex;
  height: 100%;
  position: static;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}.btn-lng-switcher{
  align-items: stretch;
}
}
.language-toggle{
  padding-top: 8px;
  padding: 10px;
  padding-right: 20px;
}
.language-list.w--open{
  top: 4rem;
}
@media screen and (max-width: 767px) {
  .insta-icon{
    max-width: 20px;
  }
  .navbar-wrapper, .nav-wrapper{
    grid-template-columns: calc(100% - 100px) 50px 50px;
  }
  
}
@media screen and (min-width: 768px) and (max-width:999px){
  section.events.events-4-col .section-header.with_button .button-primary {
      display: flex;
  }
  .instagram-posts .section-header.with-form {
      flex-direction: row;
  }
  .section-header.with-form {
      flex-direction: row;
  }
  .newsletter.animate input.button-primary.w-button {
      flex-shrink: 0;
  }
 
}

.contact-banner-bg {
  background-image: none !important;
  background-color: #f8f8f8 !important;
  display: flex;


}
.full-bg{
  opacity: 0;
  transition: 0.4s;
}
.category:hover .full-bg{
  opacity: 1;
}
@media screen and (max-width:767px) {
  .results-collection-wrapper .category-slider{
    margin-left: calc(var(--container-padding) * -1);
    overflow: auto;
    margin-right: calc(var(--container-padding) * -1);
    padding-left: calc(var(--container-padding) * 1);
    padding-right: calc(var(--container-padding) * 1);
  }
  .category {
    aspect-ratio: 300 / 424;
    width: 270px;
}
}
.contact-form.contact-form-career .w-input, .contact-form.contact-form-career .w-select {
  background: transparent;
  border: 1px solid hsl(0deg 0% 13.33% / 20%);
}
.contact-form.contact-form-career .contact-form-bg{
  background: #fff;
}


/* Sachin css */

.button-primary.instagram-btn .div-block-7 {
  transition: 0.5s;
}
.our-leadership .timeline-actions {
  right: 5.15rem;
  bottom: 11rem;
}
@media screen and (max-width: 599px) {
  .hero-leadershp-img.hero-background-video.image {
    height: 36vh;
  }
  .hero-section.leadership-hero {
    min-height: 36vh;
}

  .products-grid {
      grid-column-gap: 20px;
  }
  .section-header.with-form {
      align-items: center;
  }
  .container-a.origin-container-inner{
    flex-direction: column;
  }
  .origin-images{
    width: 100%;
    padding-bottom: 4rem;
  }
  .about-krushi .section-header.section-header-vm {
    margin-bottom: 0;
}
  .origin-img1{
    width: 90%;
  }
  .about-krushi {
    padding-top: 2.5rem;
    max-width: 100%;
}
.about-krushi {
  padding-top: 2.5rem;
  max-width: 100%;
}
.why-choose-numbers {
  gap: 20px;
  grid-template-columns: 1fr;
}
.why-choose-number{
  padding-top: 20px;
}
.value-card.value-card-new {
  padding: 30px;
}
.grid.grid-our-values .our-value-box-info .value-title{
  margin-top: 15px;
}
.grid.grid-our-values .our-value-box-info {
  padding: 0;
  margin-top: 50px;
}
.hero-leadershp-img.hero-background-video.image {
  height: 90%;
  display: block;
  top: 0;
}
  .origin-img2{
    max-width: 50%;
    margin-left: auto;
    width: 100%;
    left: auto;
    margin-left: auto;
    right: 0;
  }
  .about-desc{
    margin-top: 25px;
    font-size: 16px;
  }
  .insta-follow-mobile .button-primary {
      padding: 0px var(--padding-42);
  }
  .our-leadership .founder-info {
      font-size: 1.125rem !important;
      line-height: 1.5rem !important;
  }
  section.our-founders {
      background-color: unset;
  }
  .h1.hero-heading-md {
      font-size: 2rem;
      margin-bottom: 0.875rem;
  }
  .info-para-cols {
      font-size: 16px;
  }
  .grid.why-choose-gallery-imgs .g-item:last-child,
  .grid.why-choose-gallery-imgs2 .g-item:last-child {
      grid-column: 1 / span 2;
  }
  .openings .section-header {
      align-items: baseline;
      display: flex;
      flex-direction: column;
  }
  .opening .job-location-btn {
      gap: 50px;
  }
  .contact-us.section-space.contact-form-career {
      padding-top: 0;
  }
  .hero-inner-about .heading-1.hero-heading {
      max-width: 21.56rem !important;
  }
  .footer-reverse {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 18px !important;
  }
  .instagram-posts .section-header.with-form{
margin-bottom: 2.5rem;
align-items: flex-start;
  }
  .all-products-wrapper{
      margin-right: auto;
      margin-left: auto;
      max-width: 81%;
  }
  .section-header.with-line {
      flex-direction: column;
      align-items: baseline;
      gap: 40px;
      padding-bottom: 24px;
  }
  .policy-bg.bg-immmg {
      background-color: unset;
  }
  .policy-content-inner {
      padding: unset;
      border-radius: unset;
  }
  .mb-54 {
      font-size: 16px;
      margin-bottom: 32px;
  }
  .mb-18 {
      font-size: 16px;
  }
  .policy-content-inner-c {
      max-width: none;
  }
  .insta-follow-mobile {
      justify-content: left;
  }

}

@media screen and (max-width: 768px) {
  .our-leadership .timeline-actions {
      right: 1.15rem;
      bottom: 50px;
      width: 5.25rem;
  }
  .our-leadership .timeline-actions .swiper-button-next,.timeline-actions .swiper-button-prev ,.timeline-actions .swiper-button-next{
      width: 3rem;
      height: 3rem;
  }


}
@media screen and (min-width: 768px){
  .events-career .event-item {
      border: 1px solid #22222233;
  }
}
@media screen and (min-width: 768px) {
  .events-4-col .event-item.w-dyn-item:first-child .event-card .event-date {
      left: 51.048%;
  }
 
} 
.who-we-are .section-header-why-choose{
  padding-top: var(--space-200);
}
.who-we-are-numbers{
  margin-top: calc(var(--space-200) * 2);
}
.scrolling-images{
  bottom: 60%;
}
header.header.hide-header {
  transform: translateY(-102%);
}
@media screen and (max-width:599px) {
  .section-header.center.section-header-why-choose{
    position: relative;
    z-index: 1;
  }
  .mega-menu {
    width: 100%;
    position: relative;
    transform: none !important;
    display: block;
    visibility: visible;
    opacity: 1;
    border-top: 0;
    left: 0;
    top: 0;
    z-index: 1;
}
.w-nav-overlay nav.nav-menu-wrapper.w-nav-menu{
  padding-left: 20px;
  padding-right: 20px;
}
.scroll-down .text-block {
  font-size: 12px !important;
}
.sticky-slide{
  height: 100svh;
  min-height: 100svh;
}
.scroll-down-arrow {
  border: 0;
  width: 30px !important;
  filter: invert(1);
  height: 30px !important;
}
.w-nav-overlay nav.nav-menu-wrapper.w-nav-menu{
  
} 
}
.all-products-wrapper{
  --product-color:transparent !important;
}
.list.benefit-lisrt ul {
  grid-column-gap: var(--space-50);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
;
padding: 0;
align-items: flex-start;
}
.list.benefit-lisrt ul li::before {
  content: "";
  display: block;
  width: 2.06349rem;
  height: 2.06349rem;
  padding: .193651rem;
  background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/67efa668083c5e9c3694e498_check-mark-icon.svg);
  background-position: center;
  background-repeat: no-repeat; 
  background-size: 1.7rem;
}

.list.benefit-lisrt ul li {
  max-width: 100%;
}
.list.benefit-lisrt ul li {
  padding-top: var(--space-20);
  padding-bottom: var(--text-20);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--black-10);
  align-items: center;
  max-width: 40.873rem;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
}
.product-info .list.benefit-lisrt{
  display: block;
}
@media screen and (max-width:767px) {
  .list.benefit-lisrt ul{
    
    grid-template-columns: 1fr;

  }
  .list.benefit-lisrt ul li:before{
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  .list.benefit-lisrt ul li{
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: flex-start;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }
}
.megamenu-img{
  height: auto;
}


.additional-information p {
  margin-bottom: 30px;
}
.timeline-actions .swiper-button-next:before, .timeline-actions .swiper-button-prev:before {
  background-color: var(--brand-color);
}
.timeline-actions .swiper-button-next:hover img, .timeline-actions .swiper-button-prev:hover img {
  filter: invert(1);
}
/* .megamenu-img {
  height: auto;
} */
.director-section .our-value-btn {
  margin-top: auto;
}

/* new code */

.sticky-slide-content .div-block {
  bottom: -98px;
}

.soil-health-card {
  background-color: #22222224 !important;
}
a.download img:not(.full-image) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1.5rem;
  display: block;
  width: 100%;
  transition: 0.2s;
  will-change: transform;
}
.download{
  width: 6.5rem;
  height: 6.5rem;
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a.download img.full-image {
  will-change: transform;
  animation: rotateInfinite 10s linear infinite;
}
@media screen and (max-width:599px) {
  .download {
    width: 3.68254rem;
    height: 3.68254rem;
            right: auto;
        left: var(--container-padding);
}
a.download img:not(.full-image){
  max-width: 1.2rem;
}
}
a.download:hover img:nth-child(2) {
  transform: translate(-50%, -50%) scale(1.2);
}
.scrolling-image img{
  border-radius: var(--radius-sm);
}
@media screen and (min-width:768px) {
  .empower-cards{
    transform: translateY(13rem);
}}

.empower-card-img{
  width: 20.66667rem;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-64%) translateX(53%);
  aspect-ratio: 1;  
}
section.hero-section.about-hero .bg-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00000042;
  z-index: 2;
}
section.hero-section.about-hero .w-layout-blockcontainer.container-a.w-container {
  position: relative;
  z-index: 2;
}
a.category.w-inline-block::after {
  content: "";
  position: absolute;
  height: 15rem;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  bottom: 0;
  z-index: 1;
}
.cat-title-arrow{
  transition: 0.4s;
  will-change: transform;
  line-height: 1.2;
}
.category:hover .cat-title-arrow{
transform: translateY(1rem);
}
.empower-card{
  overflow: hidden;
}
@media screen and (min-width:1000px) {
  .button-primary{
    min-width: 17.77rem;
  }
}
@media screen and (max-width:767px) {
  .vm-box{
    padding: 20px;
  }
  .section-header.section-header-vm {
    margin-bottom: 2.5rem;
}
.grid.vm-grid{
  gap: 20px;
}
.section-header-desc {
  padding-top: 25px;
}
.products.productssss {
  padding-top: 130px;
}
.swiper-slide.founder-slide .founde-info .name-position {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.footer-content{
  display: block;
}
.view-more-event{
  display: none;
}
.social-media-img {
  object-fit: contain;
  width: 20px;
  height: 20px;
}
.footer-social-block.mobile{
  gap: 10px;
}
}
.video-popup{
  display: block;
}
.videos-grid .happy-customer-grid{
  margin-bottom:var(--space-50);
}
.videos-grid .swiper-pagination-progressbar{
  background-color: var(--black-10);
}
.video-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: hsl(0deg 0% 0% / 20%);
}
.videos-grid .happy-customer-grid{
  gap: 0;
}
.empowering-number-1200.become-partner-banner{
  overflow: hidden;
}
.slide-chang-icon{
  cursor: pointer;
}
.productssss{
  display: none;
}
body.grid-view .productssss{
display: block;
}
body:not(.grid-view) .products-bannersss{
display: block;
}
body.grid-view .products-bannersss{
  display: none;
  }
  .slide-chang-icon{
    opacity: 0.8;
    transition: 0.4s;
    border-radius: 8px;
  }
  .slide-chang-icon.active {
    border: 0;
    border-radius: 5px;
    opacity: 1;
}
.slide-chang-icon:hover{
  opacity: 1;
  box-shadow: 0 0 10px #aaaaaa;
}
.slider-change{
background: var(--brand-color);
}
.slider-change:not(:has(.active)) .slide-chang-icon:first-child{
  border:0;
    border-radius: 5px;
    opacity: 1;
}
.lang-select-2:last-child .langauge-line-base{
  background: transparent;
}
ul.nav-menu-two.w-list-unstyled li a.w--current,.megamenu-li:has(.w--current) > a{
  color: var(--brand-color);
}
@media screen and (min-width:1000px) {
  .results-section .category{
    width: 25%;
  }
  ul.nav-menu-two.w-list-unstyled li a{
    transition: 0.4s;
  }
  ul.nav-menu-two.w-list-unstyled li a:hover{
    color: var(--brand-color);
  }
}
.results-collection-wrapper:after{
  display: none !important;
}
.category-slider{
  padding-top: 0;
}
.results-collection-wrapper{
  border: 0;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}
ul.nav-menu-two.w-list-unstyled li a:after{
  display: none;
}
.scroll-down{
  margin-left: 0;
  justify-content: center !important;
  margin-top: 0;
  flex-direction: column-reverse;
  gap: 0;
}
.scroll-down-arrow {
  width: 40px;
  display: block;
  border: 0;
  box-shadow: none;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.scroll-down-arrow {
  border: 0;
  width: 40px;
  filter: invert(1);
  height: 40px;
}
.scroll-down-wrapper{
  bottom: 30px;
  
}
.scroll-down .text-block {
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  .scroll-down-wrapper{
    bottom: 20px;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.megamenu-bg{
  display: none;
}
@media screen and (min-width:768px) {
  .grid.menu-grid{
    position: relative;
    z-index: 1;
  }
  .mega-menu{
    top: 6.25rem;
  }
  .grid.menu-grid{
    margin-bottom: 0;
  }
  .megamenu-w {
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }
  .megamenu-title{
    margin-top: 0;
    padding-top: 0rem;
    height: 0;
    opacity: 0;
  }
  .nav-wrapper.w-nav{
    background-color: transparent;
    transition: 0.2s;
    border-radius: 3rem;
    height: 6.27rem;
    transition-delay: 0.3s;
  }
  header:has(li.megamenu-li:hover) .nav-wrapper.w-nav{
    height: 29rem;
    border-radius: 3rem;
    transition-delay: 0s;
  }
  .nav-wrapper{
    box-shadow: 0 0px 6px rgb(0 0 0 / 10%);
    filter: none;
  }
  .nav-wrapper.w-nav::before {
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background: hsla(0, 0%, 100%, 0.7);
    top: -1px;
    left: -1px;
    z-index: -2;
    content: "";
    border-radius: 3rem;
    backdrop-filter: blur(8px);
}
.mega-menu{
  z-index: 0;
}
.nav-wrapper.w-nav::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 3rem;
  z-index: -1;
}
.title-small.footer-title {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
a.footer-link:not(.address) {
  white-space: nowrap;
}
.scroll-down {
  margin-left: 0;
  justify-content: flex-start !important;
  margin-top: 0;
  gap: 0;
  flex-direction: row;
}
.scroll-down .text-block{
  order: 1;
}
.events-4-col .event-item.w-dyn-item:first-child .date-viewmore {
  position: absolute;
  left: 0;
  bottom: 0;
}
.events-4-col .event-item.w-dyn-item:first-child .view-more-event {
  position: absolute;
  right: 1.50794rem;
  left: auto;
  bottom: 5.079rem;
}
.view-more-event img {
  max-width: 1.5rem;
}
.cursor {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
}
/* Cursor */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; 
  z-index: 9999; 
  text-align: center;
}
div#cursor.cursor-oval-active{
mix-blend-mode: initial;
}

.cursor-inner {
  position: absolute;
  border-radius: 50%;
  transform: translate(
      -50%,
      -50%
  ); 
  transition: transform 0.1s ease;
}

.cursor-inner-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.cursor-inner-arrow {
  width: 12px;
  height: 12px;
  border: solid transparent;
  border-width: 6px 6px 0 6px; 
  border-bottom-color: rgba(0, 255, 0, 0.8); 
  transform: translate(-50%, -50%) rotate(90deg);
  transform: scale(0);
  text-transform: none;
}
.cursor-inner-dot:hover,
.cursor-inner-oval:hover,
.cursor-inner-arrow:hover {
  transform: scale(1.2); 
  transition: transform 0.2s ease; 
}
div#cursor.cursor-oval-active .cursor-inner-dot, div#cursor.cursor-oval-active .cursor-inner-arrow, div#cursor.cursor-oval-active .cursor-inner-oval {
background-color: transparent !important;
}
.cursor-oval-active .cursor-inner.cursor-inner-oval::after {
background: transparent;
box-shadow: 0px 0px 0px .3px #fff;
text-align: center;
}
html{
  --data-text:"test";
}
.cursor-arrow-active .cursor-inner-arrow::after {
transform: scale(1) translate(-50%, -50%);
width: 8.4126984126984126984rem;
height: 2.3rem;
font-size:clamp(12px,1.19rem,20px);

content: var(--data-text);
}
.cursor-oval-active .cursor-inner-arrow::after {
transform: scale(1) translate(-50%, -50%);
width: 7.6984126984126984127rem;
height: 7.6984126984126984127rem;
font-size:clamp(12px,1.19rem,20px);
content: var(--data-text);
}
.cursor-inner-arrow::after {
content: "";
display: block;
position: absolute;
width: 0px;
height: 0px;
background: var(--brand-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(1);
transition: 0.2s !important;
pointer-events: none;
touch-action: none;
overflow: hidden;
font-size: 0px;
}
#cursor {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 9999;
height: 100%;
width: 100%;
font-size: 1.5873015873015873016rem;
text-transform: uppercase;
mix-blend-mode: difference;
}

.cursor-inner.cursor-inner-oval::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: #fff;
border-radius: 50%;
transition: 0.2s;
}
.cursor-arrowleft-active .cursor-inner.cursor-inner-arrow::after {
  content: "←";
  transform: scale(1);
  font-size: 30px;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family:'Suisse Regular';

}
.cursor-arrowleft-active .cursor-inner.cursor-inner-arrow{
border-radius: 50%;

}
.cursor-oval-active .cursor-inner-arrow::after{
border-radius: 50% !important;
text-transform: uppercase;
}
  .cursor-arrowright-active .cursor-inner.cursor-inner-arrow::after {
  content: "→";
  transform: scale(1);
  font-size: 30px;
 width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family:'Suisse Regular';
}div#cursor.cursor-arrow-active {
  mix-blend-mode: normal;
}
.cursor-container g {
  transform-origin: 50%;
}
.cursor-container g circle {
  stroke-width: 10px;
}
#cursor-2 svg{
  overflow: visible !important;
}
}
@media screen and (max-width:599px) {
  .slide-bg-wrapper {
    width: 100vh;
    height: 100vh;
    top: 50%;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    clip-path: inset(calc(0% - 50vw) round 50vw);
    left: 50%;
}
.soil-sticky-slider .sticky-slide-content{
  height: 100svh;
}
.soil-sticky-slider{
  min-height: 100svh;
}
.soil-logo{
  max-width: 10rem;
}
.job-desc {
  font-size: 16px;
  line-height: 1.5;
}
.job-desc ul li{
  margin-bottom: 1rem;
}
.contact-form.contact-form-career {
  padding: 30px 30px;
  margin-top: 30px;
  border-radius: 12px;
}
.button-primary.upload-form-btn {
  min-width: 220px;
  width: 100%;
}
ul, ol{
  padding-left: 20px;
  padding-right: 20px;
}
.job-description.mt-115 {
  margin-top: 30px;
}
}
a{
  cursor: pointer;
}
@media screen and (min-width:768px) and (max-width:999px) {

  .nav-menu-two {
    padding: 0;
}
.nav-wrapper{
  padding: 1.25rem 1.25rem;
}
header:has(li.megamenu-li:hover) .nav-wrapper.w-nav {
  height: 29rem;
}
}

section.why-choose-us + section.empowering-number-1200 {
  padding-top: 0;
}
.contact-link-hide{
  display: none !important;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  background-color: #000;
}

.loader svg {
  width: 100px;
  height: 100px;
}

#border {
  opacity: .3;
  /* stroke-dashoffset: 0; */
}
#outer{
  stroke-dashoffset: -200;
stroke-dasharray: 200;
}
.transition-curtain {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  z-index: 100000;
  overflow: hidden;
  transform: translateY(100%);
  /* background-color: #fff; */
  opacity: 0 !important;
}
.curtain svg{
  fill:#fff !important;
  width: 100%;height: 100%;
}
.curtain {
  width: 100%;
  height: 100%;
}
.js-page-transition-curtain
{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  touch-action: none !important;
}
.no-pointer{
  pointer-events: none;
  touch-action: none;
}
.page-wrapper__count {
color: #222;
font-size: 28px;
font-weight: bold;
text-align: center;
margin-top: 20px;
}
@media screen  and (max-width:767px){
  .contact-link-hide{
    display: flex !important;
  }
  .why-choose-career-bg-extra{
    aspect-ratio: initial;
  }
  .footer-link.address.just-address{
    font-size: 1rem;
  }
}
.no-scale{
  transform: none !important;
}
@keyframes circle_animation {
  0% {
    stroke-dasharray: 85;
  }
  50% {
    stroke-dasharray: 170;
  }
  100% {
    stroke-dasharray: 340;
  }
}
html{
}
html .loader svg circle:nth-child(1){
  transition: 0.2s;
  stroke-dasharray: 170;
  stroke-dashoffset: 170;
}

.results-section:not(.no-bg){
  background-image: linear-gradient(0deg,transparent,#F9D74599,transparent);
}
.events + .pin-spacer .results-section:not(.no-bg){
  background-image: linear-gradient(0deg,#f8f8f8,#F9D74599,#f8f8f8);
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .product-card-title {
      font-size: 1.5rem;
  }
}
.video-popup-inner{
  position: relative;
  z-index: 1;
  height: 100%;
}
.video-popup-inner .w-iframe {
 height: 100%;
 width: 100%;
}
.video-popup-inner iframe {
  width: 100%;
  height: 100%;
}
.w-form-done {
  border-radius: var(--radius);
  background-color: #ffeee6;
  margin-top: 20px;
}
.sticky-title div{
  position: absolute;
  top: 0;
  opacity: 0;
}
.sticky-title{
  position: relative;
}
.sticky-title div.active{
  opacity: 1;
  transition: .7s;
}
.sticky-title-i{
  opacity: 1 !important;
}
.soil-sticky-slider .slide-title.sm-title{
  opacity: 1;
  position: static;
}
.language-chev {
  width: 10px;
}
li.megamenu-li {
  transition: 0.4s;
}

@media screen and (min-width: 1000px) {
  section.why-choose-us.core-value .why-choose-icon {
    object-fit: contain;
    width: 6.73016rem;
    height: 6.73016rem;
  }
  li.megamenu-li {
    background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/68063b57bea04fa7585cd296_Vector.svg);
    background-repeat: no-repeat;
    background-position: 100% 55%;
    padding-right: 18px;
    background-size: 10px;
}
ul.nav-menu-two.w-list-unstyled li.megamenu-li:has(a.w--current),ul.nav-menu-two.w-list-unstyled li.megamenu-li:hover{
  background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/682463a707ec12fc5539f07b_chev-down-orange.svg);
}
li.megamenu-li:hover > a{
  color: var(--brand-color);
}
section.why-choose-us.core-value .why-choose-card {
  align-items: center;
  text-align: center;
}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  li.megamenu-li {
    background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/68063b57bea04fa7585cd296_Vector.svg);
    background-repeat: no-repeat;
    background-position: 100% 57%;
    padding-right: 20px;
    background-size: 8px;
}
ul.nav-menu-two.w-list-unstyled li.megamenu-li:has(a.w--current),ul.nav-menu-two.w-list-unstyled li.megamenu-li:hover{
  background-image: url(https://cdn.prod.website-files.com/67e243c36be4dda2e4546833/682463a707ec12fc5539f07b_chev-down-orange.svg);
}
}
@media screen and (max-width: 999.99px) {
  section.why-choose-us.core-value .why-choose-icon {
    object-fit: contain;
    width: 6.73016rem;
    height: 6.73016rem;
  }
  .container-a.core-value-container{
    display: block;
  }
  .section-header.with_button.value-header {
    max-width: 100%;
}
.why-choose-grid.values-grid{
  max-width: 100%;
  margin-left: 0%;
}
.more-products.more-about-us.desktop {
  display: none;
}
.more-products.more-about-us.mobile {
  display: block;
}
}
@media screen and (max-width: 767px) {
  .why-choose-grid.values-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-grid.values-grid .why-choose-card {
    max-width: 100%;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 8px;
}
section.why-choose-us.core-value .why-choose-icon{
          max-width: 90px;
        max-height: 90px;
}
.section-header.with_button.value-header.value-header-2 {
    max-width: 100%;
}

}

@media screen and (min-width:768px) {
  .why-choose-card,.vm-box,.value-card{
    transition: 0.4s;
    position: relative;
    overflow: hidden;
  }
  .why-choose-card::before,.vm-box::before,.value-card::before{
    transition: 0.4s;
    content: "";
    background-image:linear-gradient(180deg, rgba(255, 82, 0, 0) 54.21%, rgba(255, 82, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;z-index: 1;
  }
 .why-choose-card:hover,.vm-box:hover,.value-card:hover {
    
    border-color: #FF520080;
}
.why-choose-card:hover::before,.vm-box:hover::before,.value-card:hover::before {
    opacity: 1;

}
.why-choose-icon,.vm-icon-div{
      mix-blend-mode: darken;
      position: relative;
      z-index: 2;
}
.why-choose-text,.h5.vm-title,.vm-desc{
  position: relative;
  z-index: 2;
}
.event-card{
  transition: 0.4s;
  border: 1px solid transparent;
}
.event-card:hover {
        border: 1px solid #ff520152;
    }
}
body:has(.product-without-toggle) section.products-banner.products-bannersss{
display: none !important;
}
body:has(.product-without-toggle) .slider-change{
display: none;
}
body:has(.product-without-toggle) section.products.productssss.product-without-toggle{
  display: block !important;
}
.transition-fade{
  transition: opacity 0.5s;
}

html.is-animating {
  pointer-events: none;
  touch-action: none;
}
    .smooth-loaded {
    opacity: 1;
    pointer-events: all;
  touch-action: initial;
  }
  
  html.is-animating .transition-fade {
    opacity: 0;
  }
  .smooth-loaded .transition-fade{
    opacity: 1;
    pointer-events: all;
    touch-action: initial;
    transition: opacity 0.5s;
    transition-delay: 0.4s;
  }
  .loader-complete .loader{
    transform: translateY(-100%);
    transition: 0.6s;
    transition-delay: 0.4s;
  }
  .sticky-slide:nth-child(3){
     background-color: #0d0c0c;
  }
   .sticky-slide:nth-child(4){
    background-color: #332e2e;
  }
  .sticky-slide:nth-child(5){
    background-color:#464646;
  }
  .sticky-slide:nth-child(6){
    background-color:#000;
  }
  .product-card-img,.category-image{
        background: #fff0e9;
  }
  section.sticky-slider.soil-health-slider .sticky-slide{
    background-color: transparent;
  }
  section.sticky-slider.soil-health-slider{
    background-size: cover;
  }
  .background-video {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sticky-slide-content{
    height: 100svh;
  }
  .w-nav-overlay{
    touch-action: none;
    pointer-events: none;
  }
  
  .sticky-slide-content .div-block {
    bottom: 80px;
}
.soil-logo{
  height: 100svh;
  top: 0;
}
}