/**
 * Nikahku.id
 * Undangan Digital Kekininan Premium
 * https://nikahku.id
 *
 *
 * Released on: July 10, 2021
 */


@font-face {
    font-family: Gabriola;
    src: url('../font/Gabriola.woff');
}

@font-face {
    font-family: Parisienne;
    src: url('../font/Parisienne.ttf');
}


@font-face {
    font-family: RosemaryJasmine;
    src: url('../font/RosemaryJasmine.woff');
}

@font-face {
    font-family: PinkyPromise;
    src: url('../font/PinkyPromise.otf');
}



.font-gabriola{
    font-family: Gabriola;
}


.font-parisienne{
    font-family: Parisienne;
}


.font-rosemaryjasmine{
    font-family: RosemaryJasmine;
}

.font-pinkypromise{
    font-family: PinkyPromise;
}






html,
body {
    /*position: relative;*/
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #f9f9f9;
}


@media (max-width: 576px) {
    .body-wrapper {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .body-wrapper {
        width: 50%;
        height: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .body-wrapper {
        width: 40%;
        height: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .body-wrapper  {
        width: 30%;
        height: 100%;
        margin: 0 auto;
    }
}



/* BLUR BG */
body.modal-open .body-wrapper{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}


.modal-background{
    background-image: url("../image/ornament/bg-modal.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-rounded{
    border-radius: 2rem;
}


/* HERO IMAGE */
.hero-image {
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../image/cover/opening.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
    height:100%;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: white;
}

.hero-footer {
    position: absolute;
    bottom: 24px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}





.page-holder .topleft {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.page-holder .topright {
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.page-holder .bottomleft {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.page-holder .bottomright {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.page-holder .bottom {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.page-holder .top {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}




/* BUTTON */

.btn-custom {
    color: #fff;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-custom:hover {
    color: #fff;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-custom.disabled, .btn-custom:disabled {
    color: #fff;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active, .show > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}



.btn-outline-custom {
    color: #e4b358;
    background-color: transparent;
    background-image: none;
    border-color: #e4b358
}

.btn-outline-custom:hover {
    color: #222;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #e4b358;
    background-color: transparent
}

.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active, .show > .btn-outline-custom.dropdown-toggle {
    color: #fff;
    background-color: #e4b358;
    border-color: #e4b358
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}






.bg-theme-1{
    background-color: #fff;

    z-index: 99;
    transition: all 1s linear;
    /*display: block;*/
    background-image: url('../image/cover/theme-bg-1.jpg');
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-theme-2{
    background-color: #fff;

    z-index: 99;
    transition: all 1s linear;
    /*display: block;*/
    background-image: url('../image/cover/theme-bg-2.jpg');
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover-1{
    background-color: #fff;

    z-index: 99;
    transition: all 1s linear;
    /*display: block;*/
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0)), url("../image/cover/bg-cover-1.jpg");
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.bg-cover-2{
    background-color: #fff;

    z-index: 99;
    transition: all 1s linear;
    /*display: block;*/
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../image/cover/bg-cover-2.jpg");
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


.bg-theme-flat{
    background-color: #fff6f6;
    z-index: 99;
}



.bg-custom{
    background-color: #e4b358 !important;
}

.border-color-custom{
    border-color: #e4b358 !important;
}


.color-custom{
    color: #e4b358;
}

.color-gold{
    color: #e4b440;
}



.box-rounded {
    border: 1px solid #e4b358;
    border-radius: 15px 15px;
}





/* TESTIMONIAL */

.testimonial-quote {
    font-size: 9px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: white;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    /*z-index: 600;*/
}

.testimonial-quote blockquote * {
    /*box-sizing: border-box;*/
}

.testimonial-quote blockquote p {
    color: white;
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: rgba(255, 255, 255, 0.38);
    font-size: 7.5em;
    font-weight: 700;
    opacity: .75;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    color: white;
    /*display: block;*/
    font-size: .8em;
}

.testimonial-quote cite span {
    color: white;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-quote {
    /*position: relative;*/
}

.testimonial-quote .quote-container {
    padding-left: 160px;
}

.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px;
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right;
}



/* PESAN */
.imessage {
    display: flex;
    flex-direction: column;
}

.imessage p {
    border-radius: 1.15rem;
    max-width: 95%;
    padding: 0.75rem .875rem;
    position: relative;
    word-wrap: break-word;
}

.imessage p::before,
.imessage p::after {
    bottom: -0.1rem;
    content: "";
    height: 1rem;
    position: absolute;
}


p[class^="from-"] {
    margin: 0.5rem 0;
    width: fit-content;
}


p.from-them {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.76);
    color: #000;
}



/* MUSIC BOX */
.music-box {
    position: fixed;
    width: 300px;
    height: 160px;
    z-index: 120;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 991px) {
    .music-box {
        width: 50px;
        height: 150px;
        right: auto;
        right:10px;
        top:10px;
    }
}

.music-box .music-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
    width: 100%;
    height: 100%;
}

.music-box button {
    background: rgba(248, 246, 246, 0.85);
    width: 50px;
    line-height: 37px;
    font-size: 18px;
    font-size: 1rem;
    color: #68192b;
    border: 0px solid #e6e6e6;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.music-box button i{
    font-size: 20px;
}

@media (max-width: 991px) {
    .music-box button {
        right: 0;
        left: auto;
    }
}

.music-box .toggle-music-box {
    top: -50px;
    visibility: visible;
    opacity: 1;

}


.music {
    padding: 0;
    background: none !important;
    border: none !important;
    position: relative;
    top: 100px;
    left: 180px;
}

.music:focus {
    outline: none;
}



/* POPUP */
.modal.show .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

@media (prefers-color-scheme: dark){}