@import url('../../../assets/css/fontscollection.css');
@import url('https://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&family=Poiret+One&family=Work+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Lily+Script+One&family=Playball&display=swap');
html,body{
    font-family: "Glegoo", serif;
    font-style: normal;

}
body{
    background-color: #F5F1EB;
    background-image: url("https://momencdn.coniolabs.id/themes%2Fiftar%2Fadeem%2Fbackground.png");
}
section{
    margin-bottom: 40px;
}
h2{
    font-family: "Playball", cursive;
    font-size: 1.5rem;
    color: #757474;
}
.event-title{
    font-family: "Damion", cursive;
}
.information_title{
    font-family: 'mercy',sans-serif;
}
.inviter{
    font-family: "Lily Script One", system-ui;
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #717070;
    border-color: #717070;
}
.bg-warning, .btn-warning {
    background-color: #808080!important;
    border-color: #9b9b9b!important;
    color: #fff;
}
.bg-primary {
    background-color: #f7f7f7!important;
    color: #000;
    font-weight: 400;
}

.form-group{
    margin-top: 15px;
}
.mobile-bottom-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 60px;
    box-shadow: 0 -2px 5px -2px #d5d3d8;
    background-color: #1A5A64;
}
.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 0;
    border-radius: 1px;
    padding-top: 10px;
}
.mobile-bottom-nav__item a{
    color:#ffffff;
    font-weight: 600;
    text-decoration: none;
}
.mobile-bottom-nav__item.mobile-bottom-nav__item--active a{
    color:#fff;
}

.mobile-bottom-nav__item--active {
    color: var(--bs-white);
    background: #c7812c;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c7812c;
    border-color: #c7812c;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}
.mobile-bottom-nav__item i{
    font-size: 16px;
    margin-bottom: 8px;
}
.hero{
    min-height: 650px;
    height: 90%;
}
.hero .banner{
    height: 100%;
    min-height: 680px;
    background-size:cover;
    background-position:left center;

}
.hero .wave{
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    bottom: 30px;
}
.hero .center{
    width: 90%;
    height: 400px;
    display: table;
    z-index: 10;
    margin: 12% auto;
}
.hero .ornament{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.hero .center .text{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.cover_couple{
    color: #696161 !important;
    font-family: 'hellosweets';
    font-size: 4.5rem;
    margin: 0px 0px;
}
@media (min-width: 200px) and (max-width: 768px){
    .cover_couple{
        font-size: 3.0rem;
        margin: 0px 0px;
    }
}

.circle-couple{
    background: url(../images/circle_gold_letter.png) center center/100% no-repeat local;
    width: 180px;
    height: 180px;
    display: table;
    z-index: 10;
    margin: 5px auto;
}
.circle-couple img{
    margin-top: 28px;
    margin-left: 18px;
    width: 110px;
}
img.gallery{
    width: 20%;
}
@media (min-width: 200px) and (max-width: 768px){
    .mobile-bottom-nav {
        height: 60px;
    }
    .mobile-bottom-nav__item{
        font-size: 12px;
    }
    .mobile-bottom-nav__item--active i{
        transform: scale(1.5);
        transition: transform .2s;
    }
    .mobile-bottom-nav__item i{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .hero .center{
        width: 350px;
        height: 350px;
        margin: 30% auto;
        padding-top: 120px;
    }
    img.gallery{
        width: 40%;
    }
    .openingquote{
        margin-top: 40px;
    }
}
.openingquote h1{
    font-family: 'holymore';
}
canvas{
    position: absolute;
    top: 0;
    left: 0
}
.modal{
    background: #000000ad;
}
.modal-content{
    background:#106A7A !important;
    border-top-left-radius: 20px;
    color: #ecd6ae;
}
.top-corner{
    position: absolute;
    top: 0px;
    right: 0px;
}
.bottom-corner{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btn-gold{
    background:#DBB778;
    border-color: #DBB778;
}
#map {
    height: 350px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}
#control_audio{
    position: fixed;
    bottom: 25%;
    right: 10px;
}
.w30percent{
    width: 30%;
}
.table.no-padding td, .tableno-padding th {
    padding: 15px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
}
.table td.day{
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffc007;
}
h2.couple{
    font-family: 'miyake-medium';
    font-size: 3.0rem;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.table.no-padding td.countdown{
    color: #df9a37;
    font-weight: 800;
    font-size: 2rem;
}
.flip-vertical{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.flip-horizontal{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
section.event{
    border-radius:7px;
    color:#fff;
    background: #195a64;
    opacity: 0.8;
    padding:40px 10px;
    margin-bottom: 0px;
}
p.family{
    font-family: 'bufallo';
    font-size: 1.5rem;
}
img.leaves-delimiter{
    width: 200px;
}

.mobile-bottom-nav__item--active {
    color: var(--bs-white);
    background: #e09b36;
}
.gift-recommendation p{
    color: #0b0b0b !important;
}
