body {
  background: #da3a46 !important;
}

.blackfriday__head img {
  width: 100%;
}
.blackfriday__titles {
  margin-top: -170px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 115px;
  position: relative;
}
.blackfriday__titles span {
  font-size: 230px;
  top: 50px;
  position: relative;
}
.blackfriday__text {
  padding: 50px 30px;
  position: relative;
  text-align: justify;
  font-size: 17px;
  font-weight: 500;
}
.blackfriday__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
  background: #ffffff;
  transform: rotate(-2deg);
  top: 0;
  right: 0;
  box-shadow: 0px 4px 3.92px 0.08px rgba(0, 0, 0, 0.35);
}
.blackfriday__text--invert:before {
  transform: rotate(2deg);
}
.blackfriday__text h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}
.blackfriday__text p {
  position: relative;
}
.blackfriday__form {
  margin: 0 auto;
  color: rgb(30, 7, 8);
  text-align: center;
  margin-bottom: 40px;
}
.blackfriday__form-title {
  font-size: 72px;
  margin-bottom: 30px;
  font-weight: 700;
  word-spacing: -10px;
}
.blackfriday__form-content {
  max-width: 480px;
  margin: 0 auto;
}
.blackfriday__form input {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 3.92px 0.08px rgba(0, 0, 0, 0.35);
  height: 90px;
  font-size: 60px;
  width: 100%;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-align: left;
  padding: 15px 30px 0;
  line-height: 90px;
  direction: ltr;
}
.blackfriday__form button {
  border-radius: 12px;
  background-color: rgb(28, 29, 29);
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 3.92px 0.08px rgba(0, 0, 0, 0.35);
  height: 90px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  padding-top: 5px;
}
.blackfriday__nav {
  display: flex;
  color: #ffffff;
  justify-content: center;
  margin-bottom: 40px;
}
.blackfriday__nav li:not(:last-child) {
  padding-left: 20px;
  position: relative;
}
.blackfriday__nav li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 10px;
  background: #ffffff;
  top: 3px;
  bottom: 3px;
  width: 1px;
  opacity: 0.3;
}

@media screen and (max-width: 992px) {
  .blackfriday__titles {
    margin-top: -120px;
    font-size: 40px;
  }
  .blackfriday__titles span {
    font-size: 170px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blackfriday__titles {
    margin-top: -80px;
    font-size: 30px;
    line-height: 75px;
  }
  .blackfriday__titles span {
    font-size: 170px;
    top: 30px;
  }
  .blackfriday__text h2 {
    font-size: 21px;
  }
  .blackfriday__text p {
    font-size: 14px;
  }
  .blackfriday__form-title {
    font-size: 45px;
  }
  .blackfriday__form-content {
    max-width: 340px;
  }
  .blackfriday__form input {
    height: 60px;
    font-size: 30px;
    padding: 5px 20px 0;
  }
  .blackfriday__form button {
    height: 70px;
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .blackfriday__titles {
    margin-top: -30px;
    font-size: 22px;
    line-height: 45px;
  }
  .blackfriday__titles span {
    font-size: 80px;
    top: 15px;
  }
  .blackfriday__form-title {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style-blackfriday.css.map */
