/* Adjust spacing for game filters and gallery */
.games-section .game-tags {
  margin-top: 32px;
  margin-bottom: 24px;
}
.games-section .row.small-margin {
  margin-bottom: 0;
}
.games-section .game-gallery {
  margin-top: -16px;
}
/* Fix game filter tags horizontal layout and remove list dots */
.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.game-tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.game-tags button {
  background: #fff;
  color: #111;
  border: none;
  border-radius: 4px;
  padding: 6px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.game-tags button:hover {
  background: transparent !important;
  color: #6522e1;
  text-decoration: none;
}
.game-tags li button.active {
  color: #6522e1;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  background: transparent;
}
.game-tags button {
  font-family: 'Montserrat', 'Varela Round', 'Raleway', Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: transparent;
  font-weight: 600;
}
/* Footer alignment fix for both LTR and RTL */
#main-footer .row {
  align-items: center;
}
#main-footer .col-lg-3 {
  display: flex;
  align-items: center;
  height: 100%;
}
#main-footer .col-lg-3:first-child {
  justify-content: flex-start;
}
#main-footer .col-lg-3:last-child {
  justify-content: flex-end;
}
#main-footer .footer {
  padding-top: 18px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  #main-footer .col-lg-3 {
    justify-content: center !important;
    text-align: center;
  }
}
html[dir="rtl"] #main-footer .col-lg-3:first-child {
  justify-content: flex-end;
}
html[dir="rtl"] #main-footer .col-lg-3:last-child {
  justify-content: flex-start;
}
/* Cairo Arabic font integration */
@font-face {
  font-family: 'Cairo';
  src: url('../Documentation/fonts/Cairo/Cairo-Regular.woff2') format('woff2'),
       url('../Documentation/fonts/Cairo/Cairo-Regular.woff') format('woff'),
       url('../Documentation/fonts/Cairo/Cairo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

html[lang="ar"], body[lang="ar"] {
  font-family: 'Cairo', Arial, Helvetica, sans-serif !important;
}
/*------------------------------------------------------------------
[Main Stylesheet]

Author: Rababa Games
Website: Rababa Games

-------------------------------------------------------------------
Table of contents

    -General
    -Loading Screen
    -Cookie Management
    -Header & Navigation
    -Hero Section
    -Latest Game Section
    -Games Section
    -Team Section
    -Contact Section
    -Footer
    -Careers Page
    -Policy Pages
    -404 Page

Colors used:
    #6734FF
    #A385FF
    #6522E1

-------------------------------------------------------------------*/

/* --------------------------- /////////// GENERAL /////////// --------------------------- */
/* - Gradient text effect - */
.gradient-text {
  color: #0d0d0d; /* fallback */
  padding: 0 0.3125rem;
  background: linear-gradient(
    90deg,
    rgb(243, 77, 77) 0%,
    rgb(254, 1, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.25rem transparent;
  -webkit-text-fill-color: #0d0d0d;
}

.gradient-fill {
  display: inline;
  background: linear-gradient(
    90deg,
    rgba(54, 37, 219, 1) 0%,
    rgba(181, 60, 242, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-text {
  -webkit-text-stroke-width: 0.1875rem;
  width: auto;
  font-size: 6.5rem;
}

.highlight {
  color: #6734ff;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.heading {
  position: absolute;
  font-size: 4rem;
  margin: -3rem 0 0 3rem;
  font-weight: 700;
}

.custom-bg {
  background-color: #0d0d0d;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-size: cover;
  background-position: center;
}

.socials {
  margin-top: 0.625rem;
}

.socials li {
  display: inline;
  margin-right: 0.9375rem;
}

.socials li i {
  transition: 0.3s;
}

/* -Link Styling- */
a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover:not(.nav-link, .socials li a) {
  color: #fff;
  text-decoration: underline;
}

a:active {
  color: #fff;
  text-decoration: underline;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a.button,
.modal a.button {
  color: #222;
}

a.button:hover,
.modal a.button:hover {
  color: #fff;
}

/* -Resets- */
html,
body {
  color: #fff;
  background-color: #0d0d0d;
  font-size: 16px;
  font-family: "Varela Round", sans-serif;
  overflow-x: hidden;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
video,
canvas,
svg {
  height: auto;
}

/* -Universal padding for section that are not full width- */
.padded {
  padding: 10rem 15rem;
}

/* -Text Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-family: "Varela Round", sans-serif;
  font-size: 1rem; /* 16px */
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
  font-weight: 400;
}

.loader-logo,
#main-logo {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  letter-spacing: 0.5rem;
}

.strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.capitalized {
  text-transform: capitalize;
}

.spaced {
  letter-spacing: 0.3125rem;
}

.subtle {
  color: #999;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

ul {
  margin: 0.625rem 0;
  list-style: none;
  padding: 0;
}

/* -Margins and Floats- */
.floated-left {
  float: left;
}

.floated-right {
  float: right;
}

.inline {
  display: inline;
}

.tiny-margin {
  margin-bottom: 3rem;
}

.small-margin {
  margin-bottom: 6rem;
}

.medium-margin {
  margin-bottom: 8rem;
}


/* -hr- */
hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(54, 37, 219, 1) 0%,
    rgba(181, 60, 242, 1) 100%
  );
  margin: 1.5625rem auto;
}

/* -General Button Styles */
button {
  outline: none !important;
}

.button {
  height: auto;
  width: auto;
  margin: 1.25rem auto;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  border: none;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.button:visited {
  color: #222;
}

.button:hover {
  text-decoration: none !important;
  color: #fff;
  background: #6734ff;
}

.button:focus {
  color: #222;
}

.help-block {
  font-size: 0.75rem;
}

/* --------------------------- /////////// LOADING SCREEN /////////// --------------------------- */
/* -Loading Screen- */
#loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1050;
}

#loader-wrapper .flex-wrapper {
  width: 100%;
}

.loader-logo {
  color: #fff;
  font-size: 3rem;
}

#progress {
  width: 0;
  height: 2px;
  background: #6522e1;
}

.loader-text {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 1rem;
}

/* -Loading Screen Animation- */
.content-loaded {
  transform: translate3d(0px, -100%, 0px);
  transition: all 0.5s ease;
}

/* --------------------------- /////////// COOKIE MANAGEMENT /////////// --------------------------- */
#policy-message,
.policy-notice-bar {
  position: fixed;
  width: 100%;
  background-color: #111;
  color: #fff;
  z-index: 1060;
  transition: 0.5s ease;
  border-top: 1px solid #6522e1;
}

#policy-message {
  bottom: -50%;
  height: 60px;
  padding: 12px;
  text-align: center;
}

#policy-message.open {
  bottom: 0;
}

.policy-notice-bar {
  height: auto;
  bottom: -50%;
  padding: 1rem;
}

.policy-notice-bar a {
  color: #6522e1;
}

.policy-notice-bar a:hover {
  text-decoration: underline;
}

.policy-notice-bar.open {
  bottom: 0;
}

.policy-notice-bar p,
#policy-message p {
  display: inline-block;
  margin-bottom: 0;
}

.policy-notice-bar .close,
#close-policy-message {
  background-color: #fff;
  color: #000;
  float: right;
}

.policy-bar-buttons {
  display: inline-block;
}

.policy-notice-bar button {
  display: inline-block;
  margin-left: 1rem;
}

.policy-notice-bar button,
.policy-notice-bar .close,
#close-policy-message {
  padding: 5px 10px;
  transition: 0.3s;
  border: none;
  border-radius: 2px;
}

.policy-notice-bar button:hover,
.policy-notice-bar .close:hover,
#close-policy-message:hover {
  background-color: #6522e1;
  color: #fff;
}

.checkbox-wrapper {
  margin: 1rem 0;
}

/* --------------------------- /////////// HEADER AND NAVIGATION /////////// --------------------------- */
#main-logo {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 1.25rem;
  text-decoration: none;
  max-height: 100px;
  width: auto;
}

.navbar-dark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: auto;
  transition: 0.4s ease;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
  letter-spacing: 0.125rem;
  font-weight: bold;
  text-decoration: none;
}

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

.fixed-top {
  z-index: 90;
}

.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 90;
}

/* Dropdown Menu */
.navbar-collapse .dropdown-menu {
  margin-top: 0.625rem;
  border: none;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.navbar-collapse .dropdown-item {
  color: #fff;
  text-decoration: none;
}

.navbar-collapse .dropdown-item:hover {
  background: none;
}

.navbar-collapse .dropdown-item .item-text {
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.navbar-collapse .dropdown-item:hover .item-text {
  letter-spacing: 2px;
}

.navbar-collapse .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}

/* Menu icon for mobile */
.navbar-toggler {
  border: none;
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none;
}

#hamburger .icon-bar {
  display: block;
  height: 0.125rem;
  width: 1.5625rem;
  background: #fff;
  margin: 0.4375rem 0;
  transition: 0.3s ease-in-out;
}

/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger .icon-bar:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger .icon-bar:nth-child(3) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open .icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------- /////////// HERO SECTION /////////// --------------------------- */
.hero-section {
  position: relative;
  min-height: 100vh;
  height: auto;
  color: #fff;
  overflow-x: hidden;
}

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

#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.trailer-play-button {
  display: block;
  margin: 5rem auto;
  width: 100px;
}

.trailer-play-button:hover img {
  transform: scale(0.9);
}

.trailer-play-button img {
  width: 100%;
  transition: 0.3s;
}

.awards {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------- /////////// LATEST GAME SECTION /////////// --------------------------- */
/* Explore Rababa Platform Icon Animation */
.platforms-grid .platform-item {
  transition: transform 1.5s cubic-bezier(.4,2,.6,1), box-shadow 1.5s cubic-bezier(.4,2,.6,1);
}
.platforms-grid .platform-item:hover {
  transform: scale(1.045) translateY(-4px);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.18);
  z-index: 2;
}
.platforms-grid .platform-item:active {
  transform: scale(0.98) translateY(0);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
}
.latest-game.right {
  background-image: url("../images/Rababa.png");
  background-color: transparent;
  background-position: right bottom;
  background-size: cover;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  min-height: 720px;
  height: auto;
}

html[dir="rtl"] .latest-game.right {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  background-position: 112% bottom;
}

.feature-img {
  position: absolute;
  height: auto;
  width: auto;
  right: 25%;
}

.latest-game.left {
  margin-top: 5rem;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
}

.latest-game.left .text {
  width: 80%;
}

.latest-game.left h3 {
  font-weight: bold;
}

.latest-game.left .button:focus {
  color: #fff;
  background-color: #6522e1;
}

.latest-game.left .dropdown-menu {
  width: 200px;
  border-radius: 2px;
}

.latest-game.left .dropdown-menu li a {
  color: #000;
}

.latest-game.left .dropdown-menu li a:focus {
  background-color: #6522e1;
  color: #fff;
}

.platforms {
  margin-top: 3rem;
  max-width: 700px;
}

.platforms-title {
  margin-bottom: 0.9rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #d5d7e2;
}

.platforms-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 0.75rem;
}

.platform-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin: 0;
  padding: 0.68rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.platform-item-full-width {
  grid-column: 1 / -1;
  justify-content: center;
}

.platform-item-full-width .platform-copy {
  width: auto;
  align-items: flex-start;
  text-align: left;
}

.platform-item img,
.platform-item svg {
  width: auto;
  height: 30px;
  max-width: 130px;
  display: block;
}

.platform-item img.platform-brand-logo {
  height: 26px;
  max-width: 110px;
  margin-left: 5px;
}

.platform-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.platforms .label {
  display: block;
  font-size: 0.86rem;
  line-height: 1.2;
  color: #f5f7ff;
}

.platform-item.coming-soon {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.platform-item.coming-soon img,
.platform-item.coming-soon svg {
  filter: grayscale(100%);
  opacity: 0.75;
}

.platforms .soon {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8bdce;
}

.platforms-note {
  margin-top: 0.85rem;
  font-size: 0.72rem;
  color: #9da3b7;
}

.colored-border {
  border: 1px solid #fff;
  border-radius: 10px;
}
.button.features {
  padding: 0.563rem 1.9375rem;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 1rem;
}
.button.features:hover {
  background: #fff;
  color: #111;
}

/* --------------------------- /////////// GAMES SECTION /////////// --------------------------- */
.game-tags {
  margin-bottom: 1.5625rem;
}

.game-tags li {
  display: inline;
  margin-left: 0.9375rem;
  font-size: 1.3rem;
}

.game-tags li button {
  transition: 0.3s;
  background: none;
  border: none;
  color: #fff;
}

.game-tags li button:hover,
.game-tags li button:focus {
  color: #6522e1;
}

.game-tags li button.active {
  color: #6522e1;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.game-gallery {
  width: 100%;
  margin: 0 auto;
}

.game-card {
  position: relative;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

.game-card > a {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  min-height: 260px;
  background: linear-gradient(135deg, #1d2332 0%, #2b3246 100%);
}

.game-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.8;
  transition: transform 0.6s ease, filter 0.45s ease, opacity 0.45s ease;
}

.game-img.is-loading {
  opacity: 0.5;
  filter: blur(10px);
  transform: scale(1.05);
}

.game-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: 0.8s ease;
}
.game-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.7rem;
  width: 100%;
  font-size: 1.55rem;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0.35em 0.5em;
  line-height: 1.3;
  margin: 0 auto;
  transform: none;
}

.game-card:hover .overlay {
  opacity: 0.5;
}

.game-card:hover .game-img {
  transform: scale(1.3);
}

.game-card:hover .promotion {
  color: #fff;
}

.game-card.coming-soon .game-img {
  filter: grayscale(100%);
}

.game-card.coming-soon .game-img.is-loading {
  filter: grayscale(100%) blur(8px);
}

.game-card.coming-soon:hover .game-img {
  filter: grayscale(100%);
}

.game-card .promotion {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6522e1;
  padding: 1rem;
  z-index: 4;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .game-card .promotion {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}

.game-card-skeleton {
  pointer-events: none;
}

.game-card-skeleton .skeleton-media {
  width: 100%;
  min-height: 260px;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.06) 20%,
    rgba(255, 255, 255, 0.14) 40%,
    rgba(255, 255, 255, 0.06) 60%
  );
  background-size: 200% 100%;
  animation: game-card-shimmer 1.2s linear infinite;
}

.game-card-skeleton .skeleton-title {
  position: absolute;
  left: 8%;
  top: 10%;
  width: 45%;
  height: 1.9rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
}

@keyframes game-card-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* --------------------------- /////////// TEAM SECTION /////////// --------------------------- */
.team-wrapper {
  position: relative;
}

.team-cards-background {
  position: absolute;
  width: 80%;
  height: 25%;
  top: 35%;
  left: 10%;
  background: linear-gradient(
    90deg,
    rgba(181, 60, 242, 0.9) 0%,
    rgba(54, 37, 219, 0.9) 100%
  );
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card img {
  border-radius: 3px;
  display: block;
  transition: 0.6s ease;
}

.team-wrapper .col-lg-3:nth-of-type(2n) {
  margin-top: 5%;
}

.team-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #111;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 3px;
}

.team-card:hover .team-overlay {
  opacity: 0.3;
}
.team-card:hover img {
  transform: scale(1.2);
}

.member-description {
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 100%;
  transition: 0.6s ease;
  z-index: 2;
}

.team-card:hover .member-description {
  bottom: 2rem;
}

.member-description h3 {
  margin-bottom: 0;
}

.socials.team li a i {
  font-size: 1.5rem;
  color: #fff;
}

.socials.team li a i:hover {
  transform: scale(1.2);
}

/* -- Careers -- */
#careers .col-lg-5 {
  padding: 0 0 0 3%;
}

.studio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  mix-blend-mode: multiply;
  transition: 0.4s ease;
  z-index: 1;
}

.studio-gallery {
  padding: 1.875rem 0;
}

.studio-item {
  padding: 0;
  overflow: hidden;
}

.studio-item img {
  width: 100%;
  transition: 0.6s ease;
}

.studio-item:hover .studio-overlay {
  opacity: 0.5;
}

.studio-item:hover img {
  transform: scale(1.2);
}

/* Lightbox caption style */
.glightbox-clean .gslide-description {
  background-color: rgba(0, 0, 0, 0.8);
}
.glightbox-clean .gdesc-inner {
  background-color: transparent;
  padding: 1rem;
}

.glightbox-clean .gslide-title {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
}

/* --------------------------- /////////// CONTACT SECTION /////////// --------------------------- */

input {
  width: auto;
  color: #fff;
  background: none;
  outline: none;
  border-bottom: 2px solid #6522e1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 1.5625rem;
}

textarea {
  width: 100%;
  height: 6.25rem;
  color: #fff;
  background: none;
  outline: none;
  border-bottom: 2px solid #6522e1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 1.5625rem;
}

input:focus,
textarea:focus {
  border-color: #fff !important;
}

input,
textarea {
  transition: 0.2s;
}

input,
textarea,
select {
  transition: background-color 9999s ease-in-out 0s !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #0d0d0d inset !important;
  -webkit-text-fill-color: #fff !important;
}

input#newsletter {
  display: inline-block;
  width: 70%;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#newsletterForm a {
  font-weight: bold;
}

.newsletter-button {
  display: inline-block;
  margin: 0 0 1rem 0;
}

.newsletter-perks li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.newsletter img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.company-info {
  margin-top: 3rem;
}

.company-info li {
  display: block;
  font-size: 1rem;
}

.company-info .highlighted {
  color: #fff;
}

.company-info a {
  color: #fff;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-weight: bold;
}

.company-info li a:hover {
  text-decoration: underline;
}

.company-info li i {
  padding: 1rem;
  margin: 0 1rem 1rem 0;
  background-color: #111;
}

/* --------------------------- /////////// FOOTER /////////// --------------------------- */
.footer {
  width: 100%;
  height: auto;
  background: #070707;
  border-top: 1px solid #f2bc58;
  padding: 0.5rem 0;
}

.footer .col-lg-3 {
  display: flex;
}

.footer .col-lg-3:first-of-type {
  justify-content: flex-start;
}

.footer .col-lg-3:last-of-type {
  justify-content: flex-end;
}

.footer .socials li {
  display: inline;
}

.footer .socials li a {
  color: #fff;
}

.footer .socials li a:hover {
  color: #6522e1;
  text-decoration: none;
}

.footer .socials li a:focus {
  color: #6522e1;
}

#copyright {
  margin-top: 0.425rem;
  margin-bottom: 0;
}

.footer-links li {
  display: inline;
  font-size: 14px;
  margin: 0 12px;
}

.footer-links button {
  background: none;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer-links li a:hover,
.footer-links button:hover {
  color: #fff;
  text-decoration: underline;
}

/* --------------------------- /////////// CAREERS PAGE /////////// --------------------------- */
.careers-page {
  background-color: #0d0d0d;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  min-height: 720px;
  padding: 15% 0;
}

.hero h1 {
  font-size: 5rem;
  font-weight: 200;
}

.company-logo {
  width: 70%;
}

.job-perks li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.team-video {
  position: relative;
  max-height: 410px;
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.16),
    0 6px 12px rgba(0, 0, 0, 0.11);
}

.play-button.team {
  width: 10%;
  position: absolute;
  top: 40%;
  left: 45%;
  transition: 0.3s;
}

.team-video:hover .play-button.team {
  transform: scale(1.2);
}

.jobs-carousel {
  padding-bottom: 8rem;
}

.job-card {
  background: rgba(0, 0, 0, 0.6);
  color: FFF;
  border-radius: 2px;
  padding: 2rem 3rem;
  text-align: center;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.11);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.job-card hr {
  color: #6522e1;
  border-top: 1px solid;
  opacity: 1;
  width: 120px;
  margin: 1rem auto;
}

.job-card .button:hover {
  background-color: #fff;
  color: #111;
  transform: scale(1.1);
}

.modal-content {
  background-color: #070707;
}

.skill-list,
.job-requirements {
  list-style: none;
  padding: 0;
}

.skill-list li {
  display: inline-block;
  border: 1px solid #6522e1;
  border-radius: 20px;
  padding: 5px 15px 7px 15px;
  margin: 5px 5px;
}

.job-requirements li:before {
  content: "\f101";
  color: #6522e1;
  display: inline-block;
  width: 1rem;
  margin-left: -10px;
  font-family: fontawesome;
}

.job-requirements li {
  margin: 1rem;
}

.job-requirements li p {
  padding: 0 10px;
  display: inline;
}

.modal-header button {
  background-color: #fff;
  border: 1px solid #000;
}

.modal-footer .button {
  margin: 0 0 0 1rem;
}

/* --------------------------- /////////// POLICY PAGES /////////// --------------------------- */
.extra-page {
  font-size: 0.875rem;
}

.extra-page h3 {
  font-size: 1.5rem;
}

.extra-page a:not(.socials li a) {
  color: #a385ff;
}

.extra-page a:hover {
  text-decoration: underline;
}

.extra-page .hero-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  height: auto;
  background: #222;
  border: none;
}

.extra-page h1 {
  font-size: 3.5rem;
}

.extra-page h2 {
  font-size: 1.8rem;
}

.text-container ul {
  list-style: circle;
  margin-left: 2.5rem;
}

.text-container ul li {
  margin: 0.3125rem 0;
}

.text-container ol li {
  margin: 0.3125rem 0;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  background: #171717;
  border: none;
  height: 3.75rem;
}

.breadcrumb {
  border: none;
  background: none;
  margin: 0;
  padding-left: 1rem;
}

.breadcrumb-item.active {
  color: #999;
}

.breadcrumb-item.active::before {
  color: #999;
}

.form-control {
  height: 2.8125rem;
  width: 100%;
  background: #222;
  border: none;
  outline: 1px solid #333;
  color: #fff;
}

.form-control:focus {
  background: #222;
  border: none;
  outline: 1px solid #fff;
  color: #fff;
}

.form-control-select {
  width: 100%;
  height: 2.8125rem;
  background: #222;
  border: none;
  outline: 1px solid #333;
  color: #fff;
  padding: 0 0 0 1.25rem;
}

.checkbox {
  font-size: 0.875rem;
}

.checkbox input {
  width: auto;
  height: auto;
  vertical-align: -5%;
  margin-right: 0.375rem;
}

#privacyForm .button {
  width: 100%;
  margin-top: 0;
  height: 3.125rem;
  font-size: 1.1rem;
}

.form-container {
  flex-basis: 100%;
}

#privacyForm input {
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  border: none;
  border-radius: 4px;
  background: #222;
  padding: 0 0 0 20px;
  color: #fff;
}

#privacyForm input:focus {
  outline: 1px solid #fff;
}

#privacyForm .form-group {
  margin-bottom: 1rem;
}

#footer-extra {
  padding-top: 1.5625rem;
  border-top: 1px solid #6734ff;
}

#footer-extra .socials li a {
  margin-bottom: 10px;
}

#footer-extra .socials li a:hover {
  text-decoration: none;
  color: #6522e1;
}

/* --------------------------- /////////// 404 PAGE /////////// --------------------------- */
.error-page {
  background-color: #0d0d0d;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.error-page .col-lg-12 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.error-page h1 {
  font-size: 10rem;
  letter-spacing: 1rem;
  margin-bottom: 0;
}

.error-page p {
  font-size: 1.5rem;
  padding-top: 0;
  margin-bottom: 2rem;
}

/* --------------------------- /////////// SOCIAL MEDIA SECTION /////////// --------------------------- */
.social-media-box {
  text-align: center;
  margin-top: 5rem;
}

.social-media-box h3 {
  margin-bottom: 2rem;
}

.social-media-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.social-media-icons li {
  display: inline-block;
  margin: 0;
}

.social-media-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(103, 52, 255, 0.1);
  border: 2px solid rgba(103, 52, 255, 0.3);
  color: #fff;
  transition: all 0.3s ease;
}

.social-media-icons a:hover {
  background: rgba(103, 52, 255, 0.3);
  border-color: rgba(103, 52, 255, 0.6);
  transform: translateY(-5px);
}

.social-media-icons a.youtube:hover {
  color: #ff0000;
  border-color: #ff0000;
}

.social-media-icons a.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  border-color: #e6683c;
}

.social-media-icons a.tiktok:hover {
  color: #25f4ee;
  border-color: #25f4ee;
}

.social-media-icons a.facebook:hover {
  color: #1877f2;
  border-color: #1877f2;
}

.social-media-icons a.twitter:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}

.social-media-icons a.linkedin:hover {
  color: #0a66c2;
  border-color: #0a66c2;
}

/* Orange Arrow */
.orange-arrow {
  margin-top: 2rem;
  animation: bounce 2s infinite;
}

.orange-arrow svg {
  width: 40px;
  height: 40px;
  color: #ff9500;
  stroke: #ff9500;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

/* --------------------------- /////////// RESPONSIVE STYLES /////////// --------------------------- */
@media (min-width: 1680px) {
  .container {
    max-width: 1500px;
  }

  .latest-game.left {
    margin-top: 6.5rem;
    padding: 2rem 2rem 2rem 6.5rem;
  }

  .latest-game.left .text {
    width: 88%;
  }

  .latest-game.right {
    min-height: 860px;
    background-position: right center;
  }

  html[dir="rtl"] .latest-game.right {
    background-position: 108% center;
  }

  .platforms {
    max-width: 820px;
  }

  .platforms-grid {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
    gap: 0.95rem;
  }
}

@media (max-width: 1200px) {
  .policy-bar-buttons,
  .policy-notice-bar .close {
    margin-top: 10px;
  }

  .latest-game.left {
    padding: 0;
  }

  .latest-game.right {
    display: none !important;
  }

  .mobile-monogram {
    display: block;
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .mobile-monogram img {
    max-width: 35%;
  }

  .latest-game.left .button.features {
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 0;
  }

  .platforms {
    margin-left: auto;
    margin-right: auto;
  }

  .platforms-title {
    text-align: center;
  }

  .big-text {
    font-size: 4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .feature-img {
    display: none;
  }

  .platform-item img,
  .platform-item svg {
    height: 30px;
    width: auto;
    display: inline-block;
  }

  .tiny-margin {
    margin-bottom: 1.5rem;
  }

  .small-margin {
    margin-bottom: 3rem;
  }

  .medium-margin {
    margin-bottom: 4rem;
  }

  .large-margin {
    margin-bottom: 6rem;
  }

  #newsletter {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .latest-game.left {
    margin: 0 auto;
    max-width: 920px;
  }
}

@media (max-width: 1024px) {
  .latest-game.right {
    display: none;
  }

  .team-wrapper .col-lg-3:nth-of-type(2n) {
    margin-top: 0;
  }

  .team-cards-background {
    opacity: 0;
  }

  .team-card img {
    margin: 2rem auto;
  }

  .careers-section-collage {
    display: block;
    margin: 0 auto;
  }

  .padded {
    padding: 5rem 3rem;
  }

  .newsletter img {
    margin-top: 2rem;
  }

  .footer .col-lg-3 {
    justify-content: center !important;
  }

  #footer-extra .col-md-4 {
    justify-content: center !important;
    text-align: center;
    padding-bottom: 2rem;
  }
}

@media (min-width: 991px) and (max-width: 1366px) {
  h3 {
    font-size: 1.5rem;
  }
  .game-card h3 {
    font-size: 1.5rem;
  }

  .game-card .promotion {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }

  .careers-page .hero img {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-dark {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .hero-caption {
    width: min(92%, 48rem);
  }

  .awards {
    margin-top: 3.5rem;
  }

  .padded {
    padding: 5rem 2rem;
  }

  .scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
  }

  .navbar-collapse .dropdown-menu {
    background: none;
  }

  .careers-page .hero {
    padding: 20% 0 15% 0;
  }

  .careers-page .hero h1 {
    text-align: center;
    margin-bottom: 10%;
    font-size: 4rem;
  }

  .careers-page .hero img {
    margin: 0 auto;
  }

  .team-video {
    margin-top: 2rem;
  }

  .error-page h1 {
    font-size: 8rem;
  }

  #careers .button {
    width: 100%;
    margin-bottom: 5rem;
  }

  .contact-box button {
    width: 100%;
  }

  .contact-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    padding-left: 1rem;
  }

  .hero-section {
    min-height: 95vh;
  }

  .hero-caption {
    width: 92%;
  }

  .awards {
    margin-top: 2rem;
  }

  .latest-game.left {
    margin-top: 0;
    padding: 1rem;
  }

  .latest-game.left .text {
    width: 100%;
  }

  .mobile-monogram img {
    max-width: 45%;
  }

  .game-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: 0;
  }

  .game-tags li {
    margin: 0;
    font-size: 1rem;
  }

  .game-card > a {
    min-height: 200px;
  }

  .game-card h3 {
    left: 1rem;
    top: 1rem;
    font-size: 1.1rem;
  }

  .social-media-icons {
    gap: 1rem;
  }

  .footer .text-end {
    text-align: center !important;
  }

  .padded {
    padding: 4rem 1.25rem;
  }

  .platforms {
    display: block;
    max-width: 100%;
  }

  .platforms-grid {
    grid-template-columns: 1fr;
  }

  .platform-item {
    padding: 0.7rem 0.8rem;
    justify-content: center;
  }

  .latest-game.left {
    margin-bottom: 5rem;
  }

  #policy-bar button {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }

  #close-policy-bar {
    float: none;
  }

  #close-policy-message {
    float: none;
  }
}

@media (max-width: 692px) {
  #policy-message {
    height: 150px;
  }

  .hero {
    margin-bottom: 0;
  }

  .modal-header h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  p {
    font-size: 0.95rem;
  }

  .padded {
    padding: 3.25rem 1rem;
  }

  .hero-caption {
    width: 94%;
  }

  .awards {
    margin-top: 1.25rem;
  }

  .heading {
    margin-left: 0;
    margin-top: -2rem;
    font-size: 2rem;
  }

  .big-text {
    font-size: 3rem;
  }

  .game-card h3 {
    font-size: 1.2rem;
  }

  .game-card .promotion {
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .game-tags li {
    margin-left: 0;
  }

  .careers-page .hero {
    padding: 35% 0 0 0;
  }

  .careers-page .hero h1 {
    font-size: 2.5rem;
  }

  .newsletter-perks li {
    font-size: 1.2rem;
  }

  .company-info .label {
    display: none;
  }

  .company-info li i {
    padding: 0;
  }

  .footer-links li {
    display: block;
    margin-bottom: 8px;
  }

  .social-media-icons a {
    width: 44px;
    height: 44px;
  }


@media (max-width: 430px) {
  .hero-caption {
    width: 96%;
  }

  .awards {
    max-height: 88px;
  }

  .game-tags {
    gap: 0.35rem;
  }

  .game-tags li button {
    font-size: 0.92rem;
    padding: 0.2rem 0.35rem;
  }

  .platform-item {
    gap: 0.6rem;
    padding: 0.62rem 0.7rem;
  }

  .footer {
    padding: 0.75rem 0;
  }

  #copyright {
    font-size: 0.86rem;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .padded {
    padding: 2.8rem 0.85rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .game-card .promotion {
    padding: 4px 8px;
    font-size: 0.74rem;
  }

  .social-media-icons {
    gap: 0.75rem;
  }
}
  #main-logo {
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    margin: 0;
  }

  .policy-notice-bar {
    padding-bottom: 1.25rem;
  }

  .policy-notice-bar button,
  .policy-notice-bar .close,
  #close-policy-message {
    width: 100%;
    margin: 0.5rem 0 0;
    float: none;
  }
}

/* Hero Section Awards (Responsive & Aligned) */
.hero-title {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.08em;
  font-size: clamp(2.2rem, 8vw, 5rem);
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  line-height: 1.1;
  white-space: nowrap;
}

.hero-title-text {
  display: inline-block;
}

.hero-title .registered-mark {
  flex: 0 0 auto;
  font-size: 0.34em;
  line-height: 1;
  align-self: flex-start;
  transform: translateY(0.08em);
}

.hero-subtitle {
  font-size: clamp(1rem, 3.2vw, 1.5rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  margin-bottom: 16vh;
}

.awards-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 30px);
  margin-bottom: 1rem;
}

.award-wing {
  width: 10%;
  max-width: 60px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
  margin: 0;
  padding: 0;
}

.award-badge {
  width: 18%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  margin: 0;
  padding: 0;
}
