
.hbRow.hbMainSlider.loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hbRow.hbMainSlider {
    opacity: 1;
}

.new3slider-container {
    position: relative;
    overflow: hidden;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

    .new3slider-container.loading {
        opacity: 0;
    }

.new3slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.new3slide {
    position: relative;
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
}

    .new3slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 735/490;
    }

    .reklam {
        min-width: 100%;
    }

        .reklam img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 735/490;
        }

.reklam .bx-reklam {
    position: absolute;
    top: 0;
    /*right: 10px;*/
    height: 18px;
    width: 48px;
    background-color: #fff;
    opacity: .6;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
}

.new3container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 130px;
    margin-top: -130px;
}

.new3caption {
    position: relative;
    width: 100%;
    color: white;
    z-index: 1;
}

.new3blur-background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -50%, rgb(0 0 0 / 0%) 7%, #000 84%);
    z-index: 0;
    clip-path: inset(0 0 0 0);
}


.new3caption h2 {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    position: relative;
    font-size: 30px;
    line-height: 125% !important;
    color: #FFF;
    margin: 0 !important;
    padding: 70px 20px 20px;
    z-index: 2;
    min-height: 60px;
    height: auto;
    display: flex;
    font-weight:600;
}

.new3red-news-badge {
    display: flex;
    align-self: start;
    background: linear-gradient(180deg, #9C0101 0%, #560101 100%);
    color: #FFF;
    padding: 8px 24px;
    font-family:  -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 26px;
    line-height: 110%;
    z-index: 10;
    font-weight: 600;
    border-bottom: 3px solid #FB0D1B;
}

new3btn-container {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.new3btn-container button {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
}

    .new3btn-container button.prev {
        left: 10px;
        background-image: url(/static/css/min/images/next.svg);
    }

    .new3btn-container button.next {
        right: 10px;
        background-image: url(/static/css/min/images/prev.svg);
    }

    .new3btn-container button:focus {
        outline: none;
    }

.new3bullets {
    font-family: sans-serif;
    width: 100%;
    max-width: 800px;
    height: 32px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #F9F9F9;
}

.new3bullet {
    flex: 1 1 auto;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

    .new3bullet:first-child {
        margin-left: 0;
    }

    .new3bullet:last-child {
        margin-right: 0;
    }

    .new3bullet.active {
        font-weight: bold;
        color: #ff671c;
    }

        .new3bullet.active::after {
            content: "";
            width: 100%;
            position: absolute;
            border-bottom: 3px solid #ff671c;
            left: 0;
            bottom: -8px;
        }

    .new3bullet::before {
        content: "";
        width: 100%;
        position: absolute;
        border-bottom: 3px solid #d1d1d1;
        left: 0;
        bottom: -8px;
    }



@media (max-width: 767px) {
    .new3slider-container {
        max-width: 100%;
    }

    .new3caption {
        font-size: 14px;
        line-height: 135%;
    }

    .new3blur-background {
        background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,1));
        filter: none;
        top: 0;
    }

    .new3caption h2 {
        font-size: 20px;
        width: 100%;
        padding: 8px 16px 4px !important;
        margin: 0 !important;
        min-height: unset;
    }

    .new3bullets {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(4px, 1fr));
        justify-items:center;
        background-color: #000;
        gap: 5px;
        padding: 12px 5px;
        height:32px;
        min-height:32px;
    }

    .new3bullet{
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
    }

    .placeholder-bullets .new3bullet {
    visibility: hidden;
}

        .new3bullet::before {
            display: none;
        }

        .new3bullet span {
            display: none;
        }

        .new3bullet.active {
            background-color: #ff671c;
        }

            .new3bullet.active::after {
                display: none;
            }

    .new3red-news-badge {
        width: auto;
        font-size: 20px;
        letter-spacing: 0.500px;
        bottom: 3.7vh;
        left: 16px;
        padding: 6px 10px;
    }
}

@media (max-width: 360px) {
    .new3red-news-badge {
        font-size: 14px !important;
    }

    .new3caption h2 {
        font-size: 16px !important;
    }
}

@media (max-width: 512px) {
    .new3red-news-badge {
        bottom: calc(100% + 10px);
        left: 16px;
        width: auto;
        padding: 6px 16px;
    }
}

@media (max-width: 768px) {
    .new3slider-container {
        height: auto;
        overflow: hidden;
    }

    .slider-skeleton {
        display: block;
        width: 100%;
        aspect-ratio: 735 / 490;
        background: linear-gradient(90deg, #eee, #ddd, #eee);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite linear;
    }

    @keyframes shimmer {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }

    .hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .new3red-news-badge {
        font-size: 20px;
    }

    .new3bullet {
        width:auto;
    }
}

/*@media (min-width: 810px) and (max-width: 1050px) {
    .new3bullet::before {
        width: 33px;
    }
}*/

@media (min-width: 830px) and (max-width: 990px) {

    .hbMainSlider {
        max-width: 1200px !important;
    }


    .new3bullets {
        max-width: 1200px;
    }

    /*.new3bullet::before {
        width: 37px;
    }*/

    .new3bullet.active::after {
        left: 5px;
    }
}

.new3slide .r2.sag_ust {
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
    width: 48px;
    background-color: #FFF;
    opacity: 0.6;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
}

/* Kaynak Dosya: home-slider.css */
