
.route-slide img {
  width: 100%;
  aspect-ratio: 9 / 16;   
  object-fit: cover;      
  display: block;
  border-radius: 12px;

}

.route-slide__caption {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 60px;
  font-weight: 400;
  margin-top: 10px;
  color: #555;
  text-align: center;
  margin-top: 20px;
}

.route-carousel .swiper-button-prev,
.route-carousel .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.route-carousel .swiper-button-prev::after,
.route-carousel .swiper-button-next::after {
  font-size: 28px;
  color: #fff;
}

.route-carousel .swiper-pagination-bullet {
  opacity: 0.5;
}

.route-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}

.carouserl-color{
  margin-bottom: 20px;
  color: #656973;
}


