@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;
}
@font-face {
    font-family: 'Ellen';
    src: url('../../../general/fonts/SueEllenFrancisco-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    background-color: #dec9b6;
}

.header-section{
    background-image: url('../image/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-bg{
    opacity: 0.8;
}
.cover-bg.left-bottom-flower{
    position: absolute;
    bottom: -60px;
    left: -65px;
    width: 225px;
    animation: floatUp 5s ease-in-out infinite;
}
.cover-bg.top-right-flower{
    position: absolute;
    top: -70px;
    right: 0;
    width: 110px;
    animation: floatUp 5s ease-in-out infinite;
}
.cover-bg.element-1{
    position: absolute;
    top: 60px;
    left: 10px;
    width: 80px;
    animation: floatUp 5s ease-in-out infinite;
}
.cover-bg.element-2{
    position: absolute;
    top: 20px;
    left: 50px;
    width: 40px;
    animation: floatUp 5s ease-in-out infinite;
}
.cover-bg.element-3{
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 80px;
    /* transform: scaleX(-1); */
}
.header-bg.img-1{
    position: absolute;
    top: -40px;
    left: -50px;
    width: 200px;
    animation: floatUp 5s ease-in-out infinite;
}
.header-bg.img-2{
    position: absolute;
    bottom: -90px;
    right: -80px;
    width: 250px;
    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{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 82px;
    bottom: -58px;
    border-radius: 0;
}
.header-img .frame-flower{
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 2;
    left: -31px;
    bottom: -1px;
    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: #96866f;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}
.count-down .box span{
    display: block;
    font-size: 16px;
}
.couple-section{
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../image/bg-5.jpg');
    background-position: center;
    min-height: 100%;
}
.couple-divider{
    margin: 10px;
    font-size: 5rem;
    color: #d2aa1a;
    font-family: "Monsieur";
}
.couple-name{
    font-family: "Entreaty";
}
h1,h2,h3,h4,h5{
    font-family: "Cinzel";
}
.divider{
    width: 150px;
    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{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 69px;
    bottom: -47px;
    border-radius: 0;
    border-radius: 0;
}
.couple-img  .frame-flower{
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: -31px;
    bottom: -1px;
    border-radius: 0;
}
.schedule-section{
    text-align: center;
    min-height: 100%;
    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: -70px;
    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: #d2aa1a;
}
.grey-text{
    color: #6a7270;
}

.location-section{
    text-align: center;
    background-image: url('../image/bg-5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 400px;
}
.btn-map{
    background-color: #967f6a;
    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: 0;
    width: 110px;
    animation: floatUp 5s ease-in-out infinite;
}

.love-story-section{
    background-image: url('../image/bg-5.jpg');
    background-position: center;
    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: #967f6a;
    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-5.jpg');
    background-position: center;
    position: relative;
    text-align: center;
    min-height: 100%;
}
.wishes{
    background-color: #8a745840;
    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 #d2aa1a;
}
.message-box .name{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #967f6a;
}
.btn-wishes{
    background-color: #967f6a;
    color: #fff;
    width: 100%;
}
.wishes form{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2aa1a;
}
.message p{
    margin: 0;
}
.message .time{
    font-style: italic;
    text-align: right;
    font-size: 12px;
    color: #967f6a;
}
.wedding-gift-section{
    position: relative;
}
.wedding-gift-section .card{
    padding: 20px;
    text-align: left;
    border: none;
    margin-bottom: 20px;
    color:#967f6a;
    background-color: #dfd5c8;
    /* 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: 18px;
    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: #967f6a2b;
}
.footer img{
    width: 100px;
}
.footer .copyright-text{
    font-size: 12px;
    margin-bottom: 80px;
}
.footer a,.footer i{
    text-decoration: none;
    color: #967f6a;
    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: #d0a819cc;
    padding: 10px;
    border-radius: 5px;
}
.menu a{
    display: block;
    padding: 10px;
    width: 40px;
    background-color: #967f6a;
    border-radius: 5px;
    margin: auto;
}
.cover-section{
    background-image: url('../image/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 400px;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    overflow: hidden;
    padding-top: 100px;
    transition: all 0.8s;
}
.cover-section.closed{
    height: 0px;
    top: -100px;
}
.cover-section img{
    transition: all 1s;
}
.cover-section.closed img{
    width: 0px;
    height: 0px;
}
.cover-section h2{
    font-size: 3.5rem;
}
.cover-section h3{
    font-size: 20px;
}
.cover-section h4{
    font-size: 16px;
}
.cover-section .and{
    font-size: 3.5rem;
    margin-top: -20px;
    margin-bottom: -20px;
    font-family: "Monsieur";
}
.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: #d2aa1a;
    color: #fff;
    
}
.btn-sound{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    left: 20px;
    bottom: 100px;
    border: none;
    background-color: #967f6ac2;
    color: #fff;
}
.btn-copy{
    background-color: #967f6a;
    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;
}