/**
 Theme Name:   Terinvite
 Theme URI:    https://terinvite.id
 Description:  Terinvite Theme Child
 Author:       Dimensee Digital
 Author URI:   https://dimensee.com
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* @import url('https://fonts.googleapis.com/css2?family=Sacramento&family=Gilda+Display&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Sacramento&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Sacramento&display=swap');

.container {
    overflow: hidden;
}

.one-side {
    display: block;
}

.two-side {
    display: block;
    height: 100%;
    width: 100%;
}

.left-side {
    max-width: 40%;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    top: 0;
    margin: auto;
    align-items: center;
    padding-right: 20px;
}

.right-side {
    width: 100%;
    display: block;
    overflow-y: auto;
    position: relative;
}

.bg-video-wrap {
    position: relative;
}

.bg-video-wrap video {
    z-index: 1;
    height: auto;
    width: auto;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bg-video-wrap .overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
}

.section {
    width: 100%;
    min-height: 100vh;
    padding-left: 40%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container.two-side.pinggan .section {
    padding-left: 10%;
    padding-right: 10%;
}

.section p {
    margin: 0;
    font-size: 18px;
    line-height: 1.46em;
}

.spider_popup_wrap {
    z-index: 9999999999 !important;
}

/* DECORATION STYLE  */

.container.two-side * {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3b3c24;
}

.container.two-side .left-side .video-frame {
    width: 100%;
    position: relative;
    height: 520px;
    max-width: 360px;
    overflow: hidden;
    box-shadow: 10px 15px 20px -15px #462a1c;
    border-radius: 6px;
}

.container.two-side .left-side .video-frame::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('assets/images/frame-wood.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
}

.container.two-side .left-side .video-frame video {
    width: calc(100% - 10px);
    margin-left: 5px;
}

.container.two-side .right-side .section .heading {
    text-align: center;
    z-index: 999;
    padding-top: 20px;
}

.container.two-side .right-side .section .heading h3 {
    font-size: 20px;
    margin: 0;
}

.container.two-side .right-side .section .heading h2 {
    font-family: 'Sacramento', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin: 0;
}

.container.two-side .right-side .section .heading .heading-image {
    margin: 60px 0;
    position: relative;
}

.container.two-side .right-side .section .heading .heading-image img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
}

.container.two-side .right-side .section .heading .heading-image::before {
    content: '';
    width: 340px;
    height: 340px;
    background-image: url('assets/images/decor-round-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(60deg);
}

.container.two-side .right-side .section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.two-side .right-side .section .content-wrapper {
    z-index: 9999;
    display: flex;
    width: 100%;
    max-width: 680px;
    flex-direction: column;
}

.container.two-side .right-side .section .content-wrapper .content {
    z-index: 99999;
}

.container.two-side .right-side .section:first-child,
.container.two-side .right-side .section:nth-child(3),
.container.two-side .right-side .section:nth-child(4),
.container.two-side .right-side .section:nth-child(6) {
    background-image: url('assets/images/abstract-texture2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F8F8;
}

.container.two-side.pinggan .right-side .section:first-child,
.container.two-side.pinggan .right-side .section:nth-child(3),
.container.two-side.pinggan .right-side .section:nth-child(4),
.container.two-side.pinggan .right-side .section:nth-child(6) {
    background-image: url('assets/images/paper-texture2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F8F8;
}

.container.two-side .right-side .section:nth-child(4) {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.container.two-side .right-side .section:nth-child(4) > .content-wrapper > * {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.container.two-side .right-side .section:first-child .overlay,
.container.two-side .right-side .section:nth-child(3) .overlay,
.container.two-side .right-side .section:nth-child(4) .overlay,
.container.two-side .right-side .section:nth-child(6) .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.two-side .right-side .section:first-child .overlay,
.container.two-side .right-side .section:nth-child(4) .overlay {
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0.3), rgba(236, 236, 236, 0.5), #dfddd9);
}

.container.two-side .right-side .section:nth-child(3) .overlay,
.container.two-side .right-side .section:nth-child(6) .overlay {
    background: linear-gradient(to top, rgba(236, 236, 236, 0.3), rgba(236, 236, 236, 0.5), #dfddd9);
}

.container.two-side .right-side .section:first-child::before {
    content: '';
    width: 180px;
    height: 180px;
    background-image: url('assets/images/decor-top-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    /* opacity: 0.25; */
    z-index: 999;
}

.container.two-side .right-side .section:first-child::after {
    content: '';
    width: 180px;
    height: 180px;
    background-image: url('assets/images/decor-top-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
}

.container.two-side .right-side .section:nth-child(2),
.container.two-side .right-side .section:nth-child(5) {
    /* background-color: rgb(236, 236, 236); */
        background-color: rgb(223 221 216);
}

.container.two-side .right-side .section .the-couple,
.container.two-side .right-side .section .the-ocassion {
    display: flex;
    gap: 60px;
    margin: 60px 0 40px;
    align-items: center;
    justify-content: center;
}

.container.two-side .right-side .section .the-couple > div,
.container.two-side .right-side .section .the-ocassion > div {
    width: 100%;
    text-align: center;
}

.container.two-side .right-side .section .the-couple img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.container.two-side .right-side .section .the-couple h2 {
    font-family: 'Sacramento', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin: 0;
}

.container.two-side .right-side .section .the-couple p {
    font-size: 14px;
    font-weight: 600;
    width: 70%;
    margin: auto;
}

.container.two-side .right-side .section .the-date,
.container.two-side .right-side .section .the-ocassion {
    text-align: center;
}

.container.two-side .right-side .section .the-date h2 {
    font-family: 'Sacramento', cursive;
    font-style: normal;
    font-size: 36px;
    font-weight: bold;
}

.container.two-side .right-side .section .the-ocassion p,
.container.two-side .right-side .section .the-venue p {
    line-height: 1.4;
}

.container.two-side .right-side .section .the-ocassion h2 {
    font-family: 'Sacramento', cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 5px;
}

.container.two-side .right-side .section .the-ocassion h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.container.two-side .right-side .section .the-ocassion .akad::before,
.container.two-side .right-side .section .the-ocassion .resepsi::before,
.container.two-side .right-side .section .the-venue .location::before {
    content: '';
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: block;
    margin: 0 auto 10px;
}

.container.two-side .right-side .section .the-ocassion .akad::before {
    background-image: url('assets/images/akad.png');
}

.container.two-side .right-side .section .the-ocassion .resepsi::before {
    background-image: url('assets/images/resepsi.png');
}

.container.two-side .right-side .section .the-venue .location::before {
    background-image: url('assets/images/location.png');
    margin-bottom: 20px;
}

.container.two-side .right-side .section .the-venue .location {
    text-align: center;
    margin-top: 30px;
}

.container.two-side .right-side .section .the-venue .location a,
.container.two-side .right-side .section .open-invitation,
.the-button {
    background: linear-gradient(140deg, #60613a, #76774f, #60613a);
    color: #fffdf4 !important;
    font-weight: 800 !important;
    padding: 6px 24px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    height: 40px;
}

.container.two-side .right-side .section .open-invitation {
    font-size: 14px;
    margin-top: 20px;
}

.container.two-side .right-side .section .the-gift .bank-account {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.container.two-side .right-side .section .the-gift .bank-account .account {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 35px 20px 50px;
    background: #FFFFFF;
    box-shadow: 5px 10px 15px -10px rgba(150, 150, 150, .25);
    position: relative;
}

.container.two-side .right-side .section .the-gift .bank-account .account::before {
    content: '';
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: block;
    margin: 0 auto 10px;
    position: absolute;
    top: -30px;
    left: 20px;
    border-radius: 100%;
    border: 4px solid #FFFFFF;
    box-shadow: 5px 10px 15px -10px rgba(150, 150, 150, .25);
}

.container.two-side .right-side .section .the-gift .bank-account .account.bca::before {
    background-image: url('assets/images/bank/bca.jpg');
}

.container.two-side .right-side .section .the-gift .bank-account .account.bni::before {
    background-image: url('assets/images/bank/bni.jpg');
}

.container.two-side .right-side .section .the-gift .bank-account .account.mandiri::before {
    background-image: url('assets/images/bank/mandiri.jpg');
}

.container.two-side .right-side .section .the-gift .bank-account .account.bri::before {
    background-image: url('assets/images/bank/bri.jpg');
}

.container.two-side .right-side .section .the-gift .bank-account .account.btn::before {
    background-image: url('assets/images/bank/btn.jpg');
}

.container.two-side .right-side .section .the-gift .bank-account .account h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.container.two-side .right-side .section .the-gift .bank-account .account p {
    font-size: 14px;
    font-weight: bold;
    opacity: .75;
}

.container.two-side .right-side .section .the-gift .bank-account .account button.copy-button {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    border-radius: 0 0 8px 8px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    cursor: pointer;
    transition: all 0.1s ease-in;
}

.container.two-side .right-side .section .the-gift .bank-account .account.bca button.copy-button {
    background-color: #928769;
}

.container.two-side .right-side .section .the-gift .bank-account .account.mandiri button.copy-button {
    background-color: #013d77;
}

.container.two-side .right-side .section .the-gift .bank-account .account.bri button.copy-button {
    background-color: #00529c;
}

.container.two-side .right-side .section .the-gift .bank-account .account.bni button.copy-button {
    background-color: #006886;
}

.container.two-side .right-side .section .the-gift .bank-account .account.btn button.copy-button {
    background-color: #015cfa;
}

.container.two-side .right-side .section .the-gift .bank-account .account button.copy-button:hover{
    background-color: #60613a;
    color: #fffdf4;
}

.container.two-side .right-side .section .bwg-container {
    background-color: transparent !important;
}

.container.two-side .right-side .section .bwg-container > div {
    margin-bottom: 15px;
}

.container.two-side .right-side .section .content.gallery .video-frame {
    display: none;
}

.sticky-button .souvenir {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 20px;
    left: 15px;
    z-index: 9999;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    border: 3px solid #FFFFFF;
    box-shadow: 5px 10px 15px -10px rgba(150, 150, 150, .5);
    background-color: #d59000;
}

.sticky-button .souvenir::before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url('assets/images/souvenir.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sticky-button .ig-filter {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 15px;
    z-index: 9999;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    border: 3px solid #FFFFFF;
    box-shadow: 5px 10px 15px -10px rgba(150, 150, 150, .5);
}

.sticky-button .ig-filter img {
    border: 2px solid transparent;
    border-radius: 100%;
}

.sticky-button .ig-filter::before {
    content: '';
    width: 46px;
    height: 46px;
    background-image: url('assets/images/stars.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-filter: drop-shadow(0 3px 4px rgba(212, 184, 3, .7));
    filter: drop-shadow(0 3px 4px rgba(212, 184, 3, .7));
}

.sticky-button .souvenir,
.popup-overlay {
    display: none;
}

.sticky-button .souvenir.validated,
.popup-overlay.validated {
    display: flex !important;
    z-index: 99999;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
    padding: 40px;
    display: flex;
    align-items: center;
}

.popup-overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 99999999;
}

.popup {
    margin: auto;
    padding: 15px;
    background: #fff;
    width: 100%;
    max-width: 300px;
    position: relative;
    transition: all 4s ease-in-out;
    border-radius: 8px;
}

.popup h2 {
    font-size: 20px;
}
.popup .close {
    position: absolute;
    top: 4px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.disable-scroll {
    overflow: hidden !important;
}

.disable-scroll .toggle-music {
    opacity: 0;
}

.toggle-music {
    background: #BBBBBB;
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: 999999;
    opacity: 1;
    transition: opacity 0.1s ease-in;
    cursor: pointer;
    box-shadow: 1px 4px 14px -4px rgba(40, 40, 40, .5);
}

.toggle-music::before {
    content: '';
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.toggle-music.sound-on::before {
    background-image: url('assets/images/sound-on.svg');
}

.toggle-music.sound-off::before {
    background-image: url('assets/images/sound-off.svg');
}

.rsvp-form input,
.rsvp-form textarea {
    border-color: #928769 !important;
}

.fluentform .ff-el-group .ff-btn-submit {
    background: linear-gradient(140deg, #60613a, #76774f, #60613a);
    color: #fffdf4 !important;
    font-weight: 800 !important;
    padding: 6px 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 20px;
    height: 40px;
    font-family: 'Cormorant Garamond', sans-serif !important;
}

@media only screen and (min-width: 961px) {
    .mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 960px) {
    .two-side {
        flex-direction: column;
        height: auto;
    }

    .section {
        padding: 20px !important;
    }

    .left-side {
        display: none;
        visibility: hidden;
    }

    .container.two-side .right-side .section .heading {
        margin-top: -100px;
    }

    .container.two-side .right-side .section .the-couple,
    .container.two-side .right-side .section .the-ocassion {
        flex-direction: column;
        gap: 40px;
    }

    .container.two-side .right-side .section:first-child::after,
    .container.two-side .right-side .section:first-child::before {
        width: 120px !important;
        height: 120px !important;
        top: 12px !important;
    }

    .container.two-side .right-side .section:first-child::after {
        left: 12px !important;
    }

    .container.two-side .right-side .section:first-child::before {
        right: 12px !important;
    }

    .container.two-side .right-side .section .heading .heading-image img {
        width: 180px !important;
        height: 180px !important;
    }

    .container.two-side .right-side .section .heading .heading-image::before {
        width: 240px !important;
        height: 240px !important;
    }

    .container.two-side .right-side .section .heading h2 {
        /* word-spacing: 100vw; */
        margin: auto;
        /* line-height: 1; */
        font-size: 42px;
    }

    .container.two-side .right-side .section .the-gift .bank-account {
        gap: 50px;
        flex-direction: column;
    }

    .container.two-side .right-side .section .ayat h3 {
        font-size: 24px;
    }

    .container.two-side .right-side .section .the-gift .bank-account .account h3 {
        font-size: 16px;
        margin: 5px 0;
    }

    /* .container.two-side .right-side .section .bwg_lightbox img {
        max-height: 100% !important;
        max-width: 100% !important;
    } */

    .container.two-side .right-side .section .heading .heading-image {
        margin: 50px 0 40px;
    }

    .container.two-side .right-side .section .open-invitation {
        margin-top: 60px;
    }

    .container.two-side .right-side .section .content.gallery .video-frame {
        display: block;
    }
}