@font-face {
    font-family: 'Barlow Condensed';
    src: url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/mstatic/assets/fonts/BarlowCondensed-Bold.woff2') format('woff2'), url('/mstatic/assets/fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.hbRow.hbMainSlider.loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hbRow.hbMainSlider {
    opacity: 1;
}

.new3slider-container {
    position: relative;
    max-width: 735px;
    overflow: hidden;
    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;
    }

.rekkklam img {
    aspect-ratio: 735/490;
    margin-top: 30px;
}

.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(#00000080, rgba(0, 0, 0, 1));
    filter: blur(5px);
    z-index: 0;
    clip-path: inset(0 0 0 0);
}


.new3caption h2 {
    position: relative;
    font-size: 42px;
    line-height: 120% !important;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 10px 24px;
    z-index: 2;
    min-height: 60px;
    height: auto;
    color:#FFFFFF;
    display: flex;
    font-family: "Barlow Condensed", serif;
}

.new3red-news-badge {
    display: flex;
    align-self: start;
    background: linear-gradient(180deg, #9C0101 0%, #560101 100%);
    color: #FFF;
    padding: 8px 24px;
    font-family: "Barlow Condensed", serif;
    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: 40px;
    height: 40px;
    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(/mstatic/assets/img/prev.svg);
    }

    .new3btn-container button.next {
        right: 10px;
        background-image: url(/mstatic/assets/img/next.svg);
    }

    .new3btn-container button:focus {
        outline: none;
    }

.new3bullets {
    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: #ffffff;
}

.new3bullet {
    flex: 1 1 auto;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 16px;
    line-height:100%;
    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: #B30000;
    }

        .new3bullet.active::after {
            content: "";
            width: 100%;
            position: absolute;
            border-bottom: 3px solid #B30000;
            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%;
    }

    .new3btn-container button {
        width: 32px;
        height: 32px;
    }

        .new3btn-container button.next {
            background-image: url(/mstatic/assets/img/prev-mobile.svg);
        }

        .new3btn-container button.prev {
            background-image: url(/mstatic/assets/img/next-mobile.svg);
        }

    .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: 24px;
        color:#FFFFFF;
        width: 100%;
        padding: 8px 16px 4px !important;
        margin: 0 !important;
        min-height: unset;
    }

    .new3bullets {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(6px, 1fr));
        justify-items:center;
        background-color: #000;
        gap: 5px;
        padding: 12px 5px;
    }

    .new3bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
    }

        .new3bullet::before {
            display: none;
        }

        .new3bullet span {
            display: none;
        }

        .new3bullet.active {
            background-color: red;
        }

            .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 (min-width: 768px) and (max-width: 990px) {
    .new3red-news-badge {
        font-size: 20px;
    }

    .new3caption h2 {
        font-size: 32px;
    }

    .new3bullet {
        width:auto;
        font-size:14px;
    }
}

/*@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;
    padding: 2px;
}

/* Kaynak Dosya: home-slider.css */
