body {
    display: flex;
    overflow-y: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-image: url("bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#searchResult {
    text-align: center;
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 12vw;
    margin: 0;
    margin-bottom: -9px;
    letter-spacing: 0.5rem;
    color: #ffff;
    transition: all 0.3s ease;
    z-index: 3;
}

h3.span {
    font-size: 3vw;
    letter-spacing: 0.7em;
    padding-bottom: 10px;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #faebd7;
    z-index: 4;
}

form {
    display: flex;
    text-shadow: #444;
    flex-direction: row;
}

input[type="text"] {
    background-color: #2c2c2c80;
    color: #ffffff;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    padding: 10px;
    /* Anda dapat menyesuaikan nilai ini untuk mengatur lebar kolom */
    width: 300px;
    /* Menyesuaikan lebar kolom sesuai kebutuhan Anda */
}

input[type="submit"] {
    background-color: #690707c0;
    /* Warna tombol submit */
    color: #ffffff;
    /* Warna teks tombol putih */
    border: none;
    /* Hapus garis tepi tombol */
    border-radius: 5px;
    /* Sudut bulat tombol */
    padding: 10px 15px;
    /* Ruang dalam tombol */
    margin-left: 10px;
    /* Ruang kiri tombol */
    cursor: pointer;
    /* Kursor tangan saat mengarahkan ke tombol */
}

#searchResult {
    margin-top: 10px;
    /* Ruang atas hasil pencarian */
}

a {
    color: #093348;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.active-page-premium-card-sku-btn-img {
    position: absolute;
    z-index: 2;
    top: 9px;
    opacity: 0;
    -webkit-animation: circle-through-data-v-1ef70e80 10s ease-in-out infinite normal;
    animation: circle-through-data-v-1ef70e80 10s ease-in-out infinite normal;
}
.active-page-premium-card-sku-btn-img-right{
    position: absolute;
    z-index: 2;
    bottom: 9px;
    opacity: 0;
    -webkit-animation: circle-right-through-data-v-1ef70e80 10s ease-in-out 5s infinite normal;
    animation: circle-right-through-data-v-1ef70e80 10s ease-in-out 5s infinite normal;
}

@media (max-width: 600px) {
    input[type="text"] {
        width: 100%;
    }
}


@-webkit-keyframes ghost-move-data-v-1ef70e80 {
    0% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    to {
        transform: translateY(10px)
    }
}

@keyframes ghost-move-data-v-1ef70e80 {
    0% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    to {
        transform: translateY(10px)
    }
}





@keyframes circle-through-data-v-1ef70e80 {
    0% {
        opacity: 0;
        left: -40px
    }

    25% {
        opacity: .5;
        left: 150px
    }

    50% {
        opacity: 0;
        left: 300px
    }

    75% {
        opacity: 0;
        left: 429px
    }

    to {
        opacity: 0;
        left: 450px
    }
}

@-webkit-keyframes circle-right-through-data-v-1ef70e80 {
    0% {
        opacity: 0;
        left: 429px
    }

    25% {
        opacity: .5;
        left: 277px
    }

    50% {
        opacity: 0;
        left: 54px
    }

    75% {
        opacity: 0;
        left: 54px
    }

    to {
        opacity: 0;
        left: 54px
    }
}

@keyframes circle-right-through-data-v-1ef70e80 {
    0% {
        opacity: 0;
        left: 429px
    }

    25% {
        opacity: .5;
        left: 277px
    }

    50% {
        opacity: 0;
        left: 54px
    }

    75% {
        opacity: 0;
        left: 54px
    }

    to {
        opacity: 0;
        left: 54px
    }
}




//

.loader span {
  color: #faebd7;
  text-shadow: 0 0 0 #faebd7;
  animation: loading 1s ease-in-out infinite alternate;
}

h3.span {
    font-size: 2vw;
    letter-spacing: 0.7em;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #faebd7;
    z-index: 4;
}

@keyframes loading {
  to {
    text-shadow: 20px 0 70px #ff0266;
    color: #ff0266;
  }
}
.loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.loader span:nth-child(5) {
  animation-delay: 0.4s;
}
.loader span:nth-child(6) {
  animation-delay: 0.5s;
}
.loader span:nth-child(7) {
  animation-delay: 0.6s;
}
.loader span:nth-child(8) {
  animation-delay: 0.7s;
}
.loader span:nth-child(9) {
  animation-delay: 0.8s;
}

.loader span:nth-child(10) {
  animation-delay: 0.9s;
}

