:root {
  --first-color: #002359;
  --second-color: #d20707;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100% !important;
}
body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #333;
}
h1, h2 {
  font-weight: 700;
}
h3 {
  font-weight: 500;
}
a {
  text-decoration: none !important;
  transition: 0.3s;
}
/*buttons*/
.game {
  padding: 10px 20px;
  background-color: #000;
  border: none;
  border-radius: 25px;
  color: #fff;
}
.big-game {
  max-width: 770px;
  margin-top: 15px;
  background-color: #01db80;
  border: none;
  border-radius: 44px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

/*header*/
#header {
  box-shadow: 0 2px 4px #0000001a;
}
#header .row {
  margin: 0;
}
#header .top-header {
  padding: 8px;
  background: linear-gradient(90deg, #fc0, gold);
}
#header .top-header p {
  margin-bottom: 0;
  font-size: 14px;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.main-header img {
  width: 250px;
}

/*home*/
#home {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  background: url(../img/1.webp) no-repeat center / cover;
}
#home .col-12, #about .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#home h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 auto 8vh;
  max-width: 400px;
  text-transform: uppercase;
}
#home p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 7vh;
}

/*about*/
#about {
  padding: 3vh 0;
  background: #141414fa url(../img/bg.png) no-repeat center/cover;

}
#about h2 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 2vh;
}
#about h2 span {
  color: #fc0;
}
#about:first-of-type h2::before, #about:first-of-type h2::after {
  content: "\2605";
  color: #fc0;
}
#about p {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 7vh;
  color: white;
}

/*footer*/
footer {
  background-color: #000;
  padding: 100px 0 30px;
  color: #ffffff;
}
footer a {
  color: white;
}
footer a:hover {
  color: #fc0;
}
.top-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-contact h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.middle-footer h3 {
  font-size: 26px;
  color: #fc0;
}
.middle-footer p {
  font-size: 18px;
}
.middle-footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.middle-footer-box a {
  width: 100%;
  max-width: 80%;
  background-color: #ffc600;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 10px;
  padding: 20px;
  text-align: center;
  color: #ffffff !important;
}
.middle-footer-box img {
  width: 55px;
}
.main-footer p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.main-footer h3 {
  font-size: 16px;
  color: #fc0;
}
.main-footer .italic {
  margin-top: 1rem;
  font-style: italic;
}
.footer-links {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  row-gap: 20px;
}
.footer-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  list-style: none;
}
.copyright {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  #header .top-header p {
    font-size: 12px;
  }
  .main-header img {
    width: 200px;
  }
  #home h1 {
    font-size: 50px;
    margin: 0 auto 4vh;
  }
  .big-game {
    font-size: 24px;
    line-height: normal;
  }
  footer {
    padding: 30px 0 10px;
  }
  .top-footer {
    grid-template-columns: 1fr;
  }
  .middle-footer-box a {
    font-size: 16px;
    line-height: normal;
  }
  .footer-links {
    padding: 20px 0 0;
  }
}
@media screen and (max-width:575.98px) {
  .main-header img {
    width: 180px;
  }
}

/*about*/
.dark-page {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  color: #fff;
  min-height: 100vh;
  padding: 40px 20px;
}
.dark-page #one {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  box-shadow: 0 4px 6px #0003;
  margin-bottom: 40px;
  padding: 60px 20px;
  text-align: center;
}
.dark-page-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  box-shadow: 0 4px 6px #0003;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.dark-page #one h1 {
  margin-bottom: 20px;
  font-size: 48px;
}
.dark-page #one h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fc0;
  margin-bottom: 20px;
}
.dark-page #one p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.dark-page #two h2, .dark-page #three h2, .dark-page #four h2 {
  margin-bottom: 40px;
  font-size: 32px;
}
.dark-page .two-wrapper, .dark-page .three-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.dark-page .two-box {
  background: linear-gradient(135deg, #b83dba, #8a2baa);
  border-radius: 15px;
  box-shadow: 0 4px 12px #b83dba4d;
  color: #fff;
  padding: 30px;
  text-align: center;
}
.dark-page .two-box span {
  display: block;
  font-size: 3rem;
  margin-bottom: 20px;
}
.dark-page .two-box p {
  font-size: 26px;
  font-weight: 600;
}
.dark-page .three-box {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  padding: 30px;
  text-align: left;
}
.dark-page .three-box h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.four-wrapper {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 600px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 1199.98px) {
  .dark-page {
    word-break: break-word;
  }
  .dark-page [class*="-wrapper"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .dark-page [class*="-wrapper"] {
    grid-template-columns: 1fr;
  }
  .dark-page-block {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .dark-page #one h1 {
    font-size: 32px;
  }
}

/*contacct*/
.dark-page .left-column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: #ffffff0d;
  border-radius: 10px;
  padding: 20px;
}
.dark-page .contact-box, .dark-page .right-column {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  box-shadow: 0 4px 6px #0003;
  padding: 25px;
}
.dark-page .contact-box a {
  color: #fc0;
}
.dark-page .contact-box a:hover {
  color: #ffffff;
}
.dark-page .contact-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.dark-page .contact-box h3 {
  margin-top: 10px;
  font-size: 18px;
}
.dark-page .contact-box p {
  margin-bottom: 0.5rem;
}
.dark-page .right-column {
  height: 100%;
}
.dark-page .right-column h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.dark-page .right-column .contact-form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 2rem;
}
.dark-page .right-column .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dark-page .right-column .contact-form input, .dark-page .right-column .contact-form textarea {
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 15px;
  transition: all .3s ease;
  width: 100%;
}
.dark-page .right-column .contact-form input::placeholder {
  color: #ffffff;
}
.dark-page .right-column .contact-form input:focus, .dark-page .right-column .contact-form textarea {
  background: #ffffff26;
  border-color: #fc0;
  box-shadow: 0 0 0 3px #fc03;
  outline: none;
}
.dark-page .right-column .contact-form button {
  background: #fc0;
  border: none;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 15px;
  transition: all .3s ease;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
}
.dark-page .right-column .contact-form button:hover {
  background: gold;
  box-shadow: 0 4px 12px #ffcc004d;
  transform: translateY(-2px);
}

@media screen and (max-width: 767.98px) {
  .contact-wrapper, .contact-wrapper .col-md-6 {
    padding: 0;
    margin: 0;
  }
  .contact-wrapper {
    row-gap: 20px;
  }
  .dark-page .right-column .contact-form {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    padding: 0;
  }
}

/*docs*/
.black-page {
  background-color: #000;
}
.black-page * {
  color: #ffffff;
}
.black-page a, .disclaimer-box a {
  color: #fc0;
}
.black-page a:hover, .disclaimer-box a:hover {
  color: #ffffff;
}
.disclaimer-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  box-shadow: 0 4px 6px #0003;
  padding: 40px;
  text-align: center;
}
.disclaimer-box h1 {
  color: #fc0;
}
.disclaimer-box .dark-page-block {
  margin: 40px 0 0;
  text-align: left;
}
.disclaimer-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.disclaimer-box .dark-page-block p {
  margin-bottom: 16px;
}
@media screen and (max-width: 575.98px) {
  .black-page {
    word-break: break-word;
  }
  .disclaimer-box {
    padding: 40px 20px;
  }
  .disclaimer-box .dark-page-block {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.thanks p.thanks-text {
  color: #fc0;
}
@media screen and (max-width: 767.98px) {
  .thanks p {
    font-size: 14px;
  }
}

/*verification*/
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: #000000fa;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  box-shadow: 0 0 30px #00000080;
  color: #fff;
  max-width: 600px;
  padding: 40px;
  width: 90%;
}
.verification__area h2 {
  color: #fc0;
}
.verification__area h2, .verification__area h3 {
  text-align: center;
}
.verification__area ul {
  list-style-type: none;
  padding: 10px 0;
}
.verification__area ul.verification__docs {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.verification__area ul.verification__docs li {
  color: #fc0;
}
.verification__text {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 10px;
}
.verification__btn--yes {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 15px;
  background: #fc0;
  box-shadow: 0 4px 15px #ffcc004d;
  color: #333;
  width: 100%;
  transition: all .3s ease;
  margin-bottom: 16px;
}
.verification__btn--no {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 15px;
  transition: all .3s ease;
  width: 100%;
  background: #ffffff1a;
  color: #fff;
}
.verification__btn--yes:hover {
  background: gold;
  transform: translateY(-2px);
}
.verification__btn--no:hover {
  background: #fff3;
}
.verification__btn:active {
  opacity: 0.5;
}
.verification__disabled {
  display: none;
}