/* all import file */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap');
@import url('http://fonts.cdnfonts.com/css/corbel');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hubballi&family=Libre+Caslon+Display&family=Mrs+Saint+Delafield&family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');


/* font-family: 'Hubballi', cursive;
font-family: 'Libre Caslon Display', serif;
font-family: 'Mrs Saint Delafield', cursive;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;*/

/*LOCAL STYLE. --> list of color, font that will use on this project */
:root {
    /* font color */
    --font_primary_color:#fff;
    --font_secondry_color:#172F49;
    --font_third_color:#FFC21C;
    --font_fourt_color:#47BFC7;

    /* background-color */
    --background_primary:#172F49;
    --background_secondary:#0F523B;

    /* font-family */
    --font_family_primary:'Inter', sans-serif;
    
}


/* loading animation */
.loader-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--background_primary);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}


.popup_nama_pengantin_text{
    font-family: var(--font_family_primary);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 108.5%;
    /* or 43px */

    text-align: center;
    letter-spacing: -0.01em;
    text-transform: capitalize;

}

.judulText {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 108.5%;
    color: var(--main_color_font);
}

.popup_subJudul{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 108.5%;
    /* or 17px */

    text-align: center;
    text-transform: uppercase;
}

.invitation_text{
    font-family: 'Corbel', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

body{
    background-color:rgb(250, 250, 250);
    margin: 0 !important;
    padding: 0 !important;
    color:#EADF90;
    font-family: 'ZCOOL XiaoWei', serif;
}

.popup_screen{
    z-index: 999999;
    position: fixed;
    background: rgba(33, 33, 33, 0.798);
    backdrop-filter: blur(10px);
    width: 100% ;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: 0.5s ease;
}
.popup_screen.active{
    visibility: visible;
}

.popup_box{
    position: relative;
    background-color: rgba(255, 255, 255, 0.805);
    backdrop-filter: blur(10px);
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    padding: 0  40px 50px ;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0 0 0 / 20%);

}

.background_popup{
    background-image: url(../Image/Background/sarasehan-ortu2.jpg);
    background-size: cover;
    background-position: top;
    width: 350px !important;
    height: 200px;
    border-radius: 20px 20px 0 0;
}
.btn_open{
    color: var(--font_primary_color);
    background: var(--background_primary);
    text-decoration: none;
    padding: 7px 27px;
    border-radius: 5px;
    border:none;
}

.homepage{
    position: relative;
    max-height: 100vh;
    color: var(--font_primary_color);
    overflow: hidden;
}

.icon-img img{
    position: absolute;
    right: 64px;
    top: 42px;
    width: 190px;
}

.bg-homepage-1 img{ 
    width:100%;
    top: 0px;
}

/* MAIN CONTENT */
.info_date_background{
    position: relative;
    background: var(--background_primary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    color: var(--font_primary_color);
}
.info_text_date{
    padding: 0px 25px 25px 25px;
}

.info_text_date p {
    color: var(--font_primary_color);
    text-align: center;
    font-size: 33px;
    font-family: var(--font_family_primary);
    font-weight: 300;
    line-height: 176.023%;
    letter-spacing: 7.425px;
    text-transform: uppercase;
}
.date_card {
    height: 100%;
    border-radius: 54px 54px 0px 0px;
    border-top: 2px solid var(--font_fourt_color);
    border-right: 2px solid var(--font_fourt_color);
    border-left: 2px solid var(--font_fourt_color);
    background: var(--background_primary);
}

.event_info{
    padding: 25px 30px 0px 30px;
}
.event_info h1 {
    color: #47BFC7;
    font-size: 64px;
    font-family: Inter;
    font-weight: 700;
    line-height: 159.523%;
    letter-spacing: -1.6px;
    margin: 0;
}
.date_card_1 {
    border-radius: 0px 0px 54px 54px;
    border-right: 2px solid #47BFC7;
    border-bottom: 2px solid #47BFC7;
    border-left: 2px solid #47BFC7;
    background: linear-gradient(90deg, rgba(71, 191, 199, 0.15) 0%, #47BFC7 100%);
    padding: 8px 10px;
    
}
.date_card_1 h4 {
    color: var(--font_primary_color);
    text-align: center;
    font-size: 20px;
    font-family: var(--font_family_primary);
    font-weight: 600;
    line-height: 159.523%;
    letter-spacing: 7.9px;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 12px;
}

.information_card{
    padding: 0px 75px 12px 75px;
}
.information_date h4 {
    color: var(--3-white, #F0F0F0);
    text-align: center;
    font-size: 48px;
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 69px;
}

.information_date h2 {
    color: var(--5-yellow, #FFC21C);
    text-align: center;
    font-size: 150px;
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
}

.information_date h3 {
    color: var(--5-yellow, #FFC21C);
    text-align: center;
    font-size: 55px;
    font-family: Inter;
    font-weight: 300;
    letter-spacing: -2.2px;
    text-transform: uppercase;
}
.information_time{
    max-width: 510px;
    padding-left: 50px;
    text-align: start;
}
.information_time h3 {
    color: var(--5-yellow, #FFC21C);
    text-align: center;
    font-size: 55px;
    font-family: Inter;
    font-weight: 300;
    text-transform: uppercase;
    max-width: fit-content;
}

.information_time h5 {
    color: var(--3-white, #F0F0F0);
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
}

.btn-blue a{ 
    background: #2291C9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    text-decoration: none;
    width: 272px;
    
    color: var(--white);
    padding: 11px 15px;
}
.btn-blue p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.info_date{
    padding: 68px 0 100px 0;
}

.info_date h6 {
    color: var(--font_primary_color);
    text-align: center;
    font-size: 16px;
    font-family: var(--font_family_primary);
    line-height: 159.523%;
    letter-spacing: -0.4px;
    padding: 42px 20px;
}

/* timer */

.timer_sec{
    color: var(--main_color_font);
    font-family: var(--font_family_primary);
    padding: 12px 30px 0px 30px;
}

.timerDemoBg{
    width: 100%;
    /* background-color: #555048;
    height: 286px; */
}
.timerDemoBg h3 {
    color: var(--6-light-blue, #47BFC7);
    text-align: center;
    font-size: 64px;
    font-family: Inter;
    font-weight: 700;
    line-height: 70.523%;
    letter-spacing: -1.6px;
    margin: 0;
}

.timertext_date{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
/* .timerDemo > .countDay, .timerDemo > .countHr, .timerDemo > .countMin, .timerDemo > .countSec {
    font-size: 37px;
    font-weight: 600;
    color: var(--main_color_font);
} */
.timerDemo p {
    color: var(--5-yellow, #FFC21C);
    font-size: 96px;
    font-family: Inter;
    font-weight: 600;
    margin-bottom: 21px;
    height: 100%;
}
.timerDemo h5 {
    color: var(--3-white, #F0F0F0);
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    margin: 0;
    
}

.timerDemo div {
    margin: 15px 15px !important;
    padding: 20px;
    /* background: #fff; */
    width: fit-content;
    height: 125px;
    /* border-radius: 20px;
    box-shadow: 2px 2px 10px -2px #0000009b; */
}
.text_ket_time{
    font-size: 24px;
}

.btn-outline {
    border: 2px solid var(--font_primary_color);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    background-color: #00000000;
    color: var(--font_primary_color);
    padding: 11px 15px;
    margin-top: 20px;
}


.text_date_location{
    padding: 10px 0;
}
.text_date_location p {
    margin-bottom: 10px 0px;
    font-family: 'ZCOOL XiaoWei';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.outline_button_gold{
    background: var(--background_primary);
    color: var(--font_primary_color);
    text-decoration: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 4px 20px;
    max-width: 190px;
    margin-top: 20px;
}
.outline_button_gold p{
    color: #fff;
}
.rsvp_sec{
    /* display: none; */
}
.sec_rsvp_image{
    /* background-image: url(Image/Asset/rsvp_img1.png); */
    min-height: 810px;
    object-position: bottom right;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat;

}
.new_position{
    position: relative;
    right: -60px;
}
.rsvp_background{
    /* min-height: 100vh; */
    background:url(../Image/Background/rsvpBGsmall1.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    color:var(--main_color_font);
}

.rsvp_card{
    color: var(--main_color_font);
    padding: 20px 30px 20px 30px !important;
    min-height: 203px !important;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 19px;
    /* display: none; */
    background: rgba(255, 255, 255, 0.64);
    border: 10px solid var(--background_primary);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.event_rsvp_description p {
    color: #172F49;
    text-align: center;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 159.523%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: auto !important;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked {
    background-color: var(--background_primary) !important;
    border-color: var(--background_primary) !important;
}

.small_notes_rsvp p{
    color: #172F49;
    text-align: center;
    font-size: 14px;
    font-family: Inter;
    font-style: italic;
    line-height: 159.523%;
    letter-spacing: -0.35px;
}

.btn-rsvp{
    background-color:var(--font_secondry_color) !important ;
    color: var(--font_primary_color) !important;
}


.font-weight-bold{
    font-weight: 700 !important;
}

/* rsvp confirmation */
.rsvp_card_confirmed{
    color: var(--font_secondry_color);
    
    padding: 40px 30px 40px 30px !important;
    min-height: 203px !important;
    font-family: var(--font_family_primary);

    background: rgba(255, 255, 255, 0.64);
    border: 10px solid var(--background_primary);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.rsvp_confirmed{
    position: relative;
    max-width: 400px;
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    display: none;
}
.rsvp_confirmed h1{
    font-size: 24px !important;
    line-height: 24px !important;
}
.rsvp_confirmed h5{
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    padding: 20px 0px;
    line-height: 143%;
}
.rsvp_confirmed h3{
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    font-family: var(--font_family_primary);
    color: var(--font_secondry_color);
}
/* RSVP Closed */
.rsvp_card_close{
    color: var(--font_secondry_color);
    
    padding: 40px 30px 40px 30px !important;
    min-height: 203px !important;
    font-family: var(--font_family_primary);

    background: rgba(255, 255, 255, 0.64);
    border: 10px solid var(--background_primary);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.rsvp_close{
    position: relative;
    max-width: 400px;
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    display: block;
}
.rsvp_close h1{
    font-size: 24px !important;
    line-height: 24px !important;
}

/* Footer */
.closing{
    height: 100%;   
    background:var(--background_primary);
    background-size: cover;
    background-position:center;
    color: var(--white);
    font-family: var(--font_family_primary);
    padding: 72px 20px;
}

.closing article{
    padding: 16px 10px;
}
.icon_closing{
    max-height: 115px;
    margin-top: auto;
}
.icon_social_media{
    min-width: 250px !important;
    padding-bottom: 5px;
}
.icon_social_media h5{
    color: var(--font_primary_color);
    font-size: 15px;
    font-family: Inter;
    line-height: 108.5%;
    margin: 0;
}
.social_media_card{
    padding-left: 25px;
}
.closing a {
    text-decoration: none;
    color: var(--white);
    font-family: var(--font_family_primary);
}
.closing a:hover {
    color: var(--white);
}

.thankyou_text{
    font-size: 70px;
    font-family: 'Mrs Saint Delafield', cursive;
    color: var(--font_primary_color);
}
.social_media_inviter{
    color: var(--font_primary_color);
}


.logo_inviter{
    max-width: 86px;
}


@media (max-width: 1200px){
    .information_time {
        max-width: 510px;
        padding-left: 0px;
        text-align: center;
    }
    .information_time h3 {
        margin-left: auto;
        margin-right: auto;
    }
    .timerDemoBg h3 {
        line-height: 105.523%;
    }
}
@media (max-width: 990px){
    .info_text_date p {
        font-size: 24px;
        width: 450px;
    }
    .information_card{
        padding: 20px 3rem 3rem 2rem;
    }
    .information_card h5{
        text-align: center;
    }
    .outline_button_gold{
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sec_rsvp_image {
        /* display: none; */
    }
    .sec_rsvp_image{
        background-image: url(../Image/Background/rsvpBGsmall2.jpg);
        min-height: 792px;
        object-position: bottom right;
        background-size: cover !important;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .rsvp_background {
        background: url(../Image/Background/rsvpBGsmall1.jpg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
        color: var(--main_color_font);
    }
    .new_position{
        position: static;
    }
}

@media (max-width: 800px){
    .homepage{
        position: relative;
        max-height: 100vh;
    }
    
    .bg-homepage-1 img{ 
        width: 100%;
        
    }
    .info_text_date p {
        font-size: 24px;
        width: 500px;
    }
    .event_info h1 {
        font-size: 31px;
    }
    .information_time h3 {
        font-size: 40px;
    }
    .social_media_card {
        padding-left: 115px;
        margin-top: 20px;
    }
    .sec_rsvp_image {
        min-height: 491px;
        object-position: bottom right;
        background-size: cover !important;
        background-position: top;
        background-repeat: no-repeat;
    }
    .information_time h5 {
        font-size: 16px;
    }
    .date_card_1 h4 {
        font-size: 14px;
    }
}
@media (max-width: 740px){
    .icon_closing{
        width: 300px;
        max-width: 300px;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .info_text_date p {    
        font-size: 20px;
        width: 329px;
    }
    .timerDemo div {
        margin: 15px 8px !important;
        padding: 15px;
        width: fit-content;
        height: 115px;
        
    }
    .rechteck_outside {
        padding: 8px;
    }
}

@media (max-width: 550px){
    
    .timerDemo div {
        margin: 10px 5px !important;
        padding: 15px 5px;
       
        height: 110px;
        
    }
    .text_ket_time{ 
        font-size: 18px;
    }
    .timerDemo p {
        color: var(--5-yellow, #FFC21C);
        font-size: 52px;
        font-family: Inter;
        font-weight: 600;
        margin-bottom: -17px;
        height: 100%;
    }
    .timerDemo h5 {
        color: var(--3-white, #F0F0F0);
        font-size: 12px;
        font-family: Inter;
        font-weight: 500;
        margin: 0;
    }
    .info_session_container{
        display: none;
    }
    .information_date h4 {
        font-size: 28px;
        margin-top: 37px;
    }
    .information_date h2 {
        font-size: 80px;
    }
    .information_date h3 {
        font-size: 28px;
    }
    .date_card_1 h4 {
        letter-spacing: 2px;
    }
    .timerDemoBg h3 {
        color: var(--6-light-blue, #47BFC7);
        text-align: center;
        font-size: 38px;
        font-family: Inter;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -1.6px;
        margin: 0;
    }
    
}
@media (max-width: 432px){
    .homepage_text .nama_pengantin_text {
        font-weight: 400;
        font-size: 50px;
        letter-spacing: 0.03em;
        
    }
    
    .timerDemo div {
        margin: 8px 3px !important;
        padding: 15px 5px;
       
        height: 110px;
        
    }
    .text_ket_time{
        font-size: 16px;
    }
    .love_story_text{
        font-size: 12px;
        margin-bottom: 80px;
    }
    .foto-grid{
        --gap:10px;
        --num-cols:4;
        --row-height:120px;
    }
    .timerDemo p {
        color: var(--5-yellow, #FFC21C);
        font-size: 62px;
        font-family: Inter;
        font-weight: 600;
        margin-bottom: -17px;
        height: 100%;
    }
    .timerDemo h5 {
        color: var(--3-white, #F0F0F0);
        font-size: 20px;
        font-family: Inter;
        font-weight: 500;
        margin: 0;
    }
    .sec_rsvp_image {
        background-image: url(../Image/Background/rsvpBGsmall1.jpg);
        min-height: 426px !important;
        object-position: bottom right;
        background-size: cover !important;
        background-position: 13% center;
        background-repeat: no-repeat;
    }
}
@media (max-width: 400px){
    .bg-homepage-1 img {
        width: 100%;
    }
    .info_text_date p {
        font-size: 18px;
        width: 270px;
        line-height: 30px;
        letter-spacing: 5px;
    }
    .event_info h1 {
        font-size: 36px;
    }
    .sec_rsvp_image {
        min-height: 370px !important;
    }
    
}

/* Loader Animation */
@-webkit-keyframes follow-the-leader {
    0% {
        -webkit-transform: rotate(0deg) translateY(-200%);
        transform: rotate(0deg) translateY(-200%);
    }

    60%,
    100% {
        -webkit-transform: rotate(360deg) translateY(-200%);
        transform: rotate(360deg) translateY(-200%);
    }
}

@keyframes follow-the-leader {
    0% {
        -webkit-transform: rotate(0deg) translateY(-200%);
        transform: rotate(0deg) translateY(-200%);
    }

    60%,
    100% {
        -webkit-transform: rotate(360deg) translateY(-200%);
        transform: rotate(360deg) translateY(-200%);
    }
}

.follow-the-leader-line {
    height: 14px;
    position: relative;
    width: 14px;
}

.follow-the-leader-line div {
    -webkit-animation: follow-the-leader 1.25s infinite backwards;
    animation: follow-the-leader 1.25s infinite backwards;
    background-color: var(--font_secondry_color);
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.follow-the-leader-line div:nth-child(1) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    background-color: #0f523bec;
}

.follow-the-leader-line div:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color:#0f523bbe;
}

.follow-the-leader-line div:nth-child(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    background-color:#0f523b94;
}

.follow-the-leader-line div:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #0f523b73;
}

.follow-the-leader-line div:nth-child(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    background-color:#0f523b73;
}

