@import url("https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Baloo+Bhai+2:wght@400..800&family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap");
body {
  background-color: black;
  /* font-family: "Martel Sans", sans-serif; */
}
* {
  padding: 0;
  margin: 0;
}
.main {
  background-image: url(assets/images/background.jpg);
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: max(1200px, 100vw);
}
.main .box {
  height: 100vh;
  top: 0;
  position: absolute;
  width: 100%;
  /* opacity: 0.6; */
  background-color: rgba(0, 0, 0, 0.6);
}
nav {
  padding: 20px;
  max-width: 75vw;
  margin: auto;
  display: flex;
  /* background-color: red; */
  justify-content: space-between;
}
nav img {
  width: 160px;
  position: relative;
  z-index: 10;
}
nav .option {
  background-color: rgb(0, 0, 0, 0.7);
  color: white;
  position: relative;
  z-index: 10;
  border: 1px solid white;
  border-radius: 2px;
  padding: 6px;
  text-align: center;
  gap: 10px;
  width: 150px;
}
nav .button2 {
  padding: 6px;
  border: none;
  border-radius: 2px;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 10;
  width: 90px;
  background-color: red;
}
.box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Martel Sans", sans-serif;
  /* font-size: px; */
}
.s1 {
  font-size: 40px;
  font-weight: 900;
}
.signup {
  width: 170px;
  padding: 10px;
  background-color: red;
  /* position: relative; */
  /* gap: 10px; */
  margin-top: 10px;
  /* z-index: 10; */
  border: none;
  border-radius: 5px;
  opacity: 1;
  color: white;
  font-weight: 600;
}
.box:nth-child(2) {
  font-weight: 900;
}
.signup {
  width: 200px;
  padding: 20px;
  font-size: 21px;
}
.curve-line {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ff004f, #e50914, #b20710);
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 15px rgba(229, 9, 20, 0.6);
}
.movies {
  height: 250px;
  width: 170px;
  border: 2px solid white;
  border-radius: 9px;
  min-width: 180px; /* key for horizontal scroll */
  height: 260px;
  background: #222;
  border-radius: 12px;
  flex-shrink: 0;
}
@media (max-width: 450px) {
  .movies {
    height: 240px;
    width: 30px;
    /* flex-direction: column; */
  }
  .reasons {
    flex-direction: column;
    height: 450px;
    align-items: center;
    justify-content: center;
  }
  .faq h2 {
    padding: 40px 40px 20px;
    margin-top: 100px;
  }
  .four {
    /* height: 00px; */
    height: 500px;
    width: 300px;
  }
  .reasons {
    margin-top: 130px;
  }
  .movies {
    margin-left: 60px;
  }
  .box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    /* position: relative; */
    /* margin-left: 30px; */
    color: rgb(255, 255, 255);
    font-family: "Martel Sans", sans-serif;
  }
  .main nav span img {
    width: 80px;
  }
  nav .option {
    background-color: rgb(0, 0, 0, 0.7);
    color: white;
    position: relative;
    z-index: 10;
    border: 1px solid white;
    border-radius: 2px;
    padding: 6px;
    text-align: center;
    gap: 10px;
    width: 80px;
  }
  .s1{
    font-size: 20px;
  }
  .signup{ 
  width: 150px;
  padding: 10px;
  font-size: 17px;
  }
}
.cards::-webkit-scrollbar {
  height: 0px;
}
.trends {
  background-color: black;
  padding: 20px 40px 0;
  font-size: 17px;
  font-family: "Martel Sans", sans-serif;
}
.movies:hover {
  transform: scale(1.04);
  transition: 0.3s ease-in;
}
.reasons {
  background-color: black;
  color: white;
  padding: 20px 40px;
  font-size: 17px;
  display: flex;
  gap: 20px;
  font-family: "Martel Sans", sans-serif;
}
.h1 {
  background-color: black;
  color: white;
  padding: 20px 60px 0px;
  font-family: "Martel Sans", sans-serif;
}
.four {
  height: 330px;
  width: 300px;
  border: 2px solid;
  border: none;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(45, 45, 107, 0.334) 30%,
    rgba(84, 32, 32, 0.373)
  );
}
.faq {
  padding: 20px 40px;
  background-color: black;
  margin: auto;
  padding: 40px 20px;
  color: white;
}

.faq h2 {
  padding: 10px 40px 20px;
  margin-left: -34px;
}

details {
  background: #2d2d2d;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 800px;
  gap: 10px;
}

summary {
  list-style: none;
  padding: 23px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  padding: 20px;
  font-size: 18px;
  border-top: 1px solid black;
}

details[open] summary .icon {
  content: "X";
}

.icon {
  font-size: 30px;
}
section h2 {
  padding: 20px 40px;
}
.faqq {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
    sans-serif;
  max-width: 900px;
  /* margin: 0 auto;        */
  padding: 10px 20px;
  color: rgb(12, 12, 12);
}
.fsu {
  margin-top: -25px;
  border: 2px solid;
  border: none;
  padding: 15px 0px 10px;
  width: 230px;
  background-color: red;
  color: white;
  font-weight: 600;
  font-size: 20px;
  margin-left: 42px;
}
.para {
  padding: 43px;
  font-size: 17px;
  margin-left: 1px;
}
.step {
  height: 180px;
  width: 300px;
  border: 2px solid;
  /* padding: 40px; */
}
.footer {
  display: flex;
  margin-left: 40px;
}
.step > a {
  color: rgb(147, 164, 164);
  font-family: sans-serif;
}
.opt {
  background-color: rgba(57, 56, 56, 0.7);
  color: white;
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 6px;
  text-align: center;
  gap: 10px;
  width: 150px;
  margin-left: 36px;
  border-radius: 4px;
}
p {
  color: rgb(147, 164, 164);
  margin-left: 20px;
  padding: 20px;
  font-family: sans-serif;
}
@media (max-width: 450px) {
  details {
    background: #2d2d2d;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 300px;
    gap: 10px;
  }
  .faqq {
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
      sans-serif;
    max-width: 900px;
    /* margin: 0 auto;        */
    padding: 10px 20px;
    color: rgb(12, 12, 12);
    margin-left: 10px;
  }
  .fsu {
    margin-left: 50px;
  }
  .footer {
    width: 40px;
  }
  .h1 {
  background-color: black;
  color: white;
  padding: 20px 60px 0px;
  font-family: "Martel Sans", sans-serif;
  font-size: 25px;
}
}
