@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body {
  background: black;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

.seo-hidden-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.footer-contact {
  max-width: 54rem;
  margin: 1.5rem auto 0;
  padding: 0 1rem;
  color: #f7f2e6;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
}

.footer-contact a {
  color: #feda6a;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contact strong {
  color: #ffffff;
  font-weight: 600;
}

#cookieConsent,
#cookieSettings {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  max-height: calc(100vh - 1rem);
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  color: white;
  background: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  overscroll-behavior: contain;
  text-align: left;
}

#cookieConsent p,
#cookieSettings p {
  margin: 10px 0;
}

#showSettings,
#rejectCookiesFromBanner,
#rejectCookies,
#acceptCookiesFromSettings,
#acceptCookies {
  margin: 5px 0;
  padding: 10px 20px;
  color: white;
  background: #4CAF50;
  border: 0;
  cursor: pointer;
}

#showSettings {
  background: #777;
}

#rejectCookies {
  background: #f44336;
}

#rejectCookiesFromBanner {
  background: #f44336;
}

#cookieConsent ul,
#cookieSettings ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}

#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 13.3rem;
  padding-right: 3.125rem;
  padding-left: 1.875rem;
  background: linear-gradient(to bottom, rgba(29, 30, 34, 1) 0%, rgba(29, 30, 34, 1) 55%, rgba(29, 30, 34, 0.01) 100%);
}

#header::after {
  position: absolute;
  top: 7.85rem;
  right: 1.875rem;
  left: 22.25rem;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(18, 16, 13, 0.95) 6%, rgba(80, 62, 20, 0.85) 14%, rgba(184, 146, 43, 0.95) 27%, rgba(254, 218, 106, 0.95) 55%, rgba(254, 218, 106, 0.86) 100%);
  box-shadow: 0 0 0.375rem rgba(254, 218, 106, 0.22);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  animation: drawGoldMenuLine 2.45s ease-out 0.25s forwards;
}

#logo {
  flex: 0 0 22.25rem;
  min-width: 0;
}

#logo img {
  width: 10.75rem;
  height: auto;
  animation: fadeIn 1s ease-in forwards;
  transform: translateY(0.25rem);
}

nav {
  position: relative;
  flex: 1;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.show-hide-menu {
  opacity: 0;
  animation: fadeIn 1.15s ease-in 0.35s forwards;
}

.menu a,
.overlay-content a {
  color: #d4d4dc;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu a:hover,
.overlay-content a:hover {
  color: #feda6a;
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(29, 30, 34, 0.98);
  transition: height 0.5s ease;
}

.overlay-content {
  position: relative;
  top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  text-align: center;
}

.overlay-content a {
  display: block;
  font-size: 1.8rem;
}

.closebtn {
  position: absolute;
  top: 1.25rem;
  right: 2.8125rem;
  color: #d4d4dc;
  font-size: 3.75rem;
  line-height: 1;
  text-decoration: none;
}

.mobile-menu-icon {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  cursor: pointer;
}

.mobile-menu-icon span {
  display: block;
  width: 2rem;
  height: 0.18rem;
  background: #d4d4dc;
  border-radius: 999px;
}

footer {
  overflow-x: hidden;
  padding: 3rem 1rem 1rem;
  background: black;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-menu li a {
  color: grey;
  font-size: 18px;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #d4d4dc;
}

.copyright {
  position: static;
  margin-top: 2rem;
  margin-right: 0.5rem;
  color: grey;
  font-size: 1rem;
  text-align: right;
}

@media (min-width: 768px) {
  #logo img {
    width: 13.75rem;
  }
}

@media (min-width: 1200px) {
  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem;
  }

}

@media (max-width: 767px) {
  #cookieConsent,
  #cookieSettings {
    bottom: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    max-height: 75vh;
    padding: 1rem;
    border-radius: 0.75rem;
  }

  #showSettings,
  #rejectCookiesFromBanner,
  #rejectCookies,
  #acceptCookiesFromSettings,
  #acceptCookies {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin: 0.25rem 0;
  }
}

@media (max-width: 1059px) {
  #header {
    padding-right: 1.875rem;
  }

  #logo {
    flex: 1;
  }

  #header::after {
    display: none;
  }

  .show-hide-menu {
    display: none;
  }

  .mobile-menu-icon {
    display: flex;
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes smallGrowAndShrink {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

}

@keyframes drawGoldMenuLine {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  18% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
