@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: black;
}
.main {
  background-image: url("assets/images/Banner_image_Netflix.jpg");
  height: 80vh;
  background-size: max(1200px, 100vw);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.main .box {
  opacity: 0.7;
  height: 80vh;
  width: 100%;
  position: absolute;
  top: 0px;
  background-color: black;
}
nav {
  max-width: 75vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
nav img {
  color: red;
  width: 140px;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}
nav button {
  position: relative;
  z-index: 10;
}
.hero {
  font-family: "Martel Sans", sans-serif;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  gap: 20px;
  padding: 0 30px;
}
.hero > :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  max-width: 610px;
  font-weight: bolder;
  text-align: center;
  line-height: 70px;
}
.hero > :nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.hero > :nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.separation {
  height: 7px;
  background-color: rgba(165, 152, 152, 0.157);
  color: white;
  border: 1 px solid rgba;
}

.hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn {
  padding: 4px 15px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.btn-red {
  font-weight: 600;
  width: 220px;
  font-size: 23px;
  padding: 10px 20px;
  background-color: rgb(229, 9, 20);
  color: white;
  border: none;
  border-radius: 4px;
}
.btn-red-sm {
  padding: 4px 15px;
  background-color: rgb(229, 9, 20);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: normal;
}
.main input {
  font-weight: normal;
  width: 360px;
  max-width: 360px;
  height: 34px;
  font-size: 15px;
  padding: 10px 10px;
  background-color: rgba(23, 23, 23, 0.4);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.first {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 70vw;
}

.secImg video {
  position: absolute;
  right: 0px;
  top: 51px;
  width: 555px;
}

.secImg {
  position: relative;
}

.secImg img {
  width: 555px;
  position: relative;
  z-index: 1;
}
.first > div {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
}
.first > div :nth-child(1) {
  font-size: 32px;
  font-weight: bolder;
}

.first > div :nth-child(2) {
  font-size: 16px;
}

.faq {
  color: white;
}
.faq > h2 {
  text-align: center;
  padding: 15px;
  font-size: 48px;
}
.faqbox:hover {
  background-color: #414141;
  transition-duration: 250ms;
  transition-property: background-color, margin-bottom, border-radius;
  transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
  border-radius: 4px;
}
.faqbox {
  background-color: rgb(45, 45, 45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 75vw;
  padding: 18px;
  font-size: 24px;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.email input {
  font-weight: normal;
  width: 500px;
  height: 34px;
  font-size: 15px;
  padding: 10px 20px;
  background-color: rgba(23, 23, 23, 0.4);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.email > :first-child {
  text-align: center;
  color: white;
  padding-top: 50px;
  margin-bottom: 15px;
}
footer {
  margin: auto;
  max-width: 75vw;
  padding: 34px;
}

footer .questions {
  color: white;
  padding: 34px 0px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer a {
  font-size: 14px;
  color: #b39f91;
}
.footer-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 1300px) {
  .footer-item {
    align-items: center;
    text-align: center;
  }
  .email input {
    width: 260px;
  }
  .main input {
    width: 260px;
  }
  nav img {
    width: 89px;
    height: 24px;
  }
  nav {
    max-width: 90vw;
  }
  .first {
    flex-wrap: wrap;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .secImg video {
    width: 350px;
  }

  .secImg img {
    width: 350px;
  }
  .hero-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .hero .btn-red {
    margin-bottom: 40px;
  }
  .btn-red {
    font-size: 18px;
  }
  .hero > :nth-child(1) {
    font-size: 32px;
    line-height: 40px;
  }
  .hero > :nth-child(2) {
    font-size: 18px;
  }
  .hero > :nth-child(3) {
    font-size: 14px;
  }
  .faq > h2 {
    font-size: 25px;
  }
}
