:root {
  --hover-bg-color: rgb(11, 75, 90);
  --margin-default: 13px;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
html {
  scroll-behavior: auto;
}

body {
  font-family: "Space Mono", monospace;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Loader */
.loading-overlay {
  position: fixed;
  width: 100vw;
  z-index: 9999;
  display: flex;
}

.loading-bar {
  width: 10vw;
  height: 105vh;
  background: #bcbcc4;
}

.loading-counter {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 700;
  color: var(--hover-bg-color);
  padding: 0.2em 0.2em;
  font-size: 10vw;
  font-family: "Anybody", sans-serif;
}

/* Layout components */
.main-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  overflow: hidden;
}

.hero-section {
  min-height: 600px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 82px;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(
      180deg,
      rgba(15, 113, 135, 0.35) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Video hidden initially */
.hero-section .bg-video {
  position: absolute;
  inset: 0;
  top: -10%;
  width: 100%;
  transition: opacity 1.2s ease-in-out;
  z-index: -2;
}

.header-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  padding-inline: 14px;
}

.logo {
  width: 80px;
  height: auto;
}

.nav-menu {
  display: none;
}

.nav-menu.desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  margin-right: var(--margin-default);
}

.nav-link {
  font-size: 1rem;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--hover-bg-color);
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.hero-title {
  font-size: 32px;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #ffffff;
  width: 100%;
}

.hero-date {
  font-size: 18px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #ffffff;
  width: auto;
  padding-left: 2.2rem;
  position: relative;
}
.hero-date span.asterik-spin img {
  position: absolute;
  height: 17px !important;
  width: 17px !important;
  left: 5px;
  top: 5px;
  animation: spin 2s infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.get-tickets-container {
  min-height: 392px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 29px 27px;
  padding-top: calc(29px - 12px);
  background: rgba(82, 81, 81, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14.8px);
  border-radius: 1rem;
  position: relative;
}
.get-tickets-logo {
  position: absolute;
  z-index: 10;
  z-index: 10;
  width: 90%;
  top: 50px;
}

.get-tickets-logo,
.flicker {
  animation: flicker 3s infinite;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.55;
    filter: brightness(1.1);
  }
  10% {
    opacity: 1;
    filter: brightness(1);
  }
  15% {
    opacity: 0.55;
    filter: brightness(1.2);
  }
  20% {
    opacity: 0.6;
    filter: brightness(1.3);
  }
  25% {
    opacity: 0.55;
    filter: brightness(1);
  }
  30% {
    opacity: 0.85;
    filter: brightness(1.4);
  }
  35% {
    opacity: 0.55;
    filter: brightness(1);
  }
  40% {
    opacity: 1;
    filter: brightness(1);
  }
  45% {
    opacity: 0.6;
    filter: brightness(1.2);
  }
  50% {
    opacity: 1;
    filter: brightness(1);
  }
  55% {
    opacity: 0.55;
    filter: brightness(1.1);
  }
  60% {
    opacity: 0.6;
    filter: brightness(1.3);
  }
  65% {
    opacity: 1;
    filter: brightness(1);
  }
  70% {
    opacity: 0.55;
    filter: brightness(1.2);
  }
  75% {
    opacity: 0.6;
    filter: brightness(1.4);
  }
  80% {
    opacity: 1;
    filter: brightness(1);
  }
  85% {
    opacity: 0.55;
    filter: brightness(1.1);
  }
  90% {
    opacity: 0.6;
    filter: brightness(1.3);
  }
  95% {
    opacity: 1;
    filter: brightness(1);
  }
  100% {
    opacity: 1;
  }
}

.get-tickets-bg-video {
  width: 100%;
  position: relative;

  bottom: -12px;
  height: 312px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.get-tickets-btn {
  width: 100%;
  font-size: 1rem;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #2c2c2c;
  background-color: #d9d9d9;
  position: relative;

  z-index: 10;
  border: none;
  border-radius: 1rem;
  padding: 13px 34px;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.get-tickets-btn:hover {
  background-color: var(--hover-bg-color);
  color: #ffffff;
  /* transform: translateY(-2px); */
}

.festival-tagline {
  font-size: 16px;
  font-family: "Space Mono", monospace;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  align-self: flex-start;
  width: 100%;
  margin: 0 var(--margin-default);
}

.festival-tagline .bold {
  font-weight: 700;
}

/* Countdown Timer */
.countdown-artist-section {
  background: #000000d4;
  width: 100%;
  backdrop-filter: blur(14.8px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 52px 20px;
  margin: 0 auto;
  max-width: 800px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.countdown-number {
  font-size: 48px;
  font-family: "Leelawadee UI", sans-serif;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
}

.countdown-label {
  font-size: 1rem;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
}

.countdown-separator {
  font-size: 48px;
  font-family: "Leelawadee UI", sans-serif;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  align-self: flex-start;
  margin-top: 10px;
}

/* Artists Gallery */
.artists-gallery {
  width: 100%;
  padding: var(--margin-default) 4px;
  margin: 0 4px;
}

.artists-scroll {
  display: flex;
  flex-direction: row;
  gap: var(--margin-default);
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--margin-default);
}
.artists-scroll > div {
  display: flex;
  flex-direction: row;
  gap: var(--margin-default);
}
.artist-card {
  position: relative;
  width: 238px;
  height: 270px;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.artist-image {
  position: relative;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0) brightness(1) drop-shadow(2px 0 #ffffff00)
    drop-shadow(-2px 0 #ffffff00) drop-shadow(0 2px #ffffff00)
    drop-shadow(0 -2px #ffffff00);
  transition: all 0.3s ease;
}

.artist-card-name {
  position: absolute;
  bottom: 0.8rem;
  left: var(--margin-default);
  font-size: 2rem;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 110%;
  text-align: left;
  color: #ffffff;
  z-index: 200;
  transform: translateY(100px);
  transition: transform 0.4s ease;
  text-shadow: 0px 0px 0px rgb(0, 0, 0);
}

.artist-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 242px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.artist-card:nth-child(1) .artist-bg {
  background-color: rgba(255, 153, 0, 0.9);
}

.artist-card:nth-child(2) .artist-bg {
  background-color: rgba(255, 0, 0, 0.9);
}

.artist-card:nth-child(3) .artist-bg {
  background-color: rgba(19, 184, 255, 0.9);
}

.artist-card:nth-child(4) .artist-bg {
  background-color: rgba(170, 74, 255, 0.9);
}

.artist-card:nth-child(5) .artist-bg {
  background-color: rgba(59, 175, 92, 0.9);
}

/* Artistes Scroll */
@media (min-width: 1290px) {
  .duplicate-artistes-card {
    display: none !important;
  }
}
@media (max-width: 1290px) {
  .artists-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .artists-scroll > div {
    animation: scroll 20s linear infinite;
    will-change: transform;
  }
  .artists-scroll::-webkit-scrollbar {
    display: none;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .artists-scroll:hover > div {
    animation-play-state: paused; /* Pause on hover */
  }
}

/* Music Festival Section */
.music-fest-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* margin: 0 12px 36px 12px; */
}

.music-fest-container {
  position: relative;
  width: calc(100% - calc(2 * var(--margin-default)));
  width: 100%;
  /* max-width: 1250px; */
  /* margin-inline: var(--margin-default); */
  height: 350px;
  /* border-radius: 1rem; */
  background: linear-gradient(
    180deg,
    rgba(15, 113, 135, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  backdrop-filter: blur(14.8px);
  overflow: hidden;
}

.music-text {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20rem;
  font-weight: 900;
}

/* The base styles for each letter */
.music-text-letter {
  display: inline-block;
  position: absolute;
  transition: transform 1s ease;
  -webkit-text-stroke: 9px #000000;
  font-weight: 900;
  user-select: none;
  font-family: "Anybody", sans-serif;
  will-change: transform;
}

/* Original transforms for each letter. We will read these in JavaScript. */
.music-text-letter:nth-child(1) {
  transform: translate(0%, 0%) rotate(-15deg);
  background-color: #ff758c;
  top: 25%;
  left: 12%;
}

.music-text-letter:nth-child(2) {
  transform: translate(0%, 0%) rotate(25deg);
  background-color: #ffbe0b;
  top: 55%;
  left: 20%;
}

.music-text-letter:nth-child(3) {
  transform: translate(0%, 0%) rotate(-5deg);
  background-color: #0b9e83;
  top: 40%;
  left: 33%;
}

.music-text-letter:nth-child(4) {
  transform: translate(0%, 0%) rotate(20deg);
  background-color: #5d5dff;
  top: 15%;
  left: 70%;
}

.music-text-letter:nth-child(5) {
  transform: translate(0%, 0%) rotate(-20deg);
  background-color: #8338ec;
  top: 45%;
  left: 55%;
}
.music-text-letter:nth-child(6) {
  transform: translate(0%, 0%) rotate(-20deg);
  background-color: #41ec38;
  top: 55%;
  left: 75%;
}
.music-text-letter:nth-child(7) {
  transform: translate(0%, 0%) rotate(-20deg);
  background-color: #c09022;
  top: 55%;
  left: 85%;
}

.music-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.music-icon {
  position: absolute;
  width: 82px;
  height: 82px;
  background-color: var(--hover-bg-color);
  border: 9px solid #000000;
  border-radius: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  left: 30%;
  z-index: 3;
}

.music-icon img {
  width: 40px;
  height: 40px;
}

/* Event Details Section */

.event-section {
  width: 100%;
  background: #000000d4;
}
.event-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--margin-default);
}

.event-content {
  display: flex;
  flex-direction: column;
  margin: 0 var(--margin-default) !important;
  gap: var(--margin-default);
  justify-content: flex-start;
  align-items: flex-start;
}

.day-section {
  width: 100%;
  max-width: 430px;
  height: 600px;
  background: linear-gradient(180deg, rgba(15, 113, 135, 0.5) 0%, #000000 100%);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.day-title {
  font-size: 60px;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 42px;
  left: 30px;
  z-index: 2;
}

.day-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: top;
  position: absolute;
  bottom: 0;
}

.event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--margin-default);
}

.event-stats-descrp {
  padding: 20px;
  width: 100%;
  background-color: rgba(81, 81, 81, 0.2);
  border-radius: 1rem;
  padding: 32px;
  backdrop-filter: blur(14.8px);
}

.event-stats {
  margin-bottom: 0.8rem;
  font-size: 32px;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
}

.event-description {
  font-size: 1rem;
  font-family: "Calibri", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  width: 100%;
}

.artist-spotlight {
  width: 100%;
  background-color: rgba(81, 81, 81, 0.2);
  border-radius: 1rem;
  padding: 32px;
  backdrop-filter: blur(14.8px);
  /* box-shadow: 0px 4px 29px rgba(136, 136, 136, 1); */
}

.artist-name {
  margin-bottom: 0.8rem;
  font-size: 32px;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
}

.artist-bio {
  font-size: 1rem;
  font-family: "Calibri", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 34px;
  margin-top: 60px;
  width: 100%;
}

.social-icon {
  width: 32px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.lineup-text {
  font-size: 60px;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 90px;
  text-align: left;
  color: #ffffff;
  /* writing-mode: vertical-rl; */
  text-orientation: mixed;
  align-self: flex-end;
  /* margin-right: 24px; */
  margin-left: 24px;
  margin-bottom: 70px;
}

/* Footer Section */
.footer-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: var(--margin-default) 0;
  padding: 0 23px;
}

.footer-logo {
  width: 80px;
  height: auto;
}

.footer-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.footer-btn {
  font-size: 1rem;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 32px;
  padding: 20px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.footer-btn.signup {
  background-color: #000000;
}

.footer-btn.lineup {
  background-color: rgba(15, 113, 135, 0.5);
}

.footer-btn:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Show Reel Section */
.show-reel-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: flex-start;
  align-items: center;
  padding: 26px 0;
  padding-top: 52px;
  background: #000000d4;
}

.show-reel-title {
  font-size: 32px;
  font-family: "Anybody", sans-serif;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

.show-reel-container {
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: flex-start; */
  /* background: linear-gradient(
    180deg,
    rgba(15, 113, 135, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  ); */
  border-radius: 1rem;
  padding: 42px;
  /* background-image: url("../images/img_rectangle_72.png"); */
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.show-reel-video {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  align-self: center;
  width: 30vw;
  height: auto;
  border-radius: 8px;
  margin-bottom: 200px;
  top: -85%;
  /* transform-origin: top center;  */
  transition: 0.4s ease width;
}

/* Bottom Navigation */
.bottom-nav {
  background: #000000ef;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--margin-default) 18px 30px;
}

.bottom-nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.bottom-logo {
  width: 60px;
  height: auto;
}

.bottom-nav-links {
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
  padding: 0 56px;
  flex: 1;
}

.bottom-nav-link {
  font-size: 1rem;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bottom-nav-link:hover {
  color: var(--hover-bg-color);
}

.show-reel-link {
  font-size: 1rem;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  margin-right: var(--margin-default);
}

/* Interactive states */
.artist-card:hover .artist-bg {
  /* height: 500px !important; */
  transform: translateY(-150px);
  /* transform: scale(1.05); */
}

.artist-card:hover .artist-image {
  /* filter: drop-shadow(2px 20px 3px #000); */
  filter: grayscale(1) brightness(0.8) drop-shadow(2px 0 #000)
    drop-shadow(-2px 0 #fff) drop-shadow(0 2px #fff) drop-shadow(0 -2px #fff);
}
.artist-card:hover .artist-card-name {
  transform: translateY(0px);
}

.nav-link:focus,
.get-tickets-btn:focus,
.footer-btn:focus {
  outline: 2px solid var(--hover-bg-color);
  outline-offset: 2px;
}

/* Responsive media queries */
@media (min-width: 640px) {
  .hero-title {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-date {
    font-size: 22px;
    line-height: 33px;
  }

  .countdown-number {
    font-size: 72px;
    line-height: 96px;
  }

  .countdown-label {
    font-size: 20px;
    line-height: 28px;
  }

  .countdown-separator {
    font-size: 72px;
    line-height: 96px;
  }

  .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
  }

  .hero-text {
    width: 60%;
  }

  .get-tickets-container {
    width: 35%;
    max-width: 400px;
  }

  .event-content {
    flex-direction: row;
    gap: var(--margin-default);
  }

  .event-info {
    flex: 1;
  }
  .event-stats-descrp {
    padding: 30px;
  }

  .event-stats {
    font-size: 42px;
    line-height: 46px;
  }

  .event-description {
    font-size: 18px;
    line-height: 22px;
  }

  .artist-name {
    font-size: 42px;
    line-height: 46px;
  }

  .artist-bio {
    font-size: 18px;
    line-height: 22px;
  }

  .show-reel-title {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 56px;
    line-height: 68px;
  }

  .countdown-container {
    gap: 38px;
    max-width: 1000px;
  }

  .countdown-number {
    font-size: 84px;
    line-height: 112px;
  }

  .music-text {
    font-size: 200px;
  }

  .music-fest-container {
    height: 350px;
  }

  .day-section {
    height: 700px;
  }

  .day-title {
    font-size: 80px;
    line-height: 85px;
  }

  .day-image {
    height: 600px;
  }

  .lineup-text {
    font-size: 80px;
    line-height: 120px;
  }
}

@media (min-width: 1024px) {
  .nav-menu {
    display: flex;
  }

  .hero-title {
    font-size: 60px;
    line-height: 72px;
    width: 90%;
  }

  .hero-date {
    font-size: 26px;
    line-height: 39px;
  }

  .countdown-container {
    padding: 52px 30px;
    margin: 0 198px;
  }

  .countdown-number {
    font-size: 98px;
    line-height: 132px;
  }

  .countdown-label {
    font-size: 26px;
    line-height: 36px;
  }

  .countdown-separator {
    font-size: 98px;
    line-height: 132px;
  }

  .music-text {
    font-size: 300px;
  }

  .day-title {
    font-size: 125px;
    line-height: 130px;
  }

  .event-stats {
    font-size: 58px;
    line-height: 60px;
  }

  .event-description {
    font-size: 23px;
    line-height: 28px;
    width: 74%;
  }

  .artist-name {
    font-size: 58px;
    line-height: 61px;
  }

  .artist-bio {
    font-size: 23px;
    line-height: 28px;
  }

  .lineup-text {
    font-size: 9rem;
    line-height: 172px;
  }

  .show-reel-title {
    font-size: 58px;
    line-height: 61px;
  }

  .show-reel-container {
    min-height: 600px;
  }
}

@media (min-width: 1280px) {
  .hero-content {
    padding: 0 154px;
  }

  .artists-scroll {
    justify-content: center;
    overflow-x: visible;
  }

  .event-content {
    max-width: 1252px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .countdown-container {
    transform: scale(0.8);
  }
}
@media (max-width: 640px) {
  .show-reel-link {
    display: none;
  }
  .day-section {
    max-width: none;
    width: 100%;
  }
  .day-section,
  .day-section img {
    height: 400px !important;
  }

  .show-reel-container {
    padding: 0;
    align-self: center;
    width: calc(100% - calc(2 * var(--margin-default))) !important;
    border-radius: 1rem !important;
    margin-inline: var(--margin-default) !important;
  }

  .show-reel-video {
    border-radius: 1rem !important;
    top: -35%;
    width: 100% !important;
    margin-inline: 0;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0;
  }

  .footer-btn {
    font-size: 0.9rem;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .show-reel-container {
    padding: 0;
    align-self: center;
    width: calc(100% - calc(2 * var(--margin-default))) !important;
    border-radius: 1rem !important;
    margin-inline: var(--margin-default) !important;
  }

  .show-reel-video {
    border-radius: 1rem !important;
    top: -40% !important;
    /* width: 100% !important; */
    /* margin-inline: 0; */
    height: auto;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .bottom-nav-links {
    display: none;
  }
}
/* Hamburger Menu */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 15px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  margin-right: var(--margin-default);
}
#hamburger-checkbox:checked ~ .hamburger-line-1 {
  transform: rotate(45deg) translate(4px, 5px);
}
#hamburger-checkbox:checked ~ .hamburger-line-2 {
  transform: rotate(-45deg) translate(3px, -5px);
}

#hamburger-checkbox {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.hamburger span {
  display: block;
  height: 3px;
  /* z-index: inherit; */
  width: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Navigation */
.mobile-nav {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 39px 75px;
  gap: 10px;
  width: 311px;
  height: 100vh;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(15, 113, 135, 0.2) 100%
    ),
    rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.mobile-nav .nav-link {
  font-weight: 900;
  font-size: 1.5rem;
  padding: 15px 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-nav .nav-link:hover {
  color: var(--hover-bg-color);
}

/* Only show hamburger on small screens */
@media (min-width: 768px) {
  .hamburger {
    display: none !important;
  }
  .mobile-nav {
    display: none !important;
  }
}

/* Desktop links */
.desktop-nav-link {
  color: white;
  padding: 10px;
  text-decoration: none;
}

/* Mobile links */
.mobile-nav .nav-link {
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
}
/* Default - Desktop */
.nav-menu.desktop {
  display: flex; /* show desktop nav */
}

.hamburger {
  display: none;
}

/* Mobile view */
@media (max-width: 768px) {
  .header-nav {
    align-items: center;
  }
  .nav-menu.desktop {
    display: none;
  }
  .show-reel-link {
    display: none;
  }

  .hamburger {
    display: flex;
    cursor: pointer;
  }
  .mobile-nav {
    display: flex;
  }
  .mobile-nav.active {
    transform: translateX(0) !important;
  }
}

/* Appearing Nav */
.appearing-header {
  height: min-content;
  position: fixed;
  z-index: 10000;
  inset: 0;
  padding-bottom: 1rem;
  padding-inline: 14px;
  transform: translateY(-500%);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease;
}

.appearing-header.show {
  transform: translateY(0);
}
