
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #120A31;
    opacity: 0;
    visibility: hidden;
}
html.geo-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #120A31;
}


.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}

.container {
    padding: 0 69px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.hero {
    padding: 93px 0 199px;
    position: relative;
}

h1 {
  font-family: "REM", sans-serif;
  font-weight: 800;
  font-size: 73px;
  line-height: 84%;
  letter-spacing: -3%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 62px;
  max-width: 701px;
  position: relative;
  text-shadow: 0px 4px 49.4px #FFFFFF94;
  hyphens: auto;
  word-break: break-word;
}


h1 span {
  display: block;
  font-size: 180px;
  line-height: 84%;
  letter-spacing: -3%;

  color:  #00FFAD;

  text-shadow: 0px 4px 49.4px #00FFAD;

}

p {
  hyphens: auto;
  word-break: break-word;
}

.hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right;
}

.hero__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 727px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__logo {
  width: 386px;
  height: auto;
  margin: 0 auto 130px;
  display: block;

}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}
#load-more {
  transform: translateZ(0);
  will-change: transform;
}

.hero__buttons {
    display: flex;
    align-items: center;
    gap: 9px;
}
.button {
  background: #00FFAD;
  border: 1px solid #00FFAD80;
  color: #0B0536;
  justify-content: center;
  padding: 17px 44px;
  min-width: 240px;
  border-radius: 6px;

  font-family: "REM", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(3px);

  transition: 0.3s ease;
}
.button:hover {
  box-shadow:
    0 0 0 1px rgba(64, 201, 93, 0.18),
    0 0 22px rgba(64, 201, 93, 0.45),
    0 0 48px rgba(47, 253, 144, 0.28),
    0 12px 28px rgba(24, 172, 120, 0.32);
}




.button-outline {
  position: relative;
  color: #00FFAD;

  padding: 17px;
  min-width: 240px;
  border-radius: 6px;

  font-family: "REM", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00FFAD80;
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 255, 173, 0.1), rgba(0, 255, 173, 0.1)),
    radial-gradient(41.4% 58.75% at 50.02% 100%, rgba(0, 255, 173, 0.2) 0%, rgba(0, 255, 173, 0) 100%);

  backdrop-filter: blur(3px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.button-outline:hover {
  box-shadow:
    0 0 0 1px rgba(45, 177, 84, 0.35),
    0 0 18px rgba(45, 177, 84, 0.35),
    0 10px 30px rgba(45, 177, 84, 0.25),
    0 4px 4px rgba(0, 0, 0, 0.25);
}


.button-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(23.38% 273.75% at 50.02% -81.25%, #FFFFFF 0%, rgba(152, 255, 48, 0) 100%);
}

.button-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(23.38% 273.75% at 50.02% -81.25%, #FFFFFF 0%, rgba(152, 255, 48, 0) 100%);
}


h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;;
  line-height: 115%;
  letter-spacing: -3%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}


.list__container {
  width: 100%;
  max-width: 923px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list__element {
  border-radius: 24px;
  background: #141226;

  border: 1px solid #211E3E;
  padding: 10px;
  width: calc(50% - 8px);
}
.list-el__top {
  position: relative;
  width: 100%;
  height: 224px;
  border-radius: 16px;
  border: 1px solid #211E3E;

}
.list-el__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 0;
}
.list-el__box {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 227px;
  border-radius: 16px 16px 0 0;
  padding: 30px 10px 40px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #302B59;
}

.list-el-box__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.number {
  font-family: "REM", sans-serif;
   background:#9E01FF;

  box-shadow: 0px 4px 49.4px 0px #9E01FF;

  width: 41px;
  height: 41px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  position: relative;
  z-index: 3;
}
.list-el__box h3 {
  font-family: "REM", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 105%;
  letter-spacing: 3%;
  text-align: center;
    max-width: 200px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  hyphens: auto;
  word-break: break-word;
}
.list-el__box h3 span {
  color: #FF8400;
}
.list-el__bottom {
  padding: 20px 10px 30px;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.list-el__bottom  span {
  color: #FF8400;
  display: block;
}

.tournament {
  padding: 100px 0;
}


.tournament__table {
    border: 1px solid #211E3E;
    background: #141226;

    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    border-radius: 24px;
    width: 100%;
    padding: 50px;
    margin-top: 44px;
}
.tournament__table::-webkit-scrollbar {
  display: none;
}
.tournament-box {
  overflow: auto;
  margin: 0 auto;
  width: 100%;
}
.tournament-box::-webkit-scrollbar {
  display: none;
}
.tournament__table table {
    width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
.tournament__table thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF99;
  
}

.tournament__table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.tournament__table thead {
  overflow: hidden;
}
.tournament__table thead tr th {
  padding: 0 16px 25px 16px;
  text-align: left;
  width: 25%;
}
.tournament__table thead tr th:last-child {
    text-align: right;
}
.tournament__table tbody tr {
    background: radial-gradient(206.29% 83.93% at 50% 16.07%, rgba(22, 20, 42, 0) 0%, #16142A 100%);
    border: 1px solid #211E3E;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    background-image: url(./img/table-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tournament__table tbody tr td {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 20px 16px;
}
.tournament__table tbody tr td:last-child {
    text-align: right;
    justify-content: flex-end;
    padding-left: 0;
}


.tournament__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tournament__table td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tournament__table-button {
  margin: 50px auto 0;
  border: none;
  outline: none;
  display: block;
  text-transform: uppercase;
  flex-shrink: 0;
  backdrop-filter: blur(3px);
  color: #FFFFFF;
  border: 1px solid #00FFAD80;
  background: linear-gradient(0deg, rgba(0, 255, 173, 0.1), rgba(0, 255, 173, 0.1)),
radial-gradient(70.47% 100% at 50.02% 100%, rgba(0, 255, 173, 0.8) 0%, rgba(0, 255, 173, 0) 100%);

}
.parent {
  display: flex;
  justify-content: center;
}

.place-icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: 7px;
}

.tournament__table td:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.tournament__table td:nth-child(3) {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.tournament__table td:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.player-cell img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.tournament__table td:nth-child(4) span {
  background: #22293D;
  border-radius: 6px;
  padding: 6px 8px;
  width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.tournament__table td:nth-child(4) span img {
  width: 15px;
  height: 15px;
}

.how {
  padding: 50px 0 100px;
  position: relative;
}
.how-box {
  border-radius: 24px;
  background: #141226;
  border: 1px solid #211E3E;
  padding: 100px 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}
.how-box h3 {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 663px;
  margin: 0 auto 20px;
}
.how-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: item;
  width: 100%;
  max-width: 663px;
  margin: 0 auto;
}


ol li {
  list-style: none;
  counter-increment: item;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  color:#FFFFFF80;
  position: relative;
  padding-left: 15px;
}
ol li a {
  color: #00FFAD80;
  text-decoration: underline;
}

ol li::before {
  content: counter(item, decimal) ". ";
  font-weight: 700; 
  position: absolute;
  left: 0px;
  top: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  color:#FFFFFF80;
}
.how__container {
  width: 100%;
  max-width: 910px;
  margin: 0px auto 0;
}
footer {
  padding: 17px;
  background: #141226;
  text-align: center;
  border-top: 1px solid #211E3E;
}
.footer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF80;
}
.footer-text span {
  color: #FFFFFF;
}


@media  screen and (max-width: 950px) {
  .tournament__table tbody tr td:nth-child(1), .tournament__table thead tr th:nth-child(1) {
    width: 150px;
  }
  .tournament__table tbody tr td:nth-child(2), .tournament__table thead tr th:nth-child(2) {
    width: 350px;
  }
  .tournament__table tbody tr td:nth-child(3), .tournament__table thead tr th:nth-child(3) {
    width: 150px;
  }
  .tournament__table tbody tr td:nth-child(4), .tournament__table thead tr th:nth-child(4) {
    width: 150px;
  }
}
@media  screen and (max-width: 768px) {
  h1 {
    font-size: 53px;
    line-height: 84%;
    margin-bottom: 114px;
  }
  h1 span {
    font-size: 130px;
    line-height: 84%;
  }
  .header__logo {
    width: 262px;
    margin: 0 auto 213px;
  }
  .hero {
      padding: 46px 0 89px;
      position: relative;
  }
  .hero__content {
    max-width: 390px;
  }
  h2 {
    font-size: 30px;
  } 
  .tournament {
    padding: 62px 0 35px;
  }

  .tournament__table {
    margin-top: 24px;
    padding: 30px 20px;
  }
  .tournament__table thead {
    font-size: 14px;
  }
  .tournament__table tbody {
    font-size: 10px;
  }
  .tournament__table thead tr th {
    padding: 0 8px 25px 16px;
  }
  .tournament__table-button {
    padding: 14.5px 10px;
    margin: 20px auto 0;
  }
  .tournament__table td:nth-child(1) {
    font-size: 12px;
  }
  .tournament__table td:nth-child(3) {
    font-size: 12px;
  }
  .tournament__table td:nth-child(2) {
    font-size: 12px;
  }
  .tournament__table td:nth-child(4) span {
    font-size: 12px;
  }
  .tournament__table tbody tr td:nth-child(1), .tournament__table thead tr th:nth-child(1) {
    width: 62px;
    flex: 0 0 62px;
  }
  .tournament__table tbody tr td:nth-child(2), .tournament__table thead tr th:nth-child(2) {
    width: calc(100% - 90px - 130px - 62px);
  }
  .tournament__table tbody tr td:nth-child(3), .tournament__table thead tr th:nth-child(3) {
    width: 90px;
    flex: 0 0 90px;
  }
  .tournament__table tbody tr td:nth-child(4), .tournament__table thead tr th:nth-child(4) {
    width: 130px;
    flex: 0 0 130px;
  }
  .place-icon {
    width: 10px;
    height: 10px;
    margin-left: 1px;
  }
  .hero__buttons {
    flex-direction: column;
    gap: 11px;
  }
  .container {
    padding: 0 20px;
  }
  .list__container {
    flex-direction: column;
  } 
  .list__element {
    width: 100%;
  }
  .how {
    padding: 35px 0 70px;
  }
  .how-box {
    padding: 30px 27px;
    margin: 27px auto 0;
  }
  footer {
    padding: 22px;
  }
}

@media  screen and (max-width: 480px) {
  .tournament__table tbody tr td:nth-child(2), .tournament__table thead tr th:nth-child(2) {
    width: 190px;
    flex: 0 0 190px;
  }
  .hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 788px;
    background: linear-gradient(180deg, rgba(18, 10, 49, 0) 22.46%, #120A31 97.02%),
              linear-gradient(180deg, rgba(18, 10, 49, 0) 34.9%, rgba(18, 10, 49, 0.6) 54.82%);
    z-index: 1;
  }
  .hero__content {
    position: relative;
    z-index: 2;
  }
  /* .header__logo {
    width: 100%;
  } */
}
@media  screen and (max-width: 480px) {
  .button, .button-outline {
    min-width: 300px;
  }
  .hero__content {
    max-width: 100%;
  }
}
@media  screen and (max-width: 440px) {
  .header__logo {
    margin: 0 auto 222px;
  }
  .container {
    padding: 0 16px;
  }
  .hero__buttons {
    width: 100%;
  }
  .button, .button-outline {
    width: 100%;
    min-width: 100%;
  }
  h1 {
    font-size: 43px;
    line-height: 84%;
    margin-bottom: 114px;
  }
  h1 span {
    font-size: 110px;
    line-height: 84%;
  }
  .hero__img {
    object-position: 98%;
  }
  .how-box {
    padding: 30px 10px;
    margin: 27px auto 0;
  }
}
