@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Solway:wght@300&display=swap");

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

#loading {
  margin-top: 25%;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}

#notFound {
  display: none;
}

#loading img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-2880deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-2880deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-2880deg);
    transform: rotate(-2880deg);
  }
}

#container {
  animation: fadein 0.7s;
  -moz-animation: fadein 0.7s;
  -webkit-animation: fadein 0.7s;
  -o-animation: fadein 0.7s;
  display: none;
}

#navbar {
  height: 65.95px;
  overflow: visible;
  z-index: 14;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#navText p:hover {
  color: #cac9c8;
}

#navText p {
  font-size: 15px;
  color: white;
  padding: 10px;
}

#navText {
  margin-top: -56px;
  margin-left: 180px;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 15;
}

#shadow {
  margin-top: -50px;
  position: relative;
  z-index: 11;
  height: 65px;
  width: 100%;
  background: rgb(6, 6, 6);
  background: linear-gradient(
    0deg,
    rgba(6, 6, 6, 0) 0%,
    rgba(12, 12, 12, 0.5648853291316527) 50%,
    rgba(20, 20, 20, 1) 100%
  );
}

body {
  overflow-x: hidden;
  background-color: #141414;
  font-family: "Roboto", sans-serif;
}

#logo {
  margin: 17px 57px;
  position: relative;
  width: 100px;
  z-index: 12;
}

#firstMovie img{
  width: 100%;
}

#firstMovie {
  z-index: 1;
}

#nameFirstMovie {
  margin-left: 80px;
  margin-top: -850px;
  z-index: 13;
  font-family: "Solway", serif;
  color: white;
  font-size: 100px;
}

#info {
  width: 570px;
  height: 100px;
}

input:hover {
  background-color: #cac9c8;
}

.play {
  margin-top: 15px;
  margin-left: 82px;
  border: none;
  border-radius: 5px;
  z-index: 14;

  width: 110px;
  height: 50px;
}

#playText {
  color: black;
  pointer-events: none;
  margin-top: -42px;
  margin-left: 135px;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  z-index: 14;
}

#playIcon {
  pointer-events: none;
  margin-left: -113px;
  position: relative;
  z-index: 14;
  width: 50px;
}

#infoFirstMovie {
  margin-left: 80px;
  margin-top: 50px;
  z-index: 14;
  font-size: 20px;
  color: white;
}

#fadeOut {
  margin-top: -18%;
  position: relative;
  z-index: 9;
  height: 205px;
  width: 100%;
  background: rgb(6, 6, 6);
  background: linear-gradient(
    180deg,
    rgba(6, 6, 6, 0) 0%,
    rgba(9, 9, 9, 0.5480786064425771) 13%,
    rgba(13, 13, 13, 0.7861738445378151) 28%,
    rgba(20, 20, 20, 1) 55%
  );
}

#cutOff {
  position: relative;
  z-index: 8;
  background-color: #141414;
  height: 200px;
  width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.black-animation {
  z-index: 5;
  /* height: 65.95px; */
  animation-name: animatie1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes animatie1 {
  0% {
    background-color: transparent;
  }
  100.0% {
    background-color: #141414;
  }
}

.grid-container {
  margin-top: -400px;
  row-gap: 10px;
  position: relative;
  z-index: 16;
  display: grid;
  column-gap: 0px;
  grid-template-columns: auto auto auto auto auto auto auto;
  padding: 0px 50px;
  width: 1480px;
}

.wachting {
  z-index: 15;
  margin-left: 5px;
  margin-top: 200px;
  grid-template-columns: auto auto;
  row-gap: 10px;
  width: 439px;
}

.grid-item {
  transition: all 500ms 500ms ease-in-out;
  width: 100px;
  padding: 0px;
  height: 80px;
  font-size: 30px;
  text-align: center;
}

.grid-item:hover {
  scale: 1.5;
}
.grid-item:hover .text {
  z-index: 16;
  opacity: 1;
}
.grid-item:hover .text2 {
  z-index: 16;
  opacity: 1;
}

 .text {
  box-shadow: 0px 10px 20px #101010;
  top: 0;
  border-radius: 5px;
  background-color: #181818;
  width: 212px;
  height: 100px;
  opacity: 0;
  transition: all 500ms 500ms ease-out;
}

.playGrid {
  margin-left: -65px;
  width: 25px;
  border: 0px solid white;
  border-radius: 50%;
  background-color: white;
}
.plusGrid {
  margin-left: 0px;
  width: 24px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  background-color: #232323;
}
.thumbsUpGrid {
  margin-left: 0px;
  width: 24px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  background-color: #232323;
}

.playGrid1 {
  margin-left: -100px;
  width: 25px;
  border: 0px solid white;
  border-radius: 50%;
  background-color: white;
}
.plusGrid1 {
  margin-left: 0px;
  width: 24px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  background-color: #232323;
}
.thumbsUpGrid1 {
  margin-left: 0px;
  width: 24px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  background-color: #232323;
}

.text2 {
  box-shadow: 0px 10px 20px #101010;
  z-index: 22;
  border-radius: 5px;
  background-color: #181818;
  width: 180px;
  height: 100px;
  opacity: 0;
  transition: all 500ms 500ms ease-out;
}


.movie1 {
  z-index: 17;
  border-radius: 5px;
  height: 120px;
}

#movie2 {
  height: 120px;
}

#nextButton {
  opacity: 0;
  margin-top: -399px;
  float: right;
  width: 100px;
  z-index: 17;
  position: relative;
}

#nextButton:hover {
  opacity: 1;
}

.userIcon {
  z-index: 15;
  border-radius: 5px;
  margin-right: 70px;
  margin-top: -35px;
  width: 40px;
  position: relative;
  float: right;
}

#user1 {
  display: none;
}
#user2 {
  display: none;
}
#user3 {
  display: none;
}
#user4 {
  display: none;
}
#user5 {
  display: none;
}

#dropdown1 p {
  margin-top: 5px;
  margin-right: 40px;
  float: right;
}
#dropdown2 p {
  margin-top: 5px;
  margin-right: 40px;
  float: right;
}
#dropdown3 p {
  margin-top: 5px;
  margin-right: 40px;
  float: right;
}
#dropdown4 p {
  margin-top: 5px;
  margin-right: 40px;
  float: right;
}
#dropdown5 p {
  margin-top: 5px;
  margin-right: 40px;
  float: right;
}

#dropdown1Img {
  width: 30px;
}
#dropdown2Img {
  width: 30px;
}
#dropdown3Img {
  width: 30px;
}
#dropdown4Img {
  width: 30px;
}
#dropdown5Img {
  width: 30px;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  margin-top: -20px;
  margin-left: -22px;
  width: 30px;
}

.dropdown {
  margin-right: -80px;
  margin-top: -30px;
  z-index: 15;
  float: right;
  position: relative;
  width: 29px;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-left: -144px;
  background-color: #040304;
  opacity: 0.85;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#searchIcon {
  rotate: 344deg;
  margin-right: 120px;
  margin-top: -30px;
  z-index: 15;
  float: right;
  position: relative;
  width: 29px;
}

#searchBox {
  background-color: black;
  margin-right: 120px;
  margin-top: -34px;
  float: right;
  z-index: 15;
  position: relative;
  display: none;
  border: 2px solid white;
  width: 300px;
  height: 30px;
}

#searchBox input {
  width: 230px;
  padding-left: 60px;
  padding-top: 5px;
  color: white;
  border-color: black;
  background-color: black;
}

input:focus {
  outline: none;
}

#hiddenSearch {
  display: none;
  rotate: 344deg;
  margin-right: 380px;
  margin-top: -30px;
  z-index: 15;
  float: right;
  position: relative;
  width: 29px;
}

.show {
  display: block;
}

.progresBar {
  margin-top: -97px;
  border-radius: 10px;
  margin-left: 43px;
  z-index: 15;
  background-color: #646464;
  width: 125px;
  height: 5px;
}

#progres1 {
  border-radius: 10px;
  background-color: #e10023;
  z-index: 17;
  width: 70px;
  height: 5px;
}

#progres2 {
  border-radius: 10px;
  background-color: #e10023;
  z-index: 17;
  width: 10px;
  height: 5px;
}

#wachtingText {
  margin-left: 53px;
  margin-top: -151px;
  position: absolute;
  z-index: 15;
  font-size: 20px;
  color: white;
}

.wachting1 {
  border-radius: 5px;
  height: 120px;
}

.text p {
  color: white;
  font-size: 10px;
}

.text2 p {
  color: white;
  font-size: 10px;
}