/* Start Global Rules */

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================================
Start Customise Cursor
================================================== */
.cursor {
  display: none;
  --size: 8px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  position: absolute;
  z-index: 10000;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cursor.cursor-shadow {
  background-color: transparent;
  border: 1px solid #fff;
  --size: 40px;
  transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s,
    background-color 0.2s, border-color 0.2s;
  transition-timing-function: ease-out;
}

.cursor.cursor-dot {
  background: var(--red-color);
  transition: width 0.2s, height 0.2s;
}

.cursor-shadow.active {
  --size: 80px;
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.1);
}

.cursor-dot.active {
  --size: 0;
}

@media (min-width: 992px) {

  /* * {
    cursor: none;
  } */
  body {
    overflow-x: hidden;
    cursor: none;
  }

  .cursor {
    display: block;
  }
}

/* ================================================
End Customise Cursor
================================================== */

*:active,
*:focus {
  box-shadow: none !important;
}

:root {
  --dark-color: #17161a;
  --red-color: #ff0e1f;
  --silver-color: silver;
}

::selection {
  background-color: var(--red-color);
  color: var(--dark-color);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  background: linear-gradient(to right, #17161a, #242124 50%, #17161a);
}

body::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  background-color: none;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: var(--red-color);
  border: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

img {
  object-fit: cover;
}

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

.text-primary {
  color: var(--red-color) !important;
}

.text-primary:hover {
  opacity: 0.7;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background-color: var(--red-color);
  padding: 14px 46px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  transition: filter 0.3s ease;
}

.btn-secondary:hover {
  background-color: var(--red-color);
  filter: drop-shadow(3px 3px 20px rgba(255, 14, 31, 0.7));
}

h1 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.11em;
}

p {
  line-height: 26px;
  font-weight: 300;
  color: var(--silver-color);
  letter-spacing: 1px;
  font-size: 21px;
}

@media (max-width: 540px) {
  h1 {
    font-size: 38px;
  }

  p {
    font-size: 17px;
  }
}

.dark-bg {
  background-color: #17161a;
}

.loading-dots {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.loading-dots span {
  font-size: 18px;
  animation: loadingDots 1.5s infinite;
}

.loading-dots span:first-child {
  animation-delay: 0.1s;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.3s;
}

.loading-dots span:last-child {
  animation-delay: 0.5s;
}

@keyframes loadingDots {
  0% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }
}

/* End Global Rules */

/* Start loader */
.loader-overlay {
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgb(255 255 255 / 90%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: var(--red-color);
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* End Loader */

/* To Top Button */
.scroll-up {
  height: 40px;
  width: 40px;
  display: block;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

.scroll-up svg line {
  stroke-width: 3;
  stroke: var(--red-color);
  fill: none;
  stroke-dasharray: 20;
  transition: all 0.4s ease;
}

.scroll-up:hover svg line.top {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.scroll-up:hover svg line.bottom {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.scroll-up:hover svg line.left {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.scroll-up:hover svg line.right {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.scroll-up .left-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 5px;
  width: 18px;
  display: block;
  transform: rotate(-45deg);
}

.scroll-up .left-bar:after {
  content: "";
  background-color: #666;
  width: 18px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}

.scroll-up .right-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 17px;
  width: 18px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
}

.scroll-up .right-bar:after {
  content: "";
  background-color: #666;
  width: 18px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}

.scroll-up:hover {
  transition: all 0.1s;
}

.scroll-up:hover .left-bar:after {
  transform: rotate(-10deg);
}

.scroll-up:hover .right-bar:after {
  transform: rotate(10deg);
}

.scroll-up:hover .left-bar:after,
.scroll-up:hover .right-bar:after {
  background-color: var(--red-color);
}

.showbtnTop {
  opacity: 1;
  visibility: visible;
}

/* End To Top */

/* Start Wts Button */
.waves {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 42px;
  padding: 6px 20px;
  font-size: 16px;
  background: #30bf39;
  border-radius: 40px;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
  z-index: 9999;
  cursor: pointer;
  transition: opacity 200ms linear;
  animation: waves-whatsapp linear 3s infinite;
}

.waves:hover {
  opacity: 0.83;
}

.waves::before {
  content: '';
  position: absolute;
  right: 2px;
  top: 2px;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@keyframes waves-whatsapp {

  0% {
    box-shadow: 0 8px 10px rgb(48 191 57 / 30%), 0 0 0 0 rgb(48 191 57 / 20%), 0 0 0 0 rgb(48 191 57 / 20%);
  }


  40% {
    box-shadow: 0 8px 10px rgb(48 191 57 / 30%), 0 0 0 35px rgb(48 191 57 / 20%), 0 0 0 0 rgb(48 191 57 / 20%);
  }

  80% {
    box-shadow: 0 8px 10px rgb(48 191 57 / 30%), 0 0 0 55px rgb(48 191 57 / 0%), 0 0 0 26.7px rgb(48 191 57 / 7%);
  }

  100% {
    box-shadow: 0 8px 10px rgb(48 191 57 / 30%), 0 0 0 80px rgb(48 191 57 / 0%), 0 0 0 40px rgb(48 191 57 / 0%);
  }
}

.waves i {
  font-size: 21px;
  animation: sm-shake-animation linear 1.5s infinite;
}

@keyframes sm-shake-animation {
  0% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  25% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  35% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  45% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  55% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  65% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  75% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  100% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
}

.initial-message {
  position: fixed;
  right: 30px;
  bottom: 80px;
  transform: translateY(-20px);
  background: white;
  box-shadow: 5px 0px 10px rgb(0 0 0 / 50%);
  border-radius: 6px;
  width: 400px;
  min-height: 77px;
  padding: 6px 12px;
  transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  user-select: none;
  z-index: 9999;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  opacity: 0;
}

.initial-message.slide-up {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.initial-message:hover {
  background-color: #f1f1f1;
}

.initial-message .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  font-size: 19px;
  color: #000;
}

.initial-message .img {
  padding: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgb(0 0 0 / 16%);
}

.initial-message .flex-column span {
  color: #161c2d;
  font-size: 14px;

}

.initial-message .flex-column span:nth-child(2) {
  opacity: .6;
  font-size: 10px;
}

.initial-message.slide-down {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

@media (max-width:540px) {
  .initial-message {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}

/* End Wts Button */


.displayNav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  transition: 0.5s ease;
  width: 100%;
  min-height: 90px !important;
  background-color: var(--dark-color) !important;
  animation: slideDown-navbar 0.5s forwards;
}

@keyframes slideDown-navbar {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0);
  }
}

/* Start Navbar */
@media (min-width: 992px) {
  .navbar {
    height: 90px;
  }

  .navbar .container-fluid {
    padding: 0 63px;
  }

  .navbar .navbar-nav {
    height: 90px;
  }
}

.navbar {
  z-index: 99;
}

.navbar .navbar-brand {
  width: 42px;
  height: 42px;
}

.logo-nav {
  width: 200px;
}

.navbar .navbar-nav .nav-link {
  height: 100%;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link::after,
.navbar .menu-down::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: var(--red-color);
  opacity: 0;
  -webkit-transition: opacity 0.5 cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5 cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5 cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

.navbar .navbar-nav .nav-link.active::after,
.navbar .navbar-nav .nav-link:hover::after,
.navbar .menu-down:hover::after {
  opacity: 1;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar .search {
  margin: 0 52px 0 21px;
  color: #fff;
  transition: 0.5s ease;
  font-size: 21px;
  cursor: pointer;
}

.navbar .search:hover {
  color: var(--red-color);
}

.navbar .open-side-menu {
  cursor: pointer;
}

.navbar .open-side-menu svg {
  transition: 0.5s ease;
}

.navbar .open-side-menu svg:hover {
  transform: rotate(90deg);
}

.navbar .navbar-toggler {
  color: white;
  font-size: 25px;
  border: none;
  transition: 0.5s ease;
}

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

.navbar .navbar-toggler[aria-expanded="true"] {
  transform: rotate(90deg);
}

/* Start Dorpdown Menu */
.navbar .menu-down {
  position: relative;
}

.navbar .menu-down .drop-link {
  padding: 6px 26px;
  display: block;
}

.navbar .menu-down .drop-link a {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .menu-down .drop-link a::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 1px);
  height: 3px;
  width: 0px;
  left: -25px;
  background-color: #ff0e1f;
  opacity: 0;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

.navbar .menu-down .drop-link a:hover {
  transform: translateX(18px);
}

.navbar .menu-down .drop-link a:hover::before {
  animation: fill-width-link 0.5s forwards;
}

@keyframes fill-width-link {
  from {
    width: 0px;
    opacity: 0;
  }

  to {
    width: 18px;
    opacity: 1;
  }
}

.navbar .menu-down .menu-two,
.navbar .menu-down .menu-three {
  transition: all 0.3s;
  background-color: rgba(15, 15, 15, 0.9);
  padding: 20px 0;
  width: 266px;
}

.navbar .menu-down .menu-two {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  left: 0;
}

.navbar .menu-down:hover .menu-two {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.navbar .other-links .menu-three {
  position: absolute;
  bottom: -38%;
  left: 300px;
  visibility: hidden;
  opacity: 0;
}

.navbar .other-links:hover .menu-three {
  left: 267px;
  opacity: 1;
  visibility: visible;
}

/* End Dropdown menu Large Screen*/
/* Start Dropmenu Small Screen */
@media (max-width: 991px) {
  .navbar {
    background-color: var(--dark-color);
    min-height: 70px;
  }

  .navbar .navbar-nav .nav-item,
  .navbar .dropmenu-sm .dropdown-menu li:not(:last-child) {
    margin-bottom: 15px;
    /* padding: 9px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .navbar .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link,
  .navbar .navbar-nav .dropmenu-sm .btn-primary {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
  }

  .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--red-color);
  }

  .navbar .navbar-nav .nav-link::after,
  .navbar .menu-down::after {
    display: none;
  }

  .navbar .navbar-nav .nav-link::before,
  .navbar .menu-down::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
  }
}

.navbar .nav-item .btn-primary,
.navbar .nav-item .btn-primary:hover,
.navbar .nav-item .btn-primary:focus,
.navbar .nav-item .btn-primary:active,
.navbar .dropmenu-sm .dropdown-menu {
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  text-align: left;
}

.navbar .nav-item .btn-primary::after {
  display: none;
}

.navbar .nav-item .btn-primary[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.navbar .dropdown-menu {
  padding-left: 8%;
}

/* End Navbar */



/* start Search-page */
.search-page {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 96%);
  z-index: 9999;
}

.search-page .close-search-btn {
  position: absolute;
  top: 10.2%;
  right: 3.4%;
  color: #fff;
  font-size: 2.5rem;
  transition: 0.5s ease;
  cursor: pointer;
}

.search-page .close-search-btn:hover {
  color: var(--red-color);
}

.search-page form .input-group-text {
  background-color: transparent;
  height: 60px;
  border: none !important;
}

.search-page form .input-group-text i {
  transition: 0.3s ease;
}

.search-page form .input-group-text i:hover {
  opacity: 0.8;
}

.search-page form .form-control {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  font-size: 45px;
  color: #fff;
  position: relative;
}

.search-page form .form-control::placeholder {
  color: #fff;
}

.search-page form .form-control:focus::placeholder {
  color: transparent;
}

.search-page form .input-group::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  animation: input-fill-border 0.9s forwards;
}

@keyframes input-fill-border {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* End Search-page */

/* Start Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0 0 0 / 96%);
  box-shadow: -3px 0 3px rgb(0 0 0 / 4%);
  padding: 4% 2%;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.side-menu.show {
  transform: translateX(0%);
}

.side-menu .close-side-menu {
  position: absolute;
  top: 25px;
  right: 5%;
  font-size: 1.4rem;
  color: #fff;
  transition: 0.5s ease;
  cursor: pointer;
}

.side-menu .close-side-menu:hover {
  color: var(--red-color);
}

.side-menu .box p,
.side-menu .box ul li a {
  color: var(--silver-color);
  font-size: 18px;
  transition: 0.5s ease;
}

.side-menu .box ul li a:hover {
  color: var(--red-color);
}

.side-menu .box img {
  width: 84px;
  height: 85px;
}

/* Start Landing */

.landing {
  position: relative;
  z-index: 0;
  background-color: var(--dark-color);
  height: 100vh;
  overflow: hidden;
}

.landing .back-img-one {
  z-index: 1;
  position: absolute;
}

.landing .back-img-two {
  z-index: 2;
  position: absolute;
  animation: infinite swing 7s ease-in-out;
}

@keyframes swing {
  0% {
    transform: rotate(0.5deg);
  }

  50% {
    transform: rotate(-0.5deg);
  }

  100% {
    transform: rotate(0.5deg);
  }
}

.landing .box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.landing .box-inner .box img {
  width: 102px;
  height: 105px;
  animation: rotate-img 2s forwards;
}

@keyframes rotate-img {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.landing .box-inner .box .landing-title {
  margin: 25px 0;
  display: block;
}

.landing .box-inner .box .landing-title h1 {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.landing .box-inner .box .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 54px solid var(--red-color);
  border-left: 15px solid transparent;
}

.landing .box-inner .box .btn-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 54px solid var(--red-color);
  border-right: 15px solid transparent;
}

.zoom-landing {
  animation: scale-img 20s forwards;
  overflow: hidden;
  transform-origin: top left;
}

@keyframes scale-img {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

@media (max-width: 991px) {
  .landing .box-inner .box .landing-title h1 {
    font-size: 3.5rem;
  }
}

/* End Landing */

/* Start Our-games */
@media (min-width: 992px) {
  .our-games {
    background-position: 50% 24%;
    height: 754px;
    width: 100%;
    padding: 120px 0;
  }
}

.our-games {
  background-color: #242426;
  width: 100%;
  padding: 50px 0;
}

.our-games .box .game {
  height: 385px;
}

.our-games .box .game h4 {
  font-size: 17px;
  transition: text-shadow 0.5s ease;
  word-spacing: 4px;
}

.our-games .box .game:hover h4 {
  text-shadow: 0 0 20px rgb(255 255 255 / 70%);
}

.store-image {
  width: 134px;
  height: 44px;
}

.our-games .image {
  width: 211px;
  height: 211px;
}

.our-games .tag-1 {
  position: relative;
  top: 50%;
  width: 180px;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

.our-games .anim-typewriter {
  animation: typewriter 4s steps(13) infinite,
    blinkTextCursor 500ms steps(13) infinite normal;
}

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

  75% {
    width: 180px;
  }

  100% {
    width: 180px;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }

  to {
    border-right-color: transparent;
  }
}

@media (max-width: 991px) {
  .our-games {
    background-image: unset !important;
  }
}

/* End Our-games */

/* Start about-us */
.about-us {
  background-color: var(--dark-color);
  box-shadow: 0 5px 10px 10px rgb(0 0 0 / 35%);
}

.about-us .box {
  padding: 0 5%;
}

.about-us .box h1 {
  margin: 20px 0;
}

.about-us .box .btn-secondary {
  width: 184px;
}

@media (max-width: 480px) {
  .about-us .box {
    padding: 0 2%;
  }
}

/* End about-us */

/* Start reviews */
.reviews {
  padding: 130px 0;
}

.reviews .owl-carousel .owl-dots {
  display: none;
}

.reviews .owl-carousel {
  position: relative;
}

.reviews .owl-nav .owl-next,
.reviews .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  font-size: 40px !important;
  color: #fff;
  font-weight: bold !important;
  background-color: transparent !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  z-index: 999;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: 0.5s ease;
}

.reviews .owl-nav .owl-next {
  right: 0;
}

.reviews .owl-nav .owl-prev {
  left: 0;
}

.reviews .owl-nav .owl-next:hover,
.reviews .owl-nav .owl-prev:hover {
  color: var(--red-color);
}

.reviews .rev-text p {
  margin: 35px 0;
}

.reviews .rev-text .name h5 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: rgb(255 255 255 / 70%);
}

.reviews .rev-text .name span {
  font-size: 13px;
  color: var(--silver-color);
}

@media (max-width: 540px) {
  .reviews {
    padding: 60px 0;
  }
}

/* End Review */

/* Start must-hide */

@media (min-width: 992px) {
  .must-hide {
    background-color: var(--dark-color);
    height: 650px;
    overflow: hidden;
  }

  .must-hide .box {
    width: 65%;
    padding: 10% 0;
  }
}

.background-img {
  position: absolute;
  top: 0;
  left: 0;
}

.must-hide h1 span {
  font-family: "Poppins", sans-serif;
  color: #100f10;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3vw #f7f7fe;
  width: fit-content;
}

.must-hide h1 span #fillText {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: var(--red-color);
  overflow: hidden;
  border-right: 2px solid var(--red-color);
  -webkit-text-stroke: 0vw #f7f7fe;
  white-space: nowrap;
}

.must-hide .fill-text {
  animation: text-fill-animate 4.5s linear forwards;
  animation-delay: 0.3s;
}

@keyframes text-fill-animate {
  from {
    width: 0%;
  }

  to {
    width: 100%;
    border-color: transparent;
  }
}

@media (max-width: 991px) {
  .must-hide {
    background-color: var(--dark-color);
  }

  .must-hide .box {
    width: 100%;
    padding: 10% 4% 0;
    /* text-align: center; */
  }

  .must-hide .image {
    width: 80%;
    margin: 20px auto 50px;
  }
}

.must-hide .tag {
  background: var(--red-color);
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 4px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
}

.must-hide .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.must-hide .tag::after {
  border-bottom: 13px solid transparent;
  border-left: 13px solid var(--red-color);
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
}

/* ==========  Cursor Image ========== */
.cursor.cursor-dot.active-cursor-most-hide {
  opacity: 0;
}

.cursor-shadow.active-cursor-most-hide {
  --size: 160px;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
}

.cursor-shadow.active-cursor-most-hide {
  background-image: url("../eternal-img/musthide.png");
}

/* End must-hide */

/* Start Video */
.video {
  height: 796px;
  background-attachment: fixed;
}

.video .video-button-play {
  width: 66%;
}

.video .video-button-play .image {
  overflow: hidden;
}

.video .video-button-play .image img {
  transition: 0.5s ease;
}

.video .video-button-play .image:hover img {
  transform: scale(1.12);
}

.video .video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media (max-width: 991px) {
  .video {
    background-image: none;
    height: auto;
    padding: 30px 0;
  }

  .video .video-button-play {
    width: 100%;
  }
}

/* End Video */

/* Start Contact Form */
.contact-form {
  padding: 140px 0;
}

.contact-form .box .links .follow {
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  text-transform: lowercase;
  min-width: 45px;
  color: rgba(255, 255, 255, 0.3);
}

.contact-form .box .links li a {
  transition: 0.5s ease;
  color: #fff;
}

.contact-form .box .links li a:hover {
  color: var(--red-color);
}

.contact-form form input,
.contact-form form textarea {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  border-radius: 0;
  transition: 0.5s ease;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: transparent transparent var(--red-color) transparent;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.contact-form form input {
  height: 54px;
}

/* End Contact Form */

/* Start Partner */
.partners {
  padding: 15px 0px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
  margin-bottom: 20px;
}

.partners .image img {
  width: 200px;
  height: 110px;
  transition: 0.35s ease;
  cursor: pointer;
}

@media (min-width: 992px) {
  .partners .image .hov-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    transform: translate(-50%, -100%);
    visibility: hidden;
  }

  .partners .image:hover .hov-img {
    transform: translate(-50%, 0%);
    visibility: visible;
    filter: drop-shadow(3px 4px 8px black);
  }

  .partners .image:hover .current-img {
    transform: translateY(100%);
  }
}

/* Start Footer */
footer {
  background-color: var(--dark-color);
  height: 256px;
}

footer .box {
  position: relative;
}

footer .box .list-divider {
  position: absolute;
  top: 107px;
  left: 50%;
  transform: translateX(-50%);
  width: 121%;
  height: 5px;
  background-color: #000;
}

footer .box .right-bar,
footer .box .left-bar {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

footer .box .left-bar {
  left: -10%;
  transform: skewX(15deg);
}

footer .box .right-bar {
  right: -10%;
  transform: skewX(-15deg);
}

footer a,
footer a:hover {
  color: #fff;
}

footer .links {
  height: 112px;
  position: relative;
}

footer .links li {
  height: 100%;
  text-align: center;
}

footer .links li a {
  position: relative;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  height: 100%;
  display: flex;
  align-items: center;
  transition: opacity 0.5 cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer .links li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: var(--red-color);
  opacity: 0;
  transition: opacity 0.5 cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: skewX(15deg);
}

footer .links li:hover a::before,
footer .links li a.active::before {
  opacity: 1;
}

footer form {
  width: 60%;
  color: silver;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
  padding: 8px 22px;
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.05);
}

footer form .form-control {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  position: relative;
}

footer form .form-control::placeholder {
  color: #fff;
}

footer form .form-control:focus::placeholder {
  color: transparent;
}

footer form .form-control:focus {
  background-color: transparent;
  color: #fff;
}

footer form .input-group-text {
  background-color: transparent;
  border: none !important;
  color: #fff;
  transition: 0.5s ease;
}

footer form .input-group-text:hover {
  color: var(--red-color);
}

footer form .fill-border-bottom {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  transition: 0.5s ease;
  background-color: var(--red-color);
}

footer form .form-control:focus .fill-border-bottom {
  width: 100%;
}

footer .social-links {
  width: fit-content;
}

footer .social-links li {
  font-size: 17px;
  margin: 24px 12px;
}

footer .social-links li a {
  color: #fff;
  transition: 0.5s ease;
}

footer .social-links li:hover a {
  color: var(--red-color);
}

@media (max-width: 991px) {
  footer {
    overflow: hidden;
  }

  footer .box {
    width: 100% !important;
  }

  footer .box .list-divider {
    width: 100%;
  }

  footer .box .links {
    width: 100%;
  }

  footer .links li a {
    letter-spacing: 0;
    padding: 0 15px;
  }

  footer form {
    width: 75%;
  }
}

@media (max-width: 767px) {
  footer .box .links {
    height: 90px;
    margin-top: 15px;
    overflow: hidden;
  }

  footer .box .links li {
    height: 25px !important;
    padding: 15px;
  }

  footer .box .links li a {
    padding: 0;
  }

  footer .box .links li a.active {
    color: var(--red-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  footer .box .links li a::before {
    display: none;
  }

  footer form {
    width: 100%;
    padding: 0;
  }

  footer form .form-control {
    padding: 0;
  }
}

/* End Footer */

@media (max-width: 540px) {
  h1 {
    text-align: center;
  }
}