*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
    font-family: "League Gothic";
    src: url("/Kurts-Memoirs/fonts/LeagueGothic/LeagueGothic-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "League Gothic";
    src: url("/Kurts-Memoirs/fonts/LeagueGothic/LeagueGothic-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "League Gothic Condensed";
    src: url("/Kurts-Memoirs/fonts/LeagueGothic/LeagueGothic-Condensed.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "League Gothic Condensed";
    src: url("/Kurts-Memoirs/fonts/LeagueGothic/LeagueGothic-CondensedItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin: 0;
  background-color: black;
}

.hero {
  position: relative;
  background-image: url("/Kurts-Memoirs/images/bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-title {
  font-family: "League Gothic", sans-serif;
  font-size: 5.5rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: 1;
}

.content-middle{
  width: 80%;
  margin: 0 auto;
}

.max-w-2xtt{
  width: 100%;
}

.group-btn-translate{
  position: fixed;
  top: 0;
  z-index: 9;
}

.hero-subtitle {
  font-family: "League Gothic", sans-serif;
  font-size: 5.5rem;
  color: #998675;
  line-height: 1;
}

.hero-text01 {
  font-size: 19px;
  letter-spacing: 0.4px;
  color: rgba(249, 250, 251, 0.9);
  font-weight: 300;
  line-height: 1.2;
  margin-top: .8rem;
  width: calc(253px * 3);
}
.hero-text02 {
  font-size: 19px;
  letter-spacing: 0.4px;
  color: rgba(249, 250, 251, 0.9);
  font-weight: 300;
  line-height: 1;
  margin-top: .5rem;
  max-width: calc(253px * 3);
}

.lang-switch {
  display: flex;
  gap: 18px;
}

.centered{
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-card {
  font-family: "Poppins", sans-serif;
  padding: 14px;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;

  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  border: none;
  cursor: pointer;
  outline: none;
  transform: translateY(0);
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
  display: flex;
  flex-direction: column;
  height: 3.5rem;
  width: 10rem;
  align-items: flex-start;
  justify-content: flex-end;
}
.lang-switch-new-block{
  display: flex;
  gap: 13px;
}
.lang-card-new-btn{
  font-family: "Poppins", sans-serif;
  padding: 8px 8px;
  margin: .9rem 0 1.9rem 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  outline: none;
}

.lang-card-new-btn img{
  width: 18px;
  height: 18px;
  border-radius: 999px;
}

.lang-card img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.lang-card-en {
  background-color: #998675;
}

.lang-card-de {
  background-color: #fcfcfb;
  color: black;
}

/*.lang-card.inactive {
  opacity: 0.7;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
}*/

/* pentru Vancouver și Steyr */
.btn-vancouver .coming-soon,
.btn-steyr .coming-soon {
  display: none;
}

/* când este hover → ascunde titlul normal și arată COMING SOON */
.btn-vancouver:hover .chapter-title-hidden,
.btn-steyr:hover .chapter-title-hidden {
  display: none;
}

.btn-vancouver:hover .coming-soon,
.btn-steyr:hover .coming-soon {
  display: block;
}

.chapter-card {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  flex-direction: column;
  padding: 14px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.96);
  color: #38322b;
/*  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);*/
  border: 1px solid rgba(0, 0, 0, 0.18);
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
  display: flex;
  flex-direction: column;
  height: 8rem;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}

.chapter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.35s ease; /* 🔥 animația */
  pointer-events: none;
  z-index: 1;
}

.chapter-card span {
  position: relative;
  z-index: 2;
}

.chapter-card:hover {
  transform: translateY(-2px);
}

.btn-austria:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-1.png");
  opacity: 1;
}

/* Montreal */
.btn-montreal:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-2.png");
  opacity: 1;
}

/* Moncton */
.btn-moncton:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-3.png");
  opacity: 1;
}

/* Edmonton */
.btn-edmonton:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-4.png");
  opacity: 1;
}

/* Vancouver */
.btn-vancouver:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-5.png");
  opacity: 1;
}

/* Steyr */
.btn-steyr:hover::after {
  background-image: url("/Kurts-Memoirs/images/hover-btn/btn-6.png");
  opacity: 1;
}

.chapter-card:hover .chapter-title {
  color: #000;
}

.chapter-title {
  font-family: "League Gothic", sans-serif;
  font-size: 50px;
  color: #998675;
  text-transform: uppercase;
  line-height: 1;
}

.chapter-years {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: black;
}

.coming-soon{
  font-size: 30px;
}

button.chapter-card.btn-steyr,
button.chapter-card.btn-vancouver {
  background-color: #bdbdbd !important;
}

@media only screen and (max-width: 1440px) {
  .lang-card{
    height: 3.5rem;
  }
  .hero-subtitle,
  .hero-title{
    font-size: 5rem;
  }
  .hero-text01,
  .hero-text02{
    font-size: 17px;
  }
  .chapter-title{
    font-size: 46px;
  }
  .coming-soon{
    font-size: 30px;
  }
  .chapter-card{
    height: 7.5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .chapter-card {
      height: 7rem;
  }
  .chapter-title {
      font-size: 40px;
  }
  .chapter-years {
      font-size: 14px;
  }

  .hero-subtitle, .hero-title {
      font-size: 4.2rem;
  }
  .btn-group {
    max-width: 54% !important;
    margin-top: 2% !important;
  }

  .lang-card {
      height: 3.33rem;
  }
  .hero-text01, .hero-text02 {
      font-size: 16px;
      max-width: 46%;
  }
  .btn-group {
    max-width: 54% !important;
    margin-top: 2% !important;
  }
  .content-middle {
    width: 82%;
    margin: 0 auto;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

}

@media only screen and (max-width: 900px) {
  .hero-subtitle, .hero-title {
      font-size: 3rem;
  }
  .hero-text01, .hero-text02 {
    font-size: 16px;
    max-width: 61%;
  }
  .btn-group {
    max-width: 64% !important;
    margin-top: 2% !important;
  }
  .lang-card {
      height: 3.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .hero{
    background-position: 90% 0%;
  }
}
@media only screen and (max-width: 600px) {
  .content-middle {
    width: 87%;
    margin: 1% auto 0% auto;
  }
  .hero-text01, .hero-text02 {
    font-size: 16px;
    max-width: 100%;
  }
  .btn-group {
    max-width: 70% !important;
    margin-top: 6% !important;
  }
  .hero-subtitle, .hero-title {
    font-size: 2.66rem;
    max-width: 77%;
  }
  .hero-text01, .hero-text02 {
      font-size: 14px;
      max-width: 69%;
  }
  .chapter-title {
      font-size: 36px;
  }
  .chapter-card {
      height: 6.6rem;
  }
  .hero {
      background-position: 78% 0%;
  }

}

@media only screen and (max-width: 500px) {
  .hero {
    background-position: 80% 0%;
  }
  .chapter-title {
    font-size: 27px;
  }
  .chapter-years {
      font-size: 12px;
  }
  .chapter-card {
    height: 5.5rem;
  }

}

@media only screen and (max-width: 430px) {
  .hero {
      background-position: 80% 0%;
  }
  .chapter-title {
      font-size: 30px;
  }
  .lang-card {
      height: inherit;
  }
}

@media only screen and (max-width: 430px) {
  .chapter-title {
    font-size: 28px;
  }
  .chapter-years {
      font-size: 12px;
  }
  .hero {
      background-position: 80% 0%;
  }
}

@media only screen and (max-width: 400px) {
  .hero-subtitle, .hero-title {
      font-size: 2.5rem;
      max-width: 82%;
  }
  .hero {
    background-image: url("/Kurts-Memoirs/images/mobile-bg.png");
    background-position: 49% 0%;
  }
  .btn-group {
    max-width: 82% !important;
    margin-top: 5% !important;
  }
  .chapter-title {
    font-size: 31px;
  }
  .chapter-years {
    font-size: 12px;
  }

}

@media only screen and (max-width: 370px) {
  .lang-card {
    height: 3.44rem;
    width: 8rem;
  }
  .hero {
    background-position: 51% 0%;
  }
}

@media only screen and (max-width: 350px) {
  .content-middle {
      width: 88%;
      margin: 0% auto 0% auto;
  }
  .content-middle {
    padding-top: 4.5rem;
  }
  .hero {
    background-position: 53% 0%;
  }

}

@media only screen and (max-width: 300px) {
    .mob-mb {
        margin-bottom: 2rem !important;
    }
    .chapter-title {
        font-size: 24px;
    }
    .chapter-years {
        font-size: 9px;
    }
    .hero-subtitle,
    .hero-title {
        font-size: 1.9rem;
    }
    .hero-text01,
    .hero-text02 {
        font-size: 9px;
    }
    .chapter-card {
        height: 5rem;
    }
    .lang-card {
        height: inherit;
        width: 7.5rem;
    }
}






@media screen and (max-width: 965px) and (orientation: landscape) {
  .btn-group {
      max-width: 56% !important;
  }
  .chapter-card {
    height: 6rem;
  }
  .chapter-title {
      font-size: 32px;
  }
  .chapter-years {
    font-size: 13px;
  }
}


















