:root {

}
[data-theme="dark"] {

}

.slider-overlay-custom {
        display: none;
    }
@media (min-width: 1365.98px) {
    .slider-overlay-custom {
        display: block;
    }
}

.slider-overlay-custom {
    position: absolute;
    z-index: 2;

    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 80%);
    color: #FFF;

    height: 100%;
    width: 100%;
    padding: 50px 0px;
}
.slider-overlay-custom .fs-4 {
    font-weight: bold;
    text-transform: uppercase;
    color: red;
    margin-bottom: 0px;
}
.slider-overlay-custom .fs-1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: clamp(2rem,4vw,5rem) !important;
    line-height: normal;
}


.slider-overlay-custom hr {
    height: 5px;
    background-color: red;
    border-top: none;
    opacity: 1;
    width: clamp(2rem,4rem,6rem);
}