.video-carousel-2025 .carousel-wrapper {
    position: relative;
}

.video-carousel-2025 .video-carousel__graphic-element-1,
.video-carousel-2025 .video-carousel__graphic-element-2 {
    position: absolute;
    width: 75px;
    z-index: 3;
    opacity: 0.8;
}

.video-carousel-2025 .video-carousel__graphic-element-1 {
    left: 10%;
    top: 0%;
}

.video-carousel-2025 .video-carousel__graphic-element-2 {
    width: 70px;
    right: 5px;
    bottom: -40px;
}

.video-carousel-2025 .carousel-wrapper .owl-item {
    height: fit-content;
    position: relative;
}

.video-carousel-2025 .carousel-wrapper .owl-item .item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.video-carousel-2025 .carousel-wrapper .owl-item .item:hover:after {
    opacity: 0;
}

.video-carousel-2025 .carousel-wrapper .owl-item .video-over {
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    font-family: 'Playfair Display';
}

.video-carousel-2025 .carousel-wrapper .owl-item .video-over h4 {
    font-family: 'Playfair Display';
    margin-bottom: 0;
    text-transform: none;
}

.video-carousel-2025 .carousel-nav-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    height: 0;
    cursor: pointer;
}

.video-carousel-2025 .carousel-nav-buttons .nav-prev,
.video-carousel-2025 .carousel-nav-buttons .nav-next {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    transition: all .3s ease-in-out;
}

.video-carousel-2025 .carousel-nav-buttons svg {
    width: 100%;
    display: block;
    height: auto;
}

.video-carousel-2025 .carousel-nav-buttons .nav-prev {
    left: 16px;
}
.video-carousel-2025 .carousel-nav-buttons .nav-next {
    right: 16px;
    rotate: 180deg;
}

.video-carousel-2025 .carousel-nav-buttons .nav-prev:hover,
.video-carousel-2025 .carousel-nav-buttons .nav-next:hover {
    scale: 1.1;
}

.video-carousel-2025 .video-section {
    z-index: 0;
}

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

.video-carousel-2025 .video-section .item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.7);
    transition: all .2s ease-in-out;
    width: 120px;
    height: 120px;
    border: none;
    background: none;
    display: none;
    z-index: 2;
}

.video-carousel-2025 .video-section .item .play-btn:hover {
    transform: translate(-50%, -50%) scale(1);
}

.video-carousel-2025 .video-carousel__footer,
.video-carousel-2025 .video-carousel__container {
    background-color: transparent;
    padding: 20px 30px;
    border-radius: 25px;
    text-align: center;
    color: #333;
}

.video-carousel-2025 .video-carousel__footer {
    display: flex;
    justify-content: center;
}

.video-carousel-2025 .video-carousel__footer .video-carousel__footer__content .slide__title {
    font-weight: 700;
}

.video-carousel-2025 .video-carousel__footer .video-carousel__footer__content p {
    margin-bottom: 0px;
    font-size: 14px;
}

.video-carousel-2025 .video-carousel__counter {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-right: 20px;
    line-height: 1;
    color: #1c2c54;
}

.video-carousel-2025 .video-carousel__container:after {
    border-radius: 25px;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transform: translate(-50%);
}

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

.video-carousel-2025 .modal-body {
    padding: 0;
}

.video-carousel-2025 .video-carousel__top {
    justify-content: center;
    display: flex;
    margin-bottom: 32px;
    text-align: center;
}

.video-carousel-2025 .video-carousel__top__content .slide__subtitle {
    margin-bottom: 0;
}

.video-carousel-2025 .video-carousel__top .slide__title {
    margin-bottom: 10px;
    /* font-size: 36px; */
}

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

.video-carousel-2025 .video-section .owl-item.active.center .item .play-btn {
    display: block;
}

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

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

@media screen and (max-width: 768px) {
    .video-carousel-2025 .video-carousel__container .carousel-nav {
        position: static;
        display: inline-block;
        margin-right: 10px;
    }
    .video-carousel-2025 .video-carousel__top .slide__title {
        font-size: 24px;
    }
}

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

@media (min-width: 768px) {
    .video-carousel-2025 .video-carousel__graphic-element-1,
    .video-carousel-2025 .video-carousel__graphic-element-2 {
        opacity: 1;
    }

    .video-carousel-2025 .video-carousel__graphic-element-2 {
        width: 120px;
        bottom: -30px;
    }

    .video-carousel-2025 .carousel-nav-buttons {
        z-index: 1;
    }

    .video-carousel-2025 .video-carousel__container {
        padding: 50px 70px 30px;
    }

    .video-carousel-2025 .video-carousel__footer {
        padding: 30px 70px 50px;
    }

    .video-carousel-2025 .video-carousel__container:after {
        max-width: 720px;
    }

    .video-carousel-2025 .video-section .owl-item .item {
        top: 40px;
    }

    .video-carousel-2025 .carousel-nav-buttons .nav-next svg path,
    .video-carousel-2025 .carousel-nav-buttons .nav-prev svg path{
        fill: #555;
    }

    .video-carousel-2025 .carousel-nav-buttons .nav-next svg rect,
    .video-carousel-2025 .carousel-nav-buttons .nav-prev svg rect{
        stroke: #555;
    }

}

@media (min-width: 992px) {

    .video-carousel-2025 .video-carousel__footer,
    .video-carousel-2025 .video-carousel__container,
    .video-carousel-2025 .video-carousel__container:after {
        max-width: 960px;
    }

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

@media (min-width: 1200px) {

    .video-carousel-2025 .video-carousel__footer,
    .video-carousel-2025 .video-carousel__container,
    .video-carousel-2025 .video-carousel__container:after {
        max-width: 960px;
    }
}