/*************** Fonts Css **************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Montserrat", sans-serif;*/

/********************* Header Css ******************/
.header-area{
    padding-top:30px;
    padding-bottom: 50px;
}
.header-content-wraper {
    padding:0px 45px
}
.header-content-right-top{
    gap:30px;
}
.header-content-right-top{
    margin-bottom: 30px;
}
.header-content-menua-area{
    gap:40px
}
.profile-area a{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color:#508232;
}
.profile-area a span{
    margin-right: 10px;
}
.profile-area a:hover{
	color: #FFBF00;
}
.search-area a{
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color:#508232;
}
.search-area a:hover{
    color: #FFBF00;
}
.search-area a span{
    margin-right: 10px;
}
.logo-area{
    position: relative;
    top:20px
}
.location-flag ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display:flex;
    gap:15px;
}
.menu-area ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display:flex;
    gap:40px;
	align-items:center;
}
.menu-area ul li a{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color:#508232;
    position:relative;
	padding:0px
}
.menu-area ul li a:after, .menu-area ul li.active a:after{
    width:0%;
    bottom:-10px;
    height:2px;
    left:50%;
    transform:translate(-50%);
    background-color:#508232;
    content:'';
    position:absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li a:hover:after, .menu-area ul li.active a:after{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li:last-child a{
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border: 1px solid #66AE3E;
    background-color: #66AE3E;
    padding: 14px 15px 14px 15px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 165px;
    text-align: center;
    border-radius: 15px;
	text-transform:uppercase;
}
.menu-area ul li:last-child a:hover{
	border: 1px solid #FFBF00;
    background-color: #FFBF00;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li:last-child a:after{
	display:none
}
/********************* End:Header Css ******************/
/********************* Banner Css ******************/
.home-banner-area{
    background: rgba(160, 200, 40, 0.2);
    clip-path: ellipse(150% 90% at top);
}
.banner-video-area video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}
/********************* End:Banner Css ******************/
/********************* Banner Bottom Block Css ******************/
.banner-bottom-three-block{
    padding:50px 0px;
}
.each-banner-bottom-block h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color:#000;
    min-height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.each-banner-bottom-block h4{
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
.each-banner-bottom-block h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: rgba(80, 130, 50, 1);
    margin-bottom: 15px;
}
.each-banner-bottom-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
/********************* End:Banner Bottom Block Css ******************/
/*************** Experience Middle Banner ****************/
.experience-middle-banner{
    background-color: rgba(240, 230, 212, 1);
    padding:85px 0px 135px
}
.experience-content h2{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -1px;
}
.experience-content p{
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -1px;

}
.experience-middle-banner a.common-button{
    background: rgba(240, 160, 20, 1);
    font-size: 18px;;
}
.experience-middle-banner a.common-button span{
    margin-right: 10px;
    padding-top:17px;
    padding-bottom: 17px;;
}
/*************** End:Experience Middle Banner ****************/
/************** From Sowing Area ************/
.from-sowing-image img{
    max-width: none;;
}
.from-sowing-area{
    padding: 135px 0px 65px;
    background-color: #C2D4B6;
    clip-path: ellipse(150% 90% at bottom);
    margin-top: -150px;
}
.each-from-swoing-block-content h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}
.each-from-swoing-block-content h4{
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
}
.each-from-swoing-block-content h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}
.each-from-swoing-block-content p{
    font-size: 16px;
    line-height: 22px;
}
.each-from-swoing-block-content{
    padding-bottom: 50px;
}
.from-sowing-slider .swiper-pagination{
    bottom:0px;
}
.mySwiper{
    padding-bottom: 50px;
}
.mySwiper .swiper-pagination-bullet{
    width:16px;
    height:16px;
    background-color: #fff;
    opacity: 1;
}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #F0E646;
}
/************** End:From Sowing Area ************/
/************** Who we area **********/
.who-we-area{
    background: rgba(255, 191, 0, 1);
    min-height: 655px;
    padding: 79px 0px;
}
.who-we-are-content h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 30px;
}
.who-we-are-content h3{
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.who-we-are-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.who-we-are-content h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 0%;
    color: rgba(80, 130, 50, 1);
    margin-bottom: 10px;
}
.who-we-are-content a{
    padding-top: 14px;
    padding-bottom: 14px;
    min-width: 194px;
}
.who-we-area-image{
    position:absolute;
    right:0px;
    top:0px;
}
/************** End:Who we area **********/
/************* We know how area ************/
.we-know-how-area{
    padding:100px 0px;
}
.we-know-how-content h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
}
.we-know-how-content h3{
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.we-know-how-content p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.we-know-how-content  h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
/************* End:We know how area ************/
/************* Partners **********/
.partners h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 35px;
    text-align: center;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-partner .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 35px;
    height: auto;
    align-items: center;
}
.partners{
    padding-bottom: 50px;
}
/************ End: Partners *********/
.footer-area{
    background-color: rgba(114, 75, 4, 0.3);
}
.footer-top-area{
    padding:40px 0px;
    background-color:rgba(80, 130, 50, 1)
}
.footer-menu{
    margin-bottom: 50px;
}
.footer-menu ul {
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:10px
}
.footer-menu ul li a{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color:#fff
}
.footer-menu ul li a:hover{
    color:#FFBF00
}
.footer-quick-links ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:10px
}
.footer-quick-links ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color:#fff
}
.foooter-whats-ap-button a{
    border: 1px solid rgba(255, 255, 255, 0.81);
    background: transparent;
    border-radius: 5px;;
}
.foooter-whats-ap-button a span{
    margin-right:10px;
    vertical-align: middle;
}
.each-loaction-info p{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color:#fff
}
.each-loaction-info p a{
    color:#fff
}
.each-loaction-info p a:hover{
    color:#FFBF00
}
.foooter-whats-ap-button, .each-loaction-info{
    margin-bottom: 20px;
}
.footer-social ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    gap:10px
}
.footer-social h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#fff
}
.footer-top-area .container .row .col-lg-3:not(:first-child){
    margin-top: 25px;
}
.footer-bottom{
    background: #5A7124;
    padding:20px 0px;
}
.footer-bottom p{
    color:#fff
}
/************* End: Footer **********/
/************ Insumos **********/
.insumos-three-block{
    background: #FFBF00;
    padding:80px 0px 240px;
    clip-path: ellipse(150% 90% at top);
}
.each-insumos-image{
    margin-bottom: 20px;
}
.each-insumos-block h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
}
.each-insumos-block h3{
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}
.each-insumos-block h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
     margin-bottom: 15px;
}
.each-insumos-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.exchange-area{
    background: #508232B5;
    padding-top: 110px;
    margin-top: -170px;
    padding-bottom: 10px;
    margin-bottom: 80px;
}
.exchange-content h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color:#fff;
    margin-bottom: 20px;
}
.exchange-content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color:#fff
}
/************ End:Insumos **********/
/************ Granos **********/
.granos-banner-area{
    padding-top: 50px;
}
.granos-banner-content{
    background: #FFFFFF99;
    max-width: 522px;
    border-radius:71px;
    padding: 50px;
    position: relative;
    padding-left: 70px;
}
.granos-banner-content:before{
    content:url('../images/icon.png');
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:90%
}
.granos-banner-content h2{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.granos-banner-content ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.granos-banner-content ul li{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color:#508232
}
.granos-banner-area .row{
    position: relative;
    top:53px    
}
.storage-capacity{
    padding:115px 0px 200px
}
.storage-capacity-heading h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
}
.storage-capacity-heading h3{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
}
.storage-capacity-heading {
    margin-bottom: 50px;
}
.storage-content h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}
.storage-content p{
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
}
.storage-content p:last-child{
    margin-bottom: 0px;
}
.accordian-area{
    padding: 200px 0px 200px;
    background-color: #FFBF00;
    clip-path: ellipse(150% 90% at bottom);
    margin-top: -195px;
    margin-bottom: -150px;
}
.card{
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
.card-header h2 button{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color:#508232;
    position: relative;
    text-decoration: none !important;;
}
.card-header h2 button:hover{
    text-decoration: none;;
    color:#508232;
}
.card-header h2 button:before{
    content: url('../images/plus.png');
}
.card-header {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    border-radius:0px !important;
}
.card-body{
    padding-top: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color:#000;
    padding-left: 36px;
    padding-right: 36px;
}
.each-gallery img{
    width:100%
}
.gallery-area{
    mask: radial-gradient(60% 70px at top, #0000 100%, #000);
}
/************ End:Granos **********/
/*********** Exportaciones Area ***********/
.exportaciones-left h1{
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
.exportaciones-left h2{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.exportaciones-left p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.export-countries-block{
    background: #508232B5;
    border-radius:6px;
    padding:12px 24px;
}
.export-countries-block a{
    color:#fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.export-countries-block span{
    margin-left: 20px;
}
.exportaciones-left h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #508232;
    margin-bottom: 15px;
}
.exportaciones-left ul li{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color:#508232;
    margin-bottom: 10px;
}
.exportaciones-left ul li strong{
    font-weight:700
}
.infrastructure-area{
    padding: 200px 0px 100px;
    background: #6EAA32;
    clip-path: ellipse(150% 90% at bottom);
}
.infrastructure-left h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color:#fff;
    margin-bottom: 40px;
}
.infrastrucure-icon{
    display: inline-block;
    float:left;
    margin-right:30px;
    margin-bottom: 30px;
}
.infrastructure-left p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color:#fff;
}
.clearfix{
    clear: both;
}
.quality-guranteed-heading-left h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.quality-guranteed-heading-left h3{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
}
.quality-guranteed{
    padding-top: 150px;
}
.infrastructure-area:after{
    position: absolute;
    bottom: -115px;
    width: 100%;
    content: '';
    left: 0px;
    background: #6eaa32;
    clip-path: ellipse(110% 90% at top);
    height: 50%;
}
.infrastructure-area .row{
    position: relative;
    z-index: 1;
}
.quality-guranteed-content p{
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
}
.quality-guranteed-heading-left{
    max-width: 460px;
}
.each-guranteed{
    position:relative;
}
.each-guranteed-image-content h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}  
.each-guranteed >img{
    width:100%;
}
.quality-guranteed-heading-area{
    margin-bottom: 60px;
}
.each-guranteed-image-content, .hover-image {
    opacity: 0;;
    transition: all 0.5s;;
}
.each-guranteed:hover .each-guranteed-image-content, .each-guranteed:hover .hover-image{
    opacity: 1;;
    transition: all 0.5s;;
}
.quality-guranteed-slider-holder{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.quality-guranteed-slider-holder .swiper-button-next:after, .quality-guranteed-slider-holder .swiper-button-prev:after{
    display:none;
}
.quality-guranteed-slider-holder .swiper-button-next, .quality-guranteed-slider-holder .swiper-button-prev{
    width: auto;
    margin: 0px;
    left: auto;
    right:auto;
    top: 0px;
    height: auto;
}
.quality-guranteed-slider-holder  .swiper-scrollbar {
    position: relative;
    top: auto;
    bottom: auto;
    height: 16px;
    background-color: #508232;
}
.quality-guranteed-slider .swiper{
    padding-bottom: 50px;
}
.quality-guranteed-slider-holder{
    gap:26px;
    margin-top: 50px;
}
.swiper-scrollbar-drag{
    background-color: #A0C828;
}
.gray-banner-bottom-contact-info{
    background: #B4822833;
    padding:200px 0px 100px;
    mask: radial-gradient(60% 70px at top, #0000 100%, #000);
}
.gray-banner-bottom-contact-left h3{
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    color: #000000CC;
}
.gray-banner-bottom-contact-left p{
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #000000CC;
}
.gray-banner-bottom-contact-left p strong{
    display: block;
}
.gray-banner-content-info ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.gray-banner-content-info ul li a{
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color:#000
}
.gray-banner-content-info ul li a:hover{
    color: #508232;
}
.gray-banner-content-info ul li a i{
    margin-right: 8px;
}
/*********** End:Exportaciones Area ***********/
/************ Empresa Area ********/
.inner-banner-area{
    min-height:240px;
    background-color: #D9D9D9;
    clip-path: ellipse(150% 90% at top);
}
.history-area{
    padding:70px 0px 50px
}
.history-area-left h2{
    margin-bottom: 30px;
}
.history-area-left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.history-area-left p strong{
    color:#508232
}
.history-middle ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.history-middle ul li{
    display:flex;
    column-gap: 15px;
}
.each-object-icon{
    min-width:59px;
    max-width:59px;
}
.each-obj-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.histry-right ul li{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.histry-right ul{
    padding-left: 20px;
}
.empresa-who-we-area .who-we-are-content p strong{
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    margin-bottom: 25px;
}
.count{
    font-weight: 600;
    font-size: 120px;
    line-height: 100%;
    color: #6EAA32;
    margin-bottom: 20px;
}
.counter-area{
    padding:50px 0px;
}
.counter-text p{
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #6EAA32;
}
.iframe-block{
    background: #D9D9D9;
    padding:45px;
    height:100%;
    min-height:600px
}
.iframe-area{
    padding:50px 0px;
}
.iframe-block h2{
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 25px;
}
.iframe-block h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color:#9C9C9C;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.iframe-block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 15px;
}
.iframe-block ul li{
    color:#000
}
.iframe-block ul li a{
    color: inherit;
    text-decoration:underline
}
/************ End:Empresa Area ********/
/************ Contact Area ***********/
.contact-info{
    padding:50px 0px;
}
.contact-form-area{
    padding: 85px;
    background-color: #C2D4B6;
    clip-path: ellipse(160% 90% at top);
    padding-bottom: 170px;
}
.contact-form-area h1{
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}
.form-control{
    border-radius:0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding:15px 25px;
    height:auto
}
.contact-page-info h2{
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    line-height: 100%;
    color:#508232;
    margin-bottom: 40px;
}
.contact-page-info h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color:#508232;
    margin-bottom: 25px;
}
.each-info{
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    color:#508232;
    margin-bottom: 10px;
}
.each-info a{
    color:#000
}
.each-info a:hover{
    color:#508232;
}
.contact-page-info .foooter-whats-ap-button {
    margin:40px 0px
}
.contact-page-info .foooter-whats-ap-button a {
    border: 1px solid #A0C828;
    background: transparent;
    border-radius: 5px;
    color:#508232
}
.contact-page-info .foooter-whats-ap-button a span{
    margin-right: 10px;
}
.contact-page-info .foooter-whats-ap-button a span i{
    color:#A0C828;
    font-size: 30px;
    transition: all 0.5s;
}
.contact-page-info .foooter-whats-ap-button a:hover{
    border: 1px solid #FFBF00;
    background-color: #FFBF00;
    color: #fff;
}
.contact-page-info .foooter-whats-ap-button a:hover span i{
    color: #fff;
    transition: all 0.5s;
}
.map-area iframe{
    display:block;
    width:100%;
    height:595px
}
/************ End:Contact Area ***********/
/************ Seeds Area *********/
.seeds-block-area h1{
    font-size: 38px;
    line-height: 34px;
    font-weight:400;
    margin-bottom: 50px;
}
.each-seeds-block{
    clip-path: ellipse(160% 90% at top);
    margin-bottom: -20px;
}
.seeds-info{
   padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFBF00;
    margin-top: -75px;
    width: calc(100% - 9px);
    margin-left: auto;
    margin-right: auto;
}
.seeds-image{
    background-color: #fff;
}
.seeds-info h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.seeds-info p{
    line-height: 20px;
    margin-bottom: 10px;
}
.seeds-info h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}
.seeds-block .row{
    margin:0px -10px;
}
.seeds-block .row .col-lg-4{
    padding:0px 10px
}
.crop-seeds{
    background: #C2D4B6;
    padding-top: 100px;
    padding-bottom: 100px;
    clip-path: ellipse(150% 90% at bottom);
}
.crop-seeds-content h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
}
.crop-seeds-content h3{
    font-weight: 500;
    font-style: italic;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
}
.crop-seeds-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.seeds-experience{
    mask: radial-gradient(60% 70px at top, #0000 100%, #000);
    padding-top: 150px !important;
    margin-top: -100px !important;
    padding-bottom: 100px !important;
}
.interested-in{
    padding:50px 0px;
}
.interested-in h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color:#508232;
    margin-bottom: 30px;
}
.interested-block h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    padding: 65px 15px;
    background: #FFBF0080;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-bottom-right-radius:75px;
    margin-left: -100px;
    padding-left: 120px;
}
.seeds-image img{
    width:100%
}
.insumos-agro h1{
    margin:0px
}
/************ End: Seeds Area *********/
/********* Products Details Area *****/
.pagination-area{
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color:#508232;
    margin-bottom: 20px;
}
.pagination-area a{
    color:inherit
}
.image-content-yellow-box{
    background: #FFBF00;
    height:188px;
    color:#fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-top: 50px;
    margin-top: -30px;
}
.product-details-content h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 15px;
}
.product-details-content h2{
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 15px;
}
.product-details-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.product-details-content a.common-button{
    background: #F0A014;
    border-color:#F0A014;
    min-width: 300px;
}
.product-details-content a.common-button span{
    vertical-align: middle;
    margin-right: 10px;;
}
.product-details-content a.common-button span i{
    font-size: 30px;
}
.product-details-area{
    padding-bottom: 50px;
}
.interesed-thumbnail-area{
    padding:50px 0px
}
.interesed-thumbnail-area h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color:#508232;
    margin-bottom: 20px;
}
.interesed-thumbnail-area ul{
    margin:0px;
    padding:0px;
    list-style: none;
    gap:20px;
    flex-wrap: wrap;
    display: flex;
}
.interesed-thumbnail-area ul li{
    max-width: 195px;
}
.yellow-box {
    background: #FFBF00;
    padding: 80px 0px 60px;
    margin-top: -50px;
    clip-path: ellipse(150% 90% at top);
}
.yellow-box h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color:#fff;
}
.each-interested-box img{
    position: relative;
    z-index: 1;
}
.green-image img{
    width:100%
}