body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.bannerslider {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.bannerslides {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.bannerslide {
    min-width: 100%;
    height: 350px;
    /*flex-shrink: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerslide a {
    display: block;
    width: 100%;
    height: auto;
    /*min-height: 250px;*/
}

.bannerslide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(0,0,0,0.5);*/
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

button.prev { left: 10px; }
button.next { right: 10px; }


/*Slider*/
.custom-slider-container {
    max-width: 1200px;
    margin: auto;
}

.custom-slide-card {
    display: flex;
    background-color: #2d1671;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    position: relative;
    
}

.custom-slide-left {
    flex: 1;
    overflow: hidden;
    justify-content: center;
}

.custom-slide-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-slide-right {
    flex: 1;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-color: #2d1671;
    
}

.custom-date {
    font-size: 14px;
    opacity: 1;
    color: white;
    text-align: left;
}

.custom-title {
    font-size: 23px;
    font-weight: bold;
    margin: 5px 0;
    text-align: left;
    color: white;
}

.custom-button {
    background-color: #f57c00;
    color: white;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
}

/* Oklar */
.custom-prev,
.custom-next {
    color: white;
   /* background-color: rgba(0, 0, 0, 0.2);*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 15px;
    top: auto;
    z-index: 10;
}

.custom-prev {
    left: 30px;
}

.custom-next {
    right: 30px;
}

/* Pagination (dikey) */
.custom-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 0.6;
    transition: all 0.3s ease;
}*/

/*.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: #f57c00;
}*/

/* Sağ taraf: Tanıtım görselleri ve sosyal medya */
/*.custom-right-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

!*.custom-banner-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}*!

!*.custom-banner-img:hover {
    transform: scale(1.02);
}

.custom-social-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}*!

.custom-social-links {
    display: flex;
    gap: 10px;
    font-size: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-social-links a {
    color: #0a3d62;
    transition: color 0.3s ease;
}

.custom-social-links a:hover {
    color: #f57c00;
}*/

.manset img {
    object-fit: cover;
}

@media only screen and (max-width: 900px)  {
    .custom-title{
        font-size: 16px;
    }
    
    .swiper-slide img{
        object-fit: contain !important;
    }
    
    .custom-button {
        padding: 5px 12px;
    }
    
}