*{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body{
  color: #212529;
  font-size: 16px;
}

a{
  text-decoration: none;
  color: #212529;
}

a:hover{
  text-decoration: underline;
  color: #526200;
}

ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2,h3,h4{
  font-family: "Jacques Francois", serif;
}

.textOrange{
  color: #F7B125;
}

.textGreen{
  color: #526200;
}

.textWhite{
  color: #fff;
}


section{
  padding: 40px 0;
  margin-bottom: 40px;
}

header{
  position: relative;
  z-index: 9;
}

.navbar-nav{
  gap: 11px;
  align-items: center;
}

.navbar-nav .nav-link{
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
  display: flex;
}

.navbar-nav .nav-link.active{
  border-radius: 25px;
  border: 1px solid #5236DA ;
  background: #5236DA;
  color: #fff;
  padding: 5px 12px;
}


.navbar-nav .nav-item.topPhoneno .nav-link{
  color: #5236DA;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
}


.navbar-nav .nav-item.loginBtn .nav-link{
  color: #B6D433;
  border: #B6D433 solid 1px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 30px;
}

.navbar-nav .nav-item.loginBtn .nav-link:hover{
    color: #fff;
  border: #B6D433 solid 1px;
  background: #B6D433;
}

.btn-primary{
  background-color: #658b13;
  border-color: #658b13;
  border-radius: 3px;
}

.btn-primary:hover, .btn-primary:active{
  background-color: #9bb81e ;
  border-color: #9bb81e;
  border-radius: 3px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: #9bb81e ;
  border-color: #9bb81e;
}


.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
  background-color: #5236DA !important;
  border-color: #5236DA !important;
  border-radius: 3px;
}


.mainBanner{
  background: url(../img/mainBanner.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: -90px;
  display: flex;
  align-items: center;
  text-align: center;
}

.bannerContent h1{
  display: inline-block;
  background: #FFBB00B2;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  font-size: 60px;
  padding: 20px 30px;
}

.exploreBtn{
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.exploreBtn a{
  color: #fff;
}

section h2{
  font-size: 48px;
  color: #526200;
}

.borderTop{
  border-top: #335817 solid 1px;
}

.borderBottom{
  border-bottom: #335817 solid 1px;
}

.aboutSection{
  background: #D9E2AD;
}
.aboutSection .owl-carousel .owl-item .slider{
  width: 100%;
  max-width: 425px;
  margin: auto;
  position: relative;
}
.aboutSection .owl-carousel .owl-item img{
  width: 100%;
}



.aboutSection .content{
  background: #FEC732;
    width: max-content;
    padding: 10px 20px;
    bottom: 20px;
    position: absolute;
    right: -40px;
    font-family: "Jacques Francois", serif;
    color: #335817;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.naturalFarmSection{
  background: url(../img/naturalFarmBg.jpg) no-repeat center top;
  background-size: 100%;
  height: 400px;
      display: flex;
    align-items: center;
}

.naturalFarmSection h2{
  max-width: 800px;
  width: 100%;
  margin: auto;
}


.ourProductsSection{
  background: #F7B125;
}

.ourProductsSection img{
  width: 100%;
  margin-bottom: 15px;
}

.ourProductsSection .col-md-2{
  width: 20%;
}

.btnOutline{
  color: #335817;
  border: #335817 solid 1px;
  padding: 8px 20px;
}

.howItWorksSection{
  background: #F2FFE8;
}

.howItWorksSection ul {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.howItWorksSection ul li h3{
  font-family: "Inter", sans-serif; 
  color: #526200;
  font-size: 18px;
  margin-top: 20px;
}

.htwCard{
  background: #8BAA80;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
}

.htwCard img{
  height: 110px;
}
.htwCard span{
  color: #E30000;
}
.playstore{
  text-align: center;
  margin-top: 40px;
}

.playstore img{
  height: 50px;
}


.benefitsSection{
  background: url(../img/benefitsSectionBg.png) no-repeat center center;
  background-size: 100%;
  height: 600px;
  color: #fff;
}

.benefitsSection ul{
  margin-top: 50px;
}


.benefitsSection ul li{
  list-style: disc;
  margin-bottom: 20px;
}

.benefitsSection p span{
  font-size: 36px;
  font-family: "Jacques Francois", serif;
}


.advantagesSection{
  background: url(../img/advantagesBg.png) no-repeat center center;
  background-size: 100%;
  height: 600px;
  color: #fff;
}

.advantagesSection ul{
  margin-top: 50px;
}


.advantagesSection ul li{
  list-style: disc;
  margin-bottom: 20px;
}

.ourFarmingSection{
  background: #50653E;
  color: #fff;
}

.ourFarmingSection h2{
  color: #E2E3A5;
}

.ourFarmingSection .content{
  width: 100%;
  max-width: 480px;
}

.prodSection{
  background: #F7B125; 
}

.prodSection .col-md-6 .item{
  position: relative;
  margin-bottom: 20px;
}

.prodSection .col-md-6 .content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url(/images/one.jpg);
  position: absolute;
  bottom: 0;
  padding: 20px;
  padding-top: 150px;
  padding-bottom: 50px;
  width: 100%;
}

.prodSection img{
  width: 100%;
}

.prodSection h3{
  color: #E2E3A5;
}

.prodSection a{
  color: #fff;
}

.ourEnvironmentSection{
  background: #50653E;
  color: #fff;
  padding: 0;
}

.ourEnvironmentSection h2{
  color: #E2E3A5;
}

.ourEnvironmentSection .content{
  width: 100%;
  padding-top: 50px;
  max-width: 550px;
}

.faqSection{
  background: #F7B125; 
}

.accordion-button{
  font-size: 24px;
}


.accordion-button, .accordion-button:focus, .accordion-button:not(.collapsed){
  background: #F7B125; 
  box-shadow: none;
  border: none;
}

.accordion-body{
  background: #FFDC7A;
}

.howtoDownloadSection{
  background: #50653E;
  color: #fff;
}

.howtoDownloadSection h2{
  color: #E2E3A5;
  max-width: 500px;
}

.howtoDownloadSection p{
  max-width: 500px;
}

.howtoDownloadSection h3{
  color: #F7B125;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.howtoDownloadSection iframe{
  height: 460px;
  width: 100%;
  border-radius: 20px;
}


.gallery-carousel{
  margin-top: 50px;
}

.gallerySection p{
  max-width: 600px;
}

.gallerySection  .owl-nav{
  position: absolute;
  top: -80px;
  right: 0;
}

.owl-theme .owl-nav [class*=owl-]{
  margin: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background: #fff;
    color: #50653E;
}

.testiSection{
  background: #EBFFDB;
}

.testi-carousel .owl-item .item{
  display: flex;
  gap: 20px;
}

.testi-carousel .owl-item .item img{
  height: 180px;
  width: 180px;
}


.testi-carousel .owl-item .item .content i{
 color: #335817;
}

.testiSection  .owl-nav{
  position: absolute;
  top: 40%;
  width: 100%;
}

.testiSection  .owl-nav .owl-prev{
 left: -30px;
 position: absolute;
}

.testiSection  .owl-nav .owl-next{
  right: -30px;
  position: absolute;
 }

 footer{
  background: #F7B125;
  padding: 50px 0;
  padding-bottom: 20px;
 }

 
 footer h2{
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  color: #335817;
}

footer ul li{
  margin-bottom: 20px;
}
.fLogo{
  height: 50px;
}

ul.socialMedia{
  display: flex;
  gap: 10px;
}

.newsletter .btn{
  width: 100%;
}

.copyright{
  text-align: center;
  border-top: #555 solid 1px;
  padding-top: 20px;
}


.sidebar .list-group-item{
  border: none;
}

.sidebar .list-group-item a{
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: #ddd solid 1px;
}


.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}