/* style.css */

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #110626;
  color: white;
}

.hero {
  background: url('../images/bg_alt.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(17, 6, 38, 0.5), rgba(17, 6, 38, 0.95));
}

.logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

.ybf-banner {
  max-width: 500px;
  width: 100%;
  margin-bottom: 1.5rem;
  display: block;
}

.tagline {
  font-size: 1.25rem;
  font-weight: 400;
}

.underline {
  width: 100px;
  height: 10px;
  margin: 0.5rem auto 2.5rem;
  display: block;
  margin-bottom: 1.5rem;
}

.ticket-section {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .ticket-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .ticket-content {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  .buy-ticket-button {
    width: 100%;
    max-width: 220px;
  } 
}

.ticket-content {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  flex-wrap: wrap;
}

.ticket-left .entry-label {
  color: #FE4849;
  font-size: 2rem;
  display: block;
  font-weight: 600;
}

.ticket-left .entry-price {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 0;
  color: white;
}

.buy-ticket-button {
  background-color: #facc15;
  color: #0b032d;
  padding: 1.5rem 6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}

.buy-ticket-button:hover {
  background-color: #fbbf24;
}

.section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #110626;
  padding: 2rem 1rem;
}

.event-details {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .event-details {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}

.info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}

.item img {
  width: 28px;
  height: auto;
}

.item p {
  margin: 0;
  text-align: left;
}

.item strong {
  font-weight: 700;
  font-size: 1.2rem;
}

.light {
  font-weight: 400;
  color: #e0e0e0;
  font-size: 1rem;
}

.theme-section {
  background: url('../images/elips.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 2rem 2rem;
}

.theme-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .theme-section .container {
    padding-top: 5rem;
  }
}

.theme-tag {
  display: inline-block;
  background: #2983C4;
  padding: 0.4em 1.2em;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.theme-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.divider {
  width: 60%;
  height: 1px;
  background: #ccc;
  border: none;
  margin: 1rem auto;
}

.sub-theme {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.sponsors {
  background: #fff;
  padding: 3rem 2rem;
  text-align: center;
  color: #110626;
}

@media screen and (max-width: 768px) {
  .sponsors {
    margin-top: 0;
  }
}

.sponsors-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.logos img {
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
}

.site-footer {
  background: #110626;
  padding: 1.5rem 2rem;
  color: #fff;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-logo {
  height: 40px;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  flex: 1;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons a {
  background: #fff;
  color: #110626;
  border-radius: 50%;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
}

.made-by {
  font-size: 1rem;
  color: #e0e0e0;
}

.made-by span,
.made-by a {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
  }

  .social-icons {
    order: 1;
    justify-content: center;
  }

  .made-by {
    order: 2;
  }
}

.map-highlight {
  background: #110626;
  padding: 0;
}

.map-container {
  width: 100%;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
}

.map-frame {
  width: 100%;
  height: 100%;
  border: none;
  filter: saturate(120%) contrast(110%);
  border-radius: 0;
}
