.banner-section .slider-para,.about-us-section .about-text{
    font-family: "Mansalva", sans-serif;
}
.banner-section span:after{
    content: '';
    position: absolute;
    top: 0;
    right: 12%;
    background-color: #FFB936;
    height: 645px;
    aspect-ratio: 1 / 1;
    margin: auto;
    z-index: 0;
    -webkit-mask-image: url(../images/product-mask.png)!important;
    -webkit-mask-size: 90% 75% !important;   
    mask-position: top center !important;
    -webkit-mask-repeat: no-repeat !important;   
    object-fit: cover;
    mask-image: url(../images/product-mask.png)!important;
    -webkit-mask-position: top center !important;
    mask-repeat: no-repeat;
    mask-size: 100%;
}
.banner-section .product-gallary img{
    width: 100px !important;
    height: 100px !important;
}
.banner-section .banner-btn a{
    color: #222E39 !important;
    padding: 10px 20px;
    font-weight: 500;
}
.banner-section .banner-btn a:hover{
    color: #FFB936 !important;
    background-color: #222E39 !important;
}
.banner-section .banner-right{
    display: flex;
    flex-direction: column;
}
.banner-section .leaf-1{
    top: 0em;
    left: 0em;
    width: auto;
    animation: shake 14s linear infinite;
}
.banner-section .king{
    top: 0em;
    right: 18em;
    animation: shake 16s linear infinite;
}
.banner-section .leaf-2 img{
    width: auto !important;
}
.banner-section .leaf-2{
    top: 21em;
    left: 10em;
    animation: shake 16s linear infinite;
}
.banner-section .product-img{
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 350px;
    width: 350px;
    border-radius: 50%;
    position: relative;
    left: 8%;
    top: 0;
    animation: spin 15s linear infinite;
}
.about-us-section .about-cols{
    gap: 0 !important;
}
.about-us-section .about-cols img{
    width: 100% !important;
}
.about-us-section .about-cols .review-sec{
    border-radius: 3px;
}
.about-us-section .about-cols .count:after{
    content: "\2b";
    font-weight: 900;
    color: #FFB936;
    font-size: 10px;
    font-family: 'Font Awesome 6 Free';
}
.about-us-section .about-content{
    height: 450px;
}
.about-us-section .about-content .para-1,.about-us-section .about-content .para-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;   
}
.about-us-section .about-content .para-1{
    -webkit-line-clamp: 9;
}
@media screen and (max-width: 767px){
    .about-us-section .about-cols .review-sec,.banner-section .product-gallary  {
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }
    .about-us-section .about-cols .review-sec .count-text,.about-us-section .about-cols .review-sec .count,.about-us-section .about-content{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .about-us-section .about-cols img{
        height: 300px !important;
    }
    .banner-section span:after{
        display: none;
    }
    .banner-section{
        margin-bottom: 30px;
    }
    .banner-section .king{
        right: -2em !important;
    }
    .banner-section .product-img{
        top: 12% !important;
    }
    .banner-section .leaf-2{
        top: 16em !important;
        left: 2em !important;
    }
    .banner-section .slider-para, .banner-section h1,.banner-section .wp-block-buttons,.banner-section .product-gallary,.banner-section .product-gallary .wp-block-image{
        text-align: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        align-items: center !important;
    }
    .banner-section .product-gallary{
        max-width: 100% !important;
    }
    .banner-section h1{
        font-size: 30px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .about-us-section .about-cols,.about-us-section .about-cols .review-sec,.banner-section .banner-col,.banner-section .wp-block-columns{
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }
    .banner-section span:after{
        -webkit-mask-size: 70% 85% !important;
        right: -10% !important;
    }
    .banner-section .king{
        right: 0em !important;
    }
    .about-us-section .about-cols .review-sec .count{
        font-size: 16px !important;
    }
    .about-us-section .about-cols .review-sec .count-text {
        font-size: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .about-us-section .about-cols img,.about-us-section .about-content{
        height: 240px !important;
    }
    .about-us-section .about-cols:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: auto !important;
    }
    .about-us-section .about-content .para-1 {
        -webkit-line-clamp: 3;
    }
    .about-us-section .about-content .para-2{
        display: none;
    }   
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .banner-section .leaf-2{
        top: 14em;
        left: 3em;
    }
    .banner-section .leaf-1{
        left: -2em !important;
    }    
}
@media screen and (max-width: 1199px){
    .banner-section .product-img img,.banner-section .product-img{
        height: 250px !important;
        width: 250px !important;
    }
    .banner-section span:after{
        height: 550px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .banner-section .king{
        right: 4em !important;
    }
    .about-us-section .about-cols img,.about-us-section .about-content{
        height: 350px !important;
    }
    .about-us-section .about-cols .review-sec{
        gap: 1em;
    }
    .about-us-section .about-content .para-1{
        -webkit-line-clamp: 4;
    }
    .about-us-section .about-content .para-2{
        -webkit-line-clamp: 3;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .banner-section .product-img{
        left: 20% !important;
    }
    .banner-section .leaf-1{
        left: 6em !important;
    }
    .banner-section .king{
        right: 7em !important;
    }
    .banner-section .leaf-2{
        left: 10em !important;
    }
    .about-us-section .about-content .para-1{
        -webkit-line-clamp: 7;
    }
}
@media screen and (min-width: 992px) and (max-width: 1599px){
    .banner-section span:after{
        right: 0 !important;
    }
}