.slider.hero-section{
        width: 100%;
        font-family: "Montserrat";
        overflow: hidden;
    }

    .hero_slider{
        min-height: 600px;
    }

    .swiper-slide{
        min-height: 600px;
    }

    .hero-slide{
        background-size: cover;
        background-position: center center;
        padding: 0 100px;
        display: flex;
        height: 600px;
        justify-content: center;
        position: relative;
        align-items: center;
    }

    .hero_slide-content{
        max-width: 500px;
        position: relative;
        z-index: 2;
    }
    .content-container{
        max-width: 1240px;
        width: 100%;
    }
    .hero-slide-ovelay{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4));
        left: 0;
    }

    .hero-slide .hero_slide-content-title{
        font-size: 44px;
        line-height: 56px;
        font-weight: 500;
        color: #fff !important;
        margin-bottom: 20px;
    }

    .hero-slide .hero_slide-content-desctiption{
        margin-bottom: 50px;
        font-size: 16px;
        color: #ffffff ;
    }

    .hero-slide .hero_slide-content-button {
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 4px;
        font-weight: 600;
        color: #ffffff;
        background: #000000;
        padding: 10px 30px;
        max-width: 180px;
        display: block;
        text-align: center;
        border: 1px solid #ffffff;
    }

    .slider-navigation{
        height: 70px;
        background: #191C19;
        border-top: 1px solid #2F322F;
        border-bottom: 1px solid #2F322F;
    }
    .arrow-prev,.arrow-next{
        cursor: pointer;
        position: absolute;
        z-index: 2;
        color: #fff;
        top: 50%;
        transform: translateY(-100%);
    }
    .arrow-prev svg,.arrow-next svg{
        width: 50px;
        height: 50px;
    }
    .arrow-prev{
        left: 20px;
    }
    .arrow-next{
        right: 20px;
    }
    .slider-navigation{
        color: #ffffff;
    }
    .slider-navigation{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .hero-section{
        position: relative;
    }
    .swiper-pagination{
        margin: 0 auto;
    }
    .swiper-pagination-bullet{
        margin: 0 10px;
        transition: all .3s !important;
        background: #fff !important;
        opacity: 0.3 !important;
    }
    .swiper-pagination-bullet-active{
        opacity: 1 !important;
        background: #fff !important;
    }
    @media screen and (max-width: 992px) {
        .arrow-prev svg,.arrow-next svg{
            width: 40px;
            height: 40px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .hero-slide{
            padding: 50px 20px;
            text-align: center;
            align-items: end;
        }
        .hero-slide .hero_slide-content-button{
            margin: 0 auto;
        }
        .arrow-prev,.arrow-next{
            top: unset;
            bottom: 115px;
            transform: unset !important;
        }
        .hero-slide .hero_slide-content-title{
            line-height: 36px;
            font-size: 30px;
            margin-bottom: 50px;
            font-weight: 600;
        }
        .hero-slide .hero_slide-content-desctiption{
            margin-bottom: 80px;
        }

    }