/*.nb-carousel-banner-14 {*/
/*    background: #F1E9D9;*/
/*    padding: 80px 0;*/
/*    margin: 80px 0;*/
/*}*/

.nb-carousel-banner-14 .nb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.nb-carousel-banner-14 .nb-gallery-and-title-wrapper {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 30px;
}

.nb-carousel-banner-14 .nb-slider {
    margin-bottom: 40px;
}

.nb-carousel-banner-14 .nb-slider-item-title {
    position: absolute;
    bottom: 15px;
    left: 35px;
}

.nb-carousel-banner-14 .nb-gallery-carousel .nb-slider-item .nb-img-wrapper {
    border-radius: var(--nb-border-radius-xs);
}

.nb-carousel-banner-14 .slider-arrow i.nb-arrow-left,
.nb-carousel-banner-14 .slider-arrow i.nb-arrow-right {
    width: 40px;
    height: 40px;
    border-radius: var(--nb-border-radius-full);
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: #FFFFFF4D;
}

.nb-carousel-banner-14 .nb-slider-arrows .slider-arrow > i.nb-arrow-left {
    left: 20px;
}

.nb-carousel-banner-14 .nb-slider-arrows .slider-arrow > i.nb-arrow-right {
    right: 20px;
}

@media (max-width: 1400px) {

    .nb-carousel-banner-14 {
        justify-content: space-around;
    }

    .nb-main-img-wrapper,
    .nb-carousel-banner-14 .nb-gallery-and-title-wrapper {
        max-width: 550px;
    }
}

@media (max-width: 1200px) {
    .nb-main-img-wrapper,
    .nb-carousel-banner-14 .nb-gallery-and-title-wrapper {
        max-width: 450px;
    }
}

@media (max-width: 900px) {

    .nb-main-img-wrapper,
    .nb-carousel-banner-14 .nb-gallery-and-title-wrapper {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .nb-main-img-wrapper,
    .nb-carousel-banner-14 .nb-gallery-and-title-wrapper {
        max-width: 100%;
    }

    .nb-carousel-banner-14 .nb-wrapper {
        flex-direction: column;
        justify-content: unset;
        gap: 40px;
    }
}

@media (max-width: 576px) {

    .nb-main-img-wrapper {
        margin-bottom: 40px;
    }

    .nb-carousel-banner-14 .nb-wrapper {
        justify-content: space-around;
        flex-direction: column;
    }

    .nb-carousel-banner-14 .nb-gallery-carousel .nb-slider-init {
        margin-bottom: 20px;
    }

}