    .earlybird {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 40px;
    }

    .earlybird i {
        display: inline-block;
        animation: swipeHint 1.2s ease-in-out infinite;
        font-size: 24px;
    }

    @keyframes swipeHint {
        0% {
            transform: translateX(0);
            opacity: 0.8;
        }

        50% {
            transform: translateX(6px);
            opacity: 1;
        }

        100% {
            transform: translateX(0);
            opacity: 0.8;
        }
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev {
        left: 20px;
        z-index: 20;
    }

    .slick-dots {
        bottom: 20px;
        padding: 0;
        margin: 0;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #ffffff;
    }

    .slick-dots li button:before {
        font-size: 14px;
        content: 'â€¢';
        border: solid 1px #fff;
        border-radius: 20px;
        opacity: 1;
    }

    .banner-slider {
        margin-bottom: 0 !important;
    }

    .eidbanner,
    .eidbanner-offer {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 4em 1em;
    }

    .eidbanner {
        background-position: center;
    }

    .eidbanner-offer {
        background-position: left center;
        position: relative;
    }

    .eidbanner-offer .overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to left,
            rgb(0 0 0) 0%,
            rgba(0, 0, 0, 0) 100%
        );
        pointer-events: none;
        z-index: 2;
    }

    .eidbanner-offer .container {
        position: relative;
        z-index: 3;
    }

    .branded-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        margin-top: 20px;
    }

    .col.col-md-6.branded-copy {
        margin-top: 20px;
    }

    .cta-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .cta-container a {
        background: #f2b02d;
        display: inline-block;
        width: 220px;
        text-align: center;
        padding: 15px 10px;
        border-radius: 10px;
        font-weight: bold;
        color: #520b75;
    }

    .strong {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .shows,
    .date {
        margin-bottom: 20px;
    }

    .terms {
        /* background: #060d11bd;
        padding: 10px;
        border-radius: 10px; */
    }

    .price {
        font-weight: 700;
        font-size: 20px;
    }
img.banner-image {
    max-width: 100%;
}
p.p1 {
    margin-top: 20px;
    font-size: 18px;
}

    @media (max-width: 767px) {
        .eidbanner-offer {
            background-image: url("../storage/banners/bannerbg.jpg") !important;
        }

        .eidbanner-offer .row,
        .eidbanner .row {
            display: flex;
            flex-direction: column;
        }
    }