* {
  margin: 0;
}
@font-face {
  font-family: "net";
  src: url("font/BebasNeue.otf");
}

.header {
  fill: #e40914;
  margin-left: 148px;
  margin-top: 23px;
  margin-bottom: 20px;
  width: 148px;
  height: 40px;
}
.bg {
  background-image: url("../img/canva\ netflix\ bg2.jpg");
  background-size: 100% 1025px;
}
.bg2 {
  background-image: url("../img/canva\ netflix\ bg.jpg");
  background-size: 100% 1025px;
}
.sub {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 55px;
  padding-top: 247px;
  font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
    sans-serif;
  font-weight: 850;
}
.payment {
  color: rgb(254, 254, 254);
  text-align: center;
  font-size: 19.5px;
  padding-top: 20px;
  font-family: arial;
  font-weight: 525;
}
.searchbar {
  width: 360px;
  height: 50px;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(24, 24, 24, 0.6);
  border: 1px solid rgb(95, 95, 95);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: arial;
  color: rgb(254, 254, 254);
}
::placeholder {
  color: rgb(177, 177, 177);
}
.startbutton {
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background-color: rgb(228, 9, 20);
  color: rgb(254, 254, 254);
  border: none;
  font-family: arial black;
  font-size: 19px;
  transition: 0.2s;
}
.startbutton:hover {
  background-color: rgb(185, 9, 18);
  transition: 10s;
  width: 200px;
  height: 2000px;
  border-radius: 9px;
  letter-spacing: 1.5px;
}
.trending {
  color: rgb(255, 255, 255);
  margin-left: 155px;
  margin-top: -15px;

  h2 {
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
      sans-serif;
  }

  select {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(95, 95, 95);
    color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 3.6px;
    margin-right: 16px;
  }
}
.parent {
  background-color: rgb(0, 0, 0);
  margin-top: 430px;
  border-radius: 15px;
}
.abt {
  background-color: rgb(228, 9, 20);
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  font-size: 18px;
  font-family: arial black;
  border-radius: 5px;
  transition: 0.5s;
  text-decoration: none;
  float: right !important;
  margin-right: 10%;
  margin-top: 23px;
}
.abt:hover {
  transition: 0.5s;
  background-color: rgb(185, 9, 18);
  letter-spacing: 1.5px;
}
.nav {
  select {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(95, 95, 95);
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    font-size: 17px;
    margin-top: 23px;
    border-radius: 3.6px;
    margin-right: 16px;
    float: right;
  }
}
.signup {
  color: rgb(255, 255, 255);
  font-family: arial;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 5px;
  width: 450px;
  height: 700px;
  margin: auto;
}
.subsignup {
  margin: 50px 50px;
  padding-top: 35px;
  h2 {
    font-size: 29px;
    font-weight: 780;
  }
}
.signbtn {
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  width: 103%;
  padding: 12px 0px;
  border: none;
  margin-top: 15px;
  font-family: arial black;
  border-radius: 5px;
  transition: 3s;
}
.signbtn:hover {
  background-color: rgb(182, 10, 18);
  transition: 1s;
}
.v2 {
  background-color: rgba(95, 95, 95, 0.55);
  transition: 2s;
}
.v2:hover {
  background-color: rgb(66, 66, 66);
  transition: 1s;
}
.ortext {
  color: rgb(177, 177, 177);
  font-size: 13.5px;
}
.forgor {
  color: rgb(255, 255, 255);
  text-decoration: dashed;
  text-align: center;
  transition: 0.1s;
}
.forgor:hover {
  color: rgb(100, 100, 100);
  text-decoration: underline;
  transition: 0.1s;
}
.sun:hover {
  color: rgb(255, 255, 255);
}
.memory {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
}
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(85, 85, 85);
  border-radius: 4px;
  background-color: rgb(240, 240, 240);
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox:checked {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.custom-checkbox:checked::after {
  content: "\2714";
  color: rgb(0, 0, 0);
  font-size: 16px;
  position: relative;
  top: -2px;
}

.custom-checkbox:hover {
  border-color: rgb(255, 255, 255);
}
.ram {
  margin-left: 25px;
  position: relative;
  top: -20px;
}
.redirect {
  color: rgb(173, 173, 173);
  padding-left: 10px;
}
.repo {
  position: relative;
  top: -30px;
}
.botcatcher {
  font-size: 13px;
  width: 200px;
  padding-left: 0px;
  position: relative;
  left: 10px;
}
.sales_pitch {
  margin: 20px 155px;
}
.subcells {
  background: linear-gradient(
    to bottom right,
    rgb(25, 33, 69),
    rgb(33, 14, 23)
  );
  height: 355px;
  width: 320px;
  border-radius: 15px;
  color: rgb(170, 170, 179);
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px 20px;
}
.subcells h4 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  padding-bottom: 25px;
}
.svg {
  margin-top: 80px;
  float: right;
}

.footer {
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(24, 24, 24));
  color: rgb(145, 145, 145);
  font-family: Arial, Helvetica, sans-serif;
}
.footer p {
  padding: 45px 0px;
  text-align: center;
  font-size: 16px;
}
