.himalayan-silhouette {
  background: linear-gradient(transparent, rgba(146, 126, 103, 0.08));
  clip-path: polygon(
    0% 100%,
    0% 70%,
    15% 40%,
    30% 60%,
    45% 20%,
    60% 50%,
    75% 30%,
    85% 60%,
    100% 40%,
    100% 100%
  );
}
.swiper-slide {
  z-index: 1;
}
.swiper-slide-active {
  z-index: 10 !important;
}