.section-banner {
    position: relative;
}

.banner-carousel {
    position: absolute;
    height: 100%;
}

.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item {
    height: 100%;
}

.banner-carousel .banner-item {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.banner-carousel .owl-nav {
    width: 100%;
    transform: unset;
    z-index: 1;
    left: 0;
}

.banner-carousel .owl-prev {
    left: 5rem;
}

.banner-carousel .owl-next {
    right: 5rem;
}

.banner-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-content {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    z-index: 10;
}

.banner-content .content {
    background: rgb(232 232 232 / 75%);
    padding: 1rem 2rem;
    border-radius: 3rem;
    color: #000;
}