* {
  margin: 0;
  box-sizing: border-box;
}

a{
  text-decoration: none;
  color: #111;
}

body {
  font-family: Arial, sans-serif;
  background-color: #111;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

h2 {
  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: hidden;
  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: black;
  -webkit-text-stroke: 4px rgb(102, 102, 102);
  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: -2;
  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) 15%
  ) !important;
}

.banner {
  height: 50rem;
}

.banner__contents {
  margin-left: 30px;
  padding-top: 240px;
  height: 190px;
  z-index: 1;
}

.banner__title {
  height: 20rem;
  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: #fff;
}

.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: 80px;
  object-fit: contain;
}

.user {
  border-radius: 4px;
  padding-left: 10px;
}

.lupa,
.bell {
  height: 20px;
  padding-left: 30px;
}

.nav__avatar {
  width: 30px;
  object-fit: contain;
  margin-left: 20px;
  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: 700px;
  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;
}
