

/*flying bee*/


#plane {
    position: absolute;
    left: -100px;
    z-index: 3;
    transform: rotate(90deg);
}

#trigger + .scrollmagic-pin-spacer{
    position: absolute !important;
    z-index: 3;
    left: 0 !important;
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
}


/*flying bee*/


.extra-mobile1{
    display: none;
}

.extra-mobile2{
    display: none;
}


.all-sections{
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    background-position: center;
    height: 100%;
    align-items: flex-start;
    margin-top: 76px;
    background-position: top;

}


/*banner*/

.banner{
    position: relative;
}

.each-banner-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.whole-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.each-banner-slide h2{
    position: absolute;
    top: -34px;
    z-index: 0;
    font-size: 47px;
    font-weight: 600;
    transform: translateX(260px);
    transition: .8s;
    display: none;
}

.each-banner-slide h2.show{
    display: block;
}


.swiper-slide-active .each-banner-slide h2{
    transform: translateX(0px);
    transition: .8s;
}


.banner-image {
    width: 394px;
    height: 418px;
}

.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_swiper{
    padding-block: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.swiper-banner-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -6px;
    height: 47px;
    width: 100px;
}

.swiper-banner-next:after, .swiper-rtl .swiper-banner-prev:after {
    content: '';
    background-image: url("../images/prev-swiper.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.swiper-banner-prev:after, .swiper-rtl .swiper-banner-next:after {
    content: '';
    background-image: url("../images/next-swiper.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}


/*banner*/





/*best-sellers*/

.best-sellers {
    padding-block: 65px 148px;
}

.best-sellers .container-fluid{
    position: relative;
}


.swiper-product-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 98px;
    height: 47px;
    width: 122px;
}

.swiper-product-next:after, .swiper-rtl .swiper-product-prev:after {
    content: '';
    background-image: url("../images/prev-pro.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 23px;

}

.swiper-product-prev:after, .swiper-rtl .swiper-product-next:after {
    content: '';
    background-image: url("../images/next-pro.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 23px;
}

.swiper_products{
    padding-block: 374px 207px;
    min-height: 527px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*right: -103px;*/
    right: -69px;
}

.col-swiper-pro{
    position: relative;
}

.col-swiper-pro::before{
    position: absolute;
    content: '';
    /*background-image: url(../images/best-sell-back.png);*/
    /*background-image: url(../images/Frame-min.png);*/
    background-image: url(../images/Frame-min_.png);
    background-repeat: no-repeat;
    right: -5%;
    width: 100%;
    height: 1145px;
    background-size: cover;
    z-index: 1;
    /*filter: drop-shadow(10px 10px 4px #999);*/
}

.swiper-pro-image{
    width: 255px;
    height: 255px;
    transition: .4s;
}

.swiper-pro-image img{
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: cover;
}

.each-swiper-pro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-pro-name{
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
    max-width: 236px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-product-next, .swiper-rtl .swiper-product-prev {
    right: 10px;
    left: auto;
    width: 45px;
    height: 39px;
}

.col-category-pro{
    display: flex;
    justify-content: center;
}

.category-pro{
    padding-block: 373px 239px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;

}

.cat-item-icon{
    width: 31px;
    height: 34px;
}

.cat-item-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.all-cat-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    width: fit-content;
    position: relative;
}

.each-cat-item{
    display: flex;
    align-items: center;
    gap: 13px;
    background: #ffff;
    width: 100%;
    padding: 7px 36px;
    border-radius: 27px;
    color: #585858;
    font-weight: 600;
    position: relative;
    height: 53px;
    font-size: 14px;

}

.each-cat-item::after{
    content: "";
    display: inline-block;
    border: 1px dashed #4b4b4b;
    position: absolute;
    border-radius: 4.1rem;
    top: 4px;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    right: -6px;
}

.each-cat-item.hovered::after{
    right: 0px;
    top: 0px;
}

/*best sellers*/



/*off products*/


.off-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 30px 58px;
}

.off_products {
    padding-block: 215px 83px;
}

.off_products .container{
    position: relative;
}

.all-animated-clouds{
    position: absolute;
    width: 700px;
    right: 0;
}

.animate-cloud{
    position: relative;
    opacity: 0;
}

.cloud-right {
    /* bottom: -647px; */
    right: 0;
    width: 30%;
    top: 855px;
}

.cloud-middle {
    /* bottom: -466px; */
    /* right: 276px; */
    bottom: -284px;
    right: 0px;
    transform: translateX(-50%);
    width: 45%;
    transition: .4s;
}

.cloud-left {
    /* bottom: -155px; */
    left: 252px;
    left: -250px;
    width: 29%;
    transition: .4s;
    bottom: 404px;
}


/*off products*/




/*about*/

.about-btn{
    position: absolute;
    bottom: -39px;
    right: 31%;
}

.about-box p {
    text-align: justify;
}

.about-col-right{
    background-image: url(../images/about-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 585px;
}

.about-col-left{
    background-image: url(../images/about-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 585px;
}

.about-box{
    position: absolute;
    width: 408px;
    right: calc(100% - 505px);
    top: 83px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-box2{
    position: absolute;
    width: 477px;
    left: calc(100% - 617px);
    top: 145px;
    font-size: 14px;
}

.about-sqr{
    width: 47%;
    z-index: 3;
    position: relative;
}

.flower-about{
    position: absolute;
    bottom: -38px;
    z-index: 3;
    left: calc(100% - 50%);
    animation: flower 7s ease-in-out;
    animation-iteration-count: infinite;
}

.leaf-about{
    position: absolute;
    bottom: -38px;
    left: calc(100% - 42%);
    animation: leaf 5s ease-in-out;
    animation-iteration-count: infinite;
}


.about-row{
    justify-content: space-between;
}

.about-ul li{
    padding-right: 10px;
}

.about-ul li::marker{
    color: #fff;
    font-size: 30px;
    content: url("../images/bullet-white.svg");
    position: absolute;
}


.about-sqr .vala-title span h3 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 12px;
}

.about-btn{
    background: #ffff;
    padding: 6px 17px;
    border-radius: 20px;
    color: var(--secondary-color);
    font-size: 16px;
}

.about-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

.about-items{
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.each-about-item{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.about-item-name{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.about-item-icon{
    width: 52px;
    height: 52px;
    position: relative;
    top: -14px;
}

.about-item-icon img{
    width: 100%;
    height: 100%;
}

.each-about-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.each-about-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddc3a6;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    box-shadow: 1px 3px 6px #8b8b8bc7;
}

.about-contact{
    display: flex;
    gap: 10px;
    align-items: center;
}

.each-about-contact svg path{
    fill: #ffffff;
    transition: .3s;
}

.each-about-contact svg {
    width: 24px;
    height: 24px;
    transition: .3s;
}

.about-item-span {
    font-weight: 600;
    display: flex;
    gap: 20px;
    font-size: 13px;
}

.about-index{
    padding-block: 0 170px;
}
.about-index .container{
    position: relative;
}



/*about*/



/*contact*/

.contact-index{
    padding-block: 30px 190px;
}

.contact-index-image {
    width: 643px;
    height: 398px;
}

.contact-index-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-row{
    margin-top: 70px;
}

.each-form-input{
    position: relative;
    z-index: 3;
}

.each-form-input input{
    width: 100%;
    border: 2px solid #dcc2a5;
    padding: 11px 19px;
    border-radius: 4px;
}

.each-form-input input:focus-visible{
    border: 2px solid var(--secondary-color);
}

.each-form-input textarea:focus-visible{
    border: 2px solid var(--secondary-color);
}

.each-form-input textarea{
    width: 100%;
    border: 2px solid #dcc2a5;
    padding: 16px 19px;
    border-radius: 4px;
}

.each-form-input label{
    position: absolute;
    top: -12px;
    padding: 0 13px;
    color: #dcc2a5;
    min-width: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    right: 0;
    left: 0;
    background: unset;
}

.each-form-input label span{
    background: #fff;
    padding-inline: 10px;
}

.contact-index form{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-index form button{
    border: unset;
    /*width: fit-content;*/
    align-self: flex-end;
}


/*contact*/




/*extra*/

.banner-extra1{
    position: absolute;
    right: 58px;
    top: 56px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
}

.banner-extra2{
    position: absolute;
    right: 35px;
    top: 25px;
    animation: flower 7s ease-in-out;

}

.banner-extra3{
    position: absolute;
    left: 77px;
    top: 169px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
}

.banner-extra4{
    position: absolute;
    left: 36px;
    top: 200px;
    animation: flower 7s ease-in-out;
    animation-iteration-count: infinite;

}

.banner-extra5{
    position: absolute;
    left: 87px;
    top: 214px;
    animation: leaf 4s ease-in-out;
    animation-iteration-count: infinite;
}

.banner-extra6{
    position: absolute;
    left: 85px;
    top: 234px;
    animation: leaf 4s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .4s;
}

.banner-extra7{
    position: absolute;
    left: 187px;
    bottom: 214px;
    animation: leaf 4s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .2s;
}

.banner-extra8{
    position: absolute;
    left: 151px;
    bottom: 185px;
    animation: leaf 4s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .6s;
}


.banner-extra9 {
    position: absolute;
    right: calc(100% - 78%);
    bottom: 116px;
}

.banner-extra10 {
    position: absolute;
    right: calc(100% - 80%);
    bottom: 34px;
    animation: bee 6s ease-in-out;
    animation-iteration-count: infinite;
}

.best-extra1{
    position: absolute;
    top: -28px;
    right: 88px;
    animation: flower 13s ease-in-out;
    animation-iteration-count: infinite;
}

.best-extra2{
    position: absolute;
    top: 46px;
    right: 49px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
}
.products-row{
    position: relative;
}

.best-extra3{
    position: absolute;
    z-index: 2;
    width: fit-content;
    left: calc(100% - 68%);
    top: 129px;
}

.best-extra4{
    position: absolute;
    top: -109px;
    right: 6px;
    animation: bee 6s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .6s;
}

.best-extra5{
    position: absolute;
    bottom: -127px;
    left: -12px;
}

.best-extra6{
    position: absolute;
    bottom: 56px;
    left: 25px;
    animation: flower 13s ease-in-out;
    animation-iteration-count: infinite;
}

.best-extra7{
    position: absolute;
    bottom: -3px;
    left: 88px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}

.best-extra8{
    position: absolute;
    bottom: 13px;
    left: 139px;
    animation: flower 13s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .8s;
}

.off-cloud1{
    position: absolute;
    right: -32%;
    top: 235px;
    animation: cloud2 10s ease-in-out infinite;
}

.off-cloud2{
    position: absolute;
    right: -23%;
    top: 465px;
    animation: cloud1 9s ease-in-out infinite;
    animation-delay: .9s;
}

.off-cloud3 {
    position: absolute;
    left: -31%;
    bottom: 335px;
    animation: cloud2 10s ease-in-out infinite;
    animation-delay: .4s;
}

.off-cloud4 {
    position: absolute;
    left: -13%;
    bottom: 236px;
    animation: cloud1 10s ease-in-out infinite;
}
.off-cloud5 {
    position: absolute;
    left: -26%;
    bottom: 107px;
    animation: cloud1 8s ease-in-out infinite;
    animation-delay: .9s;
}

.flowers-between{
    position: absolute;
    left: 45%;
    width: fit-content;
    top: 234px;
}

.flower1-between{
    position: inherit;
    left: 0%;
    width: fit-content;
    top: 43px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
}

.flower2-between{
    position: inherit;
    left: 31%;
    width: fit-content;
    top: -3px;
    animation: flower 10s ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: .4s;
}





/*extra*/





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

  .swiper-banner-prev:hover:after{
      background-image: url("../images/hover-prev.svg");
  }
    .swiper-banner-next:hover:after{
        background-image: url("../images/hover-next.svg");
    }

    .each-swiper-pro:hover .swiper-pro-image img{
        transform: scale(1.1);
        transition: .4s;
    }

    .each-swiper-pro:hover .swiper-pro-image {
        overflow: hidden;
    }

    .each-cat-item:hover{
        /*gap: 2px;*/
        background: #fbf8f4;
    }

    .each-about-contact:hover{
        background: #ffff;
    }

    .each-about-contact:hover svg path{
        fill:var(--secondary-color);
        transition: .3s;
    }
    .each-about-contact:hover svg {
        transform: scale(1.1);
        transition: .3s;
    }


}

/*hover*/









/*responsive*/
/*responsive*/
/*responsive*/

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


}

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

    .swiper-pro-image {
        width: 253px;
        height: 240px;
        transition: .4s;
    }

}

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

    .cloud-right {
        top: 748px;
    }

    .cloud-right img{
        transform: scale(0.9);
    }

    .cloud-middle {
        bottom: -163px;
        right: -27px;
    }

    .cloud-middle img{
        transform: scale(0.9);
    }

    .cloud-left {
        left: -204px;
        bottom: 522px;
    }

    .cloud-left img{
        transform: scale(0.9);
    }


    .swiper_products {
        right: -56px;
    }

    .swiper-pro-image {
        width: 234px;
        height: 220px;
        transition: .4s;
    }
    .col-swiper-pro::before {
        height: 999px;
    }

    .swiper_products {
        padding-block: 314px 207px;
    }

    .swiper-pro-name {
        font-size: 14px;
    }

    .swiper-product-buttons {
        top: 64px;
        right: -39px;
    }

    .best-extra3 {
        position: absolute;
        z-index: 2;
        left: calc(100% - 66%);
        top: 151px;
    }

    .best-extra3 img{
        width: 696px;
    }

    .best-extra4 {
        width: 73px;
        height: 73px;
    }

    .best-extra4 img{
        width: 100%;
        height: 100%;
    }

    .about-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 61px;
    }

    .flowers-between {
        position: relative;
        align-items: center;
        width: fit-content;
        top: unset;
        left: unset;
    }

    .about-sqr {
        width: 61%;
    }

    .about-col-right {
        height: 655px;
    }
    .about-col-left {
        height: 655px;
    }

    .about-box {
        position: absolute;
        width: 408px;
        right: calc(100% - 549px);
        top: 118px;
        font-size: 14px;
    }

    .about-box2 {
        position: absolute;
        width: 477px;
        left: calc(100% - 669px);
        top: 171px;
        font-size: 14px;
    }

    .off_products {
        padding-block: 134px 83px;
    }

    .contact-index-image {
        width: 602px;
        height: 364px;
    }

    .flower2-between{
        display: none;
    }
    .flower1-between {
        z-index: 4;
    }

    .flowers-between {
        display: none;
    }


}



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

    .off-cloud1, .off-cloud2, .off-cloud3, .off-cloud4, .off-cloud5{
        display: none;
    }

    .cloud-right img {
        transform: scale(0.8);
    }

    .cloud-middle img {
        transform: scale(0.8);
    }

    .cloud-left img {
        transform: scale(0.8);
    }

    .cloud-right {
        top: 748px;
        right: -40px;
    }

    .cloud-middle {
        bottom: -166px;
        right: -100px;
    }

    .cloud-left {
        left: -105px;
        bottom: 522px;
    }

    .contact-index-image {
        width: 525px;
        height: 324px;
    }

    .swiper-pro-image {
        width: 218px;
        height: 190px;
        transition: .4s;
    }



    .about-sqr {
        width: 72.5%;
    }

    .each-banner-slide h2 {
        transform: translateX(141px);
        top: -22px;
        font-size: 40px;
    }



}

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


}

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

    .off_products {
        padding-block: 213px 83px;
    }

    .cloud-right img {
        transform: scale(0.6);
    }

    .cloud-middle img {
        transform: scale(0.6);
    }
    .cloud-left img {
        transform: scale(0.6);
    }

    .cloud-right {
        top: 467px;
        right: -63px;
    }

    .cloud-middle {
        bottom: 55px;
        right: -212px;
    }

    .cloud-left {
        right: -3px;
        bottom: 684px;
        left: unset;
    }

    .all-animated-clouds {
        position: absolute;
        width: 400px;
        right: 27%;
    }



    .about-sqr {
        width: 96.5%;
    }

    /*.col-form-contact{*/
    /*    order: -1;*/
    /*}*/

    .col-image-contact{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 39px;
    }

    .about-index {
        padding-block: 0 88px;
    }

    .contact-index {
        padding-block: 30px 120px;
    }

    .col-category-pro{
        order: -1;
    }

    .all-cat-items {
        align-items: flex-start;
        overflow: auto;
        flex-direction: row;
    }

    .each-cat-item {
        height: 53px;
        font-size: 14px;
        min-width: max-content;
    }

    .each-cat-item {
        bottom: -13px;
        min-width: 185px;
        text-align: center;
        justify-content: center;
        padding: 7px 17px;
    }

    .all-cat-items {
        height: 88px;
        width: 100%;
    }

    .all-cat-items::-webkit-scrollbar{
        display: none;
    }
    .category-pro {
        width: 100%;
        padding-block: 37px 10px;
    }

    .col-category-pro {
         display: unset;
    }

    .best-extra3 {
        display: none;
    }

    .category-pro .vala-btn{
        order: -1;
    }

    .col-swiper-pro::before {
        /*width: 906px;*/
        /*height: 803px;*/
        background-size: contain;
        right: -37px;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .swiper_products {
        right: unset;
    }

    .swiper_products {
        padding-block: 202px 158px;
    }
    .swiper-product-buttons {
        top: 64px;
        right: 0;
    }

    .swiper-pro-image {
        width: 187px;
        height: 167px;
        transition: .4s;
    }

    /*.col-swiper-pro{*/
    /*    background-image: url(../images/best-sell-back.png);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: contain;*/
    /*    background-position: center;*/
    /*}*/

    .col-swiper-pro::before{
        /*display: none;*/
        background-image: url(../images/best-sell-back.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }



}

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

    .about-box .vala-btn{
        margin-top: 23px;
    }

    .all-sections {
        margin-top: 0px;
    }

    .off-cloud1, .off-cloud2, .off-cloud3, .off-cloud4, .off-cloud5{
        display: none;
    }

    #plane {
        display: none;
    }

    .all-animated-clouds {
        right: 25%;
    }

    .cloud-right {
        top: 338px;
        right: -63px;
    }
    .cloud-middle {
        bottom: 171px;
        right: -212px;
    }


    .cloud-left {
        right: -8px;
        bottom: 786px;
        left: unset;
    }

    .banner-extra2 {
        right: -50px;
    }

    .banner-extra1 {
        right: -30px;
    }

    .banner-extra3 {
        left: -27px;
    }


    .banner-extra4 {
        left: -68px;
    }

    .banner-extra5 {
        left: -9px;
    }

    .banner-extra6 {
        left: -9px;
    }

    .banner-extra7 {
        left: 12px;
        bottom: 110px;
    }

    .banner-extra8 {
        left: 1px;
        bottom: 64px;
    }

    .banner-extra9 {
        right: calc(100% - 100%);
        bottom: 59px;
    }

    .banner-extra10 {
        right: calc(100% - 101%);
        bottom: -9px;
    }

    .swiper-pro-image {
        width: 163px;
        height: 143px;
    }

    .swiper-pro-name {
        line-height: 30px;
        font-size: 13px;
        max-width: 200px;
    }

    .product-price {
        font-size: 14px;
        line-height: 29px;
    }

    .each-banner-slide h2 {
        transform: translateX(28px);
        top: -22px;
        font-size: 40px;
    }

    .banner-image {
        width: 314px;
        height: 339px;
    }

    .about-col-right {
        height: 510px;
    }
    .about-col-left {
        height: 510px;
    }

    .about-sqr {
        width: 100%;
    }

    .about-box {
        position: relative;
        width: 370px;
        right: calc(100% - 432px);
        top: 70px;
        font-size: 13px;
    }

    .about-box2 {
        position: absolute;
        width: 392px;
        left: calc(100% - 479px);
        top: 134px;
        font-size: 14px;
    }

    .about-index {
        padding-block: 0 85px;
    }

    .about-box p{
        margin-bottom: 0 !important;
    }

    .about-ul{
        margin-bottom: 0 !important;
    }

    .about-btn {
        padding: 4px 15px;
        font-size: 14px;
    }

    .contact-index-image {
        width: 419px;
        height: 257px;
    }

    .contact-index {
        padding-block: 30px 117px;
    }

    .banner-extra10 svg, .banner-extra9 svg,
    .banner-extra8 svg, .banner-extra7 svg,
    .banner-extra6 svg, .banner-extra5 svg,
    .banner-extra4 svg, .banner-extra3 svg,
    .banner-extra2 svg, .banner-extra1 svg{
        transform: scale(0.7);
    }

    .banner-extra10 {
        bottom: 11px;
    }

    .best-extra1 svg, .best-extra2 svg,
    .best-extra3 svg, .best-extra4 svg,
    .best-extra5 svg, .best-extra6 svg,
    .best-extra7 svg, .best-extra8 svg{
        transform: scale(.6);
    }



    .about-content{
        height: 267px;
        overflow: hidden;
        justify-content: flex-start;
    }

    .about-btn{
        position: absolute;
        bottom: -55px;
        right: 34%;
    }


}

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


    /*.all-sections{*/
    /*    position: relative;*/
    /*}*/

    /*.all-sections::before{*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    background: rgb(255,255,255);*/
    /*    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(250,232,213,1) 71%);*/
    /*    width: 100%;*/
    /*    height: 300px;*/
    /*    bottom: 0;*/
    /*    background-repeat: no-repeat;*/
    /*}*/

    .banner-extra7, .banner-extra8, .banner-extra5, .banner-extra3, .banner-extra1{
        display: none;
    }

    .contact-row {
        margin-top: 6px;
    }

    .best-extra1, .best-extra2{
        display: none;
    }

    .each-cat-item {
        height: 44px;
        font-size: 13px;
        padding: 5px 22px;
    }

    .cat-item-icon img{
        transform: scale(0.8);
    }

    .about-item-span {
        flex-direction: column;
        gap: 0;
    }

    .each-cat-item.hovered::after {
        right: 3px;
        background-size: contain;
        top: -9px;
        height: 65px;
    }

    .banner_swiper {
        padding-bottom: 2px;
    }

    .all-animated-clouds {
        position: absolute;
        width: 100%;
        right: unset;
    }

    .cloud-middle img {
        transform: scale(0.4);
    }

    .cloud-left img {
        transform: scale(0.4);
    }
    .cloud-right img {
        transform: scale(0.4);
    }

    .cloud-middle {
        bottom: 277px;
        right: -153px;
    }

    .cloud-right {
        top: 278px;
        right: 18px;
    }

    .off_products {
        padding-block: 14px 83px;
    }

    .all-animated-clouds{
        display: none;
    }

    .cloud-left {
        right: -25px;
        bottom: 938px;
        left: unset;
    }


    .banner-extra1 {
        right: 55px;
        top: 144px;
    }

    .banner-extra2 {
        right: 42px;
        top: 119px;
    }

    .banner-extra3 {
        left: 89px;
        top: 212px;
    }

    .banner-extra4 {
        left: 52px;
        top: 181px;
    }

    .banner-extra5 {
        left: 60px;
    }

    .banner-extra6 {
        left: 55px;
        top: 220px;
    }
    .banner-extra7 {
        left: 97px;
        bottom: 110px;
    }
    .banner-extra8 {
        left: 82px;
        bottom: 83px;
    }

    .banner-extra9 {
        right: calc(100% - 103%);
        bottom: 99px;
    }

    .banner-extra10 {
        bottom: 80px;
        right: calc(100% - 99%);
    }

    .col-swiper-pro::before {
        background-size: cover;
    }

    .swiper_products {
        padding-block: 133px 130px;
    }

    .about-col-right {
        background-position: center;
    }

    .about-col-left {
        background-position: center;
    }

    .about-box {
        position: relative;
        width: 326px;
        right: calc(100% - 432px);
        top: -22px;
        right: unset;
    }

    .about-col-right, .about-col-left{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 98px;
    }

    .about-box2 {
        position: absolute;
        width: 339px;
        left: calc(100% - 479px);
        top: 116px;
        font-size: 14px;
        left: unset;
    }

    .flowers-between{
        display: none;
    }

    .extra-mobile1{
        position: absolute;
        top: -67px;
        right: 8px;
        display: block;
    }

    .extra-mobile1 img{
        transform: scale(0.7);
    }
    .extra-mobile2 img{
        transform: scale(0.7);
    }

    .extra-mobile2{
        position: absolute;
        top: -67px;
        left: 8px;
        display: block;
    }

    .best-extra5, .best-extra6, .best-extra7, .best-extra8{
        display: none;
    }

    .about-index {
        padding-block: 0 43px;
    }




}


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

    .cloud-middle {
        width: 23%;
        bottom: 277px;
        right: -265px;

    }
    .cloud-right {
        width: 22%;
        top: 293px;
        right: -75px;

    }

    .cloud-left {
        width: 20%;
        right: -152px;
        bottom: 938px;
    }


    .each-cat-item {
        font-size: 12px;
    }

    .all-sections {
        margin-top: 0px;
    }
    .each-banner-slide h2 {
        top: -10px;
        font-size: 28px;
    }

    .banner-image {
        width: 254px;
        height: 294px;
    }

    .banner-extra1 {
        right: -2px;
        top: 144px;
    }

    .banner-extra2 {
        right: 10px;
        top: 119px;
    }

    .banner-extra3 {
        left: -2px;
        top: 212px;
    }

    .banner-extra4 {
        left: 3px;
        top: 181px;
    }

    .banner-extra5 {
        left: 28px;
    }

    .banner-extra7, .banner-extra8{
        display: none;
    }

}

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

    .each-cat-item {
        min-width: 155px;
    }


    .each-banner-slide h2 {
        font-size: 22px;
    }

    .about-item-span {
        font-size: 12px;
        flex-direction: column;
        gap: 0;
    }

    .about-item-name {
        font-size: 14px;
    }

    .about-box2 {
        width: 259px;
        top: 100px;
    }

    .each-about-contact {
        width: 30px;
        height: 30px;
    }
    .each-about-contact svg {
        width: 19px;
        height: 18px;
    }

    .each-about-text {
        width: 76%;
    }
}

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

    .banner-image {
        width: 211px;
        height: 230px;
    }

    .each-banner-slide h2 {
        transform: translateX(4px);
    }

}





/*responsive*/
/*responsive*/
/*responsive*/
