/* Helvetica Neue */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.ttc") format("truetype-collection");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Wolker (OTF) */
@font-face {
  font-family: "Wolker";
  src: url("../fonts/Wolker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Wolker (TTF) */
@font-face {
  font-family: "Wolker";
  src: url("../fonts/Wolker.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wolkerjuiced";
  src: url("../fonts/Wolkerjuiced.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-helveticaneue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-wolker {
  font-family: "Wolker", sans-serif;
}

.font-wolker-ttf {
  font-family: "Wolker", sans-serif;
}

.font-wolkerjuiced {
  font-family: "Wolkerjuiced", sans-serif;
}

* {
  color: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: radial-gradient(15.13% 53.14% at 36.74% 24.95%,
      rgba(185, 185, 185, 0.2) 0%,
      rgba(185, 185, 185, 0) 100%),
    radial-gradient(7.83% 7.83% at 98.7% 3.06%,
      rgba(255, 179, 111, 0.2) 0%,
      rgba(255, 179, 111, 0) 100%),
    radial-gradient(16.81% 14.81% at 95.21% 4.47%,
      rgba(255, 129, 16, 0.5) 0%,
      rgba(255, 129, 16, 0) 100%),
    radial-gradient(17.61% 25.34% at 72.42% 78.57%,
      rgba(255, 129, 16, 0.5) 0%,
      rgba(255, 129, 16, 0) 100%),
    linear-gradient(180deg, #240e09 0%, #010105 100%);

  @media (max-width: 576px) {
    background: linear-gradient(180deg, #240e09 0%, #010105 100%), #fff;
  }
}

.wrapper {
  padding: 0 7.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;

  @media (max-width: 768px) {
    padding: 0 1rem;
  }
}

.marquee-container {
  width: 100%;
  height: 40px;

  display: flex;
  align-items: center;

  overflow: hidden;
  background: radial-gradient(1903.41% 597.62% at 12.03% -385%,
      #f26a02 0%,
      rgba(242, 106, 2, 0) 100%),
    radial-gradient(1239.96% 616.58% at 97.66% -123.75%,
      #fcbd05 0%,
      rgba(252, 189, 5, 0) 100%),
    #f68c03;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

.marquee-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-right: 3rem;
}

.marquee-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

/*  */

header {
  width: inherit;

  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;

  padding-top: 1rem;
  margin-bottom: 3rem;

  @media (max-width: 768px) {
    margin-bottom: 20px;
    justify-content: center;
  }
}

.header-logo {
  @media (max-width: 768px) {
    width: 100px;
  }
}

.header-cta {
  padding: 18px 54px;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);

  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;

  @media (max-width: 768px) {
    font-size: 12px;
    line-height: 16px;

    padding: 12px 46px;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 400px);
    z-index: 2;
  }
}

.header-cta:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);
  box-shadow: 0 0 16px 0 rgba(250, 169, 4, 0.6);
}

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;

  text-transform: uppercase;

  margin-bottom: 220px;

  @media (max-width: 1024px) {
    gap: 1rem;
  }

  @media (max-width: 768px) {
    gap: unset;
  }
}

.hero-title {
  color: #fff;
  text-align: center;
  font-size: 380px;
  font-style: normal;
  font-weight: 400;
  line-height: 300px;
  letter-spacing: -2px;

  max-width: 1572px;

  @media (max-width: 1400px) {
    max-width: unset;
    font-size: 140px;
    line-height: 120px;
  }

  @media (max-width: 768px) {
    font-size: 86px;
    line-height: 94px;
  }
}

.hero-subtitle {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffcfc17;
  font-size: 230px;
  font-style: normal;
  font-weight: 400;
  line-height: 254px;
  letter-spacing: 6px;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.05) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  width: 1670px;

  @media (max-width: 1400px) {
    width: unset;
    font-size: 80px;
    line-height: 100px;
  }

  @media (max-width: 768px) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffcfc17;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 2px;
  }
}

.hero-name {
  position: relative;
  color: #fff;
  -webkit-text-stroke: 1px #fffcfc4c;
  background: repeating-radial-gradient(circle,
      transparent 0,
      transparent 0.5px,
      transparent 1px,
      transparent 3px);
  background-size: 3px 3px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;

  font-size: 360px;
  font-style: normal;
  font-weight: 400;
  line-height: 300px;
  letter-spacing: 36.5px;

  width: 1676px;

  @media (max-width: 1400px) {
    width: unset;
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 12px;
  }

  @media (max-width: 768px) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px #fffcfc4c;
    font-size: 84px;
    line-height: 94px;
    letter-spacing: 3px;
  }
}

.hero-image {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);

  @media (max-width: 768px) {
    top: -40px;
  }
}

.giveaway {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  gap: 50px;
  margin-bottom: 225px;

  @media (max-width: 1400px) {
    gap: unset;
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.giveaway-overview {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
}

.giveaway-overview-text {
  color: #fff;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  max-width: 40rem;

  margin-bottom: 2rem;

  @media (max-width: 1024px) {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.4px;

    margin-bottom: 24px;
  }
}

.giveaway-overview-gif {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;

  @media (max-width: 992px) {
    margin-bottom: 24px;
  }
}

.giveaway-overview-gif img {
  width: 100%;
  height: 280px;
  border-radius: 24px;

  @media (max-width: 576px) {
    width: 325px;
  }
}

.giveaway-overview-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;

  @media (max-width: 1400px) {
    gap: 1rem;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
  }
}

.giveaway-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;

  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;

  @media (max-width: 768px) {
    font-size: 12px;
    line-height: 16px;
  }
}

.giveaway-cta {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

  padding: 18px 7.5rem;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);

  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;

  @media (max-width: 1400px) {
    width: 100%;
    padding: 12px 142px;

    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
}

.giveaway-cta:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);
  box-shadow: 0 0 16px 0 rgba(250, 169, 4, 0.6);
}

.giveaway-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  gap: 1rem;
}

.giveaway-steps-item {
  width: 100%;
  padding: 2.5rem;

  display: flex;
  flex-direction: row;
  justify-content: space-between;

  text-decoration: none;

  border-radius: 40px;
  border: 1px solid #808080;

  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease;

  @media (max-width: 992px) {
    border-radius: 20px;
    padding: 1.25rem;
  }
}

.giveaway-steps-item:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.giveaway-steps-item-gold {
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);

  @media (max-width: 992px) {
    border-radius: 20px;
  }
}

.giveaway-steps-item-gold:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);
  box-shadow: 0 0 16px 0 rgba(250, 169, 4, 0.6);
}

.giveaway-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.giveaway-step-number {
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 7px;
  padding-bottom: 7px;

  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);

  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.28px;
  text-transform: uppercase;

  width: 50px;
  max-height: 50px;

  @media (max-width: 992px) {
    max-height: 32px;
    max-width: 32px;

    padding: 8px;
    font-size: 16px;
    line-height: 20px;
  }
}

.giveaway-step-icon {
  padding: 13px;
  border-radius: 100px;
  background: #fff;

  max-width: 50px;
  max-height: 50px;

  @media (max-width: 992px) {
    padding: 8px;
    max-width: 32px;
    max-height: 32px;
  }
}

.giveaway-step-icon img {
  @media (max-width: 992px) {
    width: 16px;
    height: 16px;
  }
}

.giveaway-step-text {
  display: flex;
  justify-content: center;
  flex-direction: column;

  gap: 12px;

  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;

  max-width: 530px;

  @media (max-width: 992px) {
    font-size: 14px;
    line-height: 18px;

    max-width: 220px;
  }
}

.giveaway-step-text-gold {
  max-width: 663px;

  @media (max-width: 576px) {
    max-width: 217px;
  }
}

.giveaway-step-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;

  @media (max-width: 992px) {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
  }
}

.rewards {
  width: 100%;
  gap: 50px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1400px) {
    gap: unset;
    flex-direction: column-reverse;
  }
}

@media (min-width: 2000px) {

  header,
  .giveaway,
  .rewards {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.rewards-info {
  width: 100%;
  max-width: 750px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.rewards-info-title {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
  text-transform: uppercase;

  margin-bottom: 2rem;

  @media (max-width: 992px) {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
    max-width: 600px;

    margin-bottom: 24px;
  }

  @media (max-width: 375px) {
    max-width: 350px;
  }
}

.reward-info-banner {
  display: flex;
  align-items: center;

  width: 100%;
  padding: 1.5rem 8rem;
  margin-bottom: 2rem;

  background: url("/images/reward-info-banner.png") no-repeat;
  background-position: center;
  background-size: cover;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.16px;
  text-transform: uppercase;

  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);

  @media (max-width: 992px) {
    padding: 1.25rem 1.875rem;

    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;

    margin-bottom: 20px;
  }

  @media (max-width: 576px) {
    background: url("/images/reward-info-banner-mobile.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.rewards-cards {
  position: relative;

  @media (max-width: 576px) {
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    border-radius: 50%;
  }
}

.rewards-cards::before {
  @media (max-width: 576px) {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(26.79% 55.44% at 53.07% 15.09%, rgba(185, 185, 185, 0.20) 0%, rgba(185, 185, 185, 0.00) 100%), radial-gradient(6.44% 49.87% at 50.13% 58.57%, rgba(255, 129, 16, 0.60) 0%, rgba(255, 129, 16, 0.00) 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform, filter;
  }
}

.rewards-cards::after {
  @media (max-width: 576px) {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160%;
    height: 160%;
    background: radial-gradient(60% 70% at 50% 50%, rgba(36, 14, 9, 0.80) 0%, rgba(36, 14, 9, 0.00) 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(30px);
    border-radius: 50%;
    will-change: transform, filter;
  }
}

.rewards-cards img {
  width: 100%;

  @media (max-width: 768px) {
    width: 350px;
  }

  @media (max-width: 576px) {
    position: relative;
    z-index: 1;
  }
}

.reward-info-list {
  margin-bottom: 2rem;
}

.reward-info-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  margin-bottom: 1rem;
  margin-left: 2rem;

  @media (max-width: 992px) {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
}

.reward-info-list li:last-child {
  margin-bottom: 0;
}

.rewards-info-cta {
  display: flex;
  align-items: center;

  padding: 18px 329px;

  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);

  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;

  @media (max-width: 1400px) {
    margin-bottom: 3.25rem;
  }

  @media (max-width: 992px) {
    padding: 12px 142px;

    width: 100%;
    justify-content: center;

    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
}

.rewards-info-cta:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(95deg, #f05b01 3.61%, #fdc905 98.76%);
  box-shadow: 0 0 16px 0 rgba(250, 169, 4, 0.6);
}

.rewards-cards img {
  max-width: 750px;

  @media (max-width: 768px) {
    max-width: unset;
  }
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #3c3737;
}

.footer {
  width: 100%;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-top {
  margin-top: 1.5rem;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-hidden {
  display: none;
}

@media (max-width: 1440px) {
  .footer-hidden {
    display: flex;
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .footer-hidden {
    display: none;
  }
}

.footer-visible {
  @media (max-width: 1440px) {
    display: none;
  }
}

.footer-socials {
  width: 100%;
  gap: 2rem;

  display: flex;
  justify-content: center;

  @media (max-width: 576px) {
    gap: 1rem;
  }
}

.footer-info {
  margin-top: 1.5rem;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1440px) {
    justify-content: center;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 576px) {
    flex-direction: column;
  }
}

.footer-info-links {
  display: flex;
  gap: 38px;
  font-family: sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  @media (max-width: 1024px) {
    gap: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.footer-info-links a {
  color: #756d6c;
  text-decoration: none;
}

.footer-info-links-mobile {
  display: none;

  @media (max-width: 768px) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
  }

  .top-links,
  .bottom-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-info-links-mobile a {
  text-decoration: none;
  color: #595252;
}

.footer-payment-mobile {
  display: none;

  @media (max-width: 576px) {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

.footer-text {
  margin-top: 34px;
  width: 80%;
  color: #595252;

  display: flex;
  justify-content: flex-start;
  text-align: start;
  font-size: 13px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (max-width: 768px) {
    font-size: 11px;
    margin-top: 1.5rem;
    width: 90%;
  }
}

.footer-text a {
  color: #595252;
  text-decoration: none;
  display: contents;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.footer-subtext {
  display: flex;
  align-items: center;
  text-align: center;

  margin: 5px 0 20px 0;
  color: #595252;

  font-size: 13px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;

  @media (max-width: 768px) {
    font-size: 11px;
    margin: 11px 0 16px 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}