*{
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.subtext{
    padding-top: 40px;
    padding-left: 20px;
}

.row__poster{
    width: 100%;
    max-height: 130px;
    margin-right: 10px;
    transition: transform 450ms;
    border-radius: 2px;
}

.row_posters{
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 20px;
}

.row_posters-10{
    display: flex;
    flex-direction: row !important;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 20px;
}

.item{
    position: relative;
    display: flex;
    min-height: 200px;
    width: 100%;
    transition: transform 450ms;
    max-height: 250px;
}

.item + .item {
    margin-left: 280px
}

.number{
    position: absolute;
    height: 108%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    left: -15px;
    font-weight: bold;
    font-size: 275px;
    line-height: 0;
    color: white;
    -webkit-text-stroke: 4px 0 4px 90px;
    text-shadow: 0 0 30px black;   
}

.item img {
    position: absolute;
    margin: 4px 0 4px 90px;
    box-shadow: 0px 0px 32px black;
    height: 200px;
    z-index: 1; 
}

.row__poster:hover{
    transform: scale(1.08);
}

.item:hover{
    transform: scale(1.08);
    z-index: 1;
}

.row__posters::-webkit-scrollbar{
    display: none;
}

.row__posterLarge{
    max-height: 250px;
}

.row__posterLarge:hover{
    transform: scale(1.09)
}

.row{
    color: white;
    margin-left: 20px;
    z-index: 1;
}

/* HEADER */
#background-video{
    width: 100%;
    object-fit: cover; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 60rem;
}

.bg-overlay{
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 60rem;
    background: rgb(17, 17, 17);
    background: linear-gradient(
        0deg,
        rgba(17, 17, 17, 1) 0%
        rgba(17, 17, 17, 0) 5%
    ) !important;
}

.banner{
    height: 50rem;
}

.banner__contents{
    margin-left: 30px;
    padding-top: 240px;
    height: 190px;
    z-index: 1;
}

.banner__title{
    height: 12rem;
    padding-bottom: 0.3rem;
}

.banner__description{
    width: 45rem;
    line-height: 1.3;
    padding-top: 1rem;
    font-size: 20px;
    font-weight: 500;
    max-width: 560px;
    padding-bottom: 30px;
    color: #ffffff;
    text-shadow: #111;
}

.banner__button{
    cursor: pointer;
    border: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon{
    height: 25px;
    padding-right: 10px;
}

.play{
    background-color: #fdfdfd;
    color: #111;
}

.info{
    color: #fff;
    background-color: rgba(216, 216, 216, 0.459);
}

.play:hover{
    background-color: rgb(204, 204, 204);
    transition: all 0.2s;
}

.info:hover{
    background-color: rgba(216, 216, 216, 0.185);
    transition: all 0.2s;
}

.seta{
    padding-left: 10px;
    margin-right: 10px;
    height: 10px;
}

/* NAV */
.nav__logo{
    width: 180px;
    object-fit: contain;
}

.user{
    border-radius: 4px;
    padding-left: 10 px;
}

.lupa,
.bell{
    height: 20px;
    padding-left: 10px;
}

.nav__avatar{
    width: 30px;
    object-fit: contain;
    margin-left: 4.5px;
    border-radius: 4px;
}

.nav{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    text-align: left;
    align-items: center;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.nav ul{
    display: inline-flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-right: auto;
    justify-content: center;
}

.nav a{
    text-decoration: none;
    color: #b9b9b9;
    margin-right: 20px;
    display: flex;
}

.head-link:hover{
    font-weight: bolder;
    color: white;
}

/* FOOTER */
.footer{
    position: bottom;
    bottom: 0;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
    text-align: left;
    color: #969696;
}

.footer__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.svg{
    height: 20px;
}

.footer__row{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: row;
}

.column{
    flex-direction: row;
    column-gap: 70px;
    padding: 20px 20px 20px 20px;
    list-style-type: none;
}

.column + .column{
    margin-left: 30px;
}

.footer__trademark{
    font-size: 10px;
    margin-top: 20px;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.footer__serviceCode{
    font-size: 13px;
    color: #969696;
    border: #969696 1px solid;
    padding: 8px;
    text-align: center;
    margin-bottom: 30px;
    background-color: transparent;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.footer__serviceCode:hover{
    color: white;
    cursor: pointer;
}

.footer__icons{
    display: flex;
    justify-content: flex-start;
    max-width: 720px;
    margin: 0 auto;
}

.footer__icons img{
    display: flex;
    flex: 1;
    padding-right: 20px;
}

.column a{
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    color: #969696;
}

.column a:hover{
    text-decoration: underline;
}

.column li{
    padding-bottom: 20px;
}

#background-video{
    opacity: 50%;
    box-shadow: 0 0 10px rgba(17, 17, 17, 1);
}