/* .bg_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
hr {
  background-color: rgb(59, 57, 57);
  height: 7px;
  border: none;
}

.card {
  height: 62rem;
}

.hero {
  background-image: url("../images/netflix\ bg\ updated.jpg");
  height: 100%;
  /* filter: blur(1px); */
  background-position: center;
  background-size: cover;
  transform: none;
}

.netflix_logo {
  width: 170px;
  /* opacity: none; */
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 3%;
}

header ul a {
  margin: 0 10px;
}

.signButt {
  padding: 7px 17px;
  background-color: #e50914;
  color: white;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
}

.logButt {
  padding: 7px 17px;
  /* background-color: black; */
  color: white;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid white;
  text-decoration: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
}

.hero-content {
  position: relative;
  width: 800px;
  text-align: center;
  top: 350px;
  margin: 0 auto;
}

.hero-content h2 {
  color: white;
  font-size: 3.5rem;
  margin: 0;
  margin-bottom: 15px;
}

.hero-content p {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 20px;
  font-weight: 400;
}

#hero-email {
  width: 450px;
  height: 40px;
  padding: 10px 10px;
  border: 0px;
  margin-right: 1px;
}

#get-started {
  background-color: red;
  text-decoration: none;
  color: white;
  font-size: 24px;
  height: 40px;
  width: 150px;
  padding: 10px 30px;
}

.email-container {
  display: flex;
  justify-content: center;
}

.enjoy-tv {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  height: 500px;
  /* width: 100%; */
  margin: 0 auto;
}

.enjoy-tv-content {
  margin: auto 200px auto 0;
}

.enjoy-tv-content h3 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.enjoy-tv-content p {
  font-size: 1.5rem;
  width: 500px;
}

.download-show {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  height: 500px;
  margin: 0 auto;
}

.download-show-content {
  margin: auto 0 auto 200px;
}

.download-show-content h3 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.download-show-content p {
  font-size: 1.5rem;
  width: 500px;
}

.watch-everywhere {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  height: 500px;
  margin: 0 auto;
}

.watch-everywhere-content {
  margin: auto 200px auto 0;
}

.watch-everywhere-content h3 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.watch-everywhere-content p {
  font-size: 1.5rem;
  width: 500px;
}

.children-profile {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  height: 500px;
  margin: 0 auto;
}

.children-profile-content {
  margin: auto 0 auto 200px;
}

.children-profile-content h3 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.children-profile-content p {
  font-size: 1.5rem;
  width: 500px;
}

#faq-container {
  background-color: black;
  padding-top: 20px;
}

.faq {
  background-color: black;
  color: white;
  padding-top: 30px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.faq h3 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.questions-container p {
  font-size: 24px;
}

.questions-container span {
  font-size: 24px;
}

.question button i {
  color: white;
  margin: auto 0;
  transform: rotate(180deg);
}

.question button {
  background-color: rgb(59, 57, 57);
  color: white;
  width: 100%;
  padding: 16px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
}

.question p {
  max-height: 0;
  overflow: hidden;
  background-color: rgb(59, 57, 57);
  line-height: 1.6;
  transition: all 0.05s;
  margin-bottom: 8px;
}

.question p.show {
  max-height: 400px;
  opacity: 1;
  padding: 20px;
  padding-left: 40px;
}

.question button i.rotate {
  transform: none;
}

.ready-to-log {
  background-color: black;
  padding-bottom: 30px;
}

.ready-to-log p {
  color: white;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  background-color: black;
}

.footer a {
  text-decoration: none;
  color: #e50914;
  padding-left: 30px;
}

.netfix_bg_footer {
  width: 170px;
}

@media (max-width: 48rem) {
  .signButt {
    padding: 6px 8px;
    background-color: #e50914;
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
  }

  .logButt {
    padding: 6px 8px;
    /* background-color: black; */
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid white;
    text-decoration: none;
  }

  .hero-content {
    position: relative;
    width: 70%;
    text-align: center;
    top: 250px;
    margin: 0 auto;
  }

  #hero-email {
    width: 300px;
    height: 30px;
    padding: 10px 10px;
    border: 0px;
    margin-right: 1px;
  }

  #get-started {
    background-color: red;
    text-decoration: none;
    color: white;
    font-size: 16px;
    height: 30px;
    width: 170px;
    padding: 10px 20px;
  }

  .enjoy-tv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .enjoy-tv-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .enjoy-tv-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .enjoy-tv-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .enjoy-tv-img img {
    margin: 0 auto;
    width: 100%;
  }

  .download-show {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .download-show-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .download-show-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .download-show-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .download-show-img img {
    margin: 0 auto;
    width: 100%;
  }

  .watch-everywhere {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .watch-everywhere-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .watch-everywhere-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .watch-everywhere-content p {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 40px;
  }

  .watch-everywhere-img img {
    margin: 0 auto;
    width: 100%;
  }

  .children-profile {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .children-profile-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .children-profile-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .children-profile-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .children-profile-img img {
    margin: 0 auto;
    width: 100%;
  }

  .footer a {
    padding-left: 20px;
  }

  .netfix_bg_footer {
    width: 150px;
  }
}

@media (max-width: 40rem) {
  .signButt {
    padding: 6px 8px;
    background-color: #e50914;
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
  }

  .logButt {
    padding: 6px 8px;
    /* background-color: black; */
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid white;
    text-decoration: none;
  }

  .hero-content {
    position: relative;
    width: 70%;
    text-align: center;
    top: 250px;
    margin: 0 auto;
  }

  #hero-email {
    width: 70%;
    height: 30px;
    padding: 10px 10px;
    border: 0px;
    margin-right: 1px;
  }

  #get-started {
    background-color: red;
    text-decoration: none;
    color: white;
    font-size: 16px;
    height: 30px;
    width: 50%;
    padding: 10px 10px;
  }

  .enjoy-tv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .enjoy-tv-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .enjoy-tv-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .enjoy-tv-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .enjoy-tv-img img {
    margin: 0 auto;
    width: 100%;
  }

  .download-show {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .download-show-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .download-show-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .download-show-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .download-show-img img {
    margin: 0 auto;
    width: 100%;
  }

  .watch-everywhere {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .watch-everywhere-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .watch-everywhere-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .watch-everywhere-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .watch-everywhere-img img {
    margin: 0 auto;
    width: 100%;
  }

  .children-profile {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    background-color: black;
    color: white;
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }

  .children-profile-content {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .children-profile-content h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }

  .children-profile-content p {
    font-size: 1.5rem;
    width: 100%;
  }

  .children-profile-img img {
    margin: 0 auto;
    width: 100%;
  }

  .footer a {
    padding-left: 10px;
  }

  .netfix_bg_footer {
    width: 100px;
  }
}
