/* FONT CUSTOME */
/* font arabic */
.arabic {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
/* font poppins */
.poppins-reg {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

/* font tulis sambung */
.pacifico {
    font-family: "Pacifico", cursive;
    font-weight: 100;
    font-style: normal;
}

/* AKHIR FONT CUSTOM */

/* text style */
.glow-text {
    text-shadow: 0 0 5px rgba(161, 158, 158, 0.952),
        /* Warna glow (hijau) */ 0 0 10px rgba(247, 247, 247, 0.897),
        0 0 20px rgba(208, 214, 211, 0.959), 0 0 40px rgba(72, 187, 120, 0.2);
}
.text-gold {
    text-shadow: 0 0 10px #ffd000, 0 0 20px #635208a9, 0 0 30px #2525004d;
}
/* akhir text style */

/* navbar blog */
#Category::-webkit-scrollbar {
    display: none;
}
/* akhir navbar */

/* Hide scrollbar for IE, Edge, and Firefox */
#Category {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* PAGE */

/* page beranda */

/* akhir page beranda */

/* AKHIR PAGE */
