.swiper-pagination {
  margin-top: -60px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(var(--bs-body-color-rgb), 0.6)
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--bs-body-color-rgb), 0.8)
}

.latest-releases-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--bs-body-color-rgb), 0.6)
}

.latest-releases-swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--bs-body-color-rgb), 0.8)
}

.upcoming-releases-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--bs-body-color-rgb), 0.6)
}

.upcoming-releases-swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--bs-body-color-rgb), 0.8)
}

/* .swiper-button-next::after, .swiper-button-prev::after {
  content: "";
} */

.swiper-button-prev {
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; */
}

.swiper-button-next {
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; */
}

.swiper-button-next {
  color:  var(--bs-body-color-rgb) !important;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -50px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  opacity: .7;
}

.swiper-button-prev {
  color:  var(--bs-body-color-rgb) !important;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
  opacity: .7;
}


.slide-content-wrapper {
  height: inherit !important;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;

}

@media (max-width: 767.98px) {
  .slide-content-wrapper {
    position: absolute;
    padding: 0;
    bottom: 0px;
    text-align: center;
    width: 100%;
    max-width: none;
  }

}

.slide-content-wrapper .text-bg {
  display: inline-block;
  padding: 0.25rem;
  max-width: 20rem;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
  font-size: 1.5rem;
}

.slide-content-wrapper .slide-content-inner {
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 0 40px 40px;
  /* border-top-left-radius: .5em;
  border-top-right-radius: .5em; */
}

@media (max-width: 991.98px) {
  .slide-content-wrapper .slide-content-inner {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 0 40px 40px;
    border-radius: 0;

  }
}

.bg-slide-content-inner-type {
  background-color: #c90119 !important;
}

.bg-slide-content-inner {
  background-color: #343434d6 !important;
}



@media (min-width: 768px) {
  .slider-img {
    max-height: 480px;
  }
}

.slider-img img.slider-img--desktop {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-height: 440px;
  display: none;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .slider-img img.slider-img--desktop {
    display: block;
  }
}

.slider-img img.slider-img--mobile {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .slider-img img.slider-img--mobile {
    display: none;
  }
}
