@font-face {
  font-family: 'Bukra';
  src: url('../fonts/Bukra-Bd.eot');
  src: url('../fonts/Bukra-Bd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bukra-Bd.woff2') format('woff2'),
    url('../fonts/Bukra-Bd.woff') format('woff'),
    url('../fonts/Bukra-Bd.ttf') format('truetype'),
    url('../fonts/Bukra-Bd.svg#Bukra-Bd') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bukra';
  src: url('../fonts/Bukra-Rg.eot');
  src: url('../fonts/Bukra-Rg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bukra-Rg.woff2') format('woff2'),
    url('../fonts/Bukra-Rg.woff') format('woff'),
    url('../fonts/Bukra-Rg.ttf') format('truetype'),
    url('../fonts/Bukra-Rg.svg#Bukra-Rg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --darkturquoise: #00D5F3;
}

/* bootstrap overrides */
.dropdown-toggle::after {
  border: 0 !important;
  content: "\e901";
  font-family: 'icomoon';
  font-size: 0.25rem;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}


.dropdown-menu {
  --bs-dropdown-min-width: 15rem;
  border: 0
}

/* helpers */
.text-turquoise {
  color: var(--darkturquoise);
}

/* swiper overrides */
.swiper-button-next,
.swiper-button-prev {
  color: var(--darkturquoise);
}

.swiper-pagination-bullet {
  background: #D9D9D9;
}

.swiper-pagination-bullet-active {
  background: var(--darkturquoise);
  width: 1.25rem;
  border-radius: 5px;
}

.swiper-pagination {
  padding-top: 2rem;
  position: relative;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html:not(.game-html) *,
html:not(.game-html) *::before,
html:not(.game-html) *::after {
  box-sizing: inherit;
}

html,
body {
  font-size: 13px;
}

body {
  font-family: 'Bukra', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  color: #fff;
}

.btn-primary {
  --bs-btn-bg: #1676D7;
  --bs-btn-border-color: #1676D7;
  --bs-btn-disabled-bg: #1676D7;
  --bs-btn-disabled-border-color: #1676D7;
  --bs-btn-hover-bg: #1570cc;
  --bs-btn-hover-border-color: #1570cc;
  --bs-btn-active-bg: #1570cc;
  --bs-btn-active-border-color: #1570cc;
  --bs-border-radius: 100px;
  --bs-btn-font-size: .875rem;
  width: fit-content;
}

.nav-item .lang-btn {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: 36px;
  height: 1.5rem;
  padding: 1rem;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
  box-shadow: none !important;
  outline: 0 !important;
  outline-color: transparent !important;

}



#navbar-container {
  position: relative;
  width: 100%;
  z-index: 10;
}

nav.navbar {
  transition: .5s cubic-bezier(.39, .58, .57, 1);
  -webkit-transition: .5s cubic-bezier(.39, .58, .57, 1);
  -moz-transition: .5s cubic-bezier(.39, .58, .57, 1);
  -o-transition: .5s cubic-bezier(.39, .58, .57, 1);
  -ms-transition: .5s cubic-bezier(.39, .58, .57, 1);
  height: 5rem;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
}

#navbar-container.sticky-header {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
}

#navbar-container.sticky-header nav.navbar {
  padding: 0;
  height: 4.25rem;
}

.hero-video-section {
  position: relative;
  height: 45rem;
  overflow: hidden;
}

.hero-video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 45rem;
  transform: scale(1.4);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: white;
  /*top: 50%;
  transform: translateY(-50%);*/
}

.sticky-header .navbar-nav,
.navbar-nav {
  --bs-nav-link-color: #555;
  --bs-navbar-active-color: #555;
  --bs-nav-link-hover-color: #555;
}

.event-description {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 2rem;
  padding: 2rem;
}

.event-logo {
  height: 9.375rem;
}




.partner-logo {
margin-left: 0rem;
margin-bottom: 1.1rem;
margin-right: 0rem;
max-width:170px;
}


.fix
{

max-width:180px;
}

nav.navbar .dropdown-item,
nav.navbar .dropdown-item:focus,
nav.navbar .dropdown-item:focus-visible,
nav.navbar .dropdown-item:focus-within {
  box-shadow: none;
  outline: 0px;
}

nav.navbar .dropdown-item:hover,
nav.navbar .dropdown-item:active,
nav.navbar .dropdown-item:focus,
nav.navbar .dropdown-item.active-link {
  color: #0c0c0c;
}

.dropdown-item {
  --bs-dropdown-link-color: #0c0c0c;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-bg: #f8f9fa;
}

.offcanvas-close,
nav.navbar .dropdown-item,
nav.navbar .dropdown-toggle::after,
.nav-link {
  transition: 0.3s linear;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  border-top: 1px solid rgba(225, 225, 225, 0.2);
}

footer .footer-links .footer-item .menu-link {
  font-size: 1rem;
  line-height: 1;
}

footer .footer-links .footer-item .menu-link:not(:last-child) {
  margin-bottom: 1.25rem;
}

footer {
  background-color: #0c0c0c;
  background-image: url(../images/footer-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: left;
  position: relative;
}

footer .footer-content {
  position: relative;
  z-index: 5;
}

footer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, .2);
  z-index: 0;
  left: 0;
  top: 0;
}


footer .container {
  max-width: 90%;
}

footer .footer-links a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

footer .footer-links a:hover {
  opacity: .7;
}

.footer-item-heading {
  /* width: max-content; */
  margin-bottom: 2.25rem;
}

.SocialMediaLinksfootercontainer .list-unstyled li {
  line-height: 1;
}

.social-media-link {
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.footer-item-heading {
  font-size: 1.142rem;
}

.footer-item-heading i {
  font-size: .5rem;
}

.dropdown-toggle[aria-expanded="true"]::after,
.footer-item-heading[data-bs-toggle="collapse"][aria-expanded="true"] .icon-arrow-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.dropdown-toggle[aria-expanded="false"]::after,
.footer-item-heading[data-bs-toggle="collapse"][aria-expanded="false"] .icon-arrow-down {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

footer .footer-top {
  padding: 1.5rem 0 2rem;
  width: 100%;
  max-width: 100%;
}

footer .logo-img img {
  max-width: min(100%, 155px);
  height: auto;
}

footer .footer-item {
  min-width: 0;
  max-width: 100%;
}

footer .footer-links {
  width: 100%;
  min-width: 0;
}

footer .SocialMediaLinksfootercontainer ul {
  flex-wrap: wrap;
  max-width: 100%;
}

.copy-rights {
  font-size: .846rem;
  line-height: 1.8;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}


.description-section p,
.attend-description p {
  line-height: 2;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: .5rem;
  --bs-dropdown-item-padding-x: .5rem;
}

.nav-item.dropdown .dropdown-item {
  font-size: .875rem;
}

/* End Styles */

/* Begin Responsive */

@media (min-width: 550px) {

    .sp img {
max-width:188px;
}


.partner-logo {
margin-left: 3rem;
margin-right: 3rem;
max-width:186px;
}



.fix
{

max-width:666px;
}


}

@media (min-width: 768px) {

  html,
  body {
    font-size: 14px;
  }

  .doc-img {
    width: 15rem;
  }

  .sp {
    backdrop-filter: blur(10px);
    padding: 1.538rem;
    height: auto;
  }
}

@media (min-width: 992px) {

  .container {
    max-width: 85%;
  }

  nav.navbar {
    background: transparent;
  }

  #navbar-container {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* Stamp sits above the nav; keep nav in normal flow so it is not covered */
  header:has(.digital-stamp-card) #navbar-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .navbar-nav {
    --bs-nav-link-color: var(--bs-white);
    --bs-navbar-active-color: var(--bs-white);
    --bs-nav-link-hover-color: var(--bs-white);
    gap: 1.538rem;
    margin-right: 5rem;
  }
	.navbar-nav:lang(en){
		margin-right: 0rem;
		margin-left: 5rem;
	}
  #navbar-container:not(.sticky-header) {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }

  .nav-link {
    --bs-navbar-nav-link-padding-x: 0;
    font-size: 1rem;
  }

  .navbar-brand {
    padding-right: 1.25rem;
  }

  .attend-img {
    width: 30%;
  }

  .countdown-content-item {
    width: 5.27rem;
    height: 6rem;
  }

  .doc-img {
    left: 5%;
  }

  footer .footer-top {
    padding: 4.5rem 0 3rem;
  }

  footer .footer-content {
    border-top: 1px solid rgba(67, 67, 67, .2);
  }

  /* .footer-item-heading {
    width: auto;
  } */

  footer .footer-links .footer-item .menu-link {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .side-navigation {
    display: block;
  }
  
      .sp img {
max-width:230px;
}

  nav.navbar .dropdown-item:hover,
  nav.navbar .dropdown-item:active,
  nav.navbar .dropdown-item:focus {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1440px) {

  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {

  html,
  body {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {

  html,
  body {
    font-size: 22.5px;
  }

  .nav-link {
    font-size: 0.923rem;
  }

  footer .footer-links .footer-item .menu-link {
    font-size: .77rem;
  }
}

:root{
 --void:#010306;--deep:#040810;--panel:rgba(255,255,255,0.04);
 --glass:rgba(255,255,255,0.07);--bdr:rgba(255,255,255,0.08);
 --brt:rgba(255,255,255,0.18);--tx:#EDF2F8;
 --dim:rgba(237,242,248,0.50);--dmr:rgba(237,242,248,0.28);
 --bl:#1A6EFF;--bll:#5A9AFF;--blg:rgba(26,110,255,0.15);
 --t1:#5A9AFF;--t2:#F0C040;--t3:#4DD8A0;--t4:#C47BE5;
 --g1:rgba(90,154,255,.18);--g2:rgba(240,192,64,.16);
 --g3:rgba(77,216,160,.16);--g4:rgba(196,123,229,.16);
}

body:not(.game-page) {
  background: var(--void);
  color: var(--tx);
  overflow-x: hidden;
}

.amb {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 80% -10%, rgba(26, 110, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 110%, rgba(116, 75, 150, 0.16), transparent 50%),
    var(--void);
}

.stars {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 28% 64%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 46% 22%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 63% 78%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 81% 36%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 91% 88%, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0.7;
}

.sec {
  position: relative;
  z-index: 1;
  padding-top: 7.75rem;
}

.cta-wrap {
  padding: 0 3.5rem 2.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.cta-band {
  background: linear-gradient(145deg, rgba(26, 110, 255, 0.09) 0%, rgba(90, 154, 255, 0.05) 100%);
  border: 1px solid rgba(26, 110, 255, 0.22);
  border-radius: 20px;
  padding: 5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band.AbaadBG {
  background:
    linear-gradient(180deg, rgba(1, 3, 6, 0.28) 0%, rgba(1, 3, 6, 0.72) 100%),
    url("../images/AbaadBG.jpeg") center/cover no-repeat,
    linear-gradient(145deg, rgba(26, 110, 255, 0.16) 0%, rgba(4, 8, 16, 0.92) 100%);
}

.cta-eye {
  display: inline-block;
  color: var(--bll);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.cta-title {
  font-family: Bukra, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.75rem);
  color: #fff;
  line-height: 1.45;
  margin: 0 0 1.75rem;
}

.cta-acts {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn-pri {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100px;
  background: #1676D7;
  color: #fff;
  font-family: Bukra, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.85rem 1.7rem;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}

.btn-pri:hover,
.btn-pri:focus {
  background: #1570cc;
  color: #fff;
}

.cta-subtitle {
  display: block;
  color: var(--dim);
  max-width: 36rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
}

.page-breadcrumb {
  margin: 0 0 1.75rem;
}

.page-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: Bukra, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7;
  background: none;
  border: 0;
  border-radius: 0;
}

.page-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-breadcrumb li + li::before {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0.85rem;
  font-weight: 400;
}

html[dir="ltr"] .page-breadcrumb li + li::before {
  content: "/";
}

.page-breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
}

.page-breadcrumb li:first-child a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-inline-end: 0.45rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 3.5 10.4V21h6.2v-6.3h4.6V21h6.2V10.4L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 3.5 10.4V21h6.2v-6.3h4.6V21h6.2V10.4L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-breadcrumb a:hover {
  color: #5A9AFF;
  text-decoration: none;
}

.page-breadcrumb li:last-child span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  max-width: none;
  overflow: visible;
  white-space: normal;
}

body.hub-page {
  background: #12082e;
}

body.hub-page .amb,
body.hub-page .stars {
  display: none;
}

body.hub-page header.fixed-top.fixed-header {
  background: transparent;
  box-shadow: none;
}

body.hub-page #navbar-container:not(.sticky-header) .navbar-nav {
  --bs-nav-link-color: #fff;
  --bs-navbar-active-color: #fff;
  --bs-nav-link-hover-color: #fff;
}

body.hub-page #navbar-container:not(.sticky-header) .nav-link,
body.hub-page #navbar-container:not(.sticky-header) .dropdown-toggle::after {
  color: #fff;
}

body.hub-page #navbar-container:not(.sticky-header) .nav-item .lang-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

body.hub-page .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body.hub-page #navbar-container.sticky-header,
body.hub-page #navbar-container.sticky-header nav.navbar {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body.hub-page #navbar-container.sticky-header .navbar-nav {
  --bs-nav-link-color: #555;
  --bs-navbar-active-color: #555;
  --bs-nav-link-hover-color: #555;
}

body.hub-page #navbar-container.sticky-header .nav-link,
body.hub-page #navbar-container.sticky-header .dropdown-toggle::after {
  color: #555;
}

body.hub-page #navbar-container.sticky-header .nav-item .lang-btn {
  color: #1e1e1e;
  border-color: #1e1e1e;
}

body.hub-page #navbar-container.sticky-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23111' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body.hub-page .sec {
  min-height: 0;
  padding: 0;
  background: #12082e;
}

body.hub-page #ssa-aurora-bg {
  width: 100%;
  max-width: none;
  min-height: 28rem;
}

body.hub-page #ssa-aurora-bg .ssa-ab-slot {
  align-items: stretch;
  justify-content: flex-start;
  text-align: start;
  padding: 5.25rem 0 2.5rem;
}

body.hub-page:has(.digital-stamp-card) #ssa-aurora-bg .ssa-ab-slot {
  padding-top: calc(5.25rem + 2.75rem);
}

body.hub-page .cta-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0.35rem 2.5rem 0;
}

body.hub-page .page-breadcrumb,
body.game-page .page-breadcrumb {
  margin: 0;
}

body.hub-page .page-breadcrumb ol,
body.game-page .page-breadcrumb ol {
  justify-content: flex-start;
  font-size: 0.875rem;
  font-weight: 400;
}

body.hub-page .page-breadcrumb li,
body.hub-page .page-breadcrumb a,
body.hub-page .page-breadcrumb li:last-child span,
body.game-page .page-breadcrumb li,
body.game-page .page-breadcrumb a,
body.game-page .page-breadcrumb li:last-child span {
  color: #fff;
  font-weight: 400;
}

body.hub-page .page-breadcrumb li + li::before,
body.game-page .page-breadcrumb li + li::before {
  content: "/";
  color: #fff;
  margin: 0 0.45rem;
  font-weight: 400;
}

body.hub-page .page-breadcrumb li:first-child a::before,
body.game-page .page-breadcrumb li:first-child a::before {
  content: none;
  display: none;
}

body.hub-page .page-breadcrumb a:hover,
body.game-page .page-breadcrumb a:hover {
  color: #00d5f3;
}

body.hub-page .cta-band {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 2.5rem 1rem 3.5rem;
  text-align: start;
}

body.hub-page .trial-launch-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(22, 118, 215, 0.28);
  color: #fff;
  font-family: Bukra, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

body.hub-page .cta-title {
  color: #fff;
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  margin: 0 0 0.85rem;
}

body.hub-page .cta-subtitle {
  color: #fff;
  max-width: 44rem;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 400;
  line-height: 1.85;
        text-align: justify;

}

body.hub-page .offcanvas .navbar-nav {
  --bs-nav-link-color: #555;
  --bs-navbar-active-color: #555;
  --bs-nav-link-hover-color: #555;
}

body.hub-page .offcanvas .nav-link,
body.hub-page .offcanvas .dropdown-toggle::after {
  color: #555;
}

body.hub-page .offcanvas .nav-item .lang-btn {
  color: #1e1e1e;
  border-color: #1e1e1e;
}

@media (min-width: 992px) {
  body.hub-page header.fixed-top.fixed-header,
  body.hub-page nav.navbar {
    background: transparent;
    box-shadow: none;
  }

  body.hub-page #navbar-container:not(.sticky-header) {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }

  body.hub-page .cta-wrap {
    padding: 0.25rem 2.5rem 0;
  }
}

.games-listing {
  background: #f5f7fb;
  padding: 2.25rem 24px 4.5rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1e1e1e;
}

.games-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.games-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.7fr);
  gap: 16px;
  align-items: end;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.games-search,
.games-filter {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.games-field-label {
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.games-field {
  position: relative;
  display: block;
}

.games-search .games-field::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231676D7' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.2-3.2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.games-search input,
.games-filter select {
  width: 100%;
  height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
  color: #1e1e1e;
  font-family: Bukra, sans-serif;
  font-size: 14px;
  box-shadow: none;
  color-scheme: light;
}

.games-search input {
  padding: 0 14px 0 40px;
}

html[dir="rtl"] .games-search input {
  padding: 0 40px 0 14px;
}

.games-filter select {
  padding: 0 14px;
  padding-inline-end: 38px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231676D7' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #fff;
}

html[dir="rtl"] .games-filter select {
  background-position: left 12px center;
}

.games-search input:focus,
.games-filter select:focus {
  outline: none;
  border-color: #1676D7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 118, 215, 0.15);
}

.games-search input::placeholder {
  color: #98a2b3;
}

.game-card.is-hidden,
.game-card[hidden] {
  display: none !important;
}

.games-empty {
  margin: 24px 0 0;
  color: #667085;
  font-size: 16px;
  text-align: center;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.game-card {
  --card-accent: #00D5F3;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  position: relative;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-card[data-category="beginner"] {
  --card-accent: #12b76a;
}

.game-card[data-category="advanced"] {
  --card-accent: #1676D7;
}

.game-card[data-category="both"] {
  --card-accent: #7a5af8;
}

.game-card::before {
  content: none;
}

.game-card:hover,
.game-card:focus-visible {
  transform: translateY(-10px);
  border-color: transparent;
  background: #fff;
  color: inherit;
  box-shadow: 0 26px 50px rgba(16, 24, 40, 0.16);
}

.game-card:focus-visible {
  outline: 3px solid #1676D7;
  outline-offset: 3px;
}

.game-card-media {
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #071326;
  overflow: hidden;
  contain: paint;
}

.game-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: none;
  transform-origin: center center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
}

.game-card:hover .game-card-media img,
.game-card:focus-visible .game-card-media img {
  transform: scale(1.16);
}

.game-card-media .ssa-pattern,
.game-card-body .ssa-pattern,
.game-card-action .ssa-pattern {
  background: url("../images/ssapat.svg") repeat scroll center transparent;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 300px;
  opacity: 0.16;
  z-index: 0;
  pointer-events: none;
}

.game-card-media .ssa-pattern {
  display: none;
}

.game-card-action .ssa-pattern {
  z-index: 0;
  border-radius: inherit;
}

.game-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  flex: 1;
}

.game-card-badge {
  position: static;
  inset: auto;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf4ff;
  border: 0;
  color: #175cd3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: none;
}

.game-card-badge::before {
  content: none;
}

.game-card-badge.is-beginner,
.game-card[data-category="beginner"] .game-card-badge {
  background: #ecfdf3;
  color: #067647;
}

.game-card-badge.is-advanced,
.game-card[data-category="advanced"] .game-card-badge {
  background: #f4ebff;
  color: #6941c6;
}

.game-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  padding: 18px 18px 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: rgb(13 110 253 / 8%);
  flex: 1;
}

.game-card-body h2,
.game-card-tags,
.game-card-action {
  position: relative;
  z-index: 1;
}

.game-card-body h2 {
  margin: 0;
  font-family: Bukra, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  color: #101828;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0;
}

.game-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  align-self: stretch;
  margin-top: 8px;
  min-height: 44px;
  color: #fff;
  border: 0;
  border-radius: 100px;
  padding: 0.7rem 1.2rem;
  font-family: Bukra, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  background: #1676D7;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card-action-label {
  position: relative;
  z-index: 1;
}

.game-card-action::after {
  content: "";
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(135deg);
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
}

html[dir="ltr"] .game-card-action::after {
  transform: rotate(-45deg);
}

.game-card:hover .game-card-action,
.game-card:focus-visible .game-card-action {
  background: #125db0;
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(22, 118, 215, 0.28);
}

.game-card:hover .game-card-action::after,
.game-card:focus-visible .game-card-action::after {
  transform: rotate(135deg) translateX(-2px) translateY(2px);
}

html[dir="ltr"] .game-card:hover .game-card-action::after,
html[dir="ltr"] .game-card:focus-visible .game-card-action::after {
  transform: rotate(-45deg) translateX(2px) translateY(2px);
}

html[dir="ltr"] .game-card-body {
  text-align: left;
}

html[dir="rtl"] .game-card-body {
  text-align: right;
}

.lb {
  display: none;
}

.re-edited-box-icon img {
  max-width: min(100%, 245px);
  height: auto;
}

.footer-vision img {
  max-width: 120px;
  height: auto;
  display: block;
}

.SocialMediaLinksfootercontainer .footer-item-heading {
  color: #fff;
  margin-bottom: 0.75rem;
}

.SocialMediaLinksfootercontainer .list-unstyled {
  flex-wrap: wrap;
}

html {
  overflow-x: hidden;
}

@media (max-width: 1180px) {
  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  header.fixed-top.fixed-header {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  nav.navbar {
    height: auto;
    min-height: 4.25rem;
    background: #fff;
  }

  body.hub-page header.fixed-top.fixed-header,
  body.hub-page nav.navbar {
    background: transparent;
    box-shadow: none;
  }

  body.hub-page #navbar-container:not(.sticky-header) {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }

  body.hub-page #navbar-container.sticky-header,
  body.hub-page #navbar-container.sticky-header nav.navbar,
  body.hub-page header.fixed-top.fixed-header:has(.sticky-header) {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .navbar-toggler {
    padding: 0.4rem;
  }

  .navbar-toggler-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23111' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-nav {
    gap: 0;
    margin: 0;
  }

  .sec {
    padding-top: 6.5rem;
  }

  .cta-wrap {
    padding: 0 1rem 1.5rem;
  }

  body.hub-page .sec {
    min-height: 0;
    padding: 0;
  }

  body.hub-page #ssa-aurora-bg {
    min-height: 24rem;
    aspect-ratio: auto;
  }

  body.hub-page .cta-wrap {
    min-height: 14rem;
    padding: 0.45rem 1rem 0;
  }

  body.hub-page:has(.digital-stamp-card) .cta-wrap {
    padding-top: calc(0.45rem + 2.75rem);
  }

  body.hub-page .cta-band {
    padding: 2.75rem 0.75rem 2rem;
  }

  .cta-band {
    padding: 3rem 1.25rem 1.75rem;
  }

  .page-breadcrumb {
    margin: 0 0 1.25rem;
  }

  .page-breadcrumb ol {
    font-size: 0.82rem;
    row-gap: 0.35rem;
  }

  .page-breadcrumb li + li::before {
    margin: 0 0.45rem;
  }

  .games-listing {
    padding: 1.5rem 16px 3rem;
  }

  .games-toolbar {
    grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr);
    gap: 12px;
  }

  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  footer .container {
    max-width: 100%;
    width: 100%;
    padding-inline: 1rem;
  }

  footer {
    background-attachment: scroll;
    overflow-x: hidden;
    max-width: 100%;
  }

  footer .footer-top {
    display: block !important;
    padding: 2.25rem 0 1.5rem;
  }

  footer .footer-top > .container,
  footer .footer-bottom > .container {
    max-width: 100%;
  }

  footer .footer-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  footer .footer-item.has-child .footer-item-heading {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0.85rem 0;
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
  }

  footer .child-list {
    padding-inline-start: 0 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  footer .footer-links .footer-item .menu-link {
    line-height: 1.6;
  }

  footer .footer-item.d-flex {
    padding-top: 1.25rem;
  }

  footer .social-media-link {
    font-size: 1.5rem;
    min-width: 44px;
    min-height: 44px;
  }

  footer .SocialMediaLinksfootercontainer ul {
    gap: 0.5rem !important;
  }

  footer .footer-bottom {
    padding-inline: 0.5rem;
  }

  .nav-item .lang-btn {
    width: fit-content;
    margin-top: 0.75rem;
  }

  .offcanvas.offcanvas-end {
    width: min(100%, 22rem);
  }
}

@media (max-width: 767px) {
  .sec {
    padding-top: 5.75rem;
  }

  .cta-wrap {
    padding: 0 0.85rem 1.25rem;
  }

  .cta-band {
    border-radius: 16px;
    padding: 2.25rem 1rem 1.4rem;
  }

  .cta-title {
    margin-bottom: 0.85rem;
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .cta-subtitle {
    font-size: 0.92rem;
    margin-bottom: 0;
  }

  .page-breadcrumb {
    margin: 0 0 1rem;
  }

  .page-breadcrumb ol {
    font-size: 0.75rem;
    padding: 0;
    border-radius: 0;
    justify-content: flex-start;
    row-gap: 0.3rem;
  }

  .page-breadcrumb li + li::before {
    margin: 0 0.35rem;
  }

  .page-breadcrumb li:last-child span {
    max-width: none;
  }

  .games-listing {
    padding: 1.15rem 12px 2.5rem;
  }

  .games-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .games-search input,
  .games-filter select {
    height: 44px;
    font-size: 16px;
  }

  .games-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .game-card {
    min-height: 0;
    border-radius: 16px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .game-card-media {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .game-card-body {
    margin-top: 0;
    padding: 16px 16px 18px;
  }

  .game-card-body h2 {
    min-height: 0;
    font-size: 17px;
  }

  .game-card-action {
    min-height: 44px;
  }

  footer .footer-top {
    padding: 1.75rem 0 1.25rem;
  }

  footer .container {
    padding-inline: 0.85rem;
  }

  footer .logo-img img {
    max-width: 132px;
  }

  .footer-item-heading {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  footer .col-md-12.mt-5 {
    margin-top: 1.5rem !important;
  }

  .copy-rights {
    text-align: center;
    padding-inline: 0.5rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .games-grid {
    grid-template-columns: 1fr;
  }

  .cta-eye {
    font-size: 0.82rem;
  }

  body.hub-page .sec {
    min-height: 0;
    padding: 0;
  }

  body.hub-page #ssa-aurora-bg {
    min-height: 22rem;
    aspect-ratio: auto;
  }

  body.hub-page .cta-wrap {
    min-height: 12rem;
    padding: 0.35rem 1rem 0;
  }

  body.hub-page .cta-band {
    padding: 2.25rem 0.5rem 1.75rem;
  }

  body.hub-page .cta-title {
    font-size: clamp(1.4rem, 7vw, 2.1rem);
  }

  body.hub-page .cta-subtitle {
    font-size: 1.05rem;
  }
}

@media (hover: none) {
  .game-card:hover,
  .game-card:focus-visible {
    transform: none;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    background: #fff;
  }

  .game-card:hover .game-card-media img,
  .game-card:focus-visible .game-card-media img {
    transform: none;
  }

  .game-card:hover .game-card-media::before,
  .game-card:focus-visible .game-card-media::before {
    transform: translateX(-130%);
  }

  .game-card:hover .game-card-action,
  .game-card:focus-visible .game-card-action {
    background: #1676D7;
    color: #fff;
    transform: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-card,
  .game-card-media img,
  .game-card-media::before,
  .game-card-media::after,
  .game-card-action,
  .game-card-action::after {
    transition: none;
  }

  .game-card:hover,
  .game-card:focus-visible {
    transform: none;
  }

  .game-card:hover .game-card-media img,
  .game-card:focus-visible .game-card-media img {
    transform: none;
  }

  .game-card:hover .game-card-media::before,
  .game-card:focus-visible .game-card-media::before {
    transform: translateX(-130%);
  }

  .game-card:hover .game-card-action,
  .game-card:focus-visible .game-card-action {
    transform: none;
  }
}


