
.header-hero {
    padding: 0 !important;
}
.hero_slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-slide {
    position: relative;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 90%;
    padding: 1rem;

}

.slide-content h1,
.slide-content h2,
.slide-content p,
.slide-content a {
    color: white;
}

.slide-content h1 {
    line-height: 0.4;
    letter-spacing: 2.5px;
}

.slide-content  .shining-stroke {
    font-family: gilroy-light

}


.slide-content h3   {
    line-height: .7 !important;
    font-weight: 500 !important;
    font-family: gilroy-semibold
}

.slide-content h2 {
    letter-spacing: 3.5px;
    position: relative;
    margin-left: 10px;
}

.btn-hero {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
}



.hero .title_1, .hero .title_2 {
    text-transform: uppercase
}

.hero .title_1 {
    font-size: clamp(2.5rem, 8vw, 10em);
    line-height: .4
}

.hero .shining-stroke {
    position: relative;
    font-size: clamp(2.2rem, 7.5vw, 8.05em);
    font-weight: 700;
    color: transparent;
    text-transform: uppercase
}

.hero .shining-stroke:after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    -webkit-text-stroke: 1px transparent;
    background: linear-gradient(90deg, transparent, #EA1B30, transparent);
    background-size: 300% auto;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shine 4.5s linear infinite;
    pointer-events: none
}

@keyframes shine {
    0% {
        background-position: 100% center
    }
    to {
        background-position: -200% center
    }
}



.hero .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero .container {
    width: 100%;
    z-index: 2
}

.hero .row {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero h1 {
    font-family: gilroy-semibold
}

.hero .btn-outline-light {
    border-width: 2px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease
}

.hero .btn-outline-light:hover {
    background: rgba(255, 255, 255, .1)
}

.hero .hero-product-wrapper {
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0
}

.hero .hero-product-wrapper .hero-product-image {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .3))
}

@media screen and (max-width: 767px) {
    .title_1 {
        font-size: 75px !important
    }

    .shining-stroke {
        font-size: 60px !important;
        width: 100% !important;
        text-align: center !important;
        white-space: nowrap !important
    }

    .display-5 {
        font-size: 24px !important;
        text-align: center !important
    }

    .btn-hero {
        display: inline-block;
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .accordion-button .fs-3 {
        font-size: 18px !important;
        white-space: pre-wrap;
        width: 80%
    }
    .title_1, .shining-stroke {
        font-weight: inherit !important;
    }
}




.swiper-wrapper {

}

.hero_slider {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}


.swiper-pagination {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 10 !important;
}


.hero_slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}




.hero_slider .btn {
    position: relative;
    z-index: 100;
}


















.hero_slider .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero_slider  .swiper-button-next,
.hero_slider  .swiper-button-prev {
    color: white !important;            /* farba šípky (fallback) */
    fill: white !important;             /* ak je to SVG */
}

.hero_slider .swiper-slide .slide-content {
    position: relative;
    z-index: 2;
}

.hero_slider .swiper-button-next,
.hero_slider .swiper-button-prev {
    stroke: white !important;
    color: white !important;
}

.hero_slider swiper-button-next::after,
.hero_slider .swiper-button-prev::after {
    color: white !important;
    font-size: 32px;
}

/* Biele číslovanie (1 / 2) */
.hero_slider .swiper-pagination {
    color: white;
    font-size: 18px;
    font-weight: 400;
    z-index: 10;
}

.btn-hero {
    border-width: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    box-shadow: 0 0 0 1px #fffc;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: gilroy-semibold;

}

.btn-hero:hover {
    background: rgb(255, 255, 255) !important;
    color: #000
}

.hero_slider .swiper-pagination {
    z-index: 10;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 100px;
    transform: translate(-50%);
}
.hero_slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(255,255,255, .7);
    margin: 0 5px;
}
.hero_slider .swiper-pagination-bullet-active {
    background: white;
}
