@font-face {
  font-family: 'Lombardic';
  src: url('../font/Lombardic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  color: #333;
}

header {
  background-color: #000;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
footer {
  background-color: #000;
  color: #fff;
  height:300px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
header h1 {
  font-family: 'Lombardic', sans-serif;
  font-size: 2em;
}

#head {
    width: 100%;
    height: 800px;
}

@media (max-width: 768px) {
    #head {
      height: 400px;
  }
}

.fullscreen-section {
  width: 100%;
  background: url("../img/mainbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.logo { 
    width: 100%;
    max-width: 180px;
    margin-bottom:30px;
}

.flip-on-load {
  display: inline-block;
  transform: rotateY(90deg);
  animation: flipIn 1s ease-out forwards;
}

@keyframes flipIn {
  from {
    transform: rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.info-section {
  padding: 4em 2em;
  background-color: #ffffff;
  color: #222;
  text-align: center;
}

.info-section h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.info-section ul {
  list-style-type: none;
  padding: 0;
}

.info-section ul li {
  margin: 0.5em 0;
  font-size: 1.1em;
}

.info-section a {
  color: #1e90ff;
  text-decoration: none;
}

.info-section a:hover {
  text-decoration: underline;
}

section {
  margin-bottom: 3em;
}

.live-dates {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em;
  background-color: #ffffff;
}

.live-dates h2,
.music-section h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 2rem;
  gap: 1rem;
  font-family: 'Lombardic', sans-serif;
}

.live-dates h2::before,
.music-section h2::before,
.live-dates h2::after,
.music-section h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}

.live-dates-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.live-date-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.live-date-left {
  flex: 2;
  text-align: left;
}

.live-date-left strong {
  display: block;
  margin-bottom: 0.25em;
}

.live-date-right {
  flex: 1;
  text-align: right;
}

.live-date-button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  background: none;
  font-size: 0.9rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.live-date-button:hover {
  background-color: #000;
  color: #fff;
}

.music-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em;
  background-color: #ffffff;
}

.music-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: nowrap;
  padding: 1em 0;
}

.music-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1em;
}

.music-left {
  flex: 2;
}

.music-left strong {
  display: block;
  margin-bottom: 0.25em;
}

.music-right {
  flex: 1;
  text-align: right;
}

.music-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.music-button:hover {
  transform: scale(1.1);
}

.platform-icon {
  width: 70px;
  height: 70px;
}

.live-date-button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  background: none;
  font-size: 0.9rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 4em 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}

.footer-socials {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.footer-socials h2 {
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lombardic', sans-serif;
  gap: 1rem;
}

.footer-socials h2::before,
.footer-socials h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 1.5em;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  box-shadow: 0 0 5px rgba(255,255,255,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.footer-copy {
  font-size: 0.9rem;
  color: #ccc;
}