/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/gala2024/gala2024.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.gala2024_gala2024Page__Y5ebR {
  min-height: 100vh;
}

.gala2024_heroSection__5_cVg {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem 4rem;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
}

.gala2024_heroOverlay__fIJ7_ {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.gala2024_heroTitle__4uP7c {
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
  font-family: var(--font-gotham);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.gala2024_contentSection__ZFYud {
  padding: 4rem 2rem;
  background-color: #ffffff;
  width: 100%;
}

.gala2024_container__WEL6K {
  max-width: 1200px;
  margin: 0 auto;
}

.gala2024_videoSection__KQh0w {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.gala2024_videoContainer__jK_Dt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.gala2024_videoEmbed__YbNwO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .gala2024_heroTitle__4uP7c {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .gala2024_heroSection__5_cVg {
    padding: 4rem 1.5rem 3rem;
    min-height: 300px;
  }

  .gala2024_heroTitle__4uP7c {
    font-size: 2.5rem;
  }

  .gala2024_contentSection__ZFYud {
    padding: 2rem 1.5rem;
  }

  .gala2024_videoContainer__jK_Dt {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .gala2024_heroSection__5_cVg {
    padding: 3rem 1rem 2rem;
    min-height: 250px;
  }

  .gala2024_heroTitle__4uP7c {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .gala2024_contentSection__ZFYud {
    padding: 1.5rem 1rem;
  }
}


