/*
Theme Name: MOZWPNEWS
Theme URI: https://www.mozmedya.com
Author: MOZTHEME
Description: Wordpress için gelişmiş haber teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mozthm
Tags: news, magazine, responsive, modern
*/

/* Google Font (Roboto) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* =========================================
   1. GENEL AYARLAR VE DEĞİŞKENLER
   ========================================= */
:root {
    --primary-color: #e74c3c;
    --secondary-color: #2c3e50;
    --text-color: #333333;
    --bg-color: #f4f6f7;
    --border-color: #e1e1e1;
    --container-width: 1200px;
}


body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Linkler */
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

a:hover {
    color: var(--primary-color);
}

/* Resimler taşmasın */
img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   2. WORDPRESS CORE CLASSES
   ========================================= */

.entry-title {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    word-wrap: break-word;
    font-size: 32px;
    line-height: 1.3;
    color: #111;
    letter-spacing: -0.5px;
}

.entry-title a {
    color: var(--secondary-color);
    text-decoration: none;
}

.entry-title a:hover {
    color: var(--primary-color);
}

.hero-title {
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.pagination .nav-links .page-numbers {
    padding: 8px 15px;
    background: #fff;
    border: 1px solid var(--border-color);
    margin: 0 5px;
    border-radius: 4px;
}

.pagination .nav-links .current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* =========================================
   3. ENTRY CONTENT
   ========================================= */

.entry-content {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.entry-content p {
    margin-bottom: 26px;
}

.entry-content h2,
.entry-content h3 {
    margin-top: 30px;
    color: var(--secondary-color);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #111;
    margin-top: 45px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.entry-content blockquote {
    background: transparent;
    border-left: 4px solid #e74c3c;
    margin: 40px 0;
    padding: 10px 25px;
    font-style: italic;
    color: #444;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 26px;
    padding-left: 20px;
    margin-left: 10px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 12px;
    padding-left: 5px;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    color: #e74c3c;
    font-weight: 600;
}

.entry-content a:hover {
    border-bottom-color: #e74c3c;
    background: rgba(231, 76, 60, 0.05);
}

.entry-content img {
    border-radius: 6px;
    margin: 30px 0;
    height: auto;
    max-width: 100%;
}

.entry-content>p:first-child {
    margin-top: 0 !important;
}

.entry-content> :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================
   4. WORDPRESS WIDGETS (CORE)
   ========================================= */

.widget {
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.widget-title {
    font-size: 18px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    display: inline-block;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.widget ul li a {
    font-weight: 500;
    color: #555;
}

.widget ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* =========================================
   5. WORDPRESS COMMENTS (CORE)
   ========================================= */

#comments {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comments-title,
.comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.comments-title:before,
.comment-reply-title:before {
    content: '' !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e74c3c'%3E%3Cpath d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: inherit !important;
    font-weight: normal !important;
    vertical-align: middle;
}

#respond {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-sizing: border-box !important;
    width: 100%;
    overflow: hidden;
}

.comment-form label {
    display: none;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    background: #fff;
    border: 2px solid #eee;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: inherit;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#respond textarea:focus,
#respond input:focus {
    border-color: #e74c3c;
    outline: none;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.1);
}

.comment-form-author,
.comment-form-email {
    width: 48%;
    float: left;
}

.comment-form-email {
    float: right;
}

.comment-form-url {
    clear: both;
    width: 100%;
}

.comment-form:after {
    content: "";
    display: table;
    clear: both;
}

#respond .submit {
    background: #111;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

#respond .submit:hover {
    background: #e74c3c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-body {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}

.comment-body .avatar {
    position: absolute;
    left: 0;
    top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.comment-meta .fn {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    font-style: normal;
}

.comment-meta .fn a {
    color: #000;
    text-decoration: none;
}

.comment-metadata {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #999;
    text-decoration: none;
}

.comment-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.reply {
    margin-top: 15px;
}

.comment-reply-link {
    font-size: 12px;
    font-weight: 700;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.2s;
}

.comment-reply-link:hover {
    background: #e74c3c;
    color: #fff;
}

.comment-reply-link i {
    margin-right: 5px;
}

.children {
    list-style: none;
    padding-left: 40px;
    border-left: 2px solid #eee;
}

@media (max-width: 768px) {

    .comment-form-author,
    .comment-form-email {
        width: 100%;
        float: none;
    }

    .comment-body {
        padding-left: 0;
    }

    .comment-body .avatar {
        position: static;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .children {
        padding-left: 15px;
    }
}

/* =========================================
   6. CONTACT FORM 7 (PLUGIN)
   ========================================= */

.wpcf7 {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .wpcf7 {
        margin-right: 0;
    }
}

.wpcf7 label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    color: #555;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    background-color: #fff;
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.wpcf7 input[type="submit"] {
    background-color: #e74c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #2c3e50;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px !important;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #d4edda;
    color: #155724;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background-color: #f8d7da;
    color: #721c24;
}

span.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

/* =========================================
   7. IFRAME & VIDEO GÜVENL YERLEŞİM
   ========================================= */

iframe[src*="youtube.com"],
iframe[src*="youtu.be"],
iframe[src*="vimeo.com"],
iframe[src*="dailymotion.com"] {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
    margin-bottom: 20px;
}

.entry-content ins,
.entry-content .adsbygoogle,
.entry-content .google_ads_iframe_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.entry-content .google_ads_iframe_wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.entry-content .google_ads_iframe_wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
}

.adsbygoogle {
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
}


/* Eski mansetler.css icerigi style.css icine tasindi. */
@font-face {
    font-family: 'Inter';
    src: url(assets/fonts/Inter_28pt-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(assets/fonts/Inter_28pt-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Middle.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Middle Italic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url(assets/fonts/Bebas Neue Pro Bold Italic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Anton';
    src: url(assets/fonts/Anton-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.swiper {
    --bullet-primary-color: #ff0000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    --pagination-active-bg: rgb(var(--primary-rgb, 225, 29, 72));
    --pagination-active-color: inherit;
    --pagination-active-border: transparent;
}


.swiper .swiper-pagination,
.full-width-shell .swiper-pagination {
    position: relative;
    inset: 0;
    display: flex !important;
    gap: 0;
    justify-content: center;
    flex-shrink: 0;
}

.swiper .swiper-progress-timer {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.swiper .swiper-progress-timer-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: #ff0000;
    border-radius: 0 99px 99px 0;
}

.swiper.half-width.v1 .titleSubtitle,
.swiper.half-width.v2 .titleSubtitle {
    font-family: 'Bebas Neue Pro', sans-serif;
}

.swiper.half-width,
.swiper.half-width .swiper-slide {
    background-color: #000;
}

.swiper.half-width.v3 .titleSubtitle,
.swiper.half-width.v4 .titleSubtitle,
.swiper.half-width.v5 .titleSubtitle,
.swiper.half-width.v6 .titleSubtitle,
.swiper.half-width.v7 .titleSubtitle,
.swiper.half-width.v8 .titleSubtitle {
    font-family: 'Anton', sans-serif;
}


.swiper.half-width.v1 {
    --pagination-active-bg: #fff;
    --pagination-active-color: #ff0000;

    & .titleSubtitle {
        background: linear-gradient(180deg, #00000000 0%, #000 100%);
    }

    & .swiper-progress-timer {
        background: #ccc;
    }

    & .swiper-pagination {
        gap: 1px;
        height: 44px;
    }

    & .swiper-pagination-bullet {
        flex-grow: 1;
    }

    & .swiper-pagination::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #dddddd00, #ddd, #dddddd00);
    }
}

.swiper.half-width.v2 {

    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(0, 28, 54, 0) 0%, rgba(0, 28, 54, 0.5) 100%);
    }


    & .swiper-progress-timer {
        background: #1A334A;
        box-shadow: inset 0 0 1px 1px #ffffff20;
    }



    & .swiper-pagination {
        gap: 1px;
        height: 44px;
    }

    & .swiper-pagination-bullet {
        flex-grow: 1;
        background: #001C36;
        color: #fff;

        &.swiper-pagination-bullet-active {
            color: var(--bullet-primary-color);
        }
    }

    & .swiper-pagination::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #112B43, #374D62, #112B43);
    }


}

.swiper.half-width.v3 {
    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.39) 100%);
        isolation: isolate;
    }

    & .titleSubtitle::before {
        content: '';
        position: absolute;
        inset: -20px 0 0 0;
        background: rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        -webkit-mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        pointer-events: none;
        z-index: 0;
    }

    & .titleSubtitle>* {
        position: relative;
        z-index: 1;
    }

    & .swiper-pagination {
        height: 54px;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    & .swiper-pagination-bullet {
        width: 32px;
        height: 30px;
        background: #E6E6E6;
        font-weight: 500;
        border-radius: 99px;
        transition: width 150ms ease;

        &.swiper-pagination-bullet-active {
            width: 74px;
            color: var(--bullet-primary-color);
            padding-bottom: 1px;

            &::before {
                content: '';
                position: absolute;
                left: 19px;
                right: 19px;
                bottom: 4px;
                top: auto;
                height: 3px;
                border-radius: 99px;
                background: currentColor;
            }
        }
    }
}

.swiper.half-width.v4 {
    --pagination-active-bg: #2B2B2B;
    --pagination-active-color: #FF1717;
    --bullet-primary-color: #FF1717;

    & .titleSubtitle {
        background: linear-gradient(180deg, #14141400 0%, #141414 100%);
    }

    & .swiper-pagination {
        background: #000;
        height: 54px;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    & .swiper-pagination-bullet {
        width: 32px;
        height: 30px;
        background: #2B2B2B;
        color: #fff;
        font-weight: 500;
        border-radius: 99px;
        transition: width 150ms ease;

        &.swiper-pagination-bullet-active {
            width: 74px;
            color: var(--bullet-primary-color);
            padding-bottom: 1px;

            &::before {
                content: '';
                position: absolute;
                left: 19px;
                right: 19px;
                bottom: 4px;
                top: auto;
                height: 3px;
                border-radius: 99px;
                background: currentColor;
            }
        }
    }
}

.swiper.half-width.v5 {
    --pagination-active-color: #ff0000;
    --pagination-active-bg: color-mix(in srgb, var(--pagination-active-color) 6%, #fff 94%);

    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.39) 100%);
        isolation: isolate;
    }

    & .titleSubtitle::before {
        content: '';
        position: absolute;
        inset: -20px 0 0 0;
        background: rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        -webkit-mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        pointer-events: none;
        z-index: 0;
    }

    & .titleSubtitle>* {
        position: relative;
        z-index: 1;
    }

    & .swiper-pagination {
        height: 62px;
        background: #E5E5E5;
        gap: 1px;
    }

    & .swiper-pagination-bullet {
        flex-grow: 1;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 8px;
            width: 10px;
            height: 10px;
            border-radius: 99px;
            background: currentColor;
            transform: translateX(-50%);
            opacity: 0;
        }

        &.swiper-pagination-bullet-active::before {
            opacity: 1;
        }
    }
}

.swiper.half-width.v6 {
    --pagination-active-color: #FFF62C;

    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(6, 23, 49, 0) 0%, #061731 95%);
    }

    & .swiper-pagination {
        height: 62px;
        background: #102E4D !important;
        gap: 1px;
    }

    & .swiper-pagination-bullet {
        flex-grow: 1;
        position: relative;
        color: #fff;
        background: #061731;


        &.swiper-pagination-bullet-active {
            background: color-mix(in srgb, #ff0000 6%, #061731 94%);
        }

        &::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 8px;
            width: 10px;
            height: 10px;
            border-radius: 99px;
            background: currentColor;
            transform: translateX(-50%);
            opacity: 0;
        }

        &.swiper-pagination-bullet-active::before {
            opacity: 1;
        }

        &.swiper-pagination-bullet-active {
            color: var(--pagination-active-color);
        }
    }
}

.swiper.half-width.v7 {
    --pagination-active-bg: #fff;
    --pagination-active-color: #ff0000;

    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.39) 100%);
        isolation: isolate;
    }

    & .titleSubtitle::before {
        content: '';
        position: absolute;
        inset: -20px 0 0 0;
        background: #00000005;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        -webkit-mask-image: linear-gradient(180deg, #00000000 0%, #000 100%);
        pointer-events: none;
        z-index: 0;
    }

    & .titleSubtitle>* {
        position: relative;
        z-index: 1;
    }

    & .swiper-pagination {
        gap: 1px;
        height: 46px;
    }

    & .swiper-pagination-bullet {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        height: 100%;
        color: #474747;
        padding-top: 2px;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: -2px;
            height: 15px;
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 15' preserveAspectRatio='none'%3E%3Cpath fill='red' d='M37.03 2.2A18 18 0 0 0 24.8 8.95L20 15l-4.8-6.06A18 18 0 0 0 2.97 2.2L1 2H.24A.24.24 0 0 1 0 1.76C0 .8.79 0 1.76 0h35.48C38.2 0 39 .79 39 1.76c0 .13-.1.24-.24.24H39z'/%3E%3C/svg%3E");
        }

        &.swiper-pagination-bullet-active::before {
            opacity: 1;
        }

        &.swiper-pagination-bullet-active {
            color: var(--pagination-active-color);
        }
    }

    & .swiper-pagination::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #dddddd00, #ddd, #dddddd00);
    }
}

.swiper.half-width.v8 {
    --pagination-active-color: #FF0000;
    --pagination-active-bg: #061731;

    & .titleSubtitle {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #141414 100%);
    }

    & .swiper-pagination {
        height: 46px;
        background: #102E4D !important;
        gap: 1px;
    }

    & .swiper-pagination-bullet {
        flex-grow: 1;
        position: relative;
        height: 100%;
        color: #fff;
        background: #061731;
        padding-top: 2px;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: -2px;
            height: 15px;
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 15' preserveAspectRatio='none'%3E%3Cpath fill='red' d='M37.03 2.2A18 18 0 0 0 24.8 8.95L20 15l-4.8-6.06A18 18 0 0 0 2.97 2.2L1 2H.24A.24.24 0 0 1 0 1.76C0 .8.79 0 1.76 0h35.48C38.2 0 39 .79 39 1.76c0 .13-.1.24-.24.24H39z'/%3E%3C/svg%3E");
        }

        &.swiper-pagination-bullet-active::before {
            opacity: 1;
        }

        &.swiper-pagination-bullet-active {
            color: var(--pagination-active-color);
        }
    }
}

.swiper.half-width.v3 .titleSubtitle>*,
.swiper.half-width.v4 .titleSubtitle>*,
.swiper.half-width.v5 .titleSubtitle>*,
.swiper.half-width.v6 .titleSubtitle>*,
.swiper.half-width.v7 .titleSubtitle>*,
.swiper.half-width.v8 .titleSubtitle>* {
    font-style: italic;
}

.swiper.half-width.v7 .titleSubtitle {
    align-items: flex-end;
    text-align: right;
}

.swiper.full-width .full-headline-title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.swiper.full-width .full-headline-subtitle {
    font-family: 'Bebas Neue Pro', sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.swiper.full-width .titleSubtitle {
    min-height: 52%;
}

.swiper.full-width .full-headline-overlay {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper.full-width .swiper-wrapper {
    z-index: 1;
}

.swiper.mobile-manset .mobile-manset-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.swiper.mobile-manset .mobile-subtitle {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 6px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45), 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.swiper.mobile-manset .mobile-title {
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5), 3px 3px 0 rgba(0, 0, 0, 0.95);
}

.swiper.mobile-manset .swiper-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    inset: auto;
    flex-shrink: 0;
    padding: 10px 0;
    background: #fff;
}

.swiper.mobile-manset .swiper-wrapper {
    flex: 1 1 auto;
    min-height: 0;
}

.swiper.mobile-manset .swiper-pagination-bullet {
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #9f9f9f;
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
}

.swiper.mobile-manset .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff0000;
}

.swiper.half-width.v1 .swiper-pagination,
.swiper.half-width.v2 .swiper-pagination {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.swiper.half-width.v1 .swiper-pagination-bullet:first-child,
.swiper.half-width.v2 .swiper-pagination-bullet:first-child {
    border-bottom-left-radius: 2px;
}

.swiper.half-width.v1 .swiper-pagination-bullet:last-child,
.swiper.half-width.v2 .swiper-pagination-bullet:last-child {
    border-bottom-right-radius: 2px;
}

.full-width-shell {
    --pagination-active-bg: transparent;
    --pagination-active-color: #ff0000;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 0;
}

.full-width-shell.full-width-layout-right {
    flex-direction: row;
    min-height: 0;
}

.full-width-shell.full-width-layout-bottom {
    flex-direction: column;
    min-height: 0;
}

.full-width-shell .swiper.full-width {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
}

.full-width-shell.full-width-layout-bottom .swiper.full-width {
    height: auto;
}

.full-width-shell.full-width-layout-right .swiper-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.full-width-shell .swiper-pagination {
    flex-shrink: 0;
}

.full-width-shell.full-width-layout-right .swiper-pagination {
    flex-shrink: 0;
    width: var(--full-width-rail-size, 63px);
    height: 100%;
    flex-direction: column;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.full-width-shell.full-width-layout-right .swiper-pagination-bullet {
    width: 100%;
    min-width: 0;
    height: auto;
    flex: 1 1 0;
    border-radius: 0;
    aspect-ratio: auto;
    border-bottom: 1px solid transparent;
    font-size: 24px;
    line-height: 1;
}

.full-width-shell.full-width-layout-right .swiper-pagination-bullet:first-child {
    border-top-right-radius: 2px;
}

.full-width-shell.full-width-layout-right .swiper-pagination-bullet:last-child {
    border-bottom-right-radius: 2px;
}

.full-width-shell.full-width-layout-bottom .swiper-wrapper {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

.full-width-shell.full-width-layout-bottom .swiper-pagination {
    flex-shrink: 0;
    width: 100%;
    height: var(--full-width-rail-size, 64px);
    flex-direction: row;
    gap: 1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.full-width-shell.full-width-layout-bottom .swiper-pagination-bullet {
    width: auto;
    min-width: 0;
    height: 100%;
    flex: 1 1 0;
    border-radius: 0;
    aspect-ratio: auto;
    font-size: 30px;
    line-height: 1;
}

.full-width-shell.full-width-layout-bottom .swiper-pagination-bullet:first-child {
    border-bottom-left-radius: 2px;
}

.full-width-shell.full-width-layout-bottom .swiper-pagination-bullet:last-child {
    border-bottom-right-radius: 2px;
}

.full-width-shell.v1 {
    --full-width-rail-size: 63px;
    --pagination-active-color: #ff0000;

    & .swiper-pagination {
        background: #fff;
    }

    & .swiper-pagination-bullet {
        background: #fff;
        color: #474747;
        border-bottom-color: #d8d8d8;
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: var(--pagination-active-color);
    }

    & .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        width: 22px;
        opacity: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 75' preserveAspectRatio='none'%3E%3Cpath fill='red' d='M24.73 71.21a34.6 34.6 0 0 0-13-23.52L0 38.46l11.72-9.23A34.6 34.6 0 0 0 24.73 5.7l.4-3.79V.45c0-.25.2-.45.46-.45A3.4 3.4 0 0 1 29 3.4v68.2a3.4 3.4 0 0 1-3.41 3.4.45.45 0 0 1-.46-.45V75z'/%3E%3C/svg%3E");
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        opacity: 1;
    }
}

.full-width-shell.v2 {
    --full-width-rail-size: 82px;
    --pagination-active-color: #fff;

    & .swiper-pagination {
        background: linear-gradient(90deg, #111214 0%, #424345 50%, #111214 100%);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        gap: 1px;
    }

    & .swiper-pagination-bullet {
        background: #07080A;
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0);
        transition: flex-grow 120ms ease, background-color 120ms ease;
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active {
        flex-grow: 1.9;
        background: #2F3031;
        color: var(--pagination-active-color);
    }
}

.full-width-shell.v1,
.full-width-shell.v2,
.full-width-shell.v3 {
    & .full-headline-title {
        color: var(--full-title-color, #fcdd10);
        text-shadow: none;
    }

    & .full-headline-title-effect {
        position: relative;
        display: inline-block;
        width: fit-content;
        max-width: 100%;
        padding-right: 20px;
    }

    & .full-headline-title-effect::after {
        content: '';
        position: absolute;
        left: auto;
        right: 20px;
        bottom: -40px;
        width: var(--full-headline-glow-width, calc(100% - 20px));
        height: auto;
        aspect-ratio: 1047 / 99;
        background: url(assets/img/full-headline-glow.svg) center / 100% 100% no-repeat;
        pointer-events: none;
    }

    & .full-headline-title-text {
        display: inline;
        background-image:
            linear-gradient(181.05deg, rgba(255, 255, 255, 1) 37.31%, rgba(255, 255, 255, 0) 61.81%),
            linear-gradient(90deg, var(--full-title-color, #fcdd10) 0%, var(--full-title-color, #fcdd10) 100%),
            linear-gradient(180deg, #ffffff 25.13%, #999999 50.09%);
        background-clip: text;
        -webkit-background-clip: text;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}

.full-width-shell.v3 {
    --full-width-rail-size: 64px;
    --pagination-active-color: #ff0000;

    & .swiper-pagination {
        background: #fff;
    }

    & .swiper-pagination::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #dddddd00, #ddd, #dddddd00);
    }

    & .swiper-pagination-bullet {
        background: #fff;
        color: #474747;
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        font-weight: 600;
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: var(--pagination-active-color);
    }


    & .swiper-pagination-bullet::after {
        content: '';
        inset: 0;
        bottom: auto;
        position: absolute;
        height: 5px;
        background: currentColor;
        border-top-left-radius: 99px;
        border-top-right-radius: 99px;
        opacity: 0;
        transform: translateY(-100%)
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        opacity: 1;
    }

    & .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 16px;
        opacity: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 16' preserveAspectRatio='none'%3E%3Cpath fill='red' d='M36.75.93a3 3 0 0 1 4.34 0l4.49 4.72a29 29 0 0 0 5.86 4.75H77a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5h26.4a29 29 0 0 0 5.86-4.75z'/%3E%3C/svg%3E");
    }

    & .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        opacity: 1;
    }
}

.swiper-pagination-bullet {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: 32px;
    height: 100%;
    background: #fff;
    border-radius: 0;
    color: #000;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    opacity: 1 !important;
    margin: 0 !important;
    cursor: pointer;
    text-decoration: none;
}

.swiper-pagination-bullet-active,
.pagination a:hover {
    background: var(--pagination-active-bg, rgb(var(--primary-rgb, 225, 29, 72)));
    color: var(--pagination-active-color, inherit);
    border-color: var(--pagination-active-border, transparent);
}



.swiper-slide img,
.swiper-slide .full-headline-overlay,
.titleSubtitle {
    opacity: 0;
}

.swiper-slide.is-loaded img,
.swiper-slide.is-loaded .full-headline-overlay,
.swiper-slide.is-loaded .titleSubtitle {
    opacity: 1;
}
