@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  /* scroll-behavior: smooth; */
}

body {
  background-image: url(../../images/eb868b_93f47ccde7ef4e0e83ebe1073b75f3b4~mv2.jpg);
  background-position: center;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.times {
  font-family: "Times New Roman", Times, serif;
}

.link-wrapper {
  border: white 1px solid;
  padding: 10px;
  border-radius: 0.5125rem;
  transition: 500ms ease-in-out;
}

.link-wrapper:hover {
  transform: scale(1.02);
}

.subToggleOne,
.subToggleTwo {
  display: flex !important;
}

.mobile-nav {
  display: none;
}

#mobile-nav {
  /* display: none; */
  background: linear-gradient(
      to top,
      rgba(6, 1, 26, 0.729),
      rgba(18, 0, 30, 0.8)
    ),
    url(../../images//mobilebanner.jpg);

  /* background-color: azure; */
  /* position: relative; */
}

.mobile-navHidden {
  display: inline-block !important;
  transition: 4000ms ease-in-out;
  z-index: 999;
}

.subToggleOne,
.subToggleTwo {
  width: 230px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.swiper {
  width: 100%;
  height: 100%;
}
… .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slideOne,
.swiper-slideTwo,
.swiper-slideThree {
  background-repeat: repeat-x;
  background-size: cover;
  /* background-position: center; */
}

.swiper-slideOne {
  background: linear-gradient(
      90deg,
      rgba(14, 8, 3, 0.5) 0%,
      rgba(54, 16, 3, 0.3) 49%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url(../../images/videoBgThree.gif);
  position: relative;
  background-size: cover;
}

.swiper-slideTwo {
  background-image: url(../../images/videoBgTwo.gif);
  background-position: center;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slideThree {
  background-image: linear-gradient(
      90deg,
      rgba(14, 8, 3, 0.5) 0%,
      rgba(54, 16, 3, 0.5) 49%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../../images/videoBgOne.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slideFour {
  background-image: url(../../images/home-bg-hero-five.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slideFive {
  background-image: url(../../images/home-bg-hero-six.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#skip-btn {
  opacity: 0;
}

.hero-body {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;

  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

.hero-body {
  transform-style: preserve-3d;
  transform: perspective(60rem);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: inherit;
  position: relative;
}

.hero-body-p {
  transform: rotateX(-10deg) rotateY(20deg);
  letter-spacing: 1px;
  margin-top: 5px;
}

.Menu {
  display: grid;
  place-items: center;
  place-content: center;
  width: 100vw;
}

.Menu-list {
  font-size: 4.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  transform: rotateX(-10deg) rotateY(20deg);
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.32);
}

.Menu-list-item {
  position: relative;
  color: transparent;
  cursor: pointer;
}

.Menu-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: -10%;
  right: -10%;
  height: 4px;
  border-radius: 4px;
  margin-top: -2px;
  background: rgb(249 115 22 );
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 1;
}

.Mask {
  display: block;
  position: absolute;
  overflow: hidden;
  color: rgb(249 115 22 );
  top: 0;
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.Mask span {
  display: block;
}

.Mask + .Mask {
  top: 48.9%;
  height: 51.1%;
}
.Mask + .Mask span {
  transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: #fff;
  transform: skewX(12deg) translateX(5px);
}
.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
  transform: skewX(12deg) translateX(-5px);
}
.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  transform: scale(1);
}

.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(249 115 22 );
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  transform: rotateX(-10deg) rotateY(20deg);
  margin-left: 5px;
}

.btn:hover {
  opacity: 0.95;
}

.btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

.artist-card {
  width: 80vw;
  height: 300px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
  /* margin: 30px; */
  /* display: grid; */
  /* place-items: center; */
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.artist-card:hover {
  backdrop-filter: blur(2px);
}

.artist-card-inner {
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 8px;
}

.artist-circle {
  width: 100px;
  height: 100px;
  border: 1.5px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.artist-circle:nth-child(1) {
  top: -25px;
  left: -25px;
}

.artist-circle:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}

.aritst-card-btn svg {
  height: 25px;
}

.aritst-card-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  height: 50px;
  width: 200px;
}

.aritst-card-btn::before,
.aritst-card-btn::after {
  position: absolute;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 0.25s linear;
  z-index: 1;
}

.aritst-card-btn::before {
  content: "";
  left: 0;
  justify-content: flex-end;
  background-color: #4d60b6;
}

.aritst-card-btn::after {
  content: "";
  right: 0;
  justify-content: flex-start;
  background-color: #4453a6;
}

.aritst-card-btn:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aritst-card-btn:hover span {
  opacity: 0;
  z-index: -3;
}

.aritst-card-btn:hover::before {
  opacity: 0.5;
  transform: translateY(-100%);
}

.aritst-card-btn:hover::after {
  opacity: 0.5;
  transform: translateY(100%);
}

.aritst-card-btn span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: whitesmoke;
  font-family: "Fira Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
}

.aritst-card-btn .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
}

.aritst-card-btn .artist-social-link img {
  text-shadow: 1px 1px rgba(31, 74, 121, 0.7);
  transform: scale(1);
}

.aritst-card-btn .artist-social-link:hover {
  background-color: rgba(249, 244, 255, 0.774);
  animation: bounce_613 0.4s linear;
}

.artist-card-btn-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-shadow: 1px 1px 3px rgba(20, 19, 19, 0.92);
}

.artist-card-btn-container > h3 {
  font-family: kotlin;
  font-weight: 900;
  font-size: 50px;
  color: white;
  text-align: center;
}

.music-card-modal {
  position: fixed;
  display: none;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}

.music-topBar {
  display: flex;
  justify-content: flex-end;
}

.music-topBar > svg {
  cursor: grab;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}

.music-card,
.music-cardII {
  --clr: #fdfffc;
  --clr-text: #1c1d21;
  --clr1: #a45f01;
  background-color: var(--clr);
  padding: 1em;
  padding-bottom: 1.1em;
  border-radius: 15px;
  margin: 1em;
  display: flex;
  flex-direction: column;
  outline: 2px solid var(--clr);
  outline-offset: 3px;
  /* width: 100%; */
}

/* new start */
.top-bar {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 0.5rem;
  list-style: none;
}

.music-card-btn {
  fill: var(--clr);
  border: none;
  width: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.close {
  background-color: orangered;
}

.minimize {
  background-color: var(--clr1);
}

.songs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* new end */

.loader {
  display: flex;
  flex-direction: row;
  height: 4em;
  padding-inline: 1em;
  transform: rotate(180deg);
  justify-content: right;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}

.song > * {
  transition: 0.4s ease-in-out;
}

.loader:hover {
  cursor: pointer;
  background-color: rgba(164, 95, 1, 0.2);
  --clr-text: #0b1207;
}

.currentplaying {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 1em 2rem;
  padding: 0.5rem;
  width: 100%;
  background-color: #a45f01;
  border-radius: 0.5rem;
}

.spotify {
  width: 50px;
  height: 50px;
  margin-right: 0.6em;
}

.heading {
  color: var(--clr);
  font-size: 1.1em;
  font-weight: bold;
  align-self: center;
}

.loading {
  display: flex;
  margin-top: 1em;
  margin-left: 0.3em;
}

.load {
  width: 2px;
  height: 33px;
  background-color: #dda85f;
  animation: 1s move6 infinite;
  border-radius: 5px;
  margin: 0.1em;
}

.load:nth-child(1) {
  animation-delay: 0.2s;
}

.load:nth-child(2) {
  animation-delay: 0.4s;
}

.load:nth-child(3) {
  animation-delay: 0.6s;
}

.play {
  position: relative;
  left: 0.35em;
  height: 1.6em;
  width: 1.6em;
  clip-path: polygon(50% 50%, 100% 50%, 75% 6.6%);
  background-color: var(--clr-text);
  transform: rotate(-90deg);
  align-self: center;
  margin-top: 0.7em;
  justify-self: center;
  transition: 0.4s ease-in-out;
}

.albumcover {
  position: relative;
  margin-right: 1em;
  height: 40px;
  width: 40px;
  background-color: rgb(233, 232, 232);
  align-self: center;
  border-radius: 5px;
  transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
}

.song {
  position: relative;
  transform: rotate(180deg);
  margin-right: 1em;
  color: var(--clr-text);
  align-self: center;
}

.artist {
  font-size: 0.6em;
  color: var(--clr-text);
}

.music-cardII {
  padding: 1rem;
}

.thumbnail {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: ease-in 450ms;
}

.music-cardII-header {
  background-color: #a45f01;
  padding: 1.3rem;
  border-radius: 5px;
  margin-top: 13px;
}

.music-cardII-header > h2 {
  color: var(--clr);
  font-size: 1.1em;
  font-weight: bold;
}

.social-card {
  width: fit-content;
  height: fit-content;
  background-color: rgb(238, 238, 238);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  gap: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
  border-radius: 10px;
}

/* for all social containers*/
.socialContainer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: 0.3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128c7e;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move6 {
  0% {
    height: 0.2em;
  }

  25% {
    height: 0.7em;
  }

  50% {
    height: 1.5em;
  }

  100% {
    height: 0.2em;
  }
}

.owl-item {
  border: none;
}

.owl-item > img {
  /* max-height: 78px; */
  width: auto;
  background-color: white;
  padding: 15px 10px;
  max-height: 100px;
}

.extra {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: scroll;
  height: 400px;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c16605 rgba(0, 0, 0, 0);
  padding: 0 10px;
}

::-webkit-scrollbar-track {
  background: #efeeee;
  width: 100px;
}

::-webkit-scrollbar-thumb {
  background: #c16605;
  border-radius: 10px;
  cursor: grab;
}
::-webkit-scrollbar-thumb:hover {
  background: #ea7c07;
  border-radius: 10px;
  cursor: grab;
}

::-webkit-scrollbar {
  width: 10px; /* width of the vertical scrollbar */
  /* height of the horizontal scrollbar */
  padding: 5px;
}

.extra > div:hover {
  background-color: rgba(164, 95, 1, 0.2);
  border-radius: 4px;
}

.extra-album-art > img {
  max-height: 3.75rem !important;
  width: auto;
}

.accordion {
  background-color: black;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active-a,
.accordion:hover {
  background-color: black;
}

.active-scr {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-weight: 800;
  /* Add any other styles for the active div */
}

.panel {
  padding: 10px 18px;
  display: none;
  background-color: #1c1b1b;
  color: #fff;
  overflow: hidden;
}

.scr-image > img {
  max-width: 140px;
  max-height: 150px;
}

.scr-contect,
.article-bg-pry {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 20px;
}

@media screen and (max-width: 500px) {
  #mobile-nav {
    min-width: 100% !important;
    top: 20vh !important;
  }

  #mobile-navToggle {
    transform: scale(0.5);
  }

  .hero-body {
    margin-top: -50px;
    margin-right: 20px;
  }

  .Menu-list {
    font-size: 3.65rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: start;
    flex-direction: row;
    gap: 1px !important;
    column-gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    transform: rotateX(-10deg) rotateY(20deg);
  }

  .artist-card-btn-container > h3 {
    font-family: kotlin, Montserrat;
    font-weight: 900;
    font-size: 30px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
  }

  .artist-circle {
    width: 80px;
    height: 80px;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
  }

  .Menu {
    display: flex;
    text-align: left !important;
    /* width: 100vw; */
    /* place-content: ceter; */
    position: relative;
  }

  .btn {
    position: absolute;
    left: 0;
    margin-top: 15px;
  }
  .thumbnail {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
  }

  .owl-item > img {
    max-height: 50px;
    min-width: 50%;
  }

  .extra-album-art > img {
    max-height: 60px;
    width: 40px;
  }

  .extra {
    overflow-y: auto;
  }

  .social-card {
    margin-top: 1.95rem;
    width: 80%;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
    border-radius: 10px;
    /* transform: scale(0.8); */
  }

  .socialContainer {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: 0.3s;
  }
}

.investors,
.distribution,
.music,
.video {
  /* background-image: url(../../images/netherlands.webp); */
  object-fit: cover;
  background-repeat: no-repeat;
}

.video {
  background: linear-gradient(
      90deg,
      rgba(14, 8, 3, 0.4) 0%,
      rgba(16, 4, 0, 0.6) 49%,
      rgba(27, 16, 3, 0.4) 100%
    ),
    url(../../images/youtuber.jpg);
  background-size: cover;
}

.music {
  background-image: url(../../images/marketing.jpg);
  background-size: cover;
}

.investors {
  background-image: url(../../images/netherlands.webp);
  /* object-fit: cover;
  background-repeat: no-repeat; */
}

.distribution {
  background-image: url(../../images/distribution-hero.jpg);
}

.promotion {
  background-image: url(../../images/promotion-heroBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  background: linear-gradient(
      90deg,
      rgba(14, 8, 3, 0.4) 0%,
      rgba(54, 16, 3, 0.6) 49%,
      rgba(161, 89, 6, 0.7) 100%
    ),
    url(../../images/contact.jpg);
}

/* this button is inspired from this -- s://www.newline.co/pricing */
.login-btn,
.button-themeI {
  --width: 150px;
  --timing: 2s;
  border: 0;
  width: fit-content;
  padding: 5px 30px;
  /* padding-block: 1em; */
  color: #fff;
  font-weight: bold;
  /* font-size: 0.5em; */
  background: #f97316;
  transition: all 0.2s;
  border-radius: 3px;
  cursor: pointer;
}

.login-btn:hover,
.button-themeI:hover {
  background-image: linear-gradient(
    to right,
    rgb(250, 82, 82),
    rgb(250, 82, 82) 16.65%,
    rgb(190, 75, 219) 16.65%,
    rgb(190, 75, 219) 33.3%,
    rgb(76, 110, 245) 33.3%,
    rgb(76, 110, 245) 49.95%,
    rgb(64, 192, 87) 49.95%,
    rgb(64, 192, 87) 66.6%,
    rgb(250, 176, 5) 66.6%,
    rgb(250, 176, 5) 83.25%,
    rgb(253, 126, 20) 83.25%,
    rgb(253, 126, 20) 100%,
    rgb(250, 82, 82) 100%
  );
  animation: var(--timing) linear dance6123 infinite;
  transform: scale(1.1) translateY(-1px);
}

@keyframes dance6123 {
  to {
    background-position: var(--width);
  }
}

@media screen and (max-width: 1024px) {
  #skip-btn {
    /* opacity: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 5px;
    /* margin-top: -40px; */
    margin-right: 3px;
    z-index: 50;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.25rem;
    animation: pulse 50ms ease-in-out 0s 1 reverse both;
    bottom: 25px;
  }
  @keyframes pulse {
    0%,
    50%,
    100% {
      opacity: 1;
    }

    25%,
    75% {
      opacity: 0;
    }
  }
  .skip-txt {
    /* opacity: 1; */
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    /* text-orientation: upright; */
  }

  .Menu {
    display: grid;
    place-items: center;
    place-content: center;
    width: 100vw;
    text-align: center;
  }

  .Menu-list {
    /* font-size: 3.5rem; */
    font-size: 2.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: row;
    column-gap: 20px !important;
    flex-wrap: wrap;
    align-items: center;
    transform: rotateX(-10deg) rotateY(20deg);
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.32);
  }

  #mobile-nav {
    width: 60% !important;
    top: 25vh;
  }
}

/* ANIMATION */
