#footer-reveal {
  position: relative;
  height: 100dvh;
  width: 100vw;
  overflow-x: hidden;
}

.footer-parallax {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #b29470;
  z-index: 12;
  will-change: auto;
  backface-visibility: hidden;
  transform: none;
}

#footer-reveal,
.footer-parallax,
.footer-content {
  min-height: 100dvh;
  height: auto;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.footer-nav {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.footer-nav li {
  list-style: none;
  padding: 0;
}

.footer-nav li:nth-child(even) {
  margin-right: 5rem;
}

.footer-nav li:nth-child(odd) {
  margin-left: 5rem;
}

.footer-nav li a {
  font-family: mersad;
  text-decoration: none !important;
  color: #fff;
  font-size: clamp(1rem, 1.3vw + 1rem, 10rem);
  letter-spacing: 5px;
}
.footer-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100dvh;
}

.footer-contact {
  text-align: end;
}

.footer-contact h3,
.footer-contact p {
  font-family: mersad;
  color: #fff;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
}

.footer-contact h3 {
  margin-top: 3rem;
  color: #ffffff81;
}

.footer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 10rem;
  font-size: 3rem;
}
.footer-header img {
  display: block;
}

.footer-header p {
  text-decoration: none;
  color: #fff;
  font-family: mersad;
  font-weight: 200;
  margin: 0;
}

.baseline-left {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-items: center;
  align-items: center;
}

.baseline-left svg {
  width: 40px;
  height: 40px;
  justify-self: center;
}

.footer-baseline {
  font-family: mersad;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-baseline h1 {
  margin-left: 1rem;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.footer-baseline a {
  color: #fff;
  text-decoration: none !important;
  margin-right: 1rem;
  z-index: 100;
}

.creator {
  font-size: 12px;
  font-weight: 100;
  pointer-events: none;
}

.footer-img-contact-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10rem;
}

.footer-header {
  margin: 0;
}

.baseline-right a {
  padding-right: 20px;
}
