body {
    position: relative;
    font-family: 'General Sans', sans-serif;
    background: #FDFFED;
}

.container {
    max-width: 1260px;
}

:root {
    --heading-color: #ffffff;
    --gary-color: #727272;

    --lightgary-color: #b2b9bd;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a, button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* main page css start  */
/* .custom-cont{
    max-width: 1230px;
} */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 15px 0px;
    z-index: 111;
}

header .row {
    justify-content: space-between;
    align-items: center;
}

.headerlinks .talk-btns {
    padding: 9px 21px;
    border-radius: 50px;
    background: #94C121;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.headerlinks {
    display: flex;
    align-items: center;
    justify-content: right;
}

.headerlinks .talk-btns img {
    margin-right: 10px;
}

.headerlinks .talk-btns:hover {
    background: black;
    color: ghostwhite;
}

.headerlinks .talk-btns:hover img {
    filter: brightness(0) invert(1);
}

.an-banner {
    display: flex;
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
    align-items: flex-end;
    justify-content: flex-start;
}

.an-banner video, .an-banner iframe {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -11;
}

.an-banner h1 {
    font-size: 54px;
    font-weight: 600;
    color: #94c121;
    line-height: 52px;
    margin-bottom: 20px;
}

.an-banner p {
    font-size: 28px;
    color: white;
}

.an-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, black, transparent);
    z-index: -1;
    opacity: 0.9;
}

section {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.c-scrollbar {
    z-index: 11;
}

.an-logo-section, .an-review-section {
    position: relative;
}
.an-logo-section:before ,.an-review-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #FDFFED;
    top: -8px;
}

.an-vision-section {
    background: #FDFFED;
    padding: 90px 0px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 98%;
    margin: auto;
    transition: 0.5s; 
}
.an-vision-section.active{
    max-width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.an-vision-section h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #237914 ;
}

.an-review-section {
    background: #FDFFED;
    padding-bottom: 80px;
}

.an-vision-slider .item>div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px;
    background: #94c121;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    transition: 0.5s;
    padding-right: 20px;
}

.an-vision-slider .item>div img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 10px;
}

.an-vision-slider .item {
    background: transparent;
    padding: 7px;
}

.an-vision-slider .item:nth-child(odd)>div {
    background: #C6ED94;
}

.an-vision-slider .item>div:hover {
    background: black;
    color: white;
}
.an-second-section>div{
    background: #FDFFED;
    transform: scale(0.9);
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.an-vision-slider.an-slider-two {
    transform: rotate(180deg);
}

.an-vision-slider.an-slider-two .item {
    transform: rotate(-180deg);
}

.an-logo-section {
    padding-bottom: 50px;
    background: #FDFFED;
}

.an-logo-section .item {
    text-align: center;
}

.an-logo-section .item img {
    max-width: 100%;
    margin: auto;
    transition: 0.5s;
    filter: grayscale(1);
}
.an-logo-section .item img {
    width: 140px;
    margin: auto;
}

.an-logo-section .item {
    text-align: center;
}
.an-logo-section .item img:hover {
    filter: none;
}

.an-stage-section {
    background: #FDFFED;
}

.an-stage-section .section-inner>div {
    display: flex;
    gap: 20px;
}

.an-stage-section  .item {
    width: 70%;
    min-height: 100vh;
    flex: 0 0 70%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 100px 5%;
}

.an-stage-section  .item img {
    max-width: 100%;
}

.an-stage-section  .item.heading {
    width: 70%;
    flex: 0 0 70%;
}

.an-stage-section  .item h2 {
    font-size: 54px;
    font-weight: 600;
    color: #237914;
    width: 580px;
    max-width: 100%;
}

.an-stage-section  .item h3 {
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
}

.an-stage-section  .item {
    position: relative;
}

.an-stage-section  .item .stage--arrow-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/* html.has-scroll-smooth header {
    background: #0b0e0861;
} */
.comes-section {
    background: url(../images/crop-fields.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    padding-bottom: 150px;
    background-position: bottom;
}

.comes-txt {
}

.comes-txt h2 {
    color: #FFF;
    font-size: 54px;
    font-weight: 600;
}

.comes-videos a {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    bottom: 0;
    right: 0;
}

.comes-videos a span {
    border-radius: 50px;
    background: #EDFF1E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    gap: 15px;
}

.comes-section .row {
    align-items: flex-start;
}

.comes-videos>img {
    border-radius: 20px;
    width: 100%;
}

.team-sec {
    background: #FDFFED;
    padding: 100px 0;
}

.team-sec .section-inner>h2 {
    font-size: 54px;
    color: #237914;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
}

.team-sec  .row{
    align-items: center;
}



.innerteam-txt strong {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.innerteam-txt small {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.innerteam-txt p {
    color: #0F6301;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.innerteam-txt a {
    font-size: 22px;
    font-weight: 600;
    color: black;
}
.innerteam-txt a img {
    position: relative;
    top: 10px;
}

.innerteam-txt a::before {
    content: "";
    position: absolute;
    width: 213px;
    height: 2px;
    background: black;
    bottom: -2px;
    left: 28px;
}

.innerteam-txt a {
    position: relative;
}
.team-sec img{
    margin-bottom: 20px;
    border-radius: 30px;
}
.connect-section{
    background: #004E35;
    padding: 150px 0;
    color:white;
    padding-bottom: 40px;
}
a.conect-lin {
    display: block;
    font-size: 17px;
    color: white;
    position: relative;
    margin-top: 40px;
    font-weight: 500;
}

a.conect-lin:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    background: white;
    bottom: -2px;
    left: 17px;
}

.coptright p {
    text-align: center;
    margin-top: 70px;
}
.innerform-left h2{
    color: #ffffff;
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}
.innerform-left p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
    max-width: 74%;
    margin-bottom: 30px;
}
.coptright p{
  margin-bottom: 0px;
  color: white;
  font-size: 16px;
  margin-top: 70px;
}
.setup-connect .form-group input{
    color: #727272;
    font-size: 18px;
    background: #00573B;
    height: 55px;
    width: 100%;
    border: none;
    font-size: 18px;
    color: white;
}
.setup-connect .form-group input:focus ,
.setup-connect .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}
.setup-connect .form-group textarea{
    color: #727272;
    font-size: 18px;
    background: rgba(31, 75, 10, 0.10);
    width: 100%;
    border: none;
    background: #00573B;
    resize: none;
    color: white;
    font-size: 18px;
    height: 100px;
}
.setup-connect .form-group input::placeholder,
.setup-connect .form-group textarea::placeholder{
    color: #ffffffb3;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.footer-sec{
    padding: 30px 0 30px;
    background: #0F6301;
    /* position: sticky; */
    bottom: 0;
    width: 100%;
    left: 0;
    
}
.footer-sec p{
   color: #FFF;
   font-size: 18px;
   font-weight: 500;
   text-align: end;
}
.setup-connect .form-group input .wpcf7-submit{
    color: #004e35;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    background: #FDFFED;
    display: flex;
    width: 245px;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: 1px solid #FDFFED;
    cursor: pointer;

}
.setup-connect .form-group input .wpcf7-submit:hover{
  background: #004e35;
  color: #FDFFED
}
.setup-connect .form-group .wpcf7-form-control.wpcf7-submit {
    color: #004e35;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    background: #FDFFED;
    display: flex;
    width: 245px;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: 1px solid #FDFFED;
    cursor: pointer;
    transition: 0.5s;
}

.setup-connect .form-group .wpcf7-form-control.wpcf7-submit:hover {
    background: #004e35;
    color: #FDFFED;
}
.next-gen-section{
    background: url(../images/drone-image.jpg) no-repeat;
    background-size: cover;
    min-height: 800px;
    display: flex;
    align-items: center;
    padding-bottom: 180px;
}
.inner-gen h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: inherit;
}
.team-sec{
    padding-bottom: 50px;
    padding-top: 70px;
}
.team-sec h2 {
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #0f6301;
}
.review-img {
    position: relative;
}
.review-img img {
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    border-radius: 30px;
    max-width: 90%;
}
.review-img img.show {
    opacity: 1;
    z-index: 1;
}

.team-sec .row {
    
    align-items: flex-start;
}
.leftText{
    padding: 50px 0px;
}
.an-stage-section .item.heading.fixed {
    width: 790px;
    position: absolute;
    z-index: 1;
    background: #FDFFED;
    height: 100vh;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: flex-end;
}
.an-stage-section .item.w-100 {
    width: 0px;
    flex: 0;
}
.heading-fixed .item.heading.fixed {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
}
.heading-fixed .item.heading.fixed.show {
    opacity: 1;
}

.heading-fixed {
    z-index: 1;
    position: relative;
}
header#sticky{
    transition: 0.5s;
}
header#sticky.headerStiky {
    background: white;
    padding: 10px 0px;
    box-shadow: 0px 3px 23px 0px hsl(0deg 0% 0% / 15%);
}
.leftText {
    transition: 0s;
    opacity: 0;
}
.leftText.in-view {
    opacity: 1;
    transition: 1s;
}
.leftText.end-view {
    opacity: 0;
}
.setup-connect .form-group input:focus, .setup-connect .form-group textarea:focus {
    background: #00573B;
}

.item.heading.one {
    width: 400px;
    flex: 0 0 400px;
    padding: 30px;
    background: #FDFFED;
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
}
.item.heading.one h2 {
    font-size: 40px;
}
.item.heading.five {
    width: 400px;
    flex: 0 0 400px;
    padding: 30px;
    background: #FDFFED;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
}
.pin-heading{
    z-index: 1;
}

.item.heading.seven{
    width: 100%;
    flex: 0 0 100%;
}
.item.heading.five {
    z-index: 11;
    opacity: 0;
    transition: 0.5s;
}
.item.heading.five.active{
    opacity: 1;
}
.item.heading.five h2 {
    font-size: 40px;
}
.stage-one {
    position: relative;
}

.stage-one a {
    position: absolute;
}
.stage-wrapper {
    width: 660px;
    height: 450px;
}

.stage-wrapper .base {
    width: 260px;
    display: block;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
.active .stage-wrapper .base {
    opacity: 1;
}
.stage-one a {
    padding: 5px 20px;
    background: #004E35;
    display: inline-block;
    color: #88E53E;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
    transform: scale(0);
}
.active .stage-one a{
    animation: stagecta 0.5s linear;
    animation-fill-mode: forwards;
}
@keyframes stagecta{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
.stage-one a:hover, .stage-one a.active {
    background: #88E53E;
    color: #004E35;
}

.stage-one .cta-btn.one {
    top: 14px;
    left: 135px;
    animation-delay: 0.5s;
    font-weight: 600;
}

.stage-one .cta-btn.two {
    top: 13px;
    left: 376px;
    animation-delay: 0.7s;
}

.stage-one .cta-btn.three {
    top: 78px;
    left: 110px;
    animation-delay: 0.8s;
}

.stage-one .cta-btn.four {
    left: 403px;
    top: 70px;
    animation-delay: 0.9s;
}
.cta-parents{
    position: relative;
}
.cta-wrapper {
    display: flex;
    margin-top: 30px;
    gap: 20px;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    position: absolute;
    top: 0px;
    padding-right: 50px;
}

.cta-wrapper.active {
   display: flex;
   visibility: visible;
   opacity: 1;
   position: relative;
   animation: catanimation 1s linear;
   animation-fill-mode: forwards;
}
@keyframes catanimation {
     0%{
        opacity: 0;
     }
     50%{
        opacity: 0;
     }
     100%{
        opacity: 1;
     }
}
.cta-wrapper img {
    width: 270px;
}

.cta-wrapper .finding span {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    background: #88E53E;
    padding: 4px 25px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.cta-wrapper .finding p {
    margin-bottom: 0px;
    font-size: 16px;
    max-width: 250px;
}
.headerlinks .talk-btns::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #94C121;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    animation: bthpluse 1s linear infinite;
    transform: scaleX(1) scaley(1);
    z-index: -1;
}
@keyframes bthpluse {
    0%{
        transform: scaleX(1) scaley(1);
        opacity: 1;
    }
    100%{
        transform: scaleX(1.2) scaley(1.5);
        opacity: 0;
    }
}
.headerlinks .talk-btns {
    position: relative;
    z-index: 1;
}
.an-second-section {
    margin-top: -110px;
}
.review-img::before {
    content: "";
    position: absolute;
    width: 1260px;
    height: 100vh;
    bottom: calc(100% + 0px);
    background: #FDFFED;
}
.team-sec>.pin-spacer {
    z-index: 9999!important;
    position: relative;
}

.team-sec .row .pin-spacer {z-index: 1!important;}

.stage_section {
    min-height: 800vh;
    background: #FDFFED;
  }

  .stage-main-slider {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
  }

  .stage-main-slider .stage-main-slider-item>div {
    min-height: 100vh;
    display: flex;
    align-items: center;
    transition: 0.5s;
    flex-direction: column;
  justify-content: center;
  }

  .stage-heading-slider .stage-heading-item>div {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  

  .stage-heading-slider .stage-heading-item>div h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    color: #237914;
  }

  .stage-main-slider .stage-main-slider-item.slick-active>div {
    transform: none;
    opacity: 1;
  }

  .stage-main-slider .stage-main-slider-item>div {
    transition: 0.5s;
    /* transform: translateX(-39%) scale(.5); */
    opacity: 0.3;
  }

  .stage-heading-slider .stage-heading-item>div {
    padding-right: 50px;
  }

  .stage-main-slider .stage-main-slider-item>div {
    padding-left: 50px;
  }

  .stage-section-pin::before {
    content: "";
    position: absolute;
    width: 2px;
    background: #237914;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .stage-one.two .cta-btn.one {
    left: 127px;
    top: 34px;
  }

  .stage-one.two .cta-btn.two {
    top: 33px;
    left: 360px;
  }

  .stage-one.two .cta-btn.three {
    top: 93px;
    left: 160px;
  }

  .stage-one.two .cta-btn.four {
    top: 90px;
    left: 390px;
  }

  .stage-heading-slider .stage-heading-item>div h2 span {
    color: #004E35;
  }

  .cta-img {
    position: relative;
  }

  .cta-img p {
    position: absolute;
    width: 152px;
    left: 150px;
    top: -6px;
    font-size: 16px;
  }

  .stage-one.three .cta-btn.one {
    left: 127px;
    top: 20px;
  }

  .stage-one.three .cta-btn.two {
    left: 379px;
    top: 19px;
  }

  .stage-one.three .cta-btn.three {
    left: 160px;
    top: 81px;
  }

  .stage-one.three .cta-btn.four {
    top: 76px;
  }
  .stage-wrapper .four .base {
  width: 410px;
}

.stage-one.four .cta-btn.one {
  left: -13px;
  top: 30px;
}

.stage-one.four .cta-btn.two {
  left: 260px;
  top: 25px;
}

.stage-one.four .cta-btn.three {
  left: 490px;
  top: 40px;
}

.stage-one.four .cta-btn.four {
  left: 129px;
  top: 132px;
}
.stage-main-slider .stage-main-slider-item>div h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: capitalize;
}
.setup-connect .form-group .error {
    border: 1px solid red;
}

.setup-connect .form-group label.error {
    display: none!important;
}
.team-mobile-img{
    display: none;
}
.slick-slide{
    height: auto!important;
}
.setup-connect .form-group input.wpcf7-not-valid {
    border: 1px solid red!important;
}

.setup-connect .form-group .wpcf7-not-valid-tip {
    display: none!important;
}
/* main page css end */
