@font-face {
    font-family: 'Entreaty';
    src: url('../../../general/fonts/Entreaty-Stamp.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('../../../general/fonts/Cinzel-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #c8d2c6;
}
.header-section{
    background-image: url('../image/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-bg{
    opacity: 0.8;
}
.img-1{
    position: absolute;
    bottom: -50px;
    right: -45px;
    width: 225px;
    animation: floatUp 5s ease-in-out infinite;
}
.img-2{
    position: absolute;
    bottom: -127px;
    right: -40px;
    width: 200px;
    animation: floatUp 5s ease-in-out infinite;
}
.img-3{
    position: absolute;
    bottom: -150px;
    left: 15px;
    width: 225px;
    animation: floatUp 5s ease-in-out infinite;
}
.img-4{
    position: absolute;
    bottom: -150px;
    left: 15px;
    width: 225px;
    animation: floatUp 5s ease-in-out infinite;
}
.img-5{
    position: absolute;
    top: -15px;
    left: -70px;
    width: 225px;
    animation: floatUp 5s ease-in-out infinite;
}

.header-section h4{
    font-family: "Cinzel";
    position: inherit;
    z-index: 2;
    margin-top: 5rem;
}
.header-section h2{
    font-family: "Entreaty";
    position: inherit;
    font-size:3rem;
}
.header-img{
    width: 220px;
    height: 220px;
    margin: 20px auto;
    position: relative;
}
.header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-img .frame{
    bottom: -20px;
    position: absolute;
    width: 115%;
    height: 115%;
    z-index: 2;
    right: -20px;
    border-radius: 0;
}
.date{
    font-family: "Cinzel";
    font-size: 1.2rem;
    text-transform: uppercase;
}
.count-down{
    text-align: center;
    position: inherit;
}
.count-down .box{
    display: inline-block;
    margin: 5px;
    padding: 10px 5px;
    width: 60px;
    background-color: #86878b;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}
.count-down .box span{
    display: block;
    font-size: 16px;
}
.couple-section{
    text-align: center;
    background-image: url('../image/bg-1.jpg');
    background-repeat: no-repeat;
    min-height: 100%;
}
.couple-divider{
    margin: 10px;
    font-size: 5rem;
    font-family: "Monsieur";
}
.couple-name{
    font-family: "Entreaty";
}
h1,h2,h3,h4,h5{
    font-family: "Cinzel";
}
.divider{
    width: 120px;
    margin-bottom: -30px;
    opacity: 0.7;
}
.couple-img{
    width: 180px;
    height: 180px;
    margin: 20px auto;
    position: relative;
}
.couple-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.couple-img .frame{
    bottom: -10px;
    position: absolute;
    width: 110%;
    height: 110%;
    z-index: 2;
    right: -10px;
    border-radius: 0;
}
.schedule-section{
    text-align: center;
    min-height: 100%;
    background-image: url('../image/bg-1.jpg');
    background-repeat: no-repeat;
}
.box.drop-shadow{
    position: relative;
    background-color: #ffffff75;
    border-radius: 15px;
}
.left-flower{
    position: absolute;
    width: 150px;
    left: -50px;
    top: -20px;
    animation: floatUp 5s ease-in-out infinite;
}
.right-flower{
    position: absolute;
    width: 150px;
    right: -50px;
    bottom: -55px;
    animation: floatUp 5s ease-in-out infinite;
}
.schedule-section .icon{
    width: 55px;
    margin-bottom: 10px;
    animation: floatSmall 5s ease-in-out infinite;
}
.date-box table{
    width: 100%;
}
.date-box table td{
    text-align: center;
    vertical-align: middle;
    font-family: "Cinzel";
}
.date-box span{
    display: block;
}
.date-box .date{
    font-size: 2rem;
}
.date-box .year{
    font-size: 1rem;
}
.date-box .middle{
    border-left:2px dotted #c8d2c6 ;
    border-right:2px dotted #c8d2c6 ;
}
.date-box .left,.date-box .right{
    width: 110px;
    font-size: 1.2rem;
}
.date-box .time{
    font-weight: bold;
    font-size: 16px;
}
.main-text{
    color: #8395ad;
}
.grey-text{
    color: #6a7270;
}

.location-section{
    text-align: center;
    background-image: url('../image/bg-1.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 400px;
}
.btn-map{
    background-color: #69788c;
    margin-top: 15px;
    color: #fff;
}
.gallery-section{
    text-align: center;
    position: relative;
}
.gallery-section iframe{
    border-radius: 15px;
}
.gallery-section .top-flower,.love-story-section .top-flower{
    position: absolute;
    top: -70px;
    right: -60px;
    width: 200px;
    animation: floatUp 5s ease-in-out infinite;
}

.love-story-section{
    background-image: url('../image/bg-2.jpg');
    position: relative;
    text-align: center;
    min-height: 100%;
}
.love-story-section h2{
    font-family: "Entreaty";
}
.story{
    background-color: #ffffff75;
    padding: 50px 0px;
    border-radius: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

.story::-webkit-scrollbar {
    display: none;
}
.story {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}
.story-box{
    font-size: 12px;
    padding: 30px 15px;
    margin-left: 50px;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
    text-align: justify;
    border-radius: 15px;
}
.story-box .date{
    padding: 5px;
    text-align: center;
    width: 150px;
    background-color: #69788c;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -20px;
    border-radius: 50px;
}
.story-box .title{
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    font-family: "Raleway";
}
.story-box .icon{
    position: absolute;
    top: 40%;
    left: -30px;
    font-size: 1.4rem;
    color: #8f8281;
}
.font-main{
    font-family: "Entreaty";
}
.friend-wishes-section{
    background-image: url('../image/bg-2.jpg');
    position: relative;
    text-align: center;
    min-height: 100%;
}
.wishes{
    background-color: #ffffffd9;
    border-radius: 20px;
}
.friend-wishes-section h2{
    font-family: "Entreaty";
}
.message{
    max-height: 60vh;
    overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.message::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.message {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}
.message-box{
    text-align: left;
    border-bottom: 1px solid #8395ad;
}
.message-box .name{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #69788c;
}
.btn-wishes{
    background-color: #69788c;
    color: #fff;
    width: 100%;
}
.wishes form{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8395ad;
}
.message p{
    margin: 0;
}
.message .time{
    font-style: italic;
    text-align: right;
    font-size: 12px;
    color: #69788c;
}
.wedding-gift-section{
    position: relative;
}
.wedding-gift-section .card{
    padding: 20px;
    text-align: left;
    border: none;
    margin-bottom: 20px;
    color:#69788c;
    background-color: #d6dce6;
    /* background-image: url('../image/bg-2.jpg'); */
    background-position: center;
}
.wedding-gift-section .card .logo{
    text-align: right;
}
.wedding-gift-section .card .logo img{
    width: 100px;
}
.wedding-gift-section .card .content{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wedding-gift-section .card .label{
    color: #6a7270;
}
.wedding-gift-section .card .icon{
    width: 80px;
    margin-top: 25px;
}
.closing{
    position: relative;
}
.closing h5{
    font-size: 14px;
}
.closing h1{
    font-size: 2.5rem;
}
.footer{
    padding: 20px;
    background-color: #dce4ee;
}
.footer img{
    width: 100px;
}
.footer .copyright-text{
    font-size: 12px;
    margin-bottom: 80px;
}
.footer a,.footer i{
    text-decoration: none;
    color: #69788c;
    font-weight: bold;
}
.menu{
    position: fixed;
    bottom: 0px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
    z-index: 9;
}
.menu-container{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 0px 10px;
}
.menu-box{
    background-color: #8395ad94;
    padding: 10px;
    border-radius: 5px;
}
.menu a{
    display: block;
    padding: 10px;
    width: 40px;
    background-color: #69788c;
    border-radius: 5px;
    margin: auto;
}
.cover-section{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
    transition: all 0.8s;
    left: 0px;
}
.cover-section.closed{
    height: 0px;
    top: -50px;
}
.cover-section img{
    transition: all 1s;
}
.cover-section.closed img{
    width: 0px;
    height: 0px;
}
.cover-section h2{
    font-size: 2.5rem;
}
.cover-section h3{
    font-size: 20px;
}
.cover-section h4{
    font-size: 16px;
}
.nama-tamu{
    font-size: 16px;
    padding: 10px;
    font-style: italic;
    font-weight: 600;
}
.cover-section button{
    padding: 10px;
    width: 180px;
    border: none;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 50px;
    border-radius: 50px;
    background-color: #8395ad;
    color: #fff;
    
}
.btn-sound{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    left: 20px;
    bottom: 100px;
    border: none;
    background-color: #69788cc2;
    color: #fff;
}
.btn-copy{
    background-color: #69788c;
    border: none;
    color: #fff;
    float: right;
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 11px;
}
.img-box{
    padding: 5px;
    display: block;
}
.img-gallery .img-box img{
    border-radius: 10px;
    width: 100%;
    aspect-ratio : 1 / 1;
    object-fit: cover;
}