@layer base, components, layout, pages, utilities;
@layer base {
  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html:has(.navbar--open) {
    overflow: hidden;
  }
  @media (width >= 768px) and (width < 1919px) {
    html {
      font-size: 0.5208333333vw;
    }
  }
  body {
    position: relative;
    padding: 0;
    overflow-x: clip;
    font-family: "Nunito Sans", sans-serif;
  }
  .wrap {
    position: relative;
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
  }
  input {
    outline: none;
    box-shadow: none;
  }
  input:focus, input:hover {
    outline: none;
  }
}
@layer base {
  body {
    font-weight: 400;
    line-height: 1;
  }
  img {
    vertical-align: middle;
  }
  a {
    text-decoration: none;
  }
  b {
    font-weight: 700;
  }
  button {
    outline: none;
    box-shadow: none;
    border: none;
  }
  fieldset {
    border: transparent;
  }
  .section__title {
    line-height: 100%;
  }
  .page__title {
    line-height: 100%;
  }
}
.maintance {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/maintance-bg.avif") no-repeat top center transparent;
  background-size: cover;
}
.maintance__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  .maintance__logo {
    width: 10rem;
  }
}
@media (width >= 768px) {
  .maintance__logo {
    width: 17.6rem;
  }
}
.maintance__logo img {
  width: 100%;
  height: auto;
}
.maintance__title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  line-height: normal;
  font-weight: 400;
}
@media (width < 768px) {
  .maintance__title {
    margin-top: 5rem;
    font-size: 3.2rem;
  }
}
@media (width >= 768px) {
  .maintance__title {
    margin-top: 7.8rem;
    font-size: 7.2rem;
  }
}
.maintance__desc {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  line-height: normal;
}
@media (width < 768px) {
  .maintance__desc {
    font-size: 1.8rem;
  }
}
@media (width >= 768px) {
  .maintance__desc {
    font-size: 3.2rem;
  }
}

@layer utilities {}/*# sourceMappingURL=main.css.map */