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



body{
    background-color: #c2b49a;
    font-family: "Poiret One";
}

.header-section{  
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f0ec;
}
.header-bg{
    opacity: 0.8;
}

.cover-bg.element-1{
    position: absolute;
    top: 0px;
    right: -60px;
    width: 230px;
    animation: floatUp 5s ease-in-out infinite;
}
.cover-bg.element-2{
    position: absolute;
    bottom: -50px;
    left: -30px;
    width: 250px;
    animation: floatUp 5s ease-in-out infinite;
}

.header-section .element-1{
    position: absolute;
    top: -40px;
    left: -50px;
    width: 200px;
}

.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: "Cinzel";
    position: inherit;
    font-size:2.3rem;
    margin-top: 70px;
}
.header-img{
    width: 250px;
    height: 250px;
    margin: 20px auto;
    position: relative;
}
.header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-img .frame{
    position: absolute;
    width: 350px;
    height: 350px;
    z-index: 2;
    left: 50%;
    margin-left: -175px;
    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: 1rem;
    text-transform: uppercase;
}
.count-down{
    text-align: center;
    position: inherit;
    padding: 50px 0px;
    background-color: #5c4a42;
    color: #fff;
}
.count-down h3{
    font-size: 20px;
}
.count-down .box{
    display: inline-block;
    padding: 10px;
    width: 60px;
    margin: 5px;
    border: 1px dotted #fff;
    color: #fff;
    font-size: 12px;
}
.count-down .box span{
    display: block;
    font-size: 16px;
}
.couple-section{
    text-align: center;
    min-height: 100%;
}
.couple-divider{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3rem;
    color: #5b4a42;
    font-family: "Poiret One";
    margin-top: 10px;
    margin-bottom: 10px;
}
.couple-divider::before{
    content: '';
    position: absolute;
    height: 1px;
    left: 30px;
    top: 30px;
    width: 70px;
    background-color: #5b4a42;
}
.couple-divider::after{
    content: '';
    position: absolute;
    height: 1px;
    right: 30px;
    top: 30px;
    width: 70px;
    background-color: #5b4a42;
}
.couple-name{
    font-family: "Cinzel";
}
h1,h2,h3,h4,h5{
    font-family: "Poiret One";
    font-weight: 500;
}
.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: 120px;
    height: 120px;
    z-index: 2;
    right: -21px;
    bottom: -21px;
}
.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-color: #f5f0ec;
}
.box.drop-shadow{
    position: relative;
    background-color: #ffffff75;
    border-radius: 15px;
    border: 1px solid #dfbc99;
}
.left-flower{
    position: absolute;
    width: 150px;
    left: -50px;
    top: -20px;
    animation: floatUp 5s ease-in-out infinite;
}
.right-flower{
    position: absolute;
    width: 120px;
    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: #5b4a42;
}
.grey-text{
    color: #6a7270;
}

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

.love-story-section{
    background-image: url('../image/bg-5.jpg');
    position: relative;
    text-align: center;
    min-height: 100%;
}
.quotes h2{
    font-family: "Pinyon";
}
.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: #5b4a42;
    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: "Cinzel";
}
.friend-wishes-section{
    background-image: url('../image/bg-5.jpg');
    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{
    width: 90%;
    margin: 20px auto;
    background: #f5f0ec;
    padding: 20px;
    font-weight: 900;
    font-family: arial;
    position: relative;
    text-align: left;
    font-family: "Poiret One";
  }
  
  .sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #f5f0ec;
    border-right: 10px solid transparent;
    border-top: 10px solid #f5f0ec;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 6px;
  }
  
  .sb2:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #f5f0ec;
    border-top: 10px solid #f5f0ec;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 6px;
  }
  
  .sb3:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #f5f0ec;
    border-right: 10px solid transparent;
    border-top: 10px solid #f5f0ec;
    border-bottom: 10px solid transparent;
    left: 19px;
    bottom: -19px;
  }
  
  .sb4:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #f5f0ec;
    border-top: 10px solid #f5f0ec;
    border-bottom: 10px solid transparent;
    right: 19px;
    bottom: -19px;
  }
.message-box .name{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #5b4a42;
}
.btn-wishes{
    background-color: #5b4a42;
    color: #fff;
    width: 100%;
}
.wishes form{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5b4a42;
}
.wishes input,.wishes textarea,.wishes select{
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #5b4a42;
    color: #5b4a42;
}
.wishes input:focus,.wishes textarea:focus,.wishes select:focus{
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #b98e56;
    color: #5b4a42;
    outline: none;
    box-shadow: none;
}
.wishes input::-webkit-input-placeholder,.wishes textarea::-webkit-input-placeholder { /* Edge */
    color: #5b4a42;
}

.wishes input::-ms-input-placeholder,.wishes textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #5b4a42;
}

.wishes input::placeholder,.wishes textarea ::placeholder{
color: #5b4a42;
}
.message p{
    margin: 0;
}
.message .time{
    text-align: right;
    font-size: 12px;
    color: #5b4a42;
    margin-top: 20px;
}
.wedding-gift-section{
    position: relative;
    background-color: #f5f0ec;
}
.wedding-gift-section .card{
    padding: 20px;
    text-align: left;
    border: none;
    margin-bottom: 20px;
    color:#5b4a42;
    background-color: #dfd5c8;
    /* background-image: url('../image/bg-2.jpg'); */
}
.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: #dcbfa47d;
}
.footer img{
    width: 100px;
}
.footer .copyright-text{
    font-size: 12px;
    margin-bottom: 80px;
}
.footer a,.footer i{
    text-decoration: none;
    color: #5b4a42;
    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: #c69e76a8;
    padding: 10px;
    border-radius: 5px;
}
.menu a{
    display: block;
    padding: 10px;
    width: 40px;
    background-color: #5b4a42;
    border-radius: 5px;
    margin: auto;
}
.cover-section{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: #f5f0ea;
    overflow: hidden;
    padding: 60px 30px;
    transition: all 0.8s;
    left: 0px;
}
.cover-section .container{
    background-color: #ffffffc4;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px 20px;
    border: 2px solid #ecd296;
    
}
.cover-section.closed{
    height: 0px;
    top: -200px;
}
.cover-section img{
    transition: all 1s;
}
.cover-section.closed img{
    width: 0px;
    height: 0px;
}
.cover-section h2{
    font-size: 3rem;
    font-family: "Cinzel";
    margin-top: 4vh;
}
.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: 150px;
    border: none;
    position: absolute;
    left: 50%;
    font-size: 12px;
    margin-left: -75px;
    top: 76vh;
    border-radius: 50px;
    background-color: #5b4a42;
    color: #fff;
    
}
.kepada{
    font-size: 12px;
}
.btn-sound{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    left: 20px;
    bottom: 100px;
    border: none;
    background-color: #5b4a42c2;
    color: #fff;
}
.btn-copy{
    background-color: #5b4a42;
    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;
}