@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,400;0,900;1,400;1,900&family=Rubik+Bubbles&family=Silkscreen:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: " Poppins", sans-serif;
}
body {
  background-color: black;
}
.main {
  background-image: url("images/netflixac.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: max(1200px, 100vw);
  height: 70vh;
  position: relative;
}
.main .box {
  height: 70vh;
  width: 100%;
  opacity: 0.7;
  background-color: black;
  position: absolute;
  top: 0;
}
nav {
  max-width: 60vw;
  margin: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 62px;
}
nav img {
  color: red;
  width: 114px;
  position: relative;
  z-index: 10;
}
nav button {
  position: relative;
  z-index: 10;
}
nav select {
  position: relative;
  z-index: 10;
}
.main-content {
  font-family: " Martel Sans", sans-serif;
  height: calc(100% - 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  gap: 23px;
  padding: 0 30px;
}
.main-content > :nth-child(1) {
  font-family: " Poppins", sans-serif;
  font-weight: bolder;
  font-size: 48px;
  text-align: center;
}
.main-content > :nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.main-content > :nth-child(3) {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.separation {
  height: 7px;
  background-color: rgb(63, 62, 62);
  position: relative;
  z-index: 20;
}
.btn {
  padding: 3px 8px;
  font-weight: 400;
  background-color: rgba(75, 75, 74, 0.014);
  color: white;
  /* border: 1px solid white; */
  border-radius: 4 px;
  cursor: pointer;
}

#language {
  padding: 3px 8px;
  font-weight: 400;
  background-color: rgba(75, 75, 74, 0.014);
  color: white;
  border-radius: 4 px;
  cursor: pointer;
}
nav option {
  color: black;
}
.red-button {
  background-color: red;
  color: white;
  padding: 3px 24px;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 500;
}
.red-button:hover{
  background-color: rgb(183, 7, 7);
}
.main input {
  padding: 7px 101px 8px 14px;

  font-size: 12px;
  border-radius: 4px;
  color: bisque;
  background-color: rgba(21, 21, 21, 0.67);
  border: 1px solid rgba(248, 247, 250, 0.3);
}
.upper-red-button {
  background-color: red;
  color: white;
}
.upper-red-button:hover{
  background-color: rgb(183, 7, 7);;
}
.main-content-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.first {
  display: flex;
  justify-content: center;
  max-width: 70vw;
  margin: auto;
  color: white;
  justify-content: center;
  align-items: center;
}
.section-image {
  position: relative;
}
.section-image img {
  width: 555px;
  /* kirti */
  position: relative;
  z-index: 10;
}
.section-image video {
  position: absolute;
  top: 51px;
  right: 0;
  width: 555px;
}
section.first > div {
  display: flex;
  flex-direction: column;
  padding: 34px 0;
}
section.first > div :first-child {
  font-size: 48px;
  font-weight: bolder;
}
section.first > div :nth-child(2) {
  font-size: 24px;
}

.faq {
  padding: 34px;
  background-color: black;
  color: white;
}
.faqbox {
  transition: all 2s ease-out;
  display: flex;
  background-color: rgb(42, 41, 41);
  padding: 24px;
  width: 60vw;
  margin: 34px auto;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
}
.faq h2 {
  text-align: center;
  font-size: 48px;
}
.faqbox:hover {
  background-color: rgb(105, 104, 104);
}
section input {
  padding: 7px 101px 8px 14px;

  font-size: 12px;
  border-radius: 4px;
  color: bisque;
  background-color: rgba(21, 21, 21, 0.67);
  border: 1px solid rgba(248, 247, 250, 0.3);
}
.ready {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: white;
}
.footer-item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
footer {
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 34px;
}
.footer a {
  font-size: 14px;
  color: white;
}
footer .questions {
  padding: 34px 0;
}
.section-image2 {
  width: 0vw;
}

@media screen and (max-width: 1300px) {
  .first {
    flex-wrap: wrap;
  }
  .section-image img {
    width: 305px;
  }
  .section-image video {
    width: 305px;
  }
  .main-content > :nth-child(1) {
    font-size: 28px;
  }
  .main-content > :nth-child(2) {
    font-size: 16px;
  }
  .main-content > :nth-child(3) {
    font-size: 16px;
  }
  nav {
    max-width: 90vw;
  }
  .main-content-buttons {
    display: flex;
    flex-direction: column;
  }
  .faq h2 {
    font-size: 32px;
  }
  footer {
    max-width: 90vw;
  }
  .footer-item {
    align-items: center;
  }
  .main input {
    padding: 4px 91px 6px 11px;

    font-size: 8px;
    border-radius: 3px;
  }
  .red-button {
    padding: 0 16px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 500;
  }
  .main-content-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
@media screen and (max-width: 1300px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 29px;
  }
}