.language-toggle,
.nav-container {
  align-items: center;
  display: flex;
}
.hero-background,
.hero-bg-image {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.font-decophile,
.hero-title {
  font-family: Decophile, "Playfair Display", serif;
  font-weight: 400;
}
.card-content,
.hero-text,
.modal-title,
.program-title,
.section-title {
  text-align: center;
}
*,
.arrow-icon {
  box-sizing: border-box;
}
.info-divider,
.info-list,
.info-row,
.modal-hero-image {
  align-self: stretch;
}
.carousel-item img,
.hero-bg-image,
.reservations-bg img {
  object-position: center;
  object-fit: cover;
}
body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@font-face {
  font-family: Decophile;
  src: url("../fonts/FREE - Decophile.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-decophile {
  font-style: normal;
}
body {
  font-family: Mulish, sans-serif;
  background-color: #1a1a1a !important;
  color: #e6e6e6;
  overflow-x: hidden;
  animation: none !important;
}
.top-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(10px);
  padding: 16px 120px;
}
.lang-item,
.language-toggle {
  padding: 2px;
  border-radius: 800px;
}
.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 80px;
}
.nav-logo {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.curtain-logo img,
.hero-logo-img,
.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nav-link {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: color 0.3s;
  cursor: pointer;
}
.fanpage-link:hover,
.hero-title,
.info-value-link:hover .arrow-up-right,
.nav-link:hover,
.show-slots-info.available .slots-text {
  color: #c5a059;
}
.language-toggle {
  gap: 2px;
  background: #4d4d4d;
}
.lang-item {
  opacity: 0.4;
  transition: opacity 0.3s;
  cursor: pointer;
}
.cta-button,
.reserve-button,
.view-details-button {
  text-transform: capitalize;
  transition: 0.3s;
  cursor: pointer;
}
.lang-item.active {
  background: #e6e6e6;
  opacity: 1;
}
.flag-icon {
  width: 30px;
  height: 20px;
  display: block;
}
.hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 132px 0 212px;
  margin-top: 132px;
  overflow: hidden;
}
.hero-background,
.hero-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-content,
.hero-text {
  display: flex;
  flex-direction: column;
}
.hero-background {
  height: 100%;
  z-index: 1;
}
.hero-bg-image {
  width: 100%;
  height: 120%;
}
.hero-overlay {
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0, #1a1a1a 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  padding: 120px 20px 0;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  animation: 1s ease-out 0.5s forwards heroFadeIn;
  will-change: opacity, transform;
}
@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hero-logo {
  width: 220px;
  height: 220px;
}
.hero-text {
  align-items: center;
  gap: 16px;
}
.date-range,
.program-card,
.program-cards,
.program-group {
  gap: 24px;
  display: flex;
}
.hero-title {
  font-size: 64px;
  line-height: 72px;
  min-height: 72px;
}
.hero-subtitle {
  font-family: Philosopher, serif;
  font-size: 32px;
  line-height: 38px;
  color: #e6e6e6;
  font-weight: 400;
}
.cta-button,
.reserve-button {
  background-color: #c5a059;
  color: #1a1a1a;
  border: none;
  padding: 8px 24px;
  border-radius: 800px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.calendar-section,
.view-details-button {
  background-color: #1a1a1a;
}
.cta-button:hover {
  background-color: #b8944f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
}
.section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 120px;
}
.section-title {
  font-family: Decophile, "Playfair Display", serif;
  font-size: 64px;
  line-height: 72px;
  color: #c5a059;
  margin-bottom: 40px;
  font-weight: 400;
}
.program-group {
  flex-direction: column;
  margin-bottom: 40px;
}
.date-range {
  align-items: center;
  justify-content: center;
}
.line-divider {
  flex: 1 1 0;
  height: 0;
  outline: #4d4d4d solid 1px;
  outline-offset: -0.5px;
}
.date-text {
  font-size: 18px;
  line-height: 28px;
  color: #a6a6a6;
  white-space: nowrap;
}
.card-title,
.program-title {
  font-family: Philosopher, serif;
  color: #fff;
  font-weight: 400;
}
.program-title {
  font-size: 32px;
  line-height: 38px;
}
.program-cards {
  align-items: stretch;
}
.program-card {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
  height: 204px;
  justify-content: flex-start;
}
.card-description,
.card-description-tall {
  height: 96px;
  -webkit-line-clamp: 4;
}
.card-title {
  font-size: 24px;
  line-height: 36px;
  width: 100%;
}
.modal-info-text,
.view-details-button {
  font-family: Mulish, sans-serif;
  font-weight: 700;
}
.card-description {
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
}
.card-buttons,
.card-date-time {
  display: flex;
  gap: 12px;
  align-items: center;
}
.card-date-time {
  justify-content: center;
}
.card-date-time .date,
.card-date-time .time {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #c5a059;
}
.card-date-time .dot {
  width: 8px;
  height: 8px;
  background: #624c22;
  border-radius: 50%;
}
.card-image {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
  will-change: transform;
  cursor: pointer;
  border-radius: 8px;
}
.card-image img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .card-image:hover {
    transform: translateY(-12px) scale(1.02) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(197, 160, 89, 0.3);
  }
  .card-image:hover img {
    transform: scale(1.05);
  }
}
.card-image img,
.modal-hero-image img,
.practical-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-buttons {
  justify-content: center;
  width: 100%;
}
.view-details-button {
  color: #dec89e;
  border: none;
  outline: #dec89e solid 2px;
  outline-offset: -2px;
  padding: 8px 24px;
  border-radius: 800px;
  font-size: 18px;
  line-height: 28px;
}
.modal-close-button:hover,
.view-details-button:hover {
  background-color: rgba(222, 200, 158, 0.1);
  outline-color: #c5a059;
  color: #c5a059;
}
.modal-reserve-button:hover,
.reserve-button:hover {
  background-color: #b8944f;
  transform: translateY(-2px);
}
.image-lightbox,
.view-details-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.image-lightbox.active,
.view-details-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}
.modal-content {
  position: relative;
  z-index: 10001;
  background-color: #2e2e2e;
  border-radius: 4px;
  max-width: 960px;
  width: calc(100% - 48px);
  max-height: 90vh;
  overflow-y: auto;
  animation: 0.3s modalFadeIn;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(46, 46, 46, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #e6e6e6;
  transition: 0.3s;
  z-index: 10002;
}
.artists-header,
.artists-section,
.modal-hero-image {
  position: relative;
}
.lightbox-close:hover,
.modal-close:hover {
  background: rgba(197, 160, 89, 0.9);
  color: #1a1a1a;
  transform: rotate(90deg);
}
.lightbox-close svg,
.modal-close svg {
  width: 24px;
  height: 24px;
}
.modal-hero-image {
  width: 100%;
  height: 120.67px;
  overflow: hidden;
}
.modal-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.modal-info,
.modal-info-row {
  gap: 12px;
  width: 100%;
  display: flex;
}
.modal-title {
  font-family: Decophile, "Playfair Display", serif;
  font-size: 36px;
  line-height: 44px;
  color: #c5a059;
  font-weight: 400;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}
.modal-description,
.modal-info-text {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.modal-description {
  color: #e6e6e6;
  margin: 0;
  text-align: center;
  width: 100%;
}
.modal-info {
  flex-direction: column;
  align-items: flex-start;
}
.modal-info-row {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.modal-info-row:last-child .modal-info-item {
  justify-content: center;
}
.info-row .info-item,
.modal-info-row:last-child .modal-info-item .modal-info-text {
  flex: 1 1 0;
}
.modal-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-info-icon svg {
  width: 100%;
  height: 100%;
  color: grey;
}
.modal-info-text {
  color: #fff;
}
.modal-close-button,
.modal-reserve-button {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  transition: 0.3s;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.modal-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.modal-close-button {
  background-color: #1a1a1a;
  color: #dec89e;
  border: none;
  outline: #dec89e solid 2px;
  outline-offset: -2px;
  border-radius: 800px;
}
.modal-reserve-button {
  background-color: #c5a059;
  color: #1a1a1a;
  border: none;
  border-radius: 800px;
}
.artists-section,
.practical-info-section {
  background-color: #1a1a1a;
  isolation: isolate;
}
@media (min-width: 1024px) {
  .modal-content {
    padding: 32px;
    gap: 32px;
    max-width: 960px;
  }
  .modal-hero-image {
    height: 380px;
  }
  .modal-title {
    font-size: 64px;
    line-height: 72px;
  }
  .modal-description,
  .modal-info-text {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-info {
    align-items: center;
  }
  .modal-info-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .modal-info-item {
    width: auto;
  }
  .modal-buttons {
    justify-content: center;
  }
  .modal-close-button,
  .modal-reserve-button {
    padding: 8px 24px;
    font-size: 18px;
    line-height: 28px;
  }
}
.artists-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  max-width: 721px;
  margin: 0 auto 40px;
  z-index: 3;
}
.artists-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #a6a6a6;
}
.artists-carousel-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.artists-carousel {
  display: flex;
  gap: 32px;
  will-change: transform;
  align-items: center;
  width: fit-content;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.carousel-item {
  flex-shrink: 0;
  height: 400px;
  overflow: hidden;
}
.carousel-item.portrait {
  width: 300px;
}
.carousel-item.landscape {
  width: 534px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.carousel-item img:hover {
  opacity: 0.9;
}
.artists-bg-decoration {
  position: absolute;
  top: 77.14px;
  left: 1070px;
  width: 471.718px;
  height: 376.914px;
  z-index: 1;
  pointer-events: none;
  transform: rotate(349.499deg);
}
.bg-decoration-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: color-dodge;
  opacity: 0.3;
}
.practical-info-section {
  padding: 0;
  position: relative;
}
.practical-info-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  overflow: visible;
}
.info-label,
.info-value {
  margin-bottom: 0;
}
.practical-info-content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 120px;
  min-width: 0;
}
.practical-cta {
  width: auto;
  max-width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  text-align: center;
  white-space: nowrap;
}
.practical-info-content .section-title {
  text-align: left;
  margin-bottom: 0;
  color: #c5a059;
  font-size: 64px;
  line-height: 72px;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.info-row {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.info-row:last-of-type {
  justify-content: space-between;
}
.info-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #a6a6a6;
  font-family: Mulish, sans-serif;
}
.fanpage-link,
.info-value {
  font-family: Philosopher, serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}
.info-value-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.fanpage-link {
  text-decoration: underline;
  transition: color 0.3s;
}
.arrow-icon-wrapper,
.toast-icon {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.arrow-icon {
  width: 10px;
  height: 10px;
  left: 7px;
  top: 7px;
  position: absolute;
  outline: #808080 solid 2px;
  outline-offset: -1px;
  border-radius: 0;
  background: 0 0;
}
.arrow-up-right {
  width: 24px;
  height: 24px;
  color: grey;
  flex-shrink: 0;
  transition: color 0.3s;
}
.info-divider {
  height: 0;
  width: 100%;
  outline: #2e2e2e solid 1px;
  outline-offset: -0.5px;
  background: 0 0;
}
.practical-info-image {
  width: 619px;
  height: 602px;
  flex-shrink: 0;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.practical-info-bg-decoration {
  position: absolute;
  bottom: 250px;
  left: 372px;
  width: 360.335px;
  height: 317.128px;
  transform: rotate(336.423deg);
  pointer-events: none;
  z-index: 0;
}
.reservations-section {
  background-color: #1a1a1a;
  padding: 0 0 80px;
  position: relative;
}
.reservations-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  min-height: 532px;
}
.reservations-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.reservations-bg img {
  width: 100%;
  height: 100%;
}
.reservations-title {
  position: absolute;
  bottom: 0;
  left: 120px;
  text-align: left;
  margin-bottom: 0;
  z-index: 2;
  color: #c5a059;
}
.reservations-form-container {
  background-color: #1a1a1a;
  padding: 24px;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-top: 0;
  align-self: flex-start;
}
.reservations-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 440px;
}
.footer-container,
.form-group {
  flex-direction: column;
  display: flex;
}
.form-group {
  gap: 4px;
}
.form-label {
  font-size: 14px;
  line-height: 20px;
  color: #e6e6e6;
  font-weight: 400;
}
.form-input,
.form-select {
  background-color: #2e2e2e;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #e6e6e6;
  width: 100%;
}
.form-input::placeholder {
  color: grey;
}
.chevron-down,
.show-slots-info .slots-text {
  color: #e6e6e6;
}
.form-select-wrapper {
  position: relative;
}
.form-select {
  appearance: none;
  padding-right: 40px;
}
.chevron-down {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.form-submit {
  margin-top: 8px;
}
.form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #666;
}
.show-slots-info {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
}
.show-slots-info.sold-out {
  background-color: #7a2d2a;
  border: 1px solid #c45652;
}
.show-slots-info.sold-out .slots-text {
  color: #fff;
  font-weight: 600;
}
.show-slots-info.available {
  background-color: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.3);
}
.footer-section {
  background-color: #1a1a1a;
  padding: 40px 0 24px;
}
.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  gap: 40px;
}
.footer-subtitle,
.footer-title,
.popup-message p:last-child {
  margin-bottom: 0;
}
.footer-divider {
  width: 1200px;
  height: 2px;
  background: #a6a6a6;
  max-width: 100%;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.footer-title {
  font-family: Decophile, "Playfair Display", serif;
  font-size: 120px;
  line-height: 144px;
  color: #c5a059;
  font-weight: 400;
}
.footer-subtitle {
  font-family: Philosopher, serif;
  font-size: 32px;
  line-height: 38px;
  color: #e6e6e6;
  font-weight: 400;
}
.footer-copyright,
.popup-message p,
.toast-message {
  font-size: 16px;
  line-height: 24px;
}
.footer-copyright {
  font-family: Mulish, sans-serif;
  color: #9aa0a5;
  margin-bottom: 0;
}
.error-toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.error-toast.show {
  opacity: 1;
  visibility: visible;
}
.toast-content {
  width: 100%;
  height: 100%;
  padding: 12px;
  background: #7a2d2a;
  border-radius: 8px;
  outline: #c45652 solid 1px;
  outline-offset: -1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 300px;
  max-width: 500px;
}
.toast-icon-circle {
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  position: absolute;
  outline: #c45652 solid 2px;
  outline-offset: -1px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-icon-circle::after {
  content: "!";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.toast-message {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  flex: 1;
}
.form-input.error,
.form-select.error {
  border: 1px solid #c45652;
  background-color: #3a2a1a;
}
.confirmation-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.confirmation-popup.active {
  display: flex;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
.popup-content {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 40px;
  max-width: 591px;
  width: 90%;
  text-align: center;
  z-index: 10001;
  animation: 0.3s popupFadeIn;
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.popup-icon {
  margin: 0 auto 32px;
  width: 80px;
  height: 80px;
}
.popup-title {
  font-family: Philosopher, serif;
  font-size: 32px;
  line-height: 44px;
  color: #c5a059;
  font-weight: 400;
  margin-bottom: 24px;
}
.popup-message {
  margin-bottom: 32px;
}
.popup-message p {
  color: #e6e6e6;
  margin-bottom: 16px;
}
.popup-contact {
  font-size: 14px;
  line-height: 20px;
  color: #a6a6a6;
}
.popup-close {
  width: 95px;
}
.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(8px);
}
.lightbox-content {
  position: relative;
  z-index: 10001;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 0.3s lightboxFadeIn;
}
@keyframes lightboxFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(26, 26, 26, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #e6e6e6;
  transition: 0.3s;
  z-index: 10002;
}
.section-container {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fade-in-element.fade-in-visible,
.section-container.scroll-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  will-change: transform;
}
.parallax-container {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.fade-in-element,
.fade-in-scale {
  will-change: opacity, transform;
  opacity: 0;
}
.fade-in-element {
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fade-in-element.delay-1 {
  transition-delay: 0.1s;
}
.fade-in-element.delay-2 {
  transition-delay: 0.2s;
}
.fade-in-element.delay-3 {
  transition-delay: 0.3s;
}
.fade-in-scale {
  transform: translate3d(0, 0, 0) scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in-scale.fade-in-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.curtain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: top;
}
.curtain-overlay.hidden {
  transform: translateY(-100%);
}
.curtain-overlay.removed {
  display: none;
}
.curtain-logo {
  width: 150px;
  height: 150px;
  opacity: 0;
  animation: 0.8s ease-out 0.3s forwards curtainLogoFadeIn;
}
@keyframes curtainLogoFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 1440px) {
  .nav-container,
  .practical-info-container,
  .reservations-container,
  .section-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .reservations-title {
    left: 60px;
  }
  .program-cards {
    flex-wrap: wrap;
  }
  .program-card {
    min-width: calc(33.333% - 16px);
  }
  .practical-info-content {
    padding: 80px 60px;
  }
  .practical-info-image {
    width: 604px;
    height: 602px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .practical-info-content {
    padding: 60px 40px;
  }
  .practical-info-image {
    width: 604px;
    height: 602px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav-container {
    padding: 16px 40px;
    gap: 40px;
  }
  .nav-menu {
    gap: 15px;
  }
  .nav-link {
    font-size: 16px;
  }
  .practical-info-content,
  .section-container {
    padding: 60px 40px;
  }
  .hero-title,
  .section-title {
    font-size: 48px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .program-cards {
    flex-wrap: nowrap !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    padding: 0 16px 8px;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100vw;
    margin: 0 -16px;
  }
  .program-cards::-webkit-scrollbar {
    display: none;
  }
  .program-card {
    min-width: 320px !important;
    max-width: 320px !important;
    width: 320px !important;
    flex: 0 0 320px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start;
  }
  .practical-info-container {
    flex-direction: column;
  }
  .practical-info-image {
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 600px;
    margin-left: 0;
    margin-right: 0;
  }
  .practical-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .reservations-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .reservations-title {
    position: relative;
    left: auto;
    margin-bottom: 24px;
  }
  .reservations-form {
    width: 100%;
  }
  .footer-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero-subtitle,
  .hero-title {
    font-weight: 400;
    word-wrap: break-word;
  }
  .calendar-section .section-title,
  .hero-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
  .hero-cta,
  .hero-subtitle,
  .hero-title {
    word-wrap: break-word;
  }
  .nav-menu,
  .top-navigation {
    display: none;
  }
  .nav-container {
    gap: 16px;
    padding: 0;
  }
  .nav-logo {
    width: 100px;
    height: 100px;
  }
  .language-toggle {
    flex-shrink: 0;
  }
  .hero-section {
    min-height: 416px;
    padding: 0;
    margin-top: 0;
    position: relative;
  }
  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .hero-bg-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }
  .hero-content {
    gap: 0;
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .hero-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .hero-text {
    gap: 0;
    padding: 0 16px;
    max-width: 343px;
    margin: 8px auto 0;
  }
  .calendar-section .program-group:last-child,
  .calendar-section .program-group > .date-range,
  .calendar-section .program-group > .program-title,
  .hero-title {
    margin-bottom: 0;
  }
  .hero-title {
    font-family: Decophile, "Playfair Display", serif;
    min-height: 88px;
  }
  .hero-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-family: Philosopher, serif;
    margin-top: 0;
    text-align: center;
  }
  .hero-cta,
  .info-label {
    font-weight: 700;
    font-family: Mulish, sans-serif;
  }
  .hero-cta {
    width: auto;
    min-width: 220px;
    max-width: 90%;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 8px 20px;
    margin: 16px auto 0;
    display: block;
    white-space: normal;
  }
  .section-container {
    padding: 40px 16px;
    max-width: 100%;
  }
  .section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
    text-align: center;
  }
  .calendar-section {
    padding: 16px 0 40px;
  }
  .calendar-section .section-container {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .calendar-section .section-title {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .calendar-section .program-group {
    gap: 16px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 0;
  }
  .artists-carousel-wrapper,
  .calendar-section .program-cards {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .calendar-section .program-group > .program-cards {
    margin-top: 0;
  }
  .calendar-section .date-range {
    gap: 8px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .artists-header,
  .calendar-section .program-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .calendar-section .line-divider {
    flex: 1 1 0;
    height: 0;
    outline: #4d4d4d solid 1px;
    outline-offset: -0.5px;
  }
  .calendar-section .date-text {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    padding: 0;
    color: #a6a6a6;
  }
  .calendar-section .program-group-long-date .date-range .line-divider {
    flex: 1 1 0;
  }
  .calendar-section .program-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .calendar-section .program-cards {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    padding: 0 !important;
    padding-left: calc((100vw - min(350px, 90vw)) / 2) !important;
    padding-right: calc((100vw - min(350px, 90vw)) / 2) !important;
    padding-bottom: 0;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  .calendar-section .program-cards::-webkit-scrollbar {
    display: none;
  }
  .calendar-section .program-card {
    min-width: min(350px, 90vw) !important;
    max-width: min(350px, 90vw) !important;
    width: min(350px, 90vw) !important;
    flex: 0 0 min(350px, 90vw) !important;
    flex-shrink: 0 !important;
    scroll-snap-align: center;
    gap: 16px;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
  }
  .calendar-section .card-content {
    gap: 8px;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0;
    min-height: auto;
    height: auto;
    justify-content: flex-start;
  }
  .calendar-section .card-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
  }
  .artists-subtitle,
  .info-label {
    line-height: 20px;
    color: #a6a6a6;
  }
  .calendar-section .card-description {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    min-height: auto;
    max-height: none;
    -webkit-line-clamp: unset;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
    display: block;
    -webkit-box-orient: unset;
    word-wrap: break-word;
    color: #a6a6a6;
  }
  .calendar-section .card-description-tall {
    height: 80px;
  }
  .calendar-section .card-date-time {
    gap: 12px;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
  .calendar-section .card-date-time .date,
  .calendar-section .card-date-time .time {
    font-size: 14px;
    line-height: 20px;
    color: #c5a059;
  }
  .calendar-section .card-date-time .dot {
    background: #624c22;
  }
  .calendar-section .card-image {
    height: 400px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }
  .calendar-section .card-image img,
  .practical-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .calendar-section .card-buttons {
    width: 100%;
    justify-content: center;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .calendar-section .reserve-button,
  .calendar-section .view-details-button {
    width: auto;
    min-width: auto;
    height: auto;
    line-height: 24px;
    padding: 8px 16px;
    align-self: center;
    margin-top: 0;
    font-size: 16px;
  }
  .calendar-section .view-details-button {
    display: inline-block;
  }
  .artists-section {
    padding: 20px 0 40px;
    position: relative;
  }
  .artists-section .section-container {
    padding: 20px 16px 40px;
  }
  .artists-header {
    padding: 0;
    margin-bottom: 40px;
    max-width: 343px;
  }
  .artists-header .section-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .artists-subtitle {
    font-size: 16px;
  }
  .carousel-item,
  .carousel-item:first-child,
  .carousel-item:nth-child(2),
  .carousel-item:nth-child(3),
  .carousel-item:nth-child(4),
  .carousel-item:nth-child(5),
  .carousel-item:nth-child(6),
  .carousel-item:nth-child(7) {
    width: calc(100vw - 32px) !important;
  }
  .artists-carousel-wrapper {
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
  }
  .artists-carousel-wrapper::-webkit-scrollbar {
    display: none;
  }
  .artists-carousel {
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .carousel-item {
    height: 300px;
    flex-shrink: 0;
    scroll-snap-align: center;
    border-radius: 8px;
    overflow: hidden;
    max-width: calc(100vw - 32px) !important;
    background: #2e2e2e !important;
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    cursor: default;
  }
  .artists-bg-decoration,
  .practical-info-bg-decoration {
    display: none;
  }
  .practical-info-section {
    padding: 0;
  }
  .practical-info-container {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
  }
  .practical-info-content {
    padding: 40px 16px;
    gap: 32px;
    align-items: center;
    width: 100%;
    order: -1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .info-item,
  .info-list {
    padding: 0;
    display: flex;
  }
  .practical-info-image {
    width: 100%;
    height: 335px;
    order: 1;
    flex-shrink: 0;
  }
  .info-list,
  .info-row {
    flex-direction: column;
    width: 100%;
  }
  .practical-info-content .section-title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: #c5a059;
  }
  .info-list {
    gap: 12px;
    max-width: 343px;
    margin: 0 auto;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .info-row {
    align-items: center;
    gap: 0;
  }
  .info-row-desktop {
    display: flex;
    flex-direction: column;
  }
  .info-row-desktop .info-item {
    width: 100%;
  }
  .info-row-desktop .info-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    outline: #2e2e2e solid 1px;
    outline-offset: -0.5px;
    background: 0 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .info-item-order-1 {
    order: 1;
  }
  .info-item-order-2 {
    order: 2;
  }
  .info-item-order-3 {
    order: 3;
  }
  .info-item-order-4 {
    order: 4;
  }
  .info-item {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .info-label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .fanpage-link,
  .info-value {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: Philosopher, serif;
  }
  .info-value {
    margin-top: 0;
    text-align: center;
  }
  .info-value-link {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
  }
  .fanpage-link {
    text-decoration: underline;
    font-weight: 400;
  }
  .info-divider {
    margin: 0;
    height: 0;
    width: 100%;
    align-self: stretch;
    outline: #2e2e2e solid 1px;
    outline-offset: -0.5px;
    background: 0 0;
  }
  .arrow-icon-wrapper {
    width: 24px;
    height: 24px;
  }
  .arrow-icon {
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
    outline: #808080 solid 2px;
    outline-offset: -1px;
  }
  .info-value-link .arrow-up-right {
    color: grey;
    width: 24px;
    height: 24px;
  }
  .practical-cta {
    width: auto;
    min-width: 191px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    margin: 0 auto;
  }
  .reservations-section {
    padding: 0;
    position: relative;
    min-height: 632px;
  }
  .reservations-container {
    padding: 40px 16px 80px;
    flex-direction: column;
    align-items: center;
    min-height: 632px;
    position: relative;
    justify-content: flex-start;
    max-width: 375px;
    margin: 0 auto;
    gap: 24px;
    display: flex;
    overflow: hidden;
  }
  .reservations-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 632px;
    z-index: 0;
    overflow: hidden;
  }
  .reservations-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .reservations-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 55%, #1a1a1a 100%);
    z-index: 1;
    pointer-events: none;
  }
  .reservations-title {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
    z-index: 2;
    color: #c5a059;
    width: 100%;
  }
  .reservations-form-container {
    width: 100%;
    max-width: 343px;
    padding: 24px;
    margin: 0;
    position: relative;
    z-index: 2;
    background-color: #1a1a1a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .reservations-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .form-group {
    gap: 4px;
    margin-bottom: 0;
  }
  .form-label,
  .popup-contact,
  .view-details-modal .modal-description,
  .view-details-modal .modal-info-text {
    font-size: 14px;
    line-height: 20px;
  }
  .form-input,
  .form-select {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }
  .form-submit {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    margin-top: 8px;
  }
  .footer-section {
    padding: 40px 0;
  }
  .footer-container {
    padding: 0 16px;
    gap: 40px;
  }
  .footer-divider {
    width: 100%;
    max-width: 375px;
  }
  .footer-content {
    padding: 0 9px;
  }
  .footer-title {
    font-size: 32px;
    line-height: 36px;
  }
  .footer-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }
  .popup-content {
    padding: 24px;
    max-width: 343px;
  }
  .popup-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .popup-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .popup-close,
  .popup-message p {
    font-size: 16px;
    line-height: 24px;
  }
  .popup-message {
    margin-bottom: 24px;
  }
  .popup-close {
    width: auto;
    min-width: 74px;
    height: 40px;
    padding: 8px 20px;
  }
  .view-details-modal .modal-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
  }
  .view-details-modal .modal-content {
    width: calc(100% - 48px);
    max-width: 400px;
    max-height: 90vh;
    height: auto;
    border-radius: 4px;
    padding: 24px;
    gap: 24px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  }
  .view-details-modal .modal-hero-image {
    width: 100%;
    height: 120.67px;
    align-self: stretch;
  }
  .view-details-modal .modal-body {
    padding: 0;
    gap: 24px;
  }
  .view-details-modal .modal-title {
    font-size: 32px;
    line-height: 40px;
  }
  .view-details-modal .modal-info {
    gap: 12px;
  }
  .view-details-modal .modal-info-row {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
  }
  .view-details-modal .modal-info-item {
    width: 100%;
    justify-content: flex-start;
  }
  .view-details-modal .modal-buttons {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .view-details-modal .modal-close-button,
  .view-details-modal .modal-reserve-button {
    width: auto;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}


/* Vietnamese Language Font Override */
body.lang-vi .hero-title,body.lang-vi .section-title,body.lang-vi .footer-title,body.lang-vi .font-decophile{font-family:"Libre Baskerville","Playfair Display",serif!important}
body.lang-vi .section-title{font-size:48px!important;line-height:56px!important;letter-spacing:-0.7px!important}body.lang-vi .practical-info-content .section-title{font-size:48px!important;line-height:56px!important;letter-spacing:-0.7px!important}body.lang-vi .footer-title{font-size:100px!important;line-height:108px!important}@media (max-width:768px){body.lang-vi .hero-title{font-size:32px!important;line-height:40px!important}body.lang-vi .section-title{font-size:24px!important;line-height:32px!important}body.lang-vi .practical-info-content .section-title{font-size:24px!important;line-height:32px!important}body.lang-vi .calendar-section .section-title{font-size:28px!important;line-height:36px!important}body.lang-vi .footer-title{font-size:28px!important;line-height:36px!important}}
