@media (max-width: 445px) {
    .custom-button {
        padding: 11px 15px !important;
    }
}

@media (max-width: 345px) {
    .custom-button {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {
    .search-ticket-section {
        margin-top: 0px;
        position: relative;
        z-index: 9;
    }

    .details-banner {
        background-image: none !important;
    }


    .details-banner-wrapper .details-banner-thumb .movie {
        height: calc((100%) * 1.99) !important;
    }

    .blur_image {
        max-width: 100%;
        max-height: 100%;
        z-index: 1;
        object-fit: contain !important;
    }

    .blur_bg {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .blur_bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: -12px;
        right: -12px;
        height: 100%;
        background: inherit;
        background-size: cover;
        filter: blur(7px);
        z-index: 0;
    }

}

@media (max-width: 992px) {
    .padding-top {
        padding-top: 10px !important;
    }

    .section-header-2 {
        margin-bottom: 10px !important;
    }

    .section-header-2 .left {
        margin-bottom: 10px;
    }

    .event-list-title .title {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .event-list-title .book-wrapper .left-side .item {
        margin: 0px 15px;
    }

    .referer .custom-button {
        background: #a73afd;
    }
}

.buy_fix_button {
    font-size: 15px;
    background: #a73afd;
    padding: 10px 35px;
}

@media (max-width: 400px) {
    .buy_fix_button {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }

    .month {
        font-size: 16px !important;
    }
}

iframe {
    border: 0;
}

.description-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.show-full-text {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    color: #31d7a9 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.buy_fix_button_mobile {
    display: none;
}

@media (max-width: 768px) {
    .buy_fix_button_mobile.show {
        display: block;
        position: fixed;
        bottom: 15px;
        left: 25px;
        right: 25px;
        color: #fff;
        text-align: center;
        padding: 16px 0;
        font-size: 18px;
        font-weight: 600;
        border-radius: 25px;
        z-index: 999;
        animation: slideUp 0.25s ease forwards;
        will-change: transform;
        -webkit-backface-visibility: hidden;
    }

    .scrollToTop {
        display: none;
    }

}
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.buy_fix_button_mobile:hover {
    background: #a73afd;
}

.details-banner-tall .details-banner-wrapper .details-banner-thumb {
    height: calc((100%) * 3.67);
}

.event-mobile-poster {
    width: 100%;
    border-radius: 25px 25px 0 0;
}

.event-details-primary-mobile-button {
    font-size: 16px;
    background: #a73afd;
    padding: 11px 40px;
}

.event-details-title {
    font-size: 30px;
}

.event-details-mobile-banner {
    margin-top: 0;
    padding-top: 20px;
}

.event-details-mobile-title {
    font-size: 24px;
    margin-top: -7px;
}

.tags-compact {
    margin-bottom: 0;
}

.inline-link {
    display: inline;
}

.icon-middle {
    vertical-align: middle;
}

.book-left-no-margin {
    margin-bottom: 0;
}

.event-date-title {
    width: 210px;
}

.event-date-day {
    float: left;
    font-size: 53px;
    line-height: 45px;
    margin-right: 10px;
}

.event-date-weekday {
    font-size: 15px;
    text-align: left;
}

.event-date-weekday.is-weekend,
.event-mobile-date-text.is-weekend {
    color: #ff4343;
}

.event-date-weekday.is-weekday,
.event-mobile-date-text.is-weekday {
    color: white;
}

.event-date-month {
    font-size: 20px;
    text-align: left;
}

.event-mobile-book-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-mobile-date-link {
    min-width: 160px;
    display: grid;
    grid-template-columns: 0.2fr 1fr;
}

.event-mobile-day {
    float: left;
    font-size: 50px;
    color: white;
}

.event-mobile-month {
    font-size: 20px;
    color: white;
    text-align: left;
    line-height: 21px;
}

.event-mobile-date-text {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    letter-spacing: 1px;
}

.event-mobile-time {
    color: white;
}

.button-compact {
    font-size: 16px;
}

.countdown-pill {
    font-size: 16px;
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(169deg, #31d7a9 17%, #31d7a9 63%, #31d7a9 100%);
}

.gallery-image-cover {
    object-fit: cover;
}

.photos-title {
    margin-top: 60px;
}

.mobile-fixed-book-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
    z-index: 1000;
    box-shadow: 0 -5px 20px rgb(0 0 0 / 70%);
}

@media (max-width: 991px) {
    .navbar_custom {
        display: none !important;
    }

    .header-section.header-active {
        display: none;
    }

    .header-section {
        border: none;
        transition: all 0.4s ease;
    }

    .event-list-section-header {
        margin-bottom: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .description-text,
    .buy_fix_button_mobile.show {
        transition: none;
        animation: none;
    }
}
