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

:root{
  --btn-1: #FFC827;
  --btn-2: #B7256E;
  --btn-3:#85F238;
  --btn-4:#C252F2;
  --btn-5:#F26A1B;
  --primary-color: #FFC827;
 
  --bg-1:rgba(19, 18, 34,80%);
  --bg-2:rgba(18, 26, 34, 0.8);
  --bg-3:rgba(34, 18, 29, 0.8);
  --bg-4:rgba(18, 34, 30, 0.8);
  --bg-5:rgba(34, 18, 18, 0.8);
  --card-1:#171627;
  --card-2:#222;
  --card-3:#22121dcc;
  --card-4:rgb(18, 34, 30);
  --card-5:rgb(34, 18, 18);


  
  --white:white;
  --black:black;
  --gap-25-30: 27px;
  --gap-30-40:34px;

}


html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}
@media (max-width:575px) {
  h1{font-size: 18px!important;}
}

ol, ul {
}

img {
  max-width: 100%;
  height: auto;
}

body{
  line-height: 1.2;
  background-color:var(--bg-5);
  direction: ltr;
  font-family: 'Radio Canada Big', sans-serif !important;
  font-size:17px;
  margin: 0;
  padding: 0px;
}
ul,li{
  padding: 0px;
  margin: 0px 10px;
}
p,li{
  padding: 5px 0px;
}
a{text-decoration: none;
  color: var(--white);
}

img{
  width: 100%;
  display: block;
}

.container {
  position: relative;
  width: 100%; 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 19px;
  box-sizing: border-box;
}


@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px; 
  }
}


.series{
  padding: 34px 0px;
}
.title-wsx{
  text-align: center;
  color: var(--white);
    position: relative;
    font-size:clamp(18px,4vw,26px);
    font-weight: 800;
    letter-spacing: 1px;
    margin: 23px auto;
    margin-top: 23px;
    
  }
  .sub-title-wsx{
    text-align: center;
    color: var( --white);
    margin-bottom: 23px;

  }
  
  nav{
    z-index: 99;
    width: 100%;
    
    background: #f5a40d;
  }
  nav .wrapper{
    position: relative;
    max-width: 1300px;
    padding: 5px 27px;
    
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-here{
  width: 70px;
}
@media (max-width:575px) {
  .logo-here{
    width:  42px;
  }
}
.logo-site{
  display: flex;
  align-items: center;
  gap: 18px;
}

.wrapper .logo-site a{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width:1199px) {
  .wrapper .logo-site a{
    
    font-size: 19px;
  }
}
@media (max-width:575px) {
  .wrapper .logo-site a{
    
    font-size: 14px;
  }
}
.wrapper .nav-links{
  gap: var(--gap-25-30);
  display: inline-flex;
  transition: all 0.5s ease;
  
}
.nav-links li{
  list-style: none;
}

.nav-links li a{
  padding: 5px 0px;
  background:
    linear-gradient(
      to right,
      var(--btn-5),
      var(--btn-5)
    ),
    linear-gradient(
      to right,
      var(--btn-5),
      yellow,
      gold
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}

.nav-links li a:hover {
  background-size: 0 3px, 100% 3px;
}


.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight:  600;
  border-radius: 0px;
}


.wrapper .btn{
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: none;
}
.menu-btn-img{
  width: 27px;
}

.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.radiobtn-menu {
  display: none!important;
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    z-index: 3;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    
    top: 0;
    left: -100%;
    background: var(--bg-5);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 19px;
    display: block;
    font-size: 19px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 19px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 600;
    padding-left: 19px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 17px;
  }
  
}
nav input{
  display: none;
}

.block-hero-wsx{
  position: relative;
  padding: 136px 0px;
  background-image: url(imagevault/dir-bg/bg-all-069cd31b7f37da.jpg );
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-hero-wsx::before{
  background-color: var(--bg-5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.8;
}
.thumb-hero-wsx{
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .dp-n-hero-wsx{
    display: none;
  }
}
.box-hero-wsx{
  flex: 1;
}
.animated-hero{
  opacity: 0; 
  transform: translateY(20px); 
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title-wsx {
  text-transform: uppercase;
  line-height: 80px;
  font-size: clamp(41px,4vw,58px);
  font-weight: 800;
  color: var(--white);
}
.hero-subtitle-wsx {
  color: var(--white);
}
.btn-hero-wsx {
  display: flex;
  margin: 23px 0px;
}

.block-step-game-wsx{
  background-color: #f5a40d;
  padding: 41px 0px;
}
.title-step-game-wsx {
  text-align: center;
  margin: 19px 0px;
  color: var(--white);
}
.sub-title-step-game-wsx {
  text-align: center;
  margin: 19px 0px;
  color: var(--white);

}
.thumb-step-game-wsx {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
.box-step-game-wsx {
  position: relative;
  overflow: hidden;
  background-color: var(--card-5);
  width: 100%;
  border-radius: 10px;

  padding: 42px 26px;
}
.box-step-game-wsx::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
    rgba(255, 223, 0, 0) 0%, 
    rgba(255, 223, 0, 0.1) 30%, 
    rgba(255, 223, 0, 0.5) 50%, 
    rgba(255, 223, 0, 0.1) 70%, 
    rgba(255, 223, 0, 0) 100%
  );
  transform: rotate(45deg);
  filter: blur(10px);

  animation: shine 4s infinite linear;
}
@keyframes shine {
  0% {
    top: -150%;
    left: -150%;
  }
  50% {
    top: 0%;
    left: 0%;
  }
  100% {
    top: 150%;
    left: 150%;
  }
}
@media (min-width:768px) {
  .box-step-game-wsx{
    width: calc(50% - var(--gap-30-40));
  }
  
}

@media (max-width:991px) {
  .box-step-width-wsx{
    width: calc(100% - var(--gap-30-40));
  }
  
}
@media (min-width:992px) {
  .box-step-game-wsx{
    width: calc(33.33% - var(--gap-30-40));
  }
  
}
@media (max-width:767px) {
  .box-step-width-wsx{
    width: 100%;
  }
  
}
.block-img-step-game-wsx{
  display: flex;
  justify-content: center;
}
.box-img-step-game-wsx {
  width: 108px;
  height: 108px;
}
.box-img-step-game-wsx img{
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: float 8s infinite ease-in-out;
}
@keyframes float {
  0% {
    top: 0%;
    left: 0%;
  }
  25% {
    top: 0%;
    left: 5;
    transform: translateX(-5%);
  }
  50% {
    top: 5%;
    left: 5%;
    transform: translate(-5%, -5%);
  }
  75% {
    top: 5%;
    left: 0%;
    transform: translateY(-5%);
  }
  100% {
    top: 0%;
    left: 0%;
  }
}
.txt-step-game-wsx {
  color: var(--white);
  font-size: clamp(16px,4vw,18px);
  font-weight: 600;
  text-align: start;
}

.block-comments-wsx{
  padding: 107px 0px;
  position: relative;
  background-image: url(imagevault/dir-bg/bg-all-169cd31b7f3814.jpg );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-comments-wsx::before{
  background-color: var(--bg-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.8;
}
.thumb-comments-wsx{
  display: flex;
  gap: var(--gap-30-40);
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .thumb-comments-wsx{
    flex-direction: column-reverse;
  }
  
}
.box-comments-wsx{
  flex: 1;
}
.title-comments-wsx{
  color: var(--white);
}
@media (max-width:991px) {
  .title-comments-wsx{
    text-align: center;
  }

  
}
.btn-comments-wsx{
  display: flex;
  margin: 20px 0px;
}
@media (max-width:991px) {
  .btn-comments-wsx{
    display: flex;
    justify-content: center;
  }
}
.slider {
  width: 100%;
  min-height: 322px;

  position: relative;
}
@media (min-width:992px) {
  .slide{
    width: 80%;
  }
  
}
.slides {
  display: flex;
  overflow: hidden;
}

.slide {
  min-width: 100%;
  min-height: 322px;
  transition: 0.6s ease;
  text-align: center;
  color: #fff;
 
}
@media (min-width:992px) {
  .slide{
    padding: 19px;
  }
  
}
blockquote {
  margin: 0;
  padding: 19px;
  background-color: var(--card-5);
  min-height:322px;
  display: flex;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
}


.nick-comments-wsx {
  margin-top: 14px;
  font-size: 1.2em;
}
.box-svg-comments-wsx{
  width: 70%;
  margin: 0 auto;
}
.dots {
  text-align: center;
  margin-top: 15px;
}

.dot {
  height: 18px;
  width: 18px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.active {
  background-color: var(--btn-5);
}
.txt-comments-wsx{
  font-size: clamp(16px,4vw,19px);
}

.block-games-wsx{
  background-color: #f5a40d;
  padding: 41px 0px;
  position: relative;
  overflow: hidden;

}
.img-bg-games-wsx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:556px;
  height: auto;
}
.ludo-games-wsx-1{
  position: absolute;
  top: 10%;
  right: 10%;
  width:170px;
  height: auto;
}
.ludo-games-wsx-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spin 60s linear infinite;

}
.ludo-games-wsx-2{
  position: absolute;
  top: 10%;
  left: 10%;
  width:170px;
  height: auto;
}
.ludo-games-wsx-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spins 60s linear infinite;

}
.ludo-games-wsx-3{
  position: absolute;
  bottom:  20%;
  left: 15%;
  width:170px;
  height: auto;
}
.ludo-games-wsx-3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spin 60s linear infinite;

}
.ludo-games-wsx-4{
  position: absolute;
  bottom:  35%;
  right: 10%;
  width: 170px;
  height: auto;
}
.ludo-games-wsx-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spins 60s linear infinite;
}
@media (max-width:767px) {
  .img-bg-games-wsx{
    position: absolute;
 
    width: 170px;
    height: auto;
  }
}
.img-bg-games-wsx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spin 60s linear infinite;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
@keyframes spins {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}
.thumb-games-wsx{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
}
.box-games-wsx{
  display: flex;
  width: 100%;
  border-radius: 10px;


}
@media (min-width:768px) and (max-width:991px) {
  .box-games-wsx{
    width: calc(50% - 30px);
  }
}
@media (min-width:992px)  {
  .box-games-wsx{
    width: calc(33.33% - 30px);
  }
}
.casino__box {
	position: relative;
	width: 100%;
	overflow: hidden;
  height: 322px;
  cursor: pointer;
  border-radius: 15px;

}
.casino__box img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.casino__box .casino__overlay {
  position: absolute;
	inset: 150% 0 0 100%;
	width: 100%;
	display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(1, 17, 57, 0.7);
	content: "";
	transition: all 0.7s ease-in-out;
  border-radius: 15px;
}

@media (max-width:767px) {
  .casino__box .casino__overlay {
    inset: 0 0 0 0%;
  }
}
@media (min-width:768px) {
  .casino__box:hover .casino__overlay {
    inset: 0 0 0 0%;
  }
}
.casino__overlay h2 {
  color: var(--white);
  text-align: center;
}

.block-accordion-wsx{
  padding: 42px 0px;
}
.thumb-accordion-wsx{
  padding-bottom: 42px;
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .thumb-accordion-wsx{
    flex-direction: column-reverse;
  }
  
}
.box-accordion-wsx{
  flex: 1;
}
@media (max-width:991px) {
  .accordion-img-wsx{
    margin: 0 auto;
    width: 60%;
  }
}
.accordion-img-wsx img{
  height: 100%;
  object-fit: cover;
}
@keyframes shake {
  0% {
      transform: translate(0, 0) rotate(0deg);
  }
  25% {
      transform: translate(-10px, -10px) rotate(-5deg);
  }
  50% {
      transform: translate(10px, -10px) rotate(5deg); 
  }
  75% {
      transform: translate(-10px, 10px) rotate(-5deg);
  }
  100% {
      transform: translate(10px, 10px) rotate(5deg);
  }
}
.accordion-img-wsx{
  animation: shake 3s infinite ease-in-out;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

.accordion {
  color: var(--white);
border: none;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label, .tab__close {
  display: flex;
  color: white;
  background:var(--card-5);
  cursor: pointer;
}
.tab__label {
  font-size: clamp(19px,4vw,18px);
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme:yellow;
}

.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
 }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
 }
}

.block-disclaimer-wsx{
  padding: 42px 0px;
}
.animated-box {
  opacity: 0;
  transform: translateY(100px); 
  transition: all 0.5s ease; 
}

.animated-box.visible {
  opacity: 1; 
  transform: translateY(0); 
}
.thumb-diclaimer-wsx{
  border: 1px solid red;
  padding:15px;
  background-color: rgb(177 19 19);
  border-radius: 15px;

}
.box-disclaimer-title-wsx{
  display: flex;
  justify-content: center;
}
.title-diclaimer-wsx {

  font-size: clamp(23px,4vw,26px);
  font-weight:800;
  color: var(--white);
  border-bottom: 3 solid red; 
  display: inline-block;
}
.txt-diclaimer-wsx {
  text-align: center;
  color: var(--white);
  font-size: clamp(17px,4vw,23px);
}
.wsx-gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.wsx-item {
  width: 150px;
  height: 200px;
  transition: width 0.3s ease;
}
.wsx-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.wsx-item:hover {
  width: 250px;
}
.block-form-wsx{
  padding: 42px 0px;

}
.thumb-form-wsx{
  align-items: center;
  display: flex;
  gap: var(--gap-25-30);
}
@media (max-width:767px) {
  .thumb-form-wsx{
    flex-direction: column-reverse;
  }
  
}
.forms-width-wsx{
 
  max-width: 842px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.box-svg-img-form-wsx{
  flex: 1;
}
.form-box-wsx{
  flex: 1;
}
.forms-width-wsx label{
  color: var(--white);
}
.input-controlblock__item{
 
  color: var(--white);

    border: 1px solid var(--btn-5);
    border-radius: 10px;
    padding: 10px 23px;
    background: transparent;
    max-width: 100%;

}
.textarea-controlblock__item:active{
  box-shadow: 1px 1px 15px var(--btn-5) inset;

}
.textarea-controlblock__item{
  color: var(--white);

    border: 1px solid var(--btn-5);
    border-radius: 10px;
    padding: 10px 23px;
    background: transparent;
    max-width: 100%;
 
}
.input-controlblock__item:active{
  box-shadow: 1px 1px 15px var(--btn-5) inset;

}
.check-color-wsx{
  color: var(--white);
}
.cntr{
  margin-bottom: 19px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.privacy-check-wsx{
  color: var(--white);
}
.picture-form-wsx{
  width: 100%;
  height: 100%;
}
@media (max-width:767px) {
  .picture-form-wsx{
   height:  322px;
  }
}
.picture-form-wsx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: shrink-grow 4s infinite ease-in-out;
}

@keyframes shrink-grow {
  0% {
      transform: scale(1); 
  }
  50% {
      transform: scale(0.98); 
  }
  100% {
      transform: scale(1);
  }
}
.btn-form-wsx{
  display: flex;
  justify-content: center;
}

.block-footer-wsx{
  padding: 42px 0px;
  background-color: #f5a40d;
}
.thumb-footer-wsx{
  display: flex;
  
}
@media (max-width:991px) {
  .thumb-footer-wsx{
   flex-direction:column-reverse;
   gap: var(--gap-30-40);
    
  }
}
.flex-link-politik-wsx{
  flex: 1;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.img-18-wsx{
  width: 108px;
  height: auto;
}
.img-18-wsx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-link-politik-wsx{
  font-size: clamp(19px,4vw,18px);
}
.copy-title{
  text-align: center;
  color: var(--white);
  margin-top: 23px;
}
.phone-footer-wsx{
  display: flex;
  align-items: center;
  gap: 5px;
  fill: var(--white);
  color: var(--white);
}
.footer-links-wsx{
  padding: 5px 0px;
  background:
    linear-gradient(
      to right,
      var(--btn-5),
      var(--btn-5)
    ),
    linear-gradient(
      to right,
      var(--btn-5),
      yellow,
      gold
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.footer-links-wsx:hover {
  background-size: 0 3px, 100% 3px;
}
.section-random-page{
  display: flex;
  flex-direction: column-reverse;
  gap:19px ;
}
.block-main-page-wsx{
  padding: 42px 0px;

}
.bg-main-page{
  background: linear-gradient(45deg, #ffd700, #ff8c00, #ff4500, #ffd700);
  background-size: 400% 400%;
  animation: goldFlow 3s ease-in-out infinite;
  border-radius:  14px;
  box-shadow: 0 0 42px rgba(255, 215, 0, 0.7);
}

@keyframes goldFlow {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
.main-igri{  
  padding: 80px 0;
  color: var(--white);
}
.thumb-img-main-wsx{

  margin: 23px auto;

}

@media (max-width:767px) {
  .thumb-img-main-wsx{
    width: 100%;
}}

@media (min-width:992px) {
  .thumb-img-main-wsx{
    float: right;
    margin: 0 23px 23px 23px;
}}
.main-page-wsx{
  width: 100%;
  max-height: 322px;
  object-fit: contain;
}
@media (min-width:575px) {
  .main-page-wsx{
    height: 100%;}
}
.game-main-wsx iframe{
  width: 100%;
  height: 100vh;
}

.games-card {
  font: 14px/22px "Lato", Arial, sans-serif;
  color: #a9a8a3;
  padding: 34px 0;
}

.box {
  opacity: 0; 
  transform: translateY(100px); 
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.box.visible {
  opacity: 1;
  transform: translateY(0); 
}
.games-container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #f5a40d;
  border-radius: 5px;
  position: relative;
}

.games-hero {
  height:322px;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.games-hero-img {
  
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewY(-2.2deg);
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
}
.games-hero-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.games-hero-img::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;

}
.games-cover {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 120px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 2;

  object-fit: cover;
  border-radius: 5px;
  border:1px solid #f5a40d;
}
.games-cover:hover{
  transform: scale(1);
}

.games-details {
  margin:41px auto  ;
}
@media (min-width:575px) {
  .games-details {
    padding: 190px 0 0 283px;
  }
  
}
@media (max-width:767px) {
  .page-link-categor-wsx{display: none;}
}


@media (max-width:767px) {
  .games-details .games-title2 {
    text-align: center;}
}
.games-details .games-title2 {

  color: var(--white);
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
}
.games-details .games-title2:hover{
  color: var(--btn-5);
}
.games-read-more{
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.games-column2 {
  padding: 15px;
}

@media (min-width:576px) {
  .games-column2 {
    padding-left:  34px;
    padding-top: 27px;
    margin-left: 19px;
  
  }
}
.games-column2 p {
  font-size:clamp(16px,4vw,18px);
  color: var(--white);
}


.block-aboutus-page-wsx {
  padding: 42px 0px;
}


.thumba-about-wsx {
  display: flex;
  gap: var(--gap-30-40);
}
.box-about-us-page-wsx {
  flex: 1;
}
@media (max-width:991px) {
  .pictru-about-wsx{
    display: none;
  }
}

.about-img-wsx {
  width: 100%;
  height: 100%;
}
.about-img-wsx img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.descrip-about-wsx{
  color: var(--white);
  font-size: clamp(16px,4vw,17px);
}

.block-contacts-wsx{
  padding: 42px 0px;
}
.thumb-contacts-wsx {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
justify-content: center;
}

.box-contacts-wsx  {
  position: relative;
  overflow: hidden;
  background-color: var(--card-5);
  width: 100%;
  padding: 42px 34px;
  display: flex;
  gap: 10px;
  fill: var(--white);
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.box-contacts-wsx:hover{
  transform: scale(1.05);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.5);
}
@media (min-width:575px) {
  .box-contacts-wsx{
    width: calc(50% - 40px);
  }
}
@media (min-width:992px) {
  .box-contacts-wsx{
    width: calc(33.33% - 40px);
  }
}
.box-contacts-wsx::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
    rgba(255, 223, 0, 0) 0%, 
    rgba(255, 223, 0, 0.1) 30%, 
    rgba(255, 223, 0, 0.5) 50%, 
    rgba(255, 223, 0, 0.1) 70%, 
    rgba(255, 223, 0, 0) 100%
  );
  transform: rotate(45deg);
  filter: blur(10px); 

  animation: shine 4s infinite linear;
}
.address-contacts-wsx{
  text-align: center;
  color: var(--white);
  margin: 23px 0px;
  font-size: clamp(16px,4vw,17px);
}
.form {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: inherit;
  gap: 10px;
  padding-inline: 2em;
  padding-bottom: 0.4em;
  background-color: #171717;
  //background-color: #0a192f;
  border-radius: 19px;
}

.form-heading {
  text-align: center;
  margin: 2em;
  color:var(--btn-5);
  font-size:clamp(21px,4vw,23px);
  background-color: transparent;
  align-self: center;
}

.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 10px;
  padding: 0.5em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #ccd6f6;
  padding-inline: 1em;
}

.sendMessage-btn {
  cursor: pointer;
  margin-bottom: 3em;
  padding: 1em;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--btn-5);
  font-weight: bold;
  outline: 2px solid  var(--btn-5);
  transition: all ease-in-out 0.3s;
}

.sendMessage-btn:hover {
  transition: all ease-in-out 0.3s;
  background-color:  var(--btn-5);
  color: #000;
  cursor: pointer;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.form-card1 {
  background-image: linear-gradient(163deg,  var(--btn-5) 0%,  var(--btn-5) 100%);
  border-radius: 22px;
  transition: all 0.3s;
}

.form-card1:hover {
  box-shadow: 0px 0px 27px 1px var(--bg-5);
}

.form-card2 {
  border-radius: 0;
  transition: all 0.2s;
}

.form-card2:hover {
  transform: scale(0.98);
  border-radius: 19px;
}

.block-privacy-wsx{
  padding: 42px 0px;
}
.privacy-wsx{
  color: var(--white);
}

.cmn-btn-1 {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  border: 1px solid var(--btn-5);
  color: var(--white);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  text-align: center;
}
.cmn-btn-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn-btn-1:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color:var(--btn-5);
  transition: all 0.5s;
  z-index: -1;
}
.cmn-btn-1:hover {
  color: var(--white);
}
.cmn-btn-1:hover:before {
  bottom: 0;
  left: 0;
}
.cmn-btn-2 {
  border-radius: 1px;
  padding: 13px 19px 13px;
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  border: 1px solid var(--btn-5);
  color: var(--btn-5);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cmn-btn-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn-btn-2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--btn-5);
  transition: all 0.5s;
  z-index: -1;
}
.cmn-btn-2:hover {
  color: var(--white-color);
}
.cmn-btn-2:hover:before {
  bottom: 0;
  left: 0;
}

.cmn-btn-3 {
  position: relative;
padding: 13px 17px;
  border-radius: 41px;
  border: none;
  background-color: var(--btn-5);
  color: white;
  box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,
  0px 5px 10px rgba(5, 5, 5, 0.212),
  0px -10px 10px  var(--btn-5) inset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn-btn-3::before {
  width: 70%;
  height: 3px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 7px;
  border-radius: 50%;
}

.cmn-btn-3::after {
  width: 70%;
  height: 3px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 7px;
  border-radius: 50%;
}

.cmn-btn-3:hover {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
.cmn-btn-4 {
  background-color: #1a1a2e; 
  color: var(--btn-5);
  border: none;
  padding: 13px 27px;
  font-size: 17px;
  font-weight:800;
  border-radius: 27px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cmn-btn-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: var(--btn-5);;
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
}
.cmn-btn-4:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.cmn-btn-4:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
  color: #1a1a2e;
}

.cmn-btn-4:active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.5s ease-out;
  z-index: -1;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

.cmn-btn-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

.cmn-btn-4:hover::after {
  left: 100%;
  transition: all 0.5s ease;
}
.cmn-btn-5 {
  padding: 10px 18px;
  font-size: 1.1rem;
  background-color: var(--btn-5);
  border: none;
  color: white;
  position: relative;

  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}

.cmn-btn-5::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: transparent;
  color:  var(--btn-5);
  border: 1px solid  var(--btn-5);
  transition: all 0.15s ease-in;
}

.cmn-btn-5:hover::after {
  transform: translate(-8px, -9px);
}

.cmn-btn-5:hover {
  transform: translate(5px, 5px);
}
.cmn-btn-5:active::after {
  background-color: rgb(232, 255, 219);
}
#section-1{
  display: none;
}
.rand-flex-direct{
  display: flex;
  flex-direction: column-reverse;
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
