*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.1s;
}

:root {
  --primary-color: #23bf9a;
  --secondary-color: #1e7fa1;

  --dark-text-color: #e2e8f1;

  --light-text-color: #f1f1f1;
  --black-text-color: #010101b0;

  --box-shadow--primary: 0px 0px 10px var(--primary-color);
  --box-shadow--secondary: 0px 0px 10px var(--secondary-color);
}
a {
  text-decoration: none;
}
i.fa {
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons !important;
}

/* fonts */
@font-face {
  font-family: Yekan;
  font-weight: 400;
  src: url("../fonts/woff/IRANYekanXFaNum-Regular.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 500;
  src: url("../fonts/woff/IRANYekanXFaNum-Medium.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 600;
  src: url("../fonts/woff/IRANYekanXFaNum-Heavy.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 700;
  src: url("../fonts/woff/IRANYekanXFaNum-Bold.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 800;
  src: url("../fonts/woff/IRANYekanXFaNum-DemiBold.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 900;
  src: url("../fonts/woff/IRANYekanXFaNum-ExtraBlack.woff");
}
@font-face {
  font-family: Yekan;
  font-weight: 500;
  src: url("../fonts/woff/IRANYekanXFaNum-Regular.woff");
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: var(--primary-color);
  }
}

body {
  font-family: "Yekan", sans-serif !important;
  background-color: #0c0e10;
  color: #f1f1f1 !important;
  overflow-x: hidden;
}
.flexcenter {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
html:not(.dark) {
  body {
    background-color: #fff;
    color: #000 !important;
  }
  .blog-page {
    background: #f1f1f19f;
  }
  .hero-section h1,
  .hero-section p,
  .left-menu {
    color: #000;
  }
  .features,
  .game-name {
    color: #fff;
  }
  .timeline {
    background: #f1f1f1;
  }
  .timeline ul li .box-container {
    background: #ffffff;
  }
  .map > img {
    padding: 10px;
    border-radius: 30px;
    background: #0c3845;
  }
  .games-section,
  .blog-section {
    background: #f1f1f1;
  }
  .section-heading-title span {
    color: #000;
  }
  .eliteping-plans {
    background: #f1f1f1;
  }
  .testimonial-card {
    background-color: #ffffff;
  }
  .eliteping-plans__plan {
    background: #fff;
  }
  .qa__accordion-header {
    color: #000;
  }
  .menu a {
    color: #000 !important;
  }
  .menu a:hover,
  .menu .active {
    color: var(--primary-color) !important;
  }
  footer,
  footer a {
    text-shadow: none;
    background: #fff;
    color: #000 !important;
  }
  .toggler-check:checked ~ .menu {
    text-shadow: none;
    background: #fff;
    color: #000 !important;
  }
  .servers-list-page,
  .contact-us-page,
  .jobs-page,
  .download-app-page,
  .blog-list-page,
  .tos-page,
  .games-page {
    background: #f1f1f1;
  }
  .navbar:not(.main-page .navbar) {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 7%);
  }
  .navbar:not(.main-page .navbar),
  .blog-main.container,
  .contact-section,
  .jobs-section,
  .tos-container,
  .tos-container h1,
  .tos-container h3,
  .download-app-page .download-windows,
  .changelog-container,
  .blog-content,
  .content-section {
    background: #fff;
    color: #000;
  }
  #servers-table-body {
    color: #000;
  }
  .contact-us-page form input::placeholder,
  .contact-us-page form .form-select,
  .contact-us-page form .text-contact-us,
  .contact-us-page .h6-contact-us,
  .blog-content p,
  .blog-content ol,
  .blog-content li {
    background: #fff;
    color: #000;
  }
  .blog-content pre,
  .blog-content code,
  .blog-section .blog-section-title,
  .blog-section p {
    background: #f1f1f1;
    color: #000;
  }
  .toggledark {
    display: block;
    color: #000;
  }
  .toggleLight {
    display: none;
  }
  .servers-list-page:before,
  .contact-us-page:before,
  .jobs-page:before,
  .download-app-page:before,
  .blog-list-page:before,
  .tos-page:before,
  .games-page:before,
  .blog-page:before {
    z-index: 0;
    opacity: 0.7;
  }
  .container,
  .main {
    position: relative;
    z-index: 1 !important;
  }
}
.toggledark:hover,
.toggleLight:hover {
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 10px;
  color: #fff;
  transition: all 0.2s;
}
.toggledark {
  display: none;
}
.toggleLight {
  display: block;
  color: white;
}

section {
  z-index: -1 !important;
}
.servers-list-page .header .navbar {
  /* background-color: #0000008c !important; */
}
.menu a {
  position: relative;
}
.menu a:hover {
  color: var(--primary-color) !important;
}

.servers-list-page .main,
.contact-us-page .main,
.jobs-page .main,
.games-page .main,
.tos-page .main,
.blog-list-page .main,
.download-app-page .main {
  padding: 10vh 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1401px) {
  .servers-list-page .main,
  .contact-us-page .main,
  .jobs-page .main,
  .games-page .main,
  .tos-page .main,
  .download-app-page .main,
  .blog-list-page .main {
    padding: 12vh 0 0 0;
  }
}

@media screen and (max-width: 1400px) {
  .servers-list-page .main,
  .contact-us-page .main,
  .jobs-page .main,
  .games-page .main,
  .tos-page .main,
  .download-app-page .main,
  .blog-list-page .main {
    padding: 15vh 0 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .servers-list-page .main,
  .contact-us-page .main,
  .jobs-page .main,
  .games-page .main,
  .tos-page .main,
  .download-app-page .main,
  .blog-list-page .main {
    padding: 18vh 0 0 0;
  }
}

@media screen and (max-width: 700px) {
  .servers-list-page .main,
  .contact-us-page .main,
  .jobs-page .main,
  .games-page .main,
  .tos-page .main,
  .download-app-page .main,
  .blog-list-page .main {
    padding: 19vh 0 0 0;
  }
}

@media screen and (max-width: 450px) {
  .servers-list-page .main,
  .contact-us-page .main,
  .jobs-page .main,
  .games-page .main,
  .tos-page .main,
  .download-app-page .main,
  .blog-list-page .main {
    padding: 20vh 0 0 0;
  }
}
.blog-list-page .main h2 {
  /* margin-bottom: 150px !important; */
  text-align: center;
}
.blog-list-page .blog-main {
  margin-top: 200px;
}
.servers-list-page,
.contact-us-page,
.jobs-page,
.download-app-page,
.blog-list-page,
.tos-page,
.games-page {
  /* background-image: url('../panel/assets/images/v1.webp') ,linear-gradient(to right, #0a0a0a, #0a1c2c); */
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  background-color: #1214179f;
}

.servers-list-page:before,
.contact-us-page:before,
.jobs-page:before,
.download-app-page:before,
.blog-list-page:before,
.tos-page:before,
.games-page:before,
.blog-page:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("../panel/assets/images/topographic_pattern.png");
  z-index: -1;
  opacity: 1;
  background-position: 100px;
  background-size: 25%;
}

h2 {
  font-weight: 600;
}
h3 {
  font-weight: 800;
}
.menu .toggler-label {
  font-size: 30px;
}
.section-heading-title {
  margin: 30px 0 20px 0;
}

.section-heading-title span {
  font-weight: 500;
  font-family: inherit;
  line-height: 35px;
  color: #b6b6b6;
}

/* Menu of the header */
.header {
  position: relative;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(
    to right,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}
.navbar {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  color: var(--dark-text-color);
  z-index: 2;
}

.btn-demo {
  line-height: 20px !important;
}

.hoveralert:hover {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

.navbar:not(.main-page .navbar) {
  top: -19px;
  background-color: #121417;
  padding: 20px 0;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
}
.header .btn-login-mobile {
  display: none !important;
}
.logo-a img {
  width: 100px;
  height: auto;
  /* margin-top: -30px; */
}
.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white-text-color);
}
.toggler-label span {
  color: var(--white-text-color);
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check,
.search-form {
  display: none;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.menu a.active {
  color: var(--primary-color) !important;
}
.menu a {
  color: var(--white-text-color);
  font-weight: 700;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  color: #f1f1f1 !important;
}

.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media screen and (min-width: 1201px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 25px;
  }
  .left-menu .button-style {
    background-color: var(--tertiary-color);
    color: var(--white-text-color);
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .left-menu .button-style svg {
    margin-left: 5px;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--tertiary-color);
  }

  .menu > ul > li > a {
    padding: 5px 15px;
    line-height: 50px;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 15px 0;
    border-radius: var(--input-radius);
    background-color: var(--tertiary-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
    -webkit-border-radius: var(--input-radius);
    -moz-border-radius: var(--input-radius);
    -ms-border-radius: var(--input-radius);
    -o-border-radius: var(--input-radius);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .btn-login-mobile {
    display: block !important;
    text-align: start;
    /* background-color: var(--secondary-color) !important; */
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    width: fit-content;
  }
  .header .btn-login-mobile:hover {
    background-color: var(--primary-color) !important;
  }
  .navbar .btn-login {
    display: none !important;
  }
  .navbar .btn-demo {
    border: 0px !important;
  }
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    /* background-color: var(--black-text-color); */
    background-color: #0c0e10;
    border: 1px solid var(--primary-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    overflow: auto;
    z-index: 1000;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(241, 241, 241, 0.482);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--white--text-color);
  }
  .menu a:hover {
    color: #f1f1f1 !important;
  }
  .menu .btn {
    margin-left: 10px;
  }

  .menu ul a {
    border-bottom: 1px solid var(--border-color);
    padding: 13px;
    font-weight: 400;
  }
  .menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--primary-color);
    text-align: center;
    transition: 0.4s;
  }

  .menu ul li:not(:last-child):hover {
    color: var(--light-text-color);
    background-color: var(--primary-color);
  }
  .menu > ul > li:last-child a {
    border: none;
    margin-bottom: 15px;
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .left-menu .btn-login {
    padding: 0;
    width: 48px;
    background-color: var(--tertiary-color) !important;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: fit-content;
    color: var(--white-text-color);
  }
  .left-menu .button-style span {
    display: none;
  }
}
.left-menu .btn {
  min-width: 100px;
}
@media screen and (min-width: 1200px) {
  .header .menu ul {
    display: flex;
    align-items: center;
  }
}

.button {
  background-color: var(--tertiary-color);
  padding: 10px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: var(--white-text-color) !important;
}

/* hero section */
.hero-section {
  position: relative;
  z-index: 0;
}
.hero-section h1 {
  font-family: Yekan;
  font-weight: 900;
  font-size: 60px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-left: .15em solid var(--primary-color); The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /* letter-spacing: .15em; Adjust as needed */
  animation: typing 4s steps(40, end), blink-caret 0.75s step-end infinite;
}
.hero-section .desription-buttons {
  z-index: 1;
}

.hero-section h1 span {
  color: var(--primary-color);
}
.hero-section {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: inherit;
}

.hero-section .hero-description {
  position: relative;
  text-align: center;
}

.hero-description::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/shape1.svg");
}

.hero-section p {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-text-color);
}
.speed-section {
  position: relative;
  margin-top: -100px;
  z-index: -1;
}
.speed-section .image-container {
  max-width: 100%;
  width: 650px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2%;
}
.speed-section .image-container img {
  width: 100%;
  height: 100%;
}
.btn {
  padding: 10px 20px !important;
  min-width: 150px;
  /* max-width: fit-content; */
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  transition: 0.4s;
}
.btn.btn-primary {
  /* background-color: var(--primary-color); */
  border: none;
  outline: none;
  background: linear-gradient(
    to right,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}

.btn.btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-help {
  background-color: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.btn:hover {
  transform: translateY(-3px);
}

.btn.btn-primary:hover {
  background-image: linear-gradient(270deg, #fff0 30%, #009980, #fff0 100%);
  background-color: #006655 !important;
  background-repeat: no-repeat;
  animation: ma-bg-move linear 6s infinite;
  color: #fff;
}

/* Hero section responsive */
@media screen and (max-width: 700px) {
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-section p {
    font-size: 12px;
    font-weight: 900;
  }
}
@media screen and (max-width: 468px) {
  .hero-section h1 {
    font-size: 27px;
  }
  .hero-section p {
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
  }
}

/* Features Section */
.features {
  min-height: 800px;
  width: 100%;
  /* background: linear-gradient( to right, var(--primary-color)0%, var(--secondary-color) 100%); */
  /* margin-top: -30%; */
  margin-top: 20%;
  z-index: 1000;
  height: 100%;
  position: relative;
}

.features::before {
  content: "";
  position: absolute;
  top: -34%;
  left: 0;
  right: 0;
  background: url("../images/linierbg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .features::before {
    top: -32%;
  }
}
.features::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  background: linear-gradient(
    to right,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  height: 400px;
  z-index: -10;
}
.features p {
  font-size: 18px;
  line-height: 32px;
}
.feature-card {
  background-color: #fff;
  color: var(--black-text-color);
  border-radius: 15px;
  padding: 40px 25px 20px 25px;
  width: 250px;
  position: absolute;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
}
.feature-cards-container {
  position: relative;
}
.feature-card:nth-child(1) {
  top: -10px;
  left: 0;
}

.feature-card:nth-child(2) {
  top: 190px;
  left: 0;
}
.feature-card:nth-child(3) {
  top: 50px;
  right: 0;
}
.feature-card:nth-child(4) {
  top: 250px;
  right: 0;
}
.feature-cards-container .feature-card .card-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}
.feature-card .card-header {
  position: relative;
}
.feature-card .card-header .card-image {
  position: absolute;
  background-color: var(--secondary-color);
  height: 40px;
  width: 80px;
  left: -25px;
  top: -40px;
  border-radius: 15px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-card .card-header .card-image img {
  height: 70%;
  width: 70%;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .feature-card {
    border-radius: 15px;
    padding: 30px 15px 10px 15px;
    width: 220px;
    position: absolute;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .feature-card:nth-child(1) {
    top: 40px;
  }

  .feature-card:nth-child(2) {
    top: 220px;
  }
  .feature-card:nth-child(3) {
    top: 100px;
  }
  .feature-card:nth-child(4) {
    top: 280px;
  }

  .features::before {
    top: -30%;
  }
  .feature-card .card-header .card-image {
    height: 35px;
    width: 70px;
    left: -16px;
    top: -32px;
  }
}

@media screen and (max-width: 992px) {
  .features::after {
    bottom: -17%;
    height: 900px;
  }
  .feature-card {
    border-radius: 15px;
    padding: 30px 15px 10px 15px;
    width: 300px;
    position: absolute;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .features::before {
    top: -36%;
  }
  .features {
    margin-top: 27%;
  }
  .feature-card .card-header .card-image {
    height: 40px;
    width: 90px;
  }
}

@media screen and (min-width: 1600px) {
  .timeline {
    margin-top: -20% !important;
  }
  .features::before {
    background-position: top;
  }
}
@media screen and (min-width: 2000px) {
  .features {
    top: -60%;
  }
  .features::before {
    top: -53% !important;
  }
}
@media screen and (min-width: 2200px) {
  .features::before {
    top: -59% !important;
  }
  .timeline {
    margin-top: -8% !important;
  }
}
@media screen and (min-width: 2400px) {
  .features::before {
    top: -70% !important;
  }
  .features::after {
    height: 700px !important;
  }
}

@media screen and (min-width: 1900px) {
  .timeline {
    margin-top: -15% !important;
  }
}
@media screen and (min-width: 1800px) {
  .timeline {
    margin-top: -10% !important;
  }
  .features::before {
    top: -42%;
  }
}

@media screen and (max-width: 880px) {
  .features::before {
    top: -34%;
  }
}
@media screen and (max-width: 800px) {
  .features::before {
    top: -34%;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-top: 33%;
  }
  .features::before {
    top: -36%;
  }
  .features::after {
    bottom: -54%;
    height: 1200px;
  }
  .feature-card {
    width: 100%;
  }
  .feature-card:nth-child(1) {
    top: 40px;
  }

  .feature-card:nth-child(2) {
    top: 320px;
  }
  .feature-card:nth-child(3) {
    top: 180px;
  }
  .feature-card:nth-child(4) {
    top: 460px;
  }
}

@media screen and (max-width: 652px) {
  .features {
    margin-top: 38%;
  }
  .features::before {
    top: -40%;
  }
}
@media screen and (max-width: 550px) {
  .features::before {
    top: -42%;
  }
}
@media screen and (max-width: 400px) {
  .features::before {
    top: -44%;
  }
}
@media screen and (max-width: 370px) {
  .features::after {
    bottom: -74%;
    height: 1300px;
  }
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  position: relative;
  margin-top: -23%;
  padding: 40px 0;
  overflow: hidden;
  /* background-color: #222020; */
  background-color: #121417;
  border-radius: 60px 60px 0 0;
  z-index: 1000;
}
.timeline::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../panel/assets/images/v1.webp");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.09;
}

.timeline ul {
  /* background: #353D5B; */
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: var(--secondary-color);
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li .box-container {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  /* border-image: linear-gradient(#f6b73c, #4d9f0c) 30; */
  border-width: 4px;
  border-style: solid;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--box-shadow--primary);
  background-color: #222020;
  z-index: -2;
}
.timeline ul li .box-container .timeline-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timeline ul li .box-container .timeline-info span {
  /* background-color: var(--primary-color);
  color: #f1f1f1 !important;
  border-radius: 50px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 4px;
  box-shadow: 1px 1px 10px 5px rgba(255, 255, 255, 0.1);
  margin-left: 5px; */
}
.timeline ul li .box-container .timeline-info p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.timeline ul li .box-container .timeline-info h3 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.timeline ul li .box-container .image-container {
  border: 5px dotted var(--dark-text-color);
  /* box-shadow: var(--box-shadow--primary); */
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline ul li .box-container .image-container svg {
  color: var(--primary-color);
  font-size: 35px;
}
.timeline ul li .box-container::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) .box-container {
  right: -515px;
}

.timeline ul li:nth-child(odd) .box-container::before {
  left: -17px;
  border-width: 8px 16px 8px 0;
  border-color: transparent var(--primary-color) transparent transparent;
  z-index: 5;
}

.timeline ul li:nth-child(even) .box-container {
  right: 45px;
}

.timeline ul li:nth-child(even) .box-container::before {
  right: -17px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent var(--primary-color);
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .timeline ul li:nth-child(odd) .box-container {
    right: -439px;
  }
  .timeline ul li .box-container {
    width: 430px;
  }
}
@media screen and (max-width: 992px) {
  .timeline {
    margin-top: 5%;
  }
  .timeline ul li:nth-child(odd) .box-container {
    right: -319px;
  }
  .timeline ul li .box-container {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .timeline {
    margin-top: 35%;
  }
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: var(--primary-color);
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(odd) div {
    right: -290px;
    /*250+45-6*/
  }
  .timeline ul li:nth-child(even) div {
    right: 45px;
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    /* width: calc(100vw - 91px); */
  }
  .timeline ul li:nth-child(even) div {
    left: 292px !important;
  }
  .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--primary-color) transparent transparent;
  }
}

/* Servers map */
.servers-map {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  /* background-color: var(--secondary-color); */
}
.servers-map img {
  /* max-height: 500px; */
  width: auto;
  margin: 0 auto;
}
.servers-map .map {
  position: relative;
}
.servers-map .city {
  position: absolute;
  cursor: pointer;
}

.servers-map .pin {
  border-width: 5px;
  height: 10px;
  width: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.servers-map .tag {
  /* opacity: 0; */
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px 5px rgba(255, 255, 255, 0.2);
}
.servers-map .city:hover > .tag {
  opacity: 1;
}
/* بخش بازی ها */

.text-center {
  text-align: center;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width: 1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 15rem;
  /* height: 20rem; */
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 15rem !important;
    /* height: 25rem !important; */
  }
  .tranding-slide .tranding-slide-img img {
    width: 15rem !important;
    height: 20rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  /* width: 37rem;
  height: 42rem; */
  width: 15rem;
  height: 20rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.game-name {
  font-size: 1.5rem;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.games-section {
  background-color: #121417;
  padding: 6rem 0;
}
.games-section .tranding-slide-content .tranding-slide-content-bottom {
  /* transform: translateY(500px); */
  opacity: 0;
}
.games-section
  .swiper-slide-active
  .tranding-slide-content
  .tranding-slide-content-bottom {
  position: absolute;
  bottom: 20px;
  color: var(--white);
  z-index: 100;
  opacity: 1;
  text-align: center;
  left: 0;
  right: 0;
}
/* .games-section
  .swiper-slide-active
  .tranding-slide-content
  .tranding-slide-content-bottom {
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateX(-130%);
  left: 2rem;
  color: var(--white);
  z-index: 100;
  opacity: 1;
} */
.games-section
  .swiper-slide-active
  .tranding-slide-content
  .tranding-slide-content-bottom
  h2 {
  font-size: 18px;
  font-weight: 900;
}
.swiper-slide-active {
  position: relative;
}
.games-section .swiper-slide-active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  /* opacity: 0; */
  background: linear-gradient(
    211.61deg,
    rgba(0, 0, 0, 0) 12.6%,
    rgba(0, 0, 0, 0.89) 74.89%
  );
  transition: all 0.25s ease;
  border-radius: 0 0 0.5rem 0.5rem;
}

.game-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: "";
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.testimonials {
  padding-top: 3%;
}
/* بخش نظرات مشتریان */
.testimonial-swiper {
  /* width: 600px; */
  max-width: 100%;
}
.testimonial-card {
  border: 1px solid var(--primary-color);
  background-color: #0000007e;
  height: 250px;
  border-radius: 15px;
  padding: 0 30px;
  position: relative;
  /* width: 500px; */
  max-width: 100%;
  margin: 0 20px;
  background-color: #121417;
}
/* .testimonial-card:before{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/images/asset.svg');
} */

.testimonial-card .image-container {
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url("../images/graph2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 510px) {
  .testimonial-card .image-container {
    width: 90px !important;
    height: 90px !important;
  }
}
@media screen and (max-width: 385px) {
  .testimonial-card {
    padding: 0 5px;
  }
}
.testimonial-card .image-container img {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.testimonial-card .image-container svg {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.testimonial-card h4 {
  font-weight: 600;
}
.testimonial-card .svg-inline--fa {
  font-size: 4rem !important;
  font-weight: 600 !important;
  color: #c4c4c4;
}
.testimonial-card span {
  color: var(--primary-color);
  font-weight: 900;
}
.testimonial-card p {
  margin-top: 20px;
  color: #c4c4c4;
  padding: 10px 40px;
}

/* بخش سرویس ها */
.eliteping-plans {
  display: flex;
  flex-direction: column;
}
.eliteping-plans__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 0 15% 3% 15%; */
  padding: 0 0 3% 0;
}
@media screen and (max-width: 450px) {
  .eliteping-plans__wrapper {
    padding: 2rem 1.5rem;
  }
}
.eliteping-plans__plan {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  /* padding: 0 3rem 1rem 3rem; */
  transition: all 0.7s ease-in-out;
  margin: 0rem 2.5rem;
}
.eliteping-plans__plan h3 {
  font-size: 24px;
  font-weight: 900;
}

.logoplans__plan-header,
.eliteping-plans__plan-header {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 21px;
  font-weight: 800;
  line-height: 51px;
}
.logoplans__plan-header::before,
.eliteping-plans__plan-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 0.26;
}
.logoplans__plan-items,
.eliteping-plans__plan-items {
  margin-top: 2rem;
}
.logoplans__plan-items .plan-item,
.eliteping-plans__plan-items .plan-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
}
.logoplans__plan-items .plan-item:not(:last-child),
.eliteping-plans__plan-items .plan-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.logoplans .primary-btn,
.eliteping-plans .primary-btn {
  color: #ffffff;
  margin-top: 2rem;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  border-radius: 8px;
}
.logoplans__container,
.eliteping-plans__container {
  display: block;
}
@media screen and (max-width: 800px) {
  .logoplans__container,
  .eliteping-plans__container {
    display: none;
  }
}
.logoplans__mobile-view {
  display: none;
}
@media screen and (max-width: 739px) {
  .logoplans__mobile-view,
  .eliteping-plans__mobile-view {
    display: block;
  }
}
.logoplans__mobile-view .swiper,
.eliteping-plans__mobile-view .swiper {
  direction: ltr;
}
.logoplans__mobile-view .swiper .swiper-wrapper .swiper-slide,
.eliteping-plans__mobile-view .swiper .swiper-wrapper .swiper-slide {
  width: 300px;
  filter: blur(4px);
}
.logoplans__mobile-view .swiper .swiper-wrapper .swiper-slide-active,
.eliteping-plans__mobile-view .swiper .swiper-wrapper .swiper-slide-active {
  filter: blur(0px);
}
.logoplans__mobile-view .swiper .swiper-wrapper .slide-1 .logoplans__plan,
.logoplans__mobile-view .swiper .swiper-wrapper .slide-1 .eliteping-plans__plan,
.eliteping-plans__mobile-view .swiper .swiper-wrapper .slide-1 .logoplans__plan,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-1
  .eliteping-plans__plan {
  color: #fc6619;
}
@media screen and (min-width: 420px) {
  .logoplans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-1
    .logoplans__plan:hover,
  .logoplans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-1
    .eliteping-plans__plan:hover,
  .eliteping-plans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-1
    .logoplans__plan:hover,
  .eliteping-plans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-1
    .eliteping-plans__plan:hover {
    background-color: rgba(252, 102, 25, 0.16);
    transform: translateY(-30px);
  }
}

.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-1
  .eliteping-plans__plan
  .primary-btn {
  background-color: #fc6619;
}

.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-1
  .eliteping-plans__plan
  .logoplans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-1
  .eliteping-plans__plan
  .eliteping-plans__plan-header::before {
  background-color: #fc6619;
}
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .eliteping-plans__plan-header {
  color: var(--secondary-color);
}

.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: rgba(35, 191, 154, 0.2) 0px 8px 24px;
}
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .eliteping-plans__plan-header {
  color: var(--primary-color);
}
@media screen and (min-width: 420px) {
  .eliteping-plans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-2
    .eliteping-plans__plan:hover {
    background-color: rgba(29, 74, 146, 0.16);
    transform: translateY(-30px);
  }
}

.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .primary-btn {
  background-color: var(--secondary-color);
}
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .logoplans__plan
  .logoplans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .logoplans__plan
  .eliteping-plans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .logoplans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .eliteping-plans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .logoplans__plan
  .logoplans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .logoplans__plan
  .eliteping-plans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .logoplans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-2
  .eliteping-plans__plan
  .eliteping-plans__plan-header::before {
  background-color: #1d4a92;
}
.logoplans__mobile-view .swiper .swiper-wrapper .slide-3 .logoplans__plan,
.logoplans__mobile-view .swiper .swiper-wrapper .slide-3 .eliteping-plans__plan,
.eliteping-plans__mobile-view .swiper .swiper-wrapper .slide-3 .logoplans__plan,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan {
  color: var(--primary-color);
}
@media screen and (min-width: 420px) {
  .logoplans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-3
    .logoplans__plan:hover,
  .logoplans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-3
    .eliteping-plans__plan:hover,
  .eliteping-plans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-3
    .logoplans__plan:hover,
  .eliteping-plans__mobile-view
    .swiper
    .swiper-wrapper
    .slide-3
    .eliteping-plans__plan:hover {
    background-color: rgba(27, 79, 71, 0.16);
    transform: translateY(-30px);
  }
}
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .primary-btn,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .primary-btn,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .primary-btn,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .primary-btn {
  background-color: #1b4f47;
}
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .logoplans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .eliteping-plans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .logoplans__plan-header::before,
.logoplans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .eliteping-plans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .logoplans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .logoplans__plan
  .eliteping-plans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .logoplans__plan-header::before,
.eliteping-plans__mobile-view
  .swiper
  .swiper-wrapper
  .slide-3
  .eliteping-plans__plan
  .eliteping-plans__plan-header::before {
  background-color: #1b4f47;
}
@media screen and (max-width: 739px) {
  .eliteping-plans {
    padding-bottom: 1.5rem;
  }
}

/* Blog section */
.main-page .blog-section {
  height: 900px;
}
.blog-section {
  background-color: #121417;
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
}

.blog-section .blog-section-post {
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  padding-bottom: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 10px;
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
.blog-post-image {
  overflow: hidden;
  position: relative;
}
.blog-section img {
  height: 100%;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

/* .blog-section .blog-section-post:hover > .blog-post-image img:hover { */
.blog-section .blog-post-image img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.blog-section .blog-post-image,
.blog-section .blog-post-image img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.blog-section .blog-post-image {
  height: 200px;
  /* width: 280px; */
  margin: auto;
}
.blog-section .blog-post-image img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  padding: 0 !important;
  /* display: none; */
}
.blog-section .blog-section-title {
  font-size: 14px;
  margin: 20px 0 20px 0;
  color: var(--dark-text-color);
  font-weight: bold;
}
.blog-section p {
  font-size: 13px;
  font-weight: 400 !important;
  color: #ffffff91;
  text-align: justify;
}

.blog-section .post-category {
  position: absolute;
  bottom: 20px;
  z-index: 1000;
  background-color: var(--primary-color);
  color: var(--light-text-color);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
}

.blog-section .post-info span {
  font-size: 10px;
  color: #0000009c;
}
.blog-section .post-info {
  display: flex;
  align-items: center;
}
.blog-section .btn {
  width: 100% !important;
}

/* بخش سوالات متداول */
.qa__accordion {
  padding: 3% 15% 6% 15%;
}
@media screen and (max-width: 450px) {
  .qa__accordion {
    padding: 3rem 1.5rem !important;
  }
}
.qa__accordion-heading {
  margin-bottom: 4rem !important;
}
.qa__accordion-heading span.section__heading-title::before,
.qa__accordion-heading span.section__heading-title::after {
  background-color: rgba(0, 0, 0, 0.23) !important;
}
.qa__accordion-item {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .qa__accordion-item {
    margin-bottom: -0.5rem;
  }
}
.qa__accordion-item:not(:first-child) {
  margin-top: 1.5rem;
}
.qa__accordion-item .icon {
  font-size: 16px;
  font-weight: 700 !important;
}
.qa__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #2faddb1c;
  padding: 0 2.5rem 0 1rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-text-color);
  height: 49px;
}
@media screen and (max-width: 500px) {
  .qa__accordion-header {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .qa__accordion-header {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 350px) {
  .qa__accordion-header {
    font-size: 15px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.qa__accordion-description {
  font-size: 14px;
  line-height: 34px;
  height: 0;
  transition: 0.5s;
  /* background-color: #f0f0f0; */
}
.qa__accordion-description p {
  padding: 1rem 2rem;
}

.main-page footer {
  margin-top: -200px;
}

footer {
  /* margin-top: -100px; */
  margin-top: 100px;
  width: 100%;
  background-color: #252629; /* background: linear-gradient(
      164deg,
      var(--primary-color) 80%,
      var(--secondary-color) 150%
    ); */
  color: #fff;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
  font-size: 0.8rem;
  text-align: justify;
  line-height: 2;
  border-radius: 120px 120px 0 0;
  position: relative;
  padding-top: 50px;
  z-index: 1000;
}
@media screen and (max-width: 568px) {
  footer {
    border-radius: 30px 30px 0 0;
  }
}
/* footer:before{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    background-color: #0c0e10;
    background-color: #121417;
    border-radius: 120px 120px 0 0;
    transform: rotateX();
    z-index: 1000;
  } */
footer .footer-logo-container {
  width: 140px;
}
footer .footer-logo-container img {
  width: 100%;
  height: 100%;
}
footer span {
  margin-top: 15px;
  padding-left: 20px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer a,
footer a:hover {
  color: #fff;
}
footer h2 {
  font-size: 1rem;
  margin: 20px 0;
}
footer i {
  font-size: 2rem;
  /* margin-left: 15px; */
}
@media (max-width: 992px) {
  footer h2 {
    text-align: right;
  }
  .servers-map .city > .tag {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  footer .col-lg-3 {
    padding-left: 30px;
  }
}

/* صفحه لیست سرورها */
main.table {
  width: 82vw;
  height: 90vh;
  backdrop-filter: blur(7px);
  /* box-shadow: 0 .4rem .8rem #0005; */
  border-radius: 0.8rem;

  overflow: hidden;
}
.main {
  /* background-color:var(--secondary-color); */
  /* margin: 100px 0 !important; */
}
.main h2 {
  margin: 20px 0 0 0;
}
.main main {
  padding: 70px 0;
}

.table__header {
  width: 100%;
  height: 10%;
  /* background-color: #fff4; */
  padding: 0.8rem 1rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.table__header .input-group {
  /* width: 50%;
    height: 50px;
    background-color: #f1f1f1;
    padding: 0 .8rem;
    border-radius: 2rem;

    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center; */

  transition: 0.2s;
}

/* .table__header .input-group img {
    width: 1.2rem;
    height: 1.2rem;
} */
/* 
.table__header .input-group input {
    width: 100%;
    height: 100%;
    padding: 0 .5rem 0 .3rem;
    background-color: transparent;
    border: none;
    outline: none;
} */

.table__body {
  width: 95%;
  /* max-height: calc(89% - 1.6rem); */
  /* background-color: #fffb; */
  margin: 0.8rem auto;
  border-radius: 0.6rem;
  /* max-height: 600px; */
  max-height: 90%;
  overflow: auto;
  overflow: overlay;
}

.table__body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #0004;
  visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

table {
  width: 100%;
  color: var(--light-text-color) !important;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 1rem;
  /* text-align: center; */
}
table td p {
  margin-bottom: 0;
}

thead th {
  position: sticky;
  top: 0;
  left: 0;
  /* background-color: #23bf9a73; */
  background-color: var(--primary-color);
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

tbody tr:nth-child(even) {
  /* background-color: #0000000b; */
}

tbody tr {
  --delay: 0.1s;
  transition: 0.5s ease-in-out var(--delay), background-color 0s;
  border-bottom: 1px solid #23bf9a73;
}

tbody tr.hide {
  opacity: 0;
  transform: translateX(100%);
}

tbody tr:hover {
  background-color: #23bf9a73 !important;
}

tbody tr td,
tbody tr td p,
tbody tr td img {
  transition: 0.2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
  padding: 0;
  font: 0 / 0 sans-serif;
  transition: 0.2s ease-in-out 0.5s;
}

tbody tr.hide td img {
  width: 0;
  height: 0;
  transition: 0.2s ease-in-out 0.5s;
}

.status {
  padding: 0.4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.status.delivered {
  background-color: #86e49d;
  color: #006b21;
  max-width: 50%;
}

.status.cancelled {
  background-color: #d893a3;
  color: #b30021;
  max-width: 50%;
}

.status.pending {
  background-color: #ebc474;
  max-width: 50%;
}

.status.shipped {
  background-color: #6fcaea;
  max-width: 50%;
}

@media (max-width: 1000px) {
  td:not(:first-of-type) {
    min-width: 10rem;
  }
  .table__body {
    max-height: calc(89% - 1.6rem);
  }
}
@media (max-width: 550px) {
  td:not(:first-of-type) {
    min-width: 6rem;
  }
}

thead th span.icon-arrow {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1.4px solid transparent;

  text-align: center;
  font-size: 1rem;

  margin-left: 0.5rem;
  transition: 0.2s ease-in-out;
}

thead th:hover span.icon-arrow {
  border: 1.4px solid #fc6619;
}

thead th:hover {
  color: #fc6619;
}

thead th.active span.icon-arrow {
  background-color: #fc6619;
  color: #fff;
}

thead th.asc span.icon-arrow {
  transform: rotate(180deg);
}

thead th.active,
tbody td.active {
  color: #fc6619;
}

@media screen and (max-width: 620px) {
  .features p {
    font-size: 16px;
  }
}
@media screen and (max-width: 504px) {
  .timeline {
    margin-top: 45%;
  }
}

@media screen and (max-width: 490px) {
  .timeline {
    margin-top: 50%;
  }
}
@media screen and (max-width: 438px) {
  .timeline {
    margin-top: 55%;
  }
}
@media screen and (max-width: 430px) {
  .timeline {
    margin-top: 60%;
  }
}
@media screen and (max-width: 400px) {
  .timeline {
    margin-top: 75%;
  }
  .features p {
    font-size: 14px;
  }
}
@media screen and (max-width: 385px) {
  .timeline {
    margin-top: 75%;
  }
}
@media screen and (max-width: 365px) {
  .timeline {
    margin-top: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section-heading-title {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .timeline ul li {
    width: 100%;
  }
  .timeline ul li,
  .timeline ul li.in-view::after {
    background-color: transparent;
  }
  .timeline ul li:nth-child(odd) .box-container::before,
  .timeline ul li:nth-child(even) .box-container::before {
    border-color: transparent;
  }
  .timeline ul li:nth-child(odd) .box-container,
  .timeline ul li:nth-child(even) .box-container {
    /* right: 0; */
    width: 100%;
    position: relative;
    right: auto;
    left: auto !important;
  }
  .timeline ul li.in-view {
    display: flex;
    justify-content: center;
  }
  .timeline ul {
    padding-top: 0;
  }
  .timeline ul li:first-child {
    padding-top: 0;
  }
  .timeline ul li:not(:first-child) {
    padding-top: 20px;
  }
}

/* games */

@media screen and (max-width: 570px) {
  .testimonial-card .image-container {
    width: 120px;
    height: 120px;
  }
  .testimonial-card h4 {
    font-size: 16px;
  }
  .testimonial-card span {
    font-size: 14px;
  }
  .testimonial-card .image-container img {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 20px 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--primary-color);
  color: var(--dark-text-color);
  border-radius: 12px;
  padding: 30px 20px;
}

/* single blog */
.blog-page {
  position: relative;
  background-size: contain;
  background-repeat: repeat;
  background-color: #1214179f;
}
.blog-page .image-container {
  position: relative;
}
.date-time-div,
.author-container {
  position: absolute;
  bottom: 60px;
  border-radius: 3px;
  padding: 3px 5px;
}
.date-time-div {
  right: 30px;
  background: var(--secondary-color);
}
.author-container {
  left: 30px;
  background-color: var(--secondary-color);
}
.blog-main.container {
  background-color: #121417;
}
.pagination {
  margin-top: 40px;
  margin-bottom: 50px;
  justify-content: center;
  --bs-pagination-color: var(--black-text-color);
  --bs-pagination-active-bg: var(--secondary-color);
  --bs-pagination-active-border-color: var(--secondary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-hover-color: var(--dark-text-color);
  --bs-pagination-focus-color: var(--dark-text-color);
}
.blog-page .header {
  height: 200px;
}

.blog-main {
  /* background-color: #1b1b1bef; */
  /* box-shadow: var(--box-shadow--primary) !important; */
  position: relative;
  /* margin-top: -80px !important; */
  /* box-shadow: rgb(0 0 0 / 18%) 0 19px 55px; */
  border-radius: 5px;
  padding: 20px 15px;
}
.blog-main .breadcrumb .breadcrumb-item a {
  color: var(--white-text-color);
  font-size: 14px;
}
.blog-main .breadcrumb .breadcrumb-item.active {
  color: var(--secondary-color);
}
.blog-main .header .page-title {
  text-align: center;
}
.blog-main p {
  line-height: 40px;
}
.blog-main select {
  height: 50px !important;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 0 10px;
  background-color: #343435;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
}
@media (max-width: 992px) {
  .blog-main {
    padding: 20px;
  }
}
.search-div {
  position: relative;
  margin: auto 0;
}
.search-div input {
  height: 50px !important;
  border-radius: 8px !important;
  outline: none;
  border: none;
  padding: 0 10px;
  background-color: #343435;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.search-div button {
  border: none;
  border-radius: 8px 0 0 8px;
  background: none;
  position: absolute;
  left: 0;
  margin: 0px 12px;
  height: 100%;
  width: 45px;
  color: #fff;
  background-color: #343435;
}
.search-div i {
  padding: 5px;
}
@media (max-width: 992px) {
  .search-div {
    margin: 5px 0;
  }
}

.page-title-container {
  position: relative;
}
.page-title-container span {
  display: inline-block;
  position: absolute;
  top: 35%;
  font-size: 14px;
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  z-index: 10000;
  width: fit-content;
}
.header .single-blog-date-container .date-time-div {
  font-size: 12px;
  background-color: #f1f1f1;
  width: fit-content;
  margin: 0 auto;
  color: var(--dark-text-color);
  padding: 5px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  align-items: center;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* footer */
footer {
  font-size: 16px;
}
footer .footer-about {
  width: 300px;
}
@media screen and (max-width: 992px) {
  footer .footer-about {
    width: 100%;
  }
}
footer .contact {
  border-bottom: 1px solid #5a5858;
}
footer .contact-card {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
}
footer .contact-card > * {
  /* border: 1px solid yellow; */
}
footer .contact-card .image-container {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  box-shadow: var(--box-shadow--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* border: 1px solid red; */
  /* margin-left: 20px; */
  animation: glowAnimation 2s infinite ease-in-out;
}
@keyframes glowAnimation {
  0% {
    box-shadow: 0 0 5px rgba(35, 191, 154, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(35, 191, 154, 0.8);
  }
  100% {
    box-shadow: 0 0 5px rgba(35, 191, 154, 0.5);
  }
}

footer .contact-card img {
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  object-fit: cover;
}
footer .contact-card .contact-card-title {
  font-size: 16px;
  font-weight: 400;
  color: #b9bcc0;
}
footer .contact-card .contact-card-value {
  font-size: 18px;
  font-weight: 700;
}
.card-info {
  /* width: 200px; */
  width: fit-content;
}
footer ul li a {
  color: #b9bcc0;
}

footer .rights span {
  color: #b9bcc0;
  font-size: 14px;
}

footer .designer-info span {
  font-size: 12px;
  color: #b9bcc0;
}
footer svg {
  background-color: transparent;
}
footer svg {
  text-shadow: 0 0 0.5rem #fff, 0 0 1rem #fff, 0 0 1.5rem #fff,
    0 0 2.5rem var(--primary-color), 0 0 4rem var(--primary-color),
    0 0 5.5rem var(--primary-color), 0 0 6rem var(--primary-color),
    0 0 9.5rem var(--primary-color) !important;
  font-size: 30px;
}

/* Games Page */
.games-page {
  /* background: url('../images/stars.svg');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; */
  height: 100%;
}
.games-page .search-div input {
  background-color: #202122;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.games-page .search-div input:placeholder-shown {
  color: #fff;
}
.games-page .search-div button {
  margin: 0;
  background-color: #202122;
}
.main.d-flex.flex-column > h2 {
  margin-top: 100px !important;
}
.games-page .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.games-page .main p {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--secondary-color);
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

/* tos page */
.tos-page .main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tos-page {
  height: 100%;
}

.tos-container {
  padding: 20px;
  background-color: #121417;
  color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
}
.tos-container h1,
.tos-container h3 {
  margin-top: 20px;
  color: #fff;
}
.tos-container p {
  margin-top: 10px;
  text-align: justify;
}
.tos-container ol {
  list-style-type: decimal;
  margin: 10px 0;
  padding-left: 20px;
}

.games-main .row {
  /* margin: 15px -20px; */
  --bs-gutter-x: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*............ باکس ها  ...................*/

.games-main .column {
  /* overflow: hidden; */
  border-radius: 15px;
  display: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 0.4s;
}
.games-main .column:hover {
  transform: translateY(-20px);
}
.games-main .column:hover img {
  /* box-shadow: var(--box-shadow--primary); */
}
@keyframes hoverGlowAnimation {
  0% {
    box-shadow: 0 0 10px rgba(35, 191, 154, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(35, 191, 154, 0.8),
      0 0 10px rgba(35, 191, 154, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(35, 191, 154, 0.5);
  }
}

.games-main .column img {
  transition: box-shadow 0.3s ease;
}

.games-main .column:hover img {
  /* animation: hoverGlowAnimation 1.5s infinite ease-in-out; */
}

.games-main .column .content {
  /* height: 15rem;
  width:25rem ; */
  border-radius: 15px;
  display: flex;
  justify-content: center;

  /* border: 1px solid yellow; */
}

.games-main .column .content a {
  display: flex;
  justify-content: center;
  /* border: 1px solid pink; */
}
.games-main .column .content img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
  /* border: 1px solid green; */
  margin: auto;
}
.games-main .content .box {
  height: 100%;
  width: 100%;
}

.games-main a {
  position: relative;
}
.games-main a .fa-play-circle {
  color: var(--tertiary-color);
  font-size: 4em;
  position: absolute;
  margin: 69px 161px;
}

.games-main .column .content:hover {
  /* transition: .3s linear;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}

/* Clear floats after rows */
.games-main .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.games-main .content {
  background-color: var(--white-text-color);
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.games-main .show {
  display: block;
}

/* Style the buttons */

.games-main .BtnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: scroll;
  overflow: overlay;
}

.games-main .btn {
  border: 1px solid transparent;
  outline: none;
  padding: 12px 16px;
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  cursor: pointer;
  margin: 10px 5px;
  font-size: 14px;
  font-weight: 600;
}

.games-main .btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--dark-text-color);
}

.games-main .btn.active {
  background-color: var(--primary-color);
  color: var(--dark-text-color);
}

/* تماس با ما */
.contact-section {
  position: relative;
  font-size: 14px !important;
  margin-top: -120px;
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5); */
  box-shadow: var(--box-shadow--primary);
  background-color: #0c0e10;
  border-radius: 15px;
  padding: 50px;
}
.contact-section .input-container input,
.contact-section .input-container select,
.contact-section .input-container select option,
.contact-section textarea {
  background-color: #0c0e10;
  border: 1px solid var(--primary-color);
}

/* تماس با ما */
.jobs-section {
  position: relative;
  font-size: 14px !important;
  margin-top: -120px;
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5); */
  box-shadow: var(--box-shadow--primary);
  background-color: #0c0e10;
  border-radius: 15px;
  padding: 50px;
}
/* استایل مخصوص صفحه فرصت‌های شغلی */
html:not(.dark) .jobs-page input,
html:not(.dark) .jobs-page textarea,
html:not(.dark) .jobs-page select {
  background-color: #f0f0f0; /* پس‌زمینه روشن‌تر */
  color: #333; /* متن تیره‌تر */
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

/* Placeholder برای حالت روشن */
html:not(.dark) .jobs-page input::placeholder,
html:not(.dark) .jobs-page textarea::placeholder {
  color: #777;
  opacity: 1;
}

/* فوکوس در حالت روشن */
html:not(.dark) .jobs-page input:focus,
html:not(.dark) .jobs-page textarea:focus,
html:not(.dark) .jobs-page select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* حالت دارک */
html.dark .jobs-page input,
html.dark .jobs-page textarea,
html.dark .jobs-page select {
  background-color: #1a1a1a; /* پس‌زمینه تیره‌تر */
  color: #f0f0f0; /* متن روشن‌تر */
  border: 1px solid #444;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

/* Placeholder برای حالت دارک */
html.dark .jobs-page input::placeholder,
html.dark .jobs-page textarea::placeholder {
  color: #aaa;
  opacity: 1;
}

/* فوکوس در حالت دارک */
html.dark .jobs-page input:focus,
html.dark .jobs-page textarea:focus,
html.dark .jobs-page select:focus {
  border-color: #66c0ff;
  outline: none;
  box-shadow: 0 0 5px rgba(102, 192, 255, 0.3);
}

/* استایل باکس ایمیل و لینک نمونه کار */
.jobs-page .input-left-align {
  text-align: left;
  direction: ltr;
}

.jobs-page .input-right-align {
  text-align: right;
  direction: rtl;
}

.contact-us p:first-child {
  color: var(--black-text-color);
}
.contact-us-page form input::placeholder,
.contact-us-page form .form-select,
.contact-us-page form .text-contact-us,
.contact-us-page .h6-contact-us {
  font-size: 13px !important;
  color: var(--dark-text-color);
  background-color: transparent !important;
}

.border-contact-us {
  border-radius: 10px;
}

.border-box-contact-us {
  border: var(--primary-color) 1px solid;
  border-radius: 10px;
}

a .fa-earth {
  color: var(--primary-color);
  font-size: 30px;
}
.contact-us-section .text-contact-us {
  max-height: 130px;
}

.loc-contact-us {
  /* width: 1600px; */
  width: 100%;
  height: auto;
  border: 0;
}
/* Download Page */
/* .download-app-page .main{
  padding-top: 10%;
} */
.download-app-page h3 {
  font-weight: 600;
}
.download-app-page .download-windows {
  background-color: #121417;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.2);
  padding: 25px 40px;
  border-radius: 8px;
}
.download-app-page p {
  font-size: 14px;
  color: var(--primary-color);
}
@keyframes appGlowAnimation {
  0% {
    box-shadow: 0px 0px 20px 0px rgba(35, 191, 154, 0.3);
  }
  50% {
    box-shadow: 0px 0px 30px 10px rgba(35, 191, 154, 0.5);
  }
  100% {
    box-shadow: 0px 0px 20px 0px rgba(35, 191, 154, 0.3);
  }
}

.download-app-page .image-container img {
  /* height: 100%; */
  width: 100%;
  object-fit: contain;
  /* border-radius:12px ; */
  /* box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .2); */
  animation: appGlowAnimation 3s infinite ease-in-out;
}
.download-app-page .download-app .download-description {
  /* box-shadow: 2px 2px  10px 2px rgba(35,191,154, 0.1); */
  /* box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .2); */
  border-radius: 12px;
  /* background-color: #121417; */
  padding: 85px 50px;
}
@media screen and (max-width: 1200px) {
  .download-app-page .download-app .download-description {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 992px) {
  .download-app-page .download-app .download-description {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-app-page .download-app .download-description {
    padding: 90px 50px;
  }
}

@media (max-width: 1500px) {
  .loc-contact-us {
    /* width: 1200px; */
    height: 450px;
    border: 0;
  }
}
@media (max-width: 1000px) {
  .loc-contact-us {
    /* width: 850px; */
    height: 450px;
    border: 0;
  }
}
@media (max-width: 750px) {
  .loc-contact-us {
    /* width:auto;
  height: 450px; */
    border: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-page .blog-section {
    height: 1200px;
  }
  .main-page footer {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .main-page .blog-section {
    height: 1600px;
  }
  .main-page footer {
    margin-top: -150px;
  }
}
@media screen and (max-width: 477px) {
  .main-page .blog-section {
    height: 1700px;
  }
  .main-page footer {
    margin-top: -200px;
  }
}
@media screen and (max-width: 338px) {
  .main-page .blog-section {
    height: 1700px;
  }
  .main-page footer {
    margin-top: -170px;
  }
}

.partners {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.partners a {
  display: inline-block;
  text-align: center;
}

.partners img {
  max-width: 100px;
  transition: transform 0.3s ease;
}

.partners img:hover {
  transform: scale(1.1);
}

.etemad img {
  max-width: 100px;
  transition: transform 0.3s ease;
}

.etemad img:hover {
  transform: scale(1.1);
}

.game-box {
  position: relative;
}
.game-box .game-cat {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 0 0 8px 8px;
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  height: 100%;
  font-weight: bold;
  position: absolute;
  align-content: end;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.game-box:hover .imgblur {
  opacity: 1;
}
.imgblur {
  opacity: 0;
  position: absolute;
  filter: blur(35px);
  z-index: -1;
}
@keyframes ma-bg-move {
  0% {
    background-position: -500px 0;
  }
  50% {
    background-position: 1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.swiper-rtl .swiper-button-prev:after {
  content: "\276E";
}
.swiper-rtl .swiper-button-next:after {
  content: "\276F";
}

/* Header check connection section */
.wrapper {
  padding: 15px;
  background-color: #121417;
  border-bottom: 1px solid #121417;
  position: relative;
}

.message {
  font-size: 1.1rem;
  font-family: Yekan;
  font-weight: 900;
  white-space: nowrap;
}

.connected {
  padding-left: 20px;
  color: var(--primary-color);
}

.not-connected {
  padding-left: 20px;
  color: #bf2323;
}

.location-info {
  font-size: 0.9rem;
  color: var(--light-text-color);
  font-family: Yekan;
  font-weight: 900;
  white-space: nowrap;
  display: none;
  /* Hide by default */
}

.icon {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .wrapper .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .message,
  .location-info {
    padding-top: 10px;
  }
}

.overlay-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--primary-color);
  border-radius: 15px;
}

.disabled-form {
  pointer-events: none;
  user-select: none;
}

/* ===================== Download App Info Box (Dark Mode Defaults) ===================== */

/* Main download box */
.download-app-page .download-windows {
  background-color: #121417;
  box-shadow: 0px 0px 10px rgba(35, 191, 154, 0.5);
  padding: 25px 40px;
  border-radius: 8px;
  overflow: hidden;
}

/* Image container inside the box */
.download-app-page .image-container {
  text-align: center;
  overflow: hidden;
  max-width: 350px;
  max-height: 350px;
  margin-bottom: 30px;
}
.download-app-page .image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.download-app-page .image-container img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 15px rgba(35, 191, 154, 0.7);
}

/* Download description box */
.download-app-page .download-app .download-description {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 20px 30px;
  color: var(--light-text-color);
  margin-top: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/* Headings */
.download-app-page h3 {
  font-weight: 600;
  color: var(--light-text-color);
  margin-bottom: 15px;
}

/* ===================== App Info Boxes (Dark Mode Defaults) ===================== */

.download-app-page .app-info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.changelog-container .changelog-box {
  background-color: #121417;
}

.download-app-page .info-box {
  background-color: #1a1a1a;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(35, 191, 154, 0.5);
  padding: 15px;
  flex: 1 1 300px;
  color: var(--light-text-color);
  text-align: center;
  transition: transform 0.3s ease;
}
.download-app-page .info-box:hover {
  transform: translateY(-5px);
}

.download-app-page .info-box .box-image {
  margin-bottom: 10px;
}
.download-app-page .info-box .box-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.download-app-page .info-box .box-image img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 15px rgba(35, 191, 154, 0.7);
}

.download-app-page .info-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.download-app-page .info-box p {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.4;
}

/* ===================== Light Mode Overrides ===================== */
html:not(.dark) .download-app-page .download-windows {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

html:not(.dark) .download-app-page .download-app .download-description {
  background-color: #f9f9f9;
  color: var(--black-text-color);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

html:not(.dark) .download-app-page h3 {
  color: var(--black-text-color);
}

html:not(.dark) .download-app-page .info-box {
  background-color: #fff;
  border: 1px solid #ccc;
  color: var(--black-text-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

html:not(.dark) .download-card {
  background-color: #f8f8f8;
}

html:not(.dark) .changelog-container {
  background-color: #f8f8f8;
}

html:not(.dark) .changelog-container .changelog-box {
  background-color: #ccc;
}

/* ===================== Image Preview Modal ===================== */

.image-preview-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-preview-modal .modal-content {
  margin: 5% auto;
  display: block;
  max-width: 90%;
  border-radius: 8px;
}

.image-preview-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.image-preview-modal .close-btn:hover,
.image-preview-modal .close-btn:focus {
  color: #bbb;
  text-decoration: none;
}

/* Additional custom styles for tab buttons and download card */
.platform-btn {
  cursor: pointer;
  color: #fff;
}
.platform-btn.active {
  /* background: linear-gradient(to right, #06b6d4, #3b82f6); */
  box-shadow: 0 0 10px rgba(3, 169, 244, 0.5);
  color: var(--primary-color);
}
.download-card {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #2c2c2c;
}
.changelog-container {
  margin-top: 20px;
  padding: 25px 40px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: #2c2c2c;
}

.changelog-container h2 {
  padding-bottom: 15px;
}
