* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter, Consolas, 'Courier New', monospace", sans-serif;
}

body,
html {
  height: 100%;
  background-color: black;
  color: white;
}

.background {
  background-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/f562aaf4-5dbb-4603-a32b-6ef6c2230136/dh0w8qv-9d8ee6b2-b41a-4681-ab9b-8a227560dc75.jpg/v1/fill/w_1280,h_720,q_75,strp/the_netflix_login_background__canada__2024___by_logofeveryt_dh0w8qv-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzIwIiwicGF0aCI6IlwvZlwvZjU2MmFhZjQtNWRiYi00NjAzLWEzMmItNmVmNmMyMjMwMTM2XC9kaDB3OHF2LTlkOGVlNmIyLWI0MWEtNDY4MS1hYjliLThhMjI3NTYwZGM3NS5qcGciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.LOYKSxIDqfPwWHR0SSJ-ugGQ6bECF0yO6Cmc0F26CQs');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  color: white;
  background-color: black;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}


img {
  width: 200px;
  padding: 5px 5px;
  margin-top: 0;
  margin-right: 40px;
}

.lang-signin select {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  color: whitesmoke;
  margin-right: 5px;
}

select option {
  background-color: white;
  color: black;
}

.signin-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 8px 17px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 30px;
  margin-top: 10px;
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 10%;
  padding: 0 10px;
}

.content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bolder;
  padding: 5px 5px;
}

.content h2 {
  font-size: 1rem;
  margin-bottom: 15px;
}

.content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.email-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.email-form input {
  padding: 15px;
  width: 300px;
  max-width: 80%;
  border: 1px solid rgba(220, 208, 208, 0.8);
  border-radius: 4px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}


.email-form button {
  padding: 15px 25px;
  background-color: red;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

h2 {
  margin-top: 30px;
  margin-left: 70px;
}

.trending-now {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-left: 50px;
  position: relative;
}

.trend {
  display: flex;
  margin-top: 20px;
  margin-left: 50px;
  position: relative;
  width: 200px;
}

.trend img {
  border-radius: 25px;
}

.trend img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.over {
  position: absolute;
  font-size: 1rem;
  margin-top: 240px;
  z-index: 1;
  left: 10px;
}

.over:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.reasons-h2 {
  margin-top: 30px;
  margin-left: 70px;
}

.reasons {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 170px;
}

.reason {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  flex: 1;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 20px;
  padding-right: 20px;
  height: 550px;
  border: 1px solid black;
  background: linear-gradient(135deg, rgba(25, 34, 100, 0.6)35%, rgba(103, 0, 62, 0.8));
}

.reason h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bolder;
}

.reason p {
  font-size: 1.2rem;
  color: rgb(168, 168, 168);
}

.quest {
  text-align: left;
  margin-top: 30px;
  font-size: 1.3rem;
  color: white;
  font-weight: bolder;
  margin-left: 70px;
}

.mainfaq {
  color: white;
  padding: 15px 20px;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 30px;
}

.faq {
  background-color: rgb(36, 35, 35);
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.faq h3 {
  font-weight: 750;
}


footer {
  color: rgb(148, 148, 148);
  padding: 25px 30px;
  margin-left: 30px;
}

.footer {
  padding: 0 15px;
}

.call {
  text-decoration: underline;
  color: rgb(148, 148, 148);
}

.mainfoot {
  display: flex;
  gap: 60px;
  margin-top: 10px;
  padding: 0 16px;
}

.foot {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 0.7rem;
}

.foot a {
  color: rgb(148, 148, 148);
}

.last {
  margin-top: 60px;
  font-size: 0.8rem;
}

.last p {
  margin-bottom: 30px;
}

.last a {
  text-decoration: underline rgb(69, 69, 255);
}

@media (max-width: 768px) {
  .header img {
    width: 150px;
    margin-right: 0;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content h2,
  .content p {
    font-size: 0.9rem;
  }

  .content h2 {
    text-align: center;
    margin-left: 10px;
    margin-bottom: 40px;
  }

  .email-form input {
    width: 100%;
    max-width: none;
  }

  .email-form button {
    width: 100%;
    max-width: none;
  }

  h2 {
    margin-left: 88px;
    font-size: 1.3rem;
  }

  .trending-now {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trend {
    margin-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .over {
    font-size: 1rem;
    margin-top: 230px;
    margin-left: -15px;
  }

  .reasons-h2 {
    margin-left: 45px;
    font-size: 1.3rem;
  }

  .reasons {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
  }

  .reason {
    margin-bottom: 1px;
  }

  .quest {
    margin-top: 30px;
    font-size: 1rem;
    margin-left: 40px;
  }

  .mainfaq {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq {
    font-size: 0.8rem;
  }

  .mainfoot {
    flex-direction: column;
    align-items: center;
  }

  .foot {
    align-items: center;
  }

  .foot a {
    font-size: 0.8rem;
  }

  .call {
    font-size: 0.8rem;
  }

  .lang-signin {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .lang-signin select {
    width: 170%;
    font-size: 0.5rem;
    margin-right: 10px;
    padding: 7px 10px;
  }

  .signin-btn {
    width: 150%;
    max-width: 150px;
    font-size: 0.6rem;
    margin-top: 1px;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.85);
  }
}