@media (max-width: 768px) {
    
    /* Header */
    
    .main-header .logo img {
        width: 85px;
    }
    .main-header {
        justify-content: space-between;
        padding: 20px;
    }

    .main-header .mobile-menu {
        display: flex;
        top: -10px;
        left: -20px;
        right: 0;
        background: white;
        z-index: 1000;
        position: relative;
    }

    .menu-toggle {
        width: 30px;
        height: 30px;
        border: none;
        background: none;
        position: relative;
        cursor: pointer;
        z-index: 999;
    }

    .menu-toggle::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7H20M4 12H20M4 17H20' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 100%;
        top: 10px;
        left: 10px;
    }

    /* When menu is active (hamburger turns into close X) */
    .menu-toggle.active::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M3 21.32L21 3.32001' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3 3.32001L21 21.32' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        width: 80%;
        height: 80%;
    }

    .main-header .mobile-menu ul {
        display: none;
        flex-direction: column;
        gap: 15px;
        position: absolute;
        display: none;
        top: -15px;
        background-color: #157a3d;
        text-align: left;
        align-items: flex-start;
        width: 230px;
        padding: 55px 15px;
        height: 100vh;
    }

    .main-header .mobile-menu ul.active {
        display: flex !important;
    }

    .main-header nav li {
        margin-left: 0;
        padding: 0px;
    }

    header.main-header nav ul li a {
        color: #fff;

    }

    .main-header nav {
        display: none;
    }
}


@media only screen and (max-width: 1400px) {

    /* Section 1 */
    .slide-image-background {
        top: 0;
    }

    .slide-content-overlay {
        padding-left: 80px;
        margin-top: -275px;
    }

    .slide-content-overlay h2:nth-child(1) {
        font-size: 80px;
    }

    .slide-content-overlay h2:nth-child(2) {
        font-size: 115px;
    }

    .slide-content-overlay p {
        font-size: 20px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(1) {
        font-size: 100px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(2) {
        font-size: 70px;
    }

    .section1-slide2 .slide-content-overlay p {
        font-size: 20px;
        width: 100%;
        max-width: 450px;
        line-height: 35px;
        margin-top: 35px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(1) {
        font-size: 100px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(2) {
        font-size: 60px;
        line-height: 30px;
    }

    .section1-slide3 .slide-content-overlay p {
        font-size: 20px;
        width: 100%;
        max-width: 450px;
        line-height: 30px;
        margin-top: 35px;
    }

    /* End Section 1 */

    /* Section 2 */

    .section-friut-6 {
        column-gap: 0px;

    }

    img.Flag_of_Canada {
        width: 83px;
        right: 30px;
    }

    .content-slide1 .fruit-name h2,
    .content-slide2 .fruit-name h2,
    .fruit-name h2,
    .content-slide4 .fruit-name h2,
    .content-slide5 .fruit-name h2,
    .content-slide6 .fruit-name h2 {
        text-align: center;
    }

    .content-slide1 .fruit-name h3,
    .content-slide2 .fruit-name h3,
    .fruit-name h3,
    .content-slide4 .fruit-name h2,
    .content-slide5 .fruit-name h3,
    .content-slide6 .fruit-name h3 {
        text-align: center;
    }

    .content-slide1 .fruit-name h2 {
        font-size: 165px;
    }

    .content-slide2 .fruit-name h2 {
        font-size: 80px;
    }

    .fruit-name h2 {
        font-size: 195px;
    }

    .content-slide4 .fruit-name h2 {
        font-size: 130px;
    }

    .content-slide5 .fruit-name h2 {
        font-size: 100px;
    }

    .content-slide6 .fruit-name h2 {
        font-size: 72px;
    }

    .content-slide1 .fruit-name h3 {
        font-size: 85px;
    }

    .content-slide2 .fruit-name h3 {
        font-size: 85px;
    }

    .fruit-name h3 {
        font-size: 85px;
    }

    .content-slide4 .fruit-name h3 {
        font-size: 85px;
    }

    .content-slide5 .fruit-name h3 {
        font-size: 85px;
    }

    .content-slide6 .fruit-name h3 {
        font-size: 86px;
    }

    .fruit-image img.fruit_image {
        max-width: 425px;
        margin-bottom: 30px;
    }

    .right-top-fruit .fruit-name img.image_one {
        right: -45px;
        top: 5px;
        width: 70px;
    }

    .right-top-fruit .fruit-name img.image_six {
        right: 230px;
        top: -20px;
        width: 60px;
    }

    .section-friut-6 svg {
        width: 700px;
    }

    .left-40 img.image_one {
        width: 130px;
        top: 22%;
        left: 15%;
    }

    .left-40 img.image_two {
        width: 126px;
        top: 35%;
    }

    .left-40 img.image_three {
        width: 160px;
        bottom: 20%;
    }

    /* End Section 2 */

    /* Section 3 */

    .brand-carousel-container svg {
        position: absolute;
        left: -60px;
        right: -50px;
        bottom: -120px;
        max-width: 1500px;
    }

    .brand-grid-item {
        width: 100%;
        max-width: 190px;
    }

    /* End Section 3 */

    /* Section 4 */

    .about-slide {
        padding: 0 200px 0 100px;
    }

    .swiper-slide.about-slide:first-child .about-description {
        font-size: 17px;
    }

    .about-description {
        font-size: 18px;
    }

    .about-image {
        max-height: 500px;
    }

    .about-image.blur {
        right: -140px;
        bottom: -40px;
    }

    .image-bubble {
        width: 75%;
        padding-bottom: 75%;
        right: -80px;
        bottom: -35px;
    }

    /* End Section 4 */

    /* Section 5 */

    .products-grid {
        width: 90%;
        gap: 0px;
    }

    /* Footer */

    .newsletter-content {
        padding: 125px 40px;
    }


    .footer-content {
        display: flex;
        justify-content: space-around;
        height: 100%;
        max-height: 165px;
        margin-top: -25px;
    }

    .footer-column.quick-links {
        width: 20% !important;
    }

    img.windmill {
        position: absolute;
        width: 7%;
        animation: 10s linear 0s infinite normal none running spin;
        left: 33.5%;
        top: -4%;
    }

    .sun {
        position: absolute;
        right: 31%;
        width: 160px;
        animation: shine 2s infinite ease-in-out;
        top: 10%;
    }


}

/* end 1400 */

@media only screen and (max-width: 1200px) {

    /* Section 1 */
    .slide-content-overlay {
        padding-left: 70px;
        margin-top: -275px;
    }

    .slide-content-overlay h2:nth-child(1) {
        font-size: 65px;
    }

    .slide-content-overlay h2:nth-child(2) {
        font-size: 95px;
    }

    .slide-content-overlay p {
        font-size: 19px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(1) {
        font-size: 85px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(2) {
        font-size: 65px;
    }

    .section1-slide2 .slide-content-overlay p {
        font-size: 16px;
        width: 100%;
        max-width: 300px;
        line-height: 25px;
        margin-top: 30px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(1) {
        font-size: 83px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(2) {
        font-size: 50px;
        line-height: 30px;
    }

    .section1-slide3 .slide-content-overlay p {
        font-size: 16px;
        width: 100%;
        max-width: 300px;
        line-height: 25px;
        margin-top: 30px;
    }

    /* End Section 1 */

    /* Section 2 */

    .section-friut-6 {
        column-gap: 0px;

    }

    img.Flag_of_Canada {
        width: 80px;
        right: 30px;
    }

    .content-slide1 .fruit-name h2 {
        font-size: 160px;
    }

    .content-slide2 .fruit-name h2 {
        font-size: 78px;
    }

    .fruit-name h2 {
        font-size: 187px;
    }

    .content-slide4 .fruit-name h2 {
        font-size: 125px;
    }

    .content-slide5 .fruit-name h2 {
        font-size: 96px;
    }

    .content-slide6 .fruit-name h2 {
        font-size: 70px;
    }

    .content-slide1 .fruit-name h3 {
        font-size: 82px;
    }

    .content-slide2 .fruit-name h3 {
        font-size: 82px;
    }

    .fruit-name h3 {
        font-size: 82px;
    }

    .content-slide4 .fruit-name h3 {
        font-size: 82px;
    }

    .content-slide5 .fruit-name h3 {
        font-size: 82px;
    }

    .content-slide6 .fruit-name h3 {
        font-size: 84px;
    }

    .fruit-image img.fruit_image {
        max-width: 410px;
        margin-bottom: 30px;
    }

    .right-top-fruit .fruit-name img.image_one {
        right: -45px;
        top: 5px;
        width: 70px;
    }

    .right-top-fruit .fruit-name img.image_six {
        right: 230px;
        top: -20px;
        width: 60px;
    }

    .section-friut-6 svg {
        width: 700px;
    }

    .left-40 img.image_one {
        width: 130px;
        top: 15%;
    }

    .left-40 img.image_two {
        width: 100px;
        top: 32%;
    }

    .left-40 img.image_three {
        width: 120px;
        bottom: 15%;
        left: 19%;
    }

    /* End Section 2 */

    /* Section 3 */

    .brand-carousel-container svg {
        position: absolute;
        left: -60px;
        right: -50px;
        bottom: -170px;
        max-width: 1300px;
    }

    .brand-grid-item {
        max-width: 170px;
    }

    /* End Section 3 */

    /* Section 4 */

    .about-slide {
        padding: 0 180px 0 80px;
    }

    .swiper-slide.about-slide:first-child .about-description {
        font-size: 16px;
    }

    /* End Section 4 */

    /* Footer */

    .footer-section .fp-tableCell {
        gap: 50px 0;
    }

    .newsletter-content {
        padding: 100px 40px;
    }

    .footer-content {
        margin-top: -30px;
    }

    .company-info .footer-title {
        font-size: 25px;
    }

    .footer-title {
        font-size: 20px;
    }

    .windmill {
        width: 7%;
        left: 36.5% !important;
        top: -3% !important;
    }

    .sun {
        right: 30%;
        width: 140px;
        top: 12%;
    }

}

/* end 1200 */

@media only screen and (max-width: 992px) {

    /* Section 1 */
    .slide-image-background {
        width: 1100px;
    }

    .slide-content-overlay {
        padding-left: 60px;
        margin-top: -295px;
    }

    .slide-content-overlay h2:nth-child(1) {
        font-size: 60px;
    }

    .slide-content-overlay h2:nth-child(2) {
        font-size: 86px;
    }

    .slide-content-overlay p {
        font-size: 16px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(1) {
        font-size: 80px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(2) {
        font-size: 70px;
    }

    .section1-slide2 .slide-content-overlay p {
        font-size: 16px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(1) {
        font-size: 75px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(2) {
        font-size: 45px;
        line-height: 30px;
    }

    .section1-slide3 .slide-content-overlay p {
        font-size: 16px;
    }

    /* End Section 1 */

    /* Section 2 */

    .section-friut-6 {
        column-gap: 0px;

    }

    .Flag_of_Canada {
        width: 70px;
        right: 30px;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_one {
        right: -50px;
        top: -26px;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_six {
        top: -60px;
    }

    .content-slide1 .fruit-name h2 {
        font-size: 146px;
    }

    .content-slide2 .fruit-name h2 {
        font-size: 71px;
    }

    .fruit-name h2 {
        font-size: 172px;
    }

    .content-slide4 .fruit-name h2 {
        font-size: 115px;
    }

    .content-slide5 .fruit-name h2 {
        font-size: 88px;
    }

    .content-slide6 .fruit-name h2 {
        font-size: 63px;
    }

    .content-slide1 .fruit-name h3 {
        font-size: 75px;
        line-height: 135px;
    }

    .content-slide2 .fruit-name h3 {
        font-size: 75px;
        line-height: 60px;
    }

    .fruit-name h3 {
        font-size: 75px;
        line-height: 150px;
    }

    .content-slide4 .fruit-name h3 {
        font-size: 75px;
        line-height: 100px;
    }

    .content-slide5 .fruit-name h3 {
        font-size: 75px;
        line-height: 80px;
        margin-bottom: 45px;
    }

    .content-slide6 .fruit-name h3 {
        font-size: 75px;
        line-height: 135px;
        margin-bottom: 35px;
    }

    .fruit-image img.fruit_image {
        max-width: 370px;
        margin-bottom: 30px;
    }

    .right-top-fruit .fruit-name img.image_one {
        right: -45px;
        top: 5px;
        width: 70px;
    }

    .right-top-fruit .fruit-name img.image_six {
        right: 230px;
        top: -20px;
        width: 60px;
    }

    .section-friut-6 svg {
        width: 500px;
    }

    .left-40 img.image_one {
        width: 110px;
        left: 15%;
        top: 20%;
    }

    .left-40 img.image_two {
        width: 100px;
        left: 53%;
        top: 33%;
    }

    .left-40 img.image_three {
        width: 115px;
        left: 20%;
        bottom: 20%;
    }

    /* End Section 2 */

    /* Section 3 */

    .brand-carousel-container svg {
        left: -70px;
        right: -10px;
        bottom: -200px;
        max-width: 1200px;
    }

    .brand-grid-item {
        max-width: 130px;
    }

    /* End Section 3 */

    /* Section 4 */

    .about-slide {
        padding: 0 100px 0 50px;
    }

    .swiper-slide.about-slide:first-child .about-description {
        font-size: 16px;
    }

    .about-description {
        font-size: 18px;
    }

    .about-image {
        max-height: 335px;
    }

    .about-image.blur {
        right: -60px;
        bottom: 10px;
    }

    .image-bubble {
        width: 70%;
        padding-bottom: 70%;
        right: -10px;
        bottom: 15px;
    }

    /* End Section 4 */

    /* Section 5 */

    .products-title {
        font-size: 35px;
        margin: 0 0 10px;
    }

    .products-subtitle {
        font-size: 16px;
    }

    .product-name {
        font-size: 20px;
    }

    .product-description {
        font-size: 16px;
        margin-top: 5px;
    }

    .product-card img {
        width: 30%;
        object-fit: cover;
    }

    .second-colum img {
        max-width: 350px;
    }

    .second-colum h3 {
        font-size: 25px;
        margin: 0;
        margin-bottom: 10px;
    }

    /* Footer */

    .footer-section .fp-tableCell {
        gap: 50px 0;
    }


    .footer-content-wrapper .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsletter {
        width: 90%;
    }

    .newsletter-content {
        padding: 60px 25px;
    }

    .newsletter-content h3 {
        font-size: 36px;
    }

    .footer-bg {
        background-position: 15% center;
    }

    .footer-column.privacy-links {
        width: 15%;
    }

    .footer-content {
        margin-top: -35px;
    }

    .company-info .footer-title {
        font-size: 24px;
    }

    .footer-title {
        font-size: 20px;
    }

    .windmill {
        width: 10% !important;
        left: 33.9% !important;
        top: -5% !important;
    }

    .sun {
        right: 30%;
        width: 120px;
        top: 12%;
    }

    .cloud {
        width: 250px !important;
    }

}

/* end 992 */

@media only screen and (max-width: 768px) {

    /* Section 1 */
    .slide-content-overlay {
        padding-left: 40px;
        margin-top: -300px;
    }

    .slide-content-overlay h2:nth-child(1) {
        font-size: 55px;
    }

    .slide-content-overlay h2:nth-child(2) {
        font-size: 80px;
    }

    .slide-content-overlay p {
        font-size: 16px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(1) {
        font-size: 70px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(2) {
        font-size: 65px;
    }

    .section1-slide2 .slide-content-overlay p {
        font-size: 16px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(1) {
        font-size: 70px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(2) {
        font-size: 43px;
    }

    .section1-slide3 .slide-content-overlay p {
        font-size: 16px;
    }

    /* End Section 1 */


    /* Section 2 */

    .section-friut-6 {
        column-gap: 20px;
    }

    .left-40 {
        padding: 20px;
        padding-left: 5%;
    }

    .rihgt-60 {
        padding: 20px;
    }

    .Flag_of_Canada {
        width: 70px;
        right: 30px;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_one {
        right: -35px;
        top: -20px;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_six {
        top: -30px;
    }

    .content-slide1 .fruit-name h2 {
        font-size: 118px;
    }

    .content-slide2 .fruit-name h2 {
        font-size: 58px;
    }

    .fruit-name h2 {
        font-size: 140px;
    }

    .content-slide4 .fruit-name h2 {
        font-size: 93px;
    }

    .content-slide5 .fruit-name h2 {
        font-size: 72px;
    }

    .content-slide6 .fruit-name h2 {
        font-size: 52px;
    }

    .content-slide1 .fruit-name h3 {
        font-size: 60px;
        line-height: 135px;
    }

    .content-slide2 .fruit-name h3 {
        font-size: 61px;
        line-height: 0px;
    }

    .fruit-name h3 {
        font-size: 60px;
        line-height: 75px;
        margin-bottom: 45px;
    }

    .content-slide4 .fruit-name h3 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 55px;
    }

    .content-slide5 .fruit-name h3 {
        font-size: 60px;
        line-height: 20px;
        margin-bottom: 80px;
    }

    .content-slide6 .fruit-name h3 {
        font-size: 62px;
        line-height: 80px;
        margin-bottom: 50px;
    }

    .fruit-fact-item span:nth-child(2) {
        top: 22px;
        font-weight: 500;
        /* color: #fff; */
        font-size: 12px;
    }

    .fruit-fact-item span {
        font-size: 11px;
    }

    .fruit-fact-item span:nth-child(3) {
        bottom: 8px;
    }

    .right-top-fruit .fruit-image>img.image_five {
        top: -25px;
        width: 80px;

    }

    .fruit-image img.fruit_image {
        max-width: 300px;
        margin-bottom: 0;
    }

    .right-top-fruit .fruit-name img.image_one {
        right: -35px;
        top: 15px;
        width: 55px;
    }

    .right-top-fruit .fruit-name img.image_six {
        right: 175px;
        top: 0px;
        width: 45px;
    }

    .section-friut-6 svg {
        width: 460px;
        left: -70px;
    }

    .left-40 img.image_one {
        width: 90px;
        left: 5%;
        top: 25%;
    }

    .left-40 img.image_two {
        width: 85px;
        left: 48%;
        top: 36%;
    }

    .left-40 img.image_three {
        width: 100px;
        left: 8%;
        bottom: 24%;
    }

    .left-40 img.image_four {
        width: 70px;
        right: 0px;
        top: 220px;
    }

    /* End Section 2 */

    /* Section 3 */

    .brand-carousel-container svg {
        left: -70px;
        right: -10px;
        bottom: -280px;
        max-width: 900px;
    }

    .brand-grid-item {
        max-width: 100px;
    }

    /* End Section 3 */

    /* Section 4 */

    .about-slide-content {
        gap: 20px;
    }

    .about-slide {
        padding: 0 25px 0 25px;
    }

    .about-text-content .about-title {
        font-size: 38px;
    }

    .about-text-content .about-title:nth-child(2) {
        font-size: 30px;
    }

    .swiper-slide.about-slide:first-child .about-description {
        font-size: 16px;
    }

    .about-description {
        font-size: 16px;
    }

    .about-image-content {
        justify-content: flex-start;
    }

    .about-image {
        max-height: 270px;
    }

    .about-image.blur {
        right: -5px;
        bottom: 10px;
    }

    .image-bubble {
        width: 65%;
        padding-bottom: 65%;
        right: 50px;
        bottom: 15px;
    }

    /* End Section 4 */

    /* Section 5 */

    .products-title {
        font-size: 28px;
        margin: 0 0 5px;
    }

    .products-subtitle {
        font-size: 15px;
        max-width: 700px;
    }

    .product-name {
        font-size: 15px;
    }

    .product-description {
        font-size: 14px;
        margin-top: 5px;
    }

    .product-card img {
        width: 30%;
        object-fit: cover;
    }

    .second-colum img {
        max-width: 200px;
    }

    .second-colum {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .second-colum h3 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
    }

    /* Footer */

    .footer-section .fp-tableCell {
        gap: 30px 0;
    }


    .footer-content-wrapper .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsletter {
        width: 90%;
    }

    .newsletter-content {
        padding: 50px 25px;
        border-radius: 15% 20% 15% 20% / 20% 15% 20% 15% !important;
    }

    .newsletter-content h3 {
        font-size: 27px;
        text-align: center;
    }

    .footer-bg {
        background-position: 25% center;
    }

    .footer-column.privacy-links {
        width: 15%;
    }

    .footer-content {
        margin-top: -35px;
    }

    .company-info .footer-title {
        font-size: 18px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-column a {
        font-size: 14px;
    }

    .windmill {
        width: 10% !important;
        left: 30.9% !important;
        top: -1% !important;
    }



}

/* end 768 */


@media only screen and (max-width: 600px) {
    .contentSwiper .swiper-slide {
        width: 100% !important;
        overflow: hidden;
    }

    .slide-bg img {
        position: absolute;
        width: 700px;
        height: 700px;
        top: -300px;
        left: 50%;
        transform: translateX(-50%);
    }

    .content-slide-text {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%) !important;
        text-align: center;
    }

    .content-slide-text h2 {
        font-size: 45px;
        margin: 0;
        width: 100%;
    }

    .image-content img:first-child {
        height: 150px;
        top: 15%;
        right: -5%;
        z-index: 5;
    }

    .image-content img:nth-child(3) {
        width: 130px;
        top: auto;
        bottom: 22%;
        left: 10%;
        z-index: 5;
    }

    .image-content img:nth-child(5) {
        width: 70px;
        top: 3%;
        left: 7%;
    }

    .image-content img:nth-child(2),
    .image-content img:nth-child(4),
    .image-content img:nth-child(6) {
        display: none;
        opacity: 0;
        visibility: 0;
        height: 0;
        width: 0;
    }

    .content-slide-image {
        display: flex;
        justify-content: center;
        top: -25px;
    }

    .content-slide-image img {
        margin-left: 0;
        width: 270px;
    }

    .drop {
        position: absolute;
        width: 170px !important;
        height: 170px !important;
        bottom: 30px;
    }

    .text-bg.drop {
        margin-right: 0px;
    }

    .text-bg.drop h3 {
        font-size: 25px;
    }

    .drop::before {
        top: 20px;
        left: 30px;
        width: 20px;
        height: 20px;
    }

    .drop::after {
        top: 40px;
        left: 18px;
    }

    .newContentSliderContainer .swiper-pagination-bullet {
        width: 15px;
    }

    .newContentSliderContainer .swiper-pagination-bullet-active {
        width: 30px !important;
    }

    .newContentSliderContainer .swiper-button-next,
    .newContentSliderContainer .swiper-button-prev {
        width: 54px;
        height: 25px;
    }

    .newContentSliderContainer .swiper-button-next {
        right: 35% !important;
    }

    .newContentSliderContainer .swiper-button-prev {
        left: 35% !important;
    }

    .newContentSliderContainer .swiper-button-next::after,
    .newContentSliderContainer .swiper-button-prev::after {
        font-size: 16px;
    }

    .brand-carousel-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .brands-title {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .brandsSwiper {
        padding: 40px 20px 40px;
    }

    .brand-content {
        padding: 100px 30px 40px;
    }

    .brand-content::before {
        width: 300px;
        height: 300px;
        top: -30%;
    }

    .brand-slide img {
        width: 200px;
        height: 200px;
        margin-bottom: -90px;
    }

    .brand-content .brand-title {
        font-size: 18px;
        margin: 0;
    }

    .brand-content .brand-text {
        font-size: 15px;
        line-height: 1.5;
        margin: 10px 0 0;
    }

    .brandsSwiper .brands-pagination {
        bottom: 0px;
    }

    .brandsSwiper .swiper-pagination-bullet {
        width: 15px;
        margin: 0 5px;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }

    .section4Swiper {
        padding-right: 0px;
    }

    .about-slide {
        padding: 0 35px;
    }

    .about-slide-content {
        display: flex;
        gap: 20px;
        height: 100%;
        padding: 0;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .about-text-content {
        text-align: center;
    }

    .about-title {
        font-size: 30px;
        margin: 0;
        margin-bottom: 1rem;
        text-align: center;
    }

    .swiper-slide.about-slide:first-child .about-title {
        font-size: 35px;
        margin: 0;
        margin-bottom: 01rem;
        text-align: center;
    }

    .about-description {
        font-size: 17px;
        line-height: 1.4em;
        margin: 0 0 2em 0;
    }

    .swiper-slide.about-slide:first-child .about-description {
        font-size: 16px;
        line-height: 1.4em;
        margin: 0 0 0.5em 0;
    }

    .about-features {
        margin-bottom: 0.5rem;
    }

    .about-features li {
        padding-left: 0px;
        margin-bottom: 0.5rem;
        font-size: 15px;
    }

    .about-image-content {
        max-width: 200px;
        max-height: 240px;
        min-height: 100px;
    }

    .image-bubble:first-child {
        display: none;
        opacity: 0;
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .about-image {
        max-width: 100%;
        max-height: 240px;
    }

    .about-image.blur {
        right: -30px;
        bottom: 20px;
        z-index: 0;
        background-color: #fff;
        border-radius: 50%;
    }

    .image-bubble {
        width: 65%;
        padding-bottom: 65%;
        right: 5px;
        bottom: 35px;
    }

    .about-button-next,
    .about-button-prev {
        top: 97%;
        width: 54px;
        height: 25px;
    }

    .swiper-button-next.about-button-next {
        right: 35%;
    }

    .swiper-button-prev.about-button-prev {
        left: 35%;
    }

    .about-button-next::after,
    .about-button-prev::after {
        font-size: 16px;
    }

    .about-pagination {
        bottom: 5px !important;
    }

    .about-pagination .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 15px;
    }

    .about-pagination .swiper-pagination-bullet-active {
        width: 30px !important;
    }

    .products-container {
        gap: 5px;
        justify-content: center;
        justify-items: center;
        height: 100% !important;
    }

    .products-title {
        font-size: 25px;
    }

    .products-subtitle {
        font-size: 15px;
        margin: 5px;
    }

    .products-grid {
        display: none;
    }

    .quality-card-mobile {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
        gap: 5px;
        width: 97%;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .quality-card-mobile .product-card {
        height: auto;
        width: 100% !important;
    }

    .second-colum {
        display: none;
        opacity: 0;
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .first-colum,
    .third-colum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 5px 0;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }

    .product-card {
        text-align: center;
        flex-direction: column;
        gap: 5px;
        width: 47%;
        border: 1px solid #00000017;
        height: 45%;
        justify-content: center;
        padding: 8px 3px;
    }

    .product-card img {
        width: 50%;
    }

    .product-card div {
        width: 100%;
    }

    .product-name {
        font-size: 17px;
    }

    .product-description {
        font-size: 15px;
        margin: 0;
        margin-top: 5px;
        line-height: 1.2;
    }

    .third-colum {
        top: -190px;
    }

    .third-colum::before {
        content: "";
        width: 173px;
    }

    .third-colum .product-card:first-child {
        order: 2;
    }

    .third-colum .product-card:nth-child(2) {
        order: 1;
    }

    .posts-carousel-container {
        gap: 20px;
        width: 100%;
        max-width: 100vw;
    }
    .posts-carousel-title {
        font-size: 25px;
    }

    .post-title {
        font-size: 20px;
    }

    .post-excerpt {
        font-size: 16px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
    }

    .read-more-link {
        font-size: 14px;
        padding: 7px 17px;
    }

    .posts-button-next,
    .posts-button-prev {
        width: 57px;
        height: 25px;
        transform: translateY(35px);
    }

    .posts-button-next {
        right: calc(55% - 78px);
    }

    .posts-button-prev {
        left: calc(55% - 72px);
    }

    .posts-button-next::after,
    .posts-button-prev::after {
        font-size: 16px;
    }

    .posts-pagination .swiper-pagination-bullet {
        width: 15px;
    }

    .posts-pagination .swiper-pagination-bullet-active {
        width: 30px;
    }

    .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
        margin: 0;
        align-items: center;
        align-content: center;
        /* margin-bottom: 100px; */
    }

    .footer-column {
        text-align: center;
        align-items: center;
    }

    .footer-column.company-info {
        width: 100% !important;
    }

    .footer-column.quick-links {
        width: 48% !important;
        margin: 0;
    }

    .footer-column.privacy-links {
        width: 48%;
    }

    .company-info .footer-title {
        font-size: 24px;
    }

    .footer-title {
        font-size: 18px;
    }
}

/* End 600 */


@media only screen and (min-width: 300px) and (max-width: 576px) {

    /* Section 1 */
    .slide-image-background {
        width: 930px;
    }

    .slide-content-overlay {
        margin-top: -350px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }


    .slide-content-overlay h2:nth-child(1) {
        font-size: 42px;
    }

    .slide-content-overlay h2:nth-child(2) {
        font-size: 61px;
    }

    .slide-content-overlay p {
        font-size: 16px;
        width: 100%;
        line-height: 20px;
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(1) {
        font-size: 52px;
    }

    .section1-slide2 .slide-content-overlay h2:nth-child(2) {
        font-size: 63px;
        line-height: 39px;
    }

    .section1-slide2 .slide-content-overlay p {
        font-size: 15px;
        width: 100%;
        max-width: 276px;
        margin: auto;
        text-align: justify;
        text-align-last: justify;
        margin-top: 20px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(1) {
        font-size: 55px;
    }

    .section1-slide3 .slide-content-overlay h2:nth-child(2) {
        font-size: 34px;
    }

    .section1-slide3 .slide-content-overlay p {
        font-size: 17px;
        width: 100%;
        max-width: 274px;
        margin: auto;
        text-align: justify;
        text-align-last: justify;
        margin-top: 13px;
    }

    /* End Section 1 */

    /* Section 2 */

    .section-friut-6 {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
    } 

    .section-friut-6 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 70px !important;
    }

    .left-40 {
        padding: 20px;
        padding-left: 20px;
        width: 90%;
    }

    .rihgt-60 {
        padding: 20px;
        width: 100%;
    }

    .Flag_of_Canada {
        width: 45px !important;
        right: 25px !important;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_one {
        right: -15px;
        top: -20px;
    }

    .content-slide6 .right-top-fruit .fruit-name img.image_six {
        top: -25px;
        right: 160px;
    }

    .content-slide1 .fruit-name h2 {
        font-size: 100px;
    }

    .content-slide2 .fruit-name h2 {
        font-size: 53px;
    }

    .fruit-name h2 {
        font-size: 130px;
    }

    .content-slide4 .fruit-name h2 {
        font-size: 86px;
    }

    .content-slide5 .fruit-name h2 {
        font-size: 67px;
    }
.right-top-fruit .fruit-name {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .content-slide6 .fruit-name h2 {
        font-size: 48px;
    }

    .content-slide1 .fruit-name h3 {
        font-size: 53px;
        line-height: 25px;
    }

    .content-slide2 .fruit-name h3 {
        font-size: 57px;
        line-height: 0px;
        margin-bottom: 59px;
    }

    .fruit-name h3 {
        font-size: 56px;
        line-height: 50px;
        margin-bottom: 45px;
    }

    .content-slide4 .fruit-name h3 {
        font-size: 56px;
        line-height: 35px;
        margin-bottom: 55px;
    }

    .content-slide5 .fruit-name h3 {
        font-size: 56px;
        line-height: 10px;
        margin-bottom: 80px;
    }

    .content-slide6 .fruit-name h3 {
        font-size: 58px;
        line-height: 80px;
        margin-bottom: 35px;
    }

    .fruit-fact-item span:nth-child(2) {
        top: 24px;
        font-weight: 500;
        /* color: #fff; */
        font-size: 11px;
        left: 30px;
    }

    .fruit-fact-item span {
        font-size: 10px;
    }

    .fruit-fact-item span:nth-child(3) {
        bottom: 11px;
        font-size: 13px;
        line-height: 32px;
        left: 30px;
    }

    .right-top-fruit .fruit-image>img.image_five {
        top: -25px;
        width: 65px;
    }
.fruit-image {
    display: none
}
    .fruit-image img.fruit_image {
        max-width: 51px;
        margin-bottom: 0;
    }

    .fruit-facts-items {
        margin-top: 0;
        gap: 0;
    }
.right-top-fruit img.image_five{
    width: 54px;
    bottom: 94px;
    display: none;
}
    .fruit-fact-item img {
        width: 59px;
    }

    .right-top-fruit .fruit-name img.image_one {
        right: 0;
        top: 5px;
        width: 55px;
    }

    .right-top-fruit .fruit-name img.image_six {
        right: 120px;
        top: 15px;
        width: 35px;
    }

    .section-friut-6 svg {
        width: 400px;
        left: -40px;
    }

    .left-40 img.image_one {
        width: 70px;
        left: -10%;
        top: -10%;
    }

    .left-40 img.image_two {
        width: 60px;
        left: 46%;
        top: 18%;
    }

    .left-40 img.image_three {
        width: 51px;
        left: 6%;
        bottom: -7%;
    }

    .left-40 img.image_four {
        width: 55px;
        right: 55px;
        top: 20px;
    }

    /* End Section 2 */

    /* Section 3 */
    
    .brand-carousel-container {
        justify-content: flex-start;
    }

    .brand-grid-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        justify-items: center;
        align-content: center;
        gap: 30px 20px;
    }
    
    .brand-carousel-container h2 {
         margin-top: 41px;
         margin-bottom: 25px;
    }

    .brand-carousel-container svg {
        left: -10px;
        right: -10px;
        bottom: -285px;
        max-width: 900px;
    }
    .canada, .cloud{display:none}
.airplan {
    animation: moveAirplane 20s linear infinite;
}
    .baloon {
    animation: floatBalloon 20s ease-in-out infinite;
    }
    @keyframes moveAirplane {
    0% {
        transform: translate(0, 200px);
        /* Start off-screen to the left */
    }

    100% {
        transform: translate(100%, 200px);
        /* Stay at left to loop */
    }
}

    @keyframes floatBalloon {

    0%,
    100% {
        transform: translate(-50%, 300px);
    }

    50% {
        transform: translate(-50%, 550px);
    }
}
    .brand-grid-item {
        max-width: 160px;
    }

    /* End Section 3 */

    /* Section 4 */

    .about-slide-content {
        gap: 20px;
    }

    .about-slide {
        padding: 0 25px 0 25px !important;
    }

    .about-text-content .about-title {
        font-size: 25px;
    }
    
    .swiper-wrapper .about-slide:first-child .about-text-content .about-title {
        font-size: 20px !important;
        margin-bottom: 5px;
    }
    
    .swiper-slide.about-slide:first-child .about-description {
        font-size: 16px;
    }

    .about-description {
        font-size: 15px;
    }

    .about-description p {
        text-align-last: center;
        font-size: 16px;
    }

    .feature-list {
        font-size: 12px;
        max-width: 500px;
        display: none;
    }
    
    .feature-list li {
        margin-bottom: 0px;
        word-spacing: 0 !important;
        white-space: unset !important;
        line-height: 15px;
        margin-bottom: 5px;
        text-align-last: center;
    }

    .feature-list .text {
        width: 100% !important;
    }

    .about-image-content {
        justify-content: flex-start;
    }

    .about-image {
        max-height: 240px;
    }

    .about-image.blur {
        right: -5px;
        bottom: 10px;
    }

    .image-bubble {
        width: 65%;
        padding-bottom: 65%;
        right: 50px;
        bottom: 15px;
    }

    /* End Section 4 */

    /* Section 5 */

    .products-title {
        font-size: 25px;
        margin: 0 0 0px;
    }

    .products-subtitle {
        font-size: 14px;
        max-width: 700px;
        text-align: justify;
        text-align-last: center;
    }

    .product-name {
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .product-description {
        font-size: 10px !important;
        margin-top: 5px;
    }

    .product-card img {
        width: 35% !important;
        object-fit: cover;
    }

    .third-colum {
        top: -157px !important;
    }

    .first-colum,
    .third-colum {
        gap: 10px 0 !important;
    }

    .product-card {
        width: 49% !important;

    }
    
    /* Post */
    .post-content {
        align-items: center;
    }
    
    .read-more-link {
        align-self: center;
    }

    /* Footer */

    .footer-section .fp-tableCell {
        gap: 30px 0;
        justify-content: space-between;
    }


    .footer-content-wrapper .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsletter {
        width: 90%;
    }

    .newsletter-content {
        padding: 30px 25px;
        border-radius: 10% 15% 10% 15% / 15% 10% 15% 10% !important;
        gap: 20px;
    }

    .newsletter-content h3 {
        font-size: 16px;
        text-align: center;
    }

    .tnp-subscription input[class="tnp-email"] {
        padding: 10px;
        font-size: 12px;
    }

    .tnp-field.tnp-field-button input {
        padding: 4px;
        font-size: 14px;
    }

    .tnp-field.tnp-privacy-field label {
        font-size: 12px;
    }

    .newsletter-img {
        margin-right: -26px;
    }

    .footer-bg {
        background-repeat: no-repeat;
        background-position: 25% bottom;
        background-size: 1200px;
        height: 100%;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
    }

    .footer-content {
        margin-top: -70px !important;
    }

    .company-info .footer-title {
        font-size: 18px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-column a {
        font-size: 14px;
    }

    .windmill {
        width: 13% !important;
        left: 34% !important;
        top: 27% !important;
    }

    .sun {
        right: 2%;
        width: 90px;
        top: 36%;
    }

    .cloud {
        width: 150px !important;
    }

}

/* end 576 */
