html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #111;
  color: #f5f5f5;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar-custom {
  position: fixed;
  width: 100%;
  background: transparent;
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  padding: 15px 0;
  z-index: 1000;
}
.navbar-custom .navbar-brand {
  color: #b29407;
  font-weight: bold;
}
.navbar-custom .nav-link {
  color: #b29407;
  font-weight: 500;
  transition: color 0.3s;
}
.navbar-custom .nav-link:hover {
  color: rgb(246.5621621622, 210.4, 40.4378378378);
}
.navbar-custom .navbar-toggler {
  border: none;
  color: #b29407;
  font-size: 1.5rem;
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  color: #b29407;
  height: auto;
}

.scrolled {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  overflow: hidden;
}
.hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.hero .hero-subtitle {
  font-size: 1.5rem;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.hero .btn {
  padding: 12px 20px;
  border-radius: 8px;
  margin: 10px;
}

.about-tour {
  padding: 80px 0;
  background: #fff;
}
.about-tour .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #b29407;
}
.about-tour .intro-text {
  font-size: 1.2rem;
  color: #222;
  line-height: 1.8;
}
.about-tour .tour-dates {
  font-size: 1.1rem;
  font-weight: 600;
  color: #242424;
}
.about-tour .highlight {
  color: #b29407;
  font-weight: bold;
}
.about-tour .tour-image {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.about-tour .tour-video {
  width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}
@media (max-width: 768px) {
  .about-tour .tour-video {
    width: 90%;
  }
}
.about-tour .artists {
  margin-top: 50px;
}
.about-tour .artists .section-subtitle {
  font-size: 2rem;
  color: #b29407;
  text-align: center;
  margin-bottom: 30px;
}
.about-tour .artists .artist-card {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  flex: 0 0 30%;
}
.about-tour .artists .artist-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.about-tour .artists .artist-card .artist-img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.about-tour .artists .artist-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #242424;
}
.about-tour .artists .artist-card p {
  font-size: 1rem;
  color: #222;
}
.about-tour .artists .artist-card .social-links {
  margin-top: 10px;
}
.about-tour .artists .artist-card .social-links a {
  font-size: 1.4rem;
  color: #b29407;
  margin: 0 10px;
  transition: 0.3s;
}
.about-tour .artists .artist-card .social-links a:hover {
  color: rgb(128.9297297297, 107.2, 5.0702702703);
}

.workshops-section {
  padding: 3rem 0;
  background-color: #111;
  color: #f5f5f5;
}
.workshops-section .intro {
  margin-bottom: 2rem;
  text-align: center;
}
.workshops-section .intro h2 {
  font-size: 2.5rem;
  color: #b29407;
  margin-bottom: 1rem;
}
.workshops-section .intro p {
  font-size: 1.1rem;
  color: #f5f5f5;
}
.workshops-section .workshop-block,
.workshops-section .performance-block,
.workshops-section .tour-block {
  background: #242424;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
}
.workshops-section .workshop-block h3,
.workshops-section .performance-block h3,
.workshops-section .tour-block h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #b29407;
}
.workshops-section .workshop-block h4, .workshops-section .workshop-block h5, .workshops-section .workshop-block p, .workshops-section .workshop-block ul,
.workshops-section .performance-block h4,
.workshops-section .performance-block h5,
.workshops-section .performance-block p,
.workshops-section .performance-block ul,
.workshops-section .tour-block h4,
.workshops-section .tour-block h5,
.workshops-section .tour-block p,
.workshops-section .tour-block ul {
  color: #f5f5f5;
}
.workshops-section .workshop-block a.btn,
.workshops-section .performance-block a.btn,
.workshops-section .tour-block a.btn {
  margin-top: 1rem;
  transition: background-color 0.3s, border-color 0.3s;
}
.workshops-section .workshop-block a.btn:hover,
.workshops-section .performance-block a.btn:hover,
.workshops-section .tour-block a.btn:hover {
  background-color: #b29407;
  border-color: #b29407;
  color: #222;
}
.workshops-section .workshop-block iframe,
.workshops-section .performance-block iframe,
.workshops-section .tour-block iframe {
  margin-top: 1rem;
  border: 0;
  border-radius: 10px;
}
.workshops-section .workshop-card,
.workshops-section .performance-card {
  margin-bottom: 1rem;
}
.workshops-section .workshop-card h4,
.workshops-section .performance-card h4 {
  font-weight: 600;
}

.card-deck {
  margin-top: 1rem;
}
.card-deck .showcase-card {
  background: #242424;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .card-deck .showcase-card + .showcase-card {
    margin-top: 2rem;
  }
}
.card-deck .showcase-card:hover {
  transform: translateY(-5px);
}
.card-deck .showcase-card .card-img-top {
  width: 100%;
  height: auto;
}
.card-deck .showcase-card .card-body {
  padding: 1rem;
  text-align: center;
  background: #111;
}
.card-deck .showcase-card .card-body .card-title {
  font-size: 1.25rem;
  color: #b29407;
  margin-bottom: 0.5rem;
}
.card-deck .showcase-card .card-body .card-text {
  font-size: 1rem;
  color: #f5f5f5;
}

.cta-section {
  background: linear-gradient(135deg, #b29407, #000);
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}
.cta-section .cta-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-section .cta-text {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.cta-section .highlight {
  color: #ffd700;
  font-weight: bold;
}

.tour-footer {
  background: #1a1a1a;
  color: #fff;
}
.tour-footer a {
  color: #f5f5f5;
  text-decoration: none;
  opacity: 0.6;
}
.tour-footer .contact-heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.tour-footer .contact-methods {
  gap: 15px;
}
.tour-footer .contact-methods .contact-item {
  font-size: 1.1rem;
  gap: 12px;
}
.tour-footer .contact-methods .contact-item i {
  font-size: 1.2rem;
  color: #ffd700;
}
.tour-footer .contact-methods .contact-item .fa-whatsapp {
  color: #25d366;
}
.tour-footer .whatsapp-link {
  color: #25d366;
  font-weight: bold;
  text-decoration: none;
}
.tour-footer .whatsapp-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
}

.cta-btn {
  display: inline-block;
  background: #ffd700;
  color: #000;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}
.cta-btn:hover {
  background: #fff;
  color: #b29407;
}

/*# sourceMappingURL=styles.css.map */
