:root:has(input.theme-controller[value=brainxiex-dark]:checked),[data-theme="brainxiex-dark"] {
    color-scheme: dark;
    --color-base-100: hsl(211.2, 100%, 6.902%);
    --color-base-200: hsl(211.2, 100%, 5.4118%);
    --color-base-300: hsl(211.2, 100%, 4.9706%);
    --color-base-content: hsl(211.2, 56.701%, 80.98%);
    --color-primary: hsl(211.11, 97.59%, 16.275%);
    --color-primary-content: hsl(211.11, 100%, 83.255%);
    --color-secondary: hsl(226.83, 100%, 67.843%);
    --color-secondary-content: hsl(226.83, 100%, 13.569%);
    --color-accent: hsl(211.11, 97.59%, 16.275%);
    --color-accent-content: hsl(211.11, 100%, 83.255%);
    --color-neutral: hsl(211.11, 97.59%, 16.275%);
    --color-neutral-content: hsl(211.11, 100%, 83.255%);
    --color-info: hsl(211.11, 97.59%, 16.275%);
    --color-info-content: hsl(211.11, 100%, 83.255%);
    --color-success: hsl(226.83, 100%, 67.843%);
    --color-success-content: hsl(226.83, 100%, 13.569%);
    --color-warning: hsl(329.41, 100%, 80%);
    --color-warning-content: hsl(329.41, 100%, 16%);
    --color-error: hsl(329.63, 100%, 67.843%);
    --color-error-content: hsl(329.63, 100%, 13.569%);

    --warna-main: hsl(211.2, 100%, 6.902%);
    --warna-utama: hsl(226.83, 100%, 67.843%);
    --warna-kedua: white;
    --warna-ketiga: #090909;
    --warna-keempat: #FF9ACD;
    --color-background: var(--warna-main);
    --color-content: var(--color-base-content);
    --warna-mono: #090909;
  
    /* border radius */
    /* --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 0.75rem; */
  
    /* base sizes */
    /* --size-selector: 1px; */

    /* default coloring */
    background-color: var(--color-background);
}

:root:has(input.theme-controller[value=brainxiex-pink]:checked),[data-theme="brainxiex-pink"], 
:root:has(input.theme-controller[value=brainxiex-light]:checked),[data-theme="brainxiex-light"] {
    color-scheme: light;
    --color-base-100: hsl(0, 0%, 100%);
    --color-base-200: hsl(0, 0%, 93%);
    --color-base-300: hsl(0, 0%, 86%);
    --color-base-content: hsl(146, 0%, 19%);
    --color-primary: hsl(348, 100%, 86%);
    --color-primary-content: hsl(349, 13%, 17%);
    --color-secondary: hsl(327, 87%, 82%);
    --color-secondary-content: hsl(329, 15%, 16%);
    --color-accent: hsl(291, 93%, 83%);
    --color-accent-content: hsl(292, 14%, 16%);
    --color-neutral: hsl(348, 100%, 86%);
    --color-neutral-content: hsl(349, 13%, 17%);
    --color-info: hsl(196, 26%, 75%);
    --color-info-content: hsl(197, 6%, 15%);
    --color-success: hsl(120, 60%, 67%);
    --color-success-content: hsl(116, 22%, 14%);
    --color-warning: hsl(60, 96%, 79%);
    --color-warning-content: hsl(59, 19%, 16%);
    --color-error: hsl(3, 100%, 69%);
    --color-error-content: hsl(6, 35%, 15%);

    --warna-main: #ffc2ce;
    --warna-utama: #f9a8d4;
    --warna-kedua: white;
    --warna-ketiga: #818CB4;
    --warna-keempat: #818CB4;
    --color-background: #EFD5DC;
    --color-content: var(--color-base-content);
    --warna-mono: #ffffff;
  
    /* border radius */
    /* --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 0.75rem; */
  
    /* base sizes */
    /* --size-selector: 1px; */

    /* default coloring */
    background-color: var(--color-background);
}

[data-theme="brainxiex-dark"] {
    body {
        background-color: var(--color-background);
        color: var(--color-content);
        /* font-size: smaller; */
    }
    .banner-img {
        background-image: url("/image/wallpaper.jpeg?cache=true");
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    

    .box-noscroll {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 25px;
        padding:16px 31px;
    }

    .box {
        padding:16px 31px;
        background-color: #090909;
        color: black;
    }
    .box-header {
        padding:1px 11px;
        background-color: #FF9ACD;
        width: 150px;
    }
    .box-description {
        text-align: left;
    }

    .box-berubah-warna {
        color: #ffc2ce;
        background-color: #fff;
        transition: all 1s ease-in-out ;
    }

    .box-berubah-warna:hover {
        color: #fff;
        background-color: #ffc2ce;
        transition: all 0.25s ease-in-out ;
    }
    .warna-text-utama {
        color: #fff;
    }
}
[data-theme="brainxiex-light"],
[data-theme="brainxiex-pink"] {
    body {
        background-color: var(--color-background);
        color: var(--color-content);
        /* font-size: smaller; */
    }
    .banner-img {
        background-image: url("/image/banner-pink.png?cache=true");
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    
    .box {
        padding:16px 31px;
        background-color: white;
        color: black;
    }
    .box-header {
        padding:1px 11px;
        background-color: #818CB4;
        width: 150px;
    }
    .box-description {
        text-align: left;
    }

    .box-berubah-warna {
        color: #ffc2ce;
        background-color: #fff;
        transition: all 1s ease-in-out ;
    }

    .box-berubah-warna:hover {
        color: #fff;
        background-color: #ffc2ce;
        transition: all 0.25s ease-in-out ;
    }

    .warna-text-utama {
        color: #000;
    }
}

/* Mengubah warna scroll bar */
::-webkit-scrollbar {
    width: 2.5px;
    height: 2.5px;
    /* atur lebar scroll bar */
}

::-webkit-scrollbar-track {
    background: #ffffff00;
    /* atur warna track */
}

::-webkit-scrollbar-thumb {
    background: #fff;
    /* atur warna thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-content);
    /* atur warna thumb ketika dihover */
}

/* Untuk handphone */
@media only screen and (max-width: 768px) {
    .only-hp {
        display: block;
    }

    .only-desktop {
        display: none;
    }
}
/* Untuk desktop */
@media only screen and (min-width: 769px) {
    .only-hp {
        display: none;
    }

    .only-desktop {
        display: block;
    }
}

.box-title {
    padding:16px 31px;
    background-color: var(--warna-keempat);
    width: 150px;
    margin-top: -30px;
}
.box-title-name {
    margin-top: 10px;
    font-weight: 900;
}

.box-noscroll {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    padding:16px 31px;
}

.title {
    font-weight: bold;
    font-size: large;
    letter-spacing: 0px;
    text-transform: capitalize;
    /* font-family: 'Japanese Brush', sans-serif; */
}

.header0 {
    color: white;
    font-weight: bold;
    /* text-align: center; */
    font-size: 50px;
    font-family: Poppins;
    text-transform: capitalize;
}

.header1 {
    color: white;
    font-weight: bold;
    /* text-align: center; */
    font-size: 30px;
    font-family: Poppins;
    text-transform: capitalize;
}

.header2 {
    color: white;
    font-weight: bold;
    /* text-align: center; */
    font-size: 25px;
    font-family: Poppins;
    text-transform: capitalize;
}

.header3 {
    color: white;
    font-weight: bold;
    /* text-align: center; */
    font-size: 15px;
    font-family: Poppins;
    text-transform: capitalize;
}

.logo {
    color: var(--warna-utama);
    font-size: 30px;
    font-family: 'CoffeeExtra';
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    transition: all 5s ease-in-out ;
}

.logo:hover {
    font-size: 25px;
    letter-spacing: 5px;
    transition: all 1s ease-in-out ;
}

.banner {
    color: white;
	background-color:var(--warna-utama);
	border:1px solid white;
	/* display:inline-block; */
	cursor:pointer;
	padding:16px 31px;
	font-family: Arvo;
}


.banner-blur {
    background-color: #00000040;
    backdrop-filter: blur(5px);
    height: 500px;
}

.li-bulat li:before {
    content: "\2022  "; /* kode karakter untuk titik */
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: -0em;
    margin-right: 0.5em;
    font-weight: bold;
  }

.scrollable {
    overflow: scroll;
    /* atau overflow: scroll; */
}

.scrollable-x {
    overflow-x: scroll;
    /* atau overflow: scroll; */
}

.scrollable-y {
    overflow-y: scroll;
    /* atau overflow: scroll; */
}


/* Mengubah warna scroll bar */
::-webkit-scrollbar {
    width: 2.5px;
    height: 2.5px;
    /* atur lebar scroll bar */
}


.setengah-bulat{
    border-radius: 15px;
}
.box {
    /* box-shadow: 3px 4px 0px 0px var(--warna-utama); */
    /* text-shadow: 0 0 10px #5b7fff, 0 0 20px #5b7fff,0 0 30px #5b7fff, 0 0 40px #5b7fff, 0 0 50px var(--warna-utama); */
}
.a:hover {
    box-shadow: 3px 4px 0px 0px var(--warna-utama);
    margin-top: -20px;
    transition: all 0.25s ease-in-out;
}
.a {
    margin-left: 4px;
    box-shadow: 3px 4px 0px 0px #5b7fff00;
    transition: all 1s ease-in-out ;
}
.an:hover {
    letter-spacing: 2.5px;
    transition: all 0.25s ease-in-out;
}
.an {
    transition: all 1s ease-in-out ;
}
.layer-1 {
    z-index: 1;
}
.layer-2 {
    z-index: 2;
}
.layer-3 {
    z-index: 3;
}
.layer-4 {
    z-index: 4;
}
.layer-5 {
    z-index: 5;
}
.layer-6 {
    z-index: 6;
}
.layer-7 {
    z-index: 7;
}
.layer-8 {
    z-index: 8;
}
.layer-9 {
    z-index: 9;
}
.layer-10 {
    z-index: 10;
}

.bg-main {
    background-color: var(--warna-main);
}
.bg-warna-utama {
    background-color: var(--warna-utama);
}
.bg-warna-kedua {
    background-color: var(--warna-kedua);
}
.bg-white {
    background-color: white;
}
.bg-mono {
    background-color: var(--warna-mono);
}
.bg-warna-ketiga {
    background-color: var(--warna-ketiga);
}
.bg-warna-keempat {
    background-color: var(--warna-keempat);
}

.white {
    color: white;
}
.black {
    color: black;
}
.warna-utama {
    color: var(--warna-utama);
}

.warna-kedua {
    color: var(--warna-kedua);
}

.warna-ketiga {
    color: var(--warna-ketiga);
}

.warna-keempat {
    color: var(--warna-keempat);
}

.banner-btn {
    border-radius: 30px;
    background-color:#000c1933;
}

.screen-w {
    width: 100vw;
}
.w-100-prsn {
    width: 100%;
}
.w-95-prsn {
    width: 95%;
}
.w-90-prsn {
    width: 90%;
}
.w-85-prsn {
    width: 85%;
}
.w-80-prsn {
    width: 80%;
}
.w-75-prsn {
    width: 75%;
}
.w-70-prsn {
    width: 70%;
}
.w-50-prsn {
    width: 50%;
}
.w-45-prsn {
    width: 45%;
}
.w-40-prsn {
    width: 40%;
}
.w-35-prsn {
    width: 35%;
}
.w-30-prsn {
    width: 30%;
}
.w-25-prsn {
    width: 25%;
}
.w-20-prsn {
    width: 20%;
}

.w-50 {
    width: 50px;
}
.w-100 {
    width: 100px;
}
.w-150 {
    width: 150px;
}
.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}


.h-1 {
    height: 1px;
}
.h-2 {
    height: 2px;
}
.h-3 {
    height: 3px;
}
.h-5 {
    height: 5px;
}
.h-10 {
    height: 10px;
}
.h-25 {
    height: 25px;
}
.h-50 {
    height: 50px;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.h-200 {
    height: 200px;
}
.h-250 {
    height: 250px;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.h-200 {
    height: 200px;
}
.h-250 {
    height: 250px;
}

.galaxy {
    padding:16px 31px;
}

.box-scroll {
    display: flex;
    flex-wrap: nowrap;
    padding:16px 31px;
    gap: 30px 30px;
}

.text-smaller {
    font-size: smaller;
}

.center {
    text-align: center;
}