body {
  font-family: "Arial", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html, body {
  overflow-x: hidden; 
}

section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  z-index: 1;
}

.section-content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.hero {
  background-image: url("../background-image/bg-1.jpeg");
  text-align: center;
}

.hero .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.section-program {
  background-image: url("../background-image/bg-6.jpeg");
}

.section-keseruan {
  background-image: url("../background-image/bg-2.jpeg");
}

.section-merchandise {
  background-image: url("../background-image/bg-4.jpeg");
}

.section-event {
  /* background-image: url("background-image/bg-6.jpeg"); */
  background-color: #000;
}

.section-promoc2 {
  background-image: url("../background-image/bg-5.jpeg");
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  margin-bottom: 40px;
}

.footer {
  background-color: #000;
  text-align: center;
  padding: 20px;
}

.card {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}

.card img {
  height: 200px;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

.hero .text-white {
  color: #fff !important;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}



h1,
h2,
h3,
.new-rocker {
  font-family: 'New Rocker', cursive;
}


.gold-gradient {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}



.card-thumbnail-wrapper {
  position: relative;
}

.card-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.card-thumbnail-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 0.375rem;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


.gold-text {
  background: linear-gradient(to right, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.dimmed-thumbnail {
  filter: brightness(0.6);
}

.portrait-img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}



.promo-item {
  background: none;
  padding: 0;
}

.promo-img {
  width: 100%;
  height: 320px;
  /* adjust as needed */
  object-fit: cover;
  border-radius: 12px;
}



.swiper-slide {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFD700;
}

.swiper-pagination {
  bottom: 10px !important;
}

/* Default style for all pagination dots */
.swiper-pagination-bullet {
  background-color: white !important;
  /* Make inactive dots white */
  border-radius: 50%;
  width: 10px;
  /* Adjust the size of the dots */
  height: 10px;
  /* Adjust the size of the dots */
  opacity: 1;
  /* Make sure opacity is full */
  transition: background-color 0.3s ease;
  /* Smooth transition for color change */
}

/* Style for active pagination dot */
.swiper-pagination-bullet-active {
  background-color: gold !important;
  /* Make active dot gold */
}


.swiper-container {
  width: 100%;
  overflow: hidden;
  /* Keep this to prevent scrolling outside */
}

.program-swiper {
  width: 100%;
  height: auto;
}


.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.85) !important;
  transition: background-color 0.3s ease;
}


.svg-text {
  text-anchor: start;
  x: 0;
}

@media (max-width: 767.98px) {
  .svg-text {
    text-anchor: middle;
    x: 50%;
  }
}

/* Show desktop text by default */
.svg-desktop-text {
  display: block;
}
.svg-mobile-text {
  display: none;
}

/* On mobile, hide desktop text and show centered mobile text */
@media (max-width: 767.98px) {
  .svg-desktop-text {
    display: none;
  }
  .svg-mobile-text {
    display: block;
  }
}
