
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #0D1117;
    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: "Roboto", sans-serif;
    color: #fff;
    background: #0D1117;
    font-family: "Inter", sans-serif;
}


.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 195px;
    position: relative;
}

h1 {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 62px;
  max-width: 701px;
  position: relative;
    hyphens: auto;
  word-break: break-word;
}


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


h1,
h1 span {
  -webkit-text-stroke: 1px #ffffff;
}


h1 {
  text-shadow:
    0 0 20px rgba(35, 149, 53, 0.7),
    0 7px 30px rgba(172, 255, 171, 0.35);
}

h1 span {
  display: block;
  font-size: 190px;
  line-height: 0.8;
  letter-spacing: -0.03em;

  background: linear-gradient(
    135deg,
    #40c95d 0%,
    #18ac78 45%,
    #2ffd90 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 0 20px rgba(35, 149, 53, 0.55),
    0 7px 30px rgba(172, 255, 171, 0.35);
}

.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: 344px;
  height: auto;
  margin: 0 auto 98px;
  display: block;

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

}


.hero__buttons {
    display: flex;
    align-items: center;
    gap: 9px;
}
.button {
  background:
    linear-gradient(
      135.05deg,
      rgba(31, 193, 46, 0.3) -0.13%,
      rgba(47, 253, 144, 0.3) 100.05%
    ),
    linear-gradient(
      135.05deg,
      #40C95D -0.13%,
      #18AC78 100.05%
    );

  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;

  padding: 16px 44px;
  min-width: 240px;
  border-radius: 6px;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;


  box-shadow: 0px 7.49px 29.97px 0px #ACFFAB inset, 0px 0px 20px 0px #239535B2;

  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: #fff;

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

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #2DB15480;
  border-radius: 6px;

  background: linear-gradient(0deg, rgba(45, 177, 84, 0.1), rgba(45, 177, 84, 0.1)) padding-box;

  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(45, 177, 84, 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(45, 177, 84, 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;
    hyphens: auto;
  word-break: break-word;
}


.list__container {
  width: 100%;
  max-width: 923px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list__element {
  border-radius: 24px;
  background: #131620;
  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 #007B6438;
  box-shadow: 0px -1px 20px 0px #09081133, -14px 1px 20px 0px #09081114, 14px -1px 20.5px 0px #09081114;
  
}
.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 {
  background: #131620;
  border: 1px solid #007B6438;
  box-shadow: 0px -1px 20px 0px #09081133, -14px 1px 20px 0px #09081114, 14px -1px 20.5px 0px #09081114;
  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;
}

.list-el__box::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(45, 177, 84, 0) 27.06%, rgba(45, 177, 84, 0.2) 100%);
  width: 227px;
  height: 202px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.number {
  font-family: "REM", sans-serif;
   background:
    linear-gradient(
      135.05deg,
      rgba(31, 193, 46, 0.3) -0.13%,
      rgba(47, 253, 144, 0.3) 100.05%
    ),
    linear-gradient(
      135.05deg,
      #40C95D -0.13%,
      #18AC78 100.05%
    );

  border: 1px solid rgba(255, 255, 255, 0.18); 
  box-shadow: 0px 7.49px 29.97px 0px #ACFFAB inset, 0px 0px 20px 0px #239535B2;
  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;
}
.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;
    hyphens: auto;
  word-break: break-word;
}
.list-el__box h3 span {
  color: #1FC12E;
}
.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: #1FC12E;
  display: block;
}

.tournament {
  padding: 100px 0;
}


.tournament__table {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #131620;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    backdrop-filter: blur(40px);
    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 {
    border-radius: 6px;
    background: #1E222C;
    margin-bottom: 10px;
    min-height: 60px;
}
.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;
}
.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;
}
.how-box {
  border-radius: 24px;
  background: #131620;
  padding: 100px 10px;
  margin: 50px auto 0;
}
.how-box h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 663px;
  margin: 0 auto 20px;
}
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:  #2DB15480;
  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: #131620;
  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: 60px;
    line-height: 80%;
    margin-bottom: 103px;
  }
  h1 span {
    font-size: 140px;
    line-height: 80%;
  }
  .header__logo {
    width: 246px;
    margin: 0 auto 213px;
  }
  .hero {
      padding: 46px 0 89px;
      position: relative;
  }
  .hero__content {
    max-width: 372px;
  }
  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 12px;
    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(13, 17, 23, 0) 70.13%, #0D1117 100%),
      linear-gradient(0deg, rgba(13, 17, 23, 0.2), rgba(13, 17, 23, 0.2));
    z-index: 1;
  }
  .hero__content {
    position: relative;
    z-index: 2;
  }
  .header__logo {
    /* width: 100%; */
    margin: 0 auto 213px;
  }
}




@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 {
    /* width: 100%; */
    margin: 0 auto 213px;
  }
  .container {
    padding: 0 16px;
  }
  .hero__buttons {
    width: 100%;
  }
  .button, .button-outline {
    width: 100%;
    min-width: 100%;
  }
  h1 {
    font-size: 50px;
    line-height: 80%;
    margin-bottom: 103px;
  }
  h1 span {
    font-size: 130px;
    line-height: 80%;
  }
  .hero__img {
    object-position: 98%;
  }
}
