.show-info--image {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-title {
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    letter-spacing: .075em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.important-notice{
    margin-top: .5em;
}

.show-time {
    font-family: bebas-neue, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: .03em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}

.show-info--title{
    text-align: center;
}
.doors_open{
    margin-top: -1em;
    color: #7e7e7e;
}

.form-group{
    margin-bottom: 0;
    margin-top: 1em;
}

.show-details-info a {
    color: var(--fg-emphasis);
    text-decoration: none;
}

.show-image {
    object-fit: cover;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}



@media (min-width: 1200px) {
    .show-image {
        width: 500px !important;
    }

}

.red-headers h1,
.red-headers h2,
.red-headers h3 {
    color: rgb(207, 26, 26);
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 25px;
}


.icon-text-container,
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text {
    line-height: 1.25;
}

.nomax {
    flex:  0 1 auto;
    max-width: none;
}

.show-details-info p img {
    max-width: 100%;
}

.show-details-info p:has(> img){
    text-align: center;
}

.reveal_container {
    width: 800px;
    max-width: 100%;
}

.reveal_paper {
    background-color:#ff0000;
}

.card {
    color: black;
}

.col-12.col-lg-3 label {
    Font-size: 20px;
}

@media screen and (max-width: 600px) {
    .mt-4.row.form-group {
        Margin-top: .8rem !important;
    }
}

.card-title{
    font-family: 'bebas-neue', 'Arial', sans-serif;
    font-size: 1.5em;
}

.card-text>a:hover{
    color: black;
    text-decoration: none;
}

div#shoutouts{
    display: inline-block;
    max-width: 410px;
}
div#shoutouts>a:hover{
    color: black;
    text-decoration: none;
}

div#venues{
    display: inline-block;
    max-width: 410px;
    min-width: 410px;
}

#venue_logo{
    height: 100px;
}


.performer.card {
    line-height: 1em;
}

.icon-container img {
    height: auto !important;
}

.tax-warning{
    font-size: 0.5em;
}

.accordion {
    /*background-color: #F2F2F2;*/
    color: #E90000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    margin-top: 3px !important;
    margin-bottom: 3px;
    font-weight: 700;
}
.active,
.accordion:hover {
    /*background-color: #E90000;*/
    color: white;
}
.panel {
    padding: 0 18px;
    background-color: black;
    display: none;
    overflow: hidden;
}
.panel.show {
    display: block;
    animation: expand 0.2s ease-out forwards;
}
.accordion::before {
    content: '\02795';
    filter: brightness(2) saturate(0);
    font-size: 13px;
    color: white;
    float: left;
    margin-left: 5px;
    margin-top: 1.2em;
}
.active::before {
    content: "\02796";
    color: white;
}
@keyframes expand {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 1000px;
        opacity: 1;
    }
}
.accordion-divider {
    border-top: 1px solid white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.panel img {
    display: block;
    margin: 0 auto;
}


@media (max-width: 800px) {
    .reveal_paper  {
        text-align: left!important;
        padding-left: 2.5em;
    }
}

.tickets-low {
    margin-bottom: -30px;
}

@media (max-width: 992px) {

    .testimonial-section {
        display:none;
        align-items: center;
    }


    .tickets-low {
        margin-bottom: inherit;
    }

    .important-notice{
        margin-top: inherit;
    }
}

div.div-checkout-btn{
    margin-top: 0.5em;
}

@media (max-width: 576px) {

    .show-title {
        font-size: 1em !important;
    }
    .show-time {
        font-size: 1em !important;
    }
    .special-title-centered{
        font-size: 1em !important;
    }

    .urgent-h2{
        margin-top: -0.7em;
        line-height: 0.6;
    }

    .urgent{
        font-size: 1rem;
        letter-spacing: .15em;
    }

    .icon-text {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

    .icon-text-container {
        padding: 0 !important;
    }

    .icon-content{
        flex-wrap: nowrap;
    }

    .icon-content-container {
        align-items: flex-start;
        padding-right: 1em;
    }

    .icon-container img {
        max-width: 65px;
        height: auto !important;
    }

    .nomax {
        flex:  0 1 auto !important;
        max-width: none !important;
    }

    div.div-checkout-btn > div.offset-lg-4{
        width: 100%;
    }

    div.div-checkout-btn{
        position: fixed;
        bottom: 17px;
        z-index: 5;
        left: 5px;
        right: 5px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: inherit
    }

    #checkout-btn {
        width: 80%;
        border-color: white;
        border-style: outset;
    }
    #buy-error
    {
        background-color: #000000;
    }

    .tickets-low {
        margin-bottom: inherit;
    }
}

#phone-group {
    transition: opacity 0.2s ease;
    min-height: 0;
    overflow: hidden;
}

#phone-group.d-none {
    opacity: 0;
    min-height: 120px;
    visibility: hidden;
}

.top_comedians__card {
    width: 248px;
    height: 390px;
    flex-shrink: 0;
}

.top_comedians__card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Let Bootstrap handle the responsive display - no need to override */

/* Prevent font swap CLS */
.show-title,
.show-time {
    font-display: swap;
}

/* Reserve space for dynamic content */
.show-details-info {
    min-height: 200px;
}

#checkout-btn {
    position: relative;
    padding: 8px 16px;
    background: #e90000;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    min-width: 200px;
    white-space: nowrap;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.urgent {
    color: rgb(207, 26, 26);
    text-transform: uppercase;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}


body {
    background: black;
}

/* Styling for the testimonial section */
.a_test {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative; /* Position relative to create the speech bubble */
    background: #fff; /* Background color for the speech bubble */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the speech bubble */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for the bubble */
    margin-top: 20px; /* Space above the testimonial */
    margin-bottom: 20px;
    font-size: 1rem; /* Smaller text size */
}

.a_test::after {
    content: "";
    position: absolute;
    top: 100%; /* Position the triangle at the bottom */
    left: 20px; /* Adjust the position of the triangle */
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; /* Create the triangle pointing upwards */
}

/* Further styling for the testimonial text */
.a_test h3 {
    font-size: 2srem;
    font-weight: 600;
    margin-top: 0px;
    color: #ec1719;
}

.a_test p {
    color: #000000;
    text-align: justify;
    font-size: 0.8rem; /* Smaller text size for the paragraph */
    margin-bottom: 0.2rem;
}

span.halloween{
    font-size: 65px;
}

.usps_container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}
.usps_container ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    background: #921513;
}
.usps_container svg {
    color: white;
}
.usps_container ul li span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .usps_container ul li span {
        font-size: 11px;
    }
}