@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

body{
    direction: ltr;
    font-family: 'Titillium Web', sans-serif !important;
    line-height: 1.9;
    margin: 0px;
    padding: 0px;  
    height: 100vh;
    box-sizing: border-box;
    background-color: var(--green-darck);
    overflow-x: hidden;
}

:root{
--green-light: #00d084;
--green-darck: #0b110f;
--pink: #d00eef;
--blue: #13c5a5;
--white: #ffffff;

--color-back-1: #00d08466;
--color-back-2: #9b51e075;
--color-back-3:#d3540066;

--color-nikname-1:#00d084;
--color-nikname-2:#d00eef;
--color-nikname-3:#ff6900;
}
a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.wrap-margin{
padding: 0;
margin: 0 auto;
}
.arcade-header-section {
  position: relative;
  background-image: url('picgallery/bg/opacity_bg-06908c57d5ef84.png'); 
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #fff;
}

.arcade-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), var(--color-back-2)); 
  z-index: 1;
}

.arcade-header-section nav,
.arcade-title-head-img {
  position: relative;
  z-index: 2; 
  display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}
.arcade-title-head{
  display: flex;
    flex-direction: row;
    align-items: center;
}
.arcade-title-head img,
.arcade-footer-title img{
  height: 70px;
  margin: 5px;
  object-fit: contain;
}
.arcade-title-head h1,
.arcade-footer-title h1{
  color: var(--white);
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 10px;
    transition: color 0.3s ease, transform 1.3s ease;
}
.arcade-title-head h1::first-letter,
.arcade-footer-title h1::first-letter{
  color: var(--green-light); 
  font-weight: bold;
}
.arcade-title-head h1:hover{
  transform: translateY(-5px);
}
.arcade-title-head-img {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.arcade-head-menu{
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.arcade-wrap-head-img {
  background-color: rgb(255 255 255 / 6%);
  padding: 60px;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

.arcade-wrap-head-img {
  opacity: 0; 
  animation: fadeInRotate 2s ease forwards; 
}

@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: rotateY(0deg); 
  }
  100% {
    opacity: 1;
    transform: rotateY(1080deg); 
  }
}
.arcade-wrap-head-img img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.arcade-wrap-head-title {
  padding: 10px;
  max-width: 50%;
  font-size: 28px;
  line-height: 1.6;
  text-transform: uppercase;
  text-shadow: 5px 2px 5px rgb(0 0 0);
}
.arcade-head-menu a{
  font-size: 16px;
    color: var(--white);
    margin: 0 16px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, transform 1.3s ease;
}
.arcade-head-menu a:hover {
  color: var(--green-light);
  transform: translateY(-5px);
}

.arcade-step-section{
  position: relative;
  max-width: 1200px;
  margin: 100px auto;
}
.arcade-step-wrap{
  margin: 10px;
}
.arcade-step-container{
  padding: 10px 50px;
  position: relative;
  width: 450px;
}
.arcade-text-box{
  padding: 20px 30px;
  background: linear-gradient(to right, transparent 30%, #00d0842e 100%); 
  position: relative;
  border-radius: 6px;
  font-size: 18px;
  color: #fff; 
  transition: background 0.3s ease, transform 0.3s ease;
}
.arcade-step-container:hover .arcade-text-box {
  transform: scale(1.05);
}
.left-container {
  justify-content: flex-start; 
  margin-inline-end: auto;
}

.right-container {
  justify-content: flex-end; 
  margin-inline-start: auto; 
}
.arcade-step-wrap h2{
  text-transform: capitalize;
    text-align: left;
    margin-bottom: 60px;
    color: var(--white);
    font-size: 40px;
}
.step-game-title {
  position: relative;
  display: inline-block; 
  color: #000; 
  transition: color 0.3s ease;
}

.step-game-title:hover {
  color: var(--green-light); 
}

.step-game-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--green-light);
  transition: width 0.3s ease;
}

.step-game-title:hover::after {
  width: 100%; 
}

.arcade-step-container span{
  display: inline-block;
  position: absolute;
  width: 60px;
  border: 2px solid transparent;
  border-radius: 50%;
  top: -45px;
  z-index: 10;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--green-darck);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-shadow: inset 0 0 20px 7px #00d084;
}
.arcade-step-container:hover span {
  transform: scale(1.2);
}
.pink span{
  box-shadow: inset 0 0 20px 7px #d00eef;
}
.pink-box{
  background: linear-gradient(to right, transparent 30%, #d10eef6d 100%);
}
.orange span{
  box-shadow: inset 0 0 20px 7px #ff6900;
}
.orange-box{
  background: linear-gradient(to right, transparent 30%, #ff6a007d 100%);
}
.blue span{
  box-shadow: inset 0 0 20px 7px #13c5a5;
}
.blue-box{
  background: linear-gradient(to right, transparent 30%, #13c5a48c 100%);
}

.arcade-games-section {
  padding: 75px 20px;
}

.arcade-games-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.arcade-games-box{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.arcade-games-card {
  flex: 1 1 calc(33.333% - 20px); 
  max-width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  overflow: hidden; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arcade-games-card:hover {
  transform: translateY(-5px); 
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
}
.arcade-games-wrap h2{
text-transform: capitalize;
text-align: left;
margin: 10px 10px 60px;
color: var(--white);
font-size: 40px;
}
.arcade-games-img {
  position: relative;
  overflow: hidden; 
}
.arcade-games-img img {
  width: 100%; 
  height: 250px; 
  object-fit: cover; 
  transition: transform 0.3s ease;
}
.arcade-games-img:hover img {
  transform: scale(1.1); 
}
.arcade-games-info {
  padding: 20px;
}

.arcade-games-title {
  color: var(--white);
  font-size: 26px;
  font-weight: bold; 
  text-align: left;
  text-transform: uppercase; 
  margin-bottom: 10px;
}
.arcade-games-title:hover{
  color: var(--green-light);
}
.arcade-games-content {
  font-size: 16px;
  color: var(--white);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.arcade-games-content::after {
  content: "..."; 
}

.arcade-games-btn {
  margin-top: 20px;
  text-align: left;
}

.arcade-games-btn button {
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.arcade-games-btn button:hover {
  transform: scale(1.05); 
}

.arcade-about-section {
  padding: 75px 20px;
}

.arcade-about-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; 
  gap: 30px;
  align-items: center; 
  justify-content: center;
}

.arcade-about-list {
  flex: 1 1 40%; 
  max-width: 400px;
}

.arcade-about-title {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.arcade-about-text {
  font-size: 18px;
  color: var(--white);
  line-height: 1.6;
}

.arcade-about-img {
  flex: 1 1 60%; 
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  justify-content: center;
}

.arcade-about-img img {
  width: calc(50% - 10px); 
  height: 150px;
  object-fit: cover;
  border-radius: 15px; 
  transition: transform 0.3s ease;
}

.arcade-about-img img:nth-child(1),
.arcade-about-img img:nth-child(3) {
  transform: translateY(-20px);
}

.arcade-about-img img:hover {
  transform: scale(1.05); 
}

.arcade-table-section {
  padding: 75px 20px;
}

.arcade-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.arcade-table-wrap h2{
  text-transform: capitalize;
  text-align: left;
  margin: 10px 10px 60px;
  color: var(--white);
  font-size: 40px;
}

.arcade-table-title {
  text-align: center;
  margin-bottom: 20px;
  color: var(--white);
}

.arcade-list-lider {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}


.arcade-card-lider {
  position: relative;
  width: 200px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 0; 
  transition: margin-left 0.3s ease, transform 0.3s ease;
}

.arcade-card-lider:nth-child(2),
.arcade-card-lider:nth-child(4) {
  margin-top: 70px;
}

.arcade-card-lider:hover {
  transform: scale(1.05); 
  z-index: 1;
}

.arcade-lider-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.arcade-nickname {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: var(--color-nikname-2);
}

.arcade-games-page-section {
  padding: 75px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arcade-games-page-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.arcade-game-page-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arcade-game-page-card:hover {
  transform: translateY(-5px); 
}
.wild-game-page-img{
  display: flex;
    justify-content: center;
}
.wild-game-page-img img {
  width: 60%;
  height: auto;
  object-fit: contain;
  display: block;
  border-bottom: 5px solid black; 
}

.arcade-game-page-text {
  background: #000000a8;
  color: white; 
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  position: relative;
  top: -80px;
}

.arcade-game-page-title {
  font-size: 24px;
  color: var(--green-light);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.arcade-player-info {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  font-size: 16px;
}

.arcade-player-info span {
  font-weight: bold;
  color: var(--green-light); 
}

.arcade-game-page-content p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.arcade-form-section{
  padding: 75px 20px;
}
.arcade-form-wrap{
  display: flex;
  flex-direction: row;
}
.arcade-w-contact-page-s{
  flex: 1;
  margin: 0 15px;
}
.arcade-contact-page-wrap h3{
  color: var(--green-light);
  font-size: 30px;
}

.arcade-footer-item p,
.arcade-footer-item a{
  word-break: break-all;
  color: var(--white);
  font-size: 24px;
  margin: 0;
}
.arcade-footer-contact-items{
  line-height: 3;
}
.form {
  --bg-light: #efefef;
  --bg-dark: #707070;
  --clr: #58bc82;
  --clr-alpha: #9c9c9c60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex: 1;
}

.form .input-span {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--green-light);
}

.form input,
.form textarea,
.form .input-fieldarea-control,
.form .textarea-fieldarea-control{
  border-radius: 0.5rem;
  padding: 1rem 0.75rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--white);
  outline: 2px solid var(--bg-dark);
}

.form input:focus,
.form textarea:focus,
.form .input-fieldarea-control:focus,
.form .textarea-fieldarea-control:focus,{
  outline: 2px solid var(--green-light);
}

.label {
  align-self: flex-start;
  color: var(--clr);
  font-weight: 600;
}

.form .submit {
  padding: 1rem 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 3rem;
  background-color: var(--bg-dark);
  color: var(--bg-light);
  border: none;
  cursor: pointer;
  transition: all 300ms;
  font-weight: 600;
  font-size: 0.9rem;
}

.form .submit:hover {
  background-color: var(--clr);
  color: var(--bg-dark);
}

.span {
  text-decoration: none;
  color: var(--bg-dark);
}

.span a {
  color: var(--clr);
}


.checkbox-container{
  display: flex;
  flex-direction: row;
}
.container input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  border: 3px solid #beddd0;
  border-radius: 10px;
  overflow: hidden;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #2dc38c;
  border-bottom: 1.5px solid #2dc38c; 
  box-shadow: 0 0 1px #cef1e4, inset 0 -2.5px 3px #62eab8,
    inset 0 3px 3px rgba(0, 0, 0, 0.34); 
  border-radius: 8px;
  transition: transform 0.3s ease-in-out; 
}

.container input:checked ~ .checkmark {
  transform: translateY(40px); 
  animation: wipeDown 0.6s ease-in-out forwards; 
}

.container input:not(:checked) ~ .checkmark {
  transform: translateY(-40px); 
  animation: wipeUp 0.6s ease-in-out forwards; 
}


@keyframes wipeDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px); 
  }
}

@keyframes wipeUp {
  0% {
    transform: translateY(40); 
  }
  100% {
    transform: translateY(0px); 
  }
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.34); 
}
.arcade-form-footer-section{
  padding: 75px 20px;
}
.arcade-form-footer-title{
text-transform: capitalize;
text-align: left;
margin: 10px 10px 60px;
color: var(--white);
font-size: 40px;
}
.arcade-form-footer-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}



.arcade-faq-section {
  position: relative;
  background-image: url('picgallery/bg/bg-all-06908c57d5ef31.jpg'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  padding: 75px 20px;
}
.arcade-faq-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 91%);
  z-index: 1;
}
.arcade-faq-wrap {
  position: relative;
  z-index: 2; 
  max-width: 800px;
  margin: 0 auto;
}
.arcade-faq-wrap h2{
  text-transform: capitalize;
    text-align: left;
    margin: 10px 10px 60px;
    color: var(--white);
    font-size: 40px;
}
.arcade-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.arcade-faq-item {
  color: var(--white);
  border-bottom: 1px solid #cccccc4a;
  padding: 10px 0;
}

.question {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  transition: color 0.3s ease;
}

.question:hover {
  color: var(--white);
}
.question .arrow {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--green-light); 
  border-bottom: 2px solid var(--green-light); 
  transform: rotate(45deg);
  margin: 0 10px;
  transition: transform 0.3s ease-in-out;
}


.arcade-faq-item.active .arrow {
  transform: rotate(-135deg); 
}
.answer {
  display: none;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--green-light);
}

.arcade-faq-item.active .answer {
  display: block;
}
.arcade-footer-section {
  background: #000; 
  color: #fff; 
  padding: 40px 20px;
}

.arcade-footer-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.w-footer-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.w-footer-title img {
  height: 50px;
  width: auto;
}

.w-footer-title h1 {
  font-size: 1.8rem;
  margin: 0;
}


.arcade-footer-menu {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.arcade-footer-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: color 0.3s ease, transform 1.3s ease; 
}

.arcade-footer-menu a:hover {
  color: var(--green-light); 
  transform: translateY(-5px);
}


.arcade-disclaimer-section {
  background: linear-gradient(135deg, #282828, var(--color-back-2)); 
  color: #e0e0e0; 
  padding: 50px 20px;
  border-top: 2px solid var(--color-back-2);
}

.arcade-disclaimer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.disclaimer-title {
  font-size: 2rem;
  color: var(--white); 
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.disclaimer-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
}

.disclaimer-text {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

.disclaimer-text p {
  margin: 0;
}

.disclaimer-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disclaimer-img img {
  max-width: 50%;
  height: auto;
  padding: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.disclaimer-img img:hover {
  transform: scale(1.05);
}

.arcade-section-current {
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
  color: #fff; 
  text-align: center;
  padding: 20px 10px;
  font-size: 0.9rem;
  border-top: 2px solid var(--color-back-2);
}

.arcade-current-year {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}


.arcade-current-year p {
  margin: 0;
  font-size: 1rem;
}

.arcade-current-year p:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--green-light); 
}

.arcade-current-year p:last-child {
  font-size: 0.85rem;
  color: var(--white); 
}
.privacy-service{
  padding: 75px 20px;
  color: var(--white);
}
.privacy-wrap {
  word-break: break-all;
}
.privacy-wrap h2{
  text-transform: capitalize;
    text-align: left;
    margin-bottom: 60px;
    color: var(--white);
    font-size: 40px;
}
.scroll-reveal {
  opacity: 0;
  transform: translateZ(-50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  will-change: opacity, transform;
}
.scroll-reveal.visible {
  opacity: 1;
  transform: translateZ(0);
}

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


@media (max-width: 1200px) {
  .arcade-games-card {
    width: 45%; 
  }
  .arcade-about-list {
    flex: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .arcade-games-card {
    flex: 1 1 calc(50% - 20px);
  }
  .arcade-about-wrap {
    flex-direction: column;
    align-items: center;
  }
.arcade-form-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arcade-w-contact-page-s{
  margin: 15px;
}

  .arcade-about-img img {
    width: calc(50% - 10px); 
  }
}



@media (max-width: 768px) {
  .arcade-title-head{
    flex-direction: column;
  }
  .arcade-header-section nav{
    flex-direction: column;
  }
  .arcade-wrap-head-title{
    font-size: 20px;
  }
  .arcade-title-head-img{
    flex-direction: column;
  }
  .arcade-wrap-head-title{
    max-width: 80%;
  }
  .arcade-step-wrap h2,
  .arcade-table-wrap h2,
  .arcade-faq-wrap h2,
  .arcade-form-footer-title,
  .privacy-wrap h2 {
    font-size: 28px;
  }
  .arcade-games-card {
    flex: 1 1 calc(100% - 20px); 
  }

  .arcade-games-wrap h2 {
    font-size: 28px; 
    text-align: center; 
  }
 .arcade-step-container{
  width: 350px;
 }
 .arcade-about-img img {
  width: 100%; 
  height: auto; 
}

.arcade-about-img img:nth-child(1),
.arcade-about-img img:nth-child(3) {
  transform: translateY(0); 
}

.arcade-nickname {
  font-size: 16px;
}
.arcade-game-page-text {
  padding: 15px;
}

.arcade-game-page-title {
  font-size: 20px;
}

.arcade-player-info {
  flex-direction: column;
  align-items: center;
}

.arcade-player-info span {
  font-size: 14px;
}

.question {
  font-size: 1.1rem;
}

.answer {
  font-size: 1rem;
}
.arcade-footer-wrap {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.arcade-footer-menu {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.w-footer-title h1 {
  font-size: 1.5rem;
}
.disclaimer-wrap {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.disclaimer-text {
  font-size: 1rem;
}

.disclaimer-img {
  flex: none;
  margin-top: 20px;
}
.disclaimer-wrap {
  grid-template-columns: 1fr;
  gap: 20px;
}

.disclaimer-text {
  font-size: 1rem;
}

.arcade-section-current {
  font-size: 0.8rem;
  padding: 15px 10px;
}

.arcade-current-year p {
  font-size: 0.9rem;
}


}

@media (max-width: 600px) {
  .arcade-step-container{
    padding: 10px 20px;
  }
}


@media (max-width: 480px) {
  .wild-game-page-img img {
    width: 100%;
  }
 .arcade-step-container{
  width: 250px;
 }

 .arcade-faq-section {
  padding: 10px;
}

.arcade-faq-list {
  max-width: 100%;
}

.question {
  font-size: 1rem;
  padding: 5px 0;
}

.answer {
  font-size: 0.9rem;
}
.arcade-footer-menu a {
  font-size: 0.9rem;
}

.w-footer-title img {
  height: 40px;
}

.w-footer-title h1 {
  font-size: 1.2rem;
}
.disclaimer-title {
  font-size: 1.5rem;
}

.disclaimer-text {
  font-size: 0.9rem;
}

.disclaimer-title {
  font-size: 1.5rem;
}

.disclaimer-text {
  font-size: 0.9rem;
}

.disclaimer-img img {
  max-width: 30%;
}
.arcade-current-year p:first-child {
  font-size: 1rem;
}

.arcade-current-year p:last-child {
  font-size: 0.8rem;
}
}

@media (max-width: 449px){
  .arcade-card-lider:nth-child(2),
  .arcade-card-lider:nth-child(4) {
    margin-top: 0;
  }
  .checkbox-container{
    flex-direction: column;
    align-items: center;
  }
  .arcade-contact-page-wrap h3{
    font-size: 28px;
  }
  .arcade-footer-item p, 
  .arcade-footer-item a {
    font-size: 20px;
  }
}


.button-1 {
  background: var(--green-light);
  color: var(--white);
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid black;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
}

.button-1:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

.button-1:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}



.button-2{
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-2:hover {
  background-color: var(--green-light);
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button-2:active {
  transform: translateY(-1px);
}
 

.button-3 {
  color: #ecf0f1;
  font-size: 17px;
  background-color: var(--pink);
  border: 1px solid var(--green-light);
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0px 6px 0px #d35400;
  transition: all 0.1s;
}

.button-3:active {
  box-shadow: 0px 2px 0px #d35400;
  position: relative;
  top: 2px;
}


.button-4 {
  background: linear-gradient(140.14deg, var(--blue) 15.05%, #d6361f 114.99%)
      padding-box,
    linear-gradient(142.51deg, var(--green-light) 8.65%, #af1905 88.82%) border-box;
  border-radius: 7px;
  border: 2px solid transparent;

  text-shadow: 1px 1px 1px #00000040;
  box-shadow: 8px 8px 20px 0px #45090059;

  padding: 10px 40px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.button-4:hover {
  box-shadow: none;
  opacity: 80%;
}


.button-5 {
  background-color: #e0e0e0;
  border-radius: 50px;
  box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgb(206, 206, 206);
}

.button-5:hover {
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}

.button-5:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}

.arcade-iframe-games iframe{
  width: 100%;
  height: 100vh;
}

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