.section-venues .venues--info {
    padding: 120px 0;
    overflow: hidden;
}

.section-venues .venues-list {
    margin-top: 55px;
    position: relative;
}

.section-venues .venues-list .venues-slider {
    height: 480px;
}

.venues--card-content .image {
    position: relative;
}

.venues-list.loading .venues-card {
    position: relative;
}

.venues-list.loading .venues-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f9f9f9;
    z-index: 9999;
    display: block
}

.venues-list.loading .venues-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 3s infinite;
    z-index: 9999;
    display: block;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}


.venues-list .owl-item .venues--card-content .image {
    padding-bottom: 55.556%;
    top: 41px;
    -webkit-transition: padding 0.6s ease, top 0.6s ease;
    -o-transition: padding 0.6s ease, top 0.6s ease;
    transition: padding 0.6s ease, top 0.6s ease;
}

.venues-list .owl-item.active.center .venues--card-content .image {
    padding-bottom: 67%;
    top: 0;
}

.venues-list .venues--card-content .venues-content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.venues-list .owl-item.active.center .venues--card-content .venues-content {
    opacity: 1;
    pointer-events: initial;
}

.venues-list .venues--card-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.venues--card-content .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.08%, rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 37.08%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.08%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.venues-slider .venues-card .venues-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.venues-slider .venues-card .venues-content .link--detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 4px;
}

.section-venues .venues--info .btn--action {
    padding: 62px 30px;
    padding-bottom: 0;
    text-align: center;
}

.venues-slider .owl-nav button.owl-next {
    position: absolute;
    top: 46.7%;
    right: var(--right);
}

.venues-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 46.7%;
    left: var(--left);
}

.venues--info .filters {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    scroll-behavior: smooth;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.venues--info .filters::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.venues--info .item--filter {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.venues--info .item--filter.active::before,
.venues--info .item--filter::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #00ACD7;
    top: calc(50% - 5px);
    left: -16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.venues--info .item--filter.active::before,
.venues--info .item--filter:hover::before {
    left: 0;
    opacity: 1;
}

.venues--info .item--filter.active,
.venues--info .item--filter:hover {
    color: #00ACD7;
    padding-left: 15px;
}

.venues--info .title--icon .ani--text {
    margin-bottom: 42px;
    /* text-transform: capitalize; */
}

.venues--info .title--icon .ani--text>.split--items {
    padding-right: 127px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.venues--info .title--icon .ani--text>.split--items:after {
    content: "";
    width: 117px;
    height: 75px;
    background: url("data:image/svg+xml,%3Csvg width='118' height='75' viewBox='0 0 118 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.3453 12.795C58.132 25.4008 46.6512 44.0431 36.5868 59.5998C32.0975 66.5389 37.5249 75.427 45.5316 73.5099C74.0848 66.6735 97.8625 52.5438 110.177 43.1731C112.868 41.1256 114.21 37.6529 112.868 34.5311C107.854 22.8695 93.1125 12.657 80.6707 6.1182C74.9221 3.097 67.2227 6.9572 64.3453 12.795Z' fill='%2300ACD7'/%3E%3Cpath d='M16.1799 27.7012C16.957 34.8011 17.1236 45.9265 17.0553 55.3425C17.0248 59.5425 21.7774 61.8713 24.6865 58.8642C35.061 48.14 41.3976 35.5927 44.119 28.2144C44.7136 26.6023 44.3413 24.7471 42.9138 23.7752C37.5812 20.1447 28.4744 19.7902 21.356 20.383C18.067 20.6569 15.82 24.4132 16.1799 27.7012Z' fill='%2300C160'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -53px;
    right: 0;
    opacity: 0;
}

.venues-slider .venues-card .venues-content .title {
    margin-bottom: 12px;
}

.section-venues .venues-list .venues-slider:before {
    content: "";
    position: absolute;
    background-image: url("../images/slideVenues1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 382px;
    height: 149px;
    bottom: -10%;
    left: 2.6%;
    pointer-events: none;
}

.section-venues .venues-list .venues-slider:after {
    content: "";
    position: absolute;
    background-image: url("../images/slideVenues2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 381px;
    height: 200px;
    bottom: 52%;
    right: 13%;
    pointer-events: none;
    z-index: -1;
}

.section-venues .venues--list--wrapper {
    position: relative;
}

.section-venues .venues--list--wrapper .graphic--animation {
    position: absolute;
    bottom: -18.8%;
    right: 16.6%;
    z-index: -1;
    pointer-events: none;
}

@media only screen and (min-width: 992px) {
    .section-venues .venues-list .owl-item {
        width: 720px !important;
    }
}

@media only screen and (max-width: 1640px) {
    .section-venues .venues-list {
        margin-top: 57px;
    }

    .section-venues .venues--list--wrapper .graphic--animation {
        right: 8.6%;
        bottom: -18.4%;
    }

    .section-venues .venues-list .venues-slider:after {
        background-image: url("../images/slideVenues4.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 285px;
        height: 200px;
        bottom: 52%;
        right: 13%;
    }

    .section-venues .venues-list .venues-slider:before {
        background-image: url("../images/slideVenues5.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 285px;
        height: 149px;
        bottom: -10%;
        left: 2.6%;
    }

    .venues--info .title--icon .ani--text>.split--items {
        padding-right: 107px;
    }
}

@media only screen and (max-width: 1560px) {
    .venues-slider .owl-nav button.owl-prev {
        top: 46.4%;
    }

    .venues-slider .owl-nav button.owl-next {
        top: 46.4%;
    }

}

@media only screen and (max-width: 991.98px) {
    .section-venues .venues-list {
        padding: 0 30px;
    }

    .venues-list .owl-item .venues--card-content .image {
        padding-bottom: 66.51%;
        top: 0;
    }

    .section-venues .venues-list .venues-slider {
        padding: 0 56px;
    }

    .venues-slider .owl-nav button.owl-prev {
        left: 0;
    }

    .venues-slider .owl-nav button.owl-next {
        right: 0;
    }

    .section-venues .venues--info .container {
        padding: 0;
    }

    .section-venues .venues--info .title--icon {
        padding: 0 30px;
    }

    .venues--info .item--filter:first-child {
        margin-left: 30px;
    }

    .venues--info .item--filter:last-child {
        margin-right: 30px;
    }

    .venues-list .owl-item.active.center .venues--card-content .image {
        padding-bottom: 66.51%;
    }

    .section-venues .venues-list .venues-slider {
        height: auto;
    }

    .section-venues .venues--info .btn--action {
        padding-top: 30px;
    }

    .venues--info .title--icon .ani--text {
        margin-bottom: 40px;
    }

    .venues--info .filters {
        gap: 30px;
    }

    .section-venues .venues-list {
        margin-top: 39px;
    }

    .section-venues .venues--info {
        padding: 100px 0;
        padding-bottom: 200px;
        position: relative;
    }

    .venues-slider .owl-nav button.owl-next,
    .venues-slider .owl-nav button.owl-prev {
        top: 36.4%;
    }

    .section-venues .venues--list--wrapper .graphic--animation,
    .section-venues .venues-list .venues-slider:after,
    .section-venues .venues-list .venues-slider:before {
        display: none;
    }

    .section-venues .venues--info:before {
        content: "";
        width: 130px;
        height: 104px;
        background-image: url("../images/slideVenues6.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 8.6%;
        bottom: 62px;
        left: 0;
    }

    .section-venues .venues--info:after {
        content: "";
        position: absolute;
        background-image: url("../images/slideVenues7.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 173px;
        height: 63px;
        bottom: 108px;
        right: 35px;
        pointer-events: none;
    }

}

@media only screen and (max-width: 767.98px) {
    .venues--info .title--icon .ani--text>.split--items {
        padding: 0;
    }

    .section-venues .venues-list .empty {
        padding: 0 30px;
        padding-left: 45px;
    }

    .venues--info .item--filter {
        font-size: 16px;
        line-height: 26px;
    }

    .section-venues .venues--info .container {
        padding: 0;
    }

    .venues--info .title--icon .ani--text>.split--items:after {
        display: none;
    }

    .venues--info .filters .item--filter:first-child {
        margin-left: 30px;
    }

    .venues--info .filters .item--filter:last-child {
        margin-right: 30px;
    }

    .venues-slider .venues-card .venues-content .excerpt,
    .venues-slider .venues-card .venues-content .link--detail {
        display: none
    }

    .venues-slider .venues-card .venues-content .title {
        margin-bottom: 0;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }

    .venues-slider .venues-card .venues-content {
        padding: 10px 20px;
    }
}