* {
  margin: 0;
}

body::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2a2a2a;
}
body::-webkit-scrollbar-thumb {
  background-color: #000000;
  /* border: 2px solid #555555; */
}
html,
body {
  padding: 0;
  background-color: #111;
  color: aliceblue;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style-type: none;
}

* {
  box-sizing: none;
}
.person-container {
  margin-top: 30px;
}
.person {
  display: flex;
  margin-left: 20px;
}
.imageperson {
  width: 20%;
  /* margin-left: 10px; */
}
.overviewperson {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
}
.knowns {
  display: flex;
  overflow-x: scroll;
  margin-left: 10px;
}
.knowns::-webkit-scrollbar {
  display: none;
}
.known {
  padding: 2px;
  margin: 5px;
  cursor: pointer;
}
.known:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.pics {
  display: flex;
  overflow-x: scroll;
  margin-left: 10px;
}
.pic {
  padding: 2px;
  margin: 5px;
  cursor: pointer;
}
.pics::-webkit-scrollbar {
  display: none;
}
.pic:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  .overview {
    width: 90%;
  }
  .person {
    margin-left: 0;
  }

  .imageperson {
    width: 90%;
    /* margin-left: 10px; */
  }
  .person {
    flex-direction: column;
  }
}
.tv-container {
  margin-top: 30px;
}
.casts {
  display: flex;
  overflow-x: scroll;
  margin-left: 10px;
}
.casts::-webkit-scrollbar {
  display: none;
}
.cast {
  padding: 2px;
  margin: 5px;
}
.cast:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.movie {
  display: flex;
}
.overview {
  display: flex;
  flex-direction: row;
}
.imagemovie {
  width: 20%;
  margin-left: 20px;
}
.details {
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .details {
    width: 90%;
  }
  .movie {
    flex-direction: column;
  }
  .imagemovie {
    width: 90%;
  }
}

.movie-container {
  margin-top: 30px;
}
.casts {
  display: flex;
  overflow-x: scroll;
  margin-left: 10px;
}
.casts::-webkit-scrollbar {
  display: none;
}
.cast {
  padding: 2px;
  margin: 5px;
}
.cast:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.movie {
  display: flex;
}
.overview {
  display: flex;
  flex-direction: row;
}
.imagemovie {
  width: 20%;
  margin-left: 20px;
}
.details {
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .details {
    width: 90%;
  }
  .movie {
    flex-direction: column;
  }
  .imagemovie {
    width: 90%;
  }
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  height: 30px;
  z-index: 1;
  transition-timing-function: ease-in;
  transition: all 0.5s;
}
.nav__black {
  background-color: #111;
}
.nav__logo {
  position: fixed;
  left: 20px;
  width: 80px;
  object-fit: contain;
  cursor: pointer;
}
.nav__avatar {
  position: fixed;
  width: 30px;
  right: 20px;
  object-fit: contain;
}

.row {
  margin-left: 20px;
  color: white;
}
.row__posters {
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  padding: 20px;
}

.row__posters::-webkit-scrollbar {
  display: none;
}
.row__poster {
  object-fit: contain;
  width: 100%;
  max-height: 100px;
  margin-right: 10px;
  transition: transform 450ms;
}
.row__poster:hover {
  transform: scale(1.5);
}
.row__posterLarge {
  max-height: 250px;
}
.row__posterLarge:hover {
  transform: scale(1.2);
}
.overlay {
  display: none;
}

.banner {
  color: white;
  object-fit: contain;
  height: 448px;
}
.banner__contents {
  margin-left: 30px;
  padding-top: 140px;
  height: 190px;
}
.banner__title {
  font-size: 3rem;
  font-weight: 800;
  padding-bottom: 0.3rem;
}
.banner__description {
  width: 45rem;
  line-height: 1.3;
  padding-top: 1rem;
  font-size: 1rem;
  max-width: 360px;
  height: 80px;
}
.banner__button {
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
  border-radius: 0.2vw;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  background-color: rgba(51, 51, 51, 0.7);
  padding-bottom: 0.5rem;
}
.banner__button:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s;
}

