/*
Theme Name: OASIS
Theme URI:
Author: Fenix
*/

.main-banner {
    position: relative;
    overflow: hidden;
    min-height: 760px;
}

.main-banner-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 0;
    pointer-events: none;
}

.main-banner-bg.is-active {
    opacity: 1;
}

.main-banner .container {
    position: relative;
    z-index: 2;
    min-height: 760px;
}

.banner-swiper,
.swiper-wrapper,
.swiper-slide,
.banner-slide {
    min-height: 760px;
}

.banner-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* навигация снизу */
.main-banner .flex-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    z-index: 20;
}

.banner-slider-nav {
    position: relative;
    z-index: 21;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    cursor: pointer;
    z-index: 22;
}