html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: black;
}

footer {
  margin-left: 95px;
  text-align: center;
  color: aqua !important;
  font-size: 25px;
  height: 805px;
  background-color: black !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 16px;
}

.HOME-Content {
  background-image: url(./Media/Images/Cyberpunk\ Girls.jpeg);
}

.HOME-Drop-Container {
  background-image: url(./Media/Images/Cyberpunk\ Girls.jpeg);
  height: 420px !important;
}

#HOME-Collapse {
  height: 560px !important;
}

.BIO-Content {
  background-image: url(./Media/Images/smooth-011.jpg);
}

.BIO-Drop-Container {
  background-image: url(./Media/Images/smooth-011.jpg);
  height: 415px !important;
}

#BIO-Collapse {
  height: 865px !important;
}

.SERVICES-Content {
  background-image: url(./Media/Images/vibrant-dj-booth-stockcake.webp);
}

.SERVICES-Drop-Container {
  background-image: url(./Media/Images/vibrant-dj-booth-stockcake.webp);
}

#SERVICES-Collapse {
  height: 475px !important;
}

.MUSIC-Content {
  background-image: url(./Media/Images/nightclub-01.webp);
  background-position: bottom !important;
}

.MUSIC-Drop-Container {
  background-image: url(./Media/Images/nightclub-01.webp);
  height: 395px !important;
  background-position: bottom !important;
}

#MUSIC-Collapse {
  height: 600px !important;
}

.MERCH-Content {
  background-image: url(./Media/Images/nightclub-01.webp);
  background-position: bottom !important;
}

.MERCH-Drop-Container {
  background-image: url(./Media/Images/nightclub-01.webp);
  background-position: bottom !important;
}

.CONTACT-Content {
  background-image: url(./Media/Images/StockCake-Neon_Crowd_Euphoria-2158827-medium.jpg);
  background-position: bottom !important;
}

.CONTACT-Drop-Container {
  background-image: url(./Media/Images/StockCake-Neon_Crowd_Euphoria-2158827-medium.jpg);
  background-position: bottom !important;
}

.ME-Page {
  background-color: rgba(58, 56, 56, 0.303);
  background-repeat: no-repeat;
  height: 925px;
  width: 100%;
}

.ME-Banner-Container {
  width: 100%;
  margin: 15px;
  background-color: rgba(41, 39, 39, 0.205);
}

.ME-Collapse {
  text-align: center;
  background-color: transparent;
  border-radius: 16px;
  width: 100%;
  padding: 10px;
}

@media (max-width: 575.98px) {
  .ME-Content {
    background-size: cover;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
  .ME-Drop-Container {
    background-size: cover;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 370px;
    margin: 5px;
    width: 100%;
    margin: 40px !important;
    border-radius: 16px;
    background-color: transparent;
  }
  .hero-title {
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 0.95;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.25), 0 0 18px rgba(255, 0, 255, 0.18);
  }
  .hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: aqua;
    margin-bottom: 18px;
  }
  .Hbox-2 {
    height: 450px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-top: 70px !important;
  }
}
@media (min-width: 576.98px) and (max-width: 767.98px) {
  .sidenav {
    position: fixed;
    top: 35%;
    right: 25px !important;
    transform: translateY(-50%);
    width: 72px;
    padding: 20px 9px;
    text-align: end;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(12, 12, 18, 0.65) 40%, rgba(0, 0, 0, 0.75) 100%);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.28), inset -1px 0 0 rgba(0, 0, 0, 0.55), -3px 0 10px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 255, 255, 0.1), 0 0 22px rgba(255, 0, 255, 0.1);
    z-index: 150;
  }
  .ME-Content {
    background-size: cover;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
  .ME-Drop-Container {
    background-size: cover;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 370px;
    margin: 5px;
    width: 100%;
    margin: 40px !important;
    border-radius: 16px;
    background-color: transparent;
  }
  .Hbox-2 {
    height: 450px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-top: 80px !important;
  }
  .Bbox-1 {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 16px;
    height: 875px;
    width: 106%;
    padding-top: 110px !important;
  }
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sidenav {
    position: fixed;
    top: 34%;
    right: 25px !important;
    transform: translateY(-50%);
    width: 72px;
    padding: 20px 9px;
    text-align: end;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(12, 12, 18, 0.65) 40%, rgba(0, 0, 0, 0.75) 100%);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.28), inset -1px 0 0 rgba(0, 0, 0, 0.55), -3px 0 10px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 255, 255, 0.1), 0 0 22px rgba(255, 0, 255, 0.1);
    z-index: 150;
  }
  .ME-Content {
    background-size: cover;
    background-position: 0px -150px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
  .ME-Drop-Container {
    background-size: cover;
    background-position: 0px -150px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 370px;
    margin: 5px;
    width: 100%;
    margin: 40px !important;
    border-radius: 16px;
    background-color: transparent;
  }
  .HBLANKbox-1 {
    height: 250px !important;
  }
  .Hbox-2 {
    height: 450px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-top: 120px !important;
  }
  .HBLANKbox-2 {
    height: 230px !important;
    margin: 25px;
  }
  .Sbox-2 {
    height: 350px;
    margin-top: 50px !important;
  }
  .con-blank {
    height: 100px !important;
  }
  .Bbox-1 {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 16px;
    height: 875px;
    width: 106%;
    padding-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .sidenav {
    position: fixed;
    top: 34%;
    right: 50px !important;
    transform: translateY(-50%);
    width: 72px;
    padding: 20px 9px;
    text-align: end;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(12, 12, 18, 0.65) 40%, rgba(0, 0, 0, 0.75) 100%);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.28), inset -1px 0 0 rgba(0, 0, 0, 0.55), -3px 0 10px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 255, 255, 0.1), 0 0 22px rgba(255, 0, 255, 0.1);
    z-index: 150;
  }
  .ME-Content {
    background-size: cover;
    background-position: 0px -250px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
  .ME-Drop-Container {
    background-size: cover;
    background-position: 0px -250px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 370px;
    margin: 5px;
    width: 100%;
    margin: 40px !important;
    border-radius: 16px;
    background-color: transparent;
  }
  .HBLANKbox-1 {
    height: 250px !important;
  }
  .Hbox-2 {
    height: 450px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-top: 140px !important;
  }
  .HBLANKbox-2 {
    height: 180px !important;
    margin: 25px;
  }
  .Sbox-2 {
    height: 30px;
    margin-top: 50px !important;
  }
  .service-card {
    padding: 20px;
    margin-left: 100px;
    word-wrap: break-word;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.15), 0 0 18px rgba(255, 0, 255, 0.1);
    transition: 0.3s;
    left: 120px !important;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 800px;
    width: 100%;
    margin-top: 10px;
  }
  .con-blank {
    height: 300px !important;
  }
  .Bbox-1 {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 16px;
    height: 875px;
    width: 106%;
    padding-top: 250px !important;
  }
}
.Custom-Font {
  font-family: "Ravi Prakash";
  color: #f651ed;
}

.section-title {
  margin-top: -20px;
  padding-bottom: 20px;
  font-family: "Ravie";
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.18), 0 0 16px rgba(255, 0, 255, 0.12);
}

.drop-heading {
  text-align: center;
  margin-top: 28px;
  color: aliceblue;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.253);
  margin-bottom: -20px;
  margin-left: 55px;
}

.p-copy {
  text-align: center;
  font-size: clamp(0.95rem, 1.2vw, 4.8rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  padding: 0px 15px 0px 15px;
}

.P-copy::first-letter {
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  float: left;
  line-height: 1;
  margin-right: 4px;
}

.quote {
  font-size: 20px !important;
}

.blockquote-footer {
  margin-top: 20px !important;
  font-size: 16px !important;
}

h1 {
  color: black;
}

h5 {
  color: #f651ed !important;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.253);
  padding-bottom: 20px;
}

.box {
  height: 200px;
  width: 100%;
  margin: 1px;
}

.Sbox-1 {
  height: 250px;
  margin-top: 15px !important;
  padding-top: 30px;
}

.Sbox-2 {
  height: 250px;
  margin-top: 0px !important;
}

.Bbox-1 {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 16px;
  height: 875px;
  width: 106%;
  padding-top: 30px;
}

.HBLANKbox-1 {
  height: 250px;
  margin: 25px;
}

.HBLANKbox-2 {
  height: 330px;
  margin: 25px;
}

.Hbox-1 {
  margin-top: 25px;
  text-align: center;
  height: 100px;
  margin-left: -25px;
}

.Hbox-2 {
  height: 400px;
  padding: 0px 14px 0px 15px;
  margin-bottom: 25px;
  padding-top: 40px;
}

.pallet-1 {
  width: 100%;
}

.hero-title {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.95;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.25), 0 0 18px rgba(255, 0, 255, 0.18);
}

.price-tag-color {
  color: aqua !important;
}

.hero-subtitle {
  text-align: start;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: aqua;
  margin-bottom: 18px;
}

.hero-stats {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: #f651ed;
  margin-left: 30px;
  padding: 0px;
}

.bio-quote-wrap {
  margin: 30px 0px 30px 50px;
  padding: 20px 20px 10px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 14px rgba(0, 255, 255, 0.12), 0 0 22px rgba(255, 0, 255, 0.08);
}

.bio-quote {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.7;
  color: #f651ed;
  text-align: center;
  margin: 0;
}

.bio-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 25px;
}

.mika-stats {
  text-align: end !important;
}

.bio-stat-card {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.12), 0 0 18px rgba(255, 0, 255, 0.08);
}

.bio-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.bio-stat-number {
  display: block;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: aqua;
  margin-bottom: 6px;
}

.bio-stat-label {
  display: block;
  font-size: clamp(0.85rem, 1vw, 1rem);
  color: rgba(255, 255, 255, 0.9);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1800px;
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-card {
  padding: 15px;
  word-wrap: break-word;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.15), 0 0 18px rgba(255, 0, 255, 0.1);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.25);
}

.service-card h4 {
  color: #f651ed;
  margin-bottom: 10px;
}

.service-card p {
  color: white;
  opacity: 0.85;
  font-size: 0.95rem;
  line-height: 1.5;
}

.booking-panel {
  margin-left: 40px;
  margin-top: 70px;
  padding: 30px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.253);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.15), 0 0 25px rgba(255, 0, 255, 0.1);
}

.booking-panel:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.booking-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 26px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  border: 1px solid aqua;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  transition: 0.3s;
}

.booking-btn:hover {
  background: rgba(0, 255, 255, 0.2);
  transform: translateY(-2px);
}

.horizontal-accordion-container {
  display: flex;
  overflow: hidden;
}

.horizontal-accordion-item {
  flex-shrink: 0;
  /* Prevent items from shrinking by default */
  transition: width 1s ease;
  /* Smooth transition for width changes */
}

.collapse-horizontal {
  width: 0;
  /* Initial collapsed state */
  transition: width 0.5s ease;
  /* Smooth transition for width changes */
}

.collapse-horizontal.show {
  width: 100%;
  height: 520px;
}

.vertical-text-container {
  position: relative;
  width: 72px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 38%, rgba(17, 16, 16, 0.04) 100%);
  backdrop-filter: blur(16px) saturate(140%);
  border-radius: 0 14px 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 0 14px rgba(0, 255, 255, 0.08), 0 0 22px rgba(255, 0, 255, 0.1);
  overflow: visible;
}

.vertical-text-container::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 4px;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.15));
  opacity: 0.85;
}

.vertical-text-container::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -7px;
  width: 7px;
  background: linear-gradient(180deg, rgba(41, 41, 46, 0.689) 0%, rgba(24, 24, 32, 0.825) 55%, rgba(4, 4, 8, 0.95) 100%);
  border-right: 1px solid rgba(66, 62, 62, 0.419);
  border-top: 1px solid rgba(58, 51, 51, 0.48);
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
  border-radius: 0 10px 10px 0;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1), 2px 0 10px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.my-vertical-text {
  font-family: "Ravie";
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: 600;
  -webkit-text-stroke: 0.7px rgba(0, 0, 0, 0.85);
  paint-order: stroke fill;
  background: linear-gradient(180deg, rgba(169, 81, 236, 0.862745098) 0%, #b005bc 15%, #710b96 35%, #f651ed 60%, #00f0ff 85%, #366868 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 5px rgba(246, 81, 237, 0.35), 0 0 9px rgba(246, 81, 237, 0.22), 0 0 12px rgba(0, 255, 255, 0.18);
  animation: neonPulseDark 3.5s ease-in-out infinite;
}

.my-vertical-text:hover {
  transform: scale(1.01);
  filter: brightness(1.35);
  text-shadow: 0 0 6px rgba(246, 81, 237, 0.55), 0 0 14px rgba(246, 81, 237, 0.45), 0 0 22px rgba(0, 255, 255, 0.35), 0 0 34px rgba(0, 255, 255, 0.25);
}

@keyframes neonPulseDark {
  0% {
    filter: brightness(0.93);
    text-shadow: 0 0 3px rgba(246, 81, 237, 0.24), 0 0 7px rgba(246, 81, 237, 0.16), 0 0 10px rgba(0, 255, 255, 0.12);
  }
  50% {
    filter: brightness(1.1);
    text-shadow: 0 0 5px rgba(246, 81, 237, 0.34), 0 0 10px rgba(246, 81, 237, 0.24), 0 0 14px rgba(0, 255, 255, 0.16);
  }
  100% {
    filter: brightness(0.92);
    text-shadow: 0 0 3px rgba(246, 81, 237, 0.24), 0 0 7px rgba(246, 81, 237, 0.16), 0 0 10px rgba(0, 255, 255, 0.12);
  }
}
.sidenav {
  position: fixed;
  top: 36%;
  right: 5px;
  transform: translateY(-50%);
  width: 72px;
  padding: 20px 9px;
  text-align: end;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(12, 12, 18, 0.65) 40%, rgba(0, 0, 0, 0.75) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.28), inset -1px 0 0 rgba(0, 0, 0, 0.55), -3px 0 10px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 255, 255, 0.1), 0 0 22px rgba(255, 0, 255, 0.1);
  z-index: 150;
}

.sidenav::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -6px;
  width: 9px;
  background: linear-gradient(180deg, rgba(60, 60, 70, 0.513), rgba(10, 10, 15, 0.578));
  border-radius: 10px 0 0 10px;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), -2px 0 8px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.sidenav::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.7), rgba(255, 0, 255, 0.6));
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidenav li {
  position: relative;
  margin: 14px 0;
}

.sidenav li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.8), rgba(255, 0, 255, 0.6));
  box-shadow: 0 0 6px rgba(0, 255, 255, 0.7), 0 0 12px rgba(255, 0, 255, 0.5);
  transition: all 0.25s ease;
}

.sidenav li a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.5), 0 0 10px rgba(255, 0, 255, 0.35);
}

.sidenav li:hover::before {
  transform: translateY(-50%) scale(1.4);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 16px rgba(255, 0, 255, 0.6);
}

.sidenav li a.active {
  color: #7dfcff;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.6), 0 0 14px rgba(0, 255, 255, 0.35);
}

.sidenav li a.active + ::before {
  background: #00ffff;
}

.sidenav li a.active {
  animation: navPulse 2.8s ease-in-out infinite;
}

.sidenav li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 6px 9px;
}

li a:hover {
  color: #f651ed !important;
}

@keyframes navPulse {
  0% {
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
  }
  50% {
    text-shadow: 0 0 14px rgba(0, 255, 255, 0.8);
  }
  100% {
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
  }
}
.festival-spinner-wrap {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1/1;
  z-index: 220;
  pointer-events: none;
}

.festival-logo-badge {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.festival-spinner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}

.festival-logo-img {
  padding-top: 11px;
  width: 67%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.35)) drop-shadow(0 0 18px rgba(255, 0, 255, 0.28));
}

.festival-logo-img-alt-logo {
  display: block;
}

#mika-OG {
  width: 105%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.28)) drop-shadow(0 0 16px rgba(255, 0, 255, 0.22));
}

.carousel-mika {
  width: 100%;
  max-width: 850px;
  max-height: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.25), 0 0 25px rgba(255, 0, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-mika .carousel-inner {
  border-radius: 16px;
  overflow: hidden;
}

.carousel-mika-vid {
  width: 100%;
  max-width: 850px;
  max-height: 480px;
  margin: auto;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.25), 0 0 25px rgba(255, 0, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-mika-vid .carousel-inner-vid {
  border-radius: 16px;
  overflow: hidden;
}

.mika-video-box {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3), 0 0 20px rgba(255, 0, 255, 0.25);
  transition: all 0.4s ease;
  margin-top: 20px;
}

.mika-video-box:hover {
  transform: scale(1.13);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6), 0 0 35px rgba(255, 0, 255, 0.5);
}

.mika-video-box-foot:hover {
  transform: scale(1.01);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6), 0 0 35px rgba(255, 0, 255, 0.5);
}

.mika-video-box-foot {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3), 0 0 20px rgba(255, 0, 255, 0.25);
  transition: all 0.4s ease;
}

#iframe01 {
  margin-top: 10px;
  border-radius: 20px;
}

.mika-flyer {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3), 0 0 20px rgba(255, 0, 255, 0.25);
  transition: all 0.4s ease;
}

.mika-flyer:hover {
  transform: scale(1.13);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6), 0 0 35px rgba(255, 0, 255, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
  width: 12%;
}

.carousel-indicators button {
  background: cyan;
  box-shadow: 0 0 8px cyan, 0 0 15px magenta;
  margin-top: 15px;
}

.show-card {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.253);
  padding: 10px;
  margin-bottom: 10px;
}

.show-city {
  font-size: 28px;
  letter-spacing: 2px;
  color: #f651ed;
  margin-bottom: 6px;
}

.show-meta {
  font-size: 15px;
  color: white;
  opacity: 0.9;
  margin-bottom: 14px;
}

.show-meta span {
  margin: 0 6px;
}

.album-card {
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.12), 0 0 20px rgba(255, 0, 255, 0.08);
  transition: 0.3s ease;
  margin-top: 50px;
  margin-left: 25px;
  width: 100%;
}

.album-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(0, 255, 255, 0.28), 0 0 34px rgba(255, 0, 255, 0.18);
}

.album-art {
  background-size: contain;
  background-position: center;
  border-radius: 14px;
  height: 250px;
  margin-top: 25px;
  background-repeat: no-repeat;
}

.album-content {
  padding: 18px;
}

.album-title {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.album-year {
  color: aqua;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.album-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.album-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 24px;
  text-decoration: none;
  color: white;
  border: 1px solid rgba(0, 255, 255, 0.5);
  background: rgba(0, 255, 255, 0.08);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.14);
  transition: 0.3s ease;
}

.album-btn:hover {
  background: rgba(0, 255, 255, 0.18);
  transform: translateY(-2px);
}

.album-art-1 {
  background-image: url(./Media/Images/midnight.png);
  background-position: bottom;
}

.album-art-2 {
  background-image: url(./Media/Images/neonlights2.png);
  background-position: bottom;
}

.album-art-3 {
  background-image: url(./Media/Images/GlobalGrooves2.png);
  background-position: bottom;
}

.merch-intro {
  max-width: 760px;
  margin-bottom: 32px;
  color: white;
  opacity: 0.92;
  line-height: 1.7;
}

.merch-slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 52px;
}

.merch-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 12px 2px 18px;
  scrollbar-width: none;
}

.merch-slider::-webkit-scrollbar {
  display: none;
}

.merch-slide {
  scroll-snap-align: start;
}

.merch-card {
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.15), 0 0 20px rgba(255, 0, 255, 0.1);
  transition: 0.3s ease;
  margin-top: 50px;
}

.merch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 22px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.25);
}

.merch-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}

.merch-card h4 {
  color: #f651ed;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.merch-card p {
  color: white;
  font-size: 0.92rem;
  opacity: 0.88;
  line-height: 1.55;
  margin-bottom: 14px;
}

.merch-btn {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 22px;
  border: 1px solid aqua;
  background: transparent;
  color: white;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
  transition: 0.3s ease;
}

.merch-btn:hover {
  background: rgba(0, 255, 255, 0.2);
}

.merch-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.45);
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2), 0 0 16px rgba(255, 0, 255, 0.12);
  cursor: pointer;
  transition: 0.3s ease;
}

.merch-nav:hover {
  background: rgba(0, 255, 255, 0.14);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.35), 0 0 24px rgba(255, 0, 255, 0.22);
}

.merch-prev {
  left: 0;
}

.merch-next {
  right: 0;
}

@media (max-width: 991.98px) {
  .merch-slider {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767.98px) {
  .merch-slider-wrap {
    padding: 0 42px;
  }
  .merch-slider {
    grid-auto-columns: 100%;
  }
  .merch-card img {
    height: 180px;
  }
}
.contact-intro {
  max-width: 720px;
  margin-bottom: 36px;
  color: white;
  opacity: 0.92;
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 36px auto;
}

@media (max-width: 991.98px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.15), 0 0 18px rgba(255, 0, 255, 0.1);
  transition: 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.contact-card h4 {
  color: #f651ed;
  margin-bottom: 10px;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin-bottom: 12px;
}

.contact-card a {
  color: aqua;
  text-decoration: none;
  word-break: break-word;
}

.contact-card a:hover {
  color: #ffffff;
}

.lets-connect-container {
  margin-top: 50px !important;
  align-items: center;
  max-width: 1640px;
  margin: 0 auto 28px auto;
  padding: 26px;
  border-radius: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.12), 0 0 24px rgba(255, 0, 255, 0.08);
}

.lets-connect {
  padding-left: 25px;
  padding-top: 50px;
  color: #f651ed;
}

.lets-connect-container:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.lets-connect-copy {
  padding-left: 20px;
  color: aqua !important;
  font-size: 1.15rem;
}

.social-panel,
.final-booking-panel {
  max-width: 760px;
  margin: 0 auto 28px auto;
  padding: 26px;
  border-radius: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.12), 0 0 24px rgba(255, 0, 255, 0.08);
}

.final-booking-panel {
  margin: 50px !important;
}

.social-panel h3,
.final-booking-panel h3 {
  color: #f651ed;
}

.social-panel p,
.final-booking-panel p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 16px;
}

.social-panel:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.final-booking-panel:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 30px rgba(255, 0, 255, 0.2);
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.social-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 24px;
  text-decoration: none;
  color: white;
  border: 1px solid rgba(0, 255, 255, 0.45);
  background: rgba(0, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.14);
  transition: 0.3s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
}

.social-panel {
  margin-top: 0px;
}

.contact-card a {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.Cbox-01 {
  margin-left: 40px;
  height: 100%;
  margin-top: 70px;
}

.con-blank {
  height: 10px;
}

.Instagram {
  background-image: url(./Media/Images/instagram.jpeg);
  background-size: cover;
  background-position: center;
  height: 60px;
  width: 60px;
  border-radius: 12px !important;
}

.TikTok {
  background-image: url(./Media/Images/pngimg.com\ -\ tiktok_PNG3.png);
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 12px !important;
}

.YouTube {
  background-image: url(./Media/Images/Youtube01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
  border-radius: 12px !important;
}

.Spotify {
  background-image: url(./Media/Images/pngimg.com\ -\ tiktok_PNG3.png);
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 12px !important;
}

.mika-cart-toggle {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 400;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  box-shadow: 0 0 14px rgba(0, 255, 255, 0.25), 0 0 26px rgba(255, 0, 255, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.mika-cart-toggle:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.4), 0 0 32px rgba(255, 0, 255, 0.3);
}

.cart-icon {
  font-size: 1.4rem;
}

.cart-count {
  position: absolute;
  top: 6px;
  right: 6px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f651ed;
  color: white;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(246, 81, 237, 0.45);
}

.mika-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 350;
}

.mika-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.mika-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  z-index: 360;
  background: linear-gradient(180deg, rgba(18, 14, 28, 0.92) 0%, rgba(8, 8, 14, 0.94) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 255, 255, 0.08), 0 0 26px rgba(255, 0, 255, 0.08);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
}

.mika-cart-drawer.is-open {
  transform: translateX(0);
}

.mika-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mika-cart-title {
  margin: 0;
  color: white;
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.16), 0 0 14px rgba(255, 0, 255, 0.1);
}

.mika-cart-close {
  border: 0;
  background: transparent;
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.mika-cart-close:hover {
  color: aqua;
  transform: scale(1.08);
}

.mika-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 18px;
}

.mika-cart-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.08), 0 0 12px rgba(255, 0, 255, 0.05);
}

.mika-cart-item-image img {
  width: 100%;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
}

.mika-cart-item-info h3 {
  margin: 0 0 6px 0;
  color: #f651ed;
  font-size: 1.1rem;
}

.mika-cart-item-info p {
  margin: 0 0 6px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}

.mika-cart-price {
  color: aqua !important;
  font-weight: 700;
}

.mika-cart-qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 255, 0.4);
  background: rgba(0, 255, 255, 0.08);
  color: white;
  cursor: pointer;
  transition: 0.2s ease;
}

.qty-btn:hover {
  background: rgba(0, 255, 255, 0.18);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.18);
}

.qty-value {
  color: white;
  min-width: 18px;
  text-align: center;
}

.mika-remove-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 1rem;
  transition: 0.2s ease;
}

.mika-remove-btn:hover {
  color: #f651ed;
}

.mika-cart-footer {
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.mika-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  margin-bottom: 10px;
}

.mika-cart-summary-row.total {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1.08rem;
  font-weight: 700;
}

.mika-checkout-btn,
.mika-continue-btn {
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  margin-top: 12px;
  cursor: pointer;
  transition: 0.25s ease;
  font-size: 1rem;
}

.mika-checkout-btn {
  border: 1px solid rgba(0, 255, 255, 0.5);
  background: rgba(0, 255, 255, 0.14);
  color: white;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.18);
}

.mika-checkout-btn:hover {
  background: rgba(0, 255, 255, 0.22);
  transform: translateY(-2px);
}

.mika-continue-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.mika-continue-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}/*# sourceMappingURL=styles.css.map */