/*------------------------------------------------------------------
[Master Stylesheet]

Author: AtypicalThemes
Template: Strider - A Game Studio Template
Version:	1.0

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

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

    I.General
    II.Page Prealoader
    III.Header & Navigation
    IV.Hero Section
    V.About Section
    VI.Games Section
    VII.Team Section
    VIII.Careers Section
    IX.Contact Section
    X.Footer
    XI.404 Page
    XII.Responsive Styles

-------------------------------------------------------------------
[Color codes]

Background:	#111; (black)
Content:	#FFF; (white)
Footer:		#070707; (black)

a (standard):	#F5F5F5; (white)
a (hover): #22e7ff; (orange)
a (visited):	#22e7ff;
a (active):	#22e7ff;

[Colors]

Primary Color: #22e7ff;
-------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500'); /* Raleway Font */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');  Open Sans Font */
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap");

/*

@import "../css/bootstrap.min.css";
@import "../css/plugins/animate.css";
@import "../css/plugins/fontawesome.min.css";
@import "../css/plugins/nice-select.css";
@import "../css/plugins/magnific-popup.css";
@import "../css/plugins/remixicon-min.css";
*/



@import "../css/plugins/materialicons.css";
@import "../css/plugins/slick.min.css";
@import "../css/plugins/odometer-min.css";


:root {
  --body-font: sans-serif;
  --head-font: "Chakra Petch", sans-serif;
  --danger-color: #ED5050;
  --success-color: #3FCA90;
  --warning-color: #EDCB50;
  --info-color: #3F7FCA;
  --gradient-one-color: linear-gradient(179.33deg, rgba(9, 146, 106, 0) 5%, #09926A 90%);
  --box-shadow-one: 0px 4px 4px rgba(19, 40, 34, 0.2);
  --terahard-color: #22e7ff;
  --terahard-dark-color: #007bb8;
  --p50: #e7fef7;
  --p75: #9cf9dd;
  --p100: #73f6cf;
  --p200: #37f3bb;
  --p300: #22e7ff;
  --p400: #0aa879;
  --p500: #09926a;
  --s50: #e9ebfd;
  --s75: #a6abf8;
  --s100: #8188f5;
  --s200: #4b55f0;
  --s300: #2632ed;
  --s400: #1b23a6;
  --s500: #171f91;
  --n0: #ffffff;
  --n10: #fafafb;
  --n20: #f6f6f6;
  --n30: #ecedee;
  --n40: #e1e1e3;
  --n50: #c5c5ca;
  --n60: #b7b7bd;
  --n70: #abacb2;
  --n80: #9d9ea5;
  --n90: #8f9098;
  --n100: #81828b;
  --n200: #73747f;
  --n300: #656772;
  --n400: #5a5b67;
  --n500: #4c4d5a;
  --n600: #404250;
  --n700: #303141;
  --n800: #222434;
  --n900: #161829;
  --pL50: #e6eeeb;
  --pL75: #99b8af;
  --pL100: #6e9a8d;
  --pL200: #306f5c;
  --pL300: #05513b;
  --pL400: #043929;
  --pL500: #033124;
  --sL50: #e7e8f8;
  --sL75: #9da1e4;
  --sL100: #747ad9;
  --sL200: #3841c8;
  --sL300: #0f1abd;
  --sL400: #0b1284;
  --sL500: #091073;
}


.modal-backdrop,
.modal {
  position: fixed !important;
  z-index: 1050 !important;
  /* Standard for Bootstrap modals */
}

.nav-link {
  position: relative;
  /* Ensure the circle is positioned relative to the nav-link */
}

.nav-link .circle {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  /* Position the circle just below the text */
  left: 50%;
  transform: translateX(-50%);
  /* Center the circle horizontally */
  overflow: hidden;
  transition: 500ms;
}

.nav-link:hover .circle {
  height: 100%;
  width: 100%;
  left: 0;
  transform: translateX(0);
  /* Reset the transform to align with the left edge */
  border-radius: 0;
  border-bottom: 2px solid var(--terahard-color);
}


#games {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  /* Ensure content stays on top */
  overflow: visible;
  /* Ensure the background can extend outside the container */
}

/* General style for background wrappers */
.background-wrapper {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  /* Ensures the full width of the viewport */
  margin-left: calc(-50vw + 50%);
  /* Center align the background */
  background-color: inherit;
  /* Inherit the background color from specific section class */
  z-index: -1;
  /* Place it behind the content */
}

/* Specific background colors for each section */
.games-bg {
  background-color: #222433;
  /* Adjust as needed */
}

/*
.services-bg {
    background-image: url(images/our-games-bg-2.png);
}
*/

.custom-center {
  display: flex;
  justify-content: center;
}


.fs-three,
.title-area h3,
.title-area h3>a {
  font-size: 28px;
  line-height: 38.4px;
}

.mb-3 {
  margin-bottom: .75rem !important;
}

.mt-6 {
  margin-top: .75rem !important;
}

.box-style.box-first {
  width: initial;
  height: initial;
  flex-direction: column;
  border-radius: 0;
  background-color: transparent;
  display: flex;
}

.box-style.box-first:before {
  background-color: transparent;
}

.box-style.box-first:hover:before {
  background-color: var(--n700);
  border-radius: 0;
}

.box-style.box-second {
  width: initial;
  height: initial;
  border-top: 1px solid var(--n700);
  border-bottom: 1px solid var(--n700);
  border-radius: 0;
  background-color: transparent;
}

.box-style.box-second:before {
  background-color: transparent;
}

.box-style.box-second:hover {
  border-color: transparent;
}

.box-style.box-second:hover:before {
  background-color: var(--n800);
  border-radius: 12px;
}

.sub-title {
  font-family: var(--head-font);
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 31px;
  font-weight: 700;

}

.fs-two,
h2,
h2>a {
  font-size: 40px;
  line-height: 48px;
}

.fs-four,
h4,
h4>a {
  font-size: 24px;
  line-height: 31.2px;
}

h4 span,
h4>a span,
.heading,
.heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five,
.heading-six {
  font-family: var(--head-font);
  color: var(--n0);
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: capitalize;
  transition: all 0.3s;
}

h4 span,
h4>a span,
.heading span {
  font-size: inherit;
  font-family: inherit;
  color: var(--p300);
  line-height: inherit;
  font-weight: inherit;
}

.our-services .slide-area {
  margin: 0 12px;
}

.our-services .single-slider {
  background-color: var(--n800);
  border-radius: 8px;
}

.our-services .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--terahard-dark-color);
}

.our-services .icon-box i {
  color: var(--n0);
}

.our-services .link-area a {
  color: var(--p300);
  gap: 4px;
  transition: 0.3s;
}

.our-services .link-area a:hover {
  gap: 12px;
}

.our-services .services-thumb .link-item a {
  background: var(--n900);
  color: var(--p300);
}

.our-services.index-two {
  background: var(--n800);
}

.our-services.index-two .end-area {
  min-width: 40px;
  min-height: 40px;
  background: var(--n700);
  border-radius: 40px;
  transition: all 0.3s;
}

.our-services.index-two .end-area i {
  color: var(--p300);
  transition: all 0.3s;
}

.our-services.index-two .single-box {
  border-color: var(--n600);
}

.our-services.index-two .single-box:hover h3 {
  color: var(--p300);
}

.our-services.index-two .single-box:hover .end-area {
  background: var(--p300);
}

.our-services.index-two .single-box:hover .end-area i {
  color: var(--n700);
}

.our-services.index-two .shape-area {
  animation: rotate 35s linear infinite;
  left: -60px;
  bottom: -30px;
}

.our-services.index-three {
  background-color: var(--n900);
}

.our-services.service .single-box {
  background-color: var(--n800);
}

.our-services.service .single-box.head-content {
  background-color: var(--p300);
}

.our-services.service .btn-area a {
  background-color: var(--n800);
  color: var(--n0);
}

.our-services.service .icon-box {
  background-color: var(--n600);
}

.our-services.service .icon-box i {
  color: var(--p300);
}

.our-services.service .single-slide {
  margin: 0 10px;
}

*::-webkit-scrollbar-track {
  background: var(--n700);
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: var(--terahard-color);
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}

.cus-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.cus-scrollbar::-webkit-scrollbar-button,
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}

.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}

.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: var(--p300);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  color: var(--p300);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 120px;
  transform: translateY(0%) rotate(-90deg);
}

.scrollToTop::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: -50px;
  background: var(--p300);
}


.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: var(--p300);
  transition: all 0.7s ease;
  z-index: -1;
}


.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-one {
  font-size: 80px;
  line-height: 96.8px;
  font-family: var(--head-font);
  font-weight: 700;
  text-transform: capitalize;


}

.fs-five,
h5,
h5>a {
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-family: var(--body-font);
}


.unselectable {
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

.unselectable img {
  pointer-events: none;
  /* Prevent dragging of the image */
}

.pt-60 {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .pt-60 {
    padding-top: 30px;
  }

  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 575px) {
  .pt-60 {
    padding-top: 20px;
  }
}


.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }

  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}


.pb-120 {
  padding-bottom: 120px;
}


@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }

  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.counter-section {
  font-family: var(--body-font);
  /*  background-color: var(--n900);*/
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}

.counter-section .single-box.active-area:before {
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--n700);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translate(0%, 0%);
  border-radius: 0;
}

.counter-section .single-box p {
  color: var(--n0);
  font-weight: 400;
}

.counter-section .display-one,
.counter-section span {
  color: var(--n800);
}

.counter-section.index-two .single-box {
  background: var(--n800);
  border-radius: 16px;
}

.counter-section.index-two .fs-two,
.counter-section.index-two span {
  color: var(--n0);
}

.counter-section.index-two .icon-box {
  width: 60px;
  height: 60px;
  background: var(--terahard-dark-color);
  border-radius: 40px;
}

.counter-section.index-two .icon-box i {
  color: var(--n0);
}


.slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--n700);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.slick-arrow:hover {
  border-color: var(--terahard-color);
  box-shadow: var(--box-shadow-one);
}

.slick-arrow:hover i {
  color: var(--n900);
}

.slick-arrow i {
  color: var(--n0);
  font-size: 24px;
  transition: 0.1s;
}

.slick-arrow.arafat-prev {
  left: calc(50% - 60px);
  transform: rotate(180deg);
}

.slick-arrow.arafat-next {
  right: calc(50% - 60px);
}

.slick-arrow.top-right {
  bottom: initial;
  left: initial;
  top: -120px;
}

.slick-arrow.top-right.arafat-prev {
  right: 70px;
}

.slick-arrow.top-right.arafat-next {
  right: 0;
}

.slick-arrow.bottom-right {
  width: 35px;
  height: 35px;
  bottom: 32px;
  border-color: var(--terahard-color);
}

.slick-arrow.bottom-right.arafat-prev {
  left: initial;
  right: 84px;
}

.slick-arrow.bottom-right.arafat-next {
  right: 32px;
}

.slick-arrow.bottom-right:hover i {
  color: var(--n0);
}


@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.slick-double-dots {
  display: flex;
  justify-content: end;
  align-items: center;
  bottom: 33px;
  position: absolute;
  width: calc(100% - 100px);
  right: 40px;
}

.slick-double-dots .totalString {
  position: absolute;
  right: -20px;
}

.slick-double-dots li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-double-dots li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  border: 1px solid var(--n50);
  z-index: 2;
  transition: 0.3s;
}

.slick-double-dots li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  z-index: 2;
  transition: 0.3s;
}

.slick-double-dots li.slick-active::before {
  background-color: var(--terahard-color);
  border-color: transparent;
  z-index: 5;
}

.slick-double-dots li.slick-active::after {
  border-color: var(--terahard-color);
}

.slick-double-dots .progressBar {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 80px;
  left: 0;
}

.slick-double-dots .progressBar::before {
  content: "";
  background-color: var(--n0);
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.slick-double-dots .progressBar .string {
  position: absolute;
  opacity: 0;
  left: -20px;
}

.slick-double-dots .progressBar span {
  font-size: inherit;
}

.slick-double-dots .slick-active .string {
  opacity: 1;
}

.slick-double-dots .slick-active .progressBar::after {
  content: "";
  background-color: var(--terahard-color);
  height: 1px;
  position: absolute;
  width: 100%;
  animation: progressBar 2s ease-in-out;
  z-index: 5;
}

.gaming-character .slick-track {
  padding-bottom: 70px;
}

.gaming-character .slick-arrow.bottom-right.arafat-prev {
  left: 10px;
  right: initial;
  bottom: 0;
}

.gaming-character .slick-arrow.bottom-right.arafat-next {
  left: 60px;
  right: initial;
  bottom: 0;
}

.gaming-character .single-slider {
  margin: 0 10px;
}

.gaming-character .single-slider img {
  width: 100%;
}

.gaming-character .section-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--n500);
  height: 1px;
  width: 90%;
  right: 0;
}

.gaming-character .section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
  width: 20%;
  transition: all 0.3s;
}

.gaming-character .section-dots li .dot {
  display: block;
  width: 20%;
  height: 1px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
}

.gaming-character .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.gaming-character .section-dots li.slick-active .dot {
  background-color: var(--terahard-color);
}

.gaming-character.ongoing-values .slide-area {
  width: 306px !important;
}

.gaming-character.ongoing-values .slick-center .single-box {
  background-color: var(--n700);
}

.gaming-character.ongoing-values .section-dots {
  width: 60%;
  right: 15%;
}

.gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-prev {
  left: 15%;
}

.gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-next {
  left: 18%;
}

.gaming-character.ongoing-values .icon-box {
  width: 80px;
  height: 80px;
  background: var(--terahard-dark-color);
  border-radius: 40px;
}

.gaming-character.ongoing-values .icon-box i {
  color: var(--n0);
}

.gaming-character.what-we-offer .single-box {
  background-color: var(--n800);
}

.gaming-character.what-we-offer .slick-center .single-box {
  background-color: var(--n800);
}

.gaming-character.what-we-offer .slick-track {
  padding: 0;
}

.gaming-character.our-story .section-dots {
  width: 80%;
}

.gaming-character.our-story .single-area {
  background: var(--n800);
  border: 1px solid var(--n600);
  border-radius: 16px;
}

.gaming-character.our-story .single-area .text-box he {
  color: var(--terahard-color);
}

.gaming-character.our-story .single-area .year-box {
  background-color: var(--warning-color);
  min-width: 120px;
  height: 120px;
  border-radius: 10px;
}

.gaming-character.gallery .slide-area {
  width: initial !important;
}

@media (max-width: 1499px) {
  .sidebar-wrapper .sidebar-content {
    left: 40px;
    width: 100%;
  }

  .gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-next {
    left: 19%;
  }
}

.gaming-character .section-dots {
  width: 85%;
}

.gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-prev {
  left: 14%;
}


.gaming-character .section-dots {
  width: 75%;
}

.gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-prev {
  left: 13%;
}


.gaming-character.ongoing-values .slick-arrow.slick-arrow {
  display: none !important;
}

.gaming-character .slick-track {
  padding-bottom: 40px;
}

.gaming-character.our-story .section-dots {
  width: 75%;
}

.gaming-character.our-story .slick-track {
  padding-bottom: 60px;
}


.gaming-character.our-story .single-area .year-box {
  min-width: 80px;
  height: 80px;
}

.gaming-character.our-story .section-dots {
  width: 65%;
}


.gaming-character .section-dots {
  width: 60%;
}

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
/* -Color- */
.colored {
  color: #22e7ff;
}

/* -Link Styling- */
a {
  color: #007bb8;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

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

a:hover {
  color: #22e7ff;
  text-decoration: underline;
}

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

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

/* -Resets- */
html,
body {
  background-color: #111;
  background: url(../images/bg.png);
  background-repeat: repeat;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5rem;
  /* 24px */
  max-width: 100%;
  overflow-x: hidden;
}

/* -Full width fluid container- */
.full-width {
  padding-left: 0;
  padding-right: 0;
}

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

h1 {
  font-size: 2.5rem;
  /* 36px */
  font-family: var(--head-font), sans-serif;
  letter-spacing: 5px;
}

h2 {
  font-size: 1.50rem;
  /* 24px */
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
  /* 20px */
  font-weight: 400;
}

h4 {
  font-size: 1.10rem;
  font-weight: 300;
}

p {
  font-family: sans-serif;
  font-size: 0.9375rem;
  /* 15px */
  padding: 5px 5px 5px 0;
  margin: 0;
}

.strong {
  font-weight: bold;
}

.subtle {
  color: #999;
}

.spaced {
  letter-spacing: 5px;
}

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

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

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

ul {
  list-style-type: none;
  padding: 0;
}

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

.floated-right {
  float: right;
}

.inline {
  display: inline;
}

.offset {
  margin-left: 10px;
}

.tiny-margin {
  margin-bottom: 1.5em
    /* 24px */
}

.small-margin {
  margin-bottom: 3em;
  /* 48px */
}

.medium-margin {
  margin-bottom: 6em;
  /* 96px */
}

.large-margin {
  margin-bottom: 12em;
  /* 192px */
}

/* -<hr>- */
hr {
  width: 100%;
  height: 2px;
  background: #22e7ff;
  margin: 20px 0;
  border: none;
}

.hr-short {
  width: 100px;
  height: 2px;
  margin: 5px auto;
}

.short-hr-left::after {
  border-top: 2px solid;
  border-color: #22e7ff;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  margin: 13px 0 0 0;
}

.short-hr-center::after {
  border-top: 2px solid;
  border-color: #22e7ff;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  margin: 13px auto 0 auto;
}

/* General input fields */
input {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #D4D4D4 !important;
}

input:focus {
  border: 1px solid #333;
  outline: none;
}

textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #D4D4D4 !important;
}

textarea:focus {
  border: 1px solid #333;
  outline: none;
}

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

.button {
  background: var(--terahard-dark-color);
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  display: block;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button:hover {
  background: #FFF;
  color: #2B2B2B;
}

/* --------------------------- /////////// II. PAGE PRELOADER /////////// --------------------------- */
/* -Loading Screen- */
#loader-wrapper {
  background: #111;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1050;
}

.loader-logo {
  position: relative;
  color: #FFF;
  top: 43%;
  font-family: var(--head-font), sans-serif;
  letter-spacing: 5px;
}

#progress {
  width: 0;
  height: 2px;
  background: #22e7ff;
  position: relative;
  top: 45%;
}

.loader-text {
  position: relative;
  color: #FFF;
  top: 48%;
}

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

/* --------------------------- /////////// III. HEADER & NAVIGATION /////////// --------------------------- */
#logo {
  font-family: var(--head-font), sans-serif;
  font-size: 1.75rem;
  /* 28px */
  ;
  letter-spacing: 5px;
}

.navbar-dark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  z-index: 900;
  transition: 0.3s;
}

.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  /* navbar background gradient */
  z-index: 900;
}

.nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
  transition: 0.2s;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #22e7ff;
}

.navbar-dark .navbar-nav .nav-link:active {
  color: #22e7ff;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #22e7ff;
}

.navbar-toggler {
  border: none;
  cursor: pointer;
}

#hamburger .icon-bar {
  display: block;
  height: 2px;
  width: 25px;
  background: #FFF;
  margin: 7px 0;
  transition: .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);
}

/* --------------------------- /////////// IV. HERO SECTION /////////// --------------------------- */
/* -Image Overlay- */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* -Progress Bar- */
#progress-bar {
  width: 0px;
  height: 3px;
  position: relative;
  background: #22e7ff;
}

/* -Hero Image Caption- */
#hero-slider .carousel-caption {
  top: 35%;
}

#hero-slider .carousel-caption h1 {
  font-weight: bold;
  font-size: 3rem;
}

#hero-slider h1 {
  font-family: Raleway, sans-serif;
}

.carousel-caption-left {
  position: absolute;
  top: 30%;
  left: 15%;
  right: 15%;
  margin: auto;
  width: 50%;
  height: auto;
  font-weight: bold;

}

.carousel-caption-left a {
  display: inline-block;
}

.carousel-inner>.carousel-item>img {
  width: 100%;
}

/* --------------------------- /////////// V. ABOUT SECTION /////////// --------------------------- */
#support-image {
  margin: 0 0 0 20%;
}

/* --------------------------- /////////// VI. GAMES SECTION /////////// --------------------------- */
.game-tags {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 10px;
  border-left: 2px solid #22e7ff;
}

.game-tags li {
  display: inline;
  margin: 0 0 0 15px;
  font-family: Raleway, sans-serif;
  font-size: 1.10rem;
  /* 20px */
  ;
  font-weight: 500;
}

.game-tags li a {
  color: #FFF;
  text-decoration: none;
}

.game-tags li a:hover {
  color: #22e7ff;
}

.game-tags li a.selected {
  color: #22e7ff;
}

.game-card {
  width: 100%;
  margin: 0 0 3.5em 0;
  min-height: 270px;
  height: auto;
}

.lightbox .lb-image {
  border: 4px solid #111;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  border-left: 2px solid #22e7ff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
}

.overlay i {
  position: absolute;
  top: 40%;
  left: 45%;
}

.overlay:hover {
  opacity: 1;
}

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

.game-card-left img {
  height: 100%;
  width: 100%;
  min-height: 270px;
}

.game-card-right {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 20px 40px;
  margin: 0;
}

.game-card-right h2 {
  margin-bottom: 0;
}

.game-card-right>.short-hr-left::after {
  margin: 5px 0;
}

.tags {
  font-size: 14px;
  padding-top: 0;
}

.game-description {
  margin: 35px 0;
}

/* -- Modal -- */
.expand {
  cursor: pointer;
}

.game-modal .modal-header {
  height: 150px;
  background-position: bottom;
  background-size: cover;
  border-bottom: 1px solid #555;
}

.game-modal .modal-title {
  margin: 5% 0 0 5%;
}

.game-modal img {
  margin: 5px 0 50px 0;
}

.modal-vid {
  width: 100%;
  max-width: 768px;
  height: 415px;
  margin: 20px 0 60px 0;
  border: none;
}

/* -- Buttons -- */
.steam-btn {
  display: inline-block;
  margin: 25px 0 0 0;
}

.steam-btn a,
.steam-btn span {
  display: inline-block;
  min-height: 25px;
  min-width: 150px;
  height: auto;
  width: auto;
  background: #DDD;
  border-radius: 3px;
  padding: 8px;
  border: none;
  color: #111;
  cursor: pointer;
  transition: 0.2s;
}

.steam-btn:hover a,
.steam-btn span:hover {
  background: #000;
  color: #FFF;
}

.steam-btn i {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}

.steam-btn p {
  float: right;
  line-height: 20px;
  font-weight: bold;
}

.steam-btn span[target="_blank"]:not([href]) {
  color: #000;
  text-decoration: none;
}

.steam-btn span[target="_blank"]:not([href]):hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  /* Ensure no underline appears */
  cursor: default;
  /* Change cursor to indicate it is not a link */
}

.steam-container {
  display: flex;
  gap: 10px;
  /* Optional: Adjust space between buttons */
  justify-content: flex-start;
  /* Align buttons to the left */
  align-items: center;
  /* Vertically align buttons */
}

.button-store {
  position: absolute;
  bottom: 0;
  left: 0;
  /* Align to the bottom left */
  display: inline-block;
  padding: 5px 22px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  color: #111;
  background: #DDD;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.button-store:hover {
  background: #000;
  color: #FFF;
}

.button-store>i {
  float: left;
  display: inline;
  margin-top: 5px;
}

.button-store p {
  float: right;
  padding: 0 0 0 10px;
}

.reviews {
  width: auto;
  display: inline-block;
  float: right;
  margin: 20px 0 0 0;
  text-align: center;
}

.reviews a {
  color: #FFF;
}

.reviews a:hover {
  color: #FFF;
}

.reviews a:active {
  color: #FFF;
}

.reviews a:visited {
  color: #FFF;
}

.score-card {
  display: inline-block;
  min-height: 70px;
  min-width: 90px;
  width: auto;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  text-align: center;
  margin: 0 5px 0 0;
  padding: 5px;
  border-radius: 2px;
  transition: 0.2s;
}

.score-card:hover {
  background: #FFF;
}

.score-card:hover p {
  color: #111;
}

.score-card p:nth-of-type(2) {
  font-size: 14px;
  padding-top: 0;
}

.score {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 0;
}

.rating {
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  text-align: center;
  float: right;
  border-radius: 2px;
  margin: 20px 0 0 0;
}

.rating ul {
  margin: 0;
}

.rating ul li {
  display: inline;
  margin: 0 5px 0 0;
}

.rating p {
  font-size: 1.5rem;
}

/* --------------------------- /////////// VII. TEAM SECTION /////////// --------------------------- */
#full-row {
  width: 100%;
}

#team figure {
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#team figure img {
  border-radius: 3px;
  border-bottom: 2px solid #22e7ff;
}

.team-caption ul {
  margin-top: 10px;
}

.team-caption ul li {
  display: inline;
  margin: 0 5px;
}

.team-caption ul li>a {
  color: #EEE;
}

.team-caption ul li>a:hover {
  color: #22e7ff;
}

.team-caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  text-align: center;
  padding: 40% 20px 20px 20px;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease;
}

#team figure:hover>.team-caption {
  opacity: 1;
}

#team figure:hover>img {
  filter: blur(2px);
}

.team-name {
  font-size: 1.5rem;
  padding-bottom: 0;
}

.gallery-item {
  padding: 0 2.5px;
}

.grid-gallery .row {
  margin: 0 0 5px 0;
}

.overlay.gallery {
  left: 0;
  width: 100%;
  border: none;
}

/* --------------------------- /////////// VIII. CAREERS SECTION /////////// --------------------------- */
.job-card {
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-left: 2px solid #22e7ff;
  padding: 25px 35px;
  margin: 10px 0;
}

.modal-content {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.modal-header {
  border-bottom: 1px solid #22e7ff;
}

.modal-body>ul>li>p {
  padding: 0px 5px;
  display: inline;
}

.modal-body ul {
  list-style: none;
  margin: 10px 0 0 25px;
}

.modal-body ul li {
  margin: 5px 0;
}

.modal-body ul li:before {
  content: "\f101";
  color: #22e7ff;
  display: inline-block;
  width: 1em;
  margin-left: -10px;
  font-family: fontawesome;
}

.modal-body .skill-list {
  margin: 10px 0;
}

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

.modal-body .skill-list li:before {
  display: none;
}

.modal-body h3 {
  margin-bottom: 0;
}

.modal-footer {
  border-top: 1px solid #22e7ff;
}

.modal-footer button {
  margin: 0;
}

.button.secondary {
  background: #222;
}

.button.secondary:hover {
  background: #FFF;
}

.close {
  color: #FFF;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}

.close:hover {
  color: #22e7ff;
  opacity: 1;
}

/* -- Newsletter -- */
#newsletter input {
  width: 40%;
  height: 45px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  border: none !important;
  padding: 0 0 0 20px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}

#newsletter button {
  display: inline-block;
  height: 43px;
  width: auto;
}

/* --------------------------- /////////// IX. CONTACT SECTION /////////// --------------------------- */
#contactForm {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 5%;
  margin-top: 25px;
}

#contactForm input {
  width: 100%;
  color: #FFF;
  background: none;
  border-bottom: 2px solid #22e7ff !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  margin-bottom: 25px;
}

#contactForm textarea {
  width: 100%;
  color: #FFF;
  background: none;
  border-bottom: 2px solid #22e7ff !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  margin-bottom: 25px;
}

#contactForm .button {
  margin-left: 0;
  padding: 15px 25px;
  font-size: 1.25rem;
}

/* - Warning and succes msg text- */
.text-danger,
.text-success {
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
}

#contact-info {
  margin-top: 25px;
}

#contact ul li i {
  color: #22e7ff;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 10px;
}

#contact ul li p {
  display: inline;
  margin-left: 5px;
}

#contact ul li {
  margin-bottom: 15px;
}

#map-canvas {
  width: 100%;
  height: 330px;
  opacity: 0.9;
}

/* --------------------------- /////////// X. FOOTER /////////// --------------------------- */
#footer {
  width: 100%;
  min-height: 70px;
  height: auto;
  background: #070707;
  border-top: 2px solid #22e7ff;
  padding: 20px 0 0 0;
}

.social-links {
  float: right;
}

.social-links li {
  display: inline;
  margin-left: 15px;
}

.social-links li a {
  color: #FFF;
}

.social-links li a:hover {
  color: #22e7ff;
}

.social-links li a:focus {
  color: #22e7ff;
}

#copyright {
  float: left;
}

/* --------------------------- /////////// XI. 404 PAGE /////////// --------------------------- */
#container-404 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#container-404 .row-fluid {
  margin-top: 18%;
}

.text-404 h1 {
  font-family: var(--head-font), sans-serif;
  font-size: 4rem;
}

.text-404 a {
  display: inline-block;
  text-decoration: none;
}

/* --------------------------- /////////// XII. RESPONSIVE STYLES /////////// --------------------------- */
@media (max-width : 991px) {
  .nav-item>a::first-letter {
    color: #22e7ff;
  }

  .navbar-dark {
    background-color: rgba(0, 0, 0, 0.4);
    /* navbar background gradient */
  }

  .scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    /* navbar background gradient */
  }

  #footer {
    text-align: center;
    padding: 10px 0 0 0;
  }

  .social-links {
    float: none;
  }

  #copyright {
    float: none;
    margin-bottom: 5px;
  }

  #container-404 .row-fluid {
    margin-top: 40%;
  }
}

@media (max-width : 767px) {
  .large-margin {
    margin-bottom: 4em;
    /* 96px */
  }

  .medium-margin {
    margin-bottom: 3em;
  }

  .small-margin {
    margin-bottom: 2em;
  }

  .heading {
    font-size: 1.50rem;
  }

  hr {
    margin: 0;
  }

  #support-image {
    display: block;
    margin: 2em auto 0 auto;
  }

  .game-card {
    margin: 0 0 3em 0;
  }

  .steam-btn {
    display: block;
    text-align: center;
  }

  .button-store:nth-of-type(2) {
    float: right;
  }

  .reviews {
    display: block;
    margin: 15px auto 0 auto;
    float: left;
    width: 100%;
  }

  .rating {
    display: block;
    margin: 15px auto 0 auto;
    float: none;
  }

  #team figure {
    margin: 20px auto;
  }

  .gallery-item {
    margin: 5px 0;
  }

  .grid-gallery .row {
    margin: 0;
  }

  #newsletter input {
    width: 100%;
    display: block;
    margin: 20px 0;
  }

  #newsletter button {
    width: 100%;
    display: block;
  }

  #contactForm {
    margin: 0 0 3em 0;
  }

  .text-404 h1 {
    font-size: 3.5rem;
  }
}

@media (max-width : 480px) {
  .game-card-left img {
    min-height: 0;
  }

  .score-card {
    margin: 5px 0;
  }

  #hero-slider .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-caption-left h1 {
    font-size: 1rem;
    margin-top: 10%;
    text-align: center;
  }

  .carousel-caption-left p {
    display: none;
  }

  .carousel-caption-left a {
    display: none;
  }

  .button-store {
    margin: 5px auto;
  }

  .button-store:nth-of-type(2) {
    float: none;
  }
}