* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins";
  background-color: #000000;

  margin: 0;

  overflow-x: hidden;
}

header {
  padding: 15px 40px;
  width: 100%;
  max-width: 1440px;

  background-color: transparent;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
main {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;

  height: 874px;

  margin: 0 auto;
}
.container {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  padding: 255px 90px 10px 90px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-bar__logo {
  width: 180px;
}

h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 62px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h1 strong {
  color: #f5e500;
}
h2 {
  color: #f5e500;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  text-shadow: 0px 5.552px 27.761px rgba(12, 19, 11, 0.4);
  margin-bottom: 32px;
}
h2 strong {
  color: #fff;

  text-shadow: 0px 5.552px 27.761px rgba(12, 19, 11, 0.4);

  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1.04px;
  text-transform: lowercase;
}
.yellow {
  color: #f5e500;
}
.bonus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 13px 55px 13px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.171);
  gap: 45px;
}
.bonus-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

p {
  color: #fff;
  margin-top: 8px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contant {
  display: flex;
  gap: 20px;
}
.number {
  color: #373737;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.bonus p {
  max-width: 179px;
}
h4 {
  color: #fff;

  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.contant-bonus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-button button {
  margin-top: 48px;
  padding: 18px 80px;
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-radius: 16px;

  cursor: pointer;

  --glow-color: rgba(244, 255, 176, 0.662);
  --glow-spread-color: rgba(255, 253, 123, 0.394);
  --enhanced-glow-color: rgba(255, 255, 206, 0.648);
  --btn-color: #ffcc18;
  border: 0.25em solid var(--glow-color);
  background-color: var(--btn-color);
  border-radius: 1em;
  outline: none;
  box-shadow: 0 0 1em 0.25em var(--glow-color),
    0 0 4em 1em var(--glow-spread-color),
    inset 0 0 0.75em 0.25em var(--glow-color);
  text-shadow: 0 0 0.5em var(--glow-color);
}
.main-button:hover button {
  background-color: #18ff4e;
  transition: 0.9s;
}
.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='94' viewBox='0 0 15 94' fill='none'%3E%3Cpath d='M0.5 0L14.1529 44.8597C14.3794 45.6037 14.384 46.3977 14.1662 47.1443L0.5 94' stroke='url(%23paint0_linear_2750_3262)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2750_3262' x1='6.97201' y1='0' x2='6.97201' y2='94' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.425' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.border::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='94' viewBox='0 0 15 94' fill='none'%3E%3Cpath d='M0.5 1L14.1529 45.8597C14.3794 46.6037 14.384 47.3977 14.1662 48.1443L0.5 95' stroke='url(%23paint0_linear_2750_3261)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2750_3261' x1='6.97201' y1='1' x2='6.97201' y2='95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.425' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-toggle {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.language-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #111;
  border: 1px solid #1313133c;
  border-radius: 5px;
  padding: 10px;
  z-index: 999;
  width: 100%;
  text-align: center;
  width: 80px;
}

.language-menu li {
  list-style: none;
}

.language-menu li a {
  display: block;
  padding: 8px 12px;
  color: white;
  text-decoration: none;
  font-size: 25px;
}

.language-menu li a:hover {
  filter: brightness(1.1);
  scale: 1.2;
  transition: 0.9s;
}
.hidden-before {
  opacity: 0;
}
.custom-delay-second {
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.custom-delay-second {
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.custom-delay-therd {
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

.marquee {
  width: 100%;

  margin: 0 auto;
  overflow: hidden;
  background: black;

  position: relative;
  padding: 15px 0;
}
.marquee__track img {
  transform: scale(0.8);
}

.marquee__track {
  display: flex;
  gap: 120px;
  align-items: center;
  animation: marqueeScroll 40s linear infinite;
  position: relative;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.custom-block-container {
  position: absolute;
  bottom: 11%;
  left: 71%;
  right: 0;
  border-radius: 50%;
  width: 400px;

  height: 400px;
  overflow: hidden;

  z-index: 0;
}

.custom-block-container canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  main {
    background-position: center;
    background-image: url(../img/bg-mobile.png);
    background-position-y: 10%;
    background-size: cover;
    padding-bottom: 320px;
  }
  .custom-block-container {
    display: none;
  }
  .bonus p {
    max-width: 159px;
  }
  .main-button {
    margin: 24px auto 24px auto;
  }
  .main-button button {
    margin-top: 0;
  }
  .container {
    align-items: center;
  }
}

@media screen and (max-width: 770px) {
  header {
    padding: 15px 20px;
  }

  .nav-bar__logo {
    width: 124px;
  }
  h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0.52px;
    text-transform: uppercase;
  }
  h2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.76px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  h2 strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.48px;
  }
  h2.yellow {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contant {
    flex-direction: column;
    gap: 0px;
  }
  main {
    background-position: top;
    height: 100%;
  }
  .container {
    padding: 85px 10px;
  }
  .bonus-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .bonus {
    padding: 13px 12px;
    margin: 10px;
    align-items: flex-start;

    gap: 20px;
  }
  .number {
    height: 30px;
    width: 30px;
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .bonus p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .border::before {
    width: 23px;
    height: 140px;
    left: -33%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .border::after {
    width: 23px;
    height: 140px;

    background-repeat: no-repeat;
    background-size: cover;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#preloader img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
