.slider-hero-container{
        height: 70vh;
}
.slider-hero-items{
        background: #000;
        position: relative;
        width: 100%;
        height: 100%;
}
.slider-hero-item {
        position: absolute;
        height: 100%;
        width: 100%;
}
.slider-hero-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.slider-hero-item iframe{
        height: 100%;
}
.slider-hero-item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: var(--max-width-section);
        margin: 0 auto;
        padding: 0 var(--margin-section);
}
.slider-hero-item-content .tags {
        margin-bottom: 16px;
}
.slider-hero-item-content .tag {
        font-size: 18px;
        letter-spacing: 1px;
        color: #000;
}
.slider-hero-item-content h3 {
        position: relative;
        font-family: 'Agrandir Text';
        display: inline-block;
        max-width: 704px;
        font-size: 48px;
        line-height: 1;
        font-weight: 800;
        color: #000;
        padding: 4px 24px;
        background: var(--primary-color);
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
}
.slider-hero-item-content h3:hover{
        background: #000;
        color: var(--primary-color);
}
.slider-hero-item-content .infos {
        position: absolute;
        top: calc(100% + 16px);
        display: flex;
        align-items: center;
        row-gap: 16px;
        column-gap: 16px;
}
.slider-hero-item-content .infos .credits {
        display: flex;
        gap: 24px;
        font-family: 'Agrandir Text';
        padding: 0 16px;
        background: #000;
        font-size: 28px;
        line-height: 1.2;
        font-weight: bold;
}
.slider-hero-item-content .infos .credits .director,
.slider-hero-item-content .infos .credits .company{
        font-family: 'Agrandir Text';
        color: #fff;
}
.slider-hero-item-content .infos .credits .company{
        position: relative;
}
.slider-hero-item-content .infos .credits .company::after{
        content: '';
        position: absolute;
        width: 1px;
        height: 24px;
        background: #fff;
        left: -12px;
        bottom: 5px;
}
.slider-hero-item-content .infos .credits.no-director .company::after{
        display: none;
}

.slider-hero-item-content .infos .dates {
        padding: 4px 16px 0;
        font-size: 26px;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
}

.slider-hero-controls-inner {
        display: flex;
        justify-content: end;
        column-gap: 12px;
        margin-bottom: 48px;
}
.slider-hero-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: var(--max-width-section);
        margin: 0 auto;
        padding: 0 var(--margin-section);
}
.slider-hero-controls .dot {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 18px;
        cursor: pointer;
}
.slider-hero-controls .dot.active{
        background: #fff;
}

.hero .graphic-elements {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: var(--max-width-section);
        margin: 0 auto;
}
.hero .graphic-elements > .graphic-element:nth-child(1) {
        position: absolute;
        bottom: -124px;
        left: 50%;
        z-index: 1;
}
.hero > .graphic-element {
        position: absolute;
        bottom: 224px;
        left: 40px;
        z-index: 1;
}


.shows {
        position: relative;
}
.shows .default-section {
        padding-bottom: 156px;
}
.shows .graphic-element svg {
        position: absolute;
        bottom: 0;
        left: 30%;
        width: 400px;
}

@media (max-width: 1400px) {
        .hero .graphic-elements > .graphic-element:nth-child(1) svg{
                width: 300px;
        }
        .hero > .graphic-element svg{
                width: 200px;
        }
}

@media (max-width: 1200px) {
        .hero .graphic-elements > .graphic-element:nth-child(1){
                display: none;
        }

        .slider-hero-item-content .tag {
                font-size: 16px;
        }
        .slider-hero-item-content h3 {
                font-size: 40px;
        }
        .slider-hero-item-content .infos .credits {
                font-size: 24px;
        }
        .slider-hero-item-content .infos .dates {
                font-size: 22px;
        }
        .section-content-header {
                justify-content: space-between;
        }
}

@media (max-width: 992px) {
        .slider-hero-item-content h3 {
                max-width: 504px;
        }
        .hero > .graphic-element svg{
                width: 104px;
        }
}

@media (max-width: 768px) {
        .home .full-width-section{
                margin-bottom: 80px;
        }
        .hero > .graphic-element{
                display: none;
        }
        .slider-hero-controls{
                bottom: initial;
                top: 0;
        }
        .slider-hero-controls-inner{
                margin: 32px 0 0;
        }
        .slider-hero-item-content .tag {
                font-size: 16px;
        }
        .slider-hero-item-content h3 {
                max-width: 100%;
                font-size: 36px;
                padding: 4px 16px;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
        }
        .slider-hero-item-content .infos{
                top: calc(100% + 8px);
        }
        .slider-hero-item-content .infos .credits {
                font-size: 24px;
        }
        .slider-hero-item-content .infos {
                flex-direction: column;
                align-items: start;
        }
        .slider-hero-item-content .infos .credits {
                margin-left: 0;
        }
        .slider-hero-item-content .infos .dates {
                font-size: 22px;
        }
        .slider-hero-item-content .infos {
                row-gap: 8px;
        }
        .slider-hero-controls-inner {
                column-gap: 8px;
        }
        .slider-hero-controls .dot {
                width: 16px;
                height: 16px;
                border-radius: 16px;
        }

        .shows .graphic-element svg{
                width: 300px;
                left: 20%;
        }

        .shows .default-section{
                padding-bottom: 32px;
        }
}

@media (max-width: 576px) {
        .slider-hero-controls-inner{
                margin: 24px 0 0;
        }

        .slider-hero-item-content .tag {
                font-size: 14px;
        }
        .slider-hero-item-content h3 {
                font-size: 28px;
        }
        .slider-hero-item-content .infos .credits {
                font-size: 20px;
        }
        .slider-hero-item-content .infos .dates {
                font-size: 18px;
        }
}