h2 {
  margin-bottom: 18px;
}

.our-programs-slider-wrapper {
  padding: 0 16px !important;
}

.description p {
  font-size: 15px;
  color: #555555;
  font-weight: 400;
}
.swiper-button-prev,
.swiper-button-next {
  background: #054478;
  height: 40px;
  width: 40px;
  padding: 12px;
  border-radius: 2px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-carousel {
  padding-bottom: 32px;
  max-width: 1200px;
}

.swiper-carousel .swiper-slide {
  max-width: 554px !important;
  height: 100%;
  border-radius: 8px;
  max-width: calc(100% - 48px);
}

.slide-img-wrapper {
  position: relative;
}

.slide-img-wrapper::after {
  content: '';

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  pointer-events: none;

  background: linear-gradient(180deg, rgba(5, 68, 120, 0) 50%, #054478 100%);
}

.slide-price {
  position: absolute;
  right: 24px;
  bottom: 24px;

  z-index: 5;
  color: white;
}

.slide-release-number {
  position: absolute;
  left: 24px;
  bottom: 24px;

  z-index: 5;
  color: white;

  display: flex;
  align-items: center;
  gap: 4px;
}

.slide-play-button {
  position: absolute;
  right: 18px;
  bottom: 0;
  transform: translateY(50%);

  cursor: pointer;
  z-index: 5;
}

.swiper-carousel img {
  width: 100%;
  height: 100%;
  height: 336px;
  display: block;
  object-fit: cover;
  border-radius: 0;

  position: relative;
}

.swiper-carousel img::after {
  content: '';

  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;

  background: linear-gradient(180deg, rgba(5, 68, 120, 0) 50%, #054478 100%);
}

.swiper-carousel .slide-content {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background: white;
  border-radius: 0;
}

.swiper-slide.swiper-slide-active .slide-content {
  border: 1px solid #ebebef;
  border-top: 0;
}

.swiper-carousel .slide-content h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px !important;

  color: #054478;
}

.swiper-carousel .slide-content p {
  margin: 8px 0 0;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.swiper-slide:not(.swiper-slide-active) h3 {
  margin-bottom: 10px;
}

.swiper-slide.swiper-slide-active .slide-content p {
  display: block;
}

/* .swiper-slide-prev::after,
.swiper-slide-next::after {
  content: '';

  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;

  background: #05447880;
  z-index: 6;
} */

/* .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev)::after {
  content: '';

  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;

  background: #054478bf;
  z-index: 6;
} */

.swiper-pagination-bullet {
  background-color: white;
  border: 1px solid #054478;

  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #054478;
}

@media (max-width: 640px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-carousel .swiper-slide {
    /* max-width: 380px !important; */
  }
}

.our-programs-slider-wrapper .swiper-pagination {
  bottom: 90px;
}

.all-courses {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: fit-content;
  background: #054478;
  color: white !important;
  padding: 12px 24px;
}

.all-courses:hover {
  opacity: 0.7;
}
