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: #ffffff !important;
}

.font-arabic {
  font-family: "Noto Naskh Arabic", serif !important;
  color: #ffffff !important;
}

.img-crop {
  width: 18rem;
  height: 18rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-crop > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}

.btn-music {
  position: fixed;
  bottom: 9vh;
  right: 2vh;
  z-index: 1055;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 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;
  }
}

.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: #111111 !important;
  margin-top: -5px;
  margin-bottom: -5px;
}

footer {
  background-color: #111111 !important;
  margin-top: -5px;
  padding-bottom: 4rem;
}

/* Gaya untuk menyembunyikan garis bawah pada tautan */
small a {
  text-decoration: none; /* Menyembunyikan garis bawah */
  color: inherit; /* Menyesuaikan warna teks dengan warna default */
}
