nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  position: sticky;
  top: 0;
  left: 0;
  height: 100px;
  padding-inline: 30px;
  background: var(--Good-Green, #10a867);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
nav .logo {
  position: absolute;
  top: 14px;
  left: 4.5%;
  height: 172px;
  width: auto;
  z-index: 11;
}
nav .logo a {
  height: inherit;
  display: block;
}
nav .logo a img {
  height: inherit;
  width: auto;
}
nav .logo.soft-shake {
  animation: soft 0.4s;
  animation-iteration-count: 1;
}
nav .logo.shake {
  animation: shake 0.6s;
  animation-iteration-count: 1;
}
nav .logo.hard-shake {
  animation: hard 0.8s;
  animation-iteration-count: 1;
}
nav .hamburger-menu {
  display: none;
}
nav .sponsor-nav {
  height: 100%;
}
nav .sponsor-nav .sponsorship-only {
  display: none;
}
nav .sponsor-nav .sponsorship-only:hover .nav-button {
  background: var(--Hover-White, #e8f2ef);
  color: var(--Good-Green, #10a867);
}
nav .sponsor-nav .sponsorship-only:hover .nav-button svg {
  transform: rotate(180deg);
}
nav .sponsor-nav .sponsorship-only:hover .nav-button svg path {
  fill: var(--Good-Green, #10a867);
  stroke: var(--Good-Green, #10a867);
}
nav .sponsor-nav .sponsorship-only .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding-inline: 24px;
  width: max-content;
  height: 126px;
  transition: background-color 0.3s ease;
  color: var(--White, #fff);
  text-align: center;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
nav .sponsor-nav .sponsorship-only .nav-button svg {
  margin-left: 12px;
  transition: transform 0.3s ease;
}
nav .sponsor-nav .sponsorship-only .nav-button svg path {
  fill: var(--White, #fff);
  stroke: var(--White, #fff);
}
nav .sponsor-nav .sponsorship-only .nav-button:focus {
  background: var(--Hover-White, #e8f2ef);
  color: var(--Good-Green, #10a867);
}
nav .sponsor-nav .sponsorship-only .nav-button:focus svg {
  transform: rotate(180deg);
}
nav .sponsor-nav .sponsorship-only .nav-button:focus svg path {
  fill: var(--Good-Green, #10a867);
  stroke: var(--Good-Green, #10a867);
}
nav .navlinks {
  height: 100%;
}
nav .navlinks ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
}
nav .navlinks ul #mobile-tickets {
  display: none;
}
nav .navlinks ul li:hover .nav-button {
  background: var(--Hover-White, #e8f2ef);
  color: var(--Good-Green, #10a867);
}
nav .navlinks ul li:hover .nav-button svg {
  transform: rotate(180deg);
}
nav .navlinks ul li:hover .nav-button svg path {
  fill: var(--Good-Green, #10a867);
  stroke: var(--Good-Green, #10a867);
}
nav .navlinks ul li:hover .dropdown-content {
  display: block !important;
}
nav .navlinks ul li.dropdown {
  position: relative;
  min-width: 160px;
}
nav .navlinks ul li.dropdown .nav-button {
  width: 100%;
}
nav .navlinks ul li .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding-inline: 24px;
  width: max-content;
  height: 100px;
  transition: background-color 0.3s ease;
  color: var(--White, #fff);
  text-align: center;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
nav .navlinks ul li .nav-button svg {
  margin-left: 12px;
  transition: transform 0.3s ease;
}
nav .navlinks ul li .nav-button svg path {
  fill: var(--White, #fff);
  stroke: var(--White, #fff);
}
nav .navlinks ul li .nav-button:focus {
  background: var(--Hover-White, #e8f2ef);
  color: var(--Good-Green, #10a867);
}
nav .navlinks ul li .nav-button:focus svg {
  transform: rotate(180deg);
}
nav .navlinks ul li .nav-button:focus svg path {
  fill: var(--Good-Green, #10a867);
  stroke: var(--Good-Green, #10a867);
}
nav .navlinks ul li .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--Hover-White, #e8f2ef);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  z-index: 10;
  width: 100%;
}
nav .navlinks ul li .dropdown-content ul {
  list-style: none;
  padding: 0;
  display: block;
}
nav .navlinks ul li .dropdown-content ul li {
  margin: 0;
}
nav .navlinks ul li .dropdown-content ul li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  background: var(--Hover-White, #e8f2ef);
  color: var(--Good-Green, #10a867);
  border-top: 2px solid var(--Good-Green, #10a867);
  white-space: nowrap;
}
nav .navlinks ul li .dropdown-content ul li a:hover {
  background-color: var(--Good-Green, #10a867);
  color: var(--White, #fff);
}
nav .navlinks ul li:last-child {
  margin-right: 0;
}
nav .countdown {
  display: none;
  border-left: 1px solid white;
  padding-left: 12px;
}
nav .countdown .date {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
nav .countdown .timer {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
nav .book-tickets {
  display: none;
}
nav .book-tickets a {
  text-decoration: none;
  font-size: 16px;
}
nav .book-tickets a button {
  font-size: 16px;
}

.countdown-mobile {
  display: none;
}

.countdown-and-tickets {
  top: 100px;
  display: flex;
  height: auto;
  width: auto;
  padding: 15px;
  right: 0;
  position: fixed;
  z-index: 9;
  box-shadow: none;
  justify-self: end;
  border-radius: 0 0 0 10px;
  box-shadow: 0px 20px 30px -30px rgba(0, 0, 0, 0.3);
}
.countdown-and-tickets .date {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.countdown-and-tickets .timer {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
.countdown-and-tickets .nav-countdown .date {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.countdown-and-tickets .nav-countdown .timer {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
.countdown-and-tickets .nav-book-tickets a {
  text-decoration: none;
  font-size: 16px;
}
.countdown-and-tickets .nav-book-tickets a button {
  font-size: 16px;
}

@keyframes soft {
  0% {
    transform: perspective(1000px) rotateX(0);
  }
  25% {
    transform: perspective(1000px) rotateX(10deg);
  }
  50% {
    transform: perspective(1000px) rotateX(0);
  }
  75% {
    transform: perspective(1000px) rotateX(-5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes shake {
  0% {
    transform: perspective(1000px) rotateX(0);
  }
  12% {
    transform: perspective(1000px) rotateX(20deg);
  }
  25% {
    transform: perspective(1000px) rotateX(0);
  }
  37% {
    transform: perspective(1000px) rotateX(-15deg);
  }
  50% {
    transform: perspective(1000px) rotateX(0);
  }
  62% {
    transform: perspective(1000px) rotateX(10deg);
  }
  75% {
    transform: perspective(1000px) rotateX(0);
  }
  87% {
    transform: perspective(1000px) rotateX(-5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes hard {
  0% {
    transform: perspective(1000px) rotateX(0);
  }
  10% {
    transform: perspective(1000px) rotateX(45deg);
  }
  20% {
    transform: perspective(1000px) rotateX(0);
  }
  30% {
    transform: perspective(1000px) rotateX(-36deg);
  }
  40% {
    transform: perspective(1000px) rotateX(0);
  }
  50% {
    transform: perspective(1000px) rotateX(27deg);
  }
  60% {
    transform: perspective(1000px) rotateX(0);
  }
  70% {
    transform: perspective(1000px) rotateX(-18deg);
  }
  80% {
    transform: perspective(1000px) rotateX(0);
  }
  90% {
    transform: perspective(1000px) rotateX(9deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0);
  }
}
@media (max-width: 1440px) {
  nav {
    height: 75px;
    gap: 18px;
    padding-inline: 1.5%;
  }
  nav .logo {
    height: 128px;
    top: 11px;
    left: 2.25%;
  }
  nav .logo img {
    height: 128px;
  }
  nav .navlinks ul li .nav-button {
    height: 75px;
    padding-inline: 18px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  nav .countdown {
    display: none;
  }
  nav .countdown .date {
    font-size: 12px; /* Adjusted for 1440px screens */
  }
  nav .countdown .timer {
    font-size: 16px; /* Adjusted for 1440px screens */
  }
  .countdown-mobile {
    display: none;
    height: auto;
    width: auto;
    padding: 12px 15px;
    right: 0;
    position: fixed;
    z-index: 10;
    top: 75px;
    box-shadow: none;
    justify-self: end;
    border-radius: 0 0 0 10px;
    box-shadow: 0px 20px 30px -30px rgba(0, 0, 0, 0.3);
  }
  .countdown-mobile .date {
    color: var(--White, #fff);
    font-family: Libre Franklin;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
  }
  .countdown-mobile .timer {
    color: var(--White, #fff);
    font-family: Libre Franklin;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
  }
  .countdown-and-tickets {
    top: 75px;
  }
}
@media (max-width: 1200px) {
  nav .navlinks ul li.dropdown {
    min-width: 120px;
  }
  nav .navlinks ul li .nav-button {
    padding-inline: 12px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  nav .navlinks ul li .dropdown-content ul li a {
    font-size: 14px;
    white-space: normal;
  }
  .countdown .date {
    font-size: 10px; /* Adjusted for 1440px screens */
  }
  .countdown .timer {
    font-size: 14px; /* Adjusted for 1440px screens */
  }
}
@media (max-width: 1024px) {
  nav {
    padding-inline: 10%;
    height: 126px;
  }
  nav .logo {
    height: 108px;
    top: 9px;
    left: 5%;
  }
  nav .logo img {
    height: 108px;
  }
  nav .hamburger-menu {
    display: block;
  }
  nav .sponsor-nav .sponsorship-only {
    display: list-item;
  }
  nav .navlinks {
    position: fixed;
    top: 126px;
    right: 0;
    height: 0;
    width: 100vw;
    overflow: hidden;
    background: var(--Good-Green, #10a867);
    transition: height 0.3s ease-in-out;
  }
  nav .navlinks ul {
    flex-direction: column;
    height: max-content;
  }
  nav .navlinks ul #mobile-tickets {
    display: none;
    justify-content: center;
    padding: 40px;
  }
  nav .navlinks ul .hide-on-mobile {
    display: none;
  }
  nav .navlinks ul li .nav-button {
    width: -webkit-fill-available;
    padding: 40px 0px;
  }
  nav .navlinks ul li .dropdown-content {
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    width: auto;
    transition: height 0.3s ease-in-out;
  }
  nav .navlinks ul li .dropdown-content ul li a {
    text-align: center;
    padding: 24px 0px;
  }
  nav .navlinks ul li:hover .nav-button svg {
    transform: rotate(0deg);
  }
  nav .navlinks ul li:hover .nav-button:focus {
    background: var(--Hover-White, #e8f2ef);
    color: var(--Good-Green, #10a867);
  }
  nav .navlinks ul li:hover .nav-button:focus svg {
    transform: rotate(180deg);
  }
  nav .navlinks ul li:hover .nav-button:focus svg path {
    fill: var(--Good-Green, #10a867);
    stroke: var(--Good-Green, #10a867);
  }
  nav .navlinks ul li:hover .nav-button:focus .dropdown-content {
    height: unset;
  }
  nav .countdown .date {
    font-size: 10px;
  }
  nav .countdown .timer {
    font-size: 14px;
  }
  nav .book-tickets {
    display: block;
  }
  .countdown-mobile {
    top: 126px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 15px;
  }
  .countdown-and-tickets {
    display: none;
  }
}
@media (max-width: 768px) {
  nav .navlinks ul li .dropdown-content {
    width: -webkit-fill-available;
  }
}
@media (max-width: 480px) {
  nav .navlinks ul .hide-on-mobile {
    display: list-item;
  }
  nav .sponsor-nav .sponsorship-only {
    display: none;
  }
}

/*# sourceMappingURL=navigation.css.map */
