.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333122;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25.888px;
}

.undangan-wrapper {
    width: 640px;
    max-width: 640px;
    background-color: #2b2916;
}

.cover {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.hiasan-cover {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
    width: 100%;
    height: 200px;
    background-image: url("../images/hiasan-cover.svg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.save-the-date {
    position: absolute;
    width: 100%;
    margin-top: auto;
}

.waktu-tempat {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(43, 41, 22, 0)),
        color-stop(18%, #2b2916),
        to(#2b2916)
    );
    background-image: linear-gradient(
        180deg,
        rgba(43, 41, 22, 0),
        #2b2916 18%,
        #2b2916
    );
    color: #f4d07c;
}

.info-undangan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-grey {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    color: #f4d07c;
    font-weight: 400;
    text-align: center;
}

.text-grey._14 {
    color: #afb1b3;
    font-size: 14px;
    text-align: center;
}

.text-grey._12 {
    color: #720048;
    font-size: 14px;
    line-height: 22.652px;
}

.text-grey.top8 {
    margin-top: 8px;
}

.text-grey.top32 {
    margin-top: 32px;
}

.text-grey.top24 {
    margin-top: 24px;
}

.text-grey.rouge {
    font-family: "Rouge Script", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Rouge Script", sans-serif;
    color: #f4d07c;
    font-size: 40px;
    line-height: 59.86600000000001px;
    font-weight: 400;
    text-align: center;
}

.undangan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b2916;
}

.p {
    color: #121212;
}

.p.top16 {
    margin-top: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.h3 {
    font-family: "Open Sans", sans-serif;
}

.h3.m24 {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #f4d07c;
    font-size: 22px;
    line-height: 35.596000000000004px;
    font-weight: 600;
}

.h3.m24.white {
    color: #2b2916;
}

.h3.m24.ldark {
    color: #2b2916;
}

.h3.m60 {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #f4d07c;
}

.wrapper-akad {
    width: 340px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #720048;
    border-radius: 16px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 10px;
}

.h4 {
    color: #4b6577;
    font-weight: 600;
    text-align: center;
}

.h4.border-bottom {
    margin-top: 0px;
    padding-bottom: 10px;
    border-top: 0px none rgba(75, 101, 119, 0.4);
    border-bottom: 1px solid rgba(75, 101, 119, 0.4);
}

.h4.border-bottom.bottom-16 {
    margin-bottom: 16px;
    border-bottom-color: #720048;
    color: #720048;
}

.wrapper-resepsi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    margin-top: 24px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #4b6577;
    border-radius: 16px;
}

.galeri {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.hiasan-galeri {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    height: 180px;
    background-color: transparent;
}

.album {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#2b2916),
        color-stop(23%, #2b2916),
        color-stop(36%, #2b2916),
        color-stop(50%, #2b2916),
        color-stop(92%, #2b2916),
        color-stop(93%, rgba(43, 41, 22, 0.9)),
        to(rgba(43, 41, 22, 0))
    );
    background-image: linear-gradient(
        180deg,
        #2b2916,
        #2b2916 23%,
        #2b2916 36%,
        #2b2916 50%,
        #2b2916 92%,
        rgba(43, 41, 22, 0.9) 93%,
        rgba(43, 41, 22, 0)
    );
}

.grid {
    width: 460px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.image {
    width: 100%;
}

.lokasi {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4d07c;
}

.alamat {
    width: 460px;
    margin-bottom: 20px;
    color: #2b2916;
    text-align: center;
}

.map {
    width: 460px;
    border-radius: 8px;
}

.comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4d07c;
    color: #f4d07c;
}

.wrapper-ucapan {
    width: 460px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #2b2916;
}

.text-black {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

.akanikah {
    height: auto;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 4px;
    background-color: #fff;
    color: #ff3a6e;
}

.form-ucapan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-block {
    margin-bottom: 0px;
}

.label {
    color: #4b6577;
    font-size: 14px;
    font-weight: 400;
}

.submit-button {
    border-radius: 16px;
    background-color: #2b2916;
}

.text-field {
    display: block;
    height: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 16px;
    text-align: left;
    text-decoration: none;
}

.banner-akanikah {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f7f4ef;
    color: #f7f4ef;
    -o-object-fit: fill;
    object-fit: fill;
}

.text-field-2 {
    border-radius: 16px;
}

.himbauan {
    padding: 40px;
}

.himbauan-text {
    padding: 10px;
    border-radius: 10px;
    background-color: #19180c;
    color: #f7f4ef;
    line-height: 25.888px;
    text-align: center;
}

.wrapper-comment {
    width: 460px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.item-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #afb1b3;
}

.comentator {
    color: #2b2916;
    font-weight: 600;
}

.p-comment {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px none #afb1b3;
    color: #121212;
}

.detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.detail.top60 {
    margin-top: 60px;
}

.waktu {
    width: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.tanggal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bulan {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tahun {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

._16dark {
    color: #755f4b;
    text-align: center;
}

._16dark.top20 {
    margin-top: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .galeri {
        margin-top: 0px;
    }
}

@media screen and (max-width: 479px) {
    .body {
        background-color: #fff;
    }

    .undangan-wrapper {
        width: 100%;
    }

    .hiasan-cover {
        bottom: -86px;
    }

    .name {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .undangan {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .p.top16 {
        font-size: 14px;
    }

    .wrapper-akad {
        width: 100%;
    }

    .wrapper-resepsi {
        width: 100%;
    }

    .galeri {
        background-color: transparent;
    }

    .hiasan-galeri {
        top: 0%;
        height: 200px;
        background-color: transparent;
        background-image: url("../images/hiasan-galeri.svg");
        background-position: 50% 0%;
        background-size: 100%;
    }

    .album {
        padding-right: 10px;
        padding-left: 10px;
    }

    .grid {
        width: 100%;
    }

    .lokasi {
        padding: 24px 10px;
    }

    .alamat {
        width: 100%;
    }

    .map {
        width: 100%;
        height: 360px;
    }

    .wrapper-ucapan {
        width: 100%;
    }

    .himbauan {
        padding: 20px 10px;
    }

    .himbauan-text {
        background-color: #720048;
    }

    .waktu {
        width: 100px;
        font-size: 10px;
    }

    .tanggal {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bulan {
        font-size: 14px;
    }

    .date {
        font-size: 48px;
        line-height: 48px;
    }

    .tahun {
        font-size: 22px;
    }

    ._16dark.top20 {
        font-size: 14px;
    }
}
