@media(min-width:1320px) {
    .container {
        max-width: 1300px;
    }
}

@media(max-width:1400px) {
    .menu-area ul li a {
        font-size: 18px;
        line-height: 26px;
    }
    .profile-area a {
        font-size: 16px;
    }
    .each-banner-bottom-block h3 {
        font-size: 25px;
        line-height: 34px;
    }
    .count {
        font-size: 80px;
    }
    .menu-area ul {
        gap: 20px;
    }
}

@media(max-width:1319px) {
    .container {
        max-width: 95%;
    }
    .experience-middle-banner .container .col-lg-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:1299px) {
    .logo-area img {
        max-width: 200px;
    }
    .header-content-right-top {
        margin-bottom: 15px;
    }
    .header-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .each-banner-bottom-block h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .each-banner-bottom-block h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .each-banner-bottom-block h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .experience-content h2 {
        font-size: 24px;
        line-height: 50px;
    }
    .experience-content p {
        font-size: 18px;
    }
    .who-we-are-content {
        position: relative;
        z-index: 1;
    }
    .we-know-how-area .row .col-lg-1 {
        display: none
    }
    .we-know-how-area .row .col-lg-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-content-wraper {
        padding: 0px 25px;
    }
    .menu-area ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    .header-content-menua-area {
        gap: 30px;
    }
    .each-banner-bottom-block h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .each-banner-bottom-block h5 {
        font-size: 17px;
        line-height: 23px;
    }
    .experience-middle-banner {
        padding: 50px 0px 135px;
    }
    .each-from-swoing-block .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .from-sowing-image {
        text-align: center;
    }
    .from-sowing-area {
        margin-top: -215px;
    }
    .each-from-swoing-block-content {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .who-we-area-image {
        max-width: 100%;
        margin-left: 0px;
        position: relative;
    }
    .who-we-area {
        padding: 0px 0px;
    }
    .desktop-image img {
        width: 100%;
    }
    .who-we-are-content {
        padding: 50px 0px;
    }
    .we-know-how-area {
        padding: 50px 0px;
    }
    .granos-banner-area .row {
        position: relative;
        top: 0px;
    }
    .granos-banner-area {
        padding-bottom: 50px;
    }
    .empresa-who-we-area .who-we-area-image {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .seeds-block-area h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .seeds-info h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .interested-block h3 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width:1199px) {
    .empresa-who-we-area .who-we-area-image {
        display: none
    }
    .empresa-who-we-area.who-we-area {
        min-height: auto;
        padding: 0px 0px;
        background: rgba(255, 191, 0, 1);
    }
    .contact-form-area {
        padding: 45px;
        padding-bottom: 170px;
    }
    .crop-seeds-content h2 {
        font-size: 30px;
    }
    .crop-seeds-content h3 {
        font-size: 25px;
        line-height: 100%;
    }
    .product-details-content h1 {
        font-size: 30px;
    }
    .product-details-content h2 {
        font-size: 22px;
    }
    .product-details-content {
        margin-top: 50px;
    }
    .interesed-thumbnail-area {
        padding: 0px 0px 50px;
    }
}

@media(max-width:991px) {
    .header-content-right-top {
        display: none !important
    }
    .menu-area {
        display: none
    }
    .mobile-menu {
        position: fixed;
        width: 100%;
        right: -100%;
        min-height: 100vh;
        background-color: #508232;
        z-index: 9999;
        top: 0px;
        padding: 40px;
        background-image: url('../images/white-logo.png');
        background-position: 40px 90%;
        background-repeat: no-repeat;
        transition: all 0.5s;
        ;
    }
    .mobile-menu.active {
        right: 0px;
    }
    .mobile-menu ul {
        flex-direction: column;
        row-gap: 0px;
        margin: 0px;
        padding: 0px;
        list-style: none
    }
    .mobile-menu ul li a {
        color: #fff;
        font-size: 25px;
        display: block;
        border-bottom: 2px solid #6EAA32;
        padding: 10px 0px;
        font-weight: 600;
    }
    .mobile-menu ul li:last-child a {
        border: 0px;
    }
    .menu-close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #fff;
        font-size: 25px;
    }
    .logo-area {
        top: 0px;
    }
    .header-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-button {
        display: none
    }
    .header-content-wraper {
        padding: 0px 15px 0px 0px;
        align-items: center;
    }
    .home-banner-area {
        background: #508232;
        clip-path: none
    }
    .banner-video-area {
        display: none
    }
    .home-banner-content-for-mob {
        padding: 15vh 0px
    }
    .home-banner-area h1 {
        color: #fff;
        max-width: 50%;
        margin: auto;
    }
    .each-banner-bottom-block h3 {
        min-height: auto;
    }
    .each-banner-bottom-block p {
        margin-bottom: 20px;
    }
    .banner-bottom-three-block .container .row {
        gap: 50px;
    }
    .experience-content h2 {
        line-height: normal
    }
    .experience-content p {
        line-height: normal
    }
    .experience-middle-banner a.common-button {
        margin-top: 30px;
    }
    .from-sowing-area {
        clip-path: none;
        margin-top: 0px;
        padding-top: 50px;
    }
    .experience-middle-banner {
        padding: 50px 0px 50px;
    }
    .who-we-area {
        background-color: #fff;
    }
    .mobile-image {
        margin-top: 30px;
    }
    .we-know-how-image {
        text-align: center;
    }
    .mobile-image img {
        width: 100%;
    }
    .we-know-how-area .row .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .we-know-how-content {
        margin-top: 50px;
    }
    .we-know-how-area {
        background-color: #A0C82829;
    }
    .partners {
        padding-top: 50px;
    }
    .from-sowing-image img {
        max-width: 100%;
    }
    .insumos-three-block .row {
        row-gap: 50px;
    }
    .insumos-three-block {
        clip-path: none;
        padding: 60px 0px;
    }
    .exchange-area {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 70px;
        margin-bottom: 0px;
    }
    .granos-banner-image {
        text-align: center;
    }
    .granos-banner-content {
        margin: auto;
    }
    .granos-banner-content:before {
        display: none;
    }
    .storage-caparctiy-image {
        margin-bottom: 50px;
    }
    .accordian-area {
        clip-path: none;
    }
    .accordian-area {
        padding: 75px 0px 75px;
        clip-path: none;
        margin-top: 00px;
        margin-bottom: 0px;
    }
    .storage-capacity {
        padding: 75px 0px 75px;
    }
    .gallery-area {
        mask: unset;
    }
    .infrastructure-area {
        padding: 70px 0px 70px;
        background: #6EAA32;
        clip-path: none;
    }
    .infrastructure-left {
        margin-bottom: 50px;
    }
    .infrastructure-area:after {
        display: none
    }
    .quality-guranteed {
        padding-top: 70px;
    }
    .gray-banner-bottom-contact-info {
        mask: unset;
        padding: 70px 0px;
    }
    .gray-banner-bottom-contact-left {
        margin-bottom: 50px;
    }
    .exportaciones-left {
        padding-top: 50px;
    }
    .quality-guranteed-heading-left h3 {
        margin-bottom: 15px;
    }
    .inner-banner-area {
        clip-path: none;
    }
    .history-area {
        padding: 50px 0px 50px;
    }
    .counter-area .row {
        row-gap: 50px
    }
    .iframe-block {
        min-height: auto;
    }
    .iframe-area .row {
        row-gap: 30px
    }
    .contact-form-area {
        clip-path: none;
        margin-bottom: 50px;
    }
    .crop-seeds {
        clip-path: none;
    }
    .experience-middle-banner {
        mask: unset
    }
    .crop-seeds {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .seeds-experience {
        padding-top: 70px !important;
        margin-top: -0px !important;
        padding-bottom: 70px !important;
    }
}

@media(max-width:767px) {
    .home-banner-area h1 {
        font-size: 32px;
        line-height: 36px;
        max-width: 260px;
    }
    .home-banner-content-for-mob {
        padding: 125px 0px;
    }
    .experience-middle-banner a.common-button {
        width: 100%
    }
    .experience-content h2 {
        font-size: 32px;
        line-height: normal;
    }
    .experience-content p {
        font-size: 24px;
    }
    .who-we-are-content h2 {
        font-weight: 700;
        font-size: 32px;
        text-align: center;
    }
    .who-we-are-content h3 {
        font-size: 20px;
        line-height: normal;
    }
    .we-know-how-content h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .we-know-how-content h3 {
        font-size: 20px;
        line-height: normal;
    }
    .we-know-how-content p {
        font-size: 18px;
        line-height: normal;
    }
    .each-footer-info {
        text-align: center;
    }
    .footer-social ul {
        justify-content: center;
    }
    .footer-bottom {
        background: #508232;
        padding: 10px 0px;
    }
    .footer-bottom P {
        font-size: 12PX;
        ;
    }
    .swiper-partner .swiper-wrapper .swiper-slide {
        PADDING: 0PX 15PX
    }
    .granos-banner-content {
        max-width: 100%;
        border-radius: 20px;
        padding: 30px;
    }
    .granos-banner-content h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .storage-capacity {
        padding: 50px 0px 50px;
    }
    .storage-capacity-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .storage-capacity-heading h3 {
        font-size: 19px;
        line-height: 28px;
    }
    .storage-content h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .storage-content p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .accordian-area {
        padding: 50px 0px 50px;
    }
    .storage-capacity-heading {
        margin-bottom: 30px;
    }
    .card-header h2 button {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }
    .exportaciones-left h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .exportaciones-left h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .export-countries-block a {
        font-size: 13px;
    }
    .exportaciones-left ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .infrastructure-left h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .quality-guranteed-heading-left h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .quality-guranteed-heading-left h3 {
        font-size: 18px;
    }
    .quality-guranteed-content p {
        font-size: 20px;
        line-height: 28px;
    }
    .each-guranteed-image-content,
    .hover-image {
        opacity: 1;
        transition: all 0.5s;
    }
    .gray-banner-bottom-contact-left h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .gray-banner-bottom-contact-left p {
        font-size: 20px;
        line-height: 28px;
    }
    .gray-banner-content-info ul li a {
        font-size: 18px;
    }
    .count {
        font-size: 60px;
    }
    .counter-text p {
        font-size: 22px;
    }
    .empresa-who-we-area .who-we-are-content p strong {
        font-size: 16px;
        line-height: 28px;
    }
    .who-we-are-content h2 {
        font-size: 28px;
    }
    .contact-form-area {
        padding: 25px;
        padding-bottom: 70px;
    }
    .contact-form-area h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .contact-page-info h2 {
        font-size: 26px;
    }
    .map-area iframe {
        height: 300px
    }
    .each-info {
        font-size: 18px;
        line-height: 30px;
    }
    .seeds-block-area h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .seeds-block-area {
        padding-top: 50px;
    }
    .seeds-info h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .crop-seeds-content h2 {
        font-size: 26px;
    }
    .crop-seeds-content h3 {
        font-size: 22px;
        line-height: 100%;
    }
    .interested-block h3 {
        font-size: 21px;
        line-height: 34px;
        padding: 20px 35px;
        margin-left: -20px;
    }
    .each-interested-block-image {
        max-width: 160px;
        min-width: 160px;
    }
    .seeds-experience {
        padding-top: 50px !important;
        margin-top: -0px !important;
        padding-bottom: 50px !important;
    }
    .image-content-yellow-box {
        height: 130px;
        font-size: 17px;
        line-height: 28px;
    }
    .product-details-content h1 {
        font-size: 28px;
    }
    .product-details-content h2 {
        font-size: 20px;
    }
    .interesed-thumbnail-area ul li {
        max-width: calc(50% - 20px);
    }
    .yellow-box h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .yellow-box {
        padding: 65px 0px 35px;
        margin-top: -50px;
    }
}