/*-------Banner-------*/
.inner-banner-image {
    position: relative;
    padding-bottom: 29.88%;
    z-index: 2;
}
.inner-banner-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}



.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}




.inner-banner-text h1, .inner-banner-text h2 {
    font-family: var(--bs-font-family-2);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    font-size: 52px;
    margin-bottom: 35px;
    border-radius: 5px;
    max-width: 750px;
}
.inner-banner-main .swiper-button-next, .inner-banner-main .swiper-button-prev {
    color: #fff;
    background-size: 10px auto;
}


/*-----responsive-----*/
@media (max-width: 767px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 24px; max-width: 300px;}
    .inner-banner-text .btn.lg{ padding: 7px 15px; font-size: 14px;}
}

@media (max-width: 575px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 18px; margin-bottom: 18px;}
    .inner-banner-image { padding-bottom: 45%;}
}

@media (min-width: 768px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 34px; max-width: 550px;}
}

@media (min-width: 992px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 38px; max-width: 750px;}
}

@media (min-width: 1200px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 44px;}
}

@media (min-width: 1400px) {
    .inner-banner-text h1, .inner-banner-text h2 { font-size: 52px;}
}
