.card-slider {
  margin-bottom: 50px;
  --deck-runway: 28px;
}
@media (max-width: 992px) {
  .card-slider {
    --deck-runway: 0px;
  }
}
.card-slider__inner {
  overflow: hidden;
  position: relative;
  padding-left: var(--deck-runway);
}
@media (max-width: 992px) {
  .card-slider__inner {
    padding-bottom: 153px;
  }
}
.card-slider__layout {
  display: flex;
  align-items: center;
  gap: 115px;
  width: 100%;
}
@media (max-width: 992px) {
  .card-slider__layout {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .card-slider__layout {
    width: 91.66667%;
  }
}
.card-slider__media-swiper {
  flex: 0 0 450px;
  width: 450px;
  max-width: 450px;
  height: 560px;
  overflow: visible;
  transform: none !important;
}
@media (max-width: 767px) {
  .card-slider__media-swiper {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    max-height: 316px;
  }
}
.card-slider__media-swiper .swiper-wrapper {
  transform: none !important;
}
.card-slider__media-swiper .swiper-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease, z-index 0s;
  transform: translateX(-18%) scale(0.82);
  z-index: 0;
}
.card-slider__media-swiper .swiper-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  z-index: 4;
}
.card-slider__media-swiper .swiper-slide.is-next-1 {
  opacity: 1;
  transform: translateX(-6%) scale(0.94);
  z-index: 3;
}
.card-slider__media-swiper .swiper-slide.is-next-2 {
  opacity: 1;
  transform: translateX(-12%) scale(0.88);
  z-index: 2;
}
.card-slider__media-swiper .swiper-slide.is-prev-1 {
  opacity: 1;
  transform: translateX(-12%) scale(0.88);
  z-index: 1;
}
.card-slider__media-swiper .swiper-slide.is-prev-2 {
  opacity: 1;
  transform: translateX(-12%) scale(0.88);
  z-index: 0;
}
.card-slider__media-slide {
  border-radius: 10px;
  overflow: hidden;
  background: #ccc;
  width: 450px;
  height: 560px;
}
@media (max-width: 767px) {
  .card-slider__media-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.card-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-slider__content {
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .card-slider__content {
    padding-right: 42px;
    padding-bottom: 56px;
  }
}
.card-slider__content-swiper {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .card-slider__content-swiper {
    overflow: visible;
  }
}
.card-slider__content-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 35px;
  padding-bottom: 1px;
  padding-right: 35px;
}
.card-slider__heading {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--black);
}
@media (min-width: 992px) {
  .card-slider__heading {
    font-size: 35px;
    line-height: 40px;
  }
}
.card-slider__text {
  margin-bottom: 30px;
  color: #474747;
}
.card-slider__category {
  padding: 11px 20px;
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 18px;
  margin-bottom: 16px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4cce5;
  width: fit-content;
  color: #000;
}
.card-slider__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}
.card-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px 34px 16px;
  text-align: center;
  border-radius: 10px;
  border: transparent;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .card-slider__btn {
    font-size: 18px;
    line-height: 23px;
    padding: 19px 38px 20px 43px;
  }
}
.card-slider__btn--one {
  background: var(--primary-1, #c7017f);
  color: #fff;
  border: 1px solid transparent;
}
.card-slider__btn--two {
  background: transparent;
  color: var(--black);
  border: 1px solid var(--black);
}
@media screen and (max-width: 991px) {
  .card-slider__btn--two {
    position: absolute;
    bottom: -410px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 166px;
  }
}
.card-slider__arrows {
  display: flex;
  gap: 28px;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .card-slider__arrows {
    left: calc(var(--deck-runway) + 450px + 115px);
    transform: none;
    bottom: 5px;
  }
}
.card-slider__arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.card-slider__arrow--next {
  transform: rotate(180deg);
}
.card-slider__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.card-slider__arrow svg {
  background: white;
  width: 30px;
  height: 30px;
}
.card-slider__pbar-wrapper {
  background-color: #ccc;
  width: 100%;
  max-width: 100%;
  height: 3px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .card-slider__pbar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    bottom: 126px;
  }
}
@media screen and (min-width: 992px) {
  .card-slider__pbar-wrapper {
    max-width: calc(100% - 35px);
  }
}
.card-slider__pbar {
  display: flex;
  position: absolute;
  top: 0;
  transform: translateX(0%);
  width: 0;
  height: 3px;
  max-height: 3px;
  background-color: var(--primary-1);
  transition: 300ms transform ease-in-out, 300ms width ease-in-out;
}
