section.main-categories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg/5540822.jpg');
    opacity: 0.1;
}
section.feature-product-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/5540822.jpg');
    opacity: 0.10;

}
section.collectionss::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/5540822.jpg');
    opacity: 0.10;

}

section.testimonial-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/5540822.jpg');
    opacity: 0.10;

}

.img-box1 .img1 {
    position: relative;
    -webkit-mask-image: url('../images/shape-1.png');
    mask-image: url('../images/shape-1.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2;
}

.img-box1 .img1:before {
    content: "";
    position: absolute;
    inset: 0px;
    -webkit-mask-image: url('../images/shape-2.png');
    mask-image: url('../images/shape-2.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #c49337;
}
