:root {
  --themeprimaryclr: #372870;
  --themesecondaryclr: #FB3D3B;
  --card2-color: #003B62;
  --plainclr: #ffffff;
}

.err-d-8-sec .error-body .error-sad-emoji .sad-emoji {
  color: var(--themesecondaryclr);
}
.err-d-8-sec .error-body .error-first-line {
  margin-top: 1px;
}
.err-d-8-sec .error-body .error-first-line h1 span {
  font-size: 2rem;
}
.err-d-8-sec .error-body .error-first-line h1 .error-first-line-first-word {
  color: var(--themesecondaryclr);
  font-size: 2rem;
}
.err-d-8-sec .error-body .error-second-line h4 {
  line-height: 25px;
  font-size: 1.2rem;
}
.err-d-8-sec .error-body .error-third-line h6 {
  line-height: 25px;
}
.err-d-8-sec .headings {
  background: linear-gradient(to right, var(--card2-color), var(--themesecondaryclr));
  padding: 50px 0px;
}
.err-d-8-sec .gradient-btn {
  background: linear-gradient(to right, var(--themesecondaryclr), var(--themeprimaryclr));
  color: var(--plainclr);
  border-radius: 1.625rem;
  padding: 0.4375rem 1.1875rem;
  font-weight: 400 !important;
  border: transparent;
  transition: all 0.5s linear;
  text-transform: capitalize !important;
}
.err-d-8-sec .gradient-btn:hover {
  background: linear-gradient(to right, var(--themeprimaryclr), var(--themesecondaryclr));
  color: var(--plainclr);
  transition: all 0.8s;
}
@media (max-width: 1100px) {
  .err-d-8-sec .error-body .error-first-line h1 span {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=errorDesign7.css.map */