@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Saira+Extra+Condensed:wght@400;500;700;800&display=swap");
body {
  background-image: url(../pic/fone.jpg);
  background-position: center;
  background-size: cover;
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: white;
  font-family: "Saira Extra Condensed";
}

.container {
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 950px) {
  .container {
    padding: 0px 15px;
    width: 100%;
  }
}

nav {
  padding: 32px 0px;
}
nav .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  width: 30%;
}
@media (max-width: 700px) {
  .logo {
    text-align: center;
    width: 100%;
  }
}
.logo img {
  transition: 0.3s;
}
.logo img:hover {
  filter: drop-shadow(0px 0px 5px white);
}

.log_reg {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 70%;
}
@media (max-width: 700px) {
  .log_reg {
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.log_reg button {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  background-color: transparent;
  padding: 0px 60px;
  border: 2px solid rgb(108, 108, 108);
  border-radius: 10px;
  text-shadow: 0px 0px 10px black;
  transition: 0.3s;
  height: 50px;
  margin: auto 0;
}
@media (max-width: 500px) {
  .log_reg button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.log_reg button:last-child {
  background-color: rgb(20, 199, 255);
  border: 2px solid rgb(20, 199, 255);
}
.log_reg button:hover {
  color: black;
  background-color: white;
  text-shadow: 0px 0px 0px black;
  border: 2px solid white;
  box-shadow: 0px 0px 10px 5px white;
  cursor: pointer;
}

.play_btn {
  color: white;
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  background-color: rgb(20, 199, 255);
  padding: 10px 102px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-shadow: 0px 0px 10px black;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .play_btn {
    box-shadow: 0px 0px 50px 20px rgb(20, 199, 255), 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.play_btn:hover {
  color: black;
  background-color: white;
  text-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 10px 5px white;
  cursor: pointer;
}

.uniq_sell_prop {
  margin-top: 40px;
}
.uniq_sell_prop .flag {
  width: 0px;
  height: 0px;
  position: relative;
  top: -80px;
  right: -29%;
  z-index: 0;
}
@media (max-width: 950px) {
  .uniq_sell_prop .flag {
    position: absolute;
    left: 16px;
    top: 168px;
  }
}
@media (max-width: 700px) {
  .uniq_sell_prop .flag {
    left: 10%;
    top: 30px;
  }
  .uniq_sell_prop .flag img {
    width: 55px;
  }
}
@media (max-width: 400px) {
  .uniq_sell_prop .flag {
    left: 10px;
  }
}
.uniq_sell_prop .three7 {
  width: 0px;
  height: 0px;
  position: relative;
  top: -30px;
  right: -53%;
  z-index: 0;
}
.uniq_sell_prop .three7 .m {
  display: none;
}
@media (max-width: 1230px) {
  .uniq_sell_prop .three7 {
    right: -59%;
    top: -50px;
  }
  .uniq_sell_prop .three7 img {
    width: 320px;
  }
}
@media (max-width: 950px) {
  .uniq_sell_prop .three7 {
    position: absolute;
    right: 220px;
    top: 320px;
  }
  .uniq_sell_prop .three7 img {
    width: 220px;
  }
  .uniq_sell_prop .three7 .m {
    display: block;
  }
  .uniq_sell_prop .three7 .pc {
    display: none;
  }
}
@media (max-width: 450px) {
  .uniq_sell_prop .three7 {
    top: 400px;
  }
}
.uniq_sell_prop .container_inner {
  width: 60%;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 950px) {
  .uniq_sell_prop .container_inner {
    width: 100%;
  }
}
.uniq_sell_prop .container_inner h1 {
  font-weight: 800;
  font-size: 86px;
  line-height: 86px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.uniq_sell_prop .container_inner h1 .marked {
  color: rgb(20, 199, 255);
}
@media (max-width: 600px) {
  .uniq_sell_prop .container_inner h1 {
    font-size: 36px;
    line-height: 31px;
  }
}
.uniq_sell_prop .container_inner h2 {
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
}
@media (max-width: 600px) {
  .uniq_sell_prop .container_inner h2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
}
.uniq_sell_prop .container_inner p {
  width: 70%;
  margin: 0px auto;
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 0px 0px 10px black;
}
@media (max-width: 1230px) {
  .uniq_sell_prop .container_inner p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .uniq_sell_prop .container_inner p {
    font-size: 16px;
    line-height: 29px;
  }
}
.uniq_sell_prop .container_inner button {
  margin-top: 30px;
}
.uniq_sell_prop .container_inner .p18 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.uniq_sell_prop .container_inner .p18 img {
  color: white;
}
.uniq_sell_prop .container_inner .p18 p {
  margin: 0;
  width: auto;
  margin: auto 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-shadow: 0px 0px 10px black;
  color: rgba(255, 255, 255, 0.5);
}

.information {
  margin-top: 50px;
  background-color: rgba(63, 90, 185, 0.56);
  padding: 60px 0px;
}
@media (max-width: 600px) {
  .information {
    padding: 30px 0px;
  }
}
.information p {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 600px) {
  .information p {
    font-size: 10px;
    line-height: 14px;
  }
}

.advant {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .advant {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 700px) {
  .advant {
    margin-top: 10px;
  }
}
.advant_element {
  width: 340px;
  background-color: rgba(1, 22, 41, 0.45);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 1300px) {
  .advant_element {
    width: 32%;
  }
}
@media (max-width: 700px) {
  .advant_element {
    width: 100%;
    margin-top: 80px;
  }
}
.advant_element .img {
  height: 0px;
  position: relative;
  left: 3%;
  width: 100%;
  top: -67px;
}
.advant_element h2 {
  margin-top: 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #14C7FF;
}
.advant_element p {
  padding: 30px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}

.solo_btn_wrapper {
  margin-top: 60px;
  text-align: center;
}
.solo_btn_wrapper .play_btn {
  box-shadow: 0px 0px 50px 30px rgba(36, 52, 107, 0.8);
}
.solo_btn_wrapper .play_btn:hover {
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
}

.footer {
  margin-top: 80px;
}
.footer nav {
  margin-bottom: 15px;
  background-color: rgba(63, 90, 185, 0.56);
  padding: 30px 0px;
}
.footer nav .container .links {
  margin: auto 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 700px) {
  .footer nav .container .links {
    margin: 0px;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
  }
}
.footer nav .container .links a {
  font-weight: 400;
  font-size: 15px;
  transition: 0.3s;
  text-decoration: none;
}
.footer nav .container .links a:hover {
  color: lightgray;
}
.footer p {
  padding: 15px 40px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 600px) {
  .footer p {
    padding: 15px;
    font-size: 8px;
    line-height: 17px;
  }
}
.footer .p18 {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 10px;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer .p18 img {
  width: 40px;
  height: 40px;
}
.footer .p18 p {
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  margin: auto 0;
}

.dnone {
  display: none;
}

.login {
  z-index: 10;
  height: 100vh;
  left: 0px;
  position: fixed;
  top: 0px;
  background: rgba(20, 199, 255, 0.57);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  width: 100%;
  padding: 0px 10px;
}
.login .form {
  padding: 22px 48px 22px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 9vh;
  background: rgba(2, 12, 22, 0.62);
  border: 4px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 450px) {
  .login .form {
    padding: 20px 15px 50px;
  }
}
.login .form div {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.login .form input:not([type=checkbox]) {
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
  outline: none;
  border: none;
  box-sizing: border-box;
}
.login .form label {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
}
.login .form button {
  font-weight: 700;
  font-size: 24px;
  color: white;
  border: 2px solid white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 80px;
  background-color: transparent;
  transition: 0.3s;
}
.login .form button:hover {
  cursor: pointer;
  color: black;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px white;
}
.login .form img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.login .form img:hover {
  cursor: pointer;
  opacity: 50%;
  transition: 0.3s;
}

.registration .form {
  margin-top: 10vh;
}
.registration .form div {
  margin-bottom: 0;
}
.registration .form .title {
  margin-bottom: 10px;
}
.registration .form .input_flex {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.registration .form .input_wrapper {
  width: 48%;
  margin-bottom: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 700px) {
  .registration .form .input_wrapper {
    width: 100%;
  }
}
.registration .form .input_wrapper label {
  margin: 0;
}
.registration .form input:not([type=checkbox]) {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 80%;
}
@media (max-width: 700px) {
  .registration .form input:not([type=checkbox]) {
    padding: 10px 20px;
  }
}
.registration .form .check_label {
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 700px) {
  .registration .form .check_label {
    font-size: 18px;
  }
}
.registration .form .check_wrapper {
  display: flex;
  margin-bottom: 10px;
  justify-content: left;
}
.registration .form input[type=checkbox] {
  opacity: 0;
}
.registration .form input[type=checkbox] ~ label::before {
  text-align: center;
  color: transparent;
  line-height: 30px;
  height: 30px;
  border: 3px solid white;
  width: 30px;
  content: "✓";
  border-radius: 16px;
  margin-right: 10px;
  display: inline-block;
}
.registration .form input[type=checkbox]:checked ~ label::before {
  color: white;
}

.games {
  margin-top: 160px;
}
.games .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.games .container .game {
  width: 31%;
  padding: 20px 50px;
  background: rgba(1, 22, 41, 0.45);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
@media (max-width: 1230px) {
  .games .container .game {
    padding: 20px 20px;
  }
}
@media (max-width: 700px) {
  .games .container .game {
    width: 100%;
  }
}
.games .container .game img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.games .container .game button {
  padding: 10px 10px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .games .container .game button {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.games .container .game button:hover {
  text-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 10px 5px white;
}

#game_popup {
  transition: 0.3s;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(20, 199, 255, 0.57);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  width: 100%;
  height: 100vh;
  padding: 0px 15px;
}
#game_popup .game_popup_inner {
  padding: 20px 50px 20px;
  background: rgba(2, 12, 22, 0.62);
  border: 4px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 10vh;
  height: 70vh;
}
@media (max-width: 550px) {
  #game_popup .game_popup_inner {
    padding: 20px 20px 20px;
  }
}
#game_popup .game_popup_inner img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
#game_popup .game_popup_inner img:hover {
  cursor: pointer;
  opacity: 50%;
  transition: 0.3s;
}
#game_popup .game_popup_inner iframe {
  margin-top: 20px;
  width: 100%;
  height: 85%;
}
#game_popup .game_popup_inner #game_name {
  font-size: 30px;
  font-weight: 700;
}

.info_text {
  margin-top: 50px;
  background: rgba(1, 22, 41, 0.45);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
@media (max-width: 600px) {
  .info_text {
    padding: 20px;
  }
}
.info_text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding: 30px;
}
@media (max-width: 600px) {
  .info_text p {
    font-size: 10px;
    line-height: 14px;
  }
}
.info_text p:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}