* {
  text-align: center;
  padding: 0;
  margin: 0;
}

.splash {
  background-color: #000000;
  height: auto;
}

.movies {
  background-color: #ffffff;
  height: auto;
}
.people {
  background-color: #000000;
  height: auto;
}
.box {
  height: 5rem;
  color: #ffffff;
}

#pages {
  width: 70%;
  padding: 0;
}

#pages div {
  padding: 0;
}

/* ! header start */

#header {
  width: 100%;
  background-color: #000;
  border-bottom: 1px rgb(207, 204, 204) solid;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

#header div {
  padding: 0;
}
#header .logo {
  padding-top: 35px;
  padding-left: 10px;
  background-color: #000000;
}
#header .logo img {
  width: 120px;
  height: 40px;
}
#header .search {
  padding: 25px;
  padding-right: 0;
  margin-left: 50px;
  background-color: #000000;
}

.search-results {
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 20vw;
  border-radius: 1vw;
  font-size: 1vw;
  font-family: "Bebas Neue", sans-serif;
}

.search-results .click-movie {
  margin: 20px;
  text-align: left;
}

.search-results .click-people {
  margin: 20px;
  text-align: left;
}

#header .search input {
  margin-top: 10px;
  background-color: #2e2e2e;
  border: 2px solid black;
  color: #ffffff;
  border-radius: 8px;
  text-align: left;
}

/* ! header end */

/* ! featured start */

#pages .splash {
  background-color: #fff;
  margin-top: 20px;
}

#featured img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 15px;
  border: 1px rgb(207, 204, 204) solid;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

.left-section {
  width: 50%;
  padding: 20vw;
  box-sizing: border-box;
  margin-left: 2vw;
  position: absolute;
  top: 165px;
}

.left-section h1 {
  width: 25vw;
  margin-top: -10px;
  font-size: 4vw;
  color: #fff;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 4vw;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.stars {
  font-size: 1vw;
  color: #ffd700;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.rating-value {
  font-size: 1vw;
  margin-left: 1vw;
  color: #fff;
  font-weight: 900;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.imdb {
  font-size: 1vw;
  padding: 0.3vw;
  margin-left: 1vw;
  color: #000000;
  background-color: #ffd700;
  border-radius: 20px;
  font-weight: 900;
}

.play-time {
  font-size: 1vw;
  margin-left: 1vw;
  color: #fff;
  font-weight: 900;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.plot {
  margin-top: 1vw;
  margin-bottom: 1vw;
  text-align: justify;
  color: #fff;
  font-weight: 900;
  font-size: 0.9vw;
  width: 25vw;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.pg-rating {
  font-size: 1vw;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 5vw;
  font-weight: 900;
}

.center-section {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-section {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ! featured end */

/* ! featured movie start */

#pages .movies {
  background-color: #fff;
  margin-top: 20px;
}

.featured_movie_image {
  background-color: #000;
  margin-bottom: 50px;
}

.featured_movie {
  display: flex;
}

.featured_movie_image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 15px;
  border: 1px rgb(0, 0, 0) solid;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-top: none;
}

.featured_movie .info {
  width: 70%;
  padding: 20vw;
  box-sizing: border-box;
  margin-left: 2vw;
  background-color: #000;
}

.featured_movie .info h1 {
  width: 25vw;
  margin-top: 10px;
  font-size: 4vw;
  color: #fff;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 4vw;
}

.featured_movie .rating {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.featured_movie .stars {
  font-size: 1vw;
  color: #ffd700;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.featured_movie .rating-value {
  font-size: 1vw;
  margin-left: 1vw;
  color: #fff;
  font-weight: 900;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.featured_movie .imdb {
  font-size: 1vw;
  padding: 0.3vw;
  margin-left: 1vw;
  color: #000000;
  background-color: #ffd700;
  border-radius: 20px;
  font-weight: 900;
}

.featured_movie .play-time {
  font-size: 1vw;
  margin-left: 1vw;
  color: #fff;
  font-weight: 900;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.featured_movie .description {
  margin-top: 1vw;
  margin-bottom: 2vw;
  text-align: justify;
  color: #fff;
  font-weight: 900;
  font-size: 0.9vw;
  width: 45vw;
  text-shadow: -1px 0px 0px #000, 1px 0px 0px #000, 0px -1px 0px #000,
    0px 1px 0px #000;
}

.pg-rating {
  font-size: 1vw;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 5vw;
  font-weight: 900;
  margin-bottom: 2vw;
}

.featured_movie_poster {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.featured_movie_poster img {
  padding: 3vw;
  margin-top: -20vw;
  border: none;
}

.featured_movie_poster h3 {
  color: #ffffff;
  font-size: 2vw;
  margin-top: -3vw;
  font-family: "Bebas Neue", sans-serif;
}

/* ! featured movie end */

/* ! content start  */

.heading-movies {
  margin-top: 2vw;
  background-color: #fff;
}
.heading-movies h3 {
  font-size: 2.3vw;
  margin: 25px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.movie-info h4 {
  font-size: 1.3vw;
  width: 15vw;
  height: auto;
  text-align: left;
  padding: 5px 15px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.movie-info p {
  font-size: 1.3vw;
  text-align: left;
  padding: 10px 15px 20px 15px;
  padding-top: 0px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande";
}

.container-1 {
  height: 30vw;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 6vw;
}

.poster {
  margin: 1vw auto;
  width: 15vw;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border: 1px rgb(207, 204, 204) solid;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: 0.2s ease;
}

.poster:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.poster img {
  padding: 1vw;
  width: 15vw;
}

/* CAST START*/

.cast-info h4 {
  font-size: 1vw;
  width: 15vw;
  height: auto;
  text-align: left;
  padding: 5px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.container-2 {
  height: 30vw;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: -10vw;
}

.castposter {
  margin: 1vw auto;
  width: 10vw;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border: 1px rgb(207, 204, 204) solid;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: 0.2s ease;
}

.castposter:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.castposter img {
  padding: 0.7vw;
  width: 12vw;
}
/* CAST END */

/* ! content end  */

/* ! footer start */
#footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-top: 10px;
  padding: 40px 0;
  border-top: 1px rgb(207, 204, 204) solid;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.5);
}

#footer div {
  padding: 0;
}

/* icons */
#footer .icons-2 ul {
  margin: 0 auto;
  padding: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 30px;
}

#footer .icons-2 li img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

#footer .icons-2 li img:hover {
  transform: scale(1.1);
}

/* links */
#footer .links ul {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 15px;
}

#footer .links li {
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}

#footer .links li:hover {
  color: #ffd700;
}

/* copyright */
#footer .copyright {
  padding: 5px 0;
  font-size: 13px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  opacity: 0.8;
}

/* Responsive footer */
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0;
  }

  #footer .icons-2 ul {
    gap: 20px;
  }

  #footer .icons-2 li img {
    width: 20px;
    height: 20px;
  }

  #footer .links ul {
    padding: 15px;
    gap: 10px;
  }

  #footer .links li {
    font-size: 12px;
  }

  #footer .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  #footer {
    padding: 20px 0;
  }

  #footer .icons-2 ul {
    gap: 15px;
  }

  #footer .icons-2 li img {
    width: 18px;
    height: 18px;
  }

  #footer .links ul {
    padding: 10px;
    gap: 8px;
  }

  #footer .links li {
    font-size: 11px;
  }

  #footer .copyright {
    font-size: 10px;
  }
}

/* ! footer end */

/* people page start */

/* Grid section styling */

.actor-details {
  padding: 15px;
}

.actor_poster {
  margin-top: 50px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.5);
  margin-left: 3vw;
  border: 5px solid black;
  margin-bottom: 50px;
}

.actor-details h2 {
  margin-top: 70px;
  font-size: 2vw;
  margin-bottom: 1vw;
  text-align: left;
  color: rgb(0, 0, 0);
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
}

.actor-details h3 {
  font-size: 1.3vw;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-bottom: 1vw;
}

.actor-details p {
  font-size: 1.3vw;
  line-height: 1.5;
  color: #000000;
  text-align: justify;
  height: 17.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

/* people page end */
/* .color-1 {
  background: #ffffff;
  border: 1px solid #222;
  height: 6rem;
}
.color-2 {
  background: #ffffff;
  border: 1px solid #222;
  height: 30rem;
}
.color-3 {
  background: #ffffff;
  border: 1px solid #222;
  height: 15rem;
}
.color-4 {
  background: #ffffff;
  border: 1px solid #222;
  height: 10rem;
}
.color-5 {
  background: #ffffff;
  border: 1px solid #222;
  height: 6rem;
}
.color-6 {
  background: #ffffff;
  border: 1px solid #222;
  height: 4rem;
} */

.hideAll {
  display: none;
}
