@font-face {
  font-family: "Zombie Punks";
  src: url("/fonts/ZombiePunksAlternative.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  /* --primary-color: rgb(255, 111, 0); */
  /* --primary-color: #0066ff; */
  --primary-color: #9300e8;
  --secondary-color: #ff14c4; /* This is the brand color for web and print */
  --ternary-color: #ed2a91;
  --green: #05dc05;

  /* text-shadow: 0 0 10px #ff8f69, 0 0 20px #ff6200e7, 0 0 30px #ff8000e0;
  text-shadow: 0 0 5px #ff8f69, 0 0 10px #ff8000e0; */
}
/* Apply border-box to all elements */
*,
*::before,
*::after {
  box-sizing: border-box;
}
.psycho-font {
  font-family: "Zombie Punks";
  font-size: 120%;
  margin-left: 0.25%;
  letter-spacing: 2px;
}
html,
body,
canvas,
main {
  width: 100dvw;
  height: 100dvh;
}

body {
  background: rgb(0, 0, 0);
  min-height: 1280px;
  padding: 0;
  margin: 0;
  position: relative;
}
body header {
  position: relative;
  z-index: 1;
}

canvas {
  position: relative;
  background-color: black;
  min-height: 1280px;
  padding: 0;
  margin: 0;
}

main {
  position: absolute;
  padding: 0 10px;
  max-width: 100%;
  top: 0px;
}

.main_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

body,
.container {
  text-align: center;
  color: rgb(0, 206, 165);
  font-family: Arial, sans-serif;
  text-align: center;
}

.pink {
  color: rgb(237, 42, 145);
}
.primary-color {
  color: var(--primary-color);
}

.socials > * {
  margin: 0 10px;
}

.socials img {
  height: 32px;
}
.socials a {
  opacity: 0.6;
}
p.socials {
  margin-top: 20px;
}
.socials a:hover {
  opacity: 1;
}

h1 {
  font-size: 2rem;
  font-family: "Zombie Punks", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-top: 50px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 50px;
}
h3 {
  font-size: 1.3em;
  color: #f39c12;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.logo {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.band {
  max-width: 100%;
  margin-top: 50px;
}

p {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 10px;
}

a {
  text-decoration: none;
}

p a {
  color: var(--green);
  font-weight: bold;
}
p a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

/* .teaser a {
  opacity: 0.6;
}
.teaser a:hover {
  opacity: 1;
} */

.btn {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 36px;
}
.get-tickets-btn.btn-red {
  background-color: var(--ternary-color);
}
.get-tickets-btn.btn-red:hover {
  background-color: var(--primary-color);
}
.contact-us {
  font-size: 1.6rem;
  background-color: blue;
  font-weight: bolder;
}
.btn:hover,
.contact-us:hover {
  background-color: var(--secondary-color);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.botld_lightning {
  max-width: 580px;
  margin-right: 50px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-color);
  /* text-shadow: 0 0 10px #ff8f69, 0 0 20px #ff6200e7, 0 0 30px #ff8000e0; */
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--primary-color);
  /* text-shadow: 0 0 5px #ff8f69, 0 0 10px #ff8000e0; */
  margin-bottom: 30px;
}
.glam_btn {
  display: flex;
  flex-direction: column;
}
.glam_btn a {
  display: block;
  margin: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  /* background: linear-gradient(45deg, #ff00ff, #ff6ec7, #ff69b4); */
  box-shadow: 0 4px 15px rgba(255, 105, 180, 0.75);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 16px;
}

.glam_btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 105, 180, 1);
}

.glam_btn a:active {
  transform: scale(0.9);
}

@keyframes glitter {
  0%,
  100% {
    text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff,
      0 0 30px #ff00ff, 0 0 40px #ff00ff;
  }
  50% {
    text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff,
      0 0 30px #ff00ff, 0 0 40px #ff00ff;
  }
}

/* Pulsate animation */
a.btn.buy {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: #ff14c4;
  font-size: 3.5rem;
  animation: pulsate 1.5s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.bio-container {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bio-pic {
  margin-top: -200px;
  margin-bottom: -200px;
}

.bio-text {
  padding: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 2.5em;
  color: #f39c12;
  margin-bottom: 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

p {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 15px;
}

h1,
h2,
p {
  text-wrap: balance;
}

.bio-text strong {
  color: #f39c12;
  font-weight: bold;
}

.bio-text p:last-child {
  font-size: 1.5em;
  font-style: italic;
}

.header {
  padding: 20px;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

.header-links {
  list-style: none;
  padding: 0 4px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 30px;
  font-size: 0.9rem;
  margin-left: auto;
  margin-right: auto;
}

.header-links li {
  display: inline;
}

.header-links a {
  color: #f39c12;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px;
  transition: color 0.3s ease;
}

.header-links a:hover {
  color: #fff;
}

.copyright {
  font-size: 0.8rem;
  padding-bottom: 32px;
}

.teasers {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.teasers h2 {
  color: var(--green);
  margin-bottom: 0;
}

.teaser > * {
  display: flex;
  align-items: center;
}

.teaser-pic {
  max-width: 340px;
  margin-right: 16px;
}

.teaser-text p {
  margin: 14px 0;
}

.read-more {
  display: inline-block;
  padding: 6px 24px;
  color: #ff14c4;
  font-weight: bold;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}
.teaser:hover .read-more,
.read-more:hover {
  color: black;
  background-color: var(--green);
}
/* Responsive iframe */
.video-container iframe {
  width: 100%;
  /* Make iframe take full width of its container */
  height: auto;
  /* Adjust height automatically */
  aspect-ratio: 16 / 9;
  display: block;
  margin: auto;
}

.mt-1 {
  margin-top: 1rem !important;
}

.link {
  opacity: 0.6;
}
.link:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .teaser {
    padding: 16px;
  }

  .teaser > * {
    flex-direction: column;
    align-items: flex-start;
  }

  .teaser-pic {
    width: 100%;
    max-width: none;
    margin-right: 0;
    /* margin-bottom: -100px; */
  }
  .bio-pic {
    margin-top: -150px;
    margin-bottom: -150px;
  }
}
@media (max-width: 600px) {
  .bio-pic {
    margin-top: -100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 400px) {
  .bio-pic {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}

/* Keyframes for pulsating effect */
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Clear pulsate and apply rotation on hover */
a.btn.buy:hover {
  animation: none; /* Stop the pulsate animation */
  color: white;
  transform: rotate(-5deg); /* Apply slight rotation */
  background-color: rgb(0, 115, 255);
  opacity: 1;
}

@media (max-width: 955px) {
  .flex {
    display: block;
  }
  .botld_lightning {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@keyframes rock-n-roll {
  0% {
    transform: rotate(0deg) translateX(0);
    color: white;
  }
  20% {
    transform: rotate(-5deg) translateX(-2px);
    color: #ff0000;
  }
  40% {
    transform: rotate(5deg) translateX(2px);
    color: #ff7300;
  }
  60% {
    transform: rotate(-5deg) translateX(-2px);
    color: #ffff00;
  }
  80% {
    transform: rotate(5deg) translateX(2px);
    color: #00ff00;
  }
  100% {
    transform: rotate(0deg) translateX(0);
    color: white;
  }
}

.rock-n-roll-link {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  color: white;
  position: relative;
  transition: color 0.3s ease-in-out;
  padding: 10px;
}

/* Hover effect */
.rock-n-roll-link:hover {
  animation: rock-n-roll 0.3s ease-in-out infinite alternate;
}

/* Flashing underline */
.rock-n-roll-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: red;
  animation: flash-underline 0.3s ease-in-out infinite;
}

.book-now-hr {
  height: 15px;
  margin: 160px 0;
  background-color: var(--green);
}

/* Flashing underline effect */
@keyframes flash-underline {
  0%,
  100% {
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0%;
    opacity: 0;
  }
}

/* Source: How did you hear about us */
.button-container {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
  width: 100%;
}

.source-button {
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  background-color: #ff69b4;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: left;
}

.source-button:hover {
  background-color: #ff1493;
}

.emoji {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .gig.hide-on-mobile {
    display: none;
  }
}
