/*----- Swiper -----*/
.cf-elementor-widget.cf-animations .cf-animations-swiper {
    padding-bottom: 24px;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide {
    display: grid;
    width: 100%;
    min-height: 352px;
    height: auto;
    box-sizing: border-box;
}

/*----- Animation card -----*/
.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card {
    display: grid;
    width: auto;
    height: auto;
    position: relative;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card.animation-passed {
    filter: grayscale(1);
    pointer-events: none;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--image {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--image img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card:hover .animation-card--image img {
    transform: scale(1.1);
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content {
    width: 85%;
    background: var(--cf-color-black-40);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-title a{
    display: block;
    margin-bottom: 13px;
    color: var(--cf-color-white);
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-title .animation-stand {
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-5px);
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-exhibitors {
    display: block;
    margin-top: 12px;
    width: fit-content;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-date {
    display: block;
    margin-top: 18px;
    padding: 6px 0;
    box-sizing: border-box;
    max-width: 230px;
    width: 100%;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-hour {
    display: block;
    margin-top: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: fit-content;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content ul.animation-hours li.animation-hour {
    padding: 5px 10px;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-permalink {
    margin-top: 23px;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-permalink a {
    text-underline-offset: 5px;
}

/*----- Swiper pagination -----*/
.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-custom-pagination {
    top: calc(100%);
    height: 2px;
    width: 100%;
    max-width: 1240px;
}

.cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-custom-pagination .swiper-pagination-progressbar-fill {
    height: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

/*----- Responsive -----*/
@media screen and (min-width: 895px) {
    .cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide .animation-card .animation-card--content {
        width: 60%;
        padding: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .cf-elementor-widget.cf-animations .cf-animations-swiper .swiper-slide {
        width: 517px;
    }
}