@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gothic A1", sans-serif;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile {
  display: none !important;
}

footer {
  width: 100%;
  background-color: #0c0a09;
  padding: 8rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer h2 {
  color: #f5f5f4;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
footer .email {
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
footer .phone {
  margin-bottom: 8rem;
}
footer .phone, footer .email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #d6d3d1;
}
footer a {
  text-decoration: none;
}
footer .links {
  gap: 2rem;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
}
footer .links a {
  color: #f5f5f4;
}

header {
  height: 5.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-inline: 1.5rem;
  align-items: center;
  background: linear-gradient(180deg, var(--token-ad0b327b-ba31-46e6-a7aa-3b6a4238bea1, rgb(12, 10, 9)) 0%, rgba(12, 10, 9, 0) 100%);
  position: fixed;
  z-index: 10;
  top: 0;
}
header .links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
header .links .button {
  padding: 0.5rem 0.75rem;
  border: 1px solid #f5f5f4;
  font-weight: 600;
  color: #f5f5f4;
  transition: 0.4s ease-out all;
}
header .links .button:hover {
  background-color: #f5f5f4;
  color: black;
}
header a {
  color: #f5f5f4;
  text-decoration: none;
  cursor: pointer;
}
header a h1 {
  font-size: 16px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  padding-inline: 2rem;
}

.sortiment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sortiment main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sortiment .img {
  height: 425px;
  background-image: url("img/sortimenthero.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
}
.sortiment .heading {
  align-self: center;
  max-width: 66.875rem;
  width: 100%;
  padding: 10rem 0 6rem 0;
}
.sortiment .heading h2 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #0c0a09;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.sortiment .heading p {
  margin-bottom: 1.563rem;
  font-weight: 300;
  color: #292524;
  max-width: 31.25rem;
  line-height: 160%;
}
.sortiment .heading p span {
  color: #292524;
  font-weight: 600;
}
.sortiment .points {
  align-self: center;
  max-width: 66.875rem;
  width: 100%;
  display: flex;
  gap: 1.5rem;
}
.sortiment .points article {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sortiment .points article span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #44403c;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.sortiment .points article h3 {
  color: #0c0a09;
  font-size: 1rem;
  border-bottom: 1px solid #e7e5e4;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.sortiment .pre-footer {
  margin-top: 10rem;
  width: 100%;
  min-height: 80vh;
  display: flex;
}
.sortiment .pre-footer .img {
  min-height: 80vh;
  height: 100%;
  width: 50%;
  background-image: url("img/sortimentfooter.webp");
  background-position: top center;
}
.sortiment .pre-footer .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sortiment .pre-footer .right .inner {
  padding: 0 2rem;
  max-width: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
}
.sortiment .pre-footer .right .inner h2 {
  width: 100%;
  text-align: left;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #0c0a09;
  font-size: 2.5rem;
}
.sortiment .pre-footer .right .inner p {
  color: #0c0a09;
  width: 100%;
  text-align: left;
}
.sortiment .pre-footer .right .inner a {
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #191919;
  font-weight: 600;
  color: #191919;
  width: fit-content;
  transition: 0.4s ease-out all;
}
.sortiment .pre-footer .right .inner a:hover {
  background-color: #191919;
  color: #f5f5f4;
}

.news .heading {
  padding-top: 12rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 10.25rem;
}
.news .heading h2 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #0c0a09;
  font-size: 2.5rem;
}
.news .heading p {
  font-weight: 400;
  color: #0c0a09;
  font-size: 1rem;
}
.news .news {
  padding-bottom: 7.75rem;
  padding-inline: 9%;
}
.news .news article {
  aspect-ratio: 424/640;
  width: 26.5rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: rgba(68, 64, 60, 0.1960784314) 0 0 10px;
  background-image: url("img/news1.webp");
  background-position: center;
  background-size: cover;
}
.news .news article div {
  background-color: white;
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
.news .news article div h4 {
  color: #0c0a09;
  font-weight: 600;
  font-size: 1rem;
}
.news .news article div p {
  max-height: 0;
  opacity: 0;
  color: #44403c;
  font-size: 1rem;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.news .news article:hover div p {
  opacity: 1;
  max-height: 200px;
  margin-top: 1rem;
}

.services .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url("img/udrzba1.webp") center/cover no-repeat;
  padding: 25vh 0;
  position: relative;
}
.services .hero .left-img {
  position: absolute;
  width: 8.188rem;
  height: 12.313rem;
  border: 1px solid rgba(255, 255, 255, 0.649);
  bottom: 8.3vh;
  left: 5.5%;
  object-position: center;
  object-fit: cover;
}
.services .hero .right-img {
  position: absolute;
  width: 17rem;
  height: 11.313rem;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.649);
  bottom: -6.5vh;
  right: 6.5%;
}
.services .hero .content {
  display: flex;
  flex-direction: column;
  gap: 5.8rem;
}
.services .hero .content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.services .hero .content .top h2 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #fafaf9;
  font-size: 2.5rem;
  text-align: center;
}
.services .hero .content .top p {
  color: #d6d3d1;
  text-align: center;
}
.services .hero .content .bottom {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.services .hero .content .bottom .vl {
  width: 1px;
  height: 4.875rem;
  background-color: rgba(250, 250, 249, 0.3764705882);
}
.services .hero .content .bottom .point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.services .hero .content .bottom .point h3 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #fafaf9;
  font-size: 2.5rem;
}
.services .hero .content .bottom .point p {
  color: #a8a29e;
  font-size: 0.875rem;
}
.services .paragraph {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 12rem 0 1.563rem 0;
}
.services .paragraph h2 {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #0c0a09;
  font-size: 2.5rem;
  text-align: center;
}
.services .paragraph article {
  max-width: 31.75rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.services .paragraph article p {
  color: #0c0a09;
  line-height: 160%;
}
.services .paragraph article p span {
  font-weight: 600;
}
.services .bullets {
  padding: 10.25rem 0 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.25rem;
}
.services .bullets article {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 6rem;
}
.services .bullets article .text {
  width: 25.938rem;
  display: flex;
  flex-direction: column;
}
.services .bullets article .text h3 {
  font-size: 2rem;
  font-family: "Cardo", serif;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #0c0a09;
}
.services .bullets article .text p {
  font-size: 1rem;
  color: #44403c;
  line-height: 160%;
}
.services .bullets article .text p.margin-top {
  margin-top: 0.75rem;
}
.services .bullets article .text p span {
  font-weight: 600;
}
.services .bullets article .text ul {
  margin-top: 0.75rem;
}
.services .bullets article .text ul li {
  line-height: 160%;
}
.services .bullets article .text ul li span {
  font-weight: 600;
}
.services .bullets article .text a {
  margin-top: 3rem;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #191919;
  font-weight: 600;
  color: #191919;
  width: fit-content;
  transition: 0.4s ease-out all;
}
.services .bullets article .text a:hover {
  background-color: #191919;
  color: #f5f5f4;
}
.services .bullets article img {
  width: 29.813rem;
  height: 29.813rem;
  object-fit: cover;
  object-position: center;
}

.contact .heading {
  padding: 12rem 0 8rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding-inline: 8%;
}
.contact .heading h2 {
  text-align: center;
  color: #191919;
  font-size: 2rem;
  font-family: "Cardo", serif;
  font-weight: 400;
}
.contact .heading p {
  text-align: center;
  max-width: 500px;
  color: #0c0a09;
  line-height: 160%;
}
.contact .map {
  height: 660px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
  position: relative;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contact .map .content {
  box-shadow: rgba(68, 64, 60, 0.1960784314) 0 0 10px;
  position: absolute;
  top: 20px;
  background-color: white;
  padding: 1.5rem;
  margin-inline: 1.2rem;
  max-width: 550px;
}
.contact .map .content .icons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .map .content .icons span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #44403c;
}
.contact .map .content h3 {
  font-size: 1rem;
  color: #0c0a09;
  margin-bottom: 1.5rem;
}
.contact .map .content p {
  font-size: 1rem;
  line-height: 160%;
  color: #0c0a09;
  font-weight: 400;
}
.contact .map .content p.mrg {
  margin-top: 0.75rem;
}
.contact .map .content p span {
  font-weight: 600;
}
.contact .map .content hr {
  border: 0;
  height: 0;
  border-top: 1px solid #e7e5e4;
  margin: 1.5rem 0;
}

.home .hero {
  background-image: url("img/indexhero.webp");
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-inline: 8%;
}
.home .hero article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .hero article h2 {
  font-family: "Cardo", serif;
  color: #f5f5f4;
  font-size: 3.4rem;
  font-weight: 400;
  text-align: center;
}
.home .hero article .p1 {
  color: #f5f5f4;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25rem;
  line-height: 160%;
  max-width: 420px;
}
.home .hero .bottom {
  position: absolute;
  bottom: 4%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .hero .bottom p {
  font-size: 0.875rem;
  color: #f5f5f4;
  margin-bottom: 2rem;
}
.home .hero .bottom svg {
  animation: float 4s ease-in-out infinite;
}
.home .heading1 {
  width: 100%;
  background-color: white;
  padding: 5rem 2.5rem;
  display: flex;
  padding-inline: 8%;
}
.home .heading1 h2 {
  color: #191919;
  font-size: 2.5rem;
  font-family: "Cardo", serif;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.home .about {
  min-height: 100vh;
  background: linear-gradient(to right, rgba(12, 10, 9, 0.6392156863) 0%, rgba(28, 25, 23, 0) 50%), url("img/indexabout.webp");
  background-position: center;
  background-size: cover;
  padding: 7.5rem 14.5%;
}
.home .about h5 {
  font-family: "Cardo", serif;
  color: #f5f5f4;
  font-size: 2rem;
  font-weight: 400;
  max-width: 660px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.home .about p {
  max-width: 660px;
  margin-top: 0.75rem;
  color: #f5f5f4;
  font-size: 1rem;
  line-height: 160%;
}
.home .services {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 6rem;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.home .services h2 {
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #191919;
  text-align: center;
}
.home .services p {
  color: #191919;
  max-width: 400px;
  text-align: center;
  line-height: 160%;
}
.home .services a {
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #191919;
  font-weight: 600;
  color: #191919;
  transition: 0.4s ease-out all;
}
.home .services a:hover {
  background-color: #191919;
  color: #f5f5f4;
}
.home .slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.home .slider-container .slider {
  position: relative;
  overflow: hidden;
  margin-inline: 5%;
  aspect-ratio: 600/375;
}
.home .slider-container .slider .slides {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}
.home .slider-container .slider .slides img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}
.home .slider-container .slider .buttons {
  position: absolute;
  bottom: 1.563rem;
  right: 1.875rem;
  display: flex;
  gap: 1rem;
  z-index: 3;
}
.home .slider-container .slider .buttons button {
  background-color: #0c0a09;
  color: #fff;
  border: none;
  font-size: 24px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: ease-out all 0.3s;
}
.home .slider-container .slider .buttons button:active {
  transform: scale(0.7);
}
.home .slider-container .nav {
  display: flex;
  flex-wrap: wrap;
  margin-inline: 5%;
  margin-top: 1.5rem;
  margin-bottom: 12rem;
}
.home .slider-container .nav button {
  border: none;
  width: 11.25rem;
  height: 5.625rem;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  background: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 0.3s, color 0.3s;
}
.home .slider-container .nav button.active {
  background: rgb(245, 245, 244);
  color: #292524;
}
.home .carousel .slider {
  background: white;
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.home .carousel .slider::before, .home .carousel .slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.home .carousel .slider::after {
  right: 0;
  transform: rotateZ(180deg);
}
.home .carousel .slider::before {
  left: 0;
}
.home .carousel .slider .slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 20s linear infinite;
  align-items: center;
  white-space: nowrap;
}
.home .carousel .slider .slide {
  width: auto;
  height: 440px;
  flex: 0 0 auto;
  margin-right: 1px;
}
.home .carousel .slider .slide img {
  display: block;
  height: 440px;
  width: auto;
  object-fit: contain;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.home .carousel .slider .slide-track, .home .carousel .slider:focus-within .slide-track {
  animation-duration: calc(20s * 2);
  /* alternativně pro úplné pozastavení: animation-play-state: paused; */
}
@media (max-width: 800px) {
  .home .carousel .slider {
    max-width: 100%;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 14 / 2));
  }
}
.home .map {
  display: flex;
  position: relative;
  min-height: 120vh;
}
.home .map article {
  position: relative;
  z-index: 3;
  width: 70%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 78%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  padding-left: 12%;
  align-items: center;
}
.home .map article .container {
  display: flex;
  flex-direction: column;
  width: 24.75rem;
}
.home .map article .container .address {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #0c0a09;
  font-weight: 300;
}
.home .map article .container h2 {
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #191919;
  letter-spacing: -0.8px;
  line-height: 1.2em;
  margin: 1.5rem 0;
}
.home .map article .container .phones {
  width: 100%;
}
.home .map article .container .phones div {
  transition: 0.4s ease-out all;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
}
.home .map article .container .phones div:hover {
  background-color: #f5f5f4;
}
.home .map article .container .phones div .left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.home .map .iframe-wrap {
  position: absolute;
  right: 0;
  width: 45%;
  z-index: 1;
  height: 100%;
}
.home .map .iframe-wrap iframe {
  width: 100%;
  height: 100;
}
.home .pre-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
  padding: 10vh 8%;
  background-color: #f5f5f4;
}
.home .pre-footer img {
  aspect-ratio: 310/465;
  object-fit: cover;
  object-position: center;
  width: 30%;
}
.home .pre-footer article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home .pre-footer article h2 {
  color: #44403c;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.2em;
  letter-spacing: -0.8px;
}
.home .pre-footer article p {
  font-size: 1rem;
  color: #44403c;
}

@keyframes float {
  0%, 100% {
    opacity: 1;
    transform: translateY(-1.5rem);
  }
  50% {
    transform: translateY(-1.5rem);
    opacity: 0;
    transform: translateY(0);
    /* how far up it moves */
  }
}
@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1020px) {
  .sortiment .heading {
    width: 100%;
    max-width: 390px;
    padding-inline: 6%;
    padding-top: 6rem;
  }
  .sortiment .points {
    width: 100%;
    max-width: 390px;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding-inline: 6%;
  }
  .sortiment .points article {
    width: 100%;
    min-width: 160px;
  }
  .sortiment .pre-footer {
    flex-direction: column;
  }
  .sortiment .pre-footer .img {
    width: 100%;
    max-height: 400px;
    height: 50vh;
    min-height: 0 !important;
  }
  .sortiment .pre-footer .right {
    padding: 4rem 0;
    width: 100%;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 13px;
  }
  .mobile {
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
  footer {
    padding-bottom: 50px;
  }
  footer h2 {
    font-size: 16px;
  }
  footer a {
    font-size: 12px !important;
  }
  footer .links a {
    font-size: 14px !important;
  }
  .news .heading {
    margin-bottom: 7rem;
  }
  .services .hero .content .vl {
    display: none;
  }
  .services .hero .left-img {
    display: none !important;
  }
  .services .hero .right-img {
    right: 50%;
    transform: translateX(50%);
  }
  .services .bullets article {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .services .bullets article .text {
    order: 1;
    width: 85%;
  }
  .services .bullets article img {
    order: 4;
    width: 85%;
    height: auto !important;
    aspect-ratio: 1/1;
  }
  .home .pre-footer {
    flex-direction: column;
    padding-inline: 6%;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home .pre-footer h2 {
    font-size: 28px !important;
  }
  .home .pre-footer p {
    font-size: 16px !important;
  }
  .home .pre-footer img {
    width: 100%;
  }
  .home .about {
    padding-inline: 6% !important;
  }
  .home .hero h2 {
    font-size: 35px !important;
  }
  .home .hero .bottom p {
    font-size: 14px !important;
  }
  .home .heading1 h2 {
    font-size: 25px !important;
  }
  .home .services {
    padding-inline: 6%;
  }
  .home .slider-container {
    min-height: 0 !important;
  }
  .home .carousel .slider {
    height: 250px !important;
  }
  .home .carousel .slider .slide {
    width: auto;
    height: 250px !important;
    flex: 0 0 auto;
    margin-right: 1px;
  }
  .home .carousel .slider .slide img {
    display: block;
    height: 250px;
    width: auto;
    object-fit: contain;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
  }
  .home .map {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0 !important;
  }
  .home .map article {
    width: 100%;
    padding: 75px 6% 30px 6% !important;
    align-items: center;
    justify-content: center;
  }
  .home .map .iframe-wrap {
    position: static;
    width: 100%;
    height: 350px;
  }
  header h1 {
    padding-left: 6px !important;
  }
  header .menu {
    transform: translateY(-100%);
    transition: 0.2s ease-out all;
    padding: 24px;
    overflow: hidden;
    flex-direction: column;
    position: fixed;
    background-color: #f5f5f4;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    height: 100dvh;
    gap: 12px;
  }
  header .menu.active {
    transform: translateY(0);
  }
  header .menu .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20vh;
  }
  header .menu .top h2 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
  }
  header .menu a {
    font-family: "Cardo", serif;
    color: #0c0a09;
    font-size: 28px;
  }
  header .menu .button {
    margin-top: 36px;
    color: #0c0a09;
    border-color: #0c0a09;
    font-family: "Gothic A1", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}