* {
    margin: 0;
    padding: 0;  
    font-family: "Times New Roman", serif;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #67AB5C !important;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 !important;
}

button {
    background-color: #416E3A;
}

section {
    position: relative;
}

iframe {
    pointer-events: auto;
}

.box-icon-volume {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    z-index: 99999999999999999999;
    opacity: .5;
    
    button {
        border: none;
        background-color: transparent;
        width: 50px;
    }
}

@media screen and (max-width: 512px) {
    .box-icon-volume {
        bottom: unset;
        right: 10px;
        top: 10px;
    }
}

.modal-open .modal {
    padding: 0 !important;
    overflow: hidden !important;
}

.modal-backdrop {
    z-index: 9 !important;
}

.modal-header {
    padding-bottom: 0 !important;
    border: none !important;
}

.modal-dialog {
    max-width: 700px !important;
}

.modal-body {
    font-size: 20px;
    padding: 2rem 1rem !important;

    @media screen and (max-width: 512px) {
        font-size: 14px;
    }
}

.hilang {
    display: none !important;
}

.ada {
    display: block;
    animation: tampil 1s ease-in-out;
}

@keyframes tampil {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-asli {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid black;
    background-color: #416E3A;    

    .nav-items {    
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        list-style: none;
        margin-bottom: 0;
        padding: 0;

        .list-items {
            font-size: 14px;
            padding: 10px 14px;
            text-align: center;

            .link-items {
                text-decoration: none;
                color: white;
                line-height: 10px;
                text-transform: uppercase;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 5px;

                .nav-icon {
                    font-size: 24px;                    
                }
            }

            .button-credit {
                background-color: transparent;
                border: none;
                color: white;
            }
        }
    }
}

@media screen and (max-width: 512px) {
    .navbar-asli {
        bottom: 0;
        overflow: scroll;

        .nav-items {
            justify-content: space-between;
        }
    }
}

.paralax {    
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start; 
    z-index: 1;

    .header-top {
        position: absolute;
        top: 80px;
        text-align: center;
        line-height: 50px;
        width: 100%;
        z-index: 10;
        color: white;

        .header-opening-top {
            text-align: center;
            font-size: 30px;
            opacity: 1;
            margin: 0;
            text-transform: uppercase;
        }

        @media screen and (max-width: 512px) {
            .header-opening-top {
                font-size: 28px;
            }
        }

        .sub-header {
            font-size: 56px;
            font-weight: 250;
            font-family: "Italianno", cursive;;
        }

        @media screen and (max-width: 512px) {
            .sub-header {
                font-size: 48px;
            }
        }
    }

    .header-bottom {
        position: absolute;
        bottom: 100px;
        text-align: center;
        z-index: 10;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        .header-opening-bottom {
            text-align: center;
            font-size: 24px;
            line-height: 25px;
            opacity: 1;
            margin-bottom: 20px;
            color: white;
            font-variant: small-caps;
        }

        .invitation-text {
            margin-bottom: 10px !important;
            color: white;
        }

        .box-name {
            max-width: 300px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            padding: 50px 160px;
            border-radius: 30px;

            .name {
                font-size: 24px;
                white-space: nowrap;
            }
        }

        .place-text {
            margin-top: 10px !important;
            color: white;
        }

        .btn-click {
            margin-top: 30px;
            color: white;
            font-size: 24px;
            padding: 0 50px;
            border-radius: 100px 10px;
            border: none;
            animation: animasi 1s infinite;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        @media screen and (max-width: 512px) {
            .btn-click {
                font-size: 20px;
                padding: 10px 40px;
                flex-direction: column;
            }

            .btn-click img {
                width: 50px;
                height: 50px;
                margin-bottom: 5px;
            }
        }
    }    
}

@media screen and (max-width: 512px) {
    .paralax {
        .header-top {
            top: 30px;
        }

        .header-bottom {
            bottom: 145px;
        }
    }
}

.paralax::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/image/aa-dan-neng.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

.for, .target {
    font-size: 24px;
}

@keyframes animasi {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.fade-out {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.section-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;    
    position: relative;

    .gif-kupu-kupu {
        position: absolute;
        top: 0;
    }

    @media screen and (max-width: 512px) {
        .bagian-atas {
            margin-top: 100px;

            .gif-kupu-kupu {
                width: 100%;
                left: 0;
                right: 0;
            }
        }
    }

    @media screen and (max-width: 425px) {
        .bagian-atas {
            margin-top: 0;
        }
    }

    .image-s3 {
        border: 8px solid white;
        transform: rotate(-5deg);
    }

    .box-title-s3 {
        line-height: 45px;
        height: 110px;

        .title-s3 {
            text-align: center;
            font-size: 24px;
            margin-top: 10px !important;
            text-transform: uppercase;
        }

        .sub-title-s3 {
            font-size: 56px;
            font-weight: 250;
            margin: 0;
            text-align: center;
            font-family: "Italianno", cursive;
        }

        @media screen and (max-width: 512px) {
            .sub-title-s3 {
                font-size: 42px;
            }
        }        
    }

    .box-date {
        display: flex;
        justify-content: space-evenly;
        width: 300px;
        align-items: center;  
        margin: 10px 0;

        .text-date {
            font-size: 24px;
            margin: 0;
        }
    }
}

.section-3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/image/bunga-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 512px) {
    .section-3::before {
        background-image: url("/image/bunga-mobile.jpg");
        z-index: -1;
    }
}

.section-4 {
    background-color: #9fc192;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.capital {
    font-size: 84px;
    line-height: 25px;
    width: 90px;
}

.line-atas {
    width: 80%;
    border: 2px solid #416E3A;
    margin-inline: 20% 0;
    margin-top: 50px;
    margin-bottom: 100px;
    opacity: 1;
}

.gambar-simbol {
    width: 500px;
    height: 100px;
    margin: 20px 0 0;
}

.text-surah {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 512px) {
    .text-surah {
        padding: 15px;
    }
}

.text-settings {
    max-width: 600px;
    text-align: center;
    font-size: 24px;
}

.line-bawah {
    width: 80%;
    border: 2px solid #416E3A;
    margin-inline: 0 20%;
    margin-bottom: 50px;
    margin-top: 100px;
    opacity: 1;
}

.section-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;

    .bunga-putih-top-left,
    .bunga-putih-top-right,
    .bunga-putih-bottom-left,
    .bunga-putih-bottom-right {
        position: absolute;
        width: 500px;
        height: auto;
        opacity: 0.5;
    }

    @media screen and (max-width: 512px) {
        .bunga-putih-top-left,
        .bunga-putih-top-right,
        .bunga-putih-bottom-left,
        .bunga-putih-bottom-right {
            width: 215px;
        }
    }

    .bunga-putih-top-left {
        top: 0;
        left: 0;    
        transform: rotate(90deg);
    }

    .bunga-putih-top-right {
        top: 0;
        right: 0;    
        transform: rotate(180deg);
    }

    .bunga-putih-bottom-left {
        bottom: 0;
        left: 0;    
        transform: rotate(0deg);
    }

    .bunga-putih-bottom-right {
        bottom: 0;
        right: 0;    
        transform: rotate(-90deg);
    }

    @media screen and (max-width: 512px) {
        .bunga-mobile-left-side1,
        .bunga-mobile-left-side2,
        .bunga-mobile-left-side3,
        .bunga-mobile-left-side4,
        .bunga-mobile-left-side5 {
            transform: rotate(90deg);
            left: -60px;
            width: 200px;
            position: absolute;
            height: 100px;
            opacity: 0.5;
        }

        .bunga-mobile-left-side1 {
            top: 15%;
        }
        .bunga-mobile-left-side2 {
            top: 30%;
        }
        .bunga-mobile-left-side3 {
            top: 45%;
        }
        .bunga-mobile-left-side4 {
            top: 60%;
        }
        .bunga-mobile-left-side5 {
            top: 75%;
        }

        .bunga-mobile-right-side1,
        .bunga-mobile-right-side2,
        .bunga-mobile-right-side3,
        .bunga-mobile-right-side4,
        .bunga-mobile-right-side5 {
            transform: rotate(90deg);
            right: -60px;
            width: 200px;
            position: absolute;
            height: 100px;
            opacity: 0.5;
        }

        .bunga-mobile-right-side1 {
            top: 15%;
        }
        .bunga-mobile-right-side2 {
            top: 30%;
        }
        .bunga-mobile-right-side3 {
            top: 45%;
        }
        .bunga-mobile-right-side4 {
            top: 60%;
        }
        .bunga-mobile-right-side5 {
            top: 75%;
        }
    }

    .gambar-bismillah {
        min-width: 300px;
        width: 400px;
        height: 120px;
        margin: 50px 0 20px;
    }

    @media screen and (max-width: 512px) {
        .gambar-bismillah {
            width: 300px;
            height: 100px;
        }
    }

    .cs-5 {
        display: flex;
        justify-content: center;
        align-items: center;

        .salam {
            font-size: 22px;
            font-weight: 750;
            text-align: center;
            line-height: 25px;
        }

        .pujian {
            font-size: 20px;
            text-align: center;
            margin: 0;
        }

        @media screen and (max-width: 512px) {
            .pujian {
                font-size: 16px;
            }
        }
    }

    .gambar-mempelai {
        width: 200px;
        height: 300px;
        border: 3px solid #9fc192;
        border-radius: 100px;
        box-shadow: -5px 5px 10px #000000;
    }

    .box-name-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        .text-mempelai-title {
            font-size: 48px;
        }

        .text-mempelai-sub-title {
            font-size: 18px;
        }

        .bin, .binti {
            font-size: 18px;
        }
    }

    .dan {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;

        .line {
            flex: 1;
            height: 3px;
            background-color: #8ca68c;
            max-width: 100px;
        }

        .simbol-and {
            font-size: 56px;
        }
    }

    .link-ig {
        text-decoration: none;

        .button-ig {
            width: 150px;
            height: 50px;
            font-size: 16px;
            margin: 20px 0 50px;
            border: none;
            border-radius: 12px;
            animation: sosmed 3s infinite;
            color: white;
        }
    }
}

@keyframes sosmed {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

.section-6 {
    background-color: cadetblue;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.circle-text {
    transform-origin: 150px 150px;
    animation: circle-text 20s linear infinite;
    letter-spacing: 9px;
}

@keyframes circle-text {
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.jam {
    transform-origin: 150px 150px;
    animation: jam 25s linear infinite;
}

@keyframes jam {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.row-m {
    width: 35%;
    margin: auto !important;
}

@media screen and (max-width: 425px) {
    .row-m {
        width: 55% !important;
        margin: auto !important;
    }
}

@media screen and (max-width: 512px) {
    .row-m {
        width: 50%;
        margin: auto !important;
    }
}

.count-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}

#countdown-days,
#countdown-hours,
#countdown-minutes,
#countdown-seconds {
    font-size: 40px;
    font-weight: 750;
    border-radius: 12px;
    width: 80px;
    text-align: center;
    background: linear-gradient(to bottom, #2da18f 50%, #70ac82 50%);
    color: black;
    position: relative;
}

.text-days,
.text-hours,
.text-minutes,
.text-seconds {
    font-size: 16px;
    color: black;
    margin: 5px 0px !important;
}

.save-date-box {
    text-align: center;
    margin: 20px 0 0 !important; 
    border-top: 4px black solid;
    border-bottom: 4px black solid;
}

.btn-save {
    background-color: unset;    
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: black;
    padding: 10px 0;
}

@media screen and (max-width: 375px) {
    .btn-save {
        font-size: 14px;
    }
    
}

.section-7 {
    width: 100%;
    height: 100%;
    max-height: 950px;
    overflow: hidden;
    background-color: cadetblue;
}

.scroll-bg {
    display: flex;
    flex-direction: column;
    animation: scrollUp 60s linear infinite;
    position: relative;
    opacity: 0.5;
}

.scroll-bg img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.jadwal-box-1 {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 550px;
    height: 500px;
    display: flex;
}

.akad-nikah-1 {
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 700;
    transform: rotate(180deg);
    background-color: #2da18f;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.akad-nikah-2 {
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 700;
    transform: rotate(360deg);
    background-color: #2da18f;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jadwal-contain {
    width: 500px;
    height: 500px;
    background-color: #f5f5f5;
    padding: 20px 40px 20px;
    display: flex;
}

.jadwal-head {
    width: 100%;
    letter-spacing: 1px;
}

.jadwal-date {
    font-size: 80px;
    line-height: 100%;
}

.jadwal-day {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 250;
    line-height: 100%;
}

.jadwal-time {
    font-size: 24px;
    margin: 15px 0;
}

.title-acara {
    font-size: 24px;
    font-weight: 750;
    text-transform: uppercase;
}

.body-acara {
    font-size: 20px;
    margin: 10px 0 !important;
}

.jadwal-btn {
    background-color: #2da18f;
    font-size: 24px;
    padding: 5px 10px;
    border-radius: 14px;
    animation: btnLiveStream 2.5s infinite;
    box-shadow: #000000 0px 5px;
    color: white;
    letter-spacing: 3px;
    margin-top: 3rem;
}

@keyframes btnLiveStream {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.jadwal-box-2 {
    position: absolute;    
    bottom: 10%;
    right: 15%;
    width: 550px;
    height: 500px;
    display: flex;
}

.jadwal-box-1.jadwal-show,
.jadwal-box-2.jadwal-show {
    animation: jadwal 4.5s forwards;
}

@keyframes jadwal {
    from {
        transform: rotateX(90deg);
    }
    to {
        transform: rotateX(0deg);
    }
}

@media screen and (max-width: 768px) {
    .jadwal-contain {
        width: 400px;
        height: 400px;
        padding: 20px 30px 20px;
    }

    .jadwal-box-1,
    .jadwal-box-2 {
        position: absolute;
        width: 400px;
        height: 400px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .jadwal-box-1 {
        top: 50px;
    }

    .jadwal-box-2 {
        top: 550px;
    }

    .akad-nikah-1,
    .akad-nikah-2 {
        font-size: 30px;
    }

    .jadwal-date {
        font-size: 48px;
    }

    .jadwal-day {
        font-size: 16px;
    }

    .jadwal-time {
        font-size: 20px;
    }

    .body-acara {
        font-size: 18px;
    }

    .jadwal-btn {
        font-size: 16px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 512px) {
    .jadwal-contain {
        width: 350px;
        height: 400px;
        padding: 20px 30px 20px;
    }

    .jadwal-box-1,
    .jadwal-box-2 {
        position: absolute;
        width: 350px;
        height: 400px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .jadwal-box-1 {
        top: 50px;
    }

    .jadwal-box-2 {
        top: 500px;
    }

    .akad-nikah-1,
    .akad-nikah-2 {
        font-size: 30px;
    }

    .jadwal-date {
        font-size: 48px;
    }

    .jadwal-day {
        font-size: 16px;
    }

    .jadwal-time {
        font-size: 20px;
    }

    .body-acara {
        font-size: 14px;
    }

    .jadwal-btn {
        font-size: 16px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 375px) {
    .jadwal-date {
        font-size: 44px;
    }

    .jadwal-day {
        font-size: 15px;
    }

    .jadwal-time {
        font-size: 16px;
    }

    .title-acara {
        font-size: 22px;
    }

    .body-acara {
        font-size: 14px;
    }
}

.section-8 {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background-color: white;
}

.lokasi-container {
    max-width: 800px;
    margin: 0 auto;
}

.lokasi-map {
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.event-box {
    width: 230px;
    margin: 0 auto;
    line-height: 100%;
    font-size: 32px;
    color: #2da18f;
    font-weight: 750;
    text-transform: uppercase;
}

.event-box .event {    
    font-family: "Lavishly Yours", cursive;
    text-align: left;
}

.event-box .location {
    text-align: right;
}

.event-box .location::first-letter {
    font-size: 48px;
}

.line-2 {
    border: 1px solid #2da18f;
    height: 100px;
    width: 1px;
    margin: 20px auto;
}

.lokasi {
    font-size: 16px;
}

.lokasi-btn {
    width: 35%;
    margin: 0 auto;
    border-top: 4px #2da18f solid;
    border-bottom: 4px #2da18f solid;
    animation: saveLocation 2.5s infinite;
    margin-top: 40px;
}

@keyframes saveLocation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 512px) {
    .lokasi-btn {
        width: 250px;        
    }
}

.lokasi-btn button {
    background-color: transparent;
    color: #2da18f;
    font-size: 20px;
    border: none;
    padding: 5px 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 512px) {
    .lokasi-btn button {
        font-size: 16px;
    }
}

.section-9 {
    padding: 50px 20px;
}

.text-gallery,
.text-journey {
    text-align: center;
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.title-gallery,
.gallery-text,
.title-journey,
.journey-text {
    font-family: "Lavishly Yours", cursive;
    font-size: 114px;
    display: flex;
    letter-spacing: -6px;
}

.title-gallery::after {
    content: "";
    border: 1.6px solid black;
    flex-grow: 1;
    height: 1px;
    margin-top: 104px;
    position: relative;
    left: -17px;
    opacity: 1;
}

.title-journey::before {
    content: "";
    border: 1.6px solid black;
    flex-grow: 1;
    height: 1px;
    margin-top: 104px;
    position: relative;
    right: -17px;
    opacity: 1;
}

@media screen and (max-width: 512px) {
    .title-gallery,
    .gallery-text,
    .title-journey,
    .journey-text {
        font-size: 60px;
        letter-spacing: 0;
    }

    .title-gallery::after {
        margin-top: 54px;
        left: -11px;
    }

    .title-journey::before {
        margin-top: 60px;
        right: -11px;
    }

    .sub-title-gallery span {
        font-size: 30px !important;
        top: -36px !important;
        left: 23px !important;
    }

    .sub-title-journey span {
        font-size: 30px !important;
        top: -36px !important;
        right: 34px !important;
    }
}

.sub-title-gallery {
    text-align: left;
}

.sub-title-gallery span {
    position: relative;
    top: -60px;
    font-size: 48px;
    left: 40px;
}

.box-gambar {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 50px 0;
}

.image-gallery-m {
    border: white solid;
    border-width: 5px 5px 15px;
    margin: 5px 0;
}

.image-animation,
.image-animation-m {
    width: 100%;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.text-journey {
    text-align: right;
}

.sub-title-journey span {
    position: relative;
    top: -56px;
    font-size: 48px;
    right: 72px;
}

.box-journey {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

@media screen and (max-width: 512px) {
    .box-journey {
        margin-top: 100px;
    }
}

.journey {
    width: 100%;
    position: relative;
    background-color: cadetblue;
    box-shadow: 0px 0px 10px 1px black;
}

.image-journey {
    width: 220px;
    height: 120px;
    margin: auto;
    position: relative;
    top: -55px;
    transform: rotate(4deg);
}

.image-mempelai {
    border: white solid;
    border-width: 10px 10px 20px;
    box-shadow: 0px 6px 10px 0px black
}

.title h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 750;
    letter-spacing: -1px;
}

.body-journey {
    padding: 15px 15px 100px;
}

.section-10 {
    background-color: #9fc192;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-doa {
    width: 100%;
    height: 100%;
    padding: 100px 50px;
}

@media screen and (max-width: 512px) {
    .box-doa {
        padding: 50px 20px;
    }
}

.content-doa {
    text-align: center;
    position: relative;
    max-width: 100%;
    width: 700px;
    margin: auto;
    border: 3px solid green;
    border-radius: 10px;
}

@media screen and (max-width: 512px) {
    .content-doa {
        width: 100%;
    }    
}

.content-doa-2 {
    border: 3px solid white;
    border-radius: 10px;
}

.content-doa-3 {
    border: 3px solid green;
    border-radius: 10px;
    background-color: white;
    padding: 50px 70px;
}

@media screen and (max-width: 512px) {
    .content-doa-3 {
        padding: 50px 20px;
    }
}

.title-doa {
    margin-bottom: 20px;
    color: green;
}

.text-doa {
    font-weight: 750;
    font-size: 24px;
}

@media screen and (max-width: 512px) {
    .text-doa {
        line-height: 30px;
    }
}

.terjemahan {
    margin: 15px 0 !important;
}

.riwayat {
    font-size: 18px;
}

.section-11 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 20px;
    
    .content {
        max-width: 450px;
        width: 100%;
        margin: auto;

        .box-image {
            width: 200px;
            padding: 20px;
            height: auto;
            border-radius: 50%;
            background-color: cadetblue;
            margin: auto;
        }

        .box-body {
            text-align: center;
        }

        .box-gift {
            border: 1px cadetblue solid;
            border-radius: 16px;
            padding: 45px 30px;
            max-width: 100%;
            width: 450px;
            margin: auto;

            .box-layout {
                display: block;

                .image-bank {
                    width: 120px;
                    height: auto;
                    margin-bottom: 20px;
                }

                .identitas {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 10px;

                    .box-nama {
                        letter-spacing: 1px;
                        line-height: 20px;

                        .nama-bank {
                            font-weight: 750;
                            text-transform: uppercase;
                        }
                    }

                    @media screen and (max-width: 512px) {
                        .box-nama {
                            letter-spacing: 0;
                        }
                        
                    }

                    .wallet-icon {
                        font-size: 40px;
                    }

                    @media screen and (max-width: 512px) {
                        .wallet-icon {
                            font-size: 32px;
                        }
                        
                    }
                }

                .button-copy {
                    width: 100%;
                    padding: 5px;
                    border: none;
                    border-radius: 10px;
                    box-shadow: black 0px 3px 10px;
                    color: white;
                }

                .button-copy:disabled {
                    color: white;
                }
            }            
        }

        .atau {
            display: block;
            text-align: center;
            margin: 30px 0;
        }

        .atau::after,
        .atau::before {
            content: '';
            border: 1px solid black;
            width: 40%;
            position: relative;
            display: inline-block;
            margin-bottom: 4px;
        }
    }
}

.section-12 {
    background-color: cadetblue;
    padding: 50px 20px 50px;

    .gambar-simbol {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }

    .title-prayers {
        text-align: center;
        text-transform: uppercase;
        font-weight: 750;
        margin: 0;
    }

    .sub-title-prayers {
        margin-bottom: 30px !important;
        text-align: center;
        font-size: 20px;
    }

    .comment-form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-color: white;
        padding: 80px 50px 30px;
        border-radius: 15% 15% 0 0;
        height: 600px;
        max-height: 600px;

        .label-form {
            font-weight: 750;
        }

        .input-nama {
            padding: 10px;
            margin-bottom: 20px;
            font-size: 18px;
        }

        .text-komentar {
            width: 100%;
            height: 250px;
            padding: 10px;
            margin-bottom: 50px;
            font-size: 18px;
        }

        .submit-komentar {
            width: 100px;
            margin-left: auto;
            font-size: 20px;
        }
    }

    .comment-box {
        background-color: white;
        padding: 50px;
        border-radius: 15% 15% 0 0;
        height: 600px;
        width: 100%;

        .comment-list {
            overflow-y: scroll;
            height: 500px;

            .comment-block {
                padding: 5px; 
                border-bottom: 1px solid black;
                
            }
        }
    }

    @media screen and (max-width: 512px) {
        .comment-form {
            padding: 40px 20px 20px;
            height: 400px;
            max-height: 500px;

            .text-komentar {
                height: 100%;
                margin-bottom: 20px;
            }
        }

        .comment-box {
            border-radius: 0;
            padding: 0px 20px 40px;
            height: 300px;
            overflow: scroll;

            .comment-list {
                height: unset;
                overflow-y: unset;
            }
        }
    }
}

.section-13 {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    .box-closing {
        position: relative;
        max-width: 500px;

        .closing-1 {
            display: block;
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            border: 5px solid cadetblue;
            border-collapse: separate;
            border-spacing: 10px;
            transform: rotate(-3deg);
            padding: 6px;

            .image-closing {
                width: 300px;
                height: auto;            
                border: 5px solid cadetblue;
            }
        }

        .closing-2 {
            margin-top: 25px;
            padding: 0 25px;
            
            .text-closing {
                font-size: 16px;
            }

            .closing {
                margin-top: 25px !important;
                font-weight: 750;
                font-size: 18px;
            }
        }

        .closing-3 {
            margin: 15px 0;
        }

        .closing-3::before,
        .closing-3::after {
            content: '';
            border: 1px solid black;
            width: 100px;
            position: relative;
            display: inline-block;            
            margin: 0 10px 4px 8px;
        }

        .closing-4 {
            h1 {
                font-size: 64px;
                font-family: "Italianno", cursive;
                margin: 0;
            }
        }
    }
}

@media screen and (max-width: 512px) {
    .section-13 {
        padding: 50px 20px;
    }
}

.section-14 {
    background-color: cadetblue;
    padding: 50px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 750;
    line-height: 16px;
}

@media screen and (max-width: 512px) {
    .section-14 {
        font-size: 12px;
        margin-bottom: 66px;
    }
}

@media screen and (min-width: 513px) {
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8,
    #section9,
    #section10,
    #section11,
    #section12,
    #section13,
    #section14 {
        scroll-margin-top: 50px;
    }
}