@import url('../../../assets/css/fontscollection.css');
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Lobster&family=Satisfy&display=swap');
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }
p{
    margin-bottom: 0.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{
    height: 100%;
}
.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;
    bottom: 550px;
    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:#d99d35 !important;
}
.btn.open-invitation{
    background: #7a9477;
    color: #e0b974;
}
.grom-bride-cover{
    font-family: "Satisfy", cursive;
    font-size: 1.3rem;
    font-weight: 800;
}
.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%;
    background: #a5bea2;
}
.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: 25px 20px !important;
}
.content .container.paper .row.paper{
    height: 100%;
    background: url(../images/bg_column.png);
    margin: 0px;
    border-radius: 8;
    padding: 30px 0px 0px 0px;
}
.p5{
    padding: 5px;
}
.with{
    font-family: 'halosense';
}
.couple_name{
    font-family: "Charm", cursive;
    color: #95692d !important;
    font-size: 1.6rem;
}
.heading{
    font-size: 1.85rem;
    font-family: "Damion", cursive;
    color: #8c5d1a;
    transition: 1s;
    left: 0;
}
.subheading{
    font-size: 1.5rem;
    font-family: 'bufallo';
}
p.text{
    font-size: 0.9rem;
}
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.6rem;
}
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: #c8af8a;
    font-size: 1rem;
    text-align: center;
}
.border-top{
    border-top: 1px dashed #8c5d1a;;
}
.border-bottom{
    border-bottom: 1px dashed #8c5d1a;;
}
.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;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.cover_scroll{
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.btn-warning {
    color: #212529;
    background-color: #9ba472;
    border-color: #9ba472;
}
@media screen and (min-height: 736px) {
    .container.greetings{
        bottom: 600px;
    }
}
.hero.cover{
    background: url(../images/welcome.png) center center/100% no-repeat local;
    width: 100%;
    max-width: 270px;
    height: 310px;
    display: table;
    z-index: 10;
    margin: -10px auto;
}
.hero.cover .text{
    display: table;
    margin: 95px auto;
}
.bg-primary {
    background-color: #5b8144!important;
    color: #fff;
}

.text-wishes{
    color: #212529;
}
