@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

body{
  direction: ltr;
  font-family: 'Nunito Sans', sans-serif !important;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;  
  box-sizing: border-box;
  overflow-x: hidden;
}



:root{
--green: #08680e;
--red: #f00d0d;
--yellow: #e4da17; 
--light-yellow: #f9f59b;
--orange: #c5722f; 
--blue: #0cbfe8;
--white: #ffffff;
--violet: #b71ecb9c;
--pink: #922b84;

--text-1: #8269ff;
--text-2:  rgb(80, 80, 100);
--text-3:  #35d1b5;

--bcg-1: #17008b;
--bcg-2: #003411;
--bcg-3: #003b30; 

--bcg-light-1: #045162aa;
--bcg-light-2:  #07283091;
--bcg-light-3:  #045070a8;

}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 21px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.aqua-margin {
  padding: 0;
  margin: 0 auto;
  }
.aqua-padding {
padding: 149px 6px;
}

.aqua-heder-section {
  background: url('artisticstorage/bg/bg-light-0683078a5ecfeb.jpg') center/cover no-repeat;
  position: relative;

}

.aqua-heder-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bcg-light-3); 
}

.aqua-heder-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aqua-heder-menu {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px  21px;
}

.aqua-heder-menu a {
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.aqua-heder-menu a:hover{
  transform: scale(1.1) rotate(3deg);
  color: gold;
}
.logo-head-title{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo-head-title a{
  flex: 1;
}
.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
}

.header-logo img {
  width: 236px;
  height: auto;
}

.header-logo h1,
.aqua-footer-logo h1 {
  font-size: 49px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  background: linear-gradient(90deg, #fff, #ffcc00, #fff);
  background-size: 200px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s infinite linear;
}
@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}
 .head-title {
  flex: 1;
  color: white;
  font-size: 40px;
  text-align: center;
 }

 .players-section {
  position: relative;
}
.aqua-players-container{
  display: flex;
}
.wave-top {
  width: 100%;
  height: 634px;
  background: url('aqua/layered-waves-haikei.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.players-game {
  margin: 21px auto;
  padding: 21px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.bottom-images {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 21px;
}
.bottom-images img {
  width: 236px;
  height: auto;
}
.players-game p{
  font-size: 40px;
  font-weight: 600;
  color: var(--bcg-3);
  text-transform: uppercase;
}
.players-game span {
  font-size: 72px;
  font-weight: 600;
  color: gold;
  margin: 21px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.6);
}

.aqua-benefit-section {
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom, #fff, #1b6a7a); 
  z-index: -1;
}
.aqua-title h2 {
  font-size: 49px;
  text-align: center;
  color: #0cbfe8;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  animation: wave 2s infinite ease-in-out;
}
@keyframes wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.aqua-benefit-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 51px;
  margin-top: 35px;
}
.benefits-item {
  position: relative;
  background: #f9f59b8f;
  border-radius: 49% 51% 47% 53% / 37% 35% 65% 63%;
  width: 318px;
  height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight:  600;
  transition: transform 0.3s ease, background 0.3s ease;
}
.benefits-item:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.benefits-item::before,
.benefits-item::after {
  content: '';
  position: absolute;
  width: 219px;
  height: 219px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.benefits-item::before {
  background-color: #0000ff80;
  border-radius: 54% 46% 62% 38% / 37% 70% 30% 63%;
  top: 17px;
  left: 17px;
}
.benefits-item::after {
  background-color: #0cbfe878;
  border-radius: 34% 66% 26% 74% / 83% 23% 77% 17%;
  bottom: -20px;
  right: -20px;
}
.aqua-benefit-card img {
  width:  236px;
  height: auto;
}
.aqua-games-section {
  text-align: center;
  background: linear-gradient(to bottom, #1b6a7a, #0a3139);
  position: relative;
}

.games-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-top: 27px;
}
.aqua-game-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 21px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative
}
.aqua-game-card:hover {
  transform: scale(1.1) rotate(3deg);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.aqua-game-card a{
  align-items: center;
  border: 3px solid var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
}
.img-game,
.text-game{
  flex: 1;
}
.text-game{
  padding: 10px;
}

.padNew {
  padding: 51px 0;
}
.img-game img {
  width: 100%;
  height: 219px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.title-game {
  font-size: 21px;
  font-weight: 600;
  margin-top: 6px;
  background: linear-gradient(90deg, #fff, #ffcc00, #fff);
  background-size: 200px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s infinite linear;
}

.content-game {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aqua-gallery-section {
  padding: 48px 2px;
  text-align: center;
  background-color: #0a3139;
  position: relative;
  background-image: url('artisticstorage/bg/opacity_bg-0683078a5ed24c.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aqua-wrapper {
  width: 100%;
  height: 790px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aqua-gallery-inner {
  --w: 236px;
  --h:  219px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -3deg;
  --perspective: 1000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  top: 25%;
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 20s linear infinite; 
}
@keyframes rotating {
  from {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(0);
  }
  to {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(1turn);
  }
}

.aqua-gallery-card {
  position: absolute;
  border: 2px solid rgba(var(--color-card));
  border-radius: 20px;
  overflow: hidden;
  inset: 0;
  transform: rotateY(calc((360deg / var(--quantity)) * var(--index)))
    translateZ(var(--translateZ));
}

.aqua-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0000
    radial-gradient(
      circle,
      rgba(var(--color-card), 0.2) 0%,
      rgba(var(--color-card), 0.6) 80%,
      rgba(var(--color-card), 0.9) 100%
    );
}

.aqua-gallery-img img{
  width: 100%;
  height:  219px;
  object-fit: cover;
}
.gallery-faq-section{
  display: flex;
  flex-direction: column-reverse;
}
.aqua-faq-section {
  text-align: center;
  background: linear-gradient(to bottom, #0e3b43, #1b6a7a);
  position: relative;
}

.aqua-faq-section::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50%;
  background: url('artisticstorage/other/animals-0683078a5ed9e6.svg') no-repeat center;
  opacity: 0.2;
  z-index: 0;
}
.aqua-title-faq h2{
  font-size: 49px;
  color: #fff;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}
.faq-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
}
.faq-card {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 27px;
  width: 396px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: moveAround 6s infinite linear;
  z-index: 1;
}
.faq-card:hover {
  transform: scale(1.05);
}
.faq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="%231ECBC5" d="M36,-50.7C47.7,-41,59,-31.9,66.6,-19.1C74.3,-6.3,78.3,10.2,74.9,25.5C71.5,40,60.8,54.8,47,66.3C33.3,77.8,16.7,86.7,1,85.4C-14.7,84,-29.4,72.4,-37.7,59.1C-45.9,45.9,-47.6,31,-50.9,17.4C-54.2,3.8,-59,-8.5,-56.4,-18.9C-53.8,-29.3,-43.8,-37.9,-33.1,-48C-22.5,-58,-11.3,-69.6,0.4,-70.2C12.1,-70.8,24.2,-60.4,36,-50.7Z" transform="translate(100 100)"/></svg>') no-repeat center;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}
.faq-que, .faq-ans {
  position: relative;
  z-index: 1;
}
.faq-que {
  font-weight:  600;
  font-size: 21px;
  color: #00fff6;
}
.faq-ans {
  font-size: 20px;
  margin-top: 9px;
  color: #fff;
}
@keyframes moveAround {
  0% { transform: translate(0, 0); }
  25% { transform: translate(10px, -10px); }
  50% { transform: translate(-10px, 10px); }
  75% { transform: translate(10px, 10px); }
  100% { transform: translate(0, 0); }
}

.aqua-form-section{
  background: linear-gradient(to bottom, #1b6a7a, #0e3b43);
}

.container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%; 
  height: 50%;
  background: url('artisticstorage/other/submarine-0683078a5ed926.svg') no-repeat center;
  background-size: contain;
  opacity: 0.2;
  animation: moveAround 6s infinite linear
}
.form {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: all 1s ease;
  z-index: 1;
}

.form .form_front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  gap: 21px;
  backface-visibility: hidden;
  padding: 51px 35px;
  border-radius: 20px;
  box-shadow: inset 2px 2px 10px rgba(0,0,0,1),
  inset -1px -1px 5px rgba(255, 255, 255, 0.6);
}

.form .form_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
  position: absolute;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  padding: 51px 35px;
  border-radius: 20px;
  box-shadow: inset 2px 2px 10px rgba(0,0,0,1),
  inset -1px -1px 5px rgba(255, 255, 255, 0.6);
}

.form_details {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 6px;
  color: white;
}

.input,
.input-control_group_block {
  width: 61%;
  min-height: 50px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 2px 9px;
  background-color: #123037d9;
  border-radius: 6px;
  border: 2px solid #212121;
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6);
}
.textarea,
.textarea-control_group_block{
  width: 61%;
  height: 61px;
  min-height: 50px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 2px 9px;
  background-color: #123037d9;
  border-radius: 6px;
  border: 2px solid #212121;
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6);
}
.input::placeholder,
.input-control_group_block::placeholder,
.textarea::placeholder, 
.textarea-control_group_block::placeholder{
  color: #999;
}

.input:focus.input::placeholder,
.textarea:focus.textarea::placeholder,
.input-control_group_block:focus.input-control_group_block::placeholder,
.textarea-control_group_block:focus.textarea-control_group_block::placeholder {
  transition: 0.3s;
  opacity: 0;
}

.input:focus,
.input-control_group_block:focus,
.textarea:focus,
.textarea-control_group_block:focus
 {
  transform: scale(1.05);
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6),
  inset 2px 2px 10px rgba(0,0,0,1),
  inset -1px -1px 5px rgba(255, 255, 255, 0.6);
}
.check-priv-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkbox-btn {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-btn label {
  cursor: pointer;
  font-size: 15px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2.5px solid #ffffff;
  transition: .2s linear;
}
.checkbox-btn input:checked ~ .checkmark {
  background-color: transparent;
}

.checkmark::after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 40%;
  width: 10px;
  height: 14px;
  border: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 10px #ffffff);
  border-width: 0 2.5px 2.5px 0;
  transition: .2s linear;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.2);
}

.checkbox-btn input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  animation: pulse 1s ease-in;
}

.checkbox-btn input:checked ~ .checkmark {
  transform: rotate(45deg);
  border: none;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.6);
  }
}
.check-privacy {
  font-size: 15px; 
  padding: 0 6px; 
  color: var(--white);
}
.checkaccept {
  margin: 27px 0; 
  color: var(--white); 
  text-align: center;
}

.checkaccept label {
  font-size: 14px; 
  margin: 0 6px;
}
.aqua-contact-section{
 background: linear-gradient(to bottom, #0e3b43, #1b6a7a);
}
.form-page{
  width: 790px;
}

.contact-section {
  text-align: center;
}

.contact-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 27px;
  padding: 27px;
}

.contact-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 29px;
  border-radius: 20px;
  width: 100%;
  max-width: 352px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  animation: float 3s ease-in-out infinite alternate;
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: scale(1.05);
}

.contact-item svg {
  width: 50px;
  height: 50px;
  fill: #ccc;
  transition: fill 0.3s ease, filter 0.3s ease;
}

.contact-item:hover svg {
  fill: #ffcc00;
  filter: drop-shadow(0 0 10px #ffcc00);
}

.contact-item a, .contact-item p {
  font-size: 20px;
  color: #fff;
  word-break: break-all; 
  text-decoration: none;
  display: block;
  margin-top:  10px;
}

.contact-item a:hover {
  color: #ffcc00;
}

@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.aqua-contact-form{
  display: flex;
  flex-direction: column-reverse;
}

.aqua-footer-section {
  position: relative;
  background: url('artisticstorage/bg/bg-light-1683078a5ed06d.jpg') no-repeat center center/cover;
  padding: 48px 21px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.aqua-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #045162e3;
  z-index: 1;
}

.aqua-footer-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}

.aqua-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aqua-footer-logo img {
  width: 50px;
  height: auto;
}

.aqua-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}

.aqua-footer-list a {
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.aqua-footer-list a:hover{
  transform: scale(1.1) rotate(3deg);
  color: gold;
}

.aqua-disclaimer-container {
  margin-top: 21px;
  max-width: 595px;
  background: #0a3139bd;
  padding: 10px;
  border-radius: 20px;
}

.disclaimer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.disclaimer-title {
  font-size: 21px;
  color: #ffcc00;
}

.gambla-disclaimer p {
  font-size: 15px;
  color: #ccc;
}
.aqua-privacy-section{
  word-break: break-all;
  background-color: var(--bcg-light-3);
}
.asia-privacy-wrap{
  color: var(--white);
}

.asia-privacy-wrap a{
  word-break: break-all; 
}

.aqua-about-section {
  background: url('artisticstorage/bg/opacity_bg-1683078a5ed2a5.png') no-repeat center center/cover;
  background-color: var(--bcg-light-3);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.aqua-about-container {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}

.about-video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px 0px;
}

.video-large {
  width: 50%;
  border-radius: 36% 64% 41% 59% / 51% 29% 71% 49%;
  z-index: 1;
}

.aqua-about-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 21px;
  border-radius: 20px;
  max-width: 790px;
  margin: auto;
}

.about-text {
  font-size: 20px;
  color: #ddd;
}
.aqua-about-container{
display: flex;
flex-direction: column-reverse;
}

.aqua-page-section {
  background: url('artisticstorage/bg/opacity_bg-2683078a5ed315.png') no-repeat center center/cover;
  background-color: #d3f7ff6e;
  color: #fff;
  text-align: center;
}

.aqua-page-container {
  position: relative;
}
.content-iframe-container{
  display: flex;
  flex-direction: column-reverse;
}
.aqua-page-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding:  21px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aqua-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.aqua-page-img img {
  width: 100%;
  max-width: 427px;
  border-radius: 36% 64% 41% 59% / 51% 29% 71% 49%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.aqua-page-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

.aqua-page-text {
  margin-top: 17px;
  color: #005567;
  font-size: 20px;
}

.aqua-iframe-box {
  margin-top:35px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
.aqua-iframe-box iframe {
  width: 100%;
  height: 427px;
}
.copyright{
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  color: var(--white);
  font-size: 17px;
  z-index: 2;
}
.copyright p{
  margin: 6px;
}

.reveal {
  opacity: 0;
  transform: scale(0.8) translateY(50px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}


@media screen and (min-width: 320px) {
  .aqua-margin{
    max-width: 320px;
  }
}
@media screen and (min-width: 500px) {
  .aqua-margin{
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .aqua-margin{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .aqua-margin{
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
.img-none-t{
  display: none;

}
.bottom-images img{
  width: 318px;
}

}



@media (max-width: 900px) {
.form-page {
  width: 634px;
}

}



@media (max-width: 768px) {
  .header-logo {
    display: flex;
    flex-direction: column;
  }
.header-logo img{
  width:   61;
}
.head-title{
  font-size: 26px;
}
.aqua-title h2,
.aqua-title-faq h2 {
  font-size: 24px;
}

  .aqua-heder-menu {
    align-items: center;
    border-bottom: none;
}

.aqua-heder-menu a,
.aqua-footer-list a {
    font-size: 16px;
}

.header-logo h1,
.aqua-footer-logo h1 {
    font-size: 18px;
}
.aqua-benefit-card {
  flex-direction: column;
  align-items: center;
}
.benefits-item {
  width: 80%;
}
.aqua-benefit-card img {
  width: 120px;
}
.aqua-players-container{
  flex-direction: column-reverse; 
}
.img-none{
  display: none;
}
.aqua-game-card a{
  flex-direction: column;
}
.games-cards {
  flex-direction: column;
  align-items: center;
}
.aqua-game-card {
  width: 80%;
}
.aqua-gallery-inner {
  width;: 106px;
  height:  61;
}

.aqua-gallery-img img{
  height: 61;
}
.faq-cards {
  flex-direction: column;
  align-items: center;
}
.faq-card {
  width: 80%;
}
.input,
.input-control_group_block,
.textarea,
.textarea-control_group_block {
  width: 100%;
}
.form-page {
  width: 500px;
}
.aqua-page-img img {
  max-width: 300px;
}

.aqua-page-text {
  font-size: 16px;
}
.copyright {
  flex-direction: column;
}
.players-game span{
  font-size: 36px;
}
.players-game p{
  font-size: 26px;
}
.players-game{
  margin: 0;
  flex-direction: row;
  padding: 5px;
}

}


@media (max-width: 630px){
  .form-page{
    width: 250px;
  }
  .check-priv-container{
    flex-direction: column;
  }
}


@media (max-width: 600px) {
  .contact-box {
      flex-direction: column;
      gap: 20px;
  }

  .contact-item {
      max-width: 90%;
  }
}


@media (max-width: 425px) {
  .input,
  .input-control_group_block,
  .textarea,
  .textarea-control_group_block {
    width: 80%;
  }
  .form .form_front_{
  padding: 60px 20px;
  }
.disclaimer-item{
flex-direction: column-reverse;
}
.faq-que {
  font-size: 20px;
}
.form .form_front{
  padding: 27px 17px;
}
}



.button-1 {
  position: relative;
  font-size: 17px;
  padding: 10px 24px;
  background-color: var(--violet);
  text-decoration: none;
  border: none;
  border-radius: 20px;
  color: var(--white);
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button-1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(33 33 33 / 4%) 0%, rgba(33, 33, 33, 1) 50%, #17008b 50%, var(--blue) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button-1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button-1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}



.button-2 {
  height: 77px;
  border: none;
  border-radius: 20px;
  background: #0a3139;
  padding: 17px 27px;
  font-size: 17px;
  color: var(--white);
  font-family: inherit;
  font-weight: 600;
 }
 
 .button-2:hover {
  animation: swing 0.5s ease-in-out;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
 

.button-3 {
  position: relative;
  width: 140px;
  background-color: #0e3b43;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 10px;
  gap: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  border-radius: 20px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, var(--yellow) 0%, var(--pink) 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-3:hover::after {
  filter: blur(30px);
}

.button-3:hover::before {
  transform: rotate(-180deg);
}

.button-3:active::before {
  scale: 0.7;
}


.button-4 {
  display: inline-block;
  padding: 10px 24px;
  margin: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 0px var(--text-3);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px var(--text-3);
}

.button-4:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
}

.button-4:before,
.button-4:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.button-4:before {
  top: -3px;
  left: -3px;
  border-radius: 20px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.button-4:after {
  bottom: -3px;
  right: -3px;
  border-radius: 20px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.button-5,
.button-5:focus {
  font-size: 17px;
  padding: 10px 25px;
  border-radius: 0.7rem;
  background-image: linear-gradient( #da965e, rgb(158, 129, 254));
  border: 2px solid rgb(50, 50, 50);
  border-bottom: 5px solid rgb(50, 50, 50);
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  transform: translate(0, -3px);
  cursor: pointer;
  transition: 0.2s;
  transition-timing-function: linear;
}

.button-5:active {
  transform: translate(0, 0);
  border-bottom: 2px solid rgb(50, 50, 50);
}

