*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    scroll-behavior:smooth;
}

body{
    background:#FBF8F1;
    color:#3A4A2E;
    font-family:'Marcellus', serif;
    overflow-x:hidden;
}

/* =========================
   HERO
========================= */

.hero{
    width:100%;
    height:100vh;
    background:url('../img/cover.jpg') center center;
    background-size:cover;
    position:relative;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(25,35,20,.72);
    backdrop-filter:blur(2px);
}

.content{
    position:relative;
    z-index:10;

    height:100%;

    display:flex;
    flex-direction:column;

    justify-content:center;
    align-items:center;

    text-align:center;

    color:white;

    padding:20px;
}

.logo{
    width:140px;
    margin-bottom:25px;
    animation:float 4s ease-in-out infinite;
}

.sub{
    letter-spacing:7px;
    font-size:14px;
    margin-bottom:20px;
}

.hero h1{
    font-family:'Great Vibes', cursive;
    font-size:90px;
    color:#D9BD7E;
    text-shadow:0 0 20px rgba(217,189,126,.5);
}

.date{
    margin-top:10px;
    letter-spacing:4px;
    font-size:20px;
}

.guest{
    margin-top:30px;
    line-height:1.8;
    font-size:18px;
}

.btn-open{
    margin-top:30px;

    background:linear-gradient(
        45deg,
        #C9A961,
        #D9BD7E
    );

    border:none;

    color:white;

    padding:16px 45px;

    border-radius:100px;

    font-weight:bold;

    letter-spacing:2px;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.3);
}

.btn-open:hover{
    transform:translateY(-3px);
}

/* =========================
   MAIN CONTENT
========================= */

#main-content{
    display:none;
}

.section{
    padding:100px 0;
    position:relative;
}

.section-title{
    text-align:center;

    margin-bottom:30px;

    font-family:'Playfair Display', serif;

    font-size:55px;

    color:#3A4A2E;
}

.ayat{
    max-width:900px;

    margin:auto;

    text-align:center;

    font-size:22px;

    line-height:2;
}

/* =========================
   MEMPELAI
========================= */

.card-mempelai{
    background:white;

    border-radius:30px;

    padding:40px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;
}

.card-mempelai:hover{
    transform:translateY(-10px);
}

.photo{
    width:220px;
    height:220px;

    border-radius:50%;

    object-fit:cover;

    border:6px solid #D9BD7E;

    margin-bottom:25px;
}

.nama{
    font-family:'Great Vibes', cursive;

    font-size:50px;

    color:#6B8E4E;
}

.role{
    letter-spacing:4px;

    color:#C9A961;

    margin-bottom:10px;
}

/* =========================
   COUNTDOWN
========================= */

.ornament{
    color:#C9A961;
    font-size:28px;
    letter-spacing:10px;
}

.count-subtitle{
    max-width:700px;

    margin:auto;

    margin-bottom:60px;

    line-height:2;

    color:#666;
}

/* =========================
   EVENT COUNTDOWN
========================= */

.event-countdown-card{

    background:white;

    padding:45px 25px;

    border-radius:35px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    transition:.4s;

    text-align:center;

    overflow:hidden;

    height:100%;
}

.event-countdown-card:hover{
    transform:translateY(-10px);
}

.event-label{

    letter-spacing:5px;

    color:#C9A961;

    margin-bottom:15px;

    font-size:13px;
}

.event-countdown-card h3{

    font-family:'Playfair Display', serif;

    color:#3A4A2E;

    margin-bottom:10px;

    font-size:42px;
}

.event-time{
    margin-bottom:30px;
    color:#666;
}

/* =========================
   MINI COUNTDOWN
========================= */

.mini-countdown{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin-top:30px;

    flex-wrap:nowrap;

    width:100%;
}

.mini-box{

    width:72px;
    height:72px;

    background:#6B8E4E;

    border-radius:20px;

    color:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    flex-shrink:0;
}

.mini-box h4{

    margin:0;

    font-size:28px;

    line-height:1;

    font-family:'Playfair Display', serif;
}

.mini-box span{

    margin-top:5px;

    font-size:11px;

    letter-spacing:1px;
}

/* =========================
   UCAPAN
========================= */

.ucapan-card{

    background:white;

    padding:25px;

    border-radius:25px;

    margin-bottom:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    animation:fadeIn .5s ease;
}

.ucapan-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:10px;
}

.ucapan-header h5{

    margin:0;

    color:#3A4A2E;
}

.ucapan-header span{

    font-size:12px;

    color:#888;
}

.ucapan-card p{

    margin:0;

    line-height:1.8;

    color:#555;
}

/* =========================
   ACARA PREMIUM
========================= */

.acara-section{

    background:
    radial-gradient(
        rgba(201,169,97,.08) 1px,
        transparent 1px
    );

    background-size:20px 20px;
}

.title-line{

    width:180px;

    height:2px;

    background:#D9BD7E;

    margin:20px auto;

    position:relative;
}

.title-line::after{

    content:'';

    width:12px;
    height:12px;

    border-radius:50%;

    background:#C9A961;

    position:absolute;

    top:-5px;

    left:50%;

    transform:translateX(-50%);
}

.acara-card{

    background:white;

    border-radius:35px;

    padding:50px 35px;

    height:100%;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    transition:.4s;

    overflow:hidden;
}

.acara-card:hover{
    transform:translateY(-10px);
}

.acara-label{

    letter-spacing:6px;

    color:#C9A961;

    text-align:center;

    margin-bottom:20px;

    font-size:14px;
}

.acara-title{

    text-align:center;

    font-family:'Playfair Display', serif;

    color:#3A4A2E;

    font-size:48px;

    line-height:1.2;

    margin-bottom:30px;
}

.divider-acara{

    width:120px;

    height:2px;

    background:#D9BD7E;

    margin:25px auto 35px auto;

    position:relative;
}

.divider-acara::after{

    content:'◆';

    position:absolute;

    left:50%;
    top:-13px;

    transform:translateX(-50%);

    color:#C9A961;

    background:white;

    padding:0 10px;
}

.acara-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:30px;
}

.icon-circle{

    width:55px;
    height:55px;

    border-radius:50%;

    background:#EEF2E5;

    display:flex;

    justify-content:center;
    align-items:center;

    font-size:24px;

    flex-shrink:0;
}

.acara-item span{

    letter-spacing:4px;

    color:#6B8E4E;

    font-size:13px;
}

.acara-item p{

    margin-top:8px;

    font-size:20px;

    line-height:1.7;

    color:#3A4A2E;
}

.btn-maps{

    display:block;

    width:100%;

    background:#6B8E4E;

    color:white;

    text-align:center;

    text-decoration:none;

    padding:18px;

    border-radius:100px;

    letter-spacing:3px;

    margin-top:40px;

    transition:.3s;
}

.btn-maps:hover{

    background:#58753f;

    color:white;
}

/* =========================
   GALLERY
========================= */

.gallery img{

    width:100%;

    border-radius:25px;

    transition:.4s;
}

.gallery img:hover{
    transform:scale(1.03);
}

/* =========================
   FOOTER
========================= */

.footer-wedding{

    background:#3A4A2E;

    color:white;
}

.footer-wedding h1{

    font-family:'Great Vibes', cursive;

    color:#D9BD7E;

    font-size:70px;
}

/* =========================
   NAVIGATION
========================= */

.bottom-nav{

    position:fixed;

    bottom:20px;

    left:50%;

    transform:translateX(-50%);

    background:rgba(58,74,46,.92);

    padding:15px 30px;

    border-radius:100px;

    z-index:999;

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.1);
}

.bottom-nav a{

    color:white;

    text-decoration:none;

    margin:0 12px;

    font-size:14px;
}

/* =========================
   ANIMATION
========================= */

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

@keyframes fadeIn{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .hero h1{
        font-size:58px;
    }

    .photo{
        width:170px;
        height:170px;
    }

    .section-title{
        font-size:40px;
    }

    .event-countdown-card h3{
        font-size:34px;
    }

    .mini-countdown{
        gap:8px;
    }

    .mini-box{
        width:60px;
        height:60px;
    }

    .mini-box h4{
        font-size:22px;
    }

    .mini-box span{
        font-size:10px;
    }

    .acara-title{
        font-size:36px;
    }

    .acara-card{
        padding:35px 25px;
    }

    .acara-item p{
        font-size:17px;
    }

    .footer-wedding h1{
        font-size:50px;
    }

    .bottom-nav{
        width:95%;
        padding:12px 10px;
        text-align:center;
    }

    .bottom-nav a{
        margin:0 6px;
        font-size:12px;
    }

}

/* =========================
   AMPLOP DIGITAL
========================= */

.amplop-card{

    background:white;

    border-radius:35px;

    padding:40px;

    border:1px solid #E8D7AE;

    height:100%;

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.amplop-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.06);
}

.amplop-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;
}

.amplop-top h3{

    font-family:'Playfair Display', serif;

    font-size:54px;

    color:#3A4A2E;

    margin:0;
}

.amplop-icon{

    width:65px;
    height:65px;

    border-radius:50%;

    background:#6B8E4E;

    color:white;

    display:flex;

    justify-content:center;
    align-items:center;

    font-size:28px;
}

.amplop-label{

    letter-spacing:5px;

    color:#6B8E4E;

    font-size:14px;

    margin-bottom:12px;

    margin-top:20px;
}

.amplop-name{

    font-size:24px;

    color:#3A4A2E;

    line-height:1.6;
}

.amplop-number{

    font-size:48px;

    font-family:'Playfair Display', serif;

    color:#3A4A2E;

    line-height:1.2;

    margin-top:10px;

    word-break:break-word;
}

.btn-copy{

    width:100%;

    border:none;

    background:#6B8E4E;

    color:white;

    padding:18px;

    border-radius:100px;

    margin-top:35px;

    letter-spacing:4px;

    transition:.3s;

    font-size:14px;
}

.btn-copy:hover{

    background:#58753f;

    color:white;

    transform:translateY(-2px);
}

/* =========================
   RSVP FORM
========================= */

.form-control,
.form-select{

    border-radius:18px;

    padding:15px 20px;

    border:1px solid #ddd;

    box-shadow:none;
}

.form-control:focus,
.form-select:focus{

    border-color:#6B8E4E;

    box-shadow:
    0 0 0 0.2rem rgba(107,142,78,.15);
}

textarea.form-control{
    min-height:140px;
}

/* =========================
   BUTTON CUSTOM
========================= */

.btn-custom{

    background:#6B8E4E;

    color:white;

    border:none;

    padding:16px 35px;

    border-radius:100px;

    letter-spacing:3px;

    transition:.3s;
}

.btn-custom:hover{

    background:#58753f;

    color:white;

    transform:translateY(-2px);
}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#F5F1E8;
}

::-webkit-scrollbar-thumb{
    background:#6B8E4E;
    border-radius:100px;
}

/* =========================
   MOBILE FIX
========================= */

@media(max-width:768px){

    .hero{
        background-position:center;
    }

    .hero h1{
        font-size:52px;
        line-height:1.2;
    }

    .sub{
        font-size:12px;
        letter-spacing:4px;
    }

    .date{
        font-size:16px;
    }

    .guest{
        font-size:15px;
    }

    .section{
        padding:80px 0;
    }

    .section-title{
        font-size:38px;
        line-height:1.3;
    }

    .ayat{
        font-size:18px;
        line-height:1.8;
        padding:0 15px;
    }

    .photo{
        width:160px;
        height:160px;
    }

    .nama{
        font-size:42px;
    }

    .event-countdown-card h3{
        font-size:32px;
    }

    .mini-countdown{
        gap:6px;
    }

    .mini-box{
        width:58px;
        height:58px;
        border-radius:16px;
    }

    .mini-box h4{
        font-size:20px;
    }

    .mini-box span{
        font-size:9px;
    }

    .acara-title{
        font-size:34px;
    }

    .acara-card{
        padding:35px 25px;
    }

    .acara-item{
        gap:14px;
    }

    .acara-item p{
        font-size:16px;
    }

    .icon-circle{
        width:48px;
        height:48px;
        font-size:20px;
    }

    .btn-maps{
        padding:15px;
        font-size:13px;
    }

    .amplop-card{
        padding:30px;
    }

    .amplop-top h3{
        font-size:40px;
    }

    .amplop-number{
        font-size:34px;
    }

    .btn-copy{
        padding:15px;
        font-size:12px;
    }

    .footer-wedding h1{
        font-size:48px;
    }

    .bottom-nav{

        width:95%;

        padding:12px 8px;

        display:flex;

        justify-content:center;

        flex-wrap:wrap;

        gap:10px;
    }

    .bottom-nav a{

        margin:0;

        font-size:11px;
    }

}

/* =========================
   PEMBUKA PREMIUM
========================= */

.pembuka-section{

    background:#FBF8F1;

    position:relative;

    overflow:hidden;
}

.pembuka-logo{

    width:120px;

    margin-bottom:35px;

    animation:float 4s ease-in-out infinite;
}

.pembuka-bismillah{

    letter-spacing:10px;

    color:#B89249;

    font-size:18px;

    margin-bottom:40px;
}

.pembuka-title{

    font-family:'Cormorant Garamond', serif;

    font-style:italic;

    font-size:42px;

    line-height:1.7;

    color:#3A4A2E;

    max-width:1200px;

    margin:auto;

    margin-bottom:70px;
}

.ayat-box{

    position:relative;

    background:
    linear-gradient(
        to bottom,
        #FDFCF8,
        #F7F5EE
    );

    border:1px solid #E7D3A2;

    border-radius:35px;

    padding:70px 60px;

    max-width:1100px;

    margin:auto;

    overflow:hidden;
}

.arabic-ayat{

    font-size:68px;

    line-height:1.8;

    color:#3A4A2E;

    text-align:center;

    margin-bottom:45px;

    font-family:'Amiri', serif;
}

.ayat-translate{

    font-family:'Cormorant Garamond', serif;

    font-style:italic;

    font-size:28px;

    line-height:2;

    color:#66735B;

    text-align:center;

    max-width:950px;

    margin:auto;
}

.ayat-source{

    text-align:center;

    margin-top:40px;

    letter-spacing:8px;

    color:#B89249;

    font-size:24px;
}

/* PARTICLE */

.sparkle{

    position:absolute;

    color:#D4B06A;

    opacity:.8;

    animation:float 6s ease-in-out infinite;
}

.sparkle-1{

    top:40px;
    right:120px;

    font-size:28px;
}

.sparkle-2{

    top:160px;
    right:60px;

    font-size:20px;
}

.sparkle-3{

    bottom:40px;
    left:70px;

    font-size:26px;
}

.sparkle-4{

    bottom:20px;
    left:350px;

    font-size:22px;
}

/* MOBILE */

@media(max-width:768px){

    .pembuka-logo{
        width:90px;
    }

    .pembuka-bismillah{

        letter-spacing:5px;

        font-size:14px;
    }

    .pembuka-title{

        font-size:26px;

        line-height:1.8;

        padding:0 15px;
    }

    .ayat-box{

        padding:40px 25px;

        border-radius:25px;
    }

    .arabic-ayat{

        font-size:34px;

        line-height:1.9;
    }

    .ayat-translate{

        font-size:20px;

        line-height:1.8;
    }

    .ayat-source{

        font-size:18px;

        letter-spacing:4px;
    }

}

/* =========================
   FOOTER PREMIUM
========================= */

.footer-premium{

    position:relative;

    padding:90px 20px 50px;

    background:
    linear-gradient(
        135deg,
        #3E5A2F,
        #2F4625,
        #4E703B
    );

    overflow:hidden;

    color:white;
}

.footer-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(
        rgba(255,255,255,.04) 1px,
        transparent 1px
    );

    background-size:22px 22px;

    opacity:.4;
}

.footer-logo{

    width:90px;

    margin-bottom:25px;

    animation:float 5s ease-in-out infinite;
}

.footer-thanks{

    letter-spacing:6px;

    color:#D9BD7E;

    font-size:16px;

    margin-bottom:30px;
}

.footer-text{

    max-width:850px;

    margin:auto;

    font-family:'Cormorant Garamond', serif;

    font-style:italic;

    font-size:26px;

    line-height:1.8;

    color:#F4F1EA;

    margin-bottom:45px;
}

.footer-label{

    letter-spacing:6px;

    color:#D9BD7E;

    font-size:18px;

    margin-bottom:18px;
}

.footer-name{

    font-family:'Great Vibes', cursive;

    font-size:25px;

    line-height:1.1;

    color:#D9BD7E;

    margin-bottom:60px;

    text-shadow:
    0 0 25px rgba(217,189,126,.25);
}

.footer-copy{

    font-size:22px;

    color:rgba(255,255,255,.85);

    letter-spacing:1px;
}

/* PARTICLE */

.footer-particle{

    position:absolute;

    border-radius:50%;

    background:#D9BD7E;

    opacity:.85;

    animation:float 7s ease-in-out infinite;
}

.particle-1{

    width:18px;
    height:18px;

    top:90px;
    left:120px;
}

.particle-2{

    width:32px;
    height:32px;

    bottom:70px;
    right:140px;
}

.particle-3{

    width:12px;
    height:12px;

    top:200px;
    right:220px;
}

/* MOBILE */

@media(max-width:768px){

    .footer-premium{

        padding:100px 20px 70px;
    }

    .footer-logo{
        width:90px;
    }

    .footer-thanks{

        font-size:16px;

        letter-spacing:5px;
    }

    .footer-text{

        font-size:20px;

        line-height:1.8;
    }

    .footer-label{

        font-size:16px;

        letter-spacing:5px;
    }

    .footer-name{

        font-size:25px;

        line-height:1.2;
    }

    .footer-copy{

        font-size:16px;
    }

}