@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

body{
    direction: ltr;
    font-family: 'Quattrocento Sans', sans-serif !important;
    font-size: 17px;
    line-height:1.2;
    margin: 0px;
    padding: 0px;  
    box-sizing: border-box;
    overflow-x: hidden;
}

:root{
--color-site: #171724;
--color-bcg: #1e1e28;
--color-viol: #6B39BD;
--color-grey: #f4f4f4;
--color-l-grey: #c7c7c7;
--color-text: #a3a3a5;
--color-yel: #ff6000;
}

.container-p{
  padding: 111px 0;
}
.container-m{
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
a {
  white-space: normal;
  text-decoration: none;
  word-break: break-all;
  }
ul {
  padding-left: 0;
  padding-right: 0;
  
  }
  li {
    margin: 0 18px;
  }
.nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo--cont{
  display: flex;
    align-items: center;
    flex-direction: row;
}
.logo--cont h1{
  color: var(--color-site);
  font-size: 29px;
}
.nav--list{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
margin: 18px 0;
}
.nav--list a{
   margin: 0 14px;
   color: var(--color-site);
   transition: color 0.3s ease;
}
.nav--list a:hover{
  color: var(--color-viol);
}
.title--gam-sect {
  background-color: var(--color-bcg);
}
.title--gam-wrap {
  display: flex;
  flex-direction:  row;
  align-items: center
}
.title--gam-text{
  flex: 1;
  color: white;
  font-size: 34px;
  text-align: center;
  margin: 18px;
}
.title--gam-img{
  flex: 1;
}
.title--gam-img img{
  height: 222px;
  object-fit: contain;
  width: 100%;
}

.gam--benefit-list {
  display: flex;
  flex-wrap: wrap; 
  gap: 18px; 
  justify-content: space-between;
  padding: 18px; 
}
.gam--benefit-img{
  padding: 18px;
}
.gam--benefit-item {
  flex: 1 1 calc(25% - 18px); 
  box-sizing: border-box; 
  background-color: var(--color-grey); 
  border: 3px solid var(--color-viol);
  padding: 13px; 
  text-align: center; 
  border-radius: 6px;
  transition:  background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  color: var(--color-site);
}
.gam--benefit-wrap h2{
  font-size: 35px;
  margin: 0 18px 29px 18px;
}
.gam--benefit-item:hover {
  transform: scale(1.05) translateY(-10px);
  background-color: var(--color-viol); 
  color: #fff;
}

.gam--benefit-img img {
  max-width: 100%; 
  height: 243px;
  object-fit: contain;
  margin-bottom: 14px;
}
.gam--subtitle-wrap{
  border: 3px dotted red;
    text-align: center;
    padding: 18px;
}
.gam--step-sect {
  padding: 50px 0;
  background-color: var(--color-grey);
}

.gam--step-title {
  text-align: left;
  margin-bottom: 29px;
  font-size: 35px;
  margin: 0 18px 29px 18px;
  color: var(--color-site);
}

.gam--step-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.gam--step-item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 18px;
  margin: 0 29px;
  background-color: #fff;
  border-radius: 6px;
  border: 7px dotted var(--color-yel);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 17px;

  color: #333;
}
.step-number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  background-color: var(--color-viol);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}


.gam--step-list:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
}

.gam--games-sect {
  background-color: var(--color-site); 
  padding: 50px 0;
  color: #fff; 
}

.gam--games-title h2 {
  text-align: left;
  margin:  0 18px 29px 18px;
  font-size: 35px;
  color: #fff;
}

.gam--games-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.gam--games-box {
  overflow: hidden;
  flex: 1 1 calc(25% - 18px); 
  transition: transform 0.3s ease;
}

.gam--games-box:hover {
  transform: scale(1.05);
}

.gam--games-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.gam--games-img img {
  width: 100%;
  height:222px;
  object-fit: cover;
  display: block;
  border-radius:24px ;
}

.gam--games-content {
  padding: 13px;
}

.gam--games-content div {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 800;
}

.gam--games-content p {
  font-size: 17px;
  line-height: 1.2;
  height: 2.8em; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: normal;
    color: var(--color-l-grey);
}
.gam--games-content svg{
  color: white;
  width: 50px;
  animation: fade 3s infinite; 
}

@keyframes fade {
  0%, 100% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }

}
.games--btn-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gam--table-sect {
  padding: 35px 18px;
}

.gam--table-title {
  text-align: center;
  margin-bottom: 29px;
}

.gam--table-title h2 {
  font-size: 34px;
  margin-bottom: 14px;
  color: #333;

}

.gam--table-title p {
  font-size: 17px;

  color: var(--color-viol);
}

.gam--table-lider {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  margin: 18px 0;
  border-radius:18px;
  background-color: #c7c7c73d;
  border: 1px solid #8080807d;

}
.gam--table-lider-img{
  border-radius:0%;
  width:  137px;
  height:  137px;
  object-fit: cover;
}
.lider--award{
  width: 55px;
}
.gam--table-lider p{
  font-size: 21px;
}

.about--dev-page {
  padding: 55px 18px;
}

.about--page-wrap {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 50px;
  align-items: center;
}

.about--page-title {
  font-size: 34px;
  color: var(--color-site);
  margin-bottom: 18px;
  text-align: center;
}

.about--page-wrap img {
  max-width: 50%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  margin-bottom: 18pxx;
  object-fit: cover;
}

.about--page-text {
  font-size: 17px;

  line-height: 1.2;
  color: #666;
  max-width: 793px;
  margin:  18px;
}

.dev--about-wrap {
  margin-top: 50px;
}

.dev--about-wrap h1 {
  font-size: 34px;
  color: var(--color-site);
  text-align: center;
  margin-bottom: 35px;
}
.dev--about-list{
display: flex;
flex-wrap: wrap;
gap: 18px; 
justify-content: center;
}
.dev--wrap {
  flex: 1;
  min-width: 200px;
  max-width: 334px;
  text-align: center;
  margin-bottom: 29px;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 29px;
  border: 7px dotted var(--color-yel);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
}

.dev--wrap img {
  width:  137px;
  height:  137px;
  border-radius: 50%; 
  object-fit: cover;
  margin-bottom: 14px;
}

.dev--wrap p {
  font-size: 17px;

  color: var(--color-text);
  flex-grow: 1;
  margin: 0;
}

.dev--wrap:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15); 
}
.disclaimer--form-wrap{
  display: flex;
  flex-direction: row;
}
.disclaimer--wrap{
  display: flex;
  flex-direction: column;
align-items: center;
  margin: 0 18px;
  padding: 29px;
    border: 7px dotted var(--color-yel);
    border-radius: 29px;
    color: #fff;
    background-color: #000;
}
.disclaimer--wrap h2{
  text-align: center;
    font-size: 34px;
    color: red;
    border: 1pxsolid red;
    animation: pulse 1s infinite;
    padding: 5px 14px;
}
@keyframes pulse {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
}
.disclaimer--wrap p{
  font-size: 12px;

}
.disclaimer--wrap img{
  width: 137px;
    height: 137px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.discl--form-wrap{
  display: flex;
  justify-content: center;
  flex: 3;
}

.form-title{
  color: var(--color-yel);
    font-size: 35px;
    text-align: center;
}
.form-container {
  flex: 1;
  margin: 0 18px;
  background: linear-gradient(#212121, #212121) padding-box,
              linear-gradient(145deg, transparent 35%,#e81cff, #40c9ff) border-box;
  border: 1px solid transparent;
  padding: 34px 24px;
  font-size: 12px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 18px;
  box-sizing: border-box;
  border-radius: 17px;
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.input-control--wrapper-input {
  
  padding: 14px  17px;
  border-radius:  7px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.textarea-control--wrapper-input {
  
  padding: 14px  17px;
  border-radius:  7px;
  resize: none;
  color: #fff;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.input-control--wrapper-input::placeholder {
  opacity: 0.5;
}

.input-control--wrapper-input:focus {
  outline: none;
  border-color: #e81cff;
}

.textarea-control--wrapper-input:focus {
  outline: none;
  border-color: #e81cff;
}
.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #717171;
  font-weight: 400;
  font-size: 14px;
}

.form-container .form-group input {
  padding: 14px 17px;
  border-radius:  7px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  padding: 14px 17px;
  border-radius:  7px;
  resize: none;
  color: #fff;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #e81cff;
}

.content{
  display: flex;
    flex-direction: row;
    align-items: center;
}
.clear {
  clear: both;
}

.checkBox {
  margin: 0 13px 0 0;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
}
.check--privacy{
  color: white;
}
.checkBox div {
  width: 60px;
  height: 60px;
  background-color: #fff;
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type=checkbox]:checked + div {
  left: -10px;
  top: -10px;
}

.checkBox input[type=checkbox] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}


.gam--disclaimer-form-sect{
  background-color: var(--color-viol);
}
.nav--footer-list{
  display: flex;
    flex-direction: row;
    align-items: center;
}
.nav--footer-items{
  flex: 1;
  display: flex;
    flex-direction: column;
}

.nav--footer-items a{
  color: var(--color-text);
  transition: color 0.3s ease;
}
.nav--footer-items a:hover{
  color: var(--color-viol);
}
.gam--footer-bottom{
  padding: 14px;
  border-top: 1px solid var(--color-text);
  color: var(--color-text);
}
.g-player{
  color: var(--color-viol);
  font-size: 18px;
}
.img-block-gam{
  display: flex;
  justify-content: center;
}
.img-block-gam img {
  object-fit: contain;
  height: 370px;
  width: 100%;

}
@media (max-width:576px) {
  .img-block-gam img {
    height: auto;
  }
}

.img-gam-rand{
  display: flex;
  flex-direction: column-reverse;
  gap:18px ;
}
.gam--page-box-img{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.gam--page-box-img img{
  width: 50%;
}
.gam--page-box-text{
  padding: 18px;
  border: 3px dotted var(--color-text);
  margin: 18px 0;
}
.iframe--gam{
  text-align: center;
  width: 100%;

}
.gam--priv-page{
  padding: 18px;
}
.gam--page-player{
  margin-top: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;

}
.gam--contact-wrap{
  margin: 18px 0;
    display: flex;
    flex-direction: row-reverse;
}
.gam--contact-title{
  text-align: center;
    font-size: 29px;
    color: var(--color-site);
}
.gam--contact-adres{
  flex: 1;
  display: flex;
  padding: 14px;
}
.gam--contact-adres-list li{
  list-style: none;
    font-size: 28px;
    color: var(--color-viol);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 18px 0;
    text-align: center;
}
.gam--contact-adres-list img{
  width: 50px;
  margin: 14px;
}
.gam--contact-adres-list li a{
  color: var(--color-viol);
}
.logo--footer-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gam--footer-wrap{
  background-color: var(--color-grey);
}
.current--year-sect{
background-color: var(--color-grey);
}


@keyframes fadeInScale {
  0% {
      opacity: 0;
      transform: scale(0.8);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

.fade-in.show {
  animation: fadeInScale 1.5s ease-out forwards;
}





@media screen and (min-width: 480px) {
  .container-m {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container-m {
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container-m {
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
  .nav{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .gam--benefit-item {
      flex: 1 1 calc(50% - 20px); 
  }

  .gam--step-list {
    flex-direction: column;
  }
  
  .gam--step-item {
    margin: 18px 0;
  }
  
  .gam--step-item:after {
    display: none;
  }
  .gam--games-box {
    flex: 1 1 calc(50% - 20px);
  }
  .gam--contact-wrap{
    flex-direction: column;
  }
  .nav--footer-list {
    flex-direction: column;
  }
  .nav--footer-items{
    align-items: center;
  }
}

@media (max-width: 925px){
.about--page-wrap{
  flex-direction: column;
}
}
@media (max-width: 815px){
  .disclaimer--form-wrap{
    flex-direction: column;
  }
  .discl--form-wrap{
    margin: 18px 0;
  }

}
@media (max-width: 768px) {
  .title--gam-wrap{
    flex-direction: column;
  }
  .title--gam-text{
    font-size: 24px;
  }
  .logo--cont h1{
  font-size: 18px;
  }
  .gam--benefit-item {
      flex: 1 1 calc(50% - 20px);
  }


.gam--step-list:before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gam--step-item:before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.gam--contact-adres-list li{
  font-size: 18px;
}
.gam--benefit-wrap h2,
.gam--step-title,
.gam--games-title h2 {
  font-size: 21px;
}
}

@media (max-width: 576px) {
  .gam--benefit-item {
      flex: 1 1 100%; 
  }
  .gam--games-box {
    flex: 1 1 100%; 
  }
}
@media (max-width: 530px){
  .gam--table-lider{
flex-direction: column;
  }
}
@media (max-width: 530px){
  .title--gam-text{
    font-size: 18px;
  }
  .disclaimer--wrap h2{
    font-size: 18px;
  }
  .form-title {
    font-size: 18px;
  }
}



.button-1 {
  color: #090909;
  padding: 17px 34px;
  font-size: 12px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button-1:hover {
  border: 1px solid white;
}

.button-1:active {
  box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
}


.button-2 {
  margin: 12px;
    padding: 14px 18px;

  height: auto;
  border-radius: 6px;
  background: #333;
  justify-content: center;
  align-items: center;
  box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #444,
    inset -5px -5px 10px #222;
  cursor: pointer;
  border: none;
  font-size: 17px;
  color: rgb(161, 161, 161);
  transition: 500ms;
}

.button-2:hover {
  box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #222,
    inset -5px -5px 10px #444;
  color: #d6d6d6;
  transition: 500ms;
}

.button-3 {
  font-size: 12px;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow,transform;
  background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 18px 29px;
  border-radius: 0.3em;
  color: #fff;
  height: auto;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.button-3:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
  transform: translateY(-0.1em);
}

.button-3:active {
  box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
  transform: translateY(0em);
}

.button-4 {
  position: relative;
    padding: 14px 18px;

  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  background: transparent;
  color: orange;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.button-4:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 29px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-4:hover::before {
  -webkit-animation: sh02 0.4s 0s linear;
  -moz-animation: sh02 0.4s 0s linear;
  animation: sh02 0.4s 0s linear;
}

.button-4::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 29px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.button-4:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}


.button-5 {
  padding: 20px 29px;
  background: none;
  border: 1px solid #fff;
  font-size: 12px;
  color: #131313;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  border-radius: 14px;
  background-color: #ecd448;
  font-weight: bolder;
  box-shadow: 0 2px 0 2px #000;
 }
 
 .button-5:hover {
  background-color: #4cc9f0;
  color: #fff;
  box-shadow: 0 2px 0 2px #0d3b66;
 }
 
 .button-5:hover::before {
  transform: skewX(30deg) translate(150%, -50%);
  transition-delay: 0.1s;
 }
 
 .button-5:active {
  transform: scale(0.9);
 }
 .footer-logos {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: var(--color-grey);
}

.footer-logos a img {
  max-height: 50px;
  width: 100%;
  display: block;
}