.disko-component-hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.disko-component-hero .hero-img-vid-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow:hidden;
}

.disko-component-hero .hero-img-vid-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.disko-component-hero .hero-txt-container {
    position: relative;
    z-index: 1;
    max-width: 70%;
}

.disko-component-hero .hero-rich-txt{
    font-size: 64px;
    line-height: 67px;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.disko-component-hero .hero-rich-txt h1 {
    color: white;
    font-family: var(--extra-font);
    font-size: 54px;
    line-height: 63px;
}

.disko-component-hero .hero-rich-txt span.triangle {
    position: relative;
}

.disko-component-hero .scroll-down-block{
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 15px;
    cursor: pointer;
    bottom: 4.978vw;
}

.disko-component-hero video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
}

.disko-component-hero.no-overlay .img-overlay {
    background-color: transparent;
}

.disko-component-hero pre {
    font-family: var(--title-font);
    margin: 0;
}

.disko-component-hero .cta-container a {
    color: white;
}


.disko-component-hero .cta-container {
    list-style-type:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    margin-top: 2vw;
    margin-bottom: 0;
}

.disko-component-hero .cta-container li {
    font-size: initial;
    line-height: initial;
}

.disko-component-hero .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    top: 0;
    left: 0;
}

/*.disko-component-hero .swiper-slide {
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}*/

.disko-component-hero .hashtag-block {
    position: absolute;
    left:0;
    top: -4vw;
}

.disko-component-hero .pagination-container {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}

.disko-component-hero .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.disko-component-hero .hero-slider, .disko-component-hero .slider-item-img {
    height: 100%;
}

.disko-component-hero .swiper-pagination-bullet {
    height: 8px;
    width: 8px; 
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.disko-component-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tertiary-color);
    opacity: 1;
}


.stylesheet-hb .disko-component-hero .hero-rich-txt {
    font-family: var(--quaternary-font);
    text-transform: uppercase;
    font-size: 54px;
}

.dcd .disko-component-hero .hero-rich-txt {
    font-family: var(--extra-font);
}

.dcd .disko-component-hero + .disko-component-text-image {
    padding-top: 8vw;
}


@media (max-width: 1024px) {
    .disko-component-hero .hero-txt-container {
        max-width: 90%;
    }

    .disko-component-hero video {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 991px) {
    .disko-component-hero .scroll-down-block {
        bottom: 12vw;
    }

    .disko-component-hero.no-overlay {
        height: 50vh;
        min-height: 50vh;
    }
}


@media (max-width: 767px) {
    .disko-component-hero .hero-rich-txt h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .stylesheet-hb .disko-component-hero .hero-rich-txt {
        font-size: 42px;
        line-height: 46px;
    }

    .disko-component-hero.no-overlay {
        height: 40vh;
        min-height: 40vh;
    }
}
