html {
    scroll-behavior: smooth !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    
    .background-welcome {
        background-image: url("../assets/images/bg.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: contain;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2211;
        opacity: 50%;
    }
    
    body {
        
        font-family: 'Josefin Sans', sans-serif !important;
        padding: 0 !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    
        padding: 0 !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
        background-repeat: no-repeat;
        background-size: 360px 720px;
    }

    /* Efek Salju Berjatuhan */
    .salju{position:fixed;top:0;left:0;right:0;pointer-events:none;z-index:20}
    .cont-salju{height:100%;position:relative;overflow:hidden;z-index:1}
    
    body::-webkit-scrollbar {
        display: none !important;
    }
    
    .font-esthetic {
        font-family: 'Sacramento', cursive !important;
        color: #ffffff !important;
    }
    
    .font-arabic {
        font-family: 'Noto Naskh Arabic', serif !important;
        color: #ffffff !important;
    }
    
    .img-crop {
        width: 14rem;
        height: 20.6rem;
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        padding: 1px;
    }
    
    .img-crop>img {
        display: inline;
        margin: 0 auto;
        height: auto;
        width: 100%;
        object-fit: contain;
        border-radius: 15px;
        padding: 2px;
    }
    
    .btn-music {
        position: fixed;
        bottom: 13vh !important;
        right: 2vh !important;
        z-index: 1055 !important;
    }
    
    .loading-page {
        position: fixed;
        inset: 0 !important;
        width: 100%;
        height: 100%;
        background-color: #111111;
        z-index: 1056 !important;
    }
    
    .card-body {
        overflow-wrap: break-word !important;
    }
    
    .mouse-animation {
        padding: 0.25rem 0.625rem;
        height: 2rem;
        border: 0.1rem solid #ffffff;
        border-radius: 1.4rem;
        opacity: 0.75;
        box-sizing: content-box;
    }
    
    @keyframes scroll {
        0% {
            opacity: 0;
        }
    
        10% {
            transform: translateY(0);
            opacity: 1;
        }
    
        100% {
            transform: translateY(1rem);
            opacity: 0;
        }
    }
    
    .mouse-animation>.scroll-animation {
        width: 0.25rem;
        height: 0.625rem;
        border-radius: 25%;
        background-color: #ffffff;
        animation-name: scroll;
        animation-duration: 2.5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    
    @keyframes spin-icon {
        from {
            transform: rotate(0deg);
        }
    
        to {
            transform: rotate(360deg);
        }
    }
    
    .spin-button {
        animation: spin-icon 5s linear infinite;
    }
    
    @keyframes love {
        50% {
            transform: translateY(1rem);
        }
    }
    
    .animate-love {
        animation: love 5s ease-in-out infinite;
    }
    
    .dark-section {
        background-color: #111111 !important;
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    
    footer {
        background-color: #111111 !important;
        margin-top: -0.5rem;
        padding-bottom: 5rem;
    }
    
    .alamat-akad {
        margin-top: -1.4rem;
    }
    
    .the-wedding-of {
        font-family: 'Josefin Sans', sans-serif !important;
        margin-top: -100px;
        margin-bottom: 110px;
    }
    
    .nama-mempelai-welcome {
        font-family: 'Sacramento', cursive !important;
        margin-top: -100px;
        margin-bottom: 320px;
    }
    
    .google-maps {
        border-radius: 4%;
        padding: 0px;
    }
    
    .gallery-penutup {
        background-image: url("../assets/images/calon-mempelai.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: contain;
        position: flex;
        width: 335px;
        height: 365px;
        z-index: -21;
        opacity: 40%;
        border: solid 3px #111111;
        border-radius: 50% 3px 50%;
        margin-bottom: -291px;
    }
    
    .hak-cipta {
        z-index: 1;
    }