.slide_6{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.slidestyle{
    width:100%;
    height: 500px;
    transition: all .2s linear;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.carousel-item{
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.slide_style{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.slide-inner-heading a{
    margin: 10px;
    padding: 10px 20px;
    background-color: #498138;
    border-radius: 5px;
    text-decoration: none;
    color: #ffff;
    transition: all .2s linear;
    font-family: 'Poppins', sans-serif;
}
.slide-inner-heading a:hover{
    background-color: #229100;
    transition: all .2s linear;
}
.slide{
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.divstyle{
    clip-path: ellipse(50% 90% at 50% 0%);
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
}
.slide2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.slide2para{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
}
.slide2_imageholder{
    display: flex;
    min-width: 100px;
    width: 45%;
    min-height: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.slide2_imageholder img{
    width: 50%;
    height: 20vw;
    border-radius: 10px;
    margin: 5px;
}
.divstyle2{
    clip-path: ellipse(50% 90% at 50% 100%);
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
}
#_2_para{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    max-width: 45%;
    margin: 10px;
    min-height: 100px;
}
#about_image1{
    margin-bottom: -50px; margin-right: -20px; clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
    transition: all .1s linear;
    border: 5px solid #ffff;
    z-index: 20;
 }
 #about_image2{
    margin-top: 50px; margin-left: -20px; clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
    transition: all .1s linear;
 }
.slide3{
    width: 100%;
    min-height: 100px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.slide3_features{
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.slide3_feature_points{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s linear;
}

.slide3_feature_points:hover{
    box-shadow:
  0px 1.5px 2.2px rgba(0, 0, 0, 0.014),
  0px 3.7px 5.3px rgba(0, 0, 0, 0.02),
  0px 7px 10px rgba(0, 0, 0, 0.025),
  0px 12.5px 17.9px rgba(0, 0, 0, 0.03),
  0px 23.4px 33.4px rgba(0, 0, 0, 0.036),
  0px 56px 80px rgba(0, 0, 0, 0.05)
;
  transition: all .3s linear;
}
.slide3_feature_points_active{
    box-shadow:
  0px 1.5px 2.2px rgba(0, 0, 0, 0.014),
  0px 3.7px 5.3px rgba(0, 0, 0, 0.02),
  0px 7px 10px rgba(0, 0, 0, 0.025),
  0px 12.5px 17.9px rgba(0, 0, 0, 0.03),
  0px 23.4px 33.4px rgba(0, 0, 0, 0.036),
  0px 56px 80px rgba(0, 0, 0, 0.05)
;
  transition: all .3s linear;
}

.slide3_feature_points_unactive{
    box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0)
  ;
  transition: all .3s linear;
}

.slide4 {
    width: 100%;
    min-height: 400px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide5{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.services {
    width: 260px;
    height: 175px;
    margin: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    transition: all .3s linear;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.services:hover {
    box-shadow:
    0.1px 0.6px 2.2px rgba(0, 0, 0, 0.107),
    0.3px 1.4px 5.3px rgba(0, 0, 0, 0.153),
    0.6px 2.6px 10px rgba(0, 0, 0, 0.19),
    1.1px 4.7px 17.9px rgba(0, 0, 0, 0.227),
    2.1px 8.8px 33.4px rgba(0, 0, 0, 0.273),
    5px 21px 80px rgba(0, 0, 0, 0.38)
  ;
}
.active_services{
    box-shadow:
    0.1px 0.6px 2.2px rgba(0, 0, 0, 0.107),
    0.3px 1.4px 5.3px rgba(0, 0, 0, 0.153),
    0.6px 2.6px 10px rgba(0, 0, 0, 0.19),
    1.1px 4.7px 17.9px rgba(0, 0, 0, 0.227),
    2.1px 8.8px 33.4px rgba(0, 0, 0, 0.273),
    5px 21px 80px rgba(0, 0, 0, 0.38)
  ;
}
.imgofproduct{
    min-width: 260px;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 10;
    transition: all .3s linear;
}
.imgofproduct h1{
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    text-align: center;
}
.service_text h1{
    font-family: 'Poppins', sans-serif;
    color: #498138;
    font-size: 20px;
}
.service_text{
    width:230px;
    height: 135px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    transition: all .5s linear;
    overflow: hidden;
    margin: 10px;
}

#more{
    color: rgb(17, 90, 17)00;
}

.slide6{
    width: 100%;
    min-height: 600px;
    background-color: #f7f7f77a;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: url(https://images.unsplash.com/photo-1612251276789-9b1a8f2add8b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.formabout{
    width: 45%;
    margin: 10px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffff;
    padding-left: 30px;
    border-left: 5px solid #0f4200;
}

.formabout h1{
    width: 140px;
}
.aboutdetails{
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.details{
    width: 200px;
    min-height: 130px;
    margin: 10px;
}
.details h1{
    width: 140px;
}
.details a{
    color: #005f20;
    transition: all .3s linear;
    text-decoration: none;
}
.details a:hover{
    color: #229100;
    transition: all .3s linear;
}
.forminput{
    width: 45%;
    margin: 10px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.formselection{
    width: 100%;
    min-height: 50px;
    background-color: #ffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.formselection a{
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #498138;
    font-size: 15px;
    transition: all .2s linear;
    margin: 10px;
    width: 120px;
}
.formselection a:hover{
color: #0f4200;
transition: all .2s linear;
}
#contactswitch{
    background-color: #9dffbd;
}
*:focus {
    outline: none;
}
form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
form input{
    height: 30px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffff;
    border-bottom: 3px solid #00bb3e;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 10px;
    padding: 10px;
}
form textarea{
    height: 30px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffff;
    border-bottom: 3px solid #00bb3e;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 10px;
    padding: 10px;
}
#contactform{
    display: block;
}
#farmerform{
    display: none;
}
#dealerform{
    display: none;
} 
.inputflex {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0px;
}
#fname{
    width: 45%;
}
#phone{
    width: 42%;

}
#fname2{
    width: 45%;
}
#phone2{
    width: 42%;

}
#fname3{
    width: 45%;
}
#phone3{
    width: 42%;

}
.slide3_features_info{
    width: 100%;
    min-height: 500px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.features_info_holder{
    width: 95%;
    min-height: 450px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.feature_active{
    display: flex;
    animation: feature_active 2s ease 0s 1 normal forwards;
}
.feature_slide2_img{
    width: 328px;
    max-width: 70%;
    max-height: 70%;
    min-width: 190px;
    min-height: 190px;
    height: 328px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
@keyframes feature_active {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.feature_unactive{
    display: none;
}

