/* ==========================================================================
   ROCKSTAGE
   Production stylesheet
   ========================================================================== */

/* ==========================================================================
   1. RESET
   ========================================================================== */

*,
*::before,
*::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#080808;
    color:#ffffff;
    font-family:"Poppins",Arial,Helvetica,sans-serif;
    line-height:1.6;
    overflow-x:hidden;
}

/* ==========================================================================
   2. VARIABLES
   ========================================================================== */

:root{

    --red:#b10b0f;
    --red-hover:#d51419;

    --yellow:#ffd700;

    --dark:#080808;
    --dark-2:#111111;
    --gray:#151515;

    --white:#ffffff;
    --text:#dddddd;

    --radius:12px;

    --container:1200px;

    --transition:.3s ease;

    --shadow:
        0 10px 30px rgba(0,0,0,.35);

}

/* ==========================================================================
   3. BASE
   ========================================================================== */

main{
    display:block;
}

section{
    width:100%;
    padding:80px 0;
}

.container{
    width:min(92%,var(--container));
    margin-inline:auto;
    text-align:center;
}

img,
video{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    color:inherit;
    text-decoration:none;
}

ul{
    list-style-position:inside;
}

/* ==========================================================================
   4. TYPOGRAPHY
   ========================================================================== */

h1,
h2,
h3,
h4{
    line-height:1.2;
}

h2{
    font-size:clamp(2rem,4vw,2.8rem);
    margin-bottom:1.8rem;
}

p{
    color:var(--text);
}

.yellow-title{
    color:var(--yellow);
}

.red{
    color:var(--red);
}

.final-text{
    font-size:22px;
}

/* ==========================================================================
   5. BUTTONS
   ========================================================================== */

.ticket-button,
.btn{

    display:inline-block;

    background:var(--red);

    color:var(--white);

    padding:.7rem 1.4rem;

    border-radius:6px;

    font-weight:700;

    transition:var(--transition);

}

.ticket-button:hover,
.btn:hover{

    background:var(--red-hover);

    transform:translateY(-2px);

}

/* ==========================================================================
   6. HERO
   ========================================================================== */

.hero{

    min-height:90vh;

    display:flex;

    align-items:center;

    background:

    linear-gradient(
        rgba(0,0,0,.65),
        rgba(0,0,0,.9)
    ),

    url("../img/audience.jpeg")
    center/cover no-repeat;

}

.hero img{

    width:100%;
    max-width:320px;

    margin:0 auto 2rem;

}

.hero p{

    max-width:760px;

    margin:1.5rem auto;

    font-size:1.3rem;

}

.countdown{

    margin:2rem 0;

    color:var(--red);

    font-size:1.8rem;

    font-weight:700;

    letter-spacing:2px;

    text-shadow:

        0 0 8px rgba(255,0,0,.6),
        0 0 20px rgba(255,0,0,.4);
		

}

/* ==========================================================================
   7. ABOUT
   ========================================================================== */

.rockstage-about{
    background:var(--dark);
}

.rockstage-about-inner{
    display:flex;
    justify-content:center;
}

.rockstage-about-text{

    max-width:820px;

    text-align:center;

}

.rockstage-about-text h2{

    font-size:clamp(2.2rem,4vw,3rem);

    margin-bottom:1.5rem;

}

.rockstage-about-text h2 span{

    color:var(--red);

}

.rockstage-about-text p{

    font-size:1.15rem;

    line-height:1.9;

    color:#d8d8d8;

    margin-bottom:1rem;

}

.rockstage-about-text p:first-of-type{

    font-size:1.3rem;

    font-weight:600;

    color:#ffffff;

}

.divider{

    margin:1.5rem 0;

    color:var(--red);

    letter-spacing:6px;

    font-size:.9rem;

    opacity:.8;

}

/* ==========================================================================
   8. EVENTS
   ========================================================================== */

.event-box{

    background:var(--gray);

    border-radius:18px;

    padding:2.5rem;

    box-shadow:var(--shadow);

}

.event-video {
    display: block;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 12px;
    background: #000;
    margin: 0 auto;
}

.price{

    margin:1.5rem 0;

    font-size:2.8rem;

    font-weight:700;

    color:var(--yellow);

}

/* Upcoming event */

.event-container{

    max-width:1000px;

    margin:0 auto;

}

.event-photo{

    margin-bottom:1.5rem;

}

.event-photo img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    border-radius:12px;

}

.event-right{

    text-align:center;

}

.event-title{

    margin-bottom:1rem;

}

.event-description{

    max-width:720px;

    margin:0 auto;

    color:#dddddd;

    line-height:1.8;

}

.event-timing{

    margin-top:2rem;

}

/* ==========================================================================
   9. CARDS
   ========================================================================== */

.cards{

    display:grid;

    grid-template-columns:

        repeat(auto-fit,minmax(260px,1fr));

    gap:24px;

}

.card{

    background:var(--gray);

    border-radius:16px;

    padding:2rem;

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.card:hover{

    transform:translateY(-6px);

}

.card h3{

    margin-bottom:1rem;

}

/* ==========================================================================
   10. GALLERY
   ========================================================================== */

.gallery-container{

    width:min(92%,1140px);

    margin-inline:auto;

    text-align:center;

}

.filter-buttons{

    margin:2rem 0 3rem;

}

.filter-btn{

    border:none;

    background:transparent;

    color:#bbbbbb;

    padding:.8rem 1.5rem;

    border-radius:999px;

    cursor:pointer;

    transition:var(--transition);

}

.filter-btn:hover{

    background:#222;

    color:#ffffff;

}

.filter-btn.active{

    background:var(--red);

    color:#ffffff;

}

.gallery-grid{

    display:grid;

    grid-template-columns:

        repeat(auto-fit,minmax(300px,1fr));

    gap:24px;

}

.gallery-item{

    overflow:hidden;

    border-radius:16px;

    box-shadow:var(--shadow);

}

.gallery-item img{

    width:100%;

    aspect-ratio:4/3;

    object-fit:cover;

    transition:.4s ease;

}

.gallery-item:hover img{

    transform:scale(1.05);

}

.hidden{

    display:none;

}

/* ==========================================================================
   11. TICKETS
   ========================================================================== */

#tickets{
    background:var(--dark);
}

#tickets .event-box{
    max-width:760px;
    margin:0 auto;
}

#tickets p{
    line-height:2;
}

/* ==========================================================================
   12. ROCKSTAGE CLUB
   ========================================================================== */

.club-section{
    background:var(--dark-2);
}

.club-card{

    max-width:700px;

    margin:2rem auto;

    padding:2rem;

    background:#1b1b1b;

    border-left:4px solid var(--red);

    border-radius:10px;

    text-align:left;

    box-shadow:var(--shadow);

}

.club-card ul{

    margin-top:1rem;

    line-height:2;

}

.club-card li{

    color:var(--text);

}

/* ==========================================================================
   13. EMAIL FORM
   ========================================================================== */

.email-form-section{

    background:var(--dark);

}

.email-form-wrapper{

    width:100%;

    max-width:540px;

    margin:0 auto;

}

.email-form-wrapper iframe{

    width:100%;

    min-height:760px;

    border:0;

    display:block;

}

/* ==========================================================================
   14. VENUE
   ========================================================================== */

.venue-info{

    text-align:center;

    font-size:22px;

}

.venue-logo{

    width:100%;

    max-width:320px;

    margin:0 auto;

}

.venue-info p{

    color:var(--text);

    margin-top:.5rem;

}

/* ==========================================================================
   15. MAP
   ========================================================================== */

.map-section{

    background:var(--dark-2);

}

.map-wrapper{

    max-width:900px;

    margin:0 auto;

    border-radius:12px;

    overflow:hidden;

    box-shadow:var(--shadow);

}

.map-frame{

    width:100%;

    height:420px;

    border:0;

}

/* ==========================================================================
   16. FINAL CTA
   ========================================================================== */

.final{

    background:

    linear-gradient(
        rgba(0,0,0,.7),
        rgba(0,0,0,.92)
    ),

    url("../img/audience.jpeg")
    center/cover no-repeat;

    text-align:center;

}

.final-content{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.final .venue-logo{
    max-width:320px;
    margin-bottom:2rem;
}

/* ==========================================================================
   17. FOOTER
   ========================================================================== */

.rockstage-footer{

    background:#000;

    padding:60px 20px 30px;

}

.footer-container{

    max-width:1100px;

    margin:0 auto;

}

.footer-grid{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-direction:column;

    gap:24px;

    text-align:center;

}

.footer-social h4{

    margin-bottom:1rem;

}

.social-link{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:.75rem;

    margin-bottom:.75rem;

    color:#cccccc;

    transition:var(--transition);

}

.social-link img{

    width:18px;

}

.social-link:hover{

    color:var(--red);

}

.footer-bottom{

    margin-top:2rem;

    padding-top:1.5rem;

    border-top:1px solid #222;

    color:#888;

    font-size:.9rem;

}

/* ==========================================================================
   18. RESPONSIVE
   ========================================================================== */

@media (max-width:768px){

    section{

        padding:60px 0;

    }

    .hero{

        min-height:auto;

        padding:80px 0;

    }

    .hero img{

        max-width:250px;

    }

    .hero p{

        font-size:1rem;

    }

    h2{

        font-size:2rem;

    }

    .countdown{

        font-size:1.3rem;

    }

    .event-box{

        padding:1.5rem;

    }

    .price{

        font-size:2rem;

    }

    .cards{

        grid-template-columns:1fr;

    }

    .gallery-grid{

        grid-template-columns:1fr;

    }

    .email-form-wrapper iframe{

        min-height:900px;

    }

    .map-frame{

        height:340px;

    }

    .venue-logo{

        max-width:260px;

    }

}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
    outline:2px solid var(--yellow);
    outline-offset:3px;
}

/* ==========================
   PARTNERS
========================== */

.partners{

    padding:50px 0;

    background:#111;

    overflow:hidden;

}

.partners h2{

    text-align:center;

    color:#fff;

    margin-bottom:35px;

    font-size:2rem;

    letter-spacing:2px;

    text-transform:uppercase;

}

.partners-slider{

    width:100%;

    overflow:hidden;

}

.partners-track{

    display:flex;

    align-items:center;

    gap:70px;

    width:max-content;

    animation:scroll 35s linear infinite;

}

.partners-track:hover{

    animation-play-state:paused;

}

.partners-track img{

    height:70px;

    width:auto;

    opacity:.75;

    transition:.3s;

    filter:grayscale(100%);

}

.partners-track img:hover{

    opacity:1;

    filter:none;

    transform:scale(1.08);

}

@keyframes scroll{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

.final .venue-logo{
    width:240px !important;
    max-width:240px !important;
}