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

body {
  background-color: rgba(44, 36, 36, 0.904);
  font-family: Arial, Helvetica, sans-serif;
}

a, li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.para {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.para h1 {
  margin: 1rem 0;
}

.para p {
  margin: 1rem 0;
}

/* SECTION 1 */
.sec-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(https://assets.nflxext.com/ffe/siteui/vlv3/5c235903-02cc-4228-85a2-5fcef1e47627/eb81131c-8403-427f-b1dc-6094c31b3a91/IN-en-20211227-popsignuptwoweeks-perspective_alpha_website_large.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  margin-bottom: 6px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem;
  height: 65px;
}

header .logo {
  width: 25%;
  min-width: 100px;
}

.lang-sign {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

#lang {
  border: 1px solid white;
  background-color: #00000000;
  color: white;
  border-radius: 2px;
  font-size: medium;
  cursor: pointer;
  outline: none;
  padding: .4rem .5rem;
}

#signin {
  border: 1px solid red;
  background-color: red;
  color: white;
  border-radius: 2px;
  font-size: medium;
  cursor: pointer;
  padding: .4rem .5rem;
}

.sec-1-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  color: white;
  text-align: center;
  font-size: 2em;
}

.sec1-para h1 {
  font-weight: 700;
  margin: .5rem;
}

.sec1-para p {
  font-size: 1.5rem;
  margin: 1rem;
}

.signup-sec {
  margin: .5rem;
}

.signup-sec p {
  font-size: 1.2rem;
  margin: .5rem;
}

.email-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email-sec input {
  width: 28.5rem;
  padding: 1.15rem;
  font-size: 1.2rem;
  outline: none;
  border-radius: 0;
  border: 1px solid skyblue;
}

.email-sec button {
  width: 12rem;
  padding: 1rem;
  background-color: red;
  color: white;
  font-size: 1.5rem;
}

/* SECTION 2 */
.sec-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  font-size: xx-large;
  color: white;
  margin-bottom: 6px;
  padding: 5rem;
}

.sec-2 p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sec-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  font-size: xx-large;
  color: white;
  margin-bottom: 6px;
  padding: 5rem 2rem;
}

.sec-3 p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sec-3 img {
  width: 45%;
}

/* SECTION 4 */
.sec-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  font-size: xx-large;
  color: white;
  margin-bottom: 6px;
  padding: 5rem;
}

.sec-4 p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sec-4 img {
  width: 40%;
}

/* SECTION 5 */
.sec-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  font-size: 2rem;
  color: white;
  margin-bottom: 6px;
  padding: 5rem;
}

.sec-5 p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sec-5 img {
  width: 45%;
}

/* SECTION 6 */
.sec-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  color: white;
  font-size: 2rem;
  margin-bottom: 6px;
  padding: 5rem;
  text-align: center;
}

.sec-6 h1 {
  margin-bottom: 3rem;
}

.sec-6-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  margin: 5px 13%;
  font-size: 1.7rem;
  background-color: #322b2b;
  color: white;
  padding: 20px 20px;
  text-align: left;
  cursor: pointer;
}

.sec-6 .signup-sec {
  margin-top: 3rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  color: white;
  font-size: 1rem;
  margin-bottom: 6px;
  padding: 5rem;
  text-align: center;
}

.footer .footer-top {
  margin-bottom: 5rem;
}

.footer .footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: .5rem;
}
/*# sourceMappingURL=netflix.css.map */