.slider-overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(25, 24, 24, 1) 0%,
        rgba(0, 0, 0, 0) 42%
    );
    z-index: 10;
}

.bg-black {
    background-color: #000;
}
