*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    text-decoration: none;
}



header1{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #559593;
  z-index: 100;
  padding: 17px 17px;
  transition: all 1s ease-in;

}

@media only screen and (max-width:1200px){
  header1{
    padding: 18px 18px;
   
  }
}

.logo{
  width: 15%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width:1200px){
  .logo{
    width: 33%;
  }
}

.logo a{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
 
}

@media only screen and (max-width:1200px){
  .logo a{
    font-size: 20px;
  }
}


.navbar1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav-menu1{
    position: absolute;
    right: 14%;
    list-style: none;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  
   }

   @media only screen and (max-width: 1200px){
  .nav-menu1{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: #559593;
    transition: all 0.2s ease-in-out;
  }

  .nav-menu1 li{
    margin-top: 30px;
    padding: 10px;
  }
}

.nav-menu1 li{
  position: relative;
  top: 0;
  left: 0;
  list-style: none;

}

.nav-menu1 li i{
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  margin-left: 5px;
}


.about-list1{
  display: none;
}

.about-list1 li{
  padding-top:30px ;
}

@media only screen and (max-width: 1200px){
  .about-list1 li{
    padding-top:0px ;
  }
}


.nav-menu1 li:hover .about-list1{
  width: 200px;
  height: 180px;
  position: absolute;
  top: 100%;
  left: -55%;
  text-align: center;
  background-color: #559593;
  display: block;
  z-index: 100;
  border: 0.5px solid white;
}

@media only screen and (max-width: 1200px){
  .nav-menu1 li:hover .about-list1{
    left: -35%;
    height: 170px;
  }
}

.goBack a{
  padding: 6px 5px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 13px;
}

.menu{
  display: flex;
 
  width: 100px;
  justify-content: space-between;
}

.goBack1 a{
  padding: 6px 5px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 13px;
  display: none;
}

@media only screen and (max-width: 1200px){
  .goBack1 a{
    display: block;
    font-size: 10px;
    color: #ffff;
  }

  .goBack1 a i{
    padding-right: 2px;
  }
}

.nav-menu1 .goBack a i{
  padding-right: 3px;
}

@media only screen and (max-width: 1200px){
  .nav-menu1.active3{
    position: fixed;
    right: 0;
  }
  
}

@media only screen and (max-width: 1200px){
  .nav-menu1.active4{
    position: fixed;
    right: -100%;
  }
}

nav1 ul li a{
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}



#btn{
  color: #FFFFFF;
  font-size: 25px;
  display: none;
  position: fixed;
  cursor: pointer;
}

@media only screen and (max-width: 1200px){
  #btn{
    display: block;
    position: relative;
    right: 0;
  }
}

#cros{
  color: #FFFFFF;
  font-size: 25px;
  display: none;
  cursor: pointer;
}

@media  only screen and  (max-width: 1200px){
  #cros{
    display: block;
    position: absolute;
    right: 5%;
    top: 3%;
  }
}



.slide1{
  background-image: url("Images/farmerpage-bgimg1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
}

.slide2{
  background-image: url("Images/farmerpage-bgimg2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
}

.slide3{
  background-image: url("Images/farmer-image3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
}

.mySlides {
  display:none;
}

.btn1{
  position: absolute;
  top: 50.5%;
  left: 2%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #559593;
  border: none;
  outline: none;
  cursor: pointer;
}

@media(max-width:1200px){
  .btn1{
      width: 30px;
      height: 30px;
  }

 
}

.btn2{
  position: absolute;
  right: 2%;
  bottom: 44%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #559593;
  border: none;
  outline: none;
  cursor: pointer;

}

@media(max-width:1200px){
  .btn2{
      width: 30px;
      height: 30px;
      bottom: 45%;
      border-radius: 15px;
  }
}

.btn1, .btn2 i{
  color: #ffff;
  font-size: 20px;
}

@media(max-width:1200px){
  .btn1, .btn2 i{
      font-size: 12px;
  }
}

.slide-container{
  width: 100%;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.300);
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.slide-text{
  width: 80%;
  height: 40vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

@media(max-width:1200px){
  .slide-text{
      height: 45vh;
      padding: 10px;
  }
}

.slide-text h1{
  color: #ffff;
  font-weight: bold;
  font-size: 35px;
}

@media(max-width:1200px){
  .slide-text h1{
      font-size: 20px;
      text-align: center;
  }
}


.slide-text p{
  color: #ffff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

@media(max-width:1200px){
  .slide-text p{
      font-size: 15px;
  }
}


.slide-text .order-btn{
  background-color: #559593;
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

@media(max-width:1200px){
  .slide-text .order-btn{
      width: 130px;
      height: 40px;
  }
}

.slide-text .order-btn a{
  text-decoration: none;
  color: #ffff;
  font-size: 17px;
  font-weight: bold;
}

@media(max-width:1200px){
  .slide-text .order-btn a{
      font-size: 14px;
  }
}



.our-process{
  color: #717171;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.our-process h1{
  text-align: center;
  font-weight: bold;
  
}

@media only screen and (max-width:1200px){
  .our-process h1{
    font-size: 28px;
  }

  .our-process p{
    font-size: 13px;
    margin: 10px;
  }
}

.our-process p{
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.our-process0{
    width: 100%;
    height: 90vh;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
    align-items: center;

}

@media only screen and (max-width:1200px){
  .our-process0{
    height: 110vh;
    width: 90%;
    align-items: flex-end;
   
  }
}

@media only screen and (max-width:1200px){
  .our-process0{
    grid-template-columns: auto auto;
  }
}

.our-process1{
    width: 300px;
    height: 250px;
    background-color: rgba(194, 195, 196, 0.648);
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgb(129, 127, 127);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width:1200px){
  .our-process1{
    width: 150px;
    height: 200px;
    
  }


}

.our-process1 i{
  font-size: 30px;
  color: #559593;
  filter: drop-shadow(1px 1px 3px rgb(66, 160, 165));
}

@media only screen and (max-width:1200px){
  .our-process1 i{
    font-size: 25px;
  }

  .our-process1 h5{
    font-size: 15px;
    font-weight: bold;
  }

  .our-process1 p{
    font-size: 12px;
   
    padding: 0;
  }
}



.our-farm{
  width: 100%;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #717171;

}

@media only screen and (max-width:1200px){
  .our-farm{
    height: 80vh;
    justify-content: flex-end;
  }
}

.our-farm h1{
  font-weight: bold;

  text-align: center;
}

@media only screen and (max-width:1200px){
  .our-farm h1{
    font-size: 28px;
  }

  .our-farm p{
    font-size: 13px;
    margin: 10px;
  }
}

.our-farm p{
  font-weight: bold;
  text-align: center;
  padding: 10px;
}


.our-farm1{
  width: 80%;
  height: 80vh;
  display: grid;
  grid-template-columns: auto auto auto  ;
  justify-content: space-evenly;
  align-items: flex-end;
}

@media only screen and (max-width:1200px){
  .our-farm1{
    width: 95%;
    height: 65vh;
    justify-content: space-evenly;
    align-items: center;
  }
}

.our-farm2{
  width: 350px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 2px;
}


@media only screen and (max-width:1200px){
  .our-farm2{
    width: 160px;
    height: 400px;
    align-items: center;
  }
}

.our-farm4{
  width: 420px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 10px;
  
}

@media only screen and (max-width:1200px){
  .our-farm4{
    width: 150px;
    height: 400px;
    display: none;
   
  }
}

.our-farm4 img{
  width: 419px;
  height: 499px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 1px 1px 10px gray;
  cursor: pointer;
}

@media only screen and (max-width:1200px){
  .our-farm4 img{
    width: 150px;
  
  }
}

.our-farm4 img:hover{
  transform: scale(1.1);
}

.our-farm3{
  width: 300px;
  height: 250px;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  
}

@media only screen and (max-width:1200px){
  .our-farm3{
    width: 150px;
    height: 190px;
    padding: 10px;
    align-items: center;
  }
 
}

.our-farm3 i{
  font-size: 40px;
  color: #559593;
  filter: drop-shadow(1px 1px 2px rgb(66, 160, 165));
}

@media only screen and (max-width:1200px){
  .our-farm3 i{
    font-size: 20px;
  }
  .our-farm3 h4{
    font-size: 12px;
  }
  
  
}

.our-farm3 p{
  text-align: end;
}

@media only screen and (max-width:1200px){
  .our-farm3 p{
    font-size: 10px;
    text-align: center;
   }
}



.our-farm5{
  width: 350px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width:1200px){
  .our-farm5{
    width: 160px;
    height: 400px;
    align-items: center;
  }
}

.our-farm6{
  
  width: 300px;
  height: 250px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

@media only screen and (max-width:1200px){
  .our-farm6{
    width: 150px;
    height: 190px;
    padding: 10px;
    align-items: center;
  }
  
}

.our-farm6 i{
  font-size: 40px;
  color: #559593;
  filter: drop-shadow(1px 1px 2px rgb(66, 160, 165));
}

@media only screen and (max-width:1200px){
  .our-farm6 i{
    font-size: 25px;
  }



  .our-farm6 h4{
    font-size: 12px;
  }
}

.our-farm6 p{
  text-align: start;
}

@media only screen and (max-width:1200px){
  .our-farm6 p{
    font-size: 10px;
    text-align: center;
  }
}



.why-our-farm{
  width: 100%;
  height: 100vh;
  background-color: #5595933d;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #555151;
}

@media only screen and (max-width:1200px){
  .why-our-farm{
    height: 160vh;
    flex-direction: column-reverse;
  }
}

.why-our-farm1{
  width: 35%;
  height: 70vh;
  border-radius: 10px;
}

@media only screen and (max-width:1200px){
  .why-our-farm1{
    width: 90%;
  }
}

.why-our-farm1 img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 0px 5px 5px #559593;
}

.why-our-farm2{
  width: 50%;
  height: 70vh;
 
}

@media only screen and (max-width:1200px){
  .why-our-farm2{
    width: 90%;
  }
}

.why-our-farm2 p{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.why-our-farm2 h1{
  font-size: 40px;
}

@media only screen and (max-width:1200px){
  .why-our-farm2 h1{
    font-size: 20px;
  }
}

.why-our-farm3{
  margin-top: 50px;
}

@media only screen and (max-width:1200px){
  .why-our-farm3{
    margin-top: 30px;
  }
}

.why-our-farm3  h3{
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width:1200px){
 
.why-our-farm3  h3{
  font-size: 15px;
}
}

.why-our-farm3  h5{
  padding-top: 10px;
  padding-left: 40px;
  font-size: 15px;
}

@media only screen and (max-width:1200px){
  .why-our-farm3  h5{
    padding-left: 38px;
    padding-top: 8px;
    font-size: 13px;
  }
}

.why-our-farm3  h3 i{
  padding-right: 10px;
  padding-left: 5px;
  font-weight: bold;
}



.organic-section{
  width: 100%;
  height: 70vh;
  background-image: url("https://img.freepik.com/premium-photo/agronomist-checks-quality-crop_287527-1145.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.organic-section1{
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.581);
  display: flex;
  justify-content: center;
  align-items: center;
 
}
 
.organic-section2{
  width: 80%;
  height: 45vh;
  display: flex;
  justify-content:space-evenly ;
  align-items: center;
  flex-direction: column;
  
}

@media only screen and (max-width:1200px){
  .organic-section2{
    height: 60vh;
    width: 90%;
  }
  .organic-section2 h1{
    font-size: 30px;
  }
}

.organic-section2 h1{
  color: #FFFFFF;
  font-weight: bold;
  font-family: bradley hand, cursive;
  text-align: center;
}

.organic-section2 p{
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: bradley hand, cursive;
  font-size: 20px;
  text-align: center;
}

.organic-section2 .play-btn{
 background-color: #FFFFFF;
  width: 110px;
  height: 100px;
  display: flex;
  justify-content:center ;
  align-items: center;
  border-radius: 4px;
  list-style: none;
  text-decoration: none;
}

@media only screen and (max-width:1200px){
  .organic-section2 .play-btn{
    width: 90px;
    height: 80px;
  }
  
}

.organic-section2 a i{
  color: #559593;
  font-size: 75px;
}

@media only screen and (max-width:1200px){
  .organic-section2 a i{
    font-size: 50px;
  }
}



.farming-process{
  width: 100%;
  height:70vh;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #717171;
  overflow-x: hidden;
 
}

@media only screen and (max-width:1200px){
  .farming-process{
    height: 150vh;
  }
}

.farming-process h1{
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width:1200px){
  .farming-process h1{
    font-size: 28px;
  }

  .farming-process p{
    font-size: 13px;
    margin: 10px;
  }
}

.farming-process p{
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.farming-process0{
  width: 83%;
  height:65vh;
  display: grid;
  align-items: flex-end;
  grid-template-columns: auto auto auto;
  justify-content: space-evenly;
  gap: 70px;
  
}

@media only screen and (max-width:1200px){
  .farming-process0{
    grid-template-columns: auto;
    gap: 2px;
    width: 90%;
    height: 120vh;
  }
}

.farming-process1{
  width: 330px;
  height: 380px;
  border: 1px solid rgba(255, 0, 0, 0.226);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

@media only screen and (max-width:1200px){
  .farming-process1{
    width: 230px;
    height: 250px;
  }
}

.farming-process2{
  width: 329px;
  height: 250px;
}

@media only screen and (max-width:1200px){
  .farming-process2{
    width: 229px;
    height: 150px;
  }
}

.farming-process2 img{
  width: 329px;
  height: 249px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  
}

@media only screen and (max-width:1200px){
  .farming-process2 img{
    width: 229px;
    height: 150px;
  }
}

.farming-process3{
  height: 125px;
  width: 330px;
}

@media only screen and (max-width:1200px){
  .farming-process3{
    width: 100%;
    height: 80px;
   
  }
}


.farming-process3 h4{
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}


@media only screen and (max-width:1200px){
  .farming-process3 h4{
     font-size: 15px;
     font-weight: bold;
     margin-top: 2px;
  }

 
}


.farming-process3 h5{
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
  padding: 10px;
  line-height: 20px;
}

@media only screen and (max-width:1200px){
  .farming-process3 h5{
    padding: 8px;
    font-size: 12px;
    margin-top: 3px;
  }
}

.farming-process3 h5 a{
  color: #559593;
  list-style: none;
  text-decoration: none;
}

@media only screen and (max-width:1200px){
  .farming-process3 h5 a{
    font-size: 12px;
  }
}

.organic-food{
  width: 100%;
  height: 100vh;
  background-color: #5595933d;
  display: flex;
  color: #4a4949;
  justify-content: space-evenly;
  align-items: center;

}

@media only screen and (max-width:1200px){
  .organic-food{
    flex-direction: column-reverse;
    height: 150vh;
   
  }
}

.organic-food0{
  width: 100%;
 
  height: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}



.organic-food0 .discover0{
   background-color: #FFFFFF;
   border-radius: 5px;
   margin-right: 100px;
   padding: 15px 30px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
   color: #559593;
   list-style: none;
   text-decoration: none;
   
}

@media only screen and (max-width:1200px){
  .organic-food0 .discover0{
    margin-right: 9px;
    padding: 5px 11px;
  }
}

.organic-food0 .discover0 img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}

@media only screen and (max-width:1200px){
  .organic-food0 .discover0 img{
    width: 20px;
  height: 20px;
  object-fit: cover;
  }
}

.organic-food0 .discover0 p{
  margin-top: 20px;
  font-size: 20px;
}

@media only screen and (max-width:1200px){
  .organic-food0 .discover0 p{
    margin-top: 10px;
    font-size: 15px;
  }
}

.organic-food2{
  width: 50%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width:1200px){
  .organic-food2{
    width: 90%;
    height: 57vh;
  }
}

.organic-food2 .discover{
  padding: 10px 20px;
  background-color: #559593;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;

}

@media only screen and (max-width:1200px){
  .organic-food2 .discover{
     padding: 5px 15px;
     font-size: 15px;
  }
}


.organic-food2 p{
  text-align: start;
  font-weight: bold;
  font-size: 18px;
}



@media only screen and (max-width:1200px){
  .organic-food2 p{
    font-size: 15px;
  }
}

.organic-food2 h1{
  font-weight: bold;
  font-size: 45px;
}

@media only screen and (max-width:1200px){
  .organic-food2 h1{
    font-size: 25px;
  }
}


.organic-food3{
  width: 40%;
  height: 70vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}

@media only screen and (max-width:1200px){
  .organic-food3{
    width: 90%;
    height: 70vh;
    flex-direction: column;
  }
}

.organic-food4{
  width: 45%;
  height: 70vh;
  border-radius: 10px;
 
}

@media only screen and (max-width:1200px){
  .organic-food4{
    width: 100%;
    height: 30vh;
  }
}


.organic-food4 img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 0px 3px 3px #559593;
}

@media only screen and (max-width:1200px){
  .organic-food4 img{
    height: 30vh;
  }
}

.organic-food5{
  width: 45%;
  height: 70vh;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width:1200px){
  .organic-food5{
    width: 100%;
    flex-direction: row;
    height: 25vh;
  }
}

.organic-food6{
  width: 100%;
  height: 33.5vh;
 
  border-radius: 10px;
}

@media only screen and (max-width:1200px){
  .organic-food6{
    height: 25vh;
    width: 48%;
  }
}

.organic-food6 img{
  width: 100%;
  height: 33.5vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 0px 3px 3px #559593;
}

@media only screen and (max-width:1200px){
  .organic-food6 img{
    height: 25vh;

  }
}

.farmer-bar{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #5595933d;
  color: #717171;
}

@media only screen and (max-width:1200px){
  .farmer-bar{
    flex-direction: column;
    height: 170vh;
  }
}

.farmer-bar h6{
  font-family: cursive;
  font-weight: bold;
  font-size: 15px;
}

@media only screen and (max-width:1200px){
  .farmer-bar h6{
    font-size: 13px;
  }
}

.farmer-bar h1{
  font-weight: bold;
  font-size: 40px;
  font-family: cursive;
}

@media only screen and (max-width:1200px){
  .farmer-bar h1{
    font-size: 20px;
  }
}

.farmer-bar i{
  font-size: 30px;
}

.farmer-bar1{
  width: 45% ;
  height: 70vh;
 
}

@media only screen and (max-width:1200px){
  
.farmer-bar1{
  width: 90% ;
}
}

.farmer-bar1 img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 0px 5px 5px #559593;
}

.farmer-bar2{
  width: 40%;
  height: 70vh;
 
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width:1200px){
  .farmer-bar2{
    width: 90%;
    height: 80vh;
    justify-content: center;
  }
}

.farmer-bar3{
  width: 100%;

  height: 40vh;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.farmer-bar4{
  width: 80%;
  height: 20px;
  background-color: #717171;
  border-radius: 10px;
 
}

.farmer-bar5{
  width: 80%;
  height: 20px;
  border-radius: 10px;
  background-color: #559593;
  padding-left: 30px;
  
}

.farmer-bar5 h6{
  font-size: 15px;
  color: #FFFFFF;
}

@media only screen and (max-width:1200px){
  .farmer-bar5 h6{
    font-size: 13px;
  }
}

.farmer-bar7{
  width: 60%;
  height: 20px;
  border-radius: 10px;
  background-color: #559593;
  padding-left: 30px;
 
}

.farmer-bar7 h6{
  font-size: 15px;
  color: #FFFFFF;
}

@media only screen and (max-width:1200px){
  .farmer-bar7 h6{
    font-size: 13px;
  }
}

.farmer-bar8{
  height: 30vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  
}

.farmer-bar8 label{
  font-size: 20px;
  font-weight: bold;
  font-family: cursive;
}

.recipes-footer{
  width: 100%;
  height: 20vh;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #717171;
}

.recipes-footer h1{
  font-size: 20px;
}

.recipes-footer1{
  display: flex;
}

.recipes-footer1 li{
  margin-left: 15px;
  list-style: none;
}

@media only screen and (max-width:1200px){
  .recipes-footer1 li{
    margin-left: 4px;
    font-size: 11px;
  }
}

.recipes-footer2{
  display: flex;
}

.recipes-footer2 li{
  margin-left: 15px;
  list-style: none;
}


.recipes-footer2 li a{
  color: #717171;
}

.recipes-footer3{
  display: flex;
}

.recipes-footer3 li{
  margin-left: 5px;
  list-style: none;
}



.recipe-details{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7171711f;
  flex-direction: column;
}

.recipe-details0{
  width: 80%;
  height: 100px;

  padding-left: 30px;
  padding-top: 20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width:1200px){
.recipe-details0{
  width: 90%;
}
}


.recipe-details0 h2{
  margin-bottom: 10px;
  color:  #717171;
}

.recipe-details0 ul{
  display: flex;
}

.recipe-details0 ul li{
  list-style: none;
}

.recipe-details0 ul li i{
  color: gold;
  
}

.recipe-details0 ul p{
  padding-left: 10px;
  color: #717171;
}

.recipe-details1{
  width: 80%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
}

@media only screen and (max-width:1200px){
  .recipe-details1{
    flex-direction: column;
    width: 90%;
  }
}

.recipe-details2{
  width: 60%;
  height: 70vh;
  border-radius: 5px;
}

@media only screen and (max-width:1200px){
  .recipe-details2{
    width: 100%;
  }
}

.recipe-details2 img{
  width: 100%;
  height: 60vh;
  object-fit: cover;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 5px gray);
}

.recipe-details3{
  width: 40%;
  height:55vh;
  padding: 20px;
}

@media only screen and (max-width:1200px){
  .recipe-details3{
    width: 100%;
    padding: 5px;
  }
}



.recipe-details3 h6{
  font-size: 16px;
  font-weight: bold;
  color: #717171;
  line-height: 22px;
}

@media only screen and (max-width:1200px){
  .recipe-details3 h6{
    font-size: 13px;
  }
}

.recipe-details3 h6 a{
  text-decoration: none;
  color: #559593;
  padding: 5px;
}

.recipe-details4{
  width: 100%;
  height:30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.recipe-details4 li{
  list-style: none;
  font-size: 16px;
  color: #717171;
  font-weight: bold;
}

@media only screen and (max-width:1200px){
  .recipe-details4 li{
    font-size: 12px;
  }
}

.recipe-details4 li i{
  font-size: 20px;
  color: #717171;
}

@media only screen and (max-width:1200px){
  .recipe-details4 li i{
    font-size: 12px;
  }
}


.ingredient-section{
  width: 80%;
padding-bottom: 100px;
  background-color: #FFFFFF;
  color: #717171;
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}

@media only screen and (max-width:1200px){
  .ingredient-section{
    flex-direction: column;
    width: 90%;
  
  }
}

.ingredient-section0{
  width: 60%;
  padding-left: 30px;
  padding-bottom: 50px;
}

@media only screen and (max-width:1200px){
  .ingredient-section0{
    width: 100%;
    
  }
}

.ingredient-section0 h1{
  margin-bottom: 30px;
}

.ingredient-section0 ul li{
  margin: 15px;
}

.ingredient-section0 ul li span{
  font-weight: bold;
}

.ingredient-section1{
   width: 40%;
   display: flex;
   align-items: center;
   flex-direction: column;
}

@media only screen and (max-width:1200px){
  .ingredient-section1{
    width: 100%;
  }
}

.ingredient-section1 h1{
  margin-bottom:  20px;
  font-weight: bold;
}

table{
  width: 400px;
  color: #FFFFFF;
}

@media only screen and (max-width:1200px){
  table{
    width: 300px;
  }
}

tr{
  background-color: #559593;
 
}

td, th{
  padding: 8px;
}

.cooking{
  width: 80%;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  padding-left: 30px;
  color: #717171;
}

@media only screen and (max-width:1200px){
  .cooking{
    width: 90%;
   
    padding-left: 10px;
  }
}

.cooking h1{
  margin-bottom: 30px;
  font-weight: bold;
}

.cooking ul li{
  margin: 20px;
  line-height: 20px;
}

.cooking ul li span{
  font-weight: bold;
}

.cooking1{
  width: 80%;
}

@media only screen and (max-width:1200px){
  .cooking1{
    width: 90%;
   
  }
}

.tips{
  width: 80%;
  height: 38vh;
  background-color: #FFFFFF;
  padding-left: 30px;
  color: #717171;
}

@media only screen and (max-width:1200px){
  .tips{
    width: 90%;
    height: 40vh;
  }
}

.tips h1{
  margin-bottom: 30px;
  font-weight: bold;
}

.tips ul li{
  margin: 15px;
  line-height: 20px;
}

.more-recipes{
  min-width: 100%;
  height: 60vh;
  background-color: #7171711f;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width:1200px){
  .more-recipes{
    height: 185vh;
  }
}

.more-recipes0{
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width:1200px){
  .more-recipes0{
    flex-direction: column;
    align-items: center;
    height: 150vh;
  }
}

.more-recipes1{
  width: 80%;
  background-color: #FFFFFF;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width:1200px){
  .more-recipes1{
    width: 90%;
    flex-direction: column;
  }
}

.more-recipes1 h1{
  margin-bottom: 30px;
  color: #4a4949;
  font-weight: bold;
}

.more-recipes2{
  width: 280px;

  height: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.more-recipes2 img{
  width: 279px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.more-recipes2 a{
  font-size: 20px;
  color: #559593;
  font-weight: bold;
}


.about-farmer{
  background-image: url("Images/farmerpage-bgimg.jpg");
  height: 50vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width:1200px){
  .about-farmer{
    height: 45vh;
  }
}

.about-farmer1{
  width: 100%;
  height: 50vh;
  background-color: #55959334;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width:1200px){
  .about-farmer1{
    height: 45vh;
  }
}


.about-farmer2{
  width: 70%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width:1200px){
  .about-farmer2{
    min-height: 40vh;
    min-width: 90%;
  }
}

.about-farmer2 h1{
  color: #FFFFFF;
  font-size: 30px;
}

.about-farmer2 h5{
  color: #FFFFFF;
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width:1200px){
  .about-farmer2 h1{
    font-size: 25px;
  }
  .about-farmer2 h5{
    font-size: 15px;
    line-height: 20px;
  }
}

.ab-farmer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ab-farmer1{
  width: 90%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}


@media only screen and (max-width:1200px){
  .ab-farmer1{
    height: 90vh;
    width: 100%;
  }
}

.ab-farmer2{
  width: 50%;
  height: 450px;
}

@media only screen and (max-width:1200px){
  .ab-farmer2{
    height: 250px;
  }
}


.ab-farmer2 img{
  object-fit: cover;
  width: 100%;
  height: 449px;
  border-radius: 5px;
}

@media only screen and (max-width:1200px){
  .ab-farmer2 img{
    height: 250px;
  }
}

.ab-farmer3{
  width: 45%;
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width:1200px){
  .ab-farmer3{
    height: 250px;
  }
}

.ab-farmer3 ul{
  height: 370px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width:1200px){
  .ab-farmer3 ul{
    height: 250px;
    padding: 10px;
  }
}

.ab-farmer3 ul li{
  list-style: none;
  font-size: 20px;
  color: #4a4949e8;
}

@media only screen and (max-width:1200px){
  .ab-farmer3 ul li{
    font-size: 13px;
  }
}

.ab-farmer4{
  width: 96.7%;
  height: 200px;
 
}

@media only screen and (max-width:1200px){
  .ab-farmer4{
    height: 290px;
  }
}

.ab-farmer4 h3{
  line-height: 27px;
  color: #555151;
}

@media only screen and (max-width:1200px){
  .ab-farmer4 h3{
    font-size: 13px;
    line-height: 21px;
  }
}

.about-producing{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.about-producing h1{
  font-size: 45px;
  font-family: cursive;
  text-align: center;
  color: #4a4949;
  padding-bottom: 20px;
}

@media only screen and (max-width:1200px){
  .about-producing h1{
    font-size: 30px;
  }
}

.about-producing h4{
  font-size: 30px;
  letter-spacing: 8px;
  color: #555151;
}

@media only screen and (max-width:1200px){
  .about-producing h4{
    font-size: 20px;
    letter-spacing: 6px;
  }
}

.about-producing h5{
  font-size: 20px;
  color: #555151;
  text-align: center;
}

@media only screen and (max-width:1200px){
  .about-producing h5{
    font-size: 14px;
  }
}

.about-producing1{
  width: 210px;
  height: 210px;
  margin-bottom: 40px;
}

@media only screen and (max-width:1200px){
  .about-producing1{
    width: 150px;
    height: 150px;
  }
}

.about-producing1 img{
  width: 100%;
  height: 209px;
  opacity: 0.5;
}

@media only screen and (max-width:1200px){
  .about-producing1 img{
    width: 150px;
    height: 150px;
  }
}

.about-producing2{
  width: 100%;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width:1200px){
  .about-producing2{
    height: 55vh;
  }
}

.about-producing2 h5{
  padding-bottom: 35px;
}

@media only screen and (max-width:1200px){
  .about-producing2 h5{
    padding: 7px;
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (max-width:1200px){
  .farmervideo{
    width: 350px;
    height: 200px;
  }
}

.farmer-imgs{
  width: 100%;
  height: 45vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width:1200px){
  .farmer-imgs{
    height: 90vh;
    flex-direction: column;
   
  }
}

.farmer-imgs1{
  width: 450px;
  height: 300px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs1{
    width: 350px;
    height: 180px;
  }
}

.farmer-imgs1 img{
  width: 100%;
  height: 299px;
  object-fit: cover;
  border-radius: 3px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs1 img{
    width: 350px;
    height: 180px;
  }
}

.farmer-imgs2{
  width: 450px;
  height: 300px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs2{
    width: 350px;
    height: 180px;
  }
}

.farmer-imgs2 img{
  width: 100%;
  height: 299px;
  object-fit: cover;
  border-radius: 3px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs2 img{
    width: 350px;
    height: 180px;
  }
}
.farmer-imgs3{
  width: 450px;
  height: 300px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs3{
    width: 350px;
    height: 180px;
  }
}

.farmer-imgs3 img{
  width: 100%;
  height: 299px;
  object-fit: cover;
  border-radius: 3px;
}

@media only screen and (max-width:1200px){
  .farmer-imgs3 img{
    width: 350px;
    height: 180px;
  }
}