:root {
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 0, 0, 0;
  
  --color-primary-rgb: 255, 0, 239; /* صورتی نئونی */
  --color-secondary-rgb: 0, 238, 255; /* آبی نئونی */
  
  --color-success-rgb: 56, 135, 30;
  --color-error-rgb: 170, 51, 51;
  --color-warning-rgb: 255, 140, 0;
  --color-info-rgb: 34, 85, 153;
  
  --color-neutral-000-rgb: 0, 0, 0;
  --color-neutral-100-rgb: 10, 10, 10;
  --color-neutral-200-rgb: 22, 22, 22;
  --color-neutral-300-rgb: 64, 64, 64;
  --color-neutral-999-rgb: 255, 255, 255;

  --text-color-primary-rgb: 255, 255, 255;
  --text-color-secondary-rgb: 0, 238, 255; /* همان آبی نئونی */

  --color-game-primary-rgb: var(--color-primary-rgb);
  --color-game-secondary-rgb: var(--color-black-rgb);

  --color-white: rgb(var(--color-white-rgb));
  --color-black: rgb(var(--color-black-rgb));
  --color-primary: rgb(var(--color-primary-rgb));
  --color-secondary: rgb(var(--color-secondary-rgb));
  --color-success: rgb(var(--color-success-rgb));
  --color-error: rgb(var(--color-error-rgb));
  --color-warning: rgb(var(--color-warning-rgb));
  --color-info: rgb(var(--color-info-rgb));
  
  --color-neutral-000: rgb(var(--color-neutral-000-rgb));
  --color-neutral-100: rgb(var(--color-neutral-100-rgb));
  --color-neutral-200: rgb(var(--color-neutral-200-rgb));
  --color-neutral-300: rgb(var(--color-neutral-300-rgb));
  --color-neutral-999: rgb(var(--color-neutral-999-rgb));
  
  --text-color-primary: rgb(var(--text-color-primary-rgb));
  --text-color-secondary: rgb(var(--text-color-secondary-rgb));
}


html {
  background-color: #1f1f1f;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: body;
}

* {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  user-select: none;
}

.body {
  overflow: hidden;
  display: block;
  background-color: #121212;
}

.sections {
  background-color: #121212;
  color: var(--text-color-primary);
}















































.loading {
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: black;
  height: 100dvh;
  width: 100dvw;
  scroll-snap-align: start;
  justify-content: space-evenly;
  position: fixed;
  justify-content: center;
  --main: #973a8b;
  --accent: #da80ce;
}

.socket {
  scale: 2.3;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .socket {
    scale: 1.5;
  }
}

.hex-brick {
  box-shadow: 0px 0px 25px 0px var(--accent);
  scale: .5;
  background: rgb(47, 47, 47);
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;

}

.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.gel {
  height: 30px;
  width: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;

}

.center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}

.r1>.hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2>.hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3>.hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}

@keyframes pulse00 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade00 {
  0% {
    background: var(--accent);
  }

  50% {
    background: var(--accent);

  }

  100% {
    background: var(--accent);

  }
}




























































.header {
  position: fixed;
  top: 0;
  width: 100dvw;
  height: fit-content;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  transform: translate(0, 0);
  transition: all 1.0s ease;
  font-family: body;
  transition: all 0.4s ease;
}

.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: auto 0;
  padding: 1vh 5%;
}














.header .logo {
  align-items: center;
  cursor: pointer;
  height: 6dvh;
  transition: all 0.8s ease;
  filter: drop-shadow(0 0 1rem #fff);
}

.header--active {
  background-color: rgb(0, 0, 0);
  filter: drop-shadow(0 0 0.2rem rgba(255, 255, 255, 0.2));
}

.header--active .logo {
  height: 5dvh;
  filter: drop-shadow(0 0 1rem #ffffff00);
}


.nav__links a:hover,
.nav__links a:focus,
.nav__links a:active {
  color: #ffffff;
  text-decoration: none;
}

.nav__links a {
  position: relative;
  display: block;
  padding: 0.8rem 0;
  margin: 0 1rem;
  font-size: 1.0rem;
  transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
  color: #ff00ec;
}

.nav__links a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  height: 0.2rem;
  width: 100%;
  border-radius: 10%;
  background-color: #ff00ec;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

.nav__links a:active::before {
  background-color: #ff00ec;
}

.nav__links a:hover::before,
.nav__links a:focus::before {
  transform-origin: center top;
  transform: scale(1.5, 1.2);
}

.nav__links a,
.cta,
.mobile-nav_content a:not(.login_reg_text) {
  font-weight: 900;
  letter-spacing: 0.2rem;
  color: #ffffff;
  text-decoration: none;
}

.nav__links {
  list-style: none;
  display: flex;
  width: 60vw;
  justify-content: space-between;
  align-items: center;
}

.nav__links li a {
  transition: color 0.5s ease 0s;
}

.cta {
  width: 10vw;
  max-width: 10vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}

.login_reg_text {
  text-overflow: ellipsis;
  text-align: start;
  margin-top: 2rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.login_sec[data-logined="true"] {
  color: var(--text-color-secondary);
}
.main_menu{
  font-size: 1rem;
}
svg {
  width: 0.8rem;
}

.login_reg_text:hover {
  color: #fd63f3;
}

.cta:hover {
  color: #fd63f3;
}


















.cta .account-details {
  display: flex;
}

.cta .account-details img {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
}

.cta .account-details .account-username {
  margin: auto 0.8rem;
}


.account-options {
  cursor: default;
  pointer-events: none;
  display: block;
  opacity: 0;
  justify-content: center;
  position: absolute;
  padding: 0.8rem 0.7rem;
  border-radius: 0.9rem;
  background-color: var(--color-neutral-300);
  box-shadow: 0rem 0.7rem 1rem 0ewm rgba(0, 0, 0, 0.2);
  z-index: 1;
  transform: translateX(-4.5rem);
  transition: opacity 0.3s ease;
}

.account-options-details {
  color: #fff;
  display: flex;
  margin-left: 0.8rem;
  margin-top: 0.7rem;
}

.account-options-details img {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
}

.account-options-details .account-options-usernames {
  margin: auto 0.8rem;
}

.account-options a {
  display: flex;
  color: #fff;
  padding: 0.9rem 1rem;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 1rem;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
  transition: bbackground-color 0.3s ease;
}

.account-options span {
  margin-right: 0.8rem;
}

.account-options a:hover {
  background-color: rgb(80, 80, 80);
}

.cta:hover .account-options {
  opacity: 1;
  pointer-events: all;
}
.login_reg_text_mobile {
  display: block;
  max-width: 100%;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login_reg_text_mobile[data-logined="true"] {
  color: var(--text-color-secondary);
  font-size: 1.7rem;
}

.navbar_cta_spliter {
  background-color: #858585;
  width: 95%;
  height: 1.3px;
  border-radius: 10%;
  justify-content: center;
  margin: 5% auto;
}






















h1,h2,h3,h4,h5,h6{
  font-family: title;
}


















/* Mobile Nav */

.menu {
  display: none;
  font-size: 1.6rem;
}

.mobile-nav-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn svg {
  margin-right: 2vw;
  cursor: pointer;
  width: 2.7rem;
  height: 2.7rem;
}

.logo svg {
  cursor: pointer;
  width: 2.7rem;
  height: 2.7rem;
}

.mobile-nav {
  height: 100%;
  min-height: 300px;
  width: 60dvw;
  box-shadow: 0 0 1rem #000;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #1f1f1f;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translate(110dvw, 0%);
  opacity: 1;
  list-style: none;
  z-index: 4;
}

.mobile-nav--active {
  transform: translate(0%, 0%);
}

.mobile-nav_content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.mobile-nav li {
  padding: 0.8rem 2rem 0.8rem 1rem;
  font-size: 1.3rem;
  display: block;
  transition: color 0.5s ease 0s;
}

.mobile-nav li:first-child {
  padding: 0.2rem 2rem 0.8rem 1rem;
  font-size: 1.6rem;
  display: block;
  transition: color 0.5s ease 0s;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #ff00ec;
  cursor: pointer;
}

.mobile-nav .close {
  position: absolute;
  top: 0;
  left: 85%;
  align-items: start;
  font-size: 3.75rem;
  color: #edf0f1;
}

.mobile-body-overly {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: #24252a;
  flex-direction: column;
}
















@media (max-width: 992px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: var(--color-neutral-200);
}

::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #ababab;
}