.about-slider {
    height: 850px;
    position: relative;
}

.about-slider-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.about-slider-slide::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 11;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
}

.about-slider-slide {
    height: 850px;
    width: 100%;
}

.about-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-slider-title-and-sub-title {
    color: var(--white);
    text-align: center;
}

.about-slider-sub-title span {
    font-weight: 500;
    text-align: center;
}

.about-slider-title {
    margin-top: 10px;
    text-align: center;
}

.about-slider-text {
    color: var(--white);
    margin-top: 20px;
    text-align: center;
}

.about-slider-second-swiper-wrapper {
    margin-top: 100px;
    padding: 20px 15px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(73, 73, 73, 0.32);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.about-slider-link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.about-slider-second-swiper {
    z-index: 12 !important;
}


.about-slider-second-swiper-wrapper {
    position: relative;
    z-index: 13;
}

.about-slider-pagination-holder {
    position: relative;
}

.about-slider-pagination {
    bottom: -30px !important;
}

.about-slider-pagination .swiper-pagination-bullet {
    background: var(--white) !important;
    opacity: 0.5 !important;
}

.about-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

@media only screen and (min-width:992px) {
    .about-slider-second-swiper-wrapper {
        margin-top: 150px;
        padding: 30px 40px;
        width: 70%;
        margin-left: 15%;
    }

    .about-slider-title {
        width: 80%;
        margin-left: 10%;
    }
}

@media only screen and (min-width:1200px) {
    .about-slider-second-swiper-wrapper {
        width: 60%;
        margin-left: 20%;
        padding: 50px 60px;
        margin-top: 200px;
    }

    .about-slider-link {
        margin-top: 50px;
    }

    .about-slider-pagination-holder {
        margin-top: 50px;
    }
}

@media only screen and (min-width:1400px) {
    .about-slider-text {
        width: 90%;
        margin-left: 5%;
    }

    .about-slider-title {
        width: 90%;
        margin-left: 5%;
    }
}