@font-face {
  font-family: 'AGForeignerLightItalicMedium';
  src: url('../fonts/AGForeignerLightItalicMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AGForeignerBoldItalic';
  src: url('../fonts/AGForeignerBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


.new-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: 'AGForeignerBoldItalic', sans-serif;
}

/* Video */
.new-banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark overlay */
.new-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Overlay container */
.new-banner-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Content wrapper */
.new-banner-cover {
  padding: 40px 80px;
  color: #fff;
  max-width: 1920px;
}

/* Title block */
.new-banner-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
}

/* Subtitle block */
.new-banner-subtitle {
  font-size: 38px;
  margin-top: 20px;
}

/* Accent + countdown */
.new-banner-accent {
  color: #D11118;
}

.new-banner-countdown {
  text-transform: uppercase;
  color: #D11118;
  line-height: 40px;
}

/* Spacing */
.new-banner-spacer {
  height: 60px;
}

/* Footer text */
.new-banner-accommodation {
  color: #ffffffb5;
  max-width: 800px;
}

/* Mobile Compatibility */
@media (max-width: 800px) {

  .new-banner-title {
    font-size: 22px;
    line-height: 1.1;
  }

  .new-banner-title .new-banner-accent:first-child {
    font-size: 120px !important;
    line-height: 0.95;
  }

  .new-banner-title .new-banner-accent:last-child {
    font-size: 46px;
  }

  .new-banner-subtitle {
    font-size: 20px;
  }

  .new-banner-countdown {
    font-size: 20px;
    line-height: 1.2;
  }

  .new-banner-accommodation {
    font-size: 13px;
    line-height: 1.45;
  }

}
