.roboto-condensed-normal {
                       font-family: "Roboto Condensed", sans-serif;
                       font-optical-sizing: auto;

                       font-style: normal;
                   }

.slider__controls {
    position: relative;
    z-index: 12;

    & .slider__pagination {
        text-align: center;
        margin-top: 0px;

        & .swiper-pagination-bullet {
            width: 50px;
            height: 4px;
            display: inline-block;
            background: #ffffff;
            opacity: .6;
            margin: 0 5px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            -webkit-transition: opacity .8s, background-color .5s, width .5s;
            -o-transition: opacity .5s, background-color .5s, width .5s;
            transition: opacity .8s, background-color .5s, width .5s;
            -webkit-transition-delay: .5s, .5s, 0s;
            -o-transition-delay: .5s, .5s, 0s;
            transition-delay: .5s, .5s, 0s;
        }
    }

    & .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        width: 10px;
        height: 10px; border-radius: 50%;
    }

    & .slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ffffff;
        width: 10px;
        height: 10px; border-radius: 50%;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    & .slider__button-next, .slider__button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 15px !important;
}
.sw-cs-circle{
    background-color: #014e42;
    width: 35px !important;
    height: 35px !important;
    color: white !important;
}

.qsed{
    background-image: linear-gradient(rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.81) 100%), url('/img/2518.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.backfon{
    background-image:linear-gradient(rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url("/img/fbg.webp");
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 850px) {

    .slider__controls {
        bottom: -20px !important;
    }

}


@media (min-width: 1280px) and (max-width: 1650px) {
    .container {
        max-width: 1200px !important;
    }
}

.bg-custom1{
    background-image:   linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.20)), url('/img/f1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-custom2{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.20)), url('/img/f2.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-custom3{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0)), url('/img/f3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-custom4{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0)), url('/img/f4.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-custom5{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0)), url('/img/f5.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.h-custom{
    height: 85vh;
}