@font-face {
    font-family: "Coffee Signs";
    font-style: normal;
    font-weight: normal;
    src: local("Coffee Signs"), url("../fonts/CoffeeSigns.woff") format("woff");
}
@font-face {
    font-family: "Photoshoot";
    font-style: normal;
    font-weight: normal;
    src: local("Photoshoot"), url("../fonts/Photoshoot.woff") format("woff");
}
@font-face {
    font-family: "Saudagar";
    font-style: normal;
    font-weight: normal;
    src: local("Saudagar"), url("../fonts/Saudagar.woff") format("woff");
}
@font-face {
    font-family: "Harabara Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Harabara Bold"), url("../fonts/Harabara.woff") format("woff");
}
@font-face {
    font-family: "Gilroy Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Gilroy Medium"),
        url("../fonts/Gilroy-medium.ttf") format("truetype");
}
@font-face {
    font-family: "Gilroy Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Gilroy Regular"),
        url("../fonts/Gilroy-regular.ttf") format("truetype");
}

html {
    max-width: 575px;
    margin: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    overflow-x: hidden;
}

/* COMMON */
.header {
    font-family: "Photoshoot";
    color: #8b5f56;
    font-size: 25px;
}
.btn {
    border-top-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 0 !important;
    padding: 20px 25px;
}
.btn-red {
    background-color: #951f1f;
    color: #fff;
}
.btn-brown {
    background: rgb(161, 115, 86);
    background: linear-gradient(
        270deg,
        rgba(161, 115, 86, 1) 0%,
        rgba(205, 154, 125, 1) 100%
    );
    color: #fff;
}
.circle-1 {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    width: 400px;
    left: -200px;
}
.circle-2 {
    position: absolute;
    width: 900px;
    right: -500px;
    top: 250px;
}
.circle-3 {
    position: absolute;
    width: 700px;
    left: -350px;
}
.circle-4 {
    position: absolute;
    width: 700px;
    right: -350px;
}
#main-content {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
}
#main-content.open {
    opacity: 1;
    visibility: visible;
}
#audio {
    opacity: 0;
    visibility: hidden;
}

/* OPENING */
#opening {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all ease-in-out 1s;
    height: 100vh;
    /* overflow: hidden; */
    z-index: 999;
}
#opening .overlay {
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    padding: 50px 50px 100px;
}
#opening .logo {
    width: 25px;
    margin-bottom: 10px;
}
#opening .top {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
}
#opening .name {
    font-family: "Coffee Signs";
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 0.7;
    padding-top: 70px;
}
#opening .name .pria {
    padding-right: 3rem;
}
#opening .name .wanita {
    padding-left: 3rem;
}
#opening .text {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}
#opening .and {
    font-size: 30px;
    line-height: 1;
}
#opening .bottom {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    padding: 0 30px;
}
#opening .undangan {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
    margin: 5px 0;
}
#opening .btn-container {
    margin: 10px 0 !important;
    display: flex;
    justify-content: center;
}
#opening .btn-open {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
#opening.open {
    height: 0;
    visibility: hidden;
    opacity: 0;
}
#opening .decor-top {
    position: absolute;
    left: 0;
    top: 0;
    overflow: clip;
    height: 100%;
    width: 100%;
}
#opening .decor-top {
    position: absolute;
    left: 0;
    top: 0;
    overflow: clip;
    height: 150px;
    width: 150px;
}
#opening .decor-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: clip;
    height: 150px;
    width: 150px;
}
#opening .flower {
    position: absolute;
    top: -70px;
    left: -65px;
    width: 200px;
}
#opening .stalk-1 {
    position: absolute;
    top: 40px;
    left: -25px;
    width: 70px;
}
#opening .leaf {
    position: absolute;
    bottom: -10px;
    right: 5px;
    width: 100px;
}
#opening .stalk-2 {
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 75px;
    transform: rotate(-20deg);
}

/* NAVBAR */
#navbar {
    width: 100%;
    max-width: 575px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    background: rgb(47, 16, 16);
    background: linear-gradient(
        270deg,
        rgba(47, 16, 16, 1) 0%,
        rgba(172, 118, 84, 1) 100%
    );
    align-items: center;
    /* padding: 15px 0; */
    /* border-top-right-radius: 15px;
  border-top-left-radius: 15px; */
    position: fixed;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
}
#navbar.open {
    opacity: 1;
    visibility: visible;
}
#navbar .icon-container {
    height: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all ease-in-out 0.2s;
    position: relative;
}
#navbar .icon-container a {
    position: relative;
}
#navbar .icon-container.active {
    background-color: #bc2f12;
}
#navbar .icon {
    /* width: 25px; */
}

/* SLIDER */
#slider {
    padding-bottom: 70px;
    position: relative;
    overflow-x: clip;
}
#slider .owl-item {
    /* height: 900px; */
}
#slider .img-slider-container {
    height: 100%;
}
#slider .img-slider {
    height: auto;
    width: 100%;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
#slider .owl-dots {
    text-align: center;
    padding-top: 0px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 8px;
    transition: all ease-in-out 0.2s;
}
#slider .owl-dots button.owl-dot.active {
    width: 50px;
    border-radius: 10px;
}
#slider .owl-dots button.owl-dot:focus {
    outline: none;
}
#slider .flower-1 {
    position: absolute;
    top: -70px;
    left: -90px;
    width: 200px;
    z-index: 9;
}
#slider .stalk-1 {
    position: absolute;
    top: 60px;
    left: -10px;
    width: 70px;
    z-index: 8;
}
#slider .leaf-1 {
    position: absolute;
    top: -10px;
    left: 50px;
    width: 100px;
    z-index: 8;
}
#slider .flower-2 {
    position: absolute;
    bottom: 0px;
    right: -65px;
    width: 250px;
    z-index: 9;
}
#slider .stalk-2 {
    position: absolute;
    bottom: 170px;
    right: 40px;
    width: 50px;
    z-index: 8;
}
#slider .leaf-2 {
    position: absolute;
    bottom: 100px;
    right: 90px;
    width: 120px;
    z-index: 8;
}
#slider .leaf-3 {
    position: absolute;
    bottom: 45px;
    right: 50px;
    width: 120px;
    transform: rotate(140deg);
    z-index: 8;
}
/* PEMBUKA */
#pembuka {
    padding: 50px 3rem;
    position: relative;
    overflow-x: clip;
}
#pembuka .text-container {
    background: #eee8dc;
    padding: 50px 3rem;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #8b5f56;
}

/* PENGANTIN */
#pengantin {
    position: relative;
    overflow-x: clip;
    padding: 50px 0;
}
#pengantin .pengantin-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    margin: 0 30px;
    position: relative;
}
#pengantin .pengantin-name {
    font-family: "Saudagar";
    font-size: 30px;
    padding: 25px 5rem;
    text-align: center;
    color: #8b5f56;
    letter-spacing: 3px;
    line-height: 1.2;
}
#pengantin .pengantin-img {
    /* background-color: rgba(175, 135, 126, 0.4); */
    background-color: #fff;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 70px;
}
#pengantin .pengantin-img img {
    width: 90%;
    border-radius: 100%;
}
#pengantin .pengantin-img .flower-1 {
    width: 130%;
    border-radius: 0;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -14%;
}
#pengantin .pengantin-img .flower-2 {
    width: 130%;
    border-radius: 0;
    position: absolute;
    z-index: -1;
    right: -30%;
    bottom: -14%;
}
#pengantin .pengantin-img .leaf-1 {
    position: absolute;
    right: -30%;
    bottom: 0%;
    z-index: -2;
    transform: rotate(10deg);
    width: 60%;
}
#pengantin .pengantin-img .leaf-2 {
    position: absolute;
    left: -30%;
    bottom: 10%;
    z-index: -2;
    transform: rotate(-30deg);
    width: 60%;
}
#pengantin .pengantin-img .stalk-1 {
    position: absolute;
    z-index: -1;
    transform: rotate(-90deg);
    width: 40%;
    top: -35px;
    right: -40px;
    border-radius: 0;
}
#pengantin .pengantin-img .stalk-2 {
    position: absolute;
    z-index: -1;
    width: 25%;
    top: -110px;
    left: 50px;
    border-radius: 0;
}
#pengantin .pengantin-desc {
    font-family: "Gilroy Medium";
    text-align: center;
    font-size: 18px;
    color: #8b5f56;
}
#pengantin .pengantin-social {
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    flex-direction: column;
    left: 0;
}
#pengantin .pengantin-social a {
    color: #fff;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    background-color: #8b5f56;
}
#pengantin .pengantin-social a i {
    font-size: 25px;
}
#pengantin .pengantin-social a:hover {
    background-color: #fff;
    color: #8b5f56;
}
#pengantin .and {
    font-size: 60px;
    color: #8b5f56;
    text-align: center;
    margin-bottom: 30px;
}
#pengantin .decor-top {
    position: absolute;
    left: -10px;
    bottom: -90px;
}
#pengantin .decor-top img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#pengantin .decor-top .leaf {
    width: 100px;
    transform: scaleX(-1) rotate(-20deg);
}
#pengantin .decor-top .stalk-1 {
    transform: rotate(-20deg);
    bottom: -60px;
}
#pengantin .decor-top .stalk-2 {
    transform: revert rotate(45deg);
    left: 0;
    bottom: 8px;
    transform: scaleX(-1) rotate(-40deg);
    width: 60px;
}

/* ACARA */
#acara {
    text-align: center;
    position: relative;
    overflow-x: clip;
}
#acara .inner {
    padding: 40px 20px;
    margin: 50px 30px;
    background-color: rgba(144, 83, 46, 0.11);
    border-top-right-radius: 100px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 0 !important;
}
#acara .paragraf {
    font-family: "Gilroy Medium", sans-serif;
    font-size: 18px;
    padding: 30px 3rem;
    color: #8b5f56;
}
#acara .time {
    font-family: "Harabara Bold";
    font-size: 45px;
    color: #445159;
    letter-spacing: 2px;
}
#acara .time-inner {
    font-size: 25px;
}
#acara .location {
    margin-top: 30px;
    font-family: "Gilroy Medium", sans-serif;
}
#acara .location {
    font-size: 25px;
    color: #8b5f56;
}
#acara .btn-location {
    /* padding: 30px; */
    background-color: #8b5f56;
    color: #fff;
    border-radius: 20px;
}
#acara .btn-covid-container {
    border: 1px solid #951f1f;
    padding: 5px;
    background-color: #fff;
    border-top-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 0 !important;
    width: fit-content;
    margin: 0 auto;
}
#acara .btn-covid {
    /* padding: 30px; */
    border-radius: 20px;
}
#acara .img-om-1 {
    width: 100%;
    max-width: 150px;
}
#acara .img-om-2 {
    width: 100%;
    max-width: 300px;
}

/* DIGITAL ENVELOPE  */
#digital-envelope {
    margin-top: 3rem;
    padding: 50px 0px 0px;
    position: relative;
    overflow-x: clip;
}
#digital-envelope .box {
    border: 1px solid #2f2f2f;
    max-width: 300px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px 10px;
    position: relative;
}
#digital-envelope .paragraf {
    font-family: "Gilroy Medium", sans-serif;
    font-size: 18px;
    padding: 0 3rem;
    color: #8b5f56;
}
#modal-envelope .modal-body {
    background-color: #fff6de;
    padding: 1rem 2rem;
}
#modal-envelope .btn-copy {
    background-color: #951f1f;
    color: white;
}

/* ADDITIONAL */
#additional {
    padding: 100px 30px 0px;
    position: relative;
    overflow-x: clip;
}
#additional .box {
    background-color: #eee8dc;
    max-width: 300px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px 10px 10px;
    border-top-right-radius: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 0 !important;
}
#additional .title {
    font-family: "Saudagar";
    font-size: 28px;
    color: #8b5f56;
    margin-bottom: 10px;
}
#additional .custom-border {
    height: 2px;
    width: 100%;
    background-color: #8b5f56;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 80%;
}
#additional .time {
    font-family: "Gilroy Medium", sans-serif;
    font-size: 15px;
    color: #8b5f56;
}
#additional .time-inner {
    font-size: 15px;
}
#additional .location-inner {
    font-size: 15px;
}
#additional .btn-location {
    margin-top: 15px;
    width: 100%;
    /* padding: 15px; */
    background-color: #8b5f56;
    color: #fff;
    border-radius: 10px;
}
#additional .decor-bottom {
    position: absolute;
    right: -20px;
    top: 0;
    transform: scaleX(-1);
}
#additional .decor-bottom img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#additional .decor-bottom .leaf {
    width: 120px;
    transform: scaleX(-1) rotate(-20deg);
}
#additional .decor-bottom .stalk-1 {
    transform: rotate(-20deg);
    bottom: -60px;
    width: 80px;
}
#additional .decor-bottom .stalk-2 {
    transform: revert rotate(45deg);
    left: 0;
    bottom: 8px;
    transform: scaleX(-1) rotate(-40deg);
    width: 80px;
}

/* GALERI */
#galeri {
    padding: 50px 0px;
}
#galeri .img-gallery {
    /* padding: 5px; */
}
#galeri .img-gallery img {
    /* border-radius: 15px; */
}
#galeri .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
#galeri .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#galeri .countdown {
    background-color: #653e27;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}
#galeri .countdown .left,
#galeri .countdown .right {
    width: 40%;
}
#galeri .countdown .left {
    font-family: "Photoshoot";
    margin: auto 0;
    text-align: center;
    line-height: 2;
    color: #fff;
    font-size: 22px;
}
#galeri .box-count {
    border-radius: 10px;
    font-family: "Harabara Bold";
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
#galeri .box-count .value {
    font-size: 40px;
    line-height: 0.7;
}
#galeri .box-count .text {
    font-size: 14px;
}

/* LIVE */
#live {
    padding: 50px 30px;
}
#live .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
#live .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px;
    border-radius: 25px;
}
#live .btn-live {
    width: 70%;
}

/* KONFIRMASI */
#konfirmasi {
    padding: 70px 30px 50px;
}
#konfirmasi .form-control {
    background-color: #eee8dc;
}
#konfirmasi .form-control:focus {
    border-color: #eee8dc;
    box-shadow: 0 0 0 0.2rem rgba(175, 135, 126, 0.5);
}
#konfirmasi .custom-control-label {
    color: #8b5f56;
}
#konfirmasi .custom-control-label::before {
    border: 2px solid #8b5f56;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #eee8dc;
}
#konfirmasi .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #8b5f56;
    border-color: #8b5f56;
}
#konfirmasi .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(175, 135, 126, 0.5);
}
#konfirmasi .custom-control-label::after {
    top: 0.35rem;
    left: -1.37rem;
}
#konfirmasi .btn-submit {
    width: 100%;
    max-width: 250px;
    /* padding: 20px; */
    background-color: #8b5f56;
    color: #fff;
    border-radius: 20px;
}

/* COMMENT */
#comment {
    padding: 30px 0px;
    color: #8b5f56;
}
#comment .box {
    padding: 20px 30px;
}
#comment .box:nth-child(2n + 1) {
    text-align: left;
}
#comment .box:nth-child(2n) {
    text-align: right;
}
#comment .box:nth-child(2n + 1) .text {
    border-left: 2px solid #8b5f56;
    padding: 5px 5px 5px 20px;
}
#comment .box:nth-child(2n) .text {
    border-right: 2px solid #8b5f56;
    padding: 5px 20px 5px 5px;
}
#comment .title {
    font-size: 20px;
}
#comment .text {
    margin: 10px 0;
}

/* FOOTER */
#footer {
    padding-bottom: 100px;
    color: #8b5f56;
}
#footer .footer-social {
    align-items: center;
    justify-content: center;
    display: flex;
}
#footer .footer-social a {
    color: #8b5f56;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}
#footer .footer-social a i {
    font-size: 25px;
}
#footer .copyright a {
    color: #8b5f56;
}

@media screen and (max-width: 426px) {
    #opening .top {
        font-size: 12px;
    }
    #opening .bottom {
        font-size: 12px;
        padding: 0;
    }
    #opening .name {
        font-size: 50px;
    }
    #opening .btn-container {
        margin: 20px 0 !important;
    }
    #opening .btn-open {
        font-size: 12px;
    }
    #opening .undangan {
        height: 50px;
    }
    #pengantin .pengantin-img {
        width: 220px;
        height: 220px;
    }
    #pengantin .pengantin-name {
        font-size: 18px;
        padding: 25px 3rem;
    }
    #pengantin .pengantin-social a {
        width: 25px;
        height: 25px;
    }
    #pengantin .pengantin-social a i {
        font-size: 10px;
    }
    #pengantin .and {
        font-size: 20px;
    }
    #pengantin .pengantin-desc {
        font-size: 13px;
    }
    #slider .owl-dots {
        width: auto;
        left: 25px;
    }
    #slider .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    #slider .owl-dots button.owl-dot.active {
        width: 30px;
        border-radius: 10px;
    }
    #slider .flower-2 {
        bottom: 0px;
        right: -65px;
        width: 190px;
    }
    #slider .leaf-2 {
        bottom: 75px;
        right: 60px;
        width: 88px;
    }
    #slider .leaf-3 {
        bottom: 35px;
        right: 15px;
        width: 90px;
        transform: rotate(140deg);
    }
    #slider .stalk-2 {
        bottom: 120px;
        right: 24px;
        width: 40px;
    }
    #acara .location {
        font-size: 17px;
    }
    #acara .paragraf {
        font-size: 13px;
        padding: 30px 1rem;
    }
    #acara .time {
        font-size: 25px;
    }
    #acara .img-om-1 {
        max-width: 100px;
    }
    #acara .img-om-2 {
        max-width: 200px;
    }
    #acara .btn-location {
        font-size: 14px;
    }
    #acara .btn-covid {
        font-size: 14px;
    }
    #digital-envelope .paragraf {
        font-size: 13px;
        padding: 0 1rem;
    }
    #additional .title {
        font-size: 20px;
    }
    #additional .time {
        font-size: 10px;
    }
    #additional .time-inner {
        font-size: 10px;
    }
    #additional .location-inner {
        font-size: 10px;
    }
    #additional .btn-location {
        border-top-right-radius: 20px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 0 !important;
        padding: 5px;
        font-size: 12px;
    }
    #live .btn-live {
        font-size: 14px;
    }
    #konfirmasi .custom-control:not(:first-child) {
        margin-left: 1rem !important;
    }
    #konfirmasi .btn-submit {
        font-size: 14px;
    }
    #comment .title {
        font-size: 14px;
    }
    #comment .text {
        font-size: 12px;
    }
}

/* ANIMATION */
