.no-promo__col_sx {
    background-color: #996666;
    padding: 3rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.no-promo__col_sx * {
    color: white;
}

.no-promo__col_sx .btn {
    border-color: white;
}

.no-promo__col_sx .btn:hover {
    background-color: white;
    color: #996666;
}

.promo-carousel__single {
    text-align: center;
    padding: 100px 0;
    max-width: 600px;
    margin: 0 auto;
}



.promo-carousel__single img {
    margin: 0 auto;
}

.promo-carousel__single h4 {
    color: #1c2c54;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    text-align: center;
    text-transform: none;
    margin: 30px 0;
}

.promo-section .item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0;
    transform: scale(.7);
    position: relative;
}

.promo-section .item .exhausted-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 12px !important;
    padding: 10px 18px !important;
    line-height: 1 !important;
    background-color: #607d8b !important;
    color: white !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.promo-carousel .discover-more {
    margin: 0 auto 40px;
    width: 370px;
    display: block;
}

.promo-carousel__carousel {
    position: relative;
}

.promo-carousel__footer,
.promo-carousel__container {
    color: #1c2c54;
}

.promo-carousel__footer {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 100% !important;
    padding: 0 50px;
}

.promo-carousel__footer .promo-carousel__footer__content {
    color: #1c2c54;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.promo-carousel__nav .carousel-nav {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 40%;
    /* left: 30%; */
    left: 0;
    cursor: pointer;
    z-index: 400;
    transition: all .3s ease-in;
}

.promo-carousel__nav .carousel-nav:after {
    display: block;
    border-top: 2px solid white;
    border-right: 2px solid white;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    position: absolute;
    top: 15px;
    left: 17px;
}

.promo-carousel__nav .carousel-nav.nav-next:after {
    transform: rotate(45deg);
    left: 14px;
}

.promo-carousel__nav .carousel-nav:hover {
    opacity: 0.8;
}

.promo-carousel__nav .carousel-nav.nav-next {
    left: calc(100% - 40px);
}

.promo-carousel__counter {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-right: 15px;
    color: #1c2c54;
}

.promo-carousel__container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    transform: translate(-50%);
}

.promo-carousel__container .carousel-nav {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.promo-carousel__container .carousel-nav:hover {
    opacity: 0.8;
}

.promo-carousel__container .carousel-nav.nav-prev {
    right: 60px;
}

.promo-carousel__container .carousel-nav.nav-next {
    right: 0px;
}

.promo-carousel__container .carousel-nav.nav-next img {
    transform: rotate(180deg);
}

.promo-carousel__header {
    position: relative;
}

.promo-carousel__header .promo-carousel__title {
    color: #1c2c54;
    font-size: 36px;
    text-align: center;
}

.promo-carousel__header .promo-carousel__subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .promo-section .item {
        margin: 0;
        transform: scale(.7)
    }
}

@media screen and (max-width: 768px) {
    .promo-carousel__container .carousel-nav {
        position: static;
        display: inline-block;
        margin-right: 10px;
    }
}

.promo-section .owl-item.active.center .item {
    opacity: 1;
    transform: scale(1);
}

.promo-section .owl-item.active.center .item .play-btn {
    display: block;
}

/* .promo-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
} */

.promo-section video {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .promo-carousel__container:after {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .no-promo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .promo-carousel__nav .carousel-nav {
        left: 30%;
    }

    .promo-carousel__nav .carousel-nav.nav-next {
        left: 64%;
    }

    .promo-carousel__container {
        padding: 20px 70px;
    }

    .promo-carousel__footer {
        position: relative;
        left: calc(30% - 15px);
    }

    .promo-carousel__container:after {
        max-width: 720px;
    }

    .promo-section .owl-item.active.center {
        min-height: 230px;
    }

    .promo-section .owl-item .item {
        top: 40px;
    }
}

@media (min-width: 992px) {
    .promo-carousel__nav .carousel-nav {
        width: 60px;
        height: 60px;
        top: 40%;
        left: 26%;
    }

    .promo-carousel__nav .carousel-nav:after {
        width: 15px;
        height: 15px;
        top: 23px;
        left: 25px;
    }

    .promo-carousel__nav .carousel-nav.nav-next {
        left: 69%;
    }

    .promo-carousel__nav .carousel-nav.nav-next:after {
        left: 20px;
    }

    .promo-carousel__footer,
    .promo-carousel__container,
    .promo-carousel__container:after {
        max-width: 960px;
    }

    .promo-section .owl-item.active.center .item {
        transform: scale(1.3);
    }

    .promo-section .owl-item.active.center {
        min-height: 320px;
    }
}

@media (min-width: 1200px) {

    .promo-carousel__footer,
    .promo-carousel__container,
    .promo-carousel__container:after {
        max-width: 960px;
    }

    .promo-section .owl-item.active.center {
        min-height: 380px;
    }
}


@media (min-width: 1390px) {

    .promo-section .owl-item.active.center {
        min-height: 430px;
    }
}