@import url('https://fonts.cdnfonts.com/css/santa-cruze');
@import url('https://fonts.cdnfonts.com/css/frost-land');

html {
    scroll-behavior: smooth !important;
}

body {
background: #002445;
border: solid 5px #000000ba;
background-image: url("../assets/images/bg.webp");
object-fit: contain;
background-size: 100%;
background-repeat: no-repeat;
overflow: hidden;
}

.text-acara-v1 {
border: solid 2px #3746684f;
padding: 0px 1px 6px 1px;
background: #00000069;
width: 80%;
border-radius: 30px;
left:0;
right:0;
text-align: center;
justify-content: center;
justify-self: center;
align-content: center;
}

.frame-background {
border: solid 5px #0000004a;
border-radius: 80px 80px 80px 80px;
padding: 15px;
margin-top: 20px;
padding-top: 20px;
    
background: #002344cf;
width: 94%;
left:0;
right:0;
justify-content: center;
align-self: center;
justify-self: center;
}

.btn {
background: #002445;
color: #fff;
border: solid 2px #4b60736b;
}

.text-kepada-yth {
color: #000;
border: solid 2px #111f4b;
border-radius: 10px;
background: #ffffffad;
box-shadow: -3px 4px 3px #000000b5;
}

body::-webkit-scrollbar {
display: none !important;
}

.text-nama-anak {
color: #ffffff;
font-family: 'Noto Naskh Arabic', serif !important;
font-size: 25px;
}

.font-esthetic {
font-family: 'Santa Cruze', sans-serif;
color: #ffffff !important;
text-shadow: -3px 3px 3px #000000;
}

.bg-timer {
border: solid 2px #01132c;
border-radius: 5px;
background: #00152c;
width: 20%;
margin-inline: 5px;
}

.button-play-musik {
margin-bottom: 20px;
}

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

.img-crop {
    width: 14rem;
    height: 14rem;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;

  animation: move-the-animasi-gambar-tengah 1s infinite;
  }
  @keyframes move-the-animasi-gambar-tengah {
  0% {
  transform: translate(0, 0);
  }
  50% {
  transform: translate(0, 50px);
  }
  100% {
  transform: translate(0, 0);
    }
  }

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

.img-crop1 {
    width: 14rem;
    height: 14rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

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

.container2 {
background-image: url("../assets/images/background.jpeg");
object-fit: contain;
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 20px;
}

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

.text-acara-tanggal {
border: solid 2px #003770;
background: #00000069;
border-radius: 10px;
margin: 10px;
}

.loading-page {
position: fixed;
inset: 0 !important;
width: 100%;
height: 100%;
background-image: url("../assets/images/bg.webp");
object-fit: contain;
background-size: 100% 100%;
z-index: 1056 !important;
}

.card-body {
overflow-wrap: break-word !important;
position:relative;
word-break:break-word;
word-wrap:break-word;
background: #00000080;
z-index: 1;
}

.list-box-ucapan {
padding-inline: 8px;
padding-block: 8px;
margin: 8px;
}

.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 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
background-image: url("../assets/images/background.jpeg");
object-fit: contain;
background-size: 100% 100%;
background-repeat: no-repeat;
}

footer {
background-color: #00244e99 !important;
margin-top: -0.5rem;
padding-bottom: 5rem;
}

.navbar-bawah {
background: #012446;
border: solid 2px #000d1957;
box-shadow: 0px -3px 5px #6c94a7eb;
}

.nav-link {
color: #ffffff;
}

.nav-link:active {
color: #0005ff;
}

.nav-link:hover {
color: #000;
}

.form-control {
background: #000000;
border: solid 2px #6a7ccf80;
}

.form-control:hover {
background: #0d6efd21;
border: solid 2px #000000d1;
}

.form-select {
background: #000000;
border: solid 2px #6a7ccf80;
}

.card-body2 {
background: #0e0d0de8;
border: solid 2px #0d6efd96;
box-shadow: -3px -3px 3px #00000069;
}

.text-penutup-bawah {
font-size: 12px;
}