* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
body {
  background-color: black;
}
.main {
  background-image: url("assets/images/netflix back image.jpg");
  background-position: center center;
  background-size: max(1200px, 100%);
  background-repeat: no-repeat;
  height: 95vh;
  position: relative;
}

.main .box {
  height: 95vh;
  width: 100%;
  opacity: 0.69;
  background-color: black;
  top: 0;
  position: absolute;
}

nav {
  max-width: 77vw;
  justify-content: space-between;
  margin: auto;
  margin-top: -8px;
  display: flex;
  align-items: center;
  height: 62px;
  position: relative;
  padding: 0px 48px;
}
.logo img {
  width: 149px;
  margin-left: -2px;
  position: absolute;
  z-index: 100;
}


nav button:nth-child(1) {
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  color: white;
  border: 1px solid rgb(255, 255, 255, 0.5);
  padding: 7px 25px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

nav button:nth-child(2) {
  background-color: rgb(229, 9, 20);
  color: white;
  border: none;
  padding: 7px 16px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  font-size: 14px;
  font-weight: 550;
  margin: 50px 20px 0px 30px;
  z-index: 100;
}

.big {
  max-width: 76vw;
  height: calc(100% - 77px);
  margin: auto;
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.big div:nth-child(1) {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.big div:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 28px;
  text-align: center;
}

.big div:nth-child(3) {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.big div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.big div:nth-child(4) button {
  background-color: rgb(229, 9, 20);
  color: white;
  border: none;
  padding: 12px 24px;
  margin-left: 8px;
  border-radius: 3px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

.big div:nth-child(4) button:hover {
  background-color: #c9050f;
  color: white;
  text-align: center;
}

.big div:nth-child(4) input {
  background-color: rgb(23, 23, 23, 0.7);
  opacity: 0.49;
  color: white;
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  padding-left: 16px;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-right: 166px;
}

.big div:nth-child(4) input:hover {
  background-color: rgb(23, 23, 23, 0.7);
  opacity: 0.69;
  color: white;
}

.separator {
    height: 8px;
    background-color: rgb(56, 56, 56);
    position: relative;
    z-index: 20;
}

section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    max-width: 70vw;
    margin: auto;
}

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



.secImg {
  position: relative;
}

.secImg img {
  width: 555px;
  position: relative;
  z-index: 10;
}

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

section.first>div {
  display: flex;
  flex-direction: column;
  padding: 34px 0;
}

section.first>div :nth-child(1) {
  font-size: 48px;
  font-weight: bolder;
}


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

}


.faq h2 {
  text-align: center;
  font-size: 48px;
}

.faq {
  background: black;
  color: white;
  padding: 34px;
}

.faqbox:hover {
  background-color: #414141;
  color: white;
}

.faqbox svg {
  filter: invert(1);
}

.faqbox {
  transition: all 1s ease-out;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  background-color: #2d2d2d;
  padding: 24px;
  max-width: 60vw;
  margin: 34px auto;
  cursor: pointer;
}

footer {
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 60px;
}

footer .questions {
  padding: 34px 0;
}


.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: white;
}



@media screen and (max-width: 1300px) {

  nav{
      max-width: 90vw;
  }

  .first {
      flex-wrap: wrap;
  }

  .secImg img {
      width: 305px;
  }

  .secImg video {
      width: 305px;
  }

  .hero> :nth-child(1) {
      font-size: 32px;
  }

  .hero> :nth-child(2) {
      font-size: 18px;
  }

  .hero> :nth-child(3) {
      font-size: 18px;
  }

  .hero-buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
  }

  .faq h2 {
      text-align: center;
      font-size: 32px;
  }

  footer {
      max-width: 90vw;
      padding: 75px 0;
  }

  .footer-item{
      align-items: center;
  }


}



@media screen and (max-width: 1300px) {

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


.footer a {
  font-size: 14px;
  color: white;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}