@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 960px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.orange {
  color: #FF931B;
}

button {
  transition: 0.3s;
}

button:hover {
  cursor: pointer;
  transition: 0.3s;
}

body {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url(../img/fone.jpg);
  background-size: 2150px;
  background-position: center;
  background-color: black;
  background-repeat: no-repeat;
  font-family: "Rajdhani";
  color: white;
}

input {
  font-family: "Rajdhani";
  font-weight: 500;
}

button {
  font-family: "Rajdhani";
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
}

nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  row-gap: 22px;
}
@media (max-width: 700px) {
  nav {
    margin-top: 20px;
  }
}
nav .logo {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}
nav button {
  font-weight: 700;
  font-size: 24px;
  color: white;
  padding: 5px 50px;
  border: 2px solid #FF931B;
  border-radius: 50px;
  background-color: transparent;
}
nav .a_registration button {
  margin-left: 25px;
  background-color: #FF931B;
  color: white;
}
@media (max-width: 700px) {
  nav .a_registration button {
    margin-left: 0px;
  }
}
nav button:hover {
  color: black;
  border: 2px solid white;
  background-color: white;
}
nav .a_login {
  margin-left: auto;
}
@media (max-width: 700px) {
  nav .a_login {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  nav div {
    width: 100%;
    text-align: center;
  }
}

.usp {
  margin-top: 110px;
  width: 58%;
}
@media (max-width: 700px) {
  .usp {
    margin-top: 30px;
  }
}
.usp h1 {
  font-weight: 700;
  font-size: 86px;
  line-height: 60px;
}
@media (max-width: 700px) {
  .usp h1 {
    font-size: 36px;
    line-height: 31px;
  }
}
.usp h2 {
  font-weight: 500;
  font-size: 48px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .usp h2 {
    font-size: 16px;
    margin-top: 5px;
  }
}
.usp p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .usp p {
    font-size: 16px;
    line-height: 29px;
  }
}
.usp button {
  color: white;
  padding: 10px 100px;
  font-weight: 700;
  font-size: 32px;
  background: #FF931B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 100px #FF931B;
  border-radius: 32px;
  margin-top: 50px;
}
.usp button:hover {
  background-color: white;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25), 0px 0px 100px white;
  color: black;
}
.usp .plus_18 {
  display: flex;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 15px;
}
.usp .plus_18 img {
  width: 40px;
  height: 40px;
}
.usp .plus_18 .text {
  margin: auto 0;
  margin-left: 20px;
}
@media (max-width: 700px) {
  .usp .plus_18 {
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .usp {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .usp {
    text-align: center;
  }
}

.info {
  background: rgba(255, 147, 27, 0.62);
  border-radius: 16px;
  padding: 30px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0px 10px;
  margin-top: 50px;
}
@media (max-width: 700px) {
  .info {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 35px;
    border-radius: 0px;
  }
}

.advantages {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 23px;
}
.advantages_element {
  width: 45%;
  display: flex;
}
@media (max-width: 900px) {
  .advantages_element {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .advantages_element {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.advantages_element img {
  background: rgba(208, 115, 24, 0.39);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  padding: 30px;
  border-radius: 180px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .advantages_element img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  .advantages_element img {
    margin-bottom: 20px;
  }
}
.advantages_element_text {
  margin-left: 10px;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 40px 20px;
  background: rgba(208, 115, 24, 0.39);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .advantages_element_text {
    padding: 15px 25px 20px;
  }
}
@media (max-width: 600px) {
  .advantages_element_text {
    width: 100%;
  }
}
.advantages_element_text h2 {
  font-weight: 700;
  font-size: 32px;
  color: #FF8600;
  line-height: 25px;
}
.advantages_element_text p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: white;
}

.play_solo_btn {
  padding: 60px 0px 0px;
  text-align: center;
}
.play_solo_btn button {
  color: white;
  padding: 10px 100px;
  font-weight: 700;
  font-size: 32px;
  background: #FF931B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 100px #FF931B;
  border-radius: 32px;
}
.play_solo_btn button:hover {
  background-color: white;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25), 0px 0px 100px white;
  color: black;
}

footer {
  margin: 0px 10px;
  margin-top: 70px;
}
@media (max-width: 700px) {
  footer {
    margin: 0px;
    margin-top: 70px;
  }
}
footer .navigation {
  padding: 30px 0px;
  background: rgba(255, 147, 27, 0.62);
  border-radius: 16px;
}
@media (max-width: 700px) {
  footer .navigation {
    border-radius: 0px;
    padding: 20px 0px;
  }
}
footer .navigation .container {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  footer .navigation .container {
    justify-content: center;
  }
}
footer .navigation .container .logo {
  font-weight: 700;
  font-size: 24px;
  margin: auto 0;
  width: 20%;
}
@media (max-width: 700px) {
  footer .navigation .container .logo {
    text-align: center;
    width: 100%;
  }
}
footer .navigation .container .links {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  margin: auto 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 80%;
  justify-content: end;
}
@media (max-width: 700px) {
  footer .navigation .container .links {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
    width: 100%;
    justify-content: center;
  }
}
footer .navigation .container .links a {
  color: white;
}
footer .navigation .container .links a:hover {
  text-shadow: 0px 0px 5px black;
}
footer .container {
  margin-top: 30px;
}
footer .container p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin: auto 0;
  margin-top: 15px;
}
@media (max-width: 700px) {
  footer .container p {
    font-size: 8px;
    line-height: 17px;
  }
}
footer .container .plus18 {
  margin-top: 30px;
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
}
footer .container .plus18 img {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
footer .container .plus18 p {
  font-weight: 400;
  font-size: 13px;
  color: white;
}

.map {
  width: 0px;
  height: 0px;
  position: relative;
  top: -526px;
  right: -505px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .map {
    top: -545px;
    right: -240px;
  }
}
@media (max-width: 960px) {
  .map {
    position: absolute;
    top: 165px;
    right: 199px;
  }
}
@media (max-width: 700px) {
  .map {
    top: 0px;
    left: -50px;
  }
}

.bandit {
  width: 0px;
  height: 0px;
  position: relative;
  top: -555px;
  right: -689px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .bandit {
    right: -530px;
  }
}
@media (max-width: 960px) {
  .bandit {
    position: absolute;
    top: 396px;
    right: 257px;
  }
  .bandit img {
    width: 200px;
    transform: rotate(30deg);
  }
}
@media (max-width: 700px) {
  .bandit {
    top: 350px;
    right: 192px;
  }
  .bandit img {
    width: 150px;
    transform: rotate(30deg);
  }
}

.roulette {
  height: 0px;
  width: 0px;
  position: relative;
  z-index: -1;
  top: -212px;
  right: 82px;
  filter: blur(2px);
}
@media (max-width: 1400px) {
  .roulette {
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .roulette {
    right: 200px;
    top: -260px;
  }
}
.roulette img {
  width: 486px;
  height: 330px;
}

.slot {
  height: 0px;
  width: 0px;
  position: relative;
  z-index: -1;
  top: -512px;
  right: -675px;
  filter: blur(2px);
}
@media (max-width: 1400px) {
  .slot {
    right: -700px;
    top: -350px;
  }
}
@media (max-width: 1200px) {
  .slot {
    top: -380px;
    right: -519px;
  }
}
@media (max-width: 960px) {
  .slot {
    position: absolute;
    width: 300px;
    right: 100px;
    top: 800px;
  }
}
.slot img {
  width: 557px;
  height: 659px;
}
@media (max-width: 1400px) {
  .slot img {
    right: -590px;
    width: 400px;
    height: 473px;
  }
}

.dnone {
  display: none;
}

.login {
  transition: 0.3s;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(219, 130, 24, 0.49);
  width: 100%;
  height: 100vh;
  padding: 0px 15px;
}
.login .form {
  padding: 20px 50px 20px;
  background-color: rgb(219, 130, 24);
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-top: 10vh;
}
@media (max-width: 450px) {
  .login .form {
    padding: 20px 15px 50px;
  }
}
.login .form div {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
}
.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);
}
.login .form label {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
}
.login .form button {
  font-weight: 700;
  font-size: 24px;
  color: white;
  background-color: rgb(219, 130, 24);
  border: 2px solid white;
  border-radius: 90px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 50px;
}
.login .form button:hover {
  cursor: pointer;
  color: black;
  background-color: 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: 100%;
}
@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;
  justify-content: left;
  margin-bottom: 10px;
}
.registration .form input[type=checkbox] {
  opacity: 0;
}
.registration .form input[type=checkbox] ~ label::before {
  content: "✓";
  text-align: center;
  color: transparent;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  border-radius: 16px;
  margin-right: 10px;
  display: inline-block;
}
.registration .form input[type=checkbox]:checked ~ label::before {
  color: white;
}

.games {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.games .game {
  width: 22%;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .games .game {
    height: 250px;
  }
}
@media (max-width: 800px) {
  .games .game {
    width: 48%;
  }
}
.games .game img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .games .game img {
    height: 250px;
  }
}
.games .play {
  height: 350px;
  width: 100%;
  background-color: rgba(255, 147, 27, 0.42);
  border-radius: 10px;
  position: relative;
  transition: 1s;
  top: -357px;
  opacity: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .games .play {
    top: -257px;
    height: 250px;
  }
}
.games .play button {
  margin-top: 150px;
  color: white;
  padding: 10px 80px;
  font-weight: 700;
  font-size: 24px;
  background: #FF931B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 100px #FF931B;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .games .play button {
    padding: 10px 40px;
    margin-top: 100px;
  }
}
.games .play button:hover {
  background-color: white;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25), 0px 0px 100px white;
  color: black;
}
.games .play:hover {
  transition: 0.2s;
  opacity: 1;
}

#game_popup {
  transition: 0.3s;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(219, 130, 24, 0.49);
  width: 100%;
  height: 100vh;
  padding: 0px 15px;
}
#game_popup .game_popup_inner {
  padding: 20px 50px 20px;
  background-color: rgb(219, 130, 24);
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  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 #game_name {
  font-size: 30px;
  font-weight: 700;
}

#iframe {
  width: 100%;
  margin-top: 20px;
  height: 90%;
}