body {
  background-image: linear-gradient(0deg, #f504b2 0%, #f504b2 100%),
    radial-gradient(
      74.01% 100.22% at 47.01% 2.28%,
      rgb(0 0 0) 80.95%,
      rgb(0 0 0 / 46%) 100%
    ),
    url(images/blend.png);
  background-color: black;
  /* background-position: -162px -191.71px; */
  background-size: 114.083% 132.365%;
  background-repeat: no-repeat;
  background-blend-mode: hue, normal, hard-light, normal;
  color: #fff;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-align: left;
}

input {
  width: 100%;
  height: 46.6px;
  padding: 0px 24px 2px 24px;
  gap: 0px;
  border-radius: 120px;
  border: 1px solid #666666;
  background: #0d0d0d;
  color: #fff;
  margin-bottom: 12px;
}

label {
  font-size: 14px;
}

.form-group {
  margin-top: 12px;
}

.text-muted {
  color: #999999 !important;
  font-size: 12px;
}

a.text-muted {
  color: #cccccc !important ;
}

.viewers-counter {
  font-size: 18px;
}

.status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.green-status {
  background-color: #03e95a;
}

.btn {
  width: 100%;
  height: 42px;
  padding: 8px 16px 8px 16px;
  border-radius: 60px;
  font-size: 16px;
  text-transform: capitalize;
}

.btn-green {
  background-color: #03e95a;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

.btn-green:hover {
  background-color: #03e95a;
  color: #000000;
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 407px;
  height: 434px;
  border-radius: 62.17px;
  z-index: 0;
}

.hero-image-wrapper {
  display: block;
  z-index: 2;
  position: relative;
}

.step {
  max-width: 420px;
}
.step h1 {
  max-width: 85%;
  font-size: 39px;
  line-height: 125%;
}
.step h2 {
  text-transform: uppercase;
}

/* Default Page */

/* Auto layout */
.requirements {
  padding: 0;
  margin-bottom: 32px;
}

.requirements li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.requirements li::before {
  content: url("images/bullet.svg");
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.requirements li.completed::before {
  content: url("images/checkmark.svg"); /* checkmark icon */
}
.error {
  color: red;
}
.invalid {
  border: 1px solid #d72300;
}
.valid {
  border: 1px solid #03e95a;
}

/* Responsive */

@media screen and (max-width: 1200px) {
  .hero:before {
    width: 356px;
    height: 310px;
    border-radius: 44.17px;
  }
}

@media screen and (max-width: 992px) {
  .hero:before {
    width: 260px;
    height: 230px;
    border-radius: 46.17px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    text-align: center;
  }
  .step h1,
  .step {
    max-width: 100%;
  }
  .hero:before {
    display: none;
  }
  .navbar .container {
    justify-content: center;
    flex-direction: column;
  }
  .navbar .container .navbar-brand {
    margin: 0px;
  }
  footer li {
    width: 100%;
    text-align: center;
  }
}
