* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alexandria";
}

html,
body {
  font-family: Alexandria;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.container {
  height: 100%;
  width: 100%;
  padding: 70px 70px 0 70px;
  background-image: url("https://cdn.solargenix.ai/images/website/404/background.png");
  background-color: lightgray;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.content {
  height: 100%;
}
.main-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.label {
  border-radius: 24px;
  background: rgba(32, 32, 32, 0.5);
  box-shadow: -6px 0px 10px 0px rgba(0, 198, 186, 0.3),
    0px 1px 20px 3px rgba(231, 113, 56, 0.5);
  display: flex;
  padding: 16px 16px 16px 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  line-height: normal;
  backdrop-filter: blur(20px);
  position: relative;
}
.info-section {
  color: #fff;
  margin-bottom: 197px;
  text-align: center;
}

.text-thin {
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  white-space: nowrap;
}
.title {
  text-align: center;
  font-size: 138px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
}
.description {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.text-orange-wrapper {
  border-radius: 8px;
  border: 2px solid #fc852a;
  padding: 6px 16px;
}
.text-orange {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text-orange-bold {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}
.info {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.input-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.input-wrapper {
  width: 100%;
  max-width: 1080px;
}
.input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  font-family: "Alexandria";
  font-weight: 300;
  padding-right: 20px;
}
.input::placeholder {
  color: #fff;
  font-size: 24px;
  font-family: Alexandria;
  font-weight: 300;
}
input:focus-visible {
  outline: unset;
}
.button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 12px;
  background: #fc852a;
  box-shadow: 0px 1px 2px 0px rgba(20, 28, 37, 0.04);
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
}
.footer {
  height: 68px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #2c2c2c;
  margin-top: 111px;
}
.footer-text {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  font-style: normal;
}
.btn-success {
  background-color: #10b978;
}
.lbl-error {
  box-shadow: -6px 0px 20px 0px rgba(198, 0, 0, 0.3),
    0px 1px 20px 3px rgba(198, 0, 0, 0.5);
}
#error-disp {
  font-size: 16px;
  color: #ff7676;
  height: 20px;
  position: absolute;
  top: 82px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* page 404 styles */
.not-found-container {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  background: url("../images/404/not-found-background.svg") #000 50% / cover
    no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  padding-top: 63px;
}
.not-found-container .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.not-found-logo-wrapper {
  text-align: center;
}
.logo {
  max-width: 303px;
}
.not-found-title {
  color: #fff;
  text-align: center;
  font-size: 138px;
  font-style: normal;
  font-weight: 100;
  line-height: 152px;
}
.not-found-text {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: 8px;
}
.not-found-btn-wrapper {
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
}
.not-found-btn {
  margin: 0 auto;
  width: 161px !important;
}
@media (max-width: 1440px) {
  .container {
    padding: 50px;
    padding-bottom: 0;
  }
  .input-container {
    gap: 8px;
  }
  .input,
  .input::placeholder {
    font-size: 18px;
  }
  .logo {
    width: 242px;
  }
  .title {
    font-size: 96px;
  }
  .text-thin {
    font-size: 28px;
  }
  .text-orange,
  .text-orange-bold {
    font-size: 24px;
  }
  .info-section {
    margin-bottom: 186px;
  }
  .info {
    font-size: 18px;
  }
  .footer-text {
    font-size: 14px;
  }
  .label {
    border-radius: 16px;
    max-width: 840px;
    padding: 8px 8px 8px 24px;
  }
  .button {
    padding: 10px 20px;
  }
  #error-disp {
    top: 62px;
  }
}
@media (max-width: 1279px) {
  .container {
    padding: 32px;
    padding-bottom: 0;
  }
  .logo {
    width: 162px;
  }
  .title {
    font-size: 86px;
  }
  .text-thin {
    font-size: 26px;
  }
  .text-orange,
  .text-orange-bold {
    font-size: 22px;
  }
  .info-section {
    margin-bottom: 156px;
    margin-top: 120px;
  }
  .info {
    font-size: 16px;
    line-height: 38px;
  }
  .label {
    max-width: 610px;
  }
  .not-found-title {
    font-size: 98px;
    line-height: normal;
  }
  .not-found-text {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .not-found-btn {
    width: 137px !important;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 24px 16px 0;
  }
  .content {
    text-align: center;
  }
  .title {
    font-size: 52px;
  }
  .text-thin {
    font-size: 16px;
  }
  .text-orange,
  .text-orange-bold {
    font-size: 16px;
  }
  .info {
    line-height: normal;
    font-size: 14px;
  }
  .footer-text {
    font-size: 12px;
  }
  .label {
    max-width: 630px;
  }
  .button {
    font-size: 14px;
    padding: 8px 16px;
    line-height: 17px;
  }
  .input,
  .input::placeholder {
    font-size: 16px;
  }
  .not-found-title {
    font-size: 68px;
  }
  .not-found-text {
    font-size: 16px;
  }
}
