.swiper {
    width: 100%;
    height: 600px;
    margin: auto;
}

.swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
    /*
		.swiper-slide {
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.swiper-slide img {
			width: 100%;
			height: 100%;

			
		}
*/
    .swiper-button-next,
    .swiper-button-prev {

      color: rgb(254, 254, 255);
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-family: swiper-icons !important;
        font-size: 25px !important;
        font-weight: bold;
         color: #000 !important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff;
    }

    @media (max-width: 768px) {
      .swiper {
        height: 240px;
        /* ekranın %60 yüksekliği */
      }

      .swiper-slide img {
        height: 100%;
        object-fit: cover;
        /* Resmi kırpar, ekranı doldurur */
      }
    }

    .desktop-slider {
      display: block;
    }

    .mobile-slider {
      display: none;
    }