.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;
}



.marquee {
  display: flex;
  width: max-content;
  animation: scrollLeft 9s linear infinite;
  gap: 400px; /* matches the `gap` from jQuery */
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.blog h4 {
    position: absolute;
    background-color: #c49337;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    z-index: 1;
    padding-top: 27px;
}
.blog h4 span {
    display: block;
    font-size: 26px;
    line-height: 32px;
}


.blog figure > img {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}


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;

}
.pillarsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/aboutpattern.png');
    opacity: 0.6;

}

.pillar-item::before,
.pillar-item::after {
    content: "";
    position: absolute;
    inset: 0;
    mask-image: url("../images/pillar-shape2.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    background-color: #2e6f67;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

