.banner-slider {
    position: relative;
}


.banner-slider .banner-slide {
    position: relative;
}

.banner-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000067;
    z-index: 2;
}

.banner-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
}

.banner_content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: inherit;
}

.slider-title {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 54px);
    color: #fffdf2;
    font-weight: 800;
    line-height: clamp(0px, 5vw, 65px);
    font-family: "Archivo", sans-serif;
}

.slider-subtitle {
    color: #fffdf2;
    font-weight: 200;
    font-size: clamp(12px, 1.5vw, 14px);
}

.slider_butn {
    padding: clamp(0.3rem, 1vw, 0.438rem) clamp(0.75rem, 3vw, 1rem);
    font-size: clamp(12px, 1.5vw, 14px);
    background-color: #ffd60a;
    color: #000;
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 300;
    border-radius: 14px;

}

.slider_butn.btn-outln {
    background-color: transparent;
    border: 1px solid #ffd60a;
    color: #ffd60a;
}


.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 100%;
    color: #FFF;
    background-color: #a3b18a32;

}

.banner-slider .swiper-button-prev::before{
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color:#a3b18a32 ;
}

.banner-slider .swiper-button-next::before{
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color:#a3b18a32 ;
}



.banner-slider .swiper-button-prev::after,
.banner-slider .swiper-button-next::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;

    border-radius: 100%;

}


.banner_bottom {
    position: relative;
}


.banner_bottom>.wrapper {
    position: relative;
    z-index: 5;

}



.slider_content {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
    padding: 0 3vw;
}

@media (max-width:1000px) {
    .slider-title {
        max-width: 100%;
    }

    .slider_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .banner_content-inner {
        justify-content: center;
        margin-left: 0;
    }

    .banner-slide .bg {

        width: 100%;
        background: #00000080;
    }

    /* .banner-slide{
        height: calc(100vh - 100px);
    }

    .banner-slide .slider_img img{
        height: calc(100vh - 100px);
        object-fit: cover;
        object-position:  right center;
    } */

}

@media (min-width:1000px) {
    .banner_bottom>.wrapper {

        margin-top: -60px;
    }
}

@media (min-width:1200px) {
    .banner_bottom>.wrapper {

        margin-top: -100px;
    }
}

