/* @import url(https://db.onlinewebfonts.com/c/dfef928af46e9784adfaa87d89844877?family=At+Flemish+Script+II);

@font-face {
    font-family: "At Flemish Script II";
    src: url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.eot");
    src: url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/dfef928af46e9784adfaa87d89844877.svg#At Flemish Script II")format("svg");
} */


@font-face {
    font-family: 'Futura PT Cond, Medium';
    src: url('../assets/fonts/FuturaPTCond-Medium.eot');
    src: url('../assets/fonts/FuturaPTCond-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPTCond-Medium.woff2') format('woff2'),
        url('../assets/fonts/FuturaPTCond-Medium.woff') format('woff'),
        url('../assets/fonts/FuturaPTCond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book, Regular';
    src: url('../assets/fonts/FuturaPT-Book.eot');
    src: url('../assets/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Book.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT, Medium';
    src: url('../assets/fonts/FuturaPT-Medium.eot');
    src: url('../assets/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Medium.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightDispProBook, Regular';
    src: url('../assets/fonts/FreightDispProBook-Regular.eot');
    src: url('../assets/fonts/FreightDispProBook-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FreightDispProBook-Regular.woff2') format('woff2'),
        url('../assets/fonts/FreightDispProBook-Regular.woff') format('woff'),
        url('../assets/fonts/FreightDispProBook-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html, body {
  height: 100%; /* Make sure the page is at least the full viewport height */
  margin: 0;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Futura PT Book, Regular';
}

a {
  color: inherit;
}

main {
  flex: 1; /* This pushes the footer down when content is short */
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.6s ease;
  z-index: 999;
}

.header {
  transition: transform 0.6s ease;
}

.header.hide {
  transform: translateY(-100%);
}

.header.scroll-up {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(3px);
  background: #a8422e59;
}

.footer {
  background-color: #a8422e;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: 'Futura PT Book, Regular';
  font-size: 16px;
}

.navigation-wrapper {
  padding: 25px;
}

.navigation-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  column-gap: 25px;
  flex-direction: row;
  align-items: center;
  row-gap: 10px;
}

.navigation-wrapper ul a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.banner-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 75%;
}

@media(min-width: 768px) {
  .navigation-wrapper ul a {
    font-size: 20px;
  }

  .navigation-wrapper ul {
    flex-direction: row;
  }
}

@media(min-width: 990px) {
  .navigation-wrapper {
    padding: 50px;
  }

  .banner-icon-img {
    width: auto;
  }
}


/* Banner section */

.banner-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Popup video section */

.poppup-video-section {
  text-align: center;
  padding: 50px 25px;
}

.poppup-video-section h2 {
  font-family: 'Futura PT, Medium';
  font-size: 23px;
  margin-bottom: 30px;
}

.poppup-video-section p {
  font-family: 'Futura PT Book, Regular';
  font-size: 23px;
  line-height: 26px;
  max-width: 825px;
  margin: 0 auto;
}

.popup-btn {
  font-size: 23px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Futura PT, Medium';
  color: #000;
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  padding: 50px 0 30px;
}

/* Popup Overlay */
.video-popup {
  display: none; 
  position: fixed;
  z-index: 9999; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

/* Popup Content */
.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: transparent;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 55px;
}

/* Video Container */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRESS SECTION */

.press-section {
  text-align: center;
  background-color: #a8422e;
  color: #fff;
  padding: 50px 25px;
}

.press-section h2 {
  font-family: 'Futura PT Book, Regular';
  letter-spacing: 3px;
  margin-top: 0;
}

.press-section p {
  font-family: 'Futura PT Book, Regular';
  font-size: 20px;
  line-height: 23px;
}

@media(min-width: 768px) {
  .press-section {
    padding: 70px 25px 100px; 
  }

  .press-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .press-section p {
    font-size: 23px;
    line-height: 26px;
  }
}


/* CONTACT SECTION */

.contact-section {
  text-align: center;
  padding: 50px 25px;
}

.contact-section h2 {
  font-family: 'Futura PT Book, Regular';
  letter-spacing: 3px;
  margin-top: 0;
}

.contact-section p {
  font-family: 'Futura PT Book, Regular';
  font-size: 20px;
  line-height: 23px;
}

@media(min-width: 768px) {
  .contact-section {
    padding: 70px 25px 100px; 
  }

  .contact-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .contact-section p {
    font-size: 23px;
    line-height: 26px;
  }
}

/* FILM BLOCK SECTION */

.film-block-section {
  padding: 50px 25px;
  background-color: #fef7e1;
}

.block-item {
  text-align: center;
  margin-bottom: 50px;
}

.block-title {
  font-family: 'Futura PT Cond, Medium';
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 20px;
}

.block-subtitle{
  font-family: 'FreightDispProBook, Regular';
  font-size: 12px;
}

@media(min-width: 768px) {
  .film-block-section {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 70px;
    padding: 100px 25px;
  }

  .block-title {
    margin-bottom: 25px;
  }

  .block-item {
    width: 37%;
    margin-bottom: 0;
  }
}


@media(min-width: 990px) {
  .block-title {
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .block-subtitle{
    font-size: 18px;
  }

}

/* Reels video */

.video-wrapper {
  width: 80%; 
  max-width: 900px; 
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}