@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body{
  direction: ltr;
  font-family: 'Hind', sans-serif !important;
  line-height: 1.5;
  background-color: var(--bcg-2);
  margin: 0px;
  padding: 0px;  
  box-sizing: border-box;
  overflow-x: hidden;
}



:root{
--green: rgb(0, 255, 255);
--yellow: #fff200;
--orange: #ff5e00; 
--blue: #00d0ff;
--white: #ffffff;
--violet: #2c0a4a;
--pink: #5c1152;


--bcg-1: #170c4d;
--bcg-2: #1e1f02;
--bcg-3: #19032b; 


}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 23px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:11px;
  flex-direction:column-reverse ;
}
.margin-wrap {
  padding: 0;
  margin: 0 auto;
  }
.padding-wrap {
padding:  100px 5px;
}
.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
 flex-wrap: wrap;
  padding: 20px;
}

.footer-logos a img {
  max-height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 576px){
.footer-logos a img {
  height: 30px;
}
}

.cyber-head-section {
  background: linear-gradient(117deg, #02062a, #ffffff);
  color: #fff;
  box-shadow: #ff00ff45 0px 54px 55px, rgb(0 0 0 / 14%) 0px -12px 30px, #ff00ff3d 0px 4px 6px, #ff00ff29 0px 12px 13px, #ff00ff17 0px -3px 5px;
  position: relative;
  overflow: hidden;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 17px;
  position: relative;
  z-index: 2;
}
.head-logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.head-logo img {
  width: 79px;
  margin: 17px;
}

.head-logo h1 {
  font-size: 31px;
  color: white;
  text-shadow: -1px -1px 0 #ff00ff, 1px -1px 0 #ff00ff, -1px 1px 0 #ff00ff, 1px 1px 0 #ff00ff;
}

.top-menu {
  display: none;
  flex-direction: column;
  gap: 17px;
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
  border-radius: 35px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 7;
}

.top-menu a{
  color: var(--blue);
  text-decoration: none;
  font-size: 25px;
  transition: color 0.3s ease-in-out;
}

.top-menu a:hover {
  color: #ff00ff;
  text-shadow: 0 0 10px #ff00ff;
}
.head-mmenu-top{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.burger-menu {
  display: block;
  background: var(--pink);
  padding: 5px 11px;
  border: none;
  font-size: 31px;
  color: #000;
  border-radius: 35px;
  cursor: pointer;
  z-index: 4;
    position: absolute;
    top: -60px;
    right: 0px;
}

.close-menu {
  display: none;
  background: var(--blue);
  padding: 5px 11px;
  border: none;
  font-size:40px;
  color: #000;
  border-radius: 35px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 8;
}
.header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7); 
  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;
  padding: 100px;
  border-radius: 0%;
  text-align: center;
  font-size: 31px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.head-img {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  width: 70%;
  max-width: none;
  opacity: 0.3;
  z-index: -1;
}

.header-wrapper svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 460px;
  fill: #ff00ff;
  opacity: 0.3;
  z-index: -2;
}

.cyber-step-section {
  background: url('content/bg/opacity_bg-068596f50f241e.png') no-repeat center center;
  background-size: cover;
}
.cyber-title h2 {
  font-size: 45px;
  color: #00d0ff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #00d0ff, 0 0 10px #00f, 0 0 20px #f0f;
  letter-spacing: 0.1em;
  animation: glitch 1.5s infinite alternate;
}

@keyframes glitch {
  0% { text-shadow: 2px 2px #f0f, -2px -2px #00f; }
  100% { text-shadow: -2px -2px #f0f, 2px 2px #00f; }
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
}

.step-item {
  background: #111;
  color: var(--green);
  padding: 30px;
  clip-path: polygon(50% 6%, 100% 0, 100% 80%, 50% 99%, 0 80%, 0% 0%);
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  max-width: 326px;
  position: relative;
}
.step-item::before {
  content: attr(data-step);
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 54px;
  z-index: -1;
  font-weight: 600;
  color: rgb(255 0 255 / 39%);
}
.step-item:hover {
  background: #0ff;
  color: #111;
  transform: scale(1.1);
}

.game-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
}

.cyber-game-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.cyber-game-card .game-img {
  width: 406px;
  height: 326px;
}

.cyber-game-card .game-img img {
  width: 100%;
  height: 326px;
  object-fit: cover;
  display: block;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

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

.cyber-text-game {
  position: absolute;
  bottom: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.8);
  color: var(--green);
  padding: 11px;
  text-align: center;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.cyber-title-game {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.cyber-content-game {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cyber-benefit-section {
  position: relative;
  background: #0a0a0a;
  color: var(--green);
  text-align: center;
  overflow: hidden;
}

.benefit-wrapper {
  position: relative;
  max-width: 702px;
  margin: auto;
}

.benefit-list {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 24px;
  border-radius: 35px;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.benefit-list p {
  font-size: 25px;
  margin: 17px 0;
  position: relative;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.benefit-list p:hover {
  transform: scale(1.1);
  color: #ff00ff;
}

.benefit-list::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 326px;
  height: 326px;
  background: url(content/other-dir/interface-068596f50f25af.png) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  z-index: 0;
}

.cyber-table-section {
  background: #0a0a0a78;
  color: var(--green);
  text-align: center;
  overflow: hidden;
}

.table-wrapper {
  position: relative;
}

.table-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table-img {
  width: 298px;
  height: auto;
  object-fit: contain;
  margin-bottom: 17px;
}

.table-img img {
  width: 100%;
  border-radius: 0%;
  box-shadow: 0 0 15px var(--green);
}
.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 460px; 
}

.table-overlay {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 460px;
  height: 460px;
  fill: rgb(33 200 200);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.table-list {
  width: 100%;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 35px;
  overflow: hidden;
  box-shadow: #ff00ff45 0px 54px 55px, rgb(0 0 0 / 14%) 0px -12px 30px, #ff00ff3d 0px 4px 6px, #ff00ff29 0px 12px 13px, #ff00ff17 0px -3px 5px;
}
tbody{
  border: 3px solid var(--blue);
}
.table-list table {
  width: 100%;
  border-spacing: 0;
}

.table-list th, .table-list td {
  padding: 11px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.table-list th {
  background: rgba(0, 255, 255, 0.2);
  font-weight: 600;
}

.table-list tr:hover {
  background: rgba(0, 255, 255, 0.1);
  transition: background 0.3s ease-in-out;
}

.table-ava {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 17px;
  border-radius: 0%;
  box-shadow: 0 0 10px #ff00ff;
}

.table-name {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.table-awards {
  max-width: 50px;
  margin: 17px;
}

.cyber-game-dev-section {
  background: #ff00ff21;
  overflow: hidden;
}

.game-dev-wrapper {
  margin: auto;
  position: relative;
}

.game-dev-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}

.game-dev-item {
  background: rgba(0, 0, 0, 0.8);
  padding: 24px;
  border-radius: 35px;
  backdrop-filter: blur(10px);
  box-shadow: #ff00ff45 0px 54px 55px, rgb(0 0 0 / 14%) 0px -12px 30px, #ff00ff3d 0px 4px 6px, #ff00ff29 0px 12px 13px, #ff00ff17 0px -3px 5px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  max-width: 298px;
  flex: 1;
  position: relative;
}

.game-dev-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--blue);
}

.game-dev-item img {
  width: 139px;
  height: 139px;
  object-fit: cover;
  border-radius: 0%;
  border: 3px solid var(--blue);
  margin-bottom:17px;
  transition: transform 0.3s ease-in-out;
}

.game-dev-item:hover img {
  transform: rotate(10deg) scale(1.1);
}

.game-dev-item h3 {
  font-size: 25px;
  color: #ff00ff;
  margin-bottom: 5px;
}

.game-dev-item p {
  font-size: 18px;
  color: #ddd;
}

.game-dev-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 206px;
  height: 206px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M50.2,-70.1C64.7,-68.9,75.7,-54.3,74.7,-39.2C73.6,-24.2,60.5,-8.7,56,6.6C51.5,21.8,55.6,36.8,49.9,43.1C44.2,49.5,28.7,47.2,15.4,49.9C2.1,52.6,-9,60.4,-23.5,63.6C-38,66.8,-56,65.5,-60.5,55.3C-64.9,45,-55.8,25.9,-58.1,8.5C-60.4,-8.9,-74,-24.4,-74.6,-38.5C-75.1,-52.6,-62.6,-65.2,-48,-66.4C-33.3,-67.6,-16.7,-57.4,0.6,-58.3C17.9,-59.2,35.8,-71.4,50.2,-70.1Z" transform="translate(100 100)" fill="rgba(0, 255, 255, 0.2)"/></svg>') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  z-index: 0;
}

.form-wrapper{
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin: 0 11px;
}

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

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-checkbox:checked ~ .checkmark {
  background-color: #2196F3;
  box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
}

.custom-checkbox:checked ~ .checkmark:after {
  display: block;
}

@keyframes checkAnim {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}
.cyber-check-wrap{
  margin: 23px 0;
  display: flex;
  flex-direction: row;
}
.custom-checkbox:checked ~ .checkmark:after {
  animation: checkAnim 0.2s forwards;
}
.container-form {
  flex: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form-button{
  margin: 34px 0;
}
.form {
  width: 100%;
  height: auto;
  padding: 17px;
  background-image: linear-gradient(to bottom, rgb(0, 255, 255), #f0f);
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius:  35px;
  margin: 11px;
}

.input,
.input-formcomponent__part,
.textarea,
.textarea-formcomponent__part {
  margin: 5px 0;
  padding: 17px 5px;
  width: 70%;
  background-color: inherit;
  color: var(--pink);
  border: 3px solid white;
  outline: none;
  transition: all 400ms;
}
input::placeholder {
  color: white; 
  opacity: 1; 
}

textarea::placeholder {
  color: white; 
  opacity: 1;
}
.input:hover,
.input-formcomponent__part:hover,
.textarea:hover,
.textarea-formcomponent__part:hover {
  background-color: rgba(255, 255, 255, 0.713);
  border: 3px solid var(--blue);
}
.font-form h2{
  font-size: 20px;
  color: #00d0ff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #00d0ff, 0 0 10px #00f, 0 0 20px #f0f;
  letter-spacing: 0.1em;
  animation: glitch 1.5s infinite alternate;
}
.form-video {
  flex: 1;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.form-video video {
  width: 100%;
  display: block;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  filter: contrast(1.2) brightness(0.8) saturate(1.5);
}
.cyber-footer-section {
  background: #111;
  color: var(--blue);
  text-align: center;
  border-top: 4px solid var(--blue);
  padding:  100px 5px 17px;
  }
.checkaccept-div a{
  color: var(--violet);
}
.footer-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin:  11px;
}

.footer-logo img {
  width: 79px;
}

.footer-logo h1 {
  font-size: 31px;
  color: #ff00ff;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

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

.footer-list a {
  color: var(--blue);
  text-decoration: none;
  font-size: 25px;
  transition: color 0.3s ease-in-out;
}

.footer-list a:hover {
  color: #ff00ff;
  text-shadow: 0 0 10px #ff00ff;
}
.gambla-disc img{
  width: 79px;
}
.copyright-wrap {
  margin-top: 30px;
  font-size: 18px;
  color: #aaa;
}
.disclaimer-wrap{
    border: 3px solid red;
    padding: 23px;
    border-radius:  35px;
    box-shadow: #ff00ff45 0px 54px 55px, rgb(0 0 0 / 14%) 0px -12px 30px, #ff00ff3d 0px 4px 6px, #ff00ff29 0px 12px 13px, #ff00ff17 0px -3px 5px;
}

.cyber-privacy-wrapper{
  font-size: 20px;
  color: white;
  word-break: break-all; 
}

.cyber-page-section {
  background: #050505 url('content/bg/opacity_bg-168596f50f2446.png') no-repeat center;
  background-size: cover;
  color: var(--blue);
  text-align: center;
  overflow: hidden;
}
.page-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.page-box {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius:  35px;
  backdrop-filter: blur(8px);
  text-align: center;
  box-shadow: 0 0 15px #0ff;
}
.title-img-box{
  display: flex;
  flex-direction: column-reverse;
}
.cyber-page-img img {
  width: auto;
  height: 326px;
  object-fit: contain;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  transition: transform 0.3s ease-in-out;
}

.cyber-page-img:hover img {
  transform: scale(1.05) rotate(-2deg);
}

.cyber-players-game {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 255, 255, 0.2);
  padding: 17px;
  border-radius: 35px;
  font-size: 34px;
  margin: 17px 0;
  transition: background 0.3s;
}

.cyber-players-game:hover {
  background: rgba(255, 0, 255, 0.3);
}

.cyber-page-text {
  font-size: 20px;
  color: #ddd;
  text-align: center;
}

.iframe-box iframe {
  border: 3px solid #0ff;
  border-radius:  35px;
  margin: 5px 0;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
.cyber-about-section {
  background: #0a0a0a url('content/bg/bg-dark-068596f50f2361.jpg') no-repeat center;
  background-size: cover;
  color: var(--blue);
  text-align: center;
  overflow: hidden;
}

.cyber-about-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #000000d6;
  gap: 30px;
  padding: 11px;
}
.about-content p{
  font-size: 20px;
}
.about-block-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.about-block-2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.about-img-1 img, .about-img-2 img, .about-video-1 video, .about-video-2 video {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: transform 0.3s ease-in-out;
}
.about-img-1 img,
.about-img-2 img{
  width: 406px;
  height: 406px;
  object-fit: cover;
}
.about-video-1 video,
.about-video-2 video{
  width: 326px;
  height: 326px;
  object-fit: cover;
}
.about-img-1 img:hover, .about-img-2 img:hover, .about-video-1 video:hover, .about-video-2 video:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ff00ff;
}
.contact-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 23px;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid var(--blue);
  box-shadow: 0 0 15px var(--blue);
  border-radius:  35px;
  text-align: center;
  margin: 23px;
}
.contact-i {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 23px;
  font-size: 25px;
  transition: 0.3s;
  border: 3px solid transparent;
}
.contact-i:hover {
  border: 3px solid var(--blue);
  background: rgba(0, 255, 255, 0.1);
  transform: scale(1.05);
  box-shadow: 0 0 10px var(--blue);
}
.contact-i svg {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  fill: #0ff;
  transition: transform 0.3s;
}
.contact-i:hover svg {
  transform: rotate(360deg);
}
.contact-i a,
.contact-i p {
  color: var(--blue);
  text-decoration: none;
  word-break: break-all; 
}
.contact-i a:hover {
  text-shadow: 0 0 5px var(--blue);
}
.contact-i p {
  margin: 0;
}
.cyber-contact-form{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cyber-faq-section {
  position: relative;
  background: #0a0a0a; 
  color: var(--blue); 
  overflow: hidden;
}


.cyber-faq-section::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50vw;
  font-weight: 600;
  color: rgba(0, 255, 255, 0.1); 
  z-index: 0;
}

.cyber-faq-wrapper {
  position: relative;
  z-index: 1;
  margin: auto;
}

.faq-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
}

.faq-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 326px;
  background: rgba(255, 255, 255, 0.05);
  padding: 23px;
  border-radius: 35px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.faq-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 11px var(--blue);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  padding: 11px;
  border-left: 4px solid var(--blue);
  position: relative;
  padding-right: 30px;
}
.faq-q::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z' fill='%23fff'/%3E%3C/svg%3E")
      no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 4px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-q::after {
  transform: rotate(180deg);
}

.faq-a {
  font-size: 18px;
  background: rgba(0, 255, 255, 0.1);
  padding: 11px;
  border: 4px solid var(--blue);
  border-radius: 35px;
  margin-top: 11px;
  display: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.faq-item.active .faq-a {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.fade-in-from-far {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-from-far.visible {
  opacity: 1;
  transform: scale(1);
}

.fade-in-from-far {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-from-far.visible {
  opacity: 1;
  transform: scale(1);
}
.dev-faq-container{
display: flex;
flex-direction: column-reverse;
}





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


@media (max-width: 1200px){
.table-container,
.cyber-contact-form,
.form-wrapper{
  flex-direction: column-reverse;
}
}

 

@media (max-width: 768px) {
  .cyber-players-game {
    font-size: 20px;
  }
  .header-title {
    font-size: 1.5rem;
    padding: 50px;
  }

  .header-wrapper svg {
    width: 300px;
    height: 300px;
  }
  .cyber-title h2 {
    font-size: 35px;
  }

  .step-item {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
  .game-list {
    flex-direction: column;
    align-items: center;
  }
  .cyber-game-card {
    max-width: 100%;
  }
  .benefit-list {
    padding: 1.5rem;
  }
  .benefit-list p {
    font-size: 1rem;
  }
  .table-list th, .table-list td {
    padding: 0.8rem;
  }
  .game-dev-list {
    flex-direction: column;
    align-items: center;
  }

  .form-video{
    margin: 10px 0;
  }
  .footer-list {
    flex-direction: column;
    align-items: center;
  }
  .footer-wrapper{
    flex-direction: column-reverse;
  }
  .game-dev-list, .players-content-box {
    flex-direction: column;
    align-items: center;
  }
  .about-block-1,
  .about-block-2{
    gap: 0;
  }
  .about-img-1 img,
  .about-video-2 video {
    display: none;
  }
  .contact-i{
    font-size: 20px;
  }
  .faq-cont {
    flex-direction: column;
    align-items: center;
}
}


@media (max-width: 480px) {
  .table-ava {
    display: none;
  }
  .close-menu {
    font-size: 10px;
  }
  .header-title {
    font-size: 1.2rem;
  }
  .cyber-title h2 {
    font-size: 20px;
  }

  .step-list {
    flex-direction: column;
    align-items: center;
  }
  .step-item {
    font-size: 1rem;
    padding: 1rem;
    width: 70%;
  }
  .cyber-text-game {
    padding: 0.8rem;
  }
  .cyber-title-game {
    font-size: 1.2rem;
  }
  .cyber-content-game {
    font-size: 0.9rem;
  }
  .benefit-list {
    padding: 1rem;
  }
  .benefit-list p {
    font-size: 0.9rem;
  }
  .table-list th, .table-list td {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
  .game-dev-item {
    padding: 1rem;
  }
  .game-dev-item, .page-box {
    padding: 1rem;
  }
  .about-video-1 video,
  .about-img-2 img{
    width: 250px;
    height: 250px;
  }
  .footer-list a{
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .contact-list {
   padding: 15px;
  }
}










.button-1 {
  position: relative;
  font-size: 18px;
  padding: 11px 23px;
  background-color: var(--violet);
  text-decoration: none;
  border: none;
  margin: 5px;
  border-radius: 35px;
  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: 68px;
  border: none;
  border-radius: 35px;
  background: #0a3139;
  padding: 17px 30px;
  font-size: 18px;
  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: 11px;
  gap: 11px;
  border-radius: 0px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  border-radius: 35px;
  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: 11px 23px;
  margin: 11px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
  border: none;
  border-radius: 35px;
  box-shadow: 0px 4px 0px var(--text-2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

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

.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: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

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

.button-5,
.button-5:focus {
  font-size: 18px;
  padding: 11px 23px;
  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);
}

