*, html, body {
    margin: 0;
    padding: 0;
    max-height: 100vh;
    scroll-behavior: smooth;
}
@font-face {
  font-family: "JUDUL";
  src: url(../../Font/Glaser\ Stencil\ D\ Regular.ttf)
}
@font-face {
  font-family: "Poppins";
  src: url(../../Font/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(../../Font/Montserrat-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Nunito";
  src: url(../../Font/Nunito-Regular.ttf);
}

body {
    background: #001F3F;
}

table{
    width: 100%;
}

.navbar{
    position: fixed;
    height: 80px;
    background-color: #ffd700;
    align-items: center;
    text-align: center;
    z-index: 999;
    border: none;
    /* display: flex; */
    justify-content: center;
}
.navbar a{
    font-size: 20px;
    text-transform: uppercase;
    color: #001F3F;
    text-decoration: none;
    line-height: 80px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Poppins";
}
.navbar .judul {
    display: flex;
    align-items: center;
}
.navbar .judul img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.navbar .judul span{
    font-size: 50px;
    font-family: "JUDUL";
    color: #104DE4;
}

.navbar .navRight img,
.navbar .navRight span {
    vertical-align: middle;
}

.navbar .navRight .icon1 {
    display: inline-block;
    margin-right: 0px; /* Sesuaikan margin sesuai kebutuhan */
}
.navbar .navRight .icon2 {
    display: inline-block;
    margin-right: 0px; /* Sesuaikan margin sesuai kebutuhan */
}

/* Garis NavBar */

.navbar .space{
    width: 10%;
}

/* .navbar .brand{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .home{
    border-bottom: 10px solid #ffffff;
} */
.navbar .collection{
    border-bottom: 10px solid #ffffff;
}
/* .navbar .about{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .shop{
    border-bottom: 10px solid #ffffff;
} */
/* .navbar .akun{
    border-bottom: 10px solid #ffffff;
} */

/* Garis NavBar */



.genre{
    position: relative;
    top: 100px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    width: 81%;
    margin: auto;
}
.genreName td{
    background-color: #ffd700;
    border-radius: 5px;
    width: 100px;
    height: 40px;
}
.genreName td a{
    color: #001F3F;
    font-family: "Poppins";
    font-weight: bold;
    text-decoration: none;
}
.genreName td{
    opacity: .5;
    transition: all .5s ease;
}
.genreName td:nth-child(1):hover{
    opacity: 1;
}
.genreName td:nth-child(2):hover{
    opacity: 1;
}
.genreName td:nth-child(3):hover{
    opacity: 1;
}
.genreName td:nth-child(4):hover{
    opacity: 1;
}
.genreName td:nth-child(5):hover{
    opacity: 1;
}
.genreName td:nth-child(6):hover{
    opacity: 1;
}
.genreName td:nth-child(7):hover{
    opacity: 1;
}
.genreName td:nth-child(8):hover{
    opacity: 1;
}
.genreName td:nth-child(9):hover{
    opacity: 1;
}


.TFilm{
    position: relative;
    top: 120px;
    text-align: justify;
    width: 80%;
    max-height: max-content;
    background-color: #B2A013;
    /* opacity: .5; */
    border: 2px solid #ffffff;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 50px;
}
.poster{
    width: 1% !important;
}
.TFilm tr td:first-child{
    font-size: 15px;
    font-family: "Poppins";
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    width: 10% !important;
    vertical-align: top;
}
.TFilm tr td:nth-child(2){
    font-size: 15px;
    font-family: "Poppins";
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    width: 1%;
    vertical-align: top;
}
.JFilm div{
    margin-top: 10px;
    font-size: 28px;
    font-weight: bolder;
    font-family: "Poppins";
}
.Isi{
    vertical-align: top;
    font-size: 15px;
    font-family: "Montserrat";
    color: #ffffff;
    text-decoration: none;
}
.Isi a{
    font-size: 15px;
    font-family: "Montserrat";
    color: #ffffff;
    text-decoration: none;
}
.garis{
    border-bottom: 2px solid #ffffff;
    vertical-align: middle;
}

.subTitle{
    font-family: "Poppins";
    font-size: 36px;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.poster img{
    border-radius: 5px;
    margin: 10px;
    align-items: center;
}
.margin{
    width: 1%;
}
/* Animasi Underline SubTitle */
.underline {
    display: inline-block;
    position: relative;
    color: #ffffff;
}
.underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}
.underline:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* Animasi Underline SubTitle */


footer {
    position: relative;
    width: 100%;
    max-height: 100vh;
    padding-left: 10px;
    line-height: 50px;
    background: #ffd700;
    color: #001F3F;
    margin-top: 150px;
    bottom: 0;
  }
  footer > div{
    text-align: center;
    font-family: "Nunito";
    letter-spacing: 8px;
    font-size: large;
    font-weight: 500;
  }