* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  font-family: 'Courier New', Courier, monospace;
}

body {
  background-color: black;
  display: flex;
  flex-wrap: wrap;
}

.hero {
  background-image: url("img/background.png");
  background-size: cover;
  background-size: 100% 100%;
  background-position: fixed;
  background-repeat: none;
  height: 600px;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.navbar {
  display: flex;
  height: 100px;
  width: 100vw;
  justify-content: space-between;
  padding: 25px 10% 0 10%;

}

.netlogo {
  background-image: url("img/Netflix-logo1.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 150px;

}

.btn {
  background-color: red;
  color: white;
  font-weight: 700;
  height: 35px;
  width: 80px;
  border: none;
  border-radius: 5px;
}


.adv-content {

  height: 70vh;
  width: 40vw;
  text-align: center;
  color: #ffffff;
  align-items: center;
  justify-content: space-around;
  padding: 2%;


}

.cont-h1 {
  font-family: helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 3em;
}

.cont-p1 {
  font-family: helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.3em;
  padding-top: 5%;
}

.cont-p2 {
  font-family: helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
  padding: 5% 0 5% 0;
}

.cont-input {
  height: 15%;
  width: 65%;
  background-color: transparent;
  border: 1px solid white;
  caret-color: rgb(255, 255, 255);
  font-family: unset;
  font-size: 1rem;
  border-radius: 5px;

}

.cont-input::placeholder {
  color: #ffffff;
  opacity: 1
}


.cont-btn {
  height: 15%;
  width: 30%;
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
}

.opacity {
  height: 100px;
  width: 100%;
  border: none;
  background: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  z-index: 99;
  margin-top: -100px;
}

.section2 {
  height: 100%;
  width: 100vw;
  justify-content: center;
  display: flex;
  justify-content: center;
}

.section-body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 80vw;
  align-self: center;

}

.trend-list {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.trend-heading {
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 1% 0 1% 0;
}

.list {
  gap: 2%;
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
  padding: 2%;
}


.img {
  flex: 0 0 auto;
  width: 200px;
}

.img img {
  height: 100%;
  width: 100%;
}


.img:hover {
  transform: scale(1.1);
  transition: all;
}

.invite {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: 50px;
}


.invite-h1 {
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 1% 0 3% 0;
}

.join {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.box {
  height: 300px;
  width: 24%;
  padding: 3% 1% 0% 2%;
  border-radius: 20px;
  background-color: #13111a;
  background: linear-gradient(135deg, #1f1a42 0%, #13111a 100%);
  color: #ffffff;
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  flex-wrap: wrap;
}

.box-h2 {
  padding-bottom: 20px;
  font-size: 20px;
}

.box-p {
  font-size: medium;
}

.box-img {
  height: 100pxpx;
  width: 70px;
  padding: 3% 1% 2% 60%;
}

.fq {
  height: auto;
  width: 100%;
  padding: 2% 2% 0% 0%;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;

}


.fq-h2 {
  font-size: 25px;
  padding-bottom: 2%;
}

.fq-button {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.fq-btn {
  height: 80px;
  width: 100%;
  background-color: rgb(44, 44, 44);
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  border: none;
  font-weight: 700;

}


.mail {
  height: 30vh;
  width: 100%;
  text-align: center;
  color: #ffffff;
  align-items: center;
  justify-content: space-around;
  padding: 5%;
  font-weight: 700;

}

.mail-input {
  height: 80%;
  width: 60%;
  background-color: transparent;
  border: 1px solid white;
  caret-color: rgb(255, 255, 255);
  font-family: unset;
  font-size: 1rem;
  border-radius: 5px;
}

.mail-btn {
  height: 80%;
  width: 20%;
  background-color: red;
  border: none;
}

footer {
  height: 60vh;
  width: 100%;
}

footer {
  height: 70vh;
  padding: 10px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-weight: bold;
}

.qs {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  padding: 20px;

}



.foot-div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

ul a {
  display: block;
  font-weight: none;
  padding: 10px;
  font-size: 0.75rem;
}


.last
{
  height: auto;
  width: 100%;
  padding: 20px;
  display: block;
  font-family: serif;
}

.last-btn
{
  height: 50px;
  width: 150px;
  padding: 10px;
  border: 1px solid white;
  caret-color: rgb(255, 255, 255);
  background-color: transparent;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.last-h4, .last-p
{
  padding-bottom: 10px;
  font-weight: 0;
}