@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Hairline Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New UltraLight Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Thin Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Light.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Light Italic.otf') format('opentype');
  font-weight: 350;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Regular Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Medium Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New SemiBold Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Bold Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New ExtraBold Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Super.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Hero New';
  src: url('./font/Hero New Super Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

body,
html,
p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Hero New';
}
html {
  background-color: #090b3b;
}

body {
  background: linear-gradient(180deg, #090b3b 0.11%, #050723 100%);
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 74px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 140%;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.main {
}

.main__content {
  background-image: url('../img/hero-bg.png');
  background-position: center top;
  background-repeat: repeat-x;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 80px 0 120px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 630px;
}

.hero__title {
  margin-bottom: 18px;
  text-align: left;
}

.hero__title-highlight {
  color: #efcf2f;
}

.hero__description {
  margin-bottom: 42px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.hero-button {
  display: inline-block;
  padding: 17px 33px;
  background: linear-gradient(90.12deg, #f41c43 0.14%, #ff3030 99.95%);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1%;
  text-decoration: none;
  color: #fff;
  width: fit-content;
}

.lovezzi {
  background: linear-gradient(180deg, #050723 34.66%, rgba(5, 7, 35, 0) 100%);
}

.image-container {
  background: none;
}

.lovezzi .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lovezzi__title {
}

.lovezzi__description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lovezzi-image {
  width: 100%;
}

.lovezzi-image_mob {
  display: none;
}

.words-that-inspire {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1920px;
  margin: 0 auto;
}

.words-that-inspire__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.words-that-inspire__description {
}

.words-that-inspire__item {
  font-size: 74px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.words-that-inspire__item.active {
  opacity: 1;
}

.legendary-moments {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;

  background-image: url('../img/moments/legendary-bg.png');
  background-position: center center;
}

.legendary-moments__title {
  margin-bottom: 32px;
}

.legendary-moments__content {
  display: flex;
  flex-direction: column;
}

.legendary-moments__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: -220px;
}

.legendary-moments__item:last-child {
  margin-bottom: 0;
}

.legendary-moments__item:nth-child(even) {
  align-items: flex-end;
}

.legendary-moments__item-year {
  font-size: 14px;
  font-weight: 500;
  color: rgba(153, 154, 161, 1);
}

.legendary-moments__item:nth-child(even) .legendary-moments__item-year {
  text-align: right;
}

.legendary-moments__item:nth-child(even) .legendary-moments__item-description {
  text-align: right;
}

.legendary-moments__item-description {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  max-width: 336px;
  text-transform: uppercase;
}

.legendary-moments__item-image {
  max-width: 584px;
}

.fan-zone {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 186px;
}

.fan-zone__title {
}

.fan-zone__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background: linear-gradient(90deg, rgba(12, 41, 123, 0) 0%, rgba(22, 75, 225, 0.5) 100%);
  border: 1px solid rgba(14, 58, 158, 0.5);
  border-radius: 16px;
}

.fan-zone__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 16px;
}

.fan-zone__content-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 612px;
  margin-left: calc(170px - 32px);
}

.fan-zone__content-text-title {
  text-align: left;
}

.fan-zone__content-text-description {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.fan-zone__button {
  position: relative;
  z-index: 2;
  background: linear-gradient(90.12deg, #f41c43 0.14%, #ff3030 99.95%);

  color: #fff;
  padding: 17px 33px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1%;
  text-decoration: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 0;
  background-color: #030416;
}

.footer p {
  max-width: 1200px;
  text-align: center;
  color: #999aa1;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 1280px) {
  .words-that-inspire__item {
    font-size: 54px;
  }

  .container {
    padding: 0 40px;
  }

  .legendary-moments__item {
    margin-bottom: -180px;
  }

  .words-that-inspire__item {
    padding: 0 20px;
  }

  .words-that-inspire__description {
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .container {
    padding: 0 20px;
  }

  .legendary-moments__item {
    margin-bottom: -140px;
  }

  .words-that-inspire__item {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .lovezzi-image {
    display: none;
  }
  .lovezzi-image_mob {
    display: block;
  }

  .legendary-moments__item {
    margin-bottom: 0;
  }

  .words-that-inspire__item {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 0 8px;
  }

  .main__content {
    background: url('../img/hero-bg-mob.png') no-repeat center top,
      linear-gradient(180deg, #050723 50%, rgba(5, 7, 35, 0) 100%);
  }

  .hero {
    padding-bottom: 276px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero-button {
    width: 100%;
    text-align: center;
  }

  .lovezzi {
    background: none;
    margin-bottom: 32px;
  }

  .words-that-inspire__description {
    padding: 0 8px;
  }

  .words-that-inspire__item {
    font-size: 42px;
  }

  .legendary-moments {
    background-position: center top;
  }

  .legendary-moments__content {
    flex-direction: column;
    gap: 28px;
  }

  .legendary-moments__item-image {
    max-width: 100%;
  }

  .fan-zone {
    margin-bottom: 120px;
  }

  .fan-zone__content {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }

  .fan-zone__content-text {
    margin-left: 0;
  }

  .fan-zone__content-text-title {
    text-align: center;
  }

  .fan-zone__content-text-description {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }

  .fan-zone__image {
    width: 100%;
  }

  .footer {
    padding: 42px 20px;
  }
}

/* Language Popup */
.language-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/popup-bg.webp');
  background-size: cover;
  background-position: center;
  background-color: #090b3b;
}

.language-popup.hidden {
  display: none;
}

.language-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: rgba(5, 7, 39, 1);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(14, 58, 158, 0.5);
}

.language-popup__title {
}

.language-popup__buttons {
  display: flex;
  gap: 16px;
}

.language-popup__btn {
  color: #fff;
  padding: 4px 42px;
  border-radius: 50px;
  background-color: rgba(10, 33, 99, 1);
  border: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.language-popup__btn:hover {
  background-color: rgb(14, 56, 170);
}

.language-popup__btn.active {
  background-color: rgba(22, 78, 228, 1);
}

.language-popup__start {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 33px;
  background: linear-gradient(90.12deg, #f41c43 0.14%, #ff3030 99.95%);
  border: none;
  border-radius: 6px;
  font-family: 'Hero New';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.language-popup__start:hover {
  transform: scale(1.05);
}
