@charset "UTF-8";

/* Temporary */
/* .contact-link { */
/*   display: none; */
/* } */

body,
html {
  margin: 0;
  font-family: "Open Sans", "hurmit";
  font-size: 1px;
  padding: 0;
}

html {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  display: grid;
  grid-template-rows: 100px auto 1fr auto;
  background-color: var(--bg);
  color: var(--color);
}

.header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 10rem);
  padding: 5rem;
  z-index: 999;
  background-color: color-mix(in srgb, var(--suplimentary-1) 70%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 1.5rem 15rem 0 rgba(0, 0, 0, 0.1);
}

.header-space {
  height: 90px;
  width: 100%;
  display: block;
}

.field_with_errors {
  display: contents;
}

.header-logo {
  float: left;
  margin-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 7px; */
}

.header-logo a {
  white-space: pre;
  color: var(--suplimentary-1);
}

.header-logo a:hover {
  text-decoration: none;
}

.header-links {
  display: flex;
  float: right;
  margin-right: 20rem;
  height: 90rem;
  align-items: center;
}

.header-link {
  color: var(--bg);
  white-space: pre;
  font-size: 16rem;
  font-weight: light;
}

.header-link:hover {
  color: var(--bg);
  text-decoration: none;
}

.header-link-card {
  margin-right: 25rem;
}

.header-link-underline {
  background-color: var(--bg);
  height: 2rem;
  width: 0%;
  display: block;
  transition: width 0.5s;
}

.header-link:hover + .header-link-underline {
  width: 100%;
}

.header-user-link {
  font-size: 16rem;
}

.user-links-1 {
  border-radius: 20rem;
  padding: 10rem 25rem;
  background-color: var(--primary);
  color: var(--bg);
  height: 20rem;
  transition: all 0.2s ease-in-out;
}

.user-links-1:hover {
  background-color: var(--suplimentary-6);
  color: var(--bg);
  text-decoration: none;
}

.user-links-2 {
  border-radius: 20rem;
  padding: 10rem 30rem;
  background-color: var(--bg-foot);
  color: var(--bg);
  height: 20rem;
  transition: all 0.2s ease-in-out;
}

.user-links-2:hover {
  background-color: var(--suplimentary-6);
  color: var(--bg);
  text-decoration: none;
}

.user-cards {
  display: flex;
  align-items: center;
  margin-left: 20rem;
  height: 40rem;
}

.header-link-services {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 0rem;
  padding-left: 25rem;
  background-color: var(--suplimentary-4);
  color: var(--bg);
  border-radius: 20rem;
  height: 40rem;
}

.logo-image {
  height: 70rem;
  margin-top: 5rem;
}

h2.title {
  margin: 0;
  white-space: pre;
}

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

h1 {
  font-size: 70rem;
  font-family: "Queensides", sans-serif;
}

.footer {
  background-image: url("/assets/pattern-5433941f.png");
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  align-items: center;
  text-align: center;
  font-size: 18rem;
  padding: 20rem;
  display: flex;
}

.footer-copyright {
  text-align: center;
  flex: 1;
  font-family: "hurmit", monospace;
}

.footer p {
  padding: 0;
  font-size: 14rem;
  margin: 0;
}

.sep {
  width: 5rem;
  height: 27rem;
  background-color: var(--suplimentary-1);
  display: inline-block;
  margin: 0 30rem 0 10rem;
}

.mode-toggle {
  color: var(--bg);
  display: inline-block;
  width: 40rem;
  height: 40rem;
  white-space: pre;
  font-size: 27rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--primary);
  transition: all 0.2s ease-in-out;
}

.mode-toggle:hover {
  background-color: var(--bg);
  color: var(--primary);
}

.submit {
  margin-top: 20rem;
  padding: 5rem 10rem;
  font-size: 16rem;
  font-family: "hurmit";
  background-color: var(--primary);
  color: var(--bg);
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  white-space: pre;
  transition: all 0.2s ease-in-out;
}

.submit:hover {
  background-color: var(--bg);
  color: var(--primary);
}

.feedback-form {
  margin: 0 auto;
  width: 600rem;
}

.feedback-text {
  padding: 10rem;
  width: 600rem;
  height: 23rem;
  resize: none;
  font-size: 16rem;
  font-family: "Open Sans";
  border-radius: 5rem;
  border: 1rem solid var(--primary);
  transition: all 0.5s ease;
}

.feedback-text:focus {
  width: 600rem;
  height: 300rem;
  z-index: 1000;
  outline: none;
}

.submit.feedback {
  background-color: gray;
  color: var(--bg);
  cursor: not-allowed;
}

.submit.feedback:hover {
  background-color: gray;
  color: var(--bg);
  cursor: not-allowed;
}

.feedback-text:valid + .submit.feedback {
  background-color: var(--primary);
  color: var(--bg);
  cursor: pointer;
  pointer-events: auto;
}

.feedback-text:valid + .submit.feedback:hover {
  background-color: var(--bg);
  color: var(--primary);
  cursor: pointer;
  pointer-events: auto;
}

.notice {
  color: var(--primary);
  font-size: 16rem;
  font-family: "hurmit";
  margin-bottom: 20rem;
}

.alert-info {
  color: var(--bg);
  background-color: var(--suplimentary-4);
  font-size: 18rem;
  font-family: "hurmit";
  margin: 0rem;
  padding: 10rem;
  text-align: center;
  height: 20rem; /* Default height */
  transition: height 0.3s ease; /* Optional: smooth height transition */
}

.alert-info:empty {
  height: 0px;
  padding: 0rem; /* Remove padding when empty */
  visibility: hidden; /* Optional: hide the element from view */
}

.main {
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--primary), var(--bg) 93%),
    var(--bg)
  );
}

.header-menu {
  display: none;
  float: right;
  align-items: center;
  margin-right: 40rem;
  width: 40rem;
  height: 100%;
  justify-content: flex-end;
}

.hamburger {
  width: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger-line {
  width: 30rem;
  height: 3rem;
  background-color: var(--color);
  margin: 3rem 0;
}

.menu {
  display: none;
  height: 100vh;
  width: 60vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: color-mix(in srgb, var(--suplimentary-6) 83%, transparent);
  color: var(--color);
  overflow-y: scroll;
  overflow-x: hidden;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 5rem;
  padding: 20rem;
  padding-top: 50rem;
  backdrop-filter: blur(10rem);
}

.visitors {
  background-color: var(--suplimentary-5);
  padding: 10rem;
  border-radius: 10rem;
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: center;
}

.vis-label {
  font-size: 15rem;
  font-weight: bold;
  font-family: "Queensides", sans-serif;
  margin-right: 10rem;
}

.vis-count {
  font-size: 30rem;
  font-family: "Queensides", sans-serif;
}

.mb {
  display: none;
}

.menu .header-link {
  width: 110%;
  font-family: "Open Sans", sans-serif;
  border-radius: 0rem;
  padding: 20rem 0rem;
  margin: 0rem;
  color: var(--bg);
  font-size: 20rem;
  transition: all 0.2s ease-in-out;
}

.menu .header-link:first-child {
  margin-top: 30rem;
}

#x-hamburger {
  position: fixed;
  font-family: "Hurmit", monospace;
  font-size: 40rem;
  top: 10rem;
  white-space: pre;
  color: var(--primary);
  right: 10rem;
  z-index: 9999;
  cursor: pointer;
}

.menu.active {
  display: flex;
}
