@import url("https://fonts.cdnfonts.com/css/netflix-font");

* {
  padding: 0;
  margin: 0;
  font-family: "Netflix Font", sans-serif;
}


bodY {
  background-color: #000000;
}

.main {
  background-image: url("assets/Images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: max(1200px, 100vw);
  position: relative;
  height: 72vh;
}

.main .box {
  height: 72vh;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.69;
  background-color: black;
}

nav {
  height: 100px;
  max-width: 78vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav img {
  color: red;
  width: 150px;
  position: relative;
  z-index: 10;
}

nav button {
  position: relative;
  z-index: 10;
}

.box2 {
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  gap: 23px;
  padding: 0 30px;
  /* text-align: center; */
  /* margin-bottom: 100px; */
}

.box2> :nth-child(1) {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
}

.box2> :nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.box2> :nth-child(3) {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.third .secimage video {
  width: 99%;
  height: 40%;
  right: 0;
  left: 0;
  top: 90px;
}

.separation {
  height: 7px;
  background-color: #232323;
  position: relative;
  z-index: 20;
}

.bt {
  padding: 3px 8px;
  font-weight: 400;
  background-color: white;
  border-radius: 4px;
  /* border: 1px solid white; */
  cursor: pointer;
}

.bteng {
  padding: 3px 8px;
  font-weight: 400;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
  background-color: rgba(248, 243, 243, 0.021);
}

.red_btsm {
  background-color: red;
  color: white;
  padding: 3px 8px 6px;
}

.red_bt {
  background-color: red;
  color: white;
  padding: 3px 24px 6px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 400;
}

.box2_buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main input {
  padding: 9px 114px 12px 18px;
  font-size: 12px;
  border-radius: 4px;
  background-color: rgba(23, 23, 23, 0.15);
  border: 1px solid rgba(246, 238, 238, 0.5);
  color: white;
}

.first {
  margin-top: 70px;
  margin-bottom: 35px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  max-width: 70vw;
  margin: auto;
  color: white;
  align-items: center;
}

.second {
  margin-top: 40px;
  margin-bottom: 35px;
}

.third {
  margin-top: 40px;
  margin-bottom: 35px;
}

.fourth {
  margin-top: 40px;
  margin-bottom: 35px;
}

.secimage {
  position: relative;
}

.secimage img {
  width: 30vm;
  position: relative;
  z-index: 10;
}

.secimage video {
  position: absolute;
  top: 125px;
  right: 0;
  left: 75px;
}

.heading1 {
  font-size: 3rem;
  font-weight: 900;
}

.heading2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.first>div {
  display: flex;
  flex-direction: column;
}

.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;
  color: white;
  margin-bottom: 20px;
}

.faq {
  background: black;
  color: white;
  padding: 34px;
}

.faqbox {
  font-size: 24px;
  font-weight: 400;
  /* font-stretch: 100%; */
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.7rem;
  max-width: 74vw;
  margin: 9px auto;
  transition: all 1s ease-out;
}

.faqbox:hover {
  background-color: #414141;
  color: white;
}

.faqbox svg {
  filter: invert(1);
}

.readytowatch {
  text-align: center;
  /* font-size: 33px; */
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
}

.box3btn input {
  padding: 14px 105px 8px 18px;
  font-size: 12px;
  border-radius: 4px;
  background-color: rgba(23, 23, 23, 0.15);
  border: 1px solid rgba(246, 238, 238, 0.5);
  color: white;
}

footer {
  color: white;
  max-width: 60vw;
  margin: auto;
  padding: 60px;
}

footer .question {
  padding: 34px 0;
}

.footer a {
  text-decoration: underline;
  color: white;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: white;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}


@media screen and (max-width: 1300px) {

  nav {
    max-width: 90vw;
  }

  .first {
    flex-wrap: wrap;
  }

  .secimage img {
    width: 305px;
  }

  .secimage video {
    width: 220px;
    height: 125px;
    top: 82px;
    left: 41px;
  }

  .third .secimage video {
    width: 220px;
    height: 105px;
    top: 60px;
    left: 40px;
  }

  .box2> :nth-child(1) {
    font-size: 32px;
  }

  .box2> :nth-child(2) {
    font-size: 18px;
  }

  .box2> :nth-child(3) {
    font-size: 18px;
  }

  .box2_buttons {
    margin-top: 20px;
    margin-bottom: 50px;
    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;
  }

}


@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;
}

footer .bteng {
  margin-top: 20px;
  margin-right: 50px;
  width: 100px;
  height: 49PX;
  border: 2px white solid;
  margin-bottom: 30px;
}

footer .india {
  margin-top: 20px;
  margin-right: 50px;
}