:root {
  --font-color: #ffffff;
  --hover-color2: #04dec1;
  --hover-color: #ff00bf;
}

@font-face {
  font-family: "Peridot PE Variable";
  src: url("public/fonts/fonnts.com-Peridot_PE_Variable_Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("public/fonts/HelveticaLTPro-Roman.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden; /* Prevent horizontal scrollbar from appearing */
  background: url(public/coinBackground.svg) no-repeat center center fixed;
  background-size: cover;
  -ms-overflow-style: none; /* IE and Edge */
  -moz-background-size: cover;
  -o-background-size: cover;
  scrollbar-width: none; /* Firefox */
  color: var(--font-color);
  font-family: Helvetica, sans-serif;
  background-attachment: fixed;
}

/* For ios devices */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(public/coinBackground.svg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Hover links */
.hover:hover {
  text-shadow: 0 4px 11.2px var(--hover-color);
  color: var(--hover-color) !important;
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

.hover {
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

.hover2:hover {
  filter: drop-shadow(0px 4px 5.7px var(--hover-color));
  transition: filter 0.3s ease-in;
}
.hover2 {
  transition: filter 0.3s ease-in;
}

.hover3:hover {
  filter: drop-shadow(0px 0px 8.2px var(--hover-color2));
  transition: filter 0.3s ease-in;
}
.hover3 {
  transition: filter 0.3s ease-in;
}

.active-link {
  text-shadow: 0 4px 11.2px var(--hover-color2);
  color: var(--hover-color2) !important;
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

/* Custom styling for the parallax background */
.parallax-bg {
  position: fixed; /* Fixed position to enable parallax */
  top: 20%;
  left: 0;
  width: 300%; /* Increased width to allow for horizontal parallax movement */
  height: 100vh; /* Full viewport height */
  /* background-image: url('https://placehold.co/1920x1080/0A2342/FFFFFF?text=Background+Image'); */
  background-image: url("public/coinMountain.svg"); /* Placeholder image */
  background-size: cover; /* Cover the entire area */
  background-position: left 40%; /* Position left to allow horizontal movement */
  will-change: transform; /* Optimize for animation */
  z-index: 0; /* Send it behind other content */
  filter: brightness(0.8); /* Slightly dim the background */
}

/* Custom styling for the parallax background */
.parallax-bg2 {
  position: fixed; /* Fixed position to enable parallax */
  top: 0;
  left: 0;
  width: 100%; /* Increased width to allow for horizontal parallax movement */
  height: 100vh;
  will-change: transform; /* Optimize for animation */
  z-index: -1; /* Send it behind other content */
}

/* Planet background */
.parallax-inner {
  position: absolute; /* Fixed position to enable parallax */
  top: 55%;
  left: 55%;
  transform: translateX(-50%);
  width: 100%;
  transform: scale(2.2);
  aspect-ratio: 24 / 7;
  /* height: 100vh; */
  /* background-image: url('https://placehold.co/1920x1080/0A2342/FFFFFF?text=Background+Image'); */
  background-image: url("public/coinPlanet.svg"); /* Placeholder image */
  background-repeat: no-repeat;
  background-size: contain; /* Cover the entire area */
  background-position: left center; /* Position left to allow horizontal movement */
}

@media screen and (max-width: 430px) {
  .parallax-inner {
    bottom: 35%;
    left: 15%;
    transform: scale(1.5);
  }
}
/* Styling for the horizontal slides container */
.horizontal-slides-wrapper {
  display: flex; /* Arrange slides horizontally */
  width: fit-content; /* Allow content to dictate width */
  will-change: transform; /* Optimize for animation */
}

.content-slide {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-inline: 60px;
  gap: 10px;
  flex: 0 0 100vw;
}

.slide-content {
  display: flex;
  max-width: 1440px;
  gap: 125px;
  width: 100%;
  height: 84vh;
  justify-content: center;
  align-items: center;
  color: var(--font-color);
  font-size: 2rem;
}

/* Slide 1 Layout */
.slide-content.one {
  gap: clamp(16px, 5vw, 32px);
  flex-direction: column;
  align-items: center;
}

.h1-container {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  gap: 10px;
  margin-top: 0;
  align-self: center;
}

.h1-container h4 {
  font-weight: 700;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  font-style: italic;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-shadow: 0 4px 4px #00000040;
}
.h1-container h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-transform: uppercase;
  line-height: clamp(33px, 5vw, 90%);
  letter-spacing: clamp(0.11px, 3vw, 0.27px);
  font-weight: 700;
  font-style: oblique;
  display: flex;
  flex-direction: column;
  margin: 0;
  word-break: keep-all;
  text-shadow: 0 4px 11.2px #000000b5;
  text-transform: uppercase;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  display: flex;
  width: 100%;
}

.p-container {
  max-width: 100%;
  padding-right: 20px;
  background-color: #080c19b2;
}

@media screen and (max-width: 430px) {
  .p-container {
    padding-block: 20px;
  }
}

.hero-p {
  display: flex;
  padding: 1.125rem;
  gap: 20px;
  max-height: 220px;
  width: fit-content;
  max-width: 590px;
  font-family: "Helvetica LT Pro";
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: clamp(19px, 3vw, 30px);
  overflow-y: auto;
}
/* Slide 1 Tablet -  Small Desktop screen */
@media screen and (max-width: 1024px) {
  .slide-content.one {
    justify-content: center;
    gap: 32px;
  }
  .h1-container {
    width: 100%;
    padding: 0;
  }
}

/* Slide 2 Layout */
p {
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1rem);
  line-height: clamp(19px, 3vw, 150%);
  letter-spacing: 0.2px;
  font-family: "Helvetica LT Pro";
}

li {
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1rem);
  line-height: clamp(19px, 3vw, 150%);
  letter-spacing: 0.2px;
  font-family: "Helvetica LT Pro";
}

ul {
  padding-left: 16px;
}

.content-slide.two {
  justify-content: center;
  background: linear-gradient(#1b1b1b00, #1b1b1bc5, #1b1b1bc5, #1b1b1b00);
  background-blend-mode: multiply;
}

.slide-2-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.slide-2-content {
  display: flex;
  height: fit-content;
  padding: 96px 24px;
  gap: 10px;
  max-width: 872px;
}

@media screen and (max-width: 430px) {
  .slide-content.two {
    gap: 64px;
  }
  .slide-2-container {
    align-items: flex-start;
    gap: 64px;
  }

  .slide-2-content {
    padding: 0px;
  }

  .extra-link-section {
    flex-direction: column;
  }
}

.extra-link-section {
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: clamp(32px, 8vw, 91px);
}

.extra-links {
  text-decoration: none;
  color: var(--font-color);
  font-family: "Helvetica LT Pro";
  font-size: clamp(24px, 3vw, 44px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: clamp(1.41px, 3vw, 2.55px);
  text-shadow: 0 4px 11.2px #000000b5;
}

/* Slide 3 Layout */
.vertical-scroll::-webkit-scrollbar {
  width: 11px;
}

.vertical-scroll::-webkit-scrollbar-track {
  background: #ffffff40;
  margin-block: 1rem;
}

.vertical-scroll::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}

.vertical-scroll::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

.slide-3-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(4px, 10vw, 136px);
}

@media screen and (max-width: 430px) {
  .slide-3-container {
    flex-direction: column;
  }
  .about-links {
    padding-left: 8px;
  }
}
.about-links {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  gap: clamp(12px, 4vw, 40px);
}

.about-link a {
  font-weight: 700;
  font-size: clamp(0.938rem, 3vw, 1.25rem);
  line-height: 120%;
  letter-spacing: 0.2px;
  font-family: "Helvetica LT Pro";
}

.about-link {
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

.about-link.active {
  position: relative;
  filter: drop-shadow(0px 0px 8.2px var(--hover-color));
  transition: filter 0.3s ease-in;
}

.about-link:hover {
  filter: drop-shadow(0px 0px 8.2px var(--hover-color));
  transition: filter 0.3s ease-in;
}

/* Slide 3 Content Transition */
.about-link img {
  width: 32px;
  height: 32px;
}

.slide-3-content-wrapper {
  max-height: 100%;
  overflow-y: auto;
  padding-block: 8px;
  width: clamp(356px, 50vw, 756px);
  background: #080c19b2;
}

.slide-3-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 305px;
  gap: 12px;
  margin-right: 20px;
  transition: opacity 0.3s ease;
}

h5 {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: clamp(0.08px, 3vw, 0.2px);
  font-family: "Helvetica LT Pro";
}

@media screen and (max-width: 431px) {
  h5 {
    text-transform: uppercase;
  }
}

/* Slide 4 Layout */
.FAQ {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
  width: 1172px;
  height: 583px;
  padding-block: clamp(20px, 5vw, 96px);
  padding-inline: 20px;
  background: #19191999;
}

.collapsible {
  background: transparent;
  color: var(--font-color);
  cursor: pointer;
  width: 100%;
  height: fit-content;
  gap: 16px;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Helvetica LT Pro";
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: clamp(0.08px, 3vw, 0.2px);
  position: relative;
}

.collapsible:focus-visible {
  outline: 2px solid var(--font-color);
  outline-offset: 2px;
}

.content {
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;
}

hr {
  border: 1px solid #e0e0e0;
}

/* The scroll-spacer is no longer needed as ScrollTrigger's pin handles scroll space */
/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .slide {
    padding: 2rem; /* Reduce padding on smaller screens */
  }
  .slide-content h2 {
    font-size: 2rem; /* Adjust heading size */
  }
  .slide-content p {
    font-size: 1rem; /* Adjust paragraph size */
  }
  .parallax-inner {
    top: 40%;
  }
}

/* Navigation */
header {
  display: flex;
  height: fit-content;
  justify-content: space-around;
  align-items: center;
  padding: 3.25rem 4rem;
  min-width: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 10;
}

.header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
}

.logo {
  width: clamp(103px, 10vw, 193px);
  height: clamp(48px, 5vw, 90px);
}

nav {
  display: flex;
  width: fit-content;
  gap: 48px;
}

nav a.nav-link {
  box-sizing: border-box;
  display: flex;
  height: auto;
  text-decoration: none;
  align-items: center;
  font-family: "Peridot PE Variable", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  color: var(--font-color);
}
.links-container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.sm-container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

/* Dropdown Navigation */

.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.dropdown input[type="checkbox"] {
  display: none;
}

.dropdown input[type="checkbox"]:checked ~ .dropdown-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  position: absolute;
  width: 48vw;
  margin-left: clamp(300px, 40vw, 770px);
  top: 70%;
  border-top: 1px solid;
}

.dropdown:nth-child(2) input[type="checkbox"]:checked ~ .dropdown-content {
  margin-left: clamp(80px, 20vw, 400px);
}

.dropdown input[type="checkbox"]:checked ~ .dropdown-select .dropdown-arrow {
  transform: rotate(180deg);
  filter: invert(27%) sepia(98%) saturate(5000%) hue-rotate(300deg)
    brightness(110%) contrast(110%);
}

.dropdown input:checked + label {
  text-shadow: 0 4px 11.2px var(--hover-color);
  color: var(--hover-color);
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

.dropdown-arrow {
  width: 18px;
  height: 18px;
  fill: white;
  margin-left: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.dropdown-select {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Peridot PE Variable", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
}

.dropdown-content a {
  float: none;
  color: var(--font-color);
  font-family: "Helvetica LT Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  padding-top: 16px;
  gap: 32px;
  text-wrap: nowrap;
}

/* Mobile Dropdown Navigation */
.footer-dropdown {
  background: transparent;
  border: none;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.footer-dropdown-select {
  cursor: pointer;
  width: 100%;
  height: fit-content;
  gap: 16px;
  font-family: "Peridot PE Variable", sans-serif;
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 32px;
  letter-spacing: 0;
  color: var(--font-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-dropdown-content {
  padding-left: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  flex-direction: column;
  display: none;
}

.footer-dropdown-content a {
  color: var(--font-color);
  font-family: "Peridot PE Variable";
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  text-wrap: nowrap;
}

.footer-dropdown.active .footer-dropdown-select {
  text-shadow: 0 4px 11.2px var(--hover-color);
  color: var(--hover-color);
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

.footer-dropdown-select:hover .footer-link {
  text-shadow: 0 4px 11.2px var(--hover-color);
  color: var(--hover-color);
  transition: text-shadow 0.3s ease-in, color 0.3s ease-in;
}

.footer-dropdown-select:hover .dropdown-arrow {
  filter: invert(27%) sepia(98%) saturate(5000%) hue-rotate(300deg)
    brightness(110%) contrast(110%);
  transition: filter 0.3s ease-in;
}

.footer-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
  filter: invert(27%) sepia(98%) saturate(5000%) hue-rotate(300deg)
    brightness(110%) contrast(110%);
  transition: filter 0.3s ease-in, transform 0.2s ease-in;
}

.footer-dropdown:not(.active) .dropdown-arrow {
  transform: rotate(0deg);
  transition: transform 0.3s ease, filter 0.3s ease-in;
}

/* Progress Bar */
.progress-tracker,
#pagination {
  position: fixed;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  height: 60vh;
  height: 60dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  gap: 1rem;
}

.tracker-line {
  height: 100%;
  position: relative;
}

.tracker-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  transition: height 0.5s ease, top 0.5s ease;
}

.tracker-bar {
  position: fixed;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.tracker-segment,
.pagination-bullet {
  width: 9px;
  height: 87px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.tracker-segment.active,
.pagination-bullet.active {
  background: #04dec1;
}

.footer-legal {
  overflow: auto;
}

.footer-legal .disclaimer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.disclaimer p {
  font-size: 0.675rem;
  line-height: 120%;
  font-weight: 400;
  width: fit-content;
  text-decoration: none;
  color: var(--font-color);
}

/* Mobile version for progress bar */
@media screen and (max-width: 430px) {
  .progress-tracker,
  #pagination {
    flex-direction: row;
    left: 50%;
    top: auto;
    bottom: 1%;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
  }

  .tracker-line {
    width: 100%;
    height: 2px;
  }

  .tracker-progress {
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .tracker-bar {
    flex-direction: row;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    justify-content: space-between;
  }

  .tracker-segment,
  .pagination-bullet {
    width: 68px;
    height: 6px;
  }
}

/* Burger Menu Styles */
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
  .mini-screen-header {
    display: flex;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    padding: 0.5rem 1rem;
    top: 0%;
    left: 0%;
    position: fixed;
    z-index: 11;
  }
  /* Burger button styles */
  .burger-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 11;
    transition: all 0.3s ease;
  }

  .burger-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--font-color);
    transition: all 0.3s ease;
  }

  /* Sidebar */
  .sidebar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: clamp(309px, 50vw, 661px);
    height: 100%;
    background-color: #191919;
    transition: right 0.3s ease;
    z-index: 11;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 31px;
  }

  .sidebar-menu.active {
    right: 0;
  }

  .sidebar-upper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding-inline: 20px;
    height: 87.5%;
  }

  .link-column {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 12px;
    row-gap: 48px;
    height: fit-content;
    width: 100%;
  }

  .sidebar-nav {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    gap: 12px;
  }

  .footer-link {
    text-decoration: none;
    font-family: "Peridot PE Variable", sans-serif;
    text-wrap: nowrap;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0;
    width: fit-content;
    color: var(--font-color);
  }

  .footer-legal {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background-color: #000000;
    font-family: "Peridot PE Variable", sans-serif;
    gap: 6px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .legal-links {
    display: flex;
    gap: 32px;
    font-family: "Peridot PE Variable", sans-serif;
    width: fit-content;
  }

  .legal-link {
    text-decoration: none;
    color: var(--font-color);
  }

  /* Close button */
  .sidebar-close {
    background: url("public/cross-symbol.svg") no-repeat;
    background-position: center;
    border: none;
    color: var(--font-color);
    font-size: 2rem;
    cursor: pointer;
    z-index: 6;
    height: 64px;
    width: 64px;
    padding: 8px 16px;
    position: relative;
    left: 85%;
  }

  .sidebar-close span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    font-family: "Peridot PE Variable", sans-serif;
  }
  /* Overlay when sidebar is open */
  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
  }

  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
/* Desktop Sidebar (min-width: 1025px) */
@media screen and (min-width: 1025px) {
  .sidebar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: clamp(309px, 50vw, 661px);
    height: 100%;
    background-color: #191919;
    transition: right 0.3s ease;
    z-index: 11;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mini-screen-header > * {
    display: none;
  }

  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  .sidebar-menu.active,
  .sidebar-overlay.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .sidebar-upper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding-inline: 20px;
    height: 87.5%;
  }

  .sidebar-nav {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    gap: 12px;
  }

  .link-column {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 12px;
    row-gap: 48px;
    height: fit-content;
    width: 100%;
  }

  .footer-link {
    text-decoration: none;
    font-family: "Peridot PE Variable", sans-serif;
    text-wrap: nowrap;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    width: fit-content;
    color: var(--font-color);
  }

  .footer-legal {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background-color: #000000;
    font-family: "Peridot PE Variable", sans-serif;
    gap: 6px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .legal-links {
    display: flex;
    gap: 32px;
    font-family: "Peridot PE Variable", sans-serif;
    width: fit-content;
  }

  .legal-link {
    text-decoration: none;
    color: var(--font-color);
  }

  .sidebar-close {
    background: url("public/cross-symbol.svg") no-repeat;
    background-position: center;
    border: none;
    color: var(--font-color);
    font-size: 2rem;
    cursor: pointer;
    z-index: 6;
    height: 64px;
    width: 64px;
    padding: 8px 16px;
    position: relative;
    left: 90%;
  }
}

@media screen and (max-width: 390px) {
  .sidebar-upper {
    height: 82.5%;
  }
}
