@import url('https://fonts.googleapis.com/css2?family=Maitree:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

:root{
  --cb-1: radial-gradient(circle, #ff512f 0%, #dd2476 100%);
  --cb-2: radial-gradient(circle, #1a2980 0%, #26d0ce 100%);
  --cb-3: radial-gradient(circle, #2b5329 0%, #0f2027 100%);
  --cb-4: radial-gradient(circle, #ff5f6d 0%, #ffc371 100%);
  --cb-5: radial-gradient(circle, #0f3443 0%, #34e89e 100%);
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  direction: ltr;
  font-family: 'Maitree', 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(galleryarchive/bg-assets/opacity_bg-0677fbccfe65ad.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.3);
  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-container{
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.page-privacy{
  padding: 66px 0;
  color: #060606;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

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

.page-privacy a{
  color: #060606;
}

.page-privacy a:hover{
  color: #060606;
  opacity: 0.5;
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 14px 0;
}

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

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

.brand a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 17px;
  transition: 0.3s ease;
}

.brand-title h2 {
  font-size: clamp(16px, 4vw, 18px);
  margin: 0;
}

.brand a:hover {
  opacity: 0.5;
}

.menu-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  position: relative;
}

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

.menu-link {
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  text-decoration: none;
  padding: 14px 17px;
  display: block;
  transition: 0.3s ease;
  position: relative;
}

.menu-link:hover {
  color: #009A44;
}

.header-sticky {
  background-color: #060606;
  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.8s ease, background-color 0.8s ease;
}

.slider-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.text-overlay {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 25px;
  position: absolute;
  top: 50%;
  padding: 86px 66px;
  transform: translateY(-50%);
  z-index: 2;
}

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

#headings span{
  color: #009A44 !important;
}

.text-overlay p{
  padding: 0;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.my-button{
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s linear;
  background-color: transparent;
  border: none;
  padding: 14px 25px;
  font-size: clamp(16px, 4vw, 18px);
  text-align: center;
  color: #fff;
}

.my-button::after{
  cursor: pointer;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 3px;
  left: auto;
  background-color: #1D2D50;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.my-button:hover::after{
  cursor: pointer;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  background-color: #009A44;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  filter: brightness(0.5);
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.slide-1 {
  background-image: url('galleryarchive/bg-assets/bg-all-0677fbccfe63ae.jpg');
}
.slide-2 {
  background-image: url('galleryarchive/bg-assets/bg-all-1677fbccfe641d.jpg');
}
.slide-3 {
  background-image: url('galleryarchive/bg-assets/bg-all-2677fbccfe647a.jpg');
}
.slide-4 {
  background-image: url('galleryarchive/bg-assets/bg-all-3677fbccfe64da.jpg');
}

.slide.active {
  opacity: 1;
}

.arrow {
  direction: initial;
  position: absolute;
  bottom: 4%;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  border: none;
  padding: 8px 14px;
  font-size: clamp(18px, 4vw, 22px);
}

.arrow::after{
  cursor: pointer;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 3px;
  left: auto;
  background-color: #009A44;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.left-arrow {
  right: 8%;
}

.right-arrow {
  right: 4%;
}

.about-us{
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

.title-box {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.title-box h2 {
  text-transform: uppercase;
  color: #060606;
  font-size: clamp(22px, 4vw, 50px);
  position: relative;
  margin: 0;
  padding-bottom: 8px;
}

.title-box::before {
  content: "";
  display: block;
  width: 148px;
  height: 30px; 
  background-image: url("galleryarchive/assets/borders_short-0677fbccfe668e.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -25px; 
  left: 50%;
  transform: translateX(-50%);
}


.about-us-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 66px;
}

.about-us-img{
  flex: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.about-us-img img{
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.about-us-img::before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 200px;
  width: 200px;
  background: #009A44b3;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.about-us-img:hover::before{
  left: -15px;
  bottom: -15px;
  background: #009A44;
}

.about-us-img::after{
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 200px;
  width: 200px;
  background: #009A44b3;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.about-us-img:hover::after{
  right: -15px;
  top: -15px;
  background: #009A44;
}

.about-us-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
}

.about-us-p{
  font-weight: normal;
  color: #060606;  
  font-size: clamp(16px, 4vw, 18px);
  padding: 0;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none; 
  background-color: #009A44;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: clamp(18px, 4vw, 22px);
}

.scrollToTop:hover {
  background-color: #009A44b3;
}

.content-stats{
  padding: 66px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.stats-card{
  transition: 0.5s ease;
  border-radius: 0.5rem;
  background-color: #060606;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  justify-content: center;
}

.stats-card:hover{
  transform: translateY(-8px);
}

.stats-card h1{
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
}

.stats-card h1 span{
  color: #009A44;
}

.stats-card h5{
  font-weight: normal;
  opacity: 0.8;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}

.game-catal{
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

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

.game-catal-card{
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
}

.game-catal-img img {
  width: 100%;
  height: 100%;
  min-height: 341px;
  object-fit: cover;
  display: block;
}

.game-catal-text{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  background-color: #060606cc;
  padding: 14px;
  transition: 0.5s ease;
}

.game-catal-card:hover .game-catal-text{
  opacity: 1;
}

.game-catal-rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.game-catal-rating svg{
  width: 25px;
  height: 25px;
  fill: gold;
}

.game-catal-text a h5{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.game-catal-text a h5:hover{
  color: #009A44;
}

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

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

.game-catal-box-two{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.game-catal-card-two{
  display: flex;
  background-color: #060606;
  flex-direction: column;
}

.game-catal-img-two{
  overflow: hidden;
}

.game-catal-img-two img{
  transition: 0.5s ease;
  width: 100%;
  height: 216px;
  object-fit: cover;
}

.game-catal-card-two:hover .game-catal-img-two img{
  transform: scale(1.1);
}

.game-catal-text-two{
  
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.game-catal-text-two a h5{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 22px);
}

.game-catal-text-two a h5:hover{
  color: #009A44;
}

.dev-gembl{
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

.dev-gembl-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.dev-gembl-card {
  transition: 0.5s ease-in-out;
  align-items: center;
  background-color: #060606;
  padding: 66px 17px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  cursor: pointer;
}

.dev-gembl-img {
  width: 100%;
  width: 131px; 
  height: 131px;
  display: flex;
  justify-content: center;
}

.dev-gembl-img img {
  transition: 0.5s ease;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dev-gembl-text {
  text-align: center;
}

.dev-gembl-text h5 {
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
}

.dev-gembl-card:hover .dev-gembl-text h5 {
  color: #009A44;
}

.dev-gembl-card:hover .dev-gembl-img img {
  transform: rotateY(360deg) scale(1.1);
  transition: 0.6s ease-in-out; 
}

.media-preview {
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
  position: relative;
}

.media-container {
  position: relative;
}

.media-container video {
  border-radius: 0.5rem;
  border: 14px solid #060606;
  filter: brightness(0.6);
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 60vh;
}

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

.action-button svg {
  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);
  }
}

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

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

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

.table-lider{
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

.table-lider-box{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}

.table-lider-card{
  overflow: auto;
  background: var(--cb-1);  
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 25px;
}

.table-lider-card h1{
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
}

.table-lider-number{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.table-lider-number span{
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.table-lider-number h5{
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.table-lider-number img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.wrapper-img{
  height: 60vh;
  width: 100%;
}

.wrapper-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.form-block{
  width: 80%;
  margin: 0 auto;
  padding: 66px 0;  
  display: flex;
  flex-direction: column;
  gap: 66px;
}

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

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

.input-container label{
  color: #060606;
}

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

.input-container .input-custompanel--item {
  color: #fff;
  background-color: #060606;
  border: 2px solid transparent;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-custompanel--item {
  color: #fff;
  background-color: #060606;
  border: 2px solid transparent;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 50px;
  max-height: 131px;
}

.input-container .input-custompanel--item::placeholder, .input-container .textarea-custompanel--item::placeholder{
  color: #ffffffb3;
}

.input-container .input-custompanel--item:focus, .input-container .textarea-custompanel--item:focus{
  border: 2px solid #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.check{
  transition: 0.3s ease;
  color: #060606;
}

.check:hover{
  opacity: 0.5;
  color: #060606;
}

.form-check {
  color: #060606;
  display: flex;
  align-items: center;
  gap: 14px;
  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: #060606;
}

.footer{
  display: flex;
  flex-direction: column;
}

.footer-top{
  padding: 66px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.logo-footer{
  margin: 0 auto;
}

.logoImg-footer img{
  max-height: 50px;
  object-fit: contain;
  width: 55px;
}

.logo-footer a{
  color: #fff; 
  display: flex; 
  flex-direction: row;
  align-items: center; 
  gap: 10px;
  transition: 0.3s ease;
}

.logo-footer a:hover{
  opacity: 0.5;
}

.logoTitle-footer h2{
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 22px);
  margin: 0;
}

.disclaimer{
  background-color: #009A44;
  gap: 25px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
}

.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;
}

.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: 17px;
}

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

.privacy ul li a:hover{
  color: #fff;
  opacity: 0.5;
}

.footer-bottom{
  border-top: 0.1px solid #fff;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

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

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

.playing-block{
  padding: 50px 0;
  width: 100%;
  height: 564px;
}

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

.art-cont {
  padding: 66px 0;
}

.art-cont-title {
  margin: 66px 0;
  text-align: center;
  font-size: clamp(22px, 4vw, 50px);
  color: #060606;
}

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

.art-block-images {
  float: left;
  width: 36%;
  margin: 50px;
  margin-top: 0;
  margin-left: 0;
}

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

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

.feedback {
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

.feedback-container {
  direction: initial;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.feedback-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.feedback-item {
  min-width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 17px;
  justify-content: center;
}

.feedback-item h5 {
  color: #060606;
  font-size: clamp(18px, 4vw, 30px);
}

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

.feedback-item p {
  opacity: 0.8;
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
  padding: 0;
}

.kontact-form{
  margin: 0 auto;
  padding: 66px 0;
  width: 80%;
  display: flex;
  flex-direction: column;
}

.kontact-form h2{
  text-transform: uppercase;
  text-align: center;
  color: #060606;  
  font-size: clamp(22px, 4vw, 50px);
  margin-bottom: 66px;
}

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

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

.input-kontact-form .inputs-kontact {
  width: 100%;
  color: #fff;
  background-color: #060606;
  border: 2px solid transparent;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  color: #fff;
  background-color: #060606;
  border: 2px solid transparent;
  outline-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 50px;
  max-height: 131px;
}

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

.input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  border: 2px solid #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

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

.contacts-page{
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 66px 0;
}

.contacts-page h2{
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(22px, 4vw, 50px);
  color: #060606;
}

.contacts-box{
  border-radius: 1.5rem;
  background-color: #060606;
  padding: 17px;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 17px;
}

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

.cont-card svg{
  width: 40px;
  height: 40px;
  fill: #fff;
}

.cont-card a h5{
  flex: 1;
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

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

.cont-card h5{
  flex: 1;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

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

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

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

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

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

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

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

.nav-panel {
  padding: 50px 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.9;
  background: #060606;
  transform: translateY(-100%);
  transition: transform 0.5s;
}

.nav-panel.is-open {
  transform: translateY(0);
}

.nav-panel nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.nav-panel ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  padding: 0;
}

.nav-panel li {
  list-style-type: none;
}

.nav-panel li a {
  letter-spacing: 2px;
  text-align: center;
  font-size: clamp(18px, 4vw, 25px);
  color: #fff;
}

.nav-panel li a:hover {
  opacity: 0.6;
  color: #fff;
}


@media (max-width: 1199px){
  
}

@media (max-width: 991px) {
  .burger-toggle{
    display: block;
  }

  .menu-nav{
    display: none;
  }

  .text-overlay{
    width: 100%;
  }

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

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

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

  .game-catal-text{
    opacity: 1;
  }

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

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

  .form-block{
    width: 100%;
  }

  .kontact-form{
    width: 100%;
  }

  .left-arrow{
    right: 10%;
  }

  .contacts-box{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-stats{
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .playing-block{
    height: 100vh;
  }

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

  .left-arrow{
    right: unset;
    left: 4%;
  }
}

@media (max-width: 576px){
  .table-lider-number img{
    display: none;
  }

  .text-overlay{
    padding: 86px 25px;
  }
}

