/*==================================================
KHITAN SAGE THEME
Kawan Studio
==================================================*/

/*==================================================
ROOT COLOR
==================================================*/

:root{

    --primary:#6b8f71;
    --primary-dark:#58775d;
    --primary-light:#dce8de;

    --gold:#d4af37;
    --gold-dark:#b8860b;

    --cream:#faf7f0;
    --white:#ffffff;

    --text:#444;
    --text-light:#777;

    --border:#e6e6e6;

    --shadow:0 10px 35px rgba(0,0,0,.08);

    --radius:18px;

}

/*==================================================
RESET
==================================================*/

*{

    margin:0;
    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Cormorant Garamond',serif;

    background:var(--cream);

    color:var(--text);

    overflow-x:hidden;

    line-height:1.8;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

    transition:.35s;

}

ul{

    list-style:none;

}

/*==================================================
TYPOGRAPHY
==================================================*/

h1{

    font-size:58px;

    font-weight:700;

}

h2{

    font-size:42px;

    font-weight:700;

}

h3{

    font-size:30px;

}

h4{

    font-size:24px;

}

h5{

    font-size:18px;

    color:var(--gold-dark);

    letter-spacing:2px;

    text-transform:uppercase;

}

p{

    font-size:18px;

    color:#555;

}

.cover-name{

    font-family:'Great Vibes',cursive;

    font-size:72px;

    color:#fff;

}

.title-main{

    font-family:'Great Vibes',cursive;

    color:var(--primary);

}

/*==================================================
SECTION
==================================================*/

.section{

    padding:90px 20px;

    position:relative;

}

.section:nth-child(even){

    background:#fff;

}

.section.sage{

    background:var(--cream);

}

/*==================================================
FRAME BOX
==================================================*/

.frame-box{

    background:#fff;

    padding:60px;

    border-radius:25px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:var(--shadow);

    position:relative;

    overflow:hidden;

}

.frame-box::before{

    content:"";

    position:absolute;

    left:15px;
    top:15px;
    right:15px;
    bottom:15px;

    border:1px solid rgba(212,175,55,.25);

    border-radius:18px;

    pointer-events:none;

}

/*==================================================
PREVIEW
==================================================*/

.preview-watermark{

    position:fixed;

    left:20px;
    top:20px;

    background:#dc3545;

    color:#fff;

    padding:10px 20px;

    border-radius:30px;

    z-index:99999;

    font-weight:bold;

}

/*==================================================
MUSIC
==================================================*/

.music-btn{

    position:fixed;

    right:25px;

    bottom:100px;

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    font-size:24px;

    cursor:pointer;

    box-shadow:0 8px 20px rgba(0,0,0,.2);

    z-index:9999;

    transition:.35s;

}

.music-btn:hover{

    transform:scale(1.1);

    background:var(--gold);

}

/*==================================================
WRAPPER
==================================================*/

.hidden{

    display:none;

}

.wrapper{

    display:flex;

    min-height:100vh;

}

/*==================================================
LEFT COVER
==================================================*/

.left-cover{

    width:38%;

    position:fixed;

    left:0;

    top:0;

    bottom:0;

}

/*==================================================
RIGHT CONTENT
==================================================*/

.right-content{

    width:62%;

    margin-left:38%;

    background:var(--cream);

}

/*==================================================
COVER FULLSCREEN
==================================================*/

.cover-full{

    position:fixed;

    inset:0;

    background-size:cover;

    background-position:center;

    z-index:99999;

}

.cover-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:30px;

}

.cover-content{

    color:#fff;

    max-width:700px;

}

.cover-title{

    font-size:28px;

    color:#fff;

    letter-spacing:3px;

}

.cover-content hr{

    width:120px;

    margin:25px auto;

    border:2px solid var(--gold);

}

.cover-content p{

    color:#fff;

}

.sub-text{

    opacity:.9;

}

.cover-content .btn{

    margin-top:25px;

    padding:14px 40px;

    border-radius:40px;

}

/*==================================================
ORNAMENT FRAME
==================================================*/

.cover-frame{

    position:absolute;

    inset:25px;

    border:2px solid rgba(255,255,255,.4);

    pointer-events:none;

}

.corner{

    position:absolute;

    width:60px;

    height:60px;

    border-color:var(--gold);

}

.corner.tl{

    left:-2px;
    top:-2px;

    border-left:3px solid;

    border-top:3px solid;

}

.corner.tr{

    right:-2px;
    top:-2px;

    border-right:3px solid;

    border-top:3px solid;

}

.corner.bl{

    left:-2px;
    bottom:-2px;

    border-left:3px solid;

    border-bottom:3px solid;

}

.corner.br{

    right:-2px;
    bottom:-2px;

    border-right:3px solid;

    border-bottom:3px solid;

}

/*==================================================
BUTTON
==================================================*/

.btn-success{

    background:var(--primary);

    border:none;

    border-radius:40px;

    padding:12px 35px;

}

.btn-success:hover{

    background:var(--primary-dark);

}

/*==================================================
CARD
==================================================*/

.card{

    border:none;

    border-radius:20px;

    box-shadow:var(--shadow);

}
/*==================================================
OPENING
==================================================*/

#opening{

    min-height:100vh;

    display:flex;

    align-items:center;

}

#opening .frame-box{

    text-align:center;

}

#opening img{

    margin:auto;

}

#opening h1{

    font-family:'Great Vibes',cursive;

    color:var(--primary);

    margin:20px 0;

}

#opening h2{

    color:var(--gold-dark);

}

#opening h6{

    color:#777;

    letter-spacing:2px;

}

#opening p{

    max-width:650px;

    margin:auto;

}

/*==================================================
PROFIL ANAK
==================================================*/

#anak{

    text-align:center;

}

#anak .frame-box{

    overflow:hidden;

}

#anak h2{

    color:var(--primary);

    margin-top:20px;

}

#anak h4{

    color:#555;

    margin:8px 0;

}

#anak h5{

    color:#888;

    text-transform:none;

    letter-spacing:1px;

}

/*==================================================
FOTO ANAK
==================================================*/

.couple-img{

    width:280px;

    height:280px;

    margin:auto;

    object-fit:cover;

    border-radius:50%;

    border:8px solid #fff;

    box-shadow:0 15px 45px rgba(0,0,0,.18);

    transition:.4s;

}

.couple-img:hover{

    transform:scale(1.04);

}

/*==================================================
AYAT
==================================================*/

#doa-arab{

    font-size:34px;

    line-height:2;

    direction:rtl;

    color:var(--primary);

}

blockquote{

    font-style:italic;

    color:#666;

    border-left:4px solid var(--gold);

    padding-left:20px;

}

/*==================================================
COUNTDOWN
==================================================*/

#countdown-wrapper{

    margin-top:40px;

}

.count-box{

    background:#fff;

    border-radius:18px;

    padding:25px 10px;

    box-shadow:var(--shadow);

    transition:.35s;

}

.count-box:hover{

    transform:translateY(-8px);

}

.count-box h1{

    color:var(--primary);

    font-size:46px;

    margin-bottom:5px;

}

.count-box span{

    color:#777;

    font-size:16px;

}

/*==================================================
DETAIL ACARA
==================================================*/

.event-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:var(--shadow);

    height:100%;

    transition:.35s;

}

.event-card:hover{

    transform:translateY(-8px);

}

.event-icon{

    width:75px;

    height:75px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:var(--primary-light);

    display:flex;

    justify-content:center;

    align-items:center;

}

.event-icon i{

    font-size:32px;

    color:var(--primary);

}

.event-card h4{

    margin-bottom:15px;

    color:var(--primary);

}

.event-card p{

    margin-bottom:0;

}

/*==================================================
TIMELINE
==================================================*/

.timeline{

    position:relative;

    margin-top:20px;

}

.timeline::before{

    content:"";

    position:absolute;

    left:17px;

    top:0;

    bottom:0;

    width:3px;

    background:var(--gold);

}

.timeline-item{

    position:relative;

    padding-left:50px;

    margin-bottom:30px;

}

.timeline-item::before{

    content:"";

    position:absolute;

    left:8px;

    top:6px;

    width:18px;

    height:18px;

    border-radius:50%;

    background:var(--primary);

    border:4px solid #fff;

    box-shadow:0 0 0 2px var(--gold);

}

/*==================================================
CARD ISLAMI
==================================================*/

.card-body{

    padding:35px;

}

.card-body h3,

.card-body h4{

    color:var(--primary);

}

.card-body p{

    line-height:1.9;

}



/*==================================================
HARAPAN
==================================================*/

#harapan .card{

    background:#fff;

}

#harapan p{

    text-align:justify;

}



/*==================================================
SAVE THE DATE
==================================================*/

#acara h5{

    color:var(--gold-dark);

    letter-spacing:3px;

}

#acara h2{

    color:var(--primary);

}



/*==================================================
MAP BUTTON
==================================================*/

#acara .btn{

    margin-top:20px;

}



/*==================================================
ANIMASI
==================================================*/

.frame-box{

    transition:.4s;

}

.frame-box:hover{

    transform:translateY(-3px);

}



/*==================================================
DIVIDER
==================================================*/

.divider{

    width:120px;

    height:2px;

    background:var(--gold);

    margin:30px auto;

}



/*==================================================
ICON
==================================================*/

.fa-star-and-crescent{

    color:var(--gold-dark);

}

.fa-location-dot{

    color:var(--primary);

}

.fa-calendar-days{

    color:var(--primary);

}

.fa-clock{

    color:var(--primary);

}
/*==================================================
GALERI
==================================================*/

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:20px;

    margin-top:40px;

}

.gallery-item{

    overflow:hidden;

    border-radius:20px;

    box-shadow:var(--shadow);

    background:#fff;

}

.gallery-image{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.45s;

    cursor:pointer;

}

.gallery-item:hover .gallery-image{

    transform:scale(1.08);

}



/*==================================================
LIGHTBOX
==================================================*/

#lightbox{

    display:none;

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    justify-content:center;

    align-items:center;

    z-index:999999;

    cursor:pointer;

}

#lightbox img{

    max-width:90%;

    max-height:90%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.4);

}



/*==================================================
FORM
==================================================*/

.form-control,

.form-select{

    border-radius:15px;

    border:1px solid #ddd;

    padding:14px 18px;

    font-size:17px;

    box-shadow:none;

}

.form-control:focus,

.form-select:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 .2rem rgba(107,143,113,.2);

}

textarea.form-control{

    resize:none;

}



/*==================================================
LABEL
==================================================*/

label{

    font-weight:600;

    margin-bottom:8px;

}



/*==================================================
RSVP
==================================================*/

#rsvp .card{

    max-width:700px;

    margin:auto;

}



/*==================================================
UCAPAN
==================================================*/

.ucapan-scroll{

    max-height:550px;

    overflow-y:auto;

    padding-right:10px;

}

.ucapan-scroll::-webkit-scrollbar{

    width:7px;

}

.ucapan-scroll::-webkit-scrollbar-thumb{

    background:var(--primary);

    border-radius:30px;

}

.ucapan-scroll .card{

    transition:.35s;

}

.ucapan-scroll .card:hover{

    transform:translateY(-4px);

}



/*==================================================
BADGE
==================================================*/

.badge{

    padding:8px 14px;

    border-radius:30px;

    font-size:13px;

}



/*==================================================
AMPLOP DIGITAL
==================================================*/

#amplop .card{

    max-width:700px;

    margin:auto;

}

#rekening{

    background:#f8f8f8;

    border-radius:15px;

    padding:20px;

    margin-top:20px;

    font-size:18px;

    line-height:1.8;

}

#rekening pre{

    margin:0;

    background:none;

    border:none;

    font-family:inherit;

}



/*==================================================
QRIS
==================================================*/

#amplop img{

    max-width:280px;

    margin:auto;

    border-radius:20px;

    border:8px solid #fff;

    box-shadow:var(--shadow);

}



/*==================================================
BUTTON COPY
==================================================*/

#amplop .btn{

    margin-top:25px;

}



/*==================================================
CARD HOVER
==================================================*/

.card{

    transition:.35s;

}

.card:hover{

    transform:translateY(-5px);

}



/*==================================================
ICON
==================================================*/

.fa-building-columns{

    color:var(--primary);

}

.fa-copy{

    margin-right:8px;

}

.fa-heart{

    margin-right:8px;

}

.fa-paper-plane{

    margin-right:8px;

}



/*==================================================
SUCCESS ALERT
==================================================*/

.alert{

    border:none;

    border-radius:18px;

}



/*==================================================
QUOTE
==================================================*/

blockquote{

    margin:0;

}



/*==================================================
BUTTON FULL
==================================================*/

.w-100{

    padding:14px;

}
/*==================================================
FOOTER
==================================================*/

footer{

    background:linear-gradient(180deg,#6b8f71,#58775d);

    color:#fff;

    padding:80px 20px;

    text-align:center;

}

footer .frame-box{

    background:transparent;

    border:1px solid rgba(255,255,255,.15);

    box-shadow:none;

}

footer .frame-box::before{

    border-color:rgba(255,255,255,.15);

}

footer h2,
footer h3,
footer h4,
footer h5{

    color:#fff;

}

footer p,
footer small{

    color:rgba(255,255,255,.85);

}

footer a{

    color:#ffd86b;

    font-weight:600;

}

footer a:hover{

    color:#fff;

}



/*==================================================
BOTTOM NAVIGATION
==================================================*/

.bottom-nav{

    position:fixed;

    left:50%;

    bottom:20px;

    transform:translateX(-50%);

    display:flex;

    gap:10px;

    padding:12px 18px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    border-radius:60px;

    box-shadow:0 10px 30px rgba(0,0,0,.18);

    z-index:9999;

}

.bottom-nav a{

    width:48px;

    height:48px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    color:var(--primary);

    transition:.3s;

}

.bottom-nav a:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-5px);

}



/*==================================================
LIGHTBOX ANIMATION
==================================================*/

#lightbox{

    animation:fadeIn .3s;

}

@keyframes fadeIn{

from{

opacity:0;

}

to{

opacity:1;

}

}



/*==================================================
BUTTON EFFECT
==================================================*/

.btn{

    transition:.35s;

}

.btn:hover{

    transform:translateY(-3px);

}



/*==================================================
IMAGE EFFECT
==================================================*/

img{

    transition:.35s;

}



/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar{

    width:8px;

}

::-webkit-scrollbar-track{

    background:#eee;

}

::-webkit-scrollbar-thumb{

    background:var(--primary);

    border-radius:20px;

}



/*==================================================
SELECTION
==================================================*/

::selection{

    background:var(--primary);

    color:#fff;

}



/*==================================================
AOS FIX
==================================================*/

[data-aos]{

    overflow:hidden;

}



/*==================================================
TABLET
==================================================*/

@media(max-width:992px){

.left-cover{

display:none;

}

.right-content{

width:100%;

margin-left:0;

}

.frame-box{

padding:40px;

}

.couple-img{

width:220px;

height:220px;

}

.cover-name{

font-size:58px;

}

.bottom-nav{

gap:6px;

}

.bottom-nav a{

width:44px;

height:44px;

}

}



/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){

.section{

padding:70px 15px;

}

.frame-box{

padding:30px 20px;

border-radius:18px;

}

.cover-title{

font-size:22px;

}

.cover-name{

font-size:46px;

}

h1{

font-size:42px;

}

h2{

font-size:30px;

}

h3{

font-size:24px;

}

h4{

font-size:20px;

}

p{

font-size:16px;

}

.couple-img{

width:180px;

height:180px;

}

.gallery-grid{

grid-template-columns:1fr 1fr;

gap:12px;

}

.gallery-image{

height:180px;

}

.count-box{

padding:15px 8px;

}

.count-box h1{

font-size:30px;

}

.music-btn{

width:52px;

height:52px;

font-size:20px;

right:18px;

bottom:95px;

}

.bottom-nav{

width:95%;

justify-content:space-around;

padding:10px;

border-radius:20px;

bottom:10px;

}

.bottom-nav a{

width:40px;

height:40px;

font-size:18px;

}

footer{

padding-bottom:120px;

}

}



/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

.gallery-grid{

grid-template-columns:1fr;

}

.cover-name{

font-size:38px;

}

h2{

font-size:26px;

}

.frame-box{

padding:25px 18px;

}

.count-box h1{

font-size:26px;

}

.count-box span{

font-size:13px;

}

}



/*==================================================
LOADING ANIMATION
==================================================*/

.fade-up{

animation:fadeUp .8s ease;

}

@keyframes fadeUp{

0%{

opacity:0;

transform:translateY(30px);

}

100%{

opacity:1;

transform:translateY(0);

}

}



/*==================================================
ORNAMENT
==================================================*/

.frame-box::after{

content:"";

position:absolute;

width:120px;

height:120px;

border-radius:50%;

background:rgba(212,175,55,.05);

right:-40px;

top:-40px;

pointer-events:none;

}



/*==================================================
END
==================================================*/