.bslide *{
    line-height: 1;
}
.slide-info-inner {
    position: absolute;
    padding: 170px 15px 15px 15px;
    bottom: 0px;
    width: 100%;
    background-image: linear-gradient(            to top,            rgba(0, 0, 0, 0.32),            rgba(0, 0, 0, 0) 55%        ),        linear-gradient(            to top,            rgba(0, 0, 0, 0.32),            rgba(0, 0, 0, 0) 100%        ),linear-gradient(            to top right,            rgba(0, 0, 0, 0.7),            rgba(0, 0, 0, 0) 50%        );
}

.bslide-card-venue {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    background-color: transparent;
    color: #fff;
    left: unset !important;
    font-weight: 600;
    right: unset !important;
    font-size: 10px;
    padding: 0px !important;
    line-height: 1;
    padding-top: 5px !important;
}

.iox-car-deet-date {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    right: unset !important;
    align-items: CENTER;
    padding: 0 !important;
    left: unset !important;
    text-transform: uppercase;
    /* background-color: #fff; */
    border: 3px solid #ffffff;
    border-radius: 5px;
    padding: 5px !IMPORTANT;
    background-color: transparent;
    align-items: center;
}

.eventexcerpt {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
}

.slide-date-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 5px;
}

.iox-car-deet-date-time {
    color: unset;
    FONT-SIZE: 10px;
    color: #ffffff;
}

.eventexcerpt {
    padding: 5px 0 0 0;
    font-size: 32px !important;
}

.eventexcerpt-title {
    font-size: 32px !important;
    line-height: 1;
}

.bslide-card-img:before {
    content: "";
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.32),
            rgba(0, 0, 0, 0) 50px
    ),
    linear-gradient(
            to top right,
            rgba(0, 0, 0, 0.32),
            rgba(0, 0, 0, 0) 70px
    );
    width: 100%;
    height: 1000px;
}

.container__bslide .bslide-card-img img {
    max-width: 100%;
    min-width: 100%;
    /* height: 400px; */
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.selected .bslide-card-img-container.loaded {
    width: 600px !important;
    max-width: 75vw !important;
}
.bslide-card-img-container.loaded {
    min-width: 250px;
    height: 400px;
    max-height: calc(100vh - 250px);
}


.carousel-event-icons{
    border-radius: 50px;
    display: flex;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    z-index: 1;
    min-width: 46px;
    min-height: 24px;
    justify-content: center;
}
.carousel-event-icon{
    color: #000;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
    margin: 0;
}

.eventexcerpt {
    padding: 0;
}
.eventexcerpt-title {
    font-size: 28px!important;
    line-height: 1;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
}
.bslide-card-venue {
    background-color: transparent;
    color: #fff;
    font-size: 10px;
}

.bslide-card-img-container.loaded {
    height: 400px;
    max-height: calc(100vh - 250px);
    min-width: 300px;
}

.container__bslide.standard .bslide-card-button {
    border: 2px solid #fff;
    color: #000;
    font-size: 22px;
    padding: 15px 5px;
}

.added .bslide-card-button {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0 0 20px 20px !important;
}
.container__bslide-card.ending {
    left: 40px !important;
}

.bslide-card {
    z-index:1;
}
.bslide-card-image{
    z-index:1;
}


.bslide-card.bundle:before, .bslide-card.bundle:after {
    content:"";
    z-index:0;
    background-color:#fff;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bslide-card.bundle:before{
    position: absolute;
    /* top: 100%; */
    top: 0px;
    width: calc(100% - 20px);
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #fff;
    -webkit-animation: 1s ease-out 0s 1;
    animation: 1s ease-out 0s 1;
    height: calc(100% - 70px);
    background-color: transparent;
    border-radius: 4px;
    left: 10px;
    background-color:#ffffff;
}
.bslide-card.bundle.animate-pseudo-elements:before {
    animation: bundleslideInFromTop1 1s ease-out forwards;
}

.bslide-card.bundle:after{
    position: absolute;
    /* top: 100%; */
    top: 0px;
    width: calc(100% - 40px);
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #fff;
    -webkit-animation: 1s ease-out 0s 1;
    animation: 1s ease-out 0s 1;
    height: calc(100% - 80px);
    background-color: transparent;
    border-radius: 4px;
    left: 20px;
    z-index:-1;
    background-color:#ffffff;
}
.bslide-card.bundle.animate-pseudo-elements:after {
    animation: bundleslideInFromTop2 1.5s ease-out forwards;
}


@keyframes bundleslideInFromTop1 {
    0% {top: 0;
        opacity: 0;}
    50%{opacity: 0;}
    100% {top: -8px;
        opacity: 1;}
}

@keyframes bundleslideInFromTop2 {
    0% {top: 0;
        opacity: 0;}
    100% {top: -15px;
        opacity: 1;}
}


@keyframes slideInFromTop2 {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.bundleanimated1 {
    animation-name: slideInFromTop1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    /* The animation will only run once */
    animation-iteration-count: 1;
    visibility: visible; /* Make sure the element is visible, or it will not show after the animation */
}
.bundleanimated2 {
    animation-name: slideInFromTop2;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    /* The animation will only run once */
    animation-iteration-count: 1;
    visibility: visible; /* Make sure the element is visible, or it will not show after the animation */
}

.bslide-bundle-button.bundle-button {}
.bslide-bundle-button {
    border-radius: 4px;
    padding: 10px;
    width: calc(100% - 20px);
    box-shadow: 0 1px 6px -2px #000;
    background: #000000;
    padding: 5px 10px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all .2s;
    position: relative;
    overflow: hidden;
}

.bslide .bslide-bundle-button {
    width:100%;
    margin-bottom: 1px;
    /* margin:0; */
    margin-top: -30px;
    border-radius: 0px;
    cursor: pointer;
    height:30px;
    z-index: 1;
}

.bslide-bundle-button:hover {
    border-radius: 4px;
    transform: scale(1.1);
}

.bundle-button:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%; /* Start the effect from the left */
    width: 100%;
    height: 100%;
    pointer-events:none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 5s infinite;
}

/* Keyframes for the shimmer animation */
@keyframes shimmer {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    35% {
        left: 150%;
    }
    60% {
        left: -100%;
    }
}

.slide-date-header {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 5px;
    border-radius: 8px;
}
.iox-car-deet-date {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: center;
    transition: top .2s;
    width: auto;
    z-index: 1;
    background: transparent;
    color: #ffffff;
}
.iox-car-deet-date-time {
    color: #ffffff;
    font-size: 12px;
    padding-top: 2px;
}
.bslide-card-button {
    font-size: 22px;
    padding: 15px 5px;
}
.fc-day .bslide-card-button {
    font-size: 12px;
}