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

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

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

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

body {
  margin: 0;
  background-color: #090807;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  width: calc(100% - 32px);
  background-color: transparent;
  padding: 16px;
}

header.scrolled {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
}

header img {
  height: 89px;
}

.landing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--pubcasino-bg, linear-gradient(167deg, rgba(12, 12, 12, 0.12) 9.16%, rgba(12, 12, 12, 0.48) 36.43%, rgba(12, 12, 12, 0.60) 48.5%, rgba(12, 12, 12, 0.48) 64.47%, rgba(12, 12, 12, 0.00) 90.17%), url('../img/landing-background.png') lightgray -0.44px 0px / 113.306% 100% no-repeat);
  background-size: cover;
  background-position: bottom;
}

.landing-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 15px;
}

.landing-content > div {
  max-width: 792px;
  text-align: center;
}

.landing h1 {
  color: #FFF;
  font-family: 'Ancho Bold', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin: 0px;
}

.landing h1 > span {
  color: #FFD400;
  text-align: center;
  font-family: 'Ancho', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: -0.48px;
}

.landing-offer {
  display: flex;
  align-items: center;
  margin: 0px;
}

.landing-offer h2 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: 'Ancho', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.24px;
  text-align: center;
  margin-bottom: 30px;
}

.cta-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 16px 24px;
  background: #C7A430;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.20);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Montserrat Bold', sans-serif;
  border: 1.5px solid rgba(255, 255, 255, 0.80);
  border-radius: 6px;
  margin-bottom: 30px;
  line-height: 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.40);
}

.cta-link:hover {
  transition: 0.3s;
  background-color: rgb(249, 225, 119);
}

.payments-and-terms {
  position: absolute;
  bottom: 67px;
  width: 870px;
  left: calc(50% - 435px);
}

.landing-payments-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 30px;
}

.terms-info {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer {
  background: #0c0c0c;
  color: white;
}

footer section {
  max-width: 1320px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 15px;
}

footer p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

footer p a {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

footer .terms {
  text-align: center;
  margin: 30px 0px;
}

footer div.images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}

footer div.images img {
  max-height: 40px;
}

footer div.images:last-of-type {
  margin-bottom: 0;
}

footer .warning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

footer .warning > div:first-of-type {
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .landing h1 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }

  .landing-offer h2 {
    font-size: 20px;
  }

  .terms-info {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  header img {
    height: 72px;
  }

  .landing {
    align-items: flex-start;
    background-position: right;
  }

  .landing-content {
    margin-top: 40px;
  }

  .landing-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .landing h1, .landing h1 span {
    font-size: 24px;
    letter-spacing: -0.48px;
  }

  .landing-offer {
    margin-bottom: 15px;
  }

  .landing-offer h2 {
    font-size: 17px;
  }

  .landing-offer p {
    font-size: 18px;
  }

  .cta-link {
    font-size: 20px;
  }

  .payments-and-terms {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
  }
}
