body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}
/* Import fonts */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Montserrat:wght@400;600&display=swap");

/* SEVENTH WONDER */
.hero-title {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600;

    color: #fff;
}

/* PERFORMS */
.hero-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;

    color: #fff;
}

/* FLEETWOOD MAC (Main Big Text) */
.hero-main {
    font-family: "Oswald", sans-serif;
    font-size: 200px;
    font-weight: 400;

    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-family: "Belgrad", sans-serif;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: none;
}

.content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 90%;
}
.contenta {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.contentb {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

/* Button styling */
.ticket-btn {
    position: relative;
    z-index: 3;
    margin-top: 50px;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
/* Text styles */
.title {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 600;

    margin-bottom: 10px;
}

.subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.main-text {
    font-family: "Oswald", sans-serif;
    font-size: 110px;
    font-weight: 600;
    font-style: italic;
}

/* Common section styles */
section {
    position: relative;

    display: flex;
}

/* Overlay */
.overlay {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    border-radius: 10px;
    padding: 20px;

    max-width: 800px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* ===== QUOTE SECTION ===== */
.quote-section {
    background: url("https://images.unsplash.com/photo-1504805572947-34fad45aed93")
        center/cover no-repeat;
    background-color: #000; /* dark background for contrast */
    padding: 40px 20px;
}

.quote-text {
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #ffffff;
    /* pure white for brightness */

    font-weight: bold;
    text-shadow:
        0 0 8px #00ffff,
        /* cyan glow */ 0 0 15px #00ffff,
        /* stronger outer glow */ 0 0 25px #00ffff; /* extended glow for neon effect */
}

.author {
    margin-top: 8px;
    color: #dab263;
    text-shadow: 0 0 1px currentColor;
    font-style: italic;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ===== EVENT SECTION ===== */
.event-section {
    background: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d")
        center/cover no-repeat;
}
.d-section {
    background-color: #282e34;
}
.e {
    font-family: "Belgrad", sans-serif;
    font-style: italic;
}

@media (max-width: 992px) {
    .hero-main {
        font-size: clamp(64px, 16vw, 130px);
        line-height: 1.05;
    }

    .hero-title {
        font-size: clamp(24px, 6vw, 34px);
    }

    .hero-subtitle {
        font-size: clamp(14px, 4vw, 20px);
    }

    .quote-text-main,
    .next-event-title,
    .events-list-title,
    .quote3-text,
    .quote2-text,
    .blog-section-title,
    .blog-post-title,
    .about-section-title,
    .social-section-title,
    .video-section-title {
        font-size: clamp(1.4rem, 5vw, 2rem);
        margin-left: 20px;
        margin-right: 20px;
        letter-spacing: 1px;
        white-space: normal;
    }

    .state-filter-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }

    .state-btn2,
    .state-btn3,
    .state-btn4,
    .state-btn5 {
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        padding: 8px 12px;
    }

    .video-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .review-section3,
    .review-sectiond {
        height: auto;
        min-height: 380px;
        background-attachment: scroll;
    }

    .blog .blog-desc {
        margin-left: 14px;
        margin-right: 14px;
        line-height: 1.45;
    }

    .contact-section .s {
        width: 100%;
        padding: 0 12px;
    }

    .contact-section .intro-text,
    .contact-section .q,
    .contact-section .copyright,
    .contact-section .footer-text {
        overflow-wrap: anywhere;
    }
}

#countdown {
    font-size: 2rem;
    letter-spacing: 3px;
}

.date {
    margin-top: 15px;
    font-size: 0.9rem;
}

.location {
    font-size: 1rem;
    opacity: 0.8;
}

/* Floating button (bottom right) */
.floating-btn {
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-radius: 50px;
    padding: 5px 5px;
}

.hero {
    background-color: #111;
    padding: 60px 0 40px;
    text-align: center;
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.btn-notify {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    margin: 20px 0;
}
.btn-notify:hover {
    background-color: #ddd;
}
.location-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.filter-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 5px 5px 5px;
    font-size: 0.7rem;
    border-radius: 4px;
    font-weight: 300;
}
.a {
    font-size: 0.7rem;
}
.filter-btn.active,
.filter-btn:hover {
    background-color: #f0c14b;
    color: #000;
}
.use-my-location {
    background-color: #000;
    color: #fff;
    border: 2px solid #f0c14b;
}
.event-card {
    background-color: #1f1f1f;
    border: 1px solid #333;

    position: relative;
    overflow: hidden;
}

.event-card .date {
    color: #f0c14b;
    font-weight: 100;
}
.event-card .datea {
    color: white;
    font-weight: 100;
    font-size: 0.9rem;
}
.aa {
    background-color: #f0c14b;
    color: #000;
    font-weight: 20;
    border-radius: 0%;
    font-size: 0.8rem;

    width: 20%;
    height: 30%;
}
.aaa {
    background-color: #3e4857;
    color: #ffffff;
    font-weight: 20;
    border-radius: 0%;
    font-size: 1rem;

    width: 35%;
    height: 40%;
}
.days-left {
    margin-top: 5px;

    background-color: black;
    color: white;
    font-size: 0.9rem;
}

.floating-ticket-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #dab263;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.track-text {
    font-size: 10px;
    font-weight: 700;
    color: #000;
}
.track-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 31px;
    background-color: #fff;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
}
.state-filter-wrap {
    margin: 2px auto 2px auto;
    text-align: center;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    pointer-events: none;
}
.social-icons {
    display: flex;

    justify-content: center;
    margin-bottom: 25px;
    margin-top: 3px;
}

.social-icons a {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 24px;
    color: white;
    transition: all 0.3s;
}
.social-icons .facebook {
    background: #1877f2;
}
.social-icons .instagram {
    background: #e4405f;
}
.social-icons .spotify {
    background: #1db954;
}

.social-icons a:hover {
    transform: translateY(-5px);
    opacity: 0.9;
}

.testimonial-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.stars {
    color: #ffd700;
    font-size: 4rem;
    letter-spacing: 4px;
}

.buy-tickets-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ffcc00;
    color: #000;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
}
.buy-tickets-btn:hover {
    background: #ffdd33;
    transform: scale(1.05);
}

.stage-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-header {
    background-color: #d2b48c;
    color: #000;
    padding: 60px 0 40px;
}
.hero-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.concert-image {
    width: 100%;
    height: auto;
    display: block;
}
.quote-section {
    position: relative;
}

.quote-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 40px 30px 30px;
}

.quote-text {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.4;
}
.buy-tickets-btn {
    background-color: #f4a261;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
}

.buy-tickets-btn:hover {
    background-color: #e76f51;
    transform: translateY(-2px);
}
.browser-bar {
    background: #f8f9fa;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}

.tab {
    background: white;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 8px 20px;
    font-size: 0.9rem;
    margin-right: 5px;
}
.ab .h2 {
    font-family: "Belgrad", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    text-align: center;
    font-style: italic;
}
.pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font:
        400 15px / 1.4 "Belgrad",
        sans-serif;
    display: inline;
    margin: 0;
    unicode-bidi: isolate;
}

body,
html {
    height: 100%;
    margin: 0;
    font:
        400 15px/1.4 "Belgrad",
        sans-serif;
    color: #777;
    scroll-behavior: smooth;
    background-color: #fff;
}
review2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    min-height: 400px;
    padding: 30px 30px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("uploads/home-image.jpg") center/cover no-repeat;
}
.bgimg-1,
.bgimg-2,
.bgimg-3 {
    position: relative;
    opacity: 0.95;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 768px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3 {
        background-attachment: scroll;
        background-position: center top;
    }
}
p {
    display: inline-block;
    white-space: pre-line;
}
.bgimg-1 {
    background-image: url("uploads/home-image.jpg");
    background-position: bottom;
}
.bgimg-2 {
    background-image: url("uploads/image-1.jpg");
    background-position: top;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: white;
}
.bgimg-3 {
    background-image: url("uploads/image-2.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: white;
}
.bg-text-center {
    max-width: 800px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
}
.bgimg-6 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(40, 46, 52, 0.9),
            rgba(40, 46, 52, 0.9)
        ),
        url("uploads/artwork.jpg");
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    opacity: 0.95;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.tour {
    padding: 60px 20px;
    background: #0d0d0d;
    text-align: center;
}
.tour h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.dates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 auto;
    padding: 0px;
    font-size: 18px;
}
@media (max-width: 768px) {
    .dates {
        grid-template-columns: 1fr !important;
    }
}
.date-card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 0;
    transform: scale(0.95);
    transition:
        transform 0.3s,
        background 0.3s,
        box-shadow 0.3s;
}
.date-card:hover {
    transform: scale(1);
    background: #2a2a2a;
}
/* .date-card button {margin-top:10px; padding:8px 12px; border:none; background:#dab263; color:#111; font-weight:bold; cursor:pointer; font-size:18px; border-radius:0; transition:background .3s, transform .3s;} */
.date-card button:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* --- State filter buttons --- */
.state-filter-wrap {
    margin: 20px auto;
    text-align: center;
}
.state-btn {
    display: inline-block;
    background: #dab263;
    color: #000;
    border: 1px solid #dab263;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s,
        transform 0.2s;
}
.state-btn:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}
.state-btn.active {
    outline: 2px solid #000;
    transform: translateY(-1px);
}

/* --- Nearest show UI --- */
.nearest-wrap {
    margin: 10px auto;
    background: #121212;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 14px;
    display: none;
}
.nearest-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #dab263;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.nearest-error {
    display: none;
    color: #f5a623;
    margin-top: 8px;
    font-size: 0.9rem;
}
.date-card.nearest {
    box-shadow:
        0 0 0 2px #dab263,
        0 0 24px rgba(218, 178, 99, 0.35);
}

/* --- Days-to-go ribbon (centered text + colors) --- */
.date-card {
    position: relative;
    overflow: hidden;
}
.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    pointer-events: none;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 10px 0;
    background: #dab263;
    color: #111;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 1.2;
    transform: rotate(45deg);
    top: 25px;
    right: -45px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.ribbon.red span {
    background: #b32020;
    color: #fff;
}
.ribbon.green span {
    background: #4caf50;
    color: #fff;
}
@media (max-width: 768px) {
    .ribbon {
        width: 100px;
        height: 100px;
    }
    .ribbon span {
        width: 160px;
        font-size: 11px;
        padding: 8px 0;
        top: 22px;
        right: -42px;
    }
}

.alert {
    padding: 20px;
    background-color: #dbab47;
    color: #000000;
    font-weight: bold;
}
.newsection {
    background-color: #fffbea;
    color: #000000;
    padding: 50px 50px;
}
.musicsection {
    color:;
    text-align: center;
    padding: 50px 50px;
}
.artistname {
    position: relative;
    height: 100vh;
    background: url("hero-banner.jpg") center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.artistname::before {
    content: "";
    position: absolute;
    inset: 0;
}
.artistname h1 {
    position: relative;
    font-size: 3rem;
    text-align: center;
    z-index: 1;
    animation: fadeIn 2s ease-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
input {
    padding: 12px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 0 solid #555;
    outline: none;
}
input[type="text"],
input[type="email"] {
    background-color: #efefef;
}
input[type="submit"] {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="submit"]:hover {
    background-color: #000;
    opacity: 0.8;
    color: white;
}
@import url("https://fonts.googleapis.com/css2?family=Belgrad:wght@400;700&display=swap");
h2 {
    font-family: "Belgrad", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    text-align: center;
}
h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
@font-face {
    font-family: "MD Tall";
    src: url("MD-Tall.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
review {
    font-family: "MD Tall", sans-serif;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
}
.button {
    background: #fff;
    border: none;
    color: #000;
    padding: 10px 22px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    max-width: 150px;
}
.button:hover {
    background: #4267b2;
    color: white;
}
.sharebutton {
    background: #4267b2;
    border: none;
    color: #fff;
    padding: 10px 22px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    max-width: 150px;
}
.sharebutton:hover {
    background: #fff;
    color: black;
}
.storebutton {
    background: #000;
    border: none;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 5px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    position: relative;
    z-index: 13;
}
.storebutton:hover {
    color: white;
    opacity: 0.5;
}
A[href=""],
A[href="#"] {
    display: none;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font:
        400 15px/1.4 "Belgrad",
        sans-serif;
    display: inline;
    margin: 0;
}
@media only screen and (max-device-width: 1024px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3,
    .bgimg-4,
    .bgimg-6 {
        background-attachment: scroll;
    }
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.tools .fa-ticket {
    background: #fff;
    color: black;
}
.tools .fa:hover {
    color: #f0f0f0;
    opacity: 0.8;
}
.tools .fa {
    padding: 10px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    margin: 0 15px;
}
.socialmediaicons .fa:hover {
    color: white;
    opacity: 0.8;
}
.socialmediaicons .fa {
    padding: 13px;
    font-size: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
span.circle {
    background: #ffdb15;
    border-radius: 50%;
    color: #6e6e6e;
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    margin-right: 5px;
    text-align: center;
    width: 23px;
}
.socialmediaicons2 .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}
.socialmediaicons .fa-facebook {
    background: #3b5998;
    color: white;
}
.socialmediaicons .fa-twitter {
    background: #55acee;
    color: white;
}
.tiktok {
    background: #ff0050;
    color: #00f2ea;
    padding: 20px;
    content: url("https://api.iconify.design/simple-icons/tiktok.svg?color=%2300f2ea");
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    margin-bottom: -24px;
}
.socialmediaicons .fa-youtube {
    background: #bb0000;
    color: white;
}
.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}
.socialmediaicons .fa-apple {
    background: #b166cc;
    color: white;
}
.socialmediaicons .fa-music {
    background: #ff0050;
    color: #00f2ea;
}
.socialmediaicons .fa-spotify {
    background: #1db954;
    color: white;
}
div:empty {
    display: none;
}
* {
    box-sizing: border-box;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
.logoimg {
    border: 0;
    width: 100%;
    max-height: 500px;
    padding: 0;
}
.sectionbg {
    position: relative;
    z-index: 2;
    background: white;
    width: 100%;
}
.over {
    position: relative;
    z-index: 3;
}
.bg-text {
    display: block;
    position: absolute;
    bottom: -100px;
    left: -25px;
    color: #dab263;
    font-size: 400px;
    z-index: 0;
    font-family: "Belgrad", sans-serif;
}
.tiktok {
    background: #ff0050;
    color: #00f2ea;
    padding: 20px;
    content: url("https://api.iconify.design/simple-icons/tiktok.svg?color=%2300f2ea");
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    margin-bottom: -25px;
}
.bg-text {
    display: block;
    position: absolute;
    bottom: -55px;
    left: -15px;
    color: rgba(100, 100, 100, 0.15);
    font-size: 100px;
    z-index: 0;
}
@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .column-music {
        width: 100%;
    }
}
.flex {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    max-width: 800px;
}
.flex .col {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    margin: 1em;
}
@media (max-width: 900px) {
    .flex {
        flex-wrap: wrap;
    }
}
review {
    font-family: "Belgrad", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    min-height: 500px;
    padding: 80px 20px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("mf-quote.jpg") center/cover no-repeat;
}
blockquote {
    font-weight: 100;
    font-size: 2rem;
    max-width: 700px;
    line-height: 1.4;
    margin: 0 auto;
}
cite {
    display: block;
    font-size: 25px;
    color: #d4af37;
    margin-top: 20px;
    font-family: "Belgrad", sans-serif;
}
.section-divider {
    text-align: center;
    margin: 40px auto;
    position: relative;
    z-index: 5;
}
.section-divider img {
    max-width: 300px;
    width: 80%;
    height: auto;
    opacity: 0.8;
}
@media (max-width: 500px) {
    .section-divider img {
        max-width: 200px;
        opacity: 0.9;
    }
    blockquote {
        font-size: 1.5rem;
    }
}
.video-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.video-gallery iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.floating-ticket-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #dab263;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.floating-ticket-btn:hover {
    background: #b38a3c;
}
.testimonial-section {
    background: #f9f6f1;
    padding: 60px 20px;
    text-align: center;
    font-family: "Belgrad", sans-serif;
}
.testimonial-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.testimonial-slider {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    min-height: 120px;
}
.testimonial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
}
.testimonial span {
    display: block;
    margin-top: 15px;
    font-size: 1rem;
    color: #715011;
    font-style: italic;
}
.testimonial.active {
    opacity: 1;
    position: relative;
}
.hero-video {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.hero-overlay h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    animation: fadeDown 1.2s ease;
}
.hero-overlay p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 600px;
}
.hero-logo-wrap {
    position: relative;
    height: 100vh;
    background: url(hero-banner.jpg) center / cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hero-logo {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    display: block;
}
.cta-btn {
    background: #dab263;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 4px;
    transition: 0.3s;
}
.cta-btn:hover {
    background: #b38a3c;
}
@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
cddate {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    color: #d4af37;
    margin-top: 20px;
    font-family: "Belgrad", sans-serif;
}
.star-rating {
    font-size: 45px;
    color: gold;
    
    text-align: center;
}
.star-rating2 {
    font-size: 38px;
    color: gold;
    
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.sw-gold-btn {
    display: inline-block;
    padding: 16px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #e3c47a 0%, #b89246 100%);
    box-shadow: 0 10px 25px rgba(184, 146, 70, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s ease;
}

/* Hover effect */
.sw-gold-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(184, 146, 70, 0.35);
    background: linear-gradient(180deg, #f0d28c 0%, #caa354 100%);
}

/* Optional: subtle press effect */
.sw-gold-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(184, 146, 70, 0.2);
}
.hero-overlay h1 {
    font-size: 7rem;
    margin-bottom: 10px;
    animation: fadeDown 1.2s ease;
}
.review-section {
    position: relative;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    display: block;
    min-height: 500px;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.review-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.review-content {
    position: relative;
    z-index: 1;
}
.quote-text-main {
    font-size: 2rem;
    max-width: 700px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 0 0 1px currentColor;
    /* letter-spacing: 2px; */
}
.next-event-title {
    font-size: 2.3rem;
    font-style: italic;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    text-shadow: 0 0 1px currentColor;
    /* letter-spacing: 2px; */
    line-height: 1rem;
}
.events-list-title {
    font-size: 35px;
    /* font-style: italic; */
    margin: 29px 0;
    text-transform: uppercase;
    line-height: 35px;
    text-shadow: 0 0 1px currentColor;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}
/* .events-cta-wrap {
    padding-top: 17px;
    padding-bottom: 10px;
} */
.social-section-title {
    font-size: 35px;
    /* font-style: italic; */
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 1000; */
    padding-bottom: 15px;
    text-shadow: 0 0 1px currentColor;
    letter-spacing: 3px;
}
.about-section-title {
    font-size: 35px;
    /* font-style: italic; */
    white-space: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 15px;
    text-shadow: 0 0 1px currentColor;
    padding-top: 10px;
    padding-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    height: auto;
    margin: 20px 25px 12px;
}
.video-section-title {
    font-size: 2.3rem;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 1px currentColor;
    letter-spacing: 3px;
    font-weight: 1000;
    padding-bottom: 30px;
}
.blog-section-title {
    font-size: 35px;
    font-style: italic;
    font-weight: 1000;
    text-transform: uppercase;
    text-align: center;
    color: #dab263;
    margin-bottom: 14px;
    text-shadow: 0 0 1px currentColor;
    margin-top: 0;
    line-height: 1;
    padding-bottom: 18px;
}
.fact blockquote {
    font-size: 2.3rem;
    font-style: italic;
    white-space: nowrap;
    font-weight: 1000;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 1px currentColor;
}
.fas blockquote {
    font-size: 2.3rem;
    font-style: italic;
    white-space: nowrap;
    font-weight: 1000;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 1px currentColor;
}
.blog .blog-list .blog-post-title {
    font-size: 35px;
    font-style: italic;
    white-space: normal;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    max-width: 100%;
    line-height: 1;
    margin: 0 30px 12px 30px;
    text-shadow: 0 0 1px currentColor;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog .blog-list .blog-post-title a {
    color: inherit;
    text-decoration: none;
}
.blog .t blockquote {
    font-size: 2.3rem;
    font-style: italic;
    white-space: nowrap;
    font-weight: 1000;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-left: 20px;
    line-height: 1;
    margin-left: 150px;
    text-shadow: 0 0 1px currentColor;
}
.blog .t blockquote .w {
    margin-left: 400px;
    margin-top: 0px;
    line-height: 1;
}
.blog .blog-list blockquote .p {
    margin-left: 400px;
    margin-top: 0px;
    line-height: 1;
}
.blog .blog-list .blog-desc .l {
    margin-left: 550px;
    margin-top: 0px;
    line-height: 1;
}
.blog .t .blog-desc .o {
    margin-left: 550px;
    margin-top: 0px;
    line-height: 1;
}

.review-section cite {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.next-event-section {
    position: relative;
    padding: 50px 30px;
    color: #fff;
    text-align: center;
    display: block;
    min-height: 395px;
}
.events-list-section {
    text-align: center;
}

.quote3-text {
    font-size: 35px;
    /* font-style: italic; */
    padding-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 0 0 1px currentColor;
    line-height: 1;
    /* font-weight: 1000; */
    letter-spacing: 1px;
}

blockquote.john {
    margin-bottom: 0 0 0 0 !important;
    text-shadow: 0 0 1px currentColor;
    text-transform: uppercase;
}

.quote2-text {
    font-size: 34px;
    margin: 30px;
    font-style: italic;
    /* padding-bottom: 0px; */
    text-shadow: 0 0 1px currentColor;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.state-btn.active {
    outline: 2px solid #000;
    transform: translateY(-1px);
    font-size: 1.2rem;
    font-weight: 1000;
}
.state-btn {
    display: inline-block;

    letter-spacing: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: #dab263;
    color: #000;
    border: 1px solid #dab263;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    text-shadow: 0 0 1px currentColor;
    text-transform: uppercase;

    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s,
        transform 0.2s;
}
.state-btn5 {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    background: #dab263;
    color: #000;
    border: none;
    cursor: pointer;
}
.state-btn4 {
    display: inline-block;
    margin: 6px 6px;
    letter-spacing: 1.5px;
    line-height: normal;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 12px;
    background: #dab263;
    color: #000;
    border: 1px solid #dab263;
    font-weight: 600;
    font-family: Arial !important;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 1px currentColor;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s,
        transform 0.2s;
}
.state-btn4:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}
.state-btn4.active {
    outline: 2px solid #000;
    transform: translateY(-1px);
}
.state-btn3 {
    display: inline-block;
    margin: 6px 6px;
    padding: 8px 14px;
    outline: 2px solid #000;
    transform: translateY(-1px);

    background: #dab263;
    color: #000;
    border: 1px solid #dab263;
    font-weight: bolder;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s,
        transform 0.2s;
}

.t {
    font-size: 1rem;
}
.state-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 18px 15px 18px 15px;
    background: #fff;
    color: #000;
    /* border: 1px solid #dab263; */
    /* font-weight: bolder; */
    cursor: pointer;
    font-family: Helvetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    height: 31px;
    text-transform: uppercase;
    text-shadow: 0 0 1px currentColor;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s,
        transform 0.2s;
}
.state-btn2:hover {
    background: #dab263;
    color: #000;
}
.blog {
    margin-top: 40px;
    padding-top: 10px;
    
}
.blog .post-date {
    font-size: 1rem;
    color: #111;
    margin-bottom: 30px;
    font-weight: 1000;
    text-align: center;
    margin-top: 30px;
    text-align: center;
}
.custom-line {
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    margin-top: 9px;
    margin-bottom:;
    color: #000;
    display: block !important;
}

.blog .post-date span {
    font-style: italic;
    font-weight: 1000;
}
.blog .blog-desc {
    font-size: 1rem;
    color: #444;
    line-height: 1;
    white-space: normal;
    margin: 0 auto;
    font-weight: 300;
    margin-left: 30px;
}

.blog .blog-desc a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.pagination-custom {
    margin-top: 15px;
    display: block !important;
}

.pagination-custom a {
    color: #444;
    text-decoration: none;
    margin: 0 4px;
    font-size: 1.1rem;
    transition: 0.3s;
}

.pagination-custom a:hover {
    color: #c89b3c;
}
.blog-pagination-wrap {
    display: flex;
    justify-content: center; /* centers children horizontally */
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px; /* ensures text inside is centered */
}
.blog-pagination-wrap p {
    margin-top: 20px;
}

/* Blog pagination (Laravel links) */
.blog .blog-pagination-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
}

.blog .blog-pagination-wrap p.small.text-muted {
    display: none !important;
}

.blog .blog-pagination-wrap .page-item {
    margin: 0;
}

.blog .blog-pagination-wrap .page-link {
    border: 1px solid #dab263;
    background: #fff;
    color: #222;
    border-radius: 4px;
    min-width: 15px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    padding: 0 12px;
    transition: all 0.2s ease;
}

.blog .blog-pagination-wrap .page-link:hover {
    background: #dab263;
    color: #000;
    border-color: #dab263;
}

.blog .blog-pagination-wrap .page-item.active .page-link {
    background: #dab263;
    border-color: #dab263;
    color: #000;
}

.blog .blog-pagination-wrap .page-item.disabled .page-link {
    background: #f1f1f1;
    border-color: #ddd;
    color: #9a9a9a;
}

.blog .blog-pagination-wrap .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 178, 99, 0.35);
}

.contact-section {
    background: #d5b164;
    min-height: 100vh;

    padding: 70px 20px 40px;
    text-align: center;
}

.swirl-img {
    margin: 0 auto 40px;
    display: block;
    width: 300px; /* keep your size */
    height: auto;
}

.contact-title {
    font-size: 35px;
    font-weight: 500;

    letter-spacing: 4px;
    margin-bottom: 40px;
    color: #000;
    text-shadow: 0 0 1px currentColor;
}
.intro-text {
    margin: 0 auto 20px;
    font-size: 15px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    color: #111;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: min(900px, 100%);
}

.s .contact-block .contact-heading {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.s .contact-block .q {
    margin: 0;
    font-size: 15px;
    color: #222;
    line-height: 1.4;
    font-weight: 300;
}

.s .privacy-link {
    display: inline-block;

    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.s .privacy-link:hover {
    color: #000;
}

.s .copyright {
    font-size: 16px;
    color: #222;
}

.partner-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .social-link {
      width:35px;
      height:35px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      margin:0 6px;
      color:#fff;
      text-decoration:none;
      font-size:18px;
      transition:0.3s;
    } */

.facebook {
    background: #3159a6;
}

.instagram {
    background: #0f5f87;
}

.spotify {
    background: #1db954;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

.footer-text {
    font-size: 15px;
    color: #222;
}
.s {
    text-align: center;
    width: 100%;
}

/* Remove default margin between sections and div */
.about-section {
    padding: 25px;
    
}

.social-section {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers children horizontally */

    text-align: center;
}
.socialmediaicons {
    display: flex;
    flex-direction: row;
    justify-content: center; /* centers icons horizontally */
    align-items: center;
    gap: 8px; /* centers vertically if height is set */
    /* adds spacing between icons */
}
.socialmediaicons .social-link {
    width: 72px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-decoration: none;
}

.socialmediaicons .social-link.facebook {
    background: #3159a6;
}

.socialmediaicons .social-link.instagram {
    background: #0f5f87;
}

.socialmediaicons .social-link.spotify {
    background: #1db954;
}

.socialmediaicons .social-link i {
    color: #fff !important;
    background: transparent !important;
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}

.social-icons .social-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.social-icons .facebook {
    background: #3159a6;
    color: #3159a6;
}
.social-icons .facebook i {
    color: #fff;
}
.social-icons .instagram {
    background: #0f5f87;
    color: #0f5f87;
}
.social-icons .instagram i {
    color: #fff;
}
.social-icons .spotify {
    background: #1db954;
    color: #1db954;
}
.social-icons .spotify i {
    color: #fff;
    background: #1db954;
}

.blog .blog-list blockquote {
    font-size: 2.3 rem;
    font-style: italic;
    line-height: 1;

    max-width: 1100px;
    font-weight: 1000;
    color: #000;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;

    word-break: normal;

    overflow-wrap: break-word;
}
.state-filter-wrap {
    display: flex;
    /* gap: 15px; */
    align-items: center;
    justify-content: center;
}

.about-section p {
  font-size: 16px;
  word-spacing: 4px;
  color: #000;
  margin-bottom: 30px;
}

/* Ensure about section fills flush against neighbors */

/* Responsive */
@media (max-width: 768px) {
    .quote-text {
        font-size: 1.2rem;
    }

    .countdown {
        font-size: 1.5rem;
    }
    .blog .post-date {
        font-size: 1rem;
    }

    .blog .blog-desc {
        font-size: 0.95rem;
        margin-left: 14px;
        margin-right: 14px;
        text-align: center;
    }

    .blog-section-title {
        font-size: 2rem;
    }

    .blog .blog-list .blog-post-title {
        font-size: 1.4rem;
        margin: 0 14px 10px 14px;
        max-width: 100%;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0;
    }

    .contact-title {
        font-size: 42px;
    }

    .intro-text {
        font-size: 16px;
    }

    .contact-block p {
        font-size: 15px;
    }
}
