@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

:root {
  --cb-1: #4E342E;
  --cb-2: #6D4C41;
  --cb-3: #8D6E63;
  --cb-4: #D7CCC8;
  --cb-5: #A1887F;

  --cq-1: #FBE9E7;
  --cq-2: #FFCCBC;
  --cq-3: #FFAB91;
  --cq-4: #BF360C;
  --cq-5: #FFD180;
}


*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  direction: ltr;
  font-family: 'Changa', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/opacity_bg-068d529b86febd.png);
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.1);
  background-size: cover;
  z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

li{
  margin: 0 8px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.main-wrapper{
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .main-wrapper{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .main-wrapper{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .main-wrapper{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .main-wrapper{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .main-wrapper{
    max-width: 1274px;
  }
}

.page-privacy{
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  border-radius: 0.5rem;
  background-color: var(--cb-4);
  padding: 23px;
  margin: 80px 0;
  color: var(--cq-4);
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  text-align: center;
  color: var(--cq-4);
  margin-bottom: 26px;
  font-size: clamp(22px, 4vw, 50px);
}

.page-privacy a{
  text-shadow: 0 2px 4px #080101;
  color: var(--cq-4);
}

.page-privacy a:hover{
  color: var(--cq-4);
  opacity: 0.5;
}

.header-container{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--cb-4);
  padding: 23px 0;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.brand-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 23px;
}

.brand-image img {
  max-height: 50px;
  object-fit: contain;
  width: 40px;
}

.brand-logo a {
  color: var(--cq-4);
  display: flex;
  align-items: center;
  gap: 18px;
  transition: color 0.3s ease;
}

.brand-title h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

.main-nav{
  background-color: var(--cb-4);
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.primary-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-links {
  font-weight: bold;
  font-size: clamp(14px, 4vw, 16px);
  text-transform: uppercase;
  z-index: 1;
  color: var(--cq-4);
  text-decoration: none;
  padding: 13px;
  transition: 0.3s ease;
}

.menu-links:hover {
  opacity: 0.5;
}

.sticky-header {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: top 0.3s ease;
}

.header-main{
  min-height: 80vh;
  padding: 26px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-main-card{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
  justify-content: end;
  flex: 2;
  position: relative;
  padding: 26px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.header-main-card::before{
  transition: 0.8s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/gallery-068d529b86fe19.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.header-main-card:hover::before{
  transform: scale(1.1);
}

.header-main-card h2{
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.main-button {
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 1.5em;
  border: 3px solid var(--cq-4);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #080101;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.main-button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--cq-4);
  z-index: -1;
}

.main-button:hover, .main-button:focus {
  color: var(--cb-4);
}

.main-button:hover:before, .main-button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.main-button:active {
  transform: scale(0.9);
}

.header-main-box{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header-card-one{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px;
  flex: 1;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.header-card-one::before{
  transition: 0.8s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/gallery-168d529b86fe37.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.header-card-one:hover::before{
  transform: scale(1.1);
}

.header-card-two{
  overflow: hidden;
  flex: 1;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.header-card-two::before{
  transition: 0.8s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/gallery-268d529b86fe54.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.header-card-two:hover::before{
  transform: scale(1.1);
}

.video-preview {
  padding: 80px 0;
  position: relative;
}

.video-preview__thumbnail {
  filter: brightness(0.6);
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 60vh;
}

.video-preview__play-button {
  transition: 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-preview__icon {
  animation: zoomInOut 3s ease-in-out infinite;
  transition: 1s ease;
  width: 80px;
  height: 80px;
  fill: #fff;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.popup-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow: auto;
}

.popup-video__player {
  width: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-video__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.about-us{
  display: flex;
  justify-content: space-between;
  gap: 13px;
  flex-direction: row-reverse;
  padding: 80px 0;
}

.about-us-img{
  position: relative;
  flex: 1;
  display: flex;
  gap: 13px;
  flex-direction: row-reverse;
}

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

.about-us-text{
  overflow: hidden;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  justify-content: center;
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
}

.about-us-text::before{
  transition: 0.8s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/gallery-368d529b86fe70.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.about-us-text:hover::before{
  transform: scale(1.1);
}

.about-us-text h2{
  text-transform: uppercase;
  color: #fff;  
  font-size: clamp(22px, 4vw, 30px);
}

.about-us-p{
  opacity: 0.8;
  font-weight: normal;
  color: #fff;  
  font-size: clamp(16px, 4vw, 16px);
}

.team-profile{
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-bottom: 80px;
}

.team-profile h2{
  text-transform: uppercase;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(22px, 4vw, 30px);
}

.team-profile-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.team-profile-card {
  display: flex;
  flex-direction: column;
}

.team-profile-img {
  padding: 10px;
  border: 2px solid var(--cb-4);
}

.team-profile-img img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 316px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-profile-img img:hover {
  animation: tilt 0.8s ease-in-out;
}

@keyframes tilt {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  75% { transform: rotate(3deg); }
}

.team-profile-info {
  padding: 10px;
  background-color: var(--cb-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.team-profile-info p {
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--cq-4);
  font-size: clamp(16px, 4vw, 18px);
}

.benefit-section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.benefit-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/bg-all-068d529b86fdaf.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.benefit-section__content {
  width: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.benefit-section__content h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.benefit-section__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.benefit-item {
  direction: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
}

.benefit-item h5 {
  color: #fff;
  flex: 1;
  font-size: clamp(16px, 4vw, 16px);
}

.benefit-item .icon-arrow-right {
  width: 50px;
  height: 50px;
  fill: var(--cq-4);
}

.games-gallery {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 80px;
}

.games-gallery h2 {
  text-shadow: 0 2px 4px var(--cb-1);
  text-transform: uppercase;
  color: var(--cq-4);
  font-size: clamp(22px, 4vw, 50px);
}

.games-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.games-gallery-item {
  overflow: hidden;
  padding: 10px;
  border: 3px solid var(--cb-4);
  position: relative;
  transition: 1s ease;
}

.gallery-item-image {
  position: relative;
  overflow: hidden;
}

.gallery-item-image img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  transition: 1s ease;
}

.games-gallery-item:hover .gallery-item-image img {
  filter: brightness(0.5);
}

.games-gallery-item:hover{
  overflow: unset;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: 3px solid var(--cq-4);
}

.gallery-item-description {
  width: 100%;
  opacity: 0;
  left: 0;
  padding: 18px;
  transition: 1s ease;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item-button{
  width: 100%;
  transform: translateY(100%);
  transition: 1s ease;
  position: absolute;
  bottom: 0;
}

.games-gallery-item:hover .gallery-item-button {
  transform: translateY(50%);
}

.gallery-item-description a h5 {
  transition: 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(16px, 4vw, 18px);
}

.gallery-item-description a h5:hover {
  color: var(--cq-4);
}

.games-gallery-item:hover .gallery-item-description {
  opacity: 1;
}

.game-menu {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 0;
}

.game-menu__title {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.game-menu__title h2 {
  text-transform: uppercase;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(22px, 4vw, 50px);
}

.game-menu__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.game-menu__card {
  padding: 10px;
  border: 3px solid var(--cb-4);
  position: relative;
  display: flex;
  flex-direction: column;
}

.star-description{
  position: absolute;
  top: 15px;
  left: 15px;
}

.star-description svg{
  position: relative;
  fill: gold;
  width: 70px;
  height: 70px;
}

.star-description p{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-weight: bold;
  font-size: clamp(16px, 4vw, 18px);
  color: #080101;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.game-card__image {
  position: relative;
  overflow: hidden;
  transition: 1s ease;
  width: 100%;
}

.game-card__image img {
  transition: 1s ease;
  width: 100%;
  height: 259px;
  object-fit: cover;
}

.game-card__image img:hover {
  transform: scale(1.1);
}

.game-card__details {
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 18px;
  background-color: var(--cb-4);
  flex-direction: column;
  gap: 18px;
}

.game-card__details a h3 {
  transition: 0.3s ease;
  color: var(--cq-4);
  font-size: clamp(18px, 4vw, 20px);
}

.game-card__details a h3:hover {
  opacity: 0.5;
}

.game-catal-one{
  display: none;
}

.game-catal-two{
  display: none;
}

.feedback-section {
  position: relative;
  z-index: 1;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.feedback-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(picgallery/background/bg-all-168d529b86fdd8.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(0.3);
  z-index: -1;
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.feedback h2 {
  margin-bottom: 80px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;  
  font-size: clamp(22px, 4vw, 30px);
}

.feedback-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.feedback-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.feedback-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}

.feedback-slide-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.feedback-avatar img {
  border-radius: 50%;
  width: 238px;
  height: 238px;
  object-fit: cover;
}

.feedback-text {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feedback-text h1 {
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
  margin: 0;
}

.feedback-text p {
  padding: 0;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
  margin: 0;
  opacity: 0.7;
}

.feedback-slide.active {
  opacity: 1;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.feedback-dots {
  text-align: center;
  margin-top: 20px;
}

.feedback-dot {
  border: 1px solid transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #fff; 
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.feedback-dot.active {
  border: 1px solid #fff;
  background-color: var(--cq-4); 
}

.wrapper-block{
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

.wrapper-block-img{
  flex: 1;
}

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

.wrapper-box{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wrapper-box img{
  max-height: 70vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-box-text{
  padding: 18px;
  background-color: var(--cb-4);
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.wrapper-box-text h5{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(22px, 4vw, 50px);
}

.wrapper-box-text p{
  padding: 0;
  opacity: 0.8;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(18px, 4vw, 22px);
}

.form-block{
  width: 80%;
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  background-color: var(--cb-4);
  margin: 80px auto;
  padding: 23px;  
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.form-block h2{
  text-transform: uppercase;
  text-align: center;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(22px, 4vw, 30px);
}

.osn-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.input-container label{
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
}

.input-container .input-control--item-control, .input-container .textarea-control--item-control {
  outline: none;
  margin: 8px 0;
}

.input-container .input-control--item-control {
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  color: #080101;
  background-color: #fff;
  border: 2px solid #080101;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-control--item-control {
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  color: #080101;
  background-color: #fff;
  border: 2px solid #080101;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 35px;
  max-height: 121px;
}

.input-container .input-control--item-control::placeholder, .input-container .textarea-control--item-control::placeholder{
  color: #383c4e;
}

.input-container .input-control--item-control:focus, .input-container .textarea-control--item-control:focus{
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px var(--cq-4);
}

.check{
  transition: 0.3s ease;
  color: var(--cq-4);
}

.check:hover{
  opacity: 0.5;
  color: var(--cq-4);
}

.form-check {
  color: var(--cq-4);
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-button{
  margin: 0 auto;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.footer-lay{
  background-color: var(--cb-4);
}

.footer{
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 26px 0;
}

.privacy ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  gap: 18px;
}

.privacy ul li a {
  font-size: clamp(16px, 4vw, 18px);
  transition: 0.3s ease;
  text-decoration: none;
  color: var(--cq-4);
}

.privacy ul li a:hover{
  color: var(--cq-4);
  opacity: 0.5;
}

.footer-bottom{
  border-top: 0.1px solid var(--cq-4);
  padding-top: 26px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.footer-bottom p{
  padding: 0;
  color: var(--cq-4);
  font-size: clamp(16px, 4vw, 18px);
}

.footer-bottom img{
  max-width: 50px;
}

.playing-block{
 
  width: 100%;
  height: 100vh;
}

.playing-block iframe{
  border: none;
  width: 100%;
  height: 100%;
}

.column-content{
  display: flex;
  flex-direction: column-reverse;
}

.art-cont {
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  border-radius: 0.5rem;
  background-color: var(--cb-4);
  padding: 23px;
  margin: 80px 0;
}

.art-cont-title {
  text-align: center;
  margin: 35px 0;
  text-transform: uppercase;
  color: var(--cq-4);
  text-shadow: 0 2px 4px var(--cb-4);
  font-size: clamp(22px, 4vw, 30px);
}

.art-block {
  overflow: hidden;
  position: relative;
}

.art-block-images {
  border-radius: 0.5rem;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 35px;
  margin-top: 0;
  margin-left: 0;
}

.art-block-content {
  color: var(--cq-4);
  font-size: clamp(16px, 4vw, 18px);
}

.art-block-content ul {
  list-style: inside;
}

.contacts-block{
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  border-radius: 0.5rem;
  background-color: var(--cb-4);
  padding: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  margin: 80px 0;
}

.kontact-form{
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kontact-form-title{
  margin-bottom: 26px;
}

.kontact-form-title h2{
  text-align: center;
  font-size: clamp(22px, 4vw, 50px);
  color: var(--cq-4);
  text-shadow: 0 2px 4px #080101;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 8px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  color: #080101;
  background-color: #fff;
  border: 2px solid #080101;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  color: #080101;
  background-color: #fff;
  border: 2px solid #080101;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 35px;
  max-height: 121px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #383c4e;
}

.input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px var(--cq-4);
}

.kontact-form button{
  margin: 0 auto;
}

.contacts{
  flex: 1;
  border-left: 1px solid var(--cq-4);
  padding-left: 80px;
}

.contacts h2{
  margin-bottom: 35px;
  font-size: clamp(22px, 4vw, 50px);
  color: var(--cq-4);
  text-shadow: 0 2px 4px #080101;
}

.contacts-box{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contacts-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.contacts-card a h5{
  transition: 0.3s ease;
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
  text-shadow: 0 2px 4px #080101;
}

.contacts-card a h5:hover{
  opacity: 0.5;
}

.contacts-card h5{
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
  text-shadow: 0 2px 4px #080101;
}

.menu-toggle {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cq-4);
  transition: all 0.5s;
}

.menu-toggle span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.menu-toggle span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.menu-toggle.active span:nth-of-type(1) {
  display: none;
}

.menu-toggle.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.side-panel {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  padding: 15px;
  background: var(--cb-4);
  transform: translateX(-110%);
  transition: transform 0.5s;
}

.side-panel.active {
  transform: translateX(0);
}

.side-panel nav {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100vh;
}

.side-panel ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
}

.side-panel li {
  padding-bottom: 13px;
  border-bottom: 0.1px solid var(--cq-4);
  list-style-type: none;
}

.menu-link {
  text-align: center;
  font-size: clamp(16px, 4vw, 18px);
  color: var(--cq-4);
}

.menu-link:hover {
  opacity: 0.5;
}

.disclaimer{
  border-radius: 0.5rem;
  box-shadow: 3px 4px 0px 1px var(--cq-4);
  background-color: #971616;
  gap: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px;
}

.disclaimer h2{
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.disclaimer p{
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.8;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}
.column-2 {
  flex-direction: column;
}
@media (max-width: 991px) {
  .menu-toggle{
    display: block;
  }

  .main-nav{
    display: none;
  }

  .header-main-box{
    display: none;
  }

  .header-main-card{
    justify-content: center;
  }

  .about-us{
    flex-direction: column-reverse;
  }

  .about-us-img img{
    max-height: 60vh;
  }

  .team-profile-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-section__content{
    width: 100%;
  }

  .games-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .game-menu__content{
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item-description {
    opacity: 1;
  }

  .gallery-item-image img {
    filter: brightness(0.5);
  }

  .wrapper-block{
    flex-direction: column-reverse;
  }

  .form-block{
    width: 100%;
  }

  .contacts-block{
    flex-direction: column;
  }

  .contacts h2{
    text-align: center;
  }

  .contacts-card{
    justify-content: center;
  }

  .contacts{
    border-top: 1px solid var(--cq-4);
    padding-top: 80px;
    border-left: none;
    padding-left: 0;
  }

  .gallery-item-button {
    transform: translateY(50%);
  }

  .games-gallery-item{
    overflow: unset;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 3px solid var(--cq-4);
  }
}

@media (max-width: 767px) {
  .side-panel{
    width: 100%;
  }

  .team-profile-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .game-menu__content{
    grid-template-columns: repeat(1, 1fr);
  }

  .games-gallery-grid{
    grid-template-columns: repeat(1, 1fr);
  }

  .art-block-images{
    width: 100%;
    margin: 0 0 35px 0;
  }

  .playing-block{
    height: 100vh;
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 576px){

}

