.custom-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.custom-swiper-slide {
  position: absolute;
  background: #ffffff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease;
  cursor: pointer;
}
.active-first-slide {
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  width: 41.67%;
  height: 100%;
}