*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#fff;
}

/* ---------------- NAVIGATION ---------------- */

header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:1000;
}

nav{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:25px 70px;

    background:rgba(0,0,0,.20);

    backdrop-filter:blur(8px);

}

.logo img{

    width:140px;

}

nav ul{

    list-style:none;

    display:flex;

    gap:45px;

}

nav a{

    color:white;

    text-decoration:none;

    font-size:17px;

    letter-spacing:1px;

    transition:.3s;

}

nav a:hover{

    color:#d7b98f;

}

/* ---------------- HERO ---------------- */

.hero{

    height:100vh;

    background:url("images/hero.jpg");

    background-size:cover;

    background-position:center;

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.40);

}

.hero-content{

    position:relative;

    text-align:center;

    color:white;

    z-index:2;

}

.hero h1{

    font-family:'Cormorant Garamond',serif;

    font-size:95px;

    font-weight:600;

    letter-spacing:3px;

}

.hero p{

    margin-top:15px;

    font-size:28px;

    margin-bottom:45px;

}

.btn{

    text-decoration:none;

    background:white;

    color:black;

    padding:18px 48px;

    border-radius:50px;

    font-size:18px;

    transition:.3s;

}

.btn:hover{

    background:#d7b98f;

    color:white;

}

/* ---------------- MOBILE ---------------- */

@media(max-width:768px){

nav{

padding:20px;

flex-direction:column;

}

nav ul{

margin-top:20px;

gap:20px;

}

.hero h1{

font-size:52px;

}

.hero p{

font-size:22px;

}

}
/* ABOUT PAGE */

.page{

padding:170px 10% 100px;

min-height:100vh;

background:#f8f5f1;

}

.container{

max-width:900px;

margin:auto;

text-align:center;

}

.container h1{

font-family:'Cormorant Garamond',serif;

font-size:70px;

margin-bottom:40px;

color:#222;

}

.container p{

font-size:22px;

line-height:2;

color:#555;

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#fff;
}

/* ---------------- NAVIGATION ---------------- */

header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:1000;
}

nav{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:25px 70px;

    background:rgba(0,0,0,.20);

    backdrop-filter:blur(8px);

}

.logo img{

    width:140px;

}

nav ul{

    list-style:none;

    display:flex;

    gap:45px;

}

nav a{

    color:white;

    text-decoration:none;

    font-size:17px;

    letter-spacing:1px;

    transition:.3s;

}

nav a:hover{

    color:#d7b98f;

}

/* ---------------- HERO ---------------- */

.hero{

    height:100vh;

    background:url("images/hero.jpg");

    background-size:cover;

    background-position:center;

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.40);

}

.hero-content{

    position:relative;

    text-align:center;

    color:white;

    z-index:2;

}

.hero h1{

    font-family:'Cormorant Garamond',serif;

    font-size:95px;

    font-weight:600;

    letter-spacing:3px;

}

.hero p{

    margin-top:15px;

    font-size:28px;

    margin-bottom:45px;

}

.btn{

    text-decoration:none;

    background:white;

    color:black;

    padding:18px 48px;

    border-radius:50px;

    font-size:18px;

    transition:.3s;

}

.btn:hover{

    background:#d7b98f;

    color:white;

}

/* ---------------- MOBILE ---------------- */

@media(max-width:768px){

nav{

padding:20px;

flex-direction:column;

}

nav ul{

margin-top:20px;

gap:20px;

}

.hero h1{

font-size:52px;

}

.hero p{

font-size:22px;

}

}
/* ABOUT PAGE */

.page{

padding:170px 10% 100px;

min-height:100vh;

background:#f8f5f1;

}

.container{

max-width:900px;

margin:auto;

text-align:center;

}

.container h1{

font-family:'Cormorant Garamond',serif;

font-size:70px;

margin-bottom:40px;

color:#222;

}

.container p{

font-size:22px;

line-height:2;

color:#555;

}
/* EVENTS PAGE */

.events-page{
    max-width:900px;
    margin:70px auto;
    padding:0 20px;
}

.events-page h1{
    text-align:center;
    font-size:42px;
    margin-bottom:50px;
    font-family:"Cormorant Garamond", serif;
    font-weight:500;
}

.event-card{
    border:1px solid #d8d8d8;
    background:#fff;
    padding:35px;
    margin-bottom:30px;
    transition:.3s;
}

.event-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.event-card h2{
    font-size:28px;
    margin-bottom:18px;
    font-family:"Cormorant Garamond", serif;
    font-weight:500;
}

.event-card p{
    margin:10px 0;
    color:#555;
    line-height:1.8;
}

.coming-soon{
    display:inline-block;
    margin-top:20px;
    padding:8px 18px;
    border:1px solid #000;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.events-title{
    text-align:center;
    font-family:"Cormorant Garamond", serif;
    font-size:52px;
    font-weight:500;
    color:#222;
    margin:70px 0 50px;
}
/* ================= LEGAL PAGES ================= */

.page-header{
    padding:170px 20px 60px;
    text-align:center;
    background:#f8f5f1;
}

.page-header h1{
    font-family:'Cormorant Garamond',serif;
    font-size:64px;
    color:#222;
    margin-bottom:15px;
}

.page-header p{
    color:#777;
    font-size:18px;
}

.legal-page{
    max-width:1000px;
    margin:auto;
    padding:0 8% 80px;
    color:#444;
    line-height:1.9;
}

.legal-page h2{
    margin-top:55px;
    margin-bottom:20px;
    font-family:'Cormorant Garamond',serif;
    font-size:40px;
    color:#222;
}

.legal-page h3{
    margin-top:35px;
    margin-bottom:15px;
    font-size:26px;
    color:#333;
}

.legal-page p{
    margin-bottom:20px;
    font-size:18px;
}

.legal-page ul{
    margin:20px 0 25px 25px;
}

.legal-page li{
    margin-bottom:15px;
    font-size:18px;
}


/* ================= WHATSAPP ================= */

.whatsapp-float{
    position:fixed;
    bottom:30px;
    right:30px;
    width:62px;
    height:62px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:999;
    transition:.3s;
}

.whatsapp-float:hover{
    transform:scale(1.08);
}

.whatsapp-float img{
    width:32px;
    height:32px;
    filter:invert(1);
}

.btn{
    display:inline-block;
    text-decoration:none;
    background:white;
    color:black;
    padding:16px 40px;
    border-radius:40px;
    transition:.3s;
    font-weight:600;
}

.btn:hover{
    background:#d7b98f;
    color:white;
}

@media(max-width:768px){

.page-header h1{
    font-size:42px;
}

.legal-page{
    padding:0 25px 60px;
}

.legal-page h2{
    font-size:30px;
}

.legal-page h3{
    font-size:22px;
}

.legal-page p,
.legal-page li{
    font-size:16px;
}

.footer-content h3{
    font-size:28px;
}

.whatsapp-float{
    width:55px;
    height:55px;
    bottom:20px;
    right:20px;
}

.whatsapp-float img{
    width:28px;
    height:28px;
}

}

/* ================= FOOTER ================= */
footer{
    background:#f8f6f3;
    border-top:1px solid #ddd;
    padding:40px 20px;
    margin-top:80px;
}

.footer-content{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.footer-content h3{
    font-family:"Cormorant Garamond", serif;
    font-size:32px;
    font-weight:500;
    margin-bottom:12px;
    letter-spacing:2px;
}

.footer-content p{
    margin:8px 0;
    color:#555;
    font-size:16px;
}

.footer-content a{
    color:#444;
    text-decoration:none;
    transition:.3s;
}

.footer-content a:hover{
    color:black;
}

.footer-links{
    margin:18px 0;
}

.footer-links a{
    margin:0 12px;
    font-weight:500;
}

.copyright{
    margin-top:22px;
    font-size:14px;
    color:#888;
}

