body {
  background-color: #f1f1f1;
  color: #000000;
  font-family: Arial, sans-serif;
  margin: 0;
}
.stardos-stencil-regular {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 400;
  font-style: normal;
}

.stardos-stencil-bold {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  font-style: normal;
}
.unifrakturcook-bold {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-style: normal;
}
main {
  padding: 40px 0;
}

 /*Хедер */
header {
  position: relative;
  background-color: #f1f1f1;
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #000000;
}

.name {
  font-size: 80px; 
  font-style: italic;
  color:  #cb83ff;
  position: absolute; 
  bottom: -20px; 
  left: 10px;
  z-index: 100;
  font-family: "UnifrakturCook", cursive;
  white-space: nowrap;
  transform: rotate(-5deg); /* лёгкий наклон для угла */
}




.nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; /* вместо center */
  gap: 10px;
}

/* Ссылки навигации*/ 
.nav a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Stardos Stencil", system-ui;
}

.nav a:hover {
  color: #cb83ff;
  transform: scale(1.05);
  transition: transform 0.3s, background-color 0.3s;
}

/* Основной контент */
main {
  padding: 40px 0;
}

h1 {
  text-align: center; 
  font-family: "UnifrakturCook", cursive;
  font-size: 40px;
  margin-bottom: 20px;
  color:#cb83ff;
}

.intro-text {
  font-family: "Stardos Stencil", system-ui;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 5px;

}
.section-title {
  font-family: "Stardos Stencil", system-ui;
  font-size: 28px;
  margin-top: 40px;
  color: #cb83ff;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.genre-block-horizontal {
  display: flex;
  align-items: stretch;
  text-align: center;
  gap: 20px;
  margin-bottom: 20px;
  height: 250px;
  padding: 10px;
}

.genre-title-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-family: "Stardos Stencil", system-ui;
  font-size: 20px;
  color: #ffffff;
  background-color: #c77dff;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Стилизация жанров*/ 
.genre-block {
  margin-top: 25px;
}

.artist-list {
  list-style-type: square;
  padding: 30px 0px 0 0px;
}

.artist-list li {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  font-family: "Stardos Stencil", system-ui;
  color: #000000;
}

/* Анимация при наведении */
.artist-list li:hover {
  color: #cb83ff;
}

/* Блок с музыкой */
h3{
  font-family: "Stardos Stencil", system-ui;
  text-align: center;
  padding: 10px;
  font-size: 28px;
  color: #cb83ff;


}
.music-wrapper {
  display: flex;
  align-items: center; /* Центрируем по вертикали*/ 
  gap: 10px;
}

.music-gallery {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  background: transparent;
  border: none;
  border-radius: 0;
  flex: 1;
  scrollbar-width: none; /* Firefox */
}

.music-gallery::-webkit-scrollbar {
  display: none; /* Chrome */
}

.music-gallery iframe {
  height: 450px;
  scroll-snap-align: start;
  border: none;
  flex-shrink: 0;
  width: 100%;
}

.music-dots {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрируем точки внутри контейнера */
  gap: 10px;
  margin-left: 10px; /* Отступ слева от точек */
  height: 450px; /* Высота равна высоте галереи */
}
.music-dot {
  width: 12px;
  height: 12px;
  background-color: #666;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.music-dot.active {
  background-color: #c77dff;
}

footer {
  background-color: #f1f1f1; 
  padding: 30px;
  text-align: center;
  color: #cb83ff; 
  font-family: "UnifrakturCook", cursive;
  font-size: 20px; /* Добавлено: увеличивает размер текста */
}
a {
  color: #cb83ff;
  text-decoration: none;
}
a:hover {
  color: #a855f7;
}

/*tiket*/

.formulier {
  background-color: #f1f1f1;
  width: 800px;
  height: auto;
  margin: 50px auto; /* центрирует по горизонтали */
  display: flex;
  flex-direction: column;
  padding: 60px;
  box-shadow: 0 0 15px #cb83ff ;
  font-family: "Stardos Stencil", system-ui;


}
.btn-custom {
  background-color: #cb83ff;
  color: rgb(0, 0, 0);
  border: none;
  padding: 20px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 1px;
  font-family: "UnifrakturCook", cursive;
}

.btn-custom:hover {
  background-color: #c77dff; /* чуть темнее для эффекта */
  color: #ffffff;

}


/*буквы в формулире */
.form-label {
  font-family: "Stardos Stencil", system-ui;
}


.card {
  font-family: "Stardos Stencil", system-ui;
  transition: background-color 0.3s ease;
}

.event-date-col {
  text-align: center;
  padding-top: 40px;
  background-color: #000000;
  color: white;
}

.card:hover {
  background-color: #c77dff;
  color: white;
}

.card:hover .event-date-col {
  background-color: #000000;
}

.event-date {
  padding: 0 0;
}

.day-of-week, .date {
  display: block;
}
.highlight{
  color: #cb83ff;
  font-size: 20px;
}
.contact{
  font-family:"Stardos Stencil", system-ui;

}
.photo-gallery {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.photo-gallery img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}

.row.align-items-start {
  align-items: stretch;
}

