<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&amp;family=Courgette&amp;family=Dancing+Script:wght@400..700&amp;family=Nova+Mono&amp;display=swap');
body, html {
    height: 100%;
    background: #ffffff;
    margin: 0;
    font-family: "Nova Mono", monospace;
    font-optical-sizing: auto;
}
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.65);
}
.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:#8c5c09 !important;
}
.grom-bride-cover{
    font-family: "Dancing Script", cursive;
    font-size: 1.6rem;
    font-weight: 800;
    color: #F3C771;
}
.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: #ffffff;
}
.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('https://momencdn.coniolabs.id/themes%2Fsuregold%2Fbg.png');
    margin: 0px;
    border-radius: 10px 20px;
    padding: 30px 0px 0px 0px;
}
.p5{
    padding: 5px;
}
.with{
    font-family: "Courgette", cursive;
}
.couple_name{
    font-family: "Dancing Script", cursive;
    color: #392912 !important;
    font-size: 1.5rem;
}
.heading{
    font-size: 1.25rem;
    font-family: "Courgette", cursive;
    color: #DBA24E;
    transition: 1s;
    left: 0;
}
.subheading{
    font-size: 1.5rem;
    font-family: "Charmonman", cursive;
}
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: 1rem;
    font-family: "Courgette", cursive;
}
.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: #DBA24E;
    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: #DBA24E !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&gt;.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: 20px;
    left: 10px;
    z-index: 1;
    border-radius: 50px;
    color: #fff;
}
.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: 640px;
    }
}
.hero.cover{
    background: url('https://momencdn.coniolabs.id/themes%2Fsuregold%2Forn-cover.png') center center/100% no-repeat local;
    width: 100%;
    max-width: 297px;
    height: 410px;
    display: table;
    z-index: 10;
    margin: 0px auto;
}
.hero.cover .text{
    display: table;
    margin: 50px auto auto auto;
}
.bg-primary {
    background-color: #5b8144!important;
    color: #fff;
}
.gift-recommendation p {
    color: #0b0b0b !important;
}


</pre></body></html>