.slide-container {
  max-width: 1120px;
  width: 100%;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 2rem;
}

.video-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.swiper-navBtn {
  color: var(--dark-blue);
  transition: transform 0.3s ease;
}

.swiper-navBtn:hover {
  transform: scale(1.1);
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 40px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination {
  left: 67.5% !important;
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background-color: var(--grey);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--dark-blue);
}

.swiper-3d {
  perspective: 900px;
}