/* Styles spécifiques pour le hero slider selon la démo Template Monster */

/* Style pour le titre principal */
.shuttler-title {
  font-size: 72px;
  font-weight: 900;
  margin-bottom: 25px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  animation: fadeInUp 1s both;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

/* Style pour le sous-titre SPN BADMINTON */
.shuttler-subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 1s 0.2s both;
}

/* Styles pour les titres SPN BADMINTON */
.text-highlight {
  color: #e30613;
  font-size: 1.2em;
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

/* Style spécifique pour SPN BADMINTON dans le titre */
.shuttler-title .text-highlight,
.shuttler-title .text-normal {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2px;
}

/* Barre rouge sous le titre */
.shuttler-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #e30613;
}

.text-normal {
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
}

/* Styles responsifs pour le hero slider */
@media (max-width: 1200px) {
  .shuttler-title {
    font-size: 60px;
  }
  
  .shuttler-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .shuttler-title {
    font-size: 48px;
  }
  
  .shuttler-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .shuttler-title {
    font-size: 36px;
  }
  
  .shuttler-subtitle {
    font-size: 20px;
  }
}
