.banner.bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #021738, rgba(225, 65, 70, 0));
    z-index: 1; /* Degradeyi üstte tut */
    pointer-events: none; /* Tıklamaları engelleme */
}

.banner__content {
    position: relative;
    z-index: 2; /* Degrade altında kalmasın */
}

.main-slider .rev-slidebg {
    position: relative;
}

.main-slider .rev-slidebg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Karartma miktarı */
    z-index: 1;
    pointer-events: none;
}

.main-slider .tp-caption {
    position: relative;
    z-index: 2;
}
        /* Revolution Slider için overlay katmanı */
        .tp-parallax-wrap {
            z-index: 6 !important;
        }
        .tp-parallax-container {
            position: relative;
            z-index: 6 !important;
        }
        .rev-slidebg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Banner karartma miktarı - değiştirilebilir */
            z-index: 5;
        }
        .main-slider .rev-slidebg {
            position: relative;
        }
        .main-slider .tp-bgimg:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
        .main-slider .tp-caption {
            z-index: 5;
            position: relative;
        }