html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

.font-esthetic {
    font-family: 'Sacramento', cursive !important;
    color: #2C3639 !important;
}

.font-esthetic-main {
    font-family: 'Sacramento', cursive !important;
    color: #fff !important;
}

.bg-self{
    background-color:#ADC4CE;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Warna hitam dengan tingkat transparansi (alpha) sebanyak 0.5 */
    z-index: 1; /* Pastikan lapisan ini berada di depan gambar */
  }

.text-dark {
    color:#2C3639;
}
.font-arabic {
    font-family: 'Noto Naskh Arabic', serif !important;
    color: #2C3639 !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;
    right: 2vh;
    z-index: 1055;
}

.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    }
}

.bg-main-purple{
    background-color:#96B6C5;
}

.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;
}

.dark-section {
    background-color: #ADC4CE !important;
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
}

footer {
    background-color: #ADC4CE !important;
    margin-top: -0.4rem;
    padding-bottom: 4rem;
}

.imagebg {
    height: 100vh !important;
          background-image: url('../assets/landscape.jpg');
          background-color: black;
          background-position: center ; /* Center the image */
          background-repeat: no-repeat; /* Do not repeat the image */
          background-size: cover;
          z-index: 2;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .imagebg {
        height: 100vh !important;
              background-image: url('../assets/landscape.jpg');
              background-color: black;
              background-position: center; /* Center the image */
              background-repeat: no-repeat; /* Do not repeat the image */
              background-size: cover;
              z-index: 2;
    }
} 

