*,
html,
body{
    padding: 0;
    margin: 0;

    font-family: poppins;
}
/* Latar START */
.latar{
    background-image: url('../img/latar/latar.jpg');
    /* background-image: url('https://collabo-cafe.com/wp-content/uploads/cadbb15fbe6e5c8c2878027820dfde30.jpg'); */
    background-size:cover;
    background-repeat: no-repeat;

    background-position: center;
}
/* Latar END */

/* Latar-Container START */
.latar-container{
    background-color: rgba(0, 0, 0, 0.548);
}
/* Latar-Container END */


/* Parent START */
.parent{
    width: 100%;

    display: flex;
    justify-content: center;

}.parent-container{
    min-width: 200px;
    max-width: 600px;

    background-color: rgba(0, 0, 0, 0.548);
}
/* Parent END */


/* Navbar START*/
nav{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.325);    
    position: sticky;
    top: 0;
}

nav .container{
    padding: 10px;

}

nav .container ul{
    display: flex;
    justify-content: space-evenly;

    flex-wrap: wrap;
    align-items: center;

}

nav .container ul li{
    list-style-type: none;
}

nav .container ul li .sub-judul{
    margin-right: 20px;
    color: white;
}

/* nav .container ul li .judul img{
    min-width: 50px;
    max-width: 100px;

    object-fit: cover;
} */

nav .container ul li a{
    color: white;
    text-decoration: none;
}nav .container ul li a:hover{
    transition: all ease-in-out 620ms;
    text-decoration: underline red;
    /* text-shadow: 2px 0 2px yellow; */
}

nav .container ul li .judul{
    color: white;
    font-size: 1.2em;
}


    /* Marquee START */
    nav .container ul ul .marquee li marquee{
        margin-left: 20px;
        border-top-right-radius: 20px;


        background-color: rgba(243, 19, 19, 0.521);
        /* background-color: black; */

        height: auto;

    }
    /* Marquee END */


    /* Drop-down START */
        nav .container ul ul li{
            display: flex;
            justify-content: space-between;

            flex-wrap: wrap;
        }

        nav .container ul ul details{
            color: red;
            margin-right: 5px;
        }nav .container ul ul details ul{
            background-color: black;
            color: white;
        }

    /* Drop-down END */

/* Navbar END*/


/* Hero START */
.hero{
    width: 100%;
}

.hero .container{
    padding: 10px; 
        /* background-color: #333; */

    text-align: center;    
}

.hero .container h2{
    font-size: 1.25em;
    color: white;
    background-color: rebeccapurple;
    
}

.hero .container img{
    min-width: 50%;
    max-width: 100%;

    min-height: 100px;
    max-height: 300px;

    object-fit: fill;
}

.hero .container p{
    color: white;
    text-align: center;
}

.hero .container ul{
    margin: 10px;
}
/* Hero END */





/* Karakter START */
.karakter{
    width: 100%;

}

.karakter .container{
display: flex;
justify-content: center;
}

.karakter .container .flex h2{
    font-size: 1.25em;

    color: white;
    background-color: rebeccapurple;
}
.karakter .container .flex{
    min-width: 200px;
    max-width: 600px;
}

.karakter .container .flex ul{
    display: flex;
    justify-content: space-evenly;
    justify-content: center;

    text-align: center;

    margin: 10px;
}

    /* List-style-type none */
        .karakter .container ul .Hitori, .Nijika, .Ryo, .Kita{
            list-style-type: none;
        }
    /* List-style-type none */


    /* Color Personality */
        .karakter .container ul .Hitori a{
            color: pink;
            text-decoration: none;
        }.karakter .container ul .Hitori a:hover{
            background-color: pink;
        }

        .karakter .container ul .Nijika a{
            color: yellow;
            text-decoration: none;
        }.karakter .container ul .Nijika a:hover{
            background-color: yellow;
        }
        
        .karakter .container ul .Ryo a{
            color: blue;
            text-decoration: none;
        }.karakter .container ul .Ryo a:hover{
            background-color: blue;
        }
        
        .karakter .container ul .Kita a{
            color: red;
            text-decoration: none;
        }.karakter .container ul .Kita a:hover{
            background-color: red;
        }
    /* Color Personality */

    /* Profil */
        .karakter .container ul .Hitori img{
            min-width: 50%;
            max-width: 100%;
            object-fit: fill;
            background-color: pink;
        }   .karakter .container ul .Hitori img:hover{
                z-index: 1;
                box-shadow: 0 0 10px 1px black;
            }

        .karakter .container ul .Nijika img{
            min-width: 50%;
            max-width: 100%;
            object-fit: fill;
            background-color: yellow;
        }   .karakter .container ul .Nijika img:hover{
            z-index: 1;
            box-shadow: 0 0 10px 1px black;
        }
        
        .karakter .container ul .Ryo img{
            min-width: 50%;
            max-width: 100%;
            object-fit: fill;
            background-color: blue;
        }   .karakter .container ul .Ryo img:hover{
            z-index: 1;
            box-shadow: 0 0 10px 1px black;
        }
        

        .karakter .container ul .Kita img{
            min-width: 50%;
            max-width: 100%;
            object-fit: fill;
            background-color: red;
        }   .karakter .container ul .Kita img:hover{
            z-index: 1;
            box-shadow: 0 0 10px 1px black;
        }
    /* Profil */


    .karakter .container .flex ul li{
        margin: 10px;
    }
/* Karakter END */






/* About START */
.about{
    width: 100%;
}

.about .container{
    padding: 10px;
}

.about .container h2{
    color: white;
    background-color: rebeccapurple;
}

.about .container ul{
    display: flex;

}

.about .container ul li{
    margin: 10px;
}

    /* Text Color */
    .about .container ul li p{
        color: white;
    }
    /* Text Color */
/* About END */