
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #000000;

}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
    font-family: "REM", sans-serif;
    color: #fff;
    background: #000000;
}


.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 40px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.hero {
    padding:42px 0 62px;
    position: relative;
}

.hero__title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 85px;
  line-height: 120px;
  letter-spacing: -0.46px;
  text-align: center;
  text-transform: uppercase;
  color: #F2F2F4;
}


.hero__title span {
  display: block;
  font-size: 140px;
  color:  #00FFAD;
}

.hero__banner {
  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(45, 177, 84, 0.2) 0%, rgba(45, 177, 84, 0) 100%);
  border: 1px solid rgba(0, 255, 173, 0.5);
  position: relative;
  padding: 9px 18px;
  border-radius: 36px;
  margin: 0 auto 30px;
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.hero__banner::before {
  content: "";
  width: 100%;
  height: 1px;
  background: radial-gradient(23.38% 273.75% at 50.02% -81.25%, #FFFFFF 0%, rgba(45, 177, 84, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.hero__subtitle span {
  text-transform: uppercase;
  color: #F2F2F4;
}

.hero__subtitle {
  margin: 30px auto 40px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26.35px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  color: #9A9AA6;
}





.hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right;
}
.hero__img-mob {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.hero__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__logo {
  width: 256px;
  height: auto;
  margin: 0 auto 62px;
  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;
  color: #04140A;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 21px 38px 23px 38px;
  min-width: 294px;
  border-radius: 8px;

  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.68px;
  
  text-align: center;
  text-transform: uppercase;

  transition: 0.3s ease;
  box-shadow: 0px 14px 36px -14px #00E701D9;

}
.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;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 17px;
  width: 100%;
  border-radius: 8px;

  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;

  border: 1px solid #00E70152;
  background: #00E7010F;

  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);
}



.tournament {
  padding: 62px 0 32px;
}


.tournament__table {
    border: 1px solid #FFFFFF14;
    background: #0A0A0C;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    border-radius: 14px;
    width: 100%;
}
.tournament__table::-webkit-scrollbar {
  display: none;
}
.tournament-table__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid #FFFFFF12;
}
.tournament-table__title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #F2F2F4;
}
.tournament-table__update {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #6C6C78;
}


.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%;

  
}

.tournament__table tbody {
    width: 100%;
}

.tournament__table thead {
  overflow: hidden;
  border-bottom: 1px solid #FFFFFF0F;
}
.tournament__table thead tr th {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 1.98px;
  text-transform: uppercase;
  color: #61616C;
  padding: 12px 28px;
  text-align: left;
}
.tournament__table thead tr th:last-child {
    text-align: right;
}

.tournament__table thead tr th:nth-child(1), .tournament__table tbody tr td:nth-child(1) {
    width: 64px;
}
.tournament__table thead tr th:nth-child(2), .tournament__table tbody tr td:nth-child(2) {
    width: calc(100% - 184px);
}
.tournament__table thead tr th:nth-child(3), .tournament__table tbody tr td:nth-child(3) {
    width: 120px;
}



.tournament__table tbody tr td {
  padding: 15px 28px;
}
.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;
}

.parent {
  display: flex;
  justify-content: center;
  align-items:center;
  padding: 20px 28px;

}

.place-icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: 7px;
}

.tournament__table tbody tr {
  border-bottom: 1px solid #FFFFFF0D;
  border-left: 3px solid transparent;
}

.tournament__table tbody tr:nth-child(1) {
  background: linear-gradient(90deg, rgba(0, 255, 173, 0.16) 0%, rgba(0, 255, 173, 0.02) 62%, rgba(0, 231, 1, 0) 100%);
  border-left: 3px solid #00FFAD;
}
.tournament__table tbody tr:nth-child(2) {
  background: linear-gradient(90deg, rgba(123, 63, 228, 0.24) 0%, rgba(123, 63, 228, 0.02) 62%, rgba(123, 63, 228, 0) 100%);
  border-left: 3px solid #7B3FE4;
}
.tournament__table tbody tr:nth-child(3) {
  background: linear-gradient(90deg, rgba(255, 46, 136, 0.2) 0%, rgba(255, 46, 136, 0.02) 62%, rgba(255, 46, 136, 0) 100%);
  border-left: 3px solid #FF2E88;
}

.tournament__table tbody tr td:nth-child(1) {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #61616C;
  display: flex;
  align-items: center;
}

.tournament__table tbody tr:nth-child(1) td:nth-child(1) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #00FFAD;
}
.tournament__table tbody tr:nth-child(2) td:nth-child(1) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #B98CFF;
}
.tournament__table tbody tr:nth-child(3) td:nth-child(1) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #FF7AB3;
}

.tournament__table tbody tr td:nth-child(2) {
  display: flex;
  gap: 14px;
  align-items:center;
}

.player-cell img {
  width: 48px;
  height: 48px;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
}
.tournament__table tbody tr:nth-child(1) .player-cell img {
  border: 2px solid #00FFAD;
}
.tournament__table tbody tr:nth-child(2) .player-cell img {
  border: 2px solid #7B3FE4CC;
}
.tournament__table tbody tr:nth-child(3) .player-cell img {
  border: 2px solid #FF2E88CC;
}


.player-name {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.51px;
  color: #F2F2F4;
}
.player-wagered {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #7C7C88;
}
.tournament__table tbody tr td:nth-child(3) {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  text-align: right;
  color: #DCDCE4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tournament__table tbody tr:nth-child(1) td:nth-child(3) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0.23px;
  color: #00FFAD;
}
.tournament__table tbody tr:nth-child(2) td:nth-child(3) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0.23px;
  color: #E6E6EC;
}
.tournament__table tbody tr:nth-child(3) td:nth-child(3) {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0.23px;
  color: #E6E6EC;
}

.terms {
  padding-bottom: 32px;
}
.terms__box {
  border-radius: 14px;
  background: #0A0A0C;
  border: 1px solid #FFFFFF14;
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 34px;

}
.terms__title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #F2F2F4;
  margin-bottom: 12px;
}
.terms__desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 20.8px;
  color: #7C7C88;
}
.terms__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 22px;
}
.terms__list li {
  padding: 17px 0;
  border-top: 1px solid #FFFFFF12;
  font-weight: 400;
  font-size: 12px;
  line-height: 20.4px;
  color: #5C5C66;

}
.terms__list li span {
  font-weight: 700;
  color: #B6B6C0;
}


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;
}


.footer__text {
  font-weight: 400;
  font-size: 11.5px;
  line-height: 18.98px;
  color: #5C5C66;
  margin-bottom: 50px;
}
.footer-text span {
  color: #FFFFFF;
}
.footer__box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 14px;
}
.footer-box__age {
  border: 1px solid #FFFFFF33;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #9A9AA6;
}
.footer-box__left {
  gap: 12px;
  display: flex;
 align-items: center;  
}
.footer-box__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #5C5C66;
}
.footer-box__text span {
  color: #00FFAD;
}
.footer-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-list li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #7C7C88;
  transition: .3s;
}
.footer-list li a:hover {
  color: #B6B6C0;
}
.footer__secondary-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #45454E;
}
footer {
  padding: 0px 0 58px;
}
.footer-box__right {
  flex-shrink: 0;
}


@media  screen and (max-width: 768px) {
  .hero__title {
    font-size: 35.2px;
    line-height: 135%;
    letter-spacing: -0.18px;
  }
  .hero__title span {
    font-size: 58.2px;
  }
  .header__logo {
    width: 166px;
    margin: 0 auto 30px;
  }
  .hero {
    padding: 36px 0 20px;
    position: relative;
  }
  .hero__banner {
    padding: 6px 12px;
    border-radius: 16px;
    margin: 0 auto 14px;
    font-size: 12px;
  }
  .hero__subtitle {
    margin: 14px auto 23px;
    font-size: 15px;
    line-height: 19px;
    max-width: 343px;
  }
  .hero__content {
    max-width: 400px;
  }
  .hero__img {
    display: none;
  }
  .hero__img-mob {
    display: block;
  }
  .tournament {
    padding: 0px 0 18px;
  }
  .tournament__table {
    border-radius: 10px;
  }
  .tournament-table__top {
    padding: 14px 14px;
  }
  .tournament-table__title {
    font-size: 20px;
    letter-spacing: 0.45px;
  }
  .tournament-table__update {
    font-weight: 500;
    font-size: 14px;
  }
  .container {
    padding: 0 18px;
  }

  .tournament__table thead tr th {
    font-size: 14px;
    letter-spacing: 1.44px;
    padding: 8px 14px;
  }
  .tournament__table thead tr th:last-child {
      text-align: right;
  }

  .tournament__table thead tr th:nth-child(1), .tournament__table tbody tr td:nth-child(1) {
      width: 38px;
  }
  .tournament__table thead tr th:nth-child(2), .tournament__table tbody tr td:nth-child(2) {
      width: calc(100% - 158px);
  }
  .tournament__table thead tr th:nth-child(3), .tournament__table tbody tr td:nth-child(3) {
      width: 120px;
  }
  .tournament__table tbody tr td {
    padding: 9px 14px;
  }
  .parent {
    padding: 12px 14px;

  }
  .tournament__table tbody tr {
    border-bottom: 1px solid #FFFFFF0D;
    border-left: 3px solid transparent;
  }

  .tournament__table tbody tr td:nth-child(1) {
    font-size: 13px;
  }

  .tournament__table tbody tr:nth-child(1) td:nth-child(1) {
    font-size: 16px;
  }
  .tournament__table tbody tr:nth-child(2) td:nth-child(1) {
      font-size: 16px;    
  }
  .tournament__table tbody tr:nth-child(3) td:nth-child(1) {
    font-size: 16px;
  }

  .tournament__table tbody tr td:nth-child(2) {
    display: flex;
    gap: 14px;
    align-items:center;
  }

  .player-cell img {
    width: 36px;
    height: 36px;
  }
  .player-name {
    font-size: 14px;
    letter-spacing: 0.36px;
  }
  .player-wagered {
    font-size: 12px;
  }
  .tournament__table tbody tr td:nth-child(3) {
    font-size: 12px;
  }
  .tournament__table tbody tr:nth-child(1) td:nth-child(3) {
    font-size: 14px;
    letter-spacing: 0.14px;;
  }
  .tournament__table tbody tr:nth-child(2) td:nth-child(3) {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  .tournament__table tbody tr:nth-child(3) td:nth-child(3) {
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .terms {
    padding-bottom: 20px;
  }
  .terms__box {
    border-radius: 10px;
    padding: 36px 18px;

  }
  .terms__title {
    font-size: 20px;
    letter-spacing: 0.45px;
    margin-bottom: 8px;
  }
  .terms__desc {
    font-size: 15px;
    line-height: 15px;
  }
  .terms__list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 22px;
  }
  .terms__list li {
    padding: 10px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.4px;

  }
  .footer__text {
    font-size: 12px;
    margin-bottom: 33px;
  }
  .footer__box {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .footer-box__age {
    width: 26px;
    font-size: 9px;
    height: 26px;
  }
  .footer-list {
    gap: 12px;
  }

  footer {
    padding: 0px 0 28px;
  }
  .footer-box__text {
    text-transform: none;
  }
  .button-outline {
    padding: 14px 17px;
    border-radius: 6px;
    font-size: 13px;
  }

}

@media screen and (max-width: 480px) {
  .button {
    min-width: 100%;
    padding: 14px 20px 16px;
    font-size: 14px;
  }
  
}
@media screen and (max-width: 440px) {
  
  .tournament__table thead tr th:nth-child(2), .tournament__table tbody tr td:nth-child(2) {
      width: calc(100% - 138px);
  }
  .tournament__table thead tr th:nth-child(3), .tournament__table tbody tr td:nth-child(3) {
      width: 100px;
  }
}
@media screen and (max-width: 350px) {
  
  .tournament__table thead tr th:nth-child(2), .tournament__table tbody tr td:nth-child(2) {
      width: 143px;
  }
  .tournament__table thead tr th:nth-child(3), .tournament__table tbody tr td:nth-child(3) {
      width: 100px;
  }
}