/* ----------Resets----------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
body {
  background-color: #000000;
  color: #fff;
  height: 100%;
  width: 100%;
}

.container {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
  overflow: hidden;
}

body {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
    sans-serif;
}
.flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
  font-size: 4rem;
  font-weight: 500;
}
p {
  color: white;
  font-size: 2.4rem;
}
h1 {
  font-size: 4.8rem;
  font-weight: 900;
}
h2 {
  color: white;
  font-size: 4.8rem;
  font-weight: 900;
}
h3 {
  font-size: 2rem;
  color: white;
  font-weight: 400;
}

/* ----------header------------ */

.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(images/mainheader.jpg);

  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: 8px solid #232323;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;

  background-attachment: fixed;
}

.header-top {
  justify-content: space-between;
  position: relative;
  height: 85px;
}

.logo {
  width: 150px;
}

.sign-in-btn {
  /* min-height: 2rem; */
  font-size: 1.4rem;
  color: white;
  background-color: #e50914;
  padding: 5px 16px;
  border-radius: 0.5rem;
  border-color: rgba(128, 128, 128, 0.7);
  font-weight: 600;
  line-height: 22px;
}

.sign-in-btn:hover {
  background-color: #c11119;
}

.header-text {
  position: relative;
  margin-top: 194px;
  color: white;
  text-align: center;
  justify-content: center;

  flex-direction: column;
}

.header-text h1 {
  margin-bottom: 16px;

  font-weight: 900;
}
.header-text h3 {
  margin-top: 24px;
}

/* ------form------- */

.email-signup input {
  width: 376px;
  height: 55px;
  padding: 24px 16px 8px;
  background: rgba(22, 22, 22, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  border: 0.5px solid rgba(128, 128, 128, 0.7);
  border-radius: 6.4px;
  transition: color 250ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
  outline: 0;
  margin-top: 20px;
}
.email-signup input::placeholder {
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu;
  color: #b7b7b7;

  position: relative;
  bottom: 0.7rem;
  left: 0.1rem;
}
.email-signup input:focus::placeholder {
  font-size: 12.5px;
  position: relative;
  bottom: 2.1rem;
  left: 1px;
  line-height: 1.5rem;
  transition-property: font-size, top, line-height;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}

.form {
  margin-bottom: 120px;
  justify-content: center;
}

.get-started-btn {
  min-height: 5.6rem;
  padding: 13px 16px 15px 23px;
  font-size: 2.4rem;
  font-weight: 500;
  font-weight: bold;
  background-color: #e50914;
  background-repeat: no-repeat;
  color: white !important;
  margin-top: 10px;
  margin-left: 7px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 0px transparent;
  cursor: pointer;
  text-align: center;
  transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}

.get-started-btn a {
  color: white;
}

.get-started-btn:hover {
  background-color: #c11119;
}

.arrow {
  position: relative;
  top: 3.8px;
  left: -7px;
}

/* -- --------features-section--------  */

.features-section {
  /* padding: 72px 8%; */
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.features-container {
  border-top: 8px solid #232323;

  padding: 72px 8%;
  display: flex;
  flex-direction: row;
}
.text {
  flex-basis: 50%;
  margin-bottom: 20px;
  text-align: left;
}
.text p {
  margin-top: 16px;
}
.image-col {
  flex-basis: 50%;
  margin-bottom: 20px;
}
.image-col img {
  display: block;
  /* width: 90%; */
  width: 450px;
}
#last-feature {
  border-bottom: 8px solid #3a3a3a;
}
#first-feature {
  display: flex;
  flex-direction: row;
}
features-container-watch {
  flex-direction: row;
}
#text {
  margin-top: 40px;
  margin-left: 20px;
}
#tv-section {
  border-top: none;
}
/* -----------FAQS-section-------- */

.faq {
  flex-direction: column;
}
.faq h2 {
  padding: 10px 12%;
  /* font-size: 18px; */
  margin-top: 22px;
  text-align: center;
}

.accordion {
  margin-top: 60px auto;
  width: 100%;
  max-width: 956px;
}

.accordion li {
  list-style: none;
  width: 100%;
  padding: 0.4rem;
}

.accordion li label {
  height: 95px;
  max-width: 956px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  background: #303030;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
label::after {
  content: "+";
  font-size: 3.8rem;
  position: absolute;
  right: 20px;
  transition: transform 0.5s;
}

.accordion li label:hover {
  background: #4e4e4e;
}
input[type="radio"] {
  display: none;
}
.accordion .content {
  background: #303030;
  text-align: left;
  padding: 0 20px;
  max-height: 0;
  width: 956px;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type="radio"]:checked + label + .content {
  max-height: 600px;
  padding: 30px;
}

.accordion input[type="radio"]:checked + label::after {
  transform: rotate(135deg);
}
/* ----------- footer-form--------- */

.footer-form {
  flex-direction: column;
  margin-bottom: 57px;
  margin-top: 47px;
}
.footer-form p {
  justify-content: center;
  text-align: center;
}

/* ------------footer---------- */
.footer {
  height: 460px;
  border-top: 8px solid #232323;
}
.footer-container {
  margin-top: 5px;
  padding: 40px 30px;
  flex-direction: row;
  gap: 196px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a {
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.first-link {
  margin-top: 70px;
  margin-left: 160px;
}

.col {
  align-items: flex-start;
  gap: 14px;
  flex-direction: column;
}

.footer-button {
  display: none;
  flex-direction: column;
  font-size: 1rem;
  margin-left: 164px;
  border-radius: 4px;
  background-repeat: no-repeat;
  padding: 3px;
  width: 100px;
  height: 32px;
  border: 0.1px solid #5e5e5e;
}

.footer-button svg {
  margin-left: 8px;
  margin-right: 7px;
  margin-top: 5px;
}

.copyright-text p {
  color: #b3b3b3;
  font-weight: bold;
  font-size: 16px;
}
.copyright-text {
  margin-left: 160px;
  margin-top: 30px;
}
svg {
  fill: #ffffff;
}

.copyright-text svg {
  position: relative;
  top: 2px;
}
.nad {
  justify-content: center;
}
