@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: black;
}

.main {
  background-image: url(assets/images/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: max(1200px, 100vw);
  height: 80vh;
  position: relative;
}

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

nav {
  max-width: 60vw;
  justify-content: space-between;
  margin: auto;
  display: flex;
  align-items: center;
  height: 62px;
}

nav img {
  color: rgb(229, 9, 20);
  width: 170px;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

nav button {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

.hero {
  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: 10px;
  padding: 0 30px;
}

.hero > :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
}
.hero > :nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
}

.hero > :nth-child(3) {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.hero > :nth-child(4) {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.separation {
  height: 7px;
  background-color: rgb(46, 44, 44);
}

.btn {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  border: 1px solid rgb(59, 59, 59);
  cursor: pointer;
}

.btn-red {
  background-color: rgb(229, 9, 20);
  font-weight: 700;
  color: white;
  padding: 13px 7px;
  font-size: 30px;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.31);
}
.btn-red-sm {
  background-color: rgb(229, 9, 20);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.099);
}
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.main input {
  padding: 17px 165px 18px 15px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 7px;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.first {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin: 5px 10px;
  color: white;
}

@media screen and (max-width: 1300px) {
  .first {
    flex-wrap: wrap;
  }
}

.secImg1 {
  position: relative;
}

.secImg1 img {
  margin-top: 10px;
  width: 555px;
  position: relative;
  z-index: 10;
}

.secImg1 video {
  position: absolute;
  top: 126px;
  right: 78px;
  width: 400px;
}

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

.first > div :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.first > div :nth-child(2) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.first > div :nth-child(3) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.first.second {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin: 5px 10px;
  color: white;
}

.secImg2 {
  position: relative;
}

.secImg2 img {
  width: 33vw;
  position: relative;
  z-index: 10;
}

.download {
  width: 3rem;
  height: 3rem;
  display: block;
  background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/download-icon.gif)
    center center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
}

section.first.second > div {
  display: flex;
  flex-direction: column;
}

.first.second > div :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.first.second > div :nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.first.second > div :nth-child(3) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.first.third {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin: 5px 10px;
  color: white;
}

.secImg3 {
  position: relative;
  overflow: hidden; /* Ensures the video doesn't overflow outside the image */
}

.secImg3 img {
  margin-top: 10px;
  width: 555px;
  position: relative;
  z-index: 10;
}

.secImg3 video {
  position: absolute;
  top: 75px;
  right: 105px;
  width: 350px;
}

section.first.third > div {
  display: flex;
  flex-direction: column;
}

.first.third > div :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.first.third > div :nth-child(2) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.first.third > div :nth-child(3) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.first.fourth {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin: 5px 10px;
  color: white;
}

.secImg4 {
  position: relative;
}

.secImg4 img {
  width: 33vw;
  position: relative;
  z-index: 10;
}

section.first.fourth > div {
  display: flex;
  flex-direction: column;
}

.first.fourth > div :nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.first.fourth > div :nth-child(2) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.first.fourth > div :nth-child(3) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

/* .faq h2 {
  text-align: center;
  padding: 32px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 900;
}

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

.faqbox:hover {
  background-color: #414141;
}
.faqbox {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  background-color: #2d2d2d;
  padding: 24px;
  max-width: 70vw;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  margin: 10px auto;
} */

.faq
{
    padding: 10px 12%;
    text-align: center;
    font-size: 18px;
}

.faq h2
{
    font-size: 45px;
    font-weight: 550;
    font-family: sans-serif;
}
.accordion
{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 60px auto;
    width: 100%;
    max-width: 70vw;
}
.accordion li
{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    list-style: none;
    width: 100%;
    padding: 5px;
}
.accordion li label
{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(34, 37, 38);
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}
label::after
{
    content: '+';
    font-size: 34px;
    position: absolute;
    right: 20px;
    transform: transform 0.5s;
}
input[type="radio"]
{
    display: none;
}
.accordion .content
{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(34, 37, 38);
    text-align: left;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s,padding 0.5s;
}
.accordion input[type="radio"]:checked + label +.content
{
  max-height: 600px;
  padding: 30px 20px;
}
.accordion input[type="radio"]:checked + label::after
{
    transform: rotate(135deg);
}
.faq .email-signup
{
    max-width: 600px;
    margin: 20px auto 60px;
}
.faq small
{ 
    font-size: 20px;

}
.hero1 {
  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: 10px;
  padding: 0 30px;
}

.hero1 > :nth-child(1) {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.hero1-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn-red1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(229, 9, 20);
  font-weight: 500;
  color: white;
  padding: 6px 4px;
  font-size: 30px;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.31);
}

.down input {
  padding: 15px 103px 13px 15px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 7px;
  background-color: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.separation1 {
  height: 7px;
  margin-top: 110px;
  margin-bottom: 110px;
  background-color: rgb(46, 44, 44);
}
.separation2 {
  height: 7px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: rgb(46, 44, 44);
}

footer {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60vw;
  margin: auto;
  padding: 14px;
}

footer .questions {
  padding: 40px 0;
}

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

@media screen and (max-width: 1300px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
  }
}

.footer a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-items {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 100px;
}

.btn1 {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  border: 1px solid rgb(59, 59, 59);
  cursor: pointer;
}

.netflix {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60vw;
  margin-left: 0px;
}
