

.swiper-slider-main {
  position: relative;
  max-width: 1026px;
  width: 100%;
  margin-inline: auto;
}

.plyr__poster {
  background-size: cover !important;
}

.swiper-carousel {

  max-width: 80%;
  margin-inline: auto;
}
.swiper-carousel .swiper-slide {
  width: 270px;
  height: 540px;
  max-width: 100%;
}

.swiper-carousel .swiper-slide[aria-label="5/6"] {
  /* transform: translateX(-110%) scale(0.6); */
}
.swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
  position: relative;
  opacity: 1 !important;
}
/* .swiper-carousel .swiper-carousel-animate-opacity:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.6);
  border-radius: 15px;
} */
.swiper-carousel .swiper-slide-active .swiper-carousel-animate-opacity:before {
  opacity:0;
}
.swiper-carousel .swiper-carousel-animate-opacity:hover:before {
  opacity: 0;
} 
.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}


.swiper-slider-main .swiper-button {
  background: #2e43b7;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.video-fluid {
  border-radius: 15px;
  width: 100%;
  height: 100%;

  object-fit: cover;
}
@media (max-width: 640px) {
  .swiper-carousel .swiper-button-next,
.swiper-carousel .swiper-button-prev {
    display: none !important;
  }
}