*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;
background:#08b3ca;
overflow-x:hidden;

}

#cover{

height:100vh;

background:url("../assets/img/back.png") center center/cover;

position:relative;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

color:white;

}

.overlay{

position:absolute;

width:100%;

height:100%;

background:rgba(0,0,0,.45);

}

.content{

position:relative;

z-index:10;

width:90%;

max-width:500px;

animation:fade 1.8s;

}

.small{

letter-spacing:5px;

font-size:15px;

}

h1{

font-size:58px;

font-family:'Cormorant Garamond',serif;

margin:15px 0;

}

h1 span{

color:#eac27b;

}

.date{

margin-bottom:40px;

}

.guest-box{

background:white;

color:#333;

padding:18px;

border-radius:12px;

margin-bottom:30px;

}

.guest-box h2{

margin-top:8px;

font-size:24px;

}

button{

padding:15px 45px;

border:none;

border-radius:40px;

background:#0aaee0;

color:white;

font-size:16px;

cursor:pointer;

transition:.3s;

}

button:hover{

transform:scale(1.05);

}

#home{

display:none;

padding:80px 30px;

text-align:center;

}

@keyframes fade{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}
.hero{

padding:70px 20px;

text-align:center;

}



.hero-photo{

width:220px;

height:220px;

object-fit:cover;

border-radius:50%;

border:8px solid rgb(12, 165, 173);

box-shadow:0 15px 40px rgba(0,0,0,.15);

margin-bottom:25px;

}

.subtitle{

letter-spacing:3px;

font-size:13px;

color:#777;

}

.hero h2{

font-size:52px;

font-family:'Cormorant Garamond',serif;

margin:15px 0;

}

.hero span{

color:#5d9ec7;

}

.hero-date{

margin-top:15px;

}

.countdown{

padding:70px 20px;

background:url("../assets/img/repeat/blue-brush-3.jpg");

text-align:center;

}

.timer{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-top:30px;

}

.timer div{

background:url("../assets/img/hero.jpg");

background:url("../assets/img/hero.jpg");

padding:20px;

width:90px;

border-radius:12px;

}

.timer span{

font-size:34px;

font-weight:bold;

display:block;

}

.couple{

padding:80px 20px;

display:flex;

align-items:center;

justify-content:center;

gap:30px;

flex-wrap:wrap;

}

.card{

width:260px;

background:url("../assets/img/repeat/so-white.png");

padding:30px;

border-radius:20px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

text-align:center;

}

.card img{

width:180px;

height:180px;

object-fit:cover;

border-radius:50%;

margin-bottom:20px;

}

.card h3{

font-family:'Cormorant Garamond',serif;

font-size:36px;

margin-bottom:10px;

}

.love{

font-size:70px;

color:#c79d5d;

font-family:'Cormorant Garamond',serif;

}
.event{

padding:90px 20px;

background:#faf7f3;

text-align:center;

}

.event h2{

font-size:45px;

margin-bottom:40px;

font-family:'Cormorant Garamond',serif;

}

.event-card{

max-width:500px;

margin:20px auto;

background:white;

padding:35px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.event-card h3{

font-size:34px;

margin-bottom:20px;

color:#c79d5d;

}

.story{

padding:100px 20px;

}

.story h2{

text-align:center;

font-size:48px;

margin-bottom:60px;

}

.timeline{

max-width:800px;

margin:auto;

}

.item{

background:white;

padding:25px;

margin:25px 0;

border-left:5px solid #c79d5d;

box-shadow:0 10px 20px rgba(0,0,0,.05);

}

.maps{

padding:90px 20px;

text-align:center;

background:white;

}

.maps iframe{

width:100%;

height:400px;

border:none;

border-radius:15px;

margin:30px 0;

}

.btn-map{

display:inline-block;

padding:15px 40px;

background:#c79d5d;

color:white;

text-decoration:none;

border-radius:50px;

transition:.3s;

}

.btn-map:hover{

transform:translateY(-3px);

}
.flower{

position:fixed;

width:180px;

opacity:.12;

pointer-events:none;

z-index:0;

}

.flower1{

top:0;

left:0;

}

.flower2{

bottom:0;

right:0;

}
.gallery{

padding:90px 20px;

text-align:center;

background:#faf7f3;

}

.gallery h2{

font-size:48px;

margin-bottom:40px;

font-family:'Cormorant Garamond',serif;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

gap:15px;

max-width:1100px;

margin:auto;

}

.gallery-grid img{

width:100%;

height:250px;

object-fit:cover;

border-radius:15px;

cursor:pointer;

transition:.4s;

}

.gallery-grid img:hover{

transform:scale(1.05);

}

#lightbox{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.9);

justify-content:center;

align-items:center;

z-index:9999;

}

#lightbox img{

max-width:90%;

max-height:90%;

border-radius:12px;

}

#lightbox span{

position:absolute;

top:30px;

right:40px;

font-size:45px;

color:white;

cursor:pointer;

}
.gift{

padding:90px 20px;

text-align:center;

background:white;

}

.rekening{

background:#faf7f3;

max-width:420px;

margin:30px auto;

padding:30px;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.rekening img{

width:250px;

margin-top:20px;

}
.music-btn{

position:fixed;

bottom:25px;

right:25px;

width:60px;

height:60px;

background:#c79d5d;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:26px;

color:white;

cursor:pointer;

box-shadow:0 8px 25px rgba(0,0,0,.2);

z-index:999;

}
.guestbook{

padding:80px 20px;

background:#faf7f3;

text-align:center;

}

.guestbook input,
.guestbook textarea,
.guestbook select{

width:100%;

max-width:500px;

padding:15px;

margin:10px auto;

display:block;

border:1px solid #ddd;

border-radius:10px;

font-size:15px;

}

.guestbook textarea{

height:130px;

resize:none;

}

.ucapan{

background:white;

padding:20px;

border-radius:15px;

margin:15px auto;

max-width:650px;

text-align:left;

box-shadow:0 8px 20px rgba(0,0,0,.05);

}
:root{

    --primary:#C58C5A;

    --secondary:#FFF8F3;

    --pink:#F8EDEB;

    --text:#444444;

    --white:#ffffff;

}

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;

    background:var(--secondary);

    color:var(--text);

    overflow-x:hidden;

}

h1,h2,h3,h4{

    font-family:'Great Vibes',cursive;

}

section{

    padding:90px 0;

}

.card{

    border:none;

    border-radius:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.btn-primary{

    background:var(--primary);

    border:none;

    padding:12px 35px;

    border-radius:50px;

    transition:.3s;

}

.btn-primary:hover{

    background:#a86e3c;

    transform:translateY(-3px);

}

img{

    max-width:100%;

}

.rounded-xl{

    border-radius:30px;

}
.welcome-text{
    max-width:700px;
    margin:0 auto 40px;
    color:#6b5b52;
}

.bismillah{
    font-family:'Cormorant Garamond', serif;
    font-size:42px;
    color:#b88a44;
    margin-bottom:10px;
    letter-spacing:1px;
}

.translation{
    font-size:15px;
    color:#8b7b73;
    margin-bottom:20px;
}

.intro{
    font-weight:600;
    font-size:18px;
    color:#5b4b45;
    margin-bottom:15px;
}

.description{
    font-size:16px;
    line-height:1.9;
    color:#6f625b;
}