@import url('https://fonts.googleapis.com/css2?family=Playwrite+NG+Modern:wght@100..400&family=Playwrite+US+Trad:wght@100..400');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+MX:wght@100..400&family=Raleway+Dots&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+QLD:wght@100..400&display=swap');
body, html {
    height: 100%;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    background: rgb(250,250,250);
    background: radial-gradient(circle, #ffffff 0%, #fdc95f 100%);
}
p{
    margin-bottom: 0.5rem;
}
h2{
    font-family: "Playwrite AU QLD", cursive;
    font-weight: 700;
    font-size: 1.3rem;
}
.btn-gift{
    background: radial-gradient(circle, #fee1a6 0%, #b88e39 100%);
    color: #000000;
    font-weight: 600;
    border-color: #e6ac35;
}
h3.heading-title{
    font-family: "Playwrite AU QLD", cursive;
    font-weight: 500;
    font-size: 1.2rem;
}
h3.heading-subtitle{
    font-family: "Playwrite AU QLD", cursive;
    font-weight: 700;
    font-size: 1.5rem;
}
.mobile-layout{
    max-width: 414px;
    margin: 0px auto;
    height: 100%;
}
.mobile-layout.not-open{
    position: fixed;
    margin: auto;
}
@media screen and (min-width: 768px) {
    .mobile-layout.not-open{
        position: initial;
        margin: auto;
    }
}
#cover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}
#cover.opened{
    transition: 4s;
    left: 0;
}
.image-cover{
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.black-cover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba( 0,0,0,0.8);
}
.white-cover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba( 252,252,252,0.65);
}
.container.greetings{
    position: relative;
    top: 120px;
    z-index: 3;
}
.left{
    float: left;
}
.w30percent{
    width: 30%;
}
.right{
    float: right;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.text-gold{
    color:#a79171 !important;
}
.btn.open-invitation{
    background: #35312d;
    color: #ffffff;
}
.grom-bride-cover{
    font-family: "Satisfy", cursive;
    font-size: 1.8rem;
}
.top-cover-area{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
}
.bottom-cover-area{
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
img.right{
    float: right;
}
img.left{
    float: left;
}
.content{
    height: 100%;
}
.content.dark p,.content.dark h1,.content.dark h2,.content.dark h3,.content.dark h4,.content.dark h5,.content.dark h6{
    color: #3e3d3c;
}
.content .container{
    padding: 50px 20px !important;
}
.content .container.paper{
    padding: 16px 20px !important;
}
.content .container.paper .row.paper{
    height: 100%;
    margin: 0px;
    border-radius: 10px;
    padding: 30px 0px 0px 0px;
}
.p5{
    padding: 5px;
}
.with{
    font-family: 'halosense';
}
.btn-primary {
    color: #fff;
    background-color: #c18a8d;
    border-color: #c18a8d;
}
.circle-couple{
    background: url(../images/circle.png) center center/100% no-repeat local;
    width: 150px;
    height: 150px;
    display: table;
    z-index: 10;
    margin: 5px auto;
}
.circle-couple img{
    margin: 20px 0px;
}
.title-inviter,h2.title-inviter{
    font-family: "Playwrite US Trad", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 0.8rem;
}
h2.title-inviter{
    font-size: 1.2rem;
}
.heading{
    font-size: 1.2rem;
    font-family: "Playwrite NG Modern", cursive;
    color: #695e5f;
    transition: 1s;
    left: 0;
}
.subheading{
    font-size: 1.5rem;
    font-family: 'bufallo';
}
p.text{
    font-size: 0.99rem;
}
p.opening_quote,p.parent{
    font-size: 0.85rem;
}
p.location, p.information{
    font-weight: 600;
    font-size: 0.95rem;;
}
p.powered{
    font-size: 0.8rem;
}
p.family{
    font-size: 1.3rem;
    font-family: 'bufallo';
}
.powered_by{
    width: 100%;
    margin: 50px 0px;
}
.table.no-padding td, .tableno-padding th {
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 200;
    font-size: 0.8rem;
}
.table.no-padding td.countdown{
    font-weight: 600;
    color: #222025;
    font-size: 1rem;
    text-align: center;
}
.border-top{
    border-top: 1px dashed #222025;;
}
.border-bottom{
    border-bottom: 1px dashed #222025;;
}
.table.no-padding td.day{
    font-size: 1.9rem;
    font-weight: 800 !important;
    color: #5d5d5d !important;
}
.top-ornament{
    position: absolute;
    top:0px;
    right: 0px;
}
.right-bottom-ornament{
    position: absolute;
    bottom: 0px;
    right:0px;
}
.left-bottom-ornament{
    position: absolute;
    bottom: 0px;
    left:0px;
}
img.top-ornament, img.left-bottom-ornament , img.right-bottom-ornament{
    opacity: 0.5;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #c8af8a;
}
.flip-vertical{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.flip-horizontal{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#map {
    height: 350px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}
.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#control_audio{
    position: fixed;
    bottom: 20%;
    right: 6px;
    z-index: 1;
    border-radius: 100%;
    padding: 5px 10px;
    background: linear-gradient(138deg, #d3bc61, #eea61b);
}
.cover_scroll{
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.btn-warning {
    background: #a79171;
    color: #fafffb;
    border-color: #a79171;
}
@media screen and (min-height: 480px) {
    .container.greetings{
        top: 15%;
    }
}
@media screen and (min-height: 680px) {
    .container.greetings{
        top: 20%;
    }
}

.hero.cover{
    width: 100%;
    max-width: 320px;
    height: auto;
    display: table;
    z-index: 10;
    margin: 0px auto;
}
.hero.cover .text{
    display: table;
    margin: 20px auto;
}
.bg-primary {
    background-color: #5b8144!important;
    color: #fff;
}
#aniimated-thumbnials img{
    border-radius: 10px;
}
.container.gallery{
    padding:15px !important;
}

@media screen and (max-height: 600px){
    .hero.cover {
        max-width: 250px;
        height: 250px;
    }
    .grom-bride-cover {
        font-size: 1.5rem;
    }
}
.gallery{
    column-count: 2;
}
.gift-recommendation p {
    color: #000 !important;
}
.bride-cover-title{
    font-family: "Playwrite NG Modern", cursive;
    font-optical-sizing: auto;
}
.rotate {
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
