* {
    color: black;
}

/* ==================== Custom CSS ============================ */

 

.pertama {
    background: 
    linear-gradient(to top, white, transparent), 
    url('../image/sampul2.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.foto-doang {
    height: 100vh;
    background: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.549), white), 
    url('../image/sampul1.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.kedua {
    background-color:  white;
    padding: 10px;
}
.ketiga {
    background-color: #F36A3E;
    padding: 50px; 
}

.keempat {
    height: 100vh;
    background: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.721), white), 
    url('../image/sampul3.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.kelima {
    background-color: white;
    padding: 30px;
}
.keenam {
    background-color: white;
    padding: 30px;
}
.ketujuh {
    background-color: white;
    padding: 30px;
}
.kedelapan {
    background-color:  #F36A3E;
    padding: 30px;
}
.navigasi {
    background-color: #ffffff;
}

.foto-pengantin {
    background: url('../image/border1.png') no-repeat center center;
    background-size: contain;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.foto-pengantin2 {
    background: url('../image/border2.png') no-repeat center center;
    background-size: contain;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.border-garis {
    background: url('../image/border3.png') no-repeat center center;
    background-size: contain;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.gambar-bunga1 { 
        background: url('../image/bunga1.png') no-repeat center center;
        background-size: contain;
        background-position: center;
        width: 100%; /* Set the width of the element */
        height: 10%; /* Set the height of the element */
        display: block;
        margin: auto; 
}

.gambar-bunga2 { 
    background: url('../image/bunga2.png') no-repeat;
    width: 100%; 
    height: 150px;
    background-size: contain; /* Scales image to cover the element */
    background-position: center; /* Centers the background image */
}

.gambar-bunga3 { 
    background: url('../image/bunga3.png') no-repeat center center;
    background-size: contain;
    background-position: center;
    width: 100%; /* Set the width of the element */
    height: 10%; /* Set the height of the element */
    display: block;
    margin: auto; 
}

.gambar-bunga4 { 
    background: url('../image/bunga4.png') no-repeat center center;
    background-size: contain;
    background-position: center;
    width: 100%; /* Set the width of the element */
    height: 80px; /* Set the height of the element */
    display: block;
    margin: auto; 
}
 
.hp-only {display: none;}
.hp-no {display: block;}

@media (max-width:900px) {
    .pertama {
        min-height: 100vh;
    }
    .hp-no {display: block;}
    .hp-only {display: none;}
  }


/* ==================== Custom CSS ============================ */
   


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Josefin Sans', sans-serif !important;
    padding: 0 !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

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: 14rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-crop>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.btn-music {
    position: fixed;
    bottom: 9vh !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; 
    background: 
    linear-gradient(to bottom, rgba(36, 36, 36, 0.721), rgb(37, 37, 37)), 
    url('../image/sampul.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%; /* Set the width of the element */ 
    display: block;
    margin: auto; 
}

.card-body {
    overflow-wrap: break-word !important;
}

.mouse-animation {
    padding: 0.25rem 0.625rem;
    height: 2rem;
    border: 0.1rem solid #262626;
    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: #000000;
    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;
}

.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;
}


