
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#050505;color:white;line-height:1.6}

.header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:20px 5%;
    background:transparent;
    z-index:100;
}

.header ul{display:flex;gap:25px;list-style:none}
.header a{text-decoration:none;color:white}
.logo{font-weight:bold;color:white}
.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),url('https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=1400&q=80');background-size:cover;background-position:center;display:flex;align-items:center}
.overlay{padding:0 8%}
.hero h1{font-size:5rem}
.hero h2{font-size:3rem;color:#d4a43a}
.btn{display:inline-block;margin-top:20px;background:#d4a43a;color:black;padding:15px 30px;text-decoration:none}
.section{padding:100px 8%}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gallery div{height:220px;background:#111;border:1px solid #333}
input,textarea{padding:15px;background:#111;color:white;border:1px solid #333}
button{padding:15px;background:#d4a43a;border:none;font-weight:bold}
@media(max-width:768px){
.header{flex-direction:column}
.hero h1{font-size:3rem}
.hero h2{font-size:2rem}
.cards,.gallery{grid-template-columns:1fr}
}

form{
    max-width:650px;
    margin:30px auto 0;
    display:flex;
    flex-direction:column;
    gap:15px;
}

#booking{
    text-align:center;
}

#booking h2{
    margin-bottom:20px;
}

#booking form{
    max-width:650px;
    margin:0 auto;
}

#booking input,
#booking textarea{
    width:100%;
    padding:15px;
    background:#111;
    color:#fff;
    border:1px solid #333;
    border-radius:10px;
}

#booking textarea{
    min-height:150px;
    resize:vertical;
}

#booking button{
    border-radius:10px;
    transition:.3s ease;
}

#booking button:hover{
    background:#fff;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-video {
    flex: 1;
    min-width: 300px;
}

.about-video video {
    width: 100%;
    border-radius: 15px;
}

.about-text {
    flex: 1;
    min-width: 300px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:#111;
    border:none;
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    padding-bottom:20px;
    transition:.3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}

.card:hover{
    transform:translateY(-8px);
}

.card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:contain;
    background:#0a0a0a;
    padding:10px;
    display:block;
}

.card h3{
    color:#fff;
    margin:15px 0;
    padding:0 10px;
    font-size:18px;
}

.listen-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #c9a227; /* gold */
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
}

.listen-btn:hover {
    background: #fff;
    transform: scale(1.05);
}

.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: #c9a227;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #fff;
    transform: translateY(-3px);
}

.hidden-text {
    display: none;
}

.hidden-text {
    display: none;
    margin-top: 20px;
    text-align: left;
    line-height: 1.8;
}

.hidden-text h3 {
    color: #c9a227;
    margin-top: 25px;
    margin-bottom: 10px;
}

.hidden-text p {
    margin-bottom: 15px;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.about-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.about-gallery img:hover {
    transform: scale(1.05);
}
.about-details {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}

.about-info {
    flex: 2;
}

.about-media {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-media video {
    width: 100%;
    border-radius: 12px;
}

.about-details {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.about-media {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-info {
    flex: 2;
}

.video-box video {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.event-video video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin-bottom: 10px;
}

.card h3 {
    color: #fff;
    padding: 10px;
}

.event-btn {
    display: inline-block;
    margin-top: 4px;
    padding: 1px 5px;
    background: #c9a227;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    transition: 0.3s ease;
}

.event-btn:hover {
    background: #fff;
    transform: translateY(-3px);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

.lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.95);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.lightbox img{
    max-width:90%;
    max-height:90%;
    border-radius:12px;
}

.close-lightbox{
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}

.hamburger{
    display:none;
    font-size:2rem;
    color:white;
    cursor:pointer;
}

@media(max-width:768px){

    .hamburger{
        display:block;
    }

    .nav-menu{
        position:fixed;
        top:0;
        right:-100%;
        width:250px;
        height:100vh;
        background:#111;
        transition:.3s;
        padding-top:80px;
    }

    .nav-menu.active{
        right:0;
    }

    .nav-menu ul{
        flex-direction:column;
        gap:30px;
        text-align:center;
    }

    .header{
        flex-direction:row;
        align-items:center;
    }
}

.social-media-footer{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-top:50px;
}

.social-media-footer a{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#111;
    color:#c9a227;
    text-decoration:none;
    font-size:24px;
    border:2px solid #c9a227;
    transition:all 0.3s ease;
}

.social-media-footer a:hover{
    background:#c9a227;
    color:#000;
    transform:translateY(-8px) scale(1.1);
    box-shadow:0 10px 25px rgba(201,162,39,0.4);
}

.booking-contact{
    text-align:center;
    margin-bottom:30px;
    font-size:1.1rem;
    line-height:1.8;
    color:#c9a227;
    font-weight:600;
}

footer{
    text-align:center;
    padding:35px 20px;
    background:#0a0a0a;
    border-top:1px solid rgba(201,162,39,.25);
}

footer a{
    text-decoration:none;
}

footer p{
    color:#777;
    font-size:14px;
    letter-spacing:1px;
    transition:.3s ease;
}

footer p:hover{
    color:#c9a227;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin-top:30px;
}

.stat-card{
    background:#111;
    padding:30px;
    border-radius:15px;
    text-align:center;
    border:1px solid rgba(201,162,39,.25);
}

.stat-card h3{
    color:#c9a227;
    font-size:2.3rem;
}

.track-list{
    max-width:900px;
    margin:auto;
}

.track-item{
    display:flex;
    justify-content:space-between;
    background:#111;
    padding:20px;
    margin-bottom:12px;
    border-radius:12px;
}

.audience-card{
    max-width:700px;
    margin:auto;
    background:#111;
    padding:30px;
    border-radius:15px;
    border:1px solid rgba(201,162,39,.25);
}

.spotify-section{
    text-align:center;
}

.spotify-player{
    max-width:900px;
    margin:30px auto;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.video-embed{
    position:relative;
    width:100%;
    max-width:900px;
    margin:30px auto;
    aspect-ratio:16/9;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.video-embed iframe{
    width:100%;
    height:100%;
    border:none;
}

.gallery video,
.gallery-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .gallery video,
    .gallery-video {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}