/* section.main-categories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg/bg-category-v1.webp');
    opacity: 0.1;
} */
.header-bg::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .3) 50%, transparent);
    pointer-events: none;
}
.nav-link {
  position: relative;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 400;
  color: rgba(255,255,255,.9);
  transition: all .3s ease;
}

.nav-link:hover {
  color: #C9A24A;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: #C9A24A;
  transition: width .3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.section-head::before {
    content: "";
    background: url('../images/arrow-left.svg') no-repeat center left / contain;
    width: 70px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    display: block;
}
.section-head::after {
    content: "";
    background: url('../images/arrow-right.svg') no-repeat center right / contain;
    width: 70px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: -90px;
    left: auto;
    transform: translateY(-50%);
    display: block;
}
.section-head2::after {
    content: "";
    background: url('../images/arrow-right.svg') no-repeat center right / contain;
    width: 70px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: -90px;
    left: auto;
    transform: translateY(-50%);
    display: block;
}
/* section.feature-product-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/bg-category-v1.webp');
    opacity: 0.3;

}
section.premimum-product-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/bg-category-v1.webp');
    opacity: 0.3;

}
section.collectionss::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/bg/bg-category-v1.webp');
    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;
}
