/* Slider Ana Konteyneri */
  .mySwiper121 {
    width: 100%;
    height: 550px;;
  }
  /* Her Slide'ın boyutları */
  .swiper-slide121 {
    width: 100%;
    height: 550px;;
    position: relative;
  }
  /* Resimleri cover olarak ayarla */
  .swiper-slide121 img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
  }
  
  .bg-box {
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
  position: relative;
}
.bg-box:hover {
  opacity: 0.9;
}
.bg-box h5 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 6px;
}
  
