/* GLOBAL */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family: Arial, sans-serif;
    background:#07111f;
    color:white;
    overflow-x:hidden;
}

/* NAVBAR */
.custom-nav{
    background:rgba(0,0,0,0.35);
    backdrop-filter:blur(12px);
    padding:15px 0;
    transition:0.3s;
}

.navbar-brand{
    font-size:1.3rem;
    letter-spacing:1px;
}

.nav-link{
    color:white !important;
    margin-left:20px;
    font-weight:500;
    transition:0.3s;
}

.nav-link:hover{
    color:#ffb400 !important;
}

/* HERO SECTION */

.hero-section{

min-height:100vh;

background:
    linear-gradient(
        rgba(5,12,25,.35),
        rgba(5,12,25,.65)
    ),
    url('images/music-in-the-snow-poster.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

position:relative;

}

.overlay{
position:absolute;
inset:0;


background:
    radial-gradient(
        circle at center,
        rgba(255,255,255,0.03),
        rgba(0,0,0,0.55)
    );


}

.hero-content{
position:relative;
z-index:2;
width:100%;
}

.hero-section .row{
justify-content:center;
}

.hero-section .col-lg-7{
max-width:900px;
}

.festival-badge{
background:#ffb400;
color:#111;
padding:12px 22px;
border-radius:50px;
font-weight:bold;
display:inline-block;
margin-bottom:25px;
box-shadow:0 4px 15px rgba(255,180,0,0.3);
}

.hero-content h1{
font-size:5rem;
font-weight:800;
line-height:1.1;
color:white;


text-shadow:
    0 0 25px rgba(0,0,0,0.7),
    0 5px 25px rgba(0,0,0,0.7);

max-width:900px;
margin:auto;


}

.hero-text{
margin:30px auto;
font-size:1.35rem;
line-height:1.8;
max-width:750px;
color:white;


text-shadow:
    0 3px 12px rgba(0,0,0,.6);


}

.hero-buttons{
margin-top:35px;
}


/* SECTION TITLE */
.section-title{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
    font-weight:800;
}

/* PACKAGES */
.packages-section{
    padding:100px 0;
    background:
        linear-gradient(
            to bottom,
            #07111f,
            #0d1f35
        );
}

.tent-card{
    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.12);

    backdrop-filter:blur(12px);

    border-radius:24px;

    padding:35px;

    transition:0.4s;

    height:100%;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.25);
}

.tent-card:hover{
    transform:translateY(-10px);

    border:1px solid rgba(255,180,0,0.5);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.4);
}

.tent-card h3{
    font-size:1.7rem;
    font-weight:bold;
    margin-bottom:15px;
}

.price{
    color:#ffb400;
    font-size:2rem;
    font-weight:800;
    margin-bottom:20px;
}

.tent-card ul{
    list-style:none;
    padding-left:0;
}

.tent-card ul li{
    margin-bottom:12px;
    padding-left:25px;
    position:relative;
    color:#d6d6d6;
}

.tent-card ul li::before{
    content:"✓";
    color:#ffb400;
    position:absolute;
    left:0;
    font-weight:bold;
}

.book-btn{
    margin-top:20px;
}

/* MODAL */
.booking-modal{
    background:#0f1725;
    color:white;
    border-radius:24px;
}

.modal-header{
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.form-control{
    background:#1a2638;
    border:1px solid rgba(255,255,255,0.15);
    color:white;
    padding:12px;
}

.form-control:focus{
    background:#1a2638;
    color:white;
    border-color:#ffb400;
    box-shadow:none;
}

.form-control::placeholder{
    color:#ccc;
}

label{
    margin-bottom:8px;
    font-weight:600;
}

/* CONTACT */
.contact-section{
    padding:100px 0;
    background:#08121d;
}

.contact-section h2{
    font-size:3rem;
    margin-bottom:20px;
    font-weight:bold;
}

.contact-section p{
    color:#d6d6d6;
    margin-bottom:30px;
}

/* FOOTER */
footer{
    padding:25px;
    text-align:center;
    background:#050b14;
    color:#aaa;
}

/* mobile */
@media(max-width:991px){

.hero-content h1{
    font-size:3rem;
}

.hero-text{
    font-size:1.1rem;
}

.section-title{
    font-size:2.2rem;
}

}

@media(max-width:576px){

.hero-content h1{
    font-size:2.3rem;
}

.festival-badge{
    font-size:0.8rem;
}

.hero-buttons .btn{
    width:100%;
    margin-bottom:15px;
}

.tent-card{
    padding:25px;
}

}

/* EXPERIENCE SECTION */

.experience-section{
    padding:100px 0;
    background:#081523;
}

.experience-card{

    background:rgba(255,255,255,0.05);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:30px;

    padding:60px;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.25);
}

.experience-title{

    text-align:center;

    font-size:3.5rem;

    font-weight:800;

    margin-top:20px;

    color:white;
}

.experience-subtitle{

    text-align:center;

    color:#ffb400;

    margin-bottom:40px;
}

.experience-card p{

    color:#d7d7d7;

    line-height:1.9;

    font-size:1.05rem;
}

.option-card{

    background:rgba(255,255,255,0.04);

    border-radius:20px;

    padding:30px;

    height:100%;

    border:1px solid rgba(255,255,255,0.08);
}

.featured-option{

    border:1px solid rgba(255,180,0,0.4);

    box-shadow:
    0 0 25px rgba(255,180,0,0.15);
}

.option-card h4{

    color:white;

    margin-bottom:20px;
}

.option-price{

    color:#ffb400;

    font-weight:700;

    margin-bottom:10px;

    font-size:1.1rem;
}

.festival-highlight{

    margin-top:50px;

    text-align:center;

    padding:40px;

    border-radius:20px;

    background:rgba(255,180,0,0.08);
}

.festival-highlight h4{

    color:#ffb400;

    margin-bottom:20px;

    font-size:2rem;
}

@media(max-width:768px){

    .experience-card{

        padding:30px;
    }

    .experience-title{

        font-size:2.5rem;
    }
}
.tent-image{

    width:100%;

    height:250px;

    object-fit:cover;

    border-radius:18px;

    margin-bottom:20px;
}
.faq-section{

    padding:100px 0;

    background:#0d1f35;
}

.accordion-item{

    background:#122844;

    border:none;

    margin-bottom:15px;

    border-radius:15px;

    overflow:hidden;
}

.accordion-button{

    background:#122844;

    color:white;

    font-weight:600;
}

.accordion-button:not(.collapsed){

    background:#183555;

    color:#ffb400;
}

.accordion-body{

    background:#122844;

    color:#d7d7d7;
}
footer{

    background:#050b14;

    padding:60px 0 20px;
}

footer h4{

    color:#ffb400;

    margin-bottom:20px;
}

footer p{

    color:#cfcfcf;
}

footer a{

    color:#cfcfcf;

    text-decoration:none;
}

footer a:hover{

    color:#ffb400;
}

footer hr{

    border-color:rgba(255,255,255,0.1);

    margin:30px 0;
}
.tent-card{
    display:flex;
    flex-direction:column;
}

.tent-card .btn{
    margin-top:auto;
}
.navbar-logo{

    height:55px;

    width:auto;

    margin-right:12px;
}

.brand-text{

    color:white;

    font-weight:700;

    font-size:1.1rem;
}
.poster-section{

    padding:80px 0;

    background:#07111f;
}

.festival-poster{

    width:100%;

    max-width:900px;

    border-radius:20px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.4);
}
.package-logo{

    height:140px;

    width:auto;
}