@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@font-face {
  font-family: "Kamino";
  src: url("../fonts/Kamino-Bottom.ttf") format("truetype");
  font-family: "Bonkers";
  src: url("../fonts/Bonkers.otf") format("opentype");
}

html,
body {
  margin: 0;
  padding: 0;
}
body {
  height: 100vh;
  overflow: hidden;
  background-color: black;
}
/* .cursor {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    top: var(--y, 0);
    left: var(--x, 0);
    transform: translate(-50%, -50%);
    z-index: 2;
    mix-blend-mode: difference;
    pointer-events: none;
  } */

.logo-container {
  display: flex;
  position: fixed;
  right: 0;
}
.blanks-logo-menu {
  width: 10rem;
  margin-right: 3rem;
  margin-top: 2rem;
}

.menu-bottom {
  display: flex;
  margin: auto 2rem auto auto;
  justify-content: right;
  height: 100vh;
}
.menu-menu-below-list {
  text-align: right;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: auto 0 auto 0;
}
.menu-menu-below-list a:hover {
  color: rgb(237, 25, 108);
}
.menu-menu-below-list li {
  padding-bottom: 0.4rem;
  margin-top: 1rem;
  width: 100vw;
}

.list-text {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 8rem;
  font-weight: 900;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
}
.menu-last-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  gap: 2rem;
}
.compliance {
  display: flex;
  font-family: "montserrat", sans-serif;
  font-size: 0.6rem;
  justify-content: flex-end;
}
.compliance p {
  color: white;
}
.GMT {
  display: flex;
  color: white;
  font-family: "montserrat", sans-serif;
}
.cities {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.time {
  font-size: 0.8rem;
  font-family: "montserrat", sans-serif;
}
.blanks-logo-footer {
  width: 10%;
  margin-bottom: 10rem;
}

@media (max-width: 700px) {
  .list-text {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .menu-menu-below-list li {
    margin-top: 3rem;
    width: 100vw;
  }
}
