﻿@import url('css2');
@import url('css2-1');

html{
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
}

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

p{
  line-height: 1.5; 
}
  
img {
  max-width: 100%;
}

.content-block{
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

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

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

@media (min-width: 1400px){
  .content-block{
      max-width: 1238px;
  }
}

.header{
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

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

.top-nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 14px;
  background-color: #00000033;
  border-radius: 16px;
}

.top-nav li{
  margin: 0;
  padding: 0;
}

.top-nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.top-nav-link:hover{
  color: #fff;
  opacity: 0.7;
}

.wrap,
.slide-content {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  position: relative;
}

.slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}

.slide1 {
  background-image: url("pixelpantry/background/gallery-06723fc14483d3.jpg");
}
.slide2 {
  background-image: url("pixelpantry/background/gallery-16723fc1448432.jpg");
}
.slide3 {
  background-image: url("pixelpantry/background/gallery-26723fc144848c.jpg");
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 23px;
  margin: 0 auto;
}

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

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

.logo a{
  color: #fff; 
  display: flex; 
  align-items: center; 
  gap: 16px;
}

.logoTitle .logoTitle-text{
  transition: 0.3s ease;
  font-size: 16px;
  margin: 0;
}

.logoTitle .logoTitle-text:hover{
   opacity: 0.5; 
 }

.slide-content h2{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.slide-content p{
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.background-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
}

.background-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(pixelpantry/background/opacity_bg-06723fc144858a.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.gallery {
  align-items: center;
  padding: 37px 0;
  display: flex;
  gap: 14px;
}

.gallery-card {
  height: 158px;
  width: 100%;
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-card img{
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card:hover {
  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;
  position: relative;
  z-index: 1;
  flex: 3;
}

.about{
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-top: 1px solid rgba(255,255,255,0.4);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 37px 0;
}

.about h2{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.about-box{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}

.benefit{
  transform: translateY(-37%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 37px;

}

.benefit-card{
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.9);
  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;
  transform: scale(1);
  transition: 0.3s ease;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 14px;
  gap: 23px;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(pixelpantry/background/opacity_bg-16723fc14485df.png);
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  z-index: -1;
}

.benefit-card:hover{
  transform: scale(1.05);
}

.benefit-card img{
  flex: 1;
  object-fit: contain;
  max-width: 55px;
  max-height: 55px;
}

.benefit-card p{
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  flex: 1;
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.game-catalog{
  display: block;
  padding: 37px 0;
}

.game-catalog-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.game-catalog-title h2{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
}

.game-catalog-title h5{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  background-color: #f5f5f533;
  color: #fff;
  margin: 0;
  border-radius: 14px;
  padding: 7px;
}

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

.game-catalog-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: 0.5s ease;
  border-radius: 37px 0 37px 0;
}

.game-img-link{
  overflow: hidden;
  border-radius: 37px 0 37px 0;
}

.game-img{
  position: relative;
  transition: 0.5s ease;
  transform: scale(1);
  border-radius: 37px 0 37px 0;
  width: 100%;
  height: 100%;
}

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

.game-description{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
  text-align: center;
  border-radius: 37px 0 37px 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  width: 80%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.game-description a h4{
  font-size: 21px;
  transition: 0.3s ease;
  color: #000;
  margin: 0;
}

.game-description a h4:hover{
  color: #000;
  opacity: 0.5;
}

.game-description p{
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  margin: 0;
}

.game-catalog-two{
  display: none;
  padding: 37px 0;
}

.game-catalog-title-two{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.game-catalog-title-two h2{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
}

.game-catalog-title-two h5{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  background-color: #f5f5f533;
  color: #fff;
  margin: 0;
  border-radius: 14px;
  padding: 7px;
}

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

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

.game-catalog-card-two:nth-child(2), .game-catalog-card-two:nth-child(4), .game-catalog-card-two:nth-child(6){
  flex-direction: row;
}

.game-img-two-link{
  flex: 1;
  display: flex;
  align-items: center;
}

.game-img-two{
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

@keyframes sway {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.game-catalog-card-two:hover .game-img-two {
  animation: sway 0.8s infinite;
}

.game-description-two{
  border-radius: 37px 0 37px 0;
  background-color: #00000033;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 2;
}

.game-description-two a h4{
  transition: 0.3s ease;
  color: #fff;
  margin: 0;
}

.game-description-two a h4:hover{
  color: #fff;
  opacity: 0.5;
}

.game-description-two p{
  margin: 0;
  color: #fff;
  opacity: 0.8;
}

.comments-block{
  padding: 37px 0;
}

.comments-block h2{
  text-align: start;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.comments-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
.comments-box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
}
.comments-card{
  background-image: url(pixelpantry/background/opacity_bg-16723fc14485df.png);
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-direction: column;
}

.comment-img{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.comment-img img{
  border: 1px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.comment-img h5{
  color: #fff;
  font-size: 21px;
  margin: 0;
  font-weight: bold;
}

.comments-card p{
  flex: 1;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin: 0;
}

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

.video-form{
  border-radius: 37px 0 37px 0;
  flex: 1;
}

.video-form video{
  border-radius: 37px 0 37px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.title-container{
  margin-bottom: 30px;
  text-align: center;
}

.title-container h3{
  color: #fff;
  margin: 0;
  font-weight: bold;
}

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

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

.input-container .input-control_box__input, .input-container .textarea-control_box__input, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-control_box__input {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-left: 2px solid rgba(255,255,255,0.8);
  border-bottom: 2px solid rgba(255,255,255,0.8);
  border-bottom-left-radius: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-control_box__input {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-left: 2px solid rgba(255,255,255,0.8);
  border-bottom: 2px solid rgba(255,255,255,0.8);
  border-bottom-left-radius: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 37px;
  max-height: 142px;
}

.input-container .input-control_box__input:focus, .input-container .textarea-control_box__input:focus{
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 7px;
}

.input-container .input-control_box__input::placeholder, .input-container .textarea-control_box__input::placeholder{
  color: #fff;
}

.check{
  color: #fff;
}

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

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  padding: 15px 0;
}

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

.submit-form {
  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-background{
  position: relative;
  background-color: rgba(0, 0, 0, 0.5); 
}

.footer-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(pixelpantry/background/gallery-36723fc14484e0.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.footer{
  padding: 37px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 37px;
}

.footer-bottom{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 37px;
  gap: 37px;
}

.disclaimer-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #fff;
  border-radius: 16px;
  background-color: #d85b00b3;
  padding: 16px;
  text-align: center;
  gap: 30px;
}

.disclaimer-block h2{
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.disclaimer-block p{
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.privacy{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

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

.privacy ul li a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}

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

.copyright{
  border-top: 1px solid #fff;
  padding-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-direction: row;
}

.copyright p{
  color: #fff;
  margin: 0;
}

.disclaimer-img{
  max-width: 78px;
}

.contact-form{
  padding: 37px auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.title-contact-form h2{
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.title-contact-input{
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 14px;
}

.submit{
  margin: 0 auto;
}

.title-contact-input label{
  color: #fff;
}

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

.title-contact-input .inputs-contact {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-left: 2px solid rgba(255,255,255,0.8);
  border-bottom: 2px solid rgba(255,255,255,0.8);
  border-bottom-left-radius: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.title-contact-input .inputs-contact:focus , .title-contact-input .textarea-contact:focus{
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 7px;
}

.title-contact-input .textarea-contact {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-left: 2px solid rgba(255,255,255,0.8);
  border-bottom: 2px solid rgba(255,255,255,0.8);
  border-bottom-left-radius: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 37px;
  max-height: 142px;
}

.title-contact-input .inputs-contact::placeholder, .title-contact-input .textarea-contact::placeholder{
  color: #fff;
}

.contact-us-block{
  display: flex;
  justify-content: space-between;
  gap: 37px;
  flex-direction: row;
  padding: 37px 0;
}

.contact-us-card{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  gap: 14px;
  border-radius: 16px;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 37px 0 37px 0;
  background-color: #ffffff;
}

.contact-us-card svg{
  width: 21px;
  height: 21px;
  color: #006F5F;
}


.contact-us-card h5{
  margin: 0;
  transition: 0.3s ease;
  font-size: 16px;
  color: #000;
}

.contact-us-card a h5{
  transition: 0.3s ease;
  font-size: 16px;
  margin: 0;
  color: #000;
}

.contact-us-card a h5:hover{
  color: #000;
  opacity: 0.5;
}

.art-block{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff33;
  border-radius: 37px 0 37px 0;
  padding: 30px;
}

.titleArt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 37px;
}

.picture-art-img {
  border: 1px dashed;
  border-radius: 37px 0 37px 0;
  transition: 0.5s ease;
  float: left;
  width: 37%;
  margin: 37px;
  margin-top: 0;
  margin-left: 0;
}

.art-content-block {
  color: #000;
  opacity: 0.8;
  font-size: 18px;
}

.playing-block{
  padding: 37px 0;
  width: 100%;
  height: 466px;
}

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


.but,
button {
  outline: none;
  border: none;
  background: inherit;
  padding: 10px;
  box-sizing: border-box !important;
}
.button-1 {
  border: 1px solid black;
  padding: 12px 30px 12px 30px;
  border-radius: 30px;
  background-color: #fdceb6;
  font-weight: bolder;
  font-size: 14px;
  box-shadow: 0px 0px 1px;
  transform: all 2s esase;
  transition-duration: 0.3s;
}

.button-1:hover {
  transform: translateY(-10px);
  box-shadow: 0px 7px 1px rgb(0, 0, 0);
  border: 1px solid black;
}

.button-1:active {
  transform: translateY(10px);
  box-shadow: 0px 0px 1px;
}

.button-2 {
  font-size: 14px;
  --bg: #000;
  --hover-bg: #ff90e8;
  --hover-text: #000;
  color: #fff;
  border: 1px solid var(--bg);
  border-radius: 4px;
  padding: 1em 2em;
  background: lightsalmon;
  transition: 0.2s;
}

.button-2:hover {
  color: var(--hover-text);
  transform: translate(-0.25rem, -0.25rem);
  background: var(--hover-bg);
  box-shadow: 0.25rem 0.25rem var(--bg);
}

.button-2:active {
  transform: translate(0);
  box-shadow: none;
}

.button-3 {
  font-size: 14px;
  padding: 1em 2em;
  border: transparent;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background: dodgerblue;
  color: white;
  border-radius: 4px;
}

.button-3:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(30, 144, 255, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.button-3:active {
  transform: translate(0em, 0.2em);
}

.button-4 {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid red;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: white;
  background-color: red;
  z-index: 1;
}

.button-4:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button-4:after {
  content: '';
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button-4:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.button-4:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button-4:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button-5 {
  font-size: 14px;
  font-weight: bold;
  border: 0px;
  color: white;
  background-color: #1877f2;
  padding: 15px 20px;
  border-radius: 15px;
  cursor: pointer;
}

.button-5:hover {
  background-image: linear-gradient(90deg, #b799ff 0%, #acbcff 50%, #aee2ff 75%, #e6fffd 100%);
  color: black;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  100% {
    background-position: 50rem;
  }
}

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

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

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

.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  background-color: #222;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  background-color: #222;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.menu-open {
  overflow: hidden;
}

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

.menu.active {
	transform: translateY(0);
}

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

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

.menu li {
	list-style-type: none;
}

.menu li a{
  letter-spacing: 2px;
  text-align: center;
  font-size: 24px;
	color: #230338;
}

.menu li a:hover{
  opacity: 0.6;
  color: #230338;
}

  @media (max-width: 991px) {
    .benefit {
      transform: translateY(-20%);
      grid-template-columns: repeat(2, 1fr);
  }

  .gallery-card:nth-child(1),.gallery-card:nth-child(2){
    display: none;
  }

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

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

  .comments-box{
    grid-template-columns: repeat(1, 1fr);
  }
  .comments-box-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .form-block{
    flex-direction: column;
  }

  .contact-form{
    width: 100%;
  }
  }
  
  @media (max-width: 767px) {
    .benefit {
      transform: translateY(-10%);
      grid-template-columns: repeat(1, 1fr);
  }

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

  .gallery-card:nth-child(3),.gallery-card:nth-child(4){
    display: none;
  }

  .game-description-two{
    flex: 1;
  }

  .playing-block{
    height: 100vh;
  }

  .picture-art-img{
    width: 100%;
    margin-right: 0;
  }

  .header-nav{
    display: none;
  }

  .menu-btn{
    display: block;
  }

  .header{
    width: auto;
  }
  }

  @media (max-width: 575px) {
    .page-privacy h1 {
      font-size: 20px;
    }
    .slide-content h2{
      font-size: 30px;
    }

    .slide-content p{
      font-size: 16px;
    }

    .game-catalog-title-two{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .game-catalog-card-two{
      flex-direction: column;
    }

    .game-description-two p{
      display: none;
    }

    .game-catalog-card-two:nth-child(2), .game-catalog-card-two:nth-child(4), .game-catalog-card-two:nth-child(6){
      flex-direction: column;
    }

    .comment-img{
      flex-direction: column;
    }

    .comments-card{
      text-align: center;
    }

    .copyright{
      flex-direction: column;
    }

    .contact-us-block{
      flex-direction: column;
    }

    .game-description-two a h4{
      font-size: 21px;
    }
  }

  @media (max-width: 400px){
    .game-description{
      transform: translateY(-30%);
    }
  }

  


