@font-face {
  font-family: nunito-regular;
  src: url("../Nunito-Regular.ce738732.ttf");
}

body {
  color: #f9f1fe;
  background: url("../background.1d86fb11.webp") center / cover no-repeat fixed;
  font-family: nunito-regular;
}

#feedback {
  min-width: calc(100% - 4px);
  max-width: calc(100% - 4px);
  height: 10rem;
}

.feedback-main {
  -webkit-backdrop-filter: blur(20px);
  background: #f9f1fe33;
  border: 2px solid #582a7280;
  border-radius: 20px;
  width: 40%;
  height: fit-content;
  max-height: 90vh;
  padding: 3rem 5rem;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px #26053980;
}

.feedback-main__title {
  text-align: center;
}

.feedback-main__form {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.feedback-main__form-submit {
  width: clamp(4rem, 10vw, 15rem);
}

.feedback-main__form-input {
  margin: 0 0 5rem;
}

.feedback-main__form-label--important {
  color: red;
}

.feedback-main__form-home {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.feedback-main__form-home:hover {
  color: gray;
}

@media screen and (width < 1024px) {
  .feedback-main {
    width: 60%;
    padding: 3rem 2rem;
  }
}
/*# sourceMappingURL=feedback.ea8d0f95.css.map */
