:root {
  --app-blue: #147a9a;
  --app-info: #00afc0;
  --app-light-info: #0faec1;
  --app-dark-info: #76ffff;
  --app-primary: #ee1d23;
  --app-off-white: #e7f6f8;
  --app-green: #00ff57;
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/Inter_18pt-Regular.woff") format("woff");
}

@font-face {
  font-family: "GRegular";
  src: url("../fonts/Gotham-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gbold";
  src: url("../fonts/Gotham-Bold.woff") format("woff");
}

@font-face {
  font-family: "BRegular";
  src: url("../fonts/Bangers-Regular.woff") format("woff");
}

* {
  scroll-behavior: auto;
}

.my-leader-board * {
  transition: all 0.5s ease;
}

.width-5-per {
  width: 5%;
}

.width-10-per {
  width: 10%;
  padding: 0 10px;
}

.width-25-per {
  width: 27%;
  padding: 0 10px;
}

.width-40-per {
  width: 30%;
  padding: 0 10px;
}

.width-60px {
  width: 60px;
}

.cp-1 {
  padding: 20px 0;
}

.text-left {
  text-align: left !important;
}

/*====================
     Typography
======================*/
.hidden {
  display: none;
}

.text-00AFC0 {
  color: var(--app-info);
}

.bg-0FAEC1 {
  background-color: var(--app-light-info);
}

.bg-E7F6F8 {
  background-color: var(--app-off-white);
}

.text-00FF57 {
  color: var(--app-green);
}

.text-color-gradiant {
  background-image: linear-gradient(180deg, #D5A808 0%, #FFD541 50%, #B3921E 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.bg-app-progress {
  background: linear-gradient(174deg, #147a9a 44%, #00e0eb 62%, #009dd9 68%);
}

.bg-app-progress2 {
  /* background: linear-gradient(147.25deg, rgba(255, 245, 0, 0.7) 43.35%, rgba(230, 235, 0, 0.7) 61.05%, rgba(255, 245, 0, 0.7) 67.63%); */
  background: linear-gradient(174deg, #c1bb21b3 44%, #faf56db3 62%, #d5cf04b3 68%);

}

.bg-app-progress3 {
  /* background: linear-gradient(147.25deg, rgba(255, 10, 10, 0.7) 43.35%, rgba(255, 70, 70, 0.7) 61.05%, rgba(255, 10, 10, 0.7) 67.63%); */
  background: linear-gradient(174deg, #ff0a0ab3 44%, #e56c6cb3 62%, #ad0606b3 68%);
}

.bg-game-over {
  background: linear-gradient(141deg, #147a9a 44%, #009dd9 62%);
  backdrop-filter: blur(13px);
}

.text-EE1D23 {
  color: var(--app-primary);
}

.text-147A9A {
  color: var(--app-blue);
}

.text-E30E14 {
  color: #E30E14;
}

.text-BB0005 {
  color: #BB0005;
}

.text-stroke {
  text-shadow: 2px 2px 4px #fff;
}

.text-stroke2 {
  text-shadow: 2px 2px 4px #00000059;
}

.text-40-700 {
  font-family: "Regular";
  font-size: 40px;
  font-weight: 700;
  line-height: 44.2px;
}

.text-24-700 {
  font-family: "Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.text-96 {
  font-family: "Regular";
  font-size: 96px;
  line-height: normal;
}

.text-121 {
  font-family: "Regular";
  font-size: 121px;
  line-height: normal;
}

.text-84 {
  font-family: "BRegular";
  font-size: 84px;
  line-height: normal;
}

.text-120 {
  font-family: "BRegular";
  font-size: 120px;
  line-height: normal;
}

.text-75 {
  font-family: "BRegular";
  font-size: 75px;
  line-height: normal;
}

.text-76 {
  font-family: "BRegular";
  font-size: 76px;
  line-height: normal;
}

.text-100 {
  font-family: "BRegular";
  font-size: 100px;
  line-height: normal;
}

.text-83 {
  font-family: "GRegular";
  font-size: 84px;
  line-height: normal;
}

.text-115 {
  font-family: "GRegular";
  font-size: 115px;
  line-height: normal;
}

.text-102 {
  font-family: "GRegular";
  font-size: 102px;
  line-height: normal;
}

.text-145 {
  font-family: "Regular";
  font-size: 145px;
  line-height: normal;
}

.text-55 {
  font-family: "Gbold";
  font-size: 55px;
  line-height: normal;
}

.text-64 {
  font-family: "Gbold";
  font-size: 64px;
  line-height: normal;
}

.text-46 {
  font-family: "GRegular";
  font-size: 46px;
  line-height: normal;
}

.text-34 {
  font-family: "GRegular";
  font-size: 34px;
  line-height: normal;
}

.text-34-700 {
  font-family: "GRegular";
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}

.text-50 {
  font-family: "GRegular";
  font-size: 50px;
  line-height: normal;
}

.text-360 {
  font-family: "BRegular";
  font-size: 360px;
  line-height: normal;
}

.text-500 {
  font-family: "BRegular";
  font-size: 500px;
  line-height: normal;
}

.text-30 {
  font-family: "GRegular";
  font-size: 30px;
  line-height: normal;
}

.text-24 {
  font-family: "GRegular";
  font-size: 26px;
  line-height: normal;
}

.text-59 {
  font-family: "Gbold";
  font-size: 59px;
  line-height: normal;
}

.text-76 {
  font-family: "GRegular";
  font-size: 76px;
  line-height: normal;
}

.text-39 {
  font-family: "GRegular";
  font-size: 39px;
  line-height: normal;
}

.text-18 {
  font-family: "GRegular";
  font-size: 18px;
  line-height: normal;
}

.mb-150 {
  margin-bottom: 150px;
}

.relative {
  position: relative;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}


.p-40 {
  padding: 40px;
}

.mb-88 {
  margin-bottom: 88px !important;
}

/*=======================
  pure-actions firs screen
=========================*/
.main-lyaout-pure-actions {
  width: 1080px !important;
  height: 1920px !important;
  overflow: hidden;
  position: relative;
}

.main-heading {
  text-wrap: nowrap;
  transform: rotate(90deg);
  /* border-top: 10px solid #00AFC0;
    margin-top: 50px; */
}

.info-line {
  border-top: 15px solid #00afc0;
  /* margin-top: 50px; */
}

.custom-row {
  display: flex;
}

.custom-col-40 {
  width: 43%;
  flex: 0 0 auto;
}

.pure-content {
  height: 451px;
  margin-top: 11.9rem;
}

.row {
  --bs-gutter-x: 0rem;
}

.my-button {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  box-shadow: 0px 0px 24px 0px rgba(0, 175, 192, 0.3);
  width: 78%;
}

.my-btn {
  font-family: "GRegular";
  height: 138px;
  border-radius: 20px;
  border: 2px solid var(--app-dark-info);
  font-size: 54px;
}

/*====================
      Register page
======================*/
.register-action {
  background: linear-gradient(-135deg, rgba(20, 122, 154, 0.7) 44%, rgba(27, 193, 201, 0.7) 78%) !important;
}

.register-page {
  background-image: url(../image/RegistrationV2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.my-register {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  box-shadow: 0px 0px 24px 0px rgba(0, 175, 192, 0.3);
  border-radius: 22px;
  padding: 35px 50px;
  width: 50%;
  background: linear-gradient(-135deg, #147a9a 44%, #1bc1c9 78%);
}

.my-register .my-btn {
  font-size: 24px !important;
}

.my-register input::placeholder {
  text-align: center;
  color: #147a9a !important;
  /* Change to your desired placeholder color */
}

.my-register input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #147a9a;
  text-align: center !important;
}

.my-register input::-ms-input-placeholder {
  /* Edge */
  color: #147a9a !important;
  text-align: center;
}

.my-register input::-webkit-input-placeholder {
  /* Safari and Chrome */
  color: #147a9a !important;
  text-align: center;
}

.my-register input {
  color: #147a9a !important;
}

.heading-register {
  text-wrap: nowrap;
  margin-top: 38px;
}

.custom-col-60 {
  width: 50%;
}

.pure-items-right {
  position: relative;
  top: -162px;
}

.pure-items-left {
  position: relative;
  top: -12px;
}

.last-items .pure-items-left {
  position: relative;
  top: -184px;
}

.last-items .pure-items-right {
  position: relative;
  top: -194px;
}

.my-register .my-btn {
  height: 75px;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;

}

.my-register .my-btn.w-100.text-white.text-147A9A.inner-shadow {
  border: 3px solid #56cfcf !important;
}

/* .my-register .content {
  margin-bottom: 52px;
} */

.inner-shadow {
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.3) !important;
}

/*====================
      play page
======================*/

.my-play {
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 85%;

}

.my-play .bg-0FAEC1 {
  opacity: 1;
  box-shadow: 0px 0px 24px 0px rgba(0, 175, 192, 0.3);
  border-radius: 10px;
  background: linear-gradient(-193deg, #147a9a 19%, #1bc1c9 63%) !important;
  border-radius: 22px;
}

.my-play .my-btn {
  box-shadow: 0px 0px 24px 0px rgba(0, 175, 192, 0.3) !important;
}


/*====================
   gamse
======================*/
.my-gamse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  box-shadow: 0px 0px 24px 0px rgba(0, 175, 192, 0.3);
  border-radius: 30px;
  padding: 35px;
  width: 90%;
}

.game-item {
  padding: 15px 50px;
  position: relative;
}

.game-item-content {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: relative;
}

.progress {
  height: 130px;
  border-radius: 55px;
  border: 3px solid black;
}

.progress .progress-bar.bg-app-progress {
  box-shadow: inset 0px 0px 40px 0px rgb(0, 0, 0) !important;
}

.game-top-bar {
  background: linear-gradient(90deg, #00e0eb 0%, #147a9a 100%);
  height: 140px;
  border-radius: 30px;
}

.blur-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(13px);
  /* Applies the blur effect */
  background: rgba(20, 122, 154, 0.1);
  /* Semi-transparent overlay */
}

/*====================
    Leader borad page
======================*/

.tr-icon-gold .text-gold {
  background: linear-gradient(180deg, #D4A808 0%, #FFD541 50%, #B2921E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.tr-icon-silver .text-silver {
  background: linear-gradient(180deg, #898989 0%, #FFFFFF 50%, #757575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.tr-icon-oring .text-oring {
  background: linear-gradient(180deg, #EB7825 0%, #FFBE8F 50%, #EB8034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.outline {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.black-shedow {
  /* text-shadow: 1px 5px 2px rgb(0, 0, 0); */
  filter: drop-shadow(1px 5px #000);
}

.tr-icon-gold img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 60%;
}

.tr-icon-silver img {
  position: absolute;
  left: -3px;
  top: 0;
  width: 85%;
}

.tr-icon-oring img {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 60%;
}

.my-leader-board {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 1;
  border-radius: 20px;
  width: 90%;
}

.my-leader-board .bg-0FAEC1 {
  border-radius: 20px;
  opacity: .9;
}

.my-leader-board .boder-tr td {
  padding-top: 50px;
  padding-bottom: 36px;
}

.boder-tr {
  border-bottom: 2px solid #7CBDD2;
}

.leaderBoradData {
  overflow: hidden;
  height: 87%;
}

.leaderBoradData * {
  transition: all 0.5s ease;
}

.playerRank {
  transition: all 0.5s ease;
}

.imgScroll {
  overflow: hidden;
  height: 100vh;
}

.marquee-main {
  margin: 0;
  padding: 0;
  display: flex;
  height: 87vh;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel__slider {
  position: relative;
  display: flex;
  height: 87vh;
  width: 100%;
}

.carousel__list {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.carousel__list:first-child {
  background-color: red;
}

.carousel__list:last-child {
  background-color: black;
}

/*====================
    saver-page
======================*/
.saver-page {
  background-image: url(../image/ScreenSaver.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.my-saver {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -0%);
  opacity: 1;
}

/*====================
   games
======================*/
.my-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 20px;
  padding: 35px;
  width: 90%;
}

.number-layer {
  backdrop-filter: blur(15px) !important;

}

.image_animation {
  animation: rotate-angles 2s ease-in-out infinite;
}

@keyframes rotate-angles {
  0% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(0deg) translateY(0);
  }

  15%,
  35%,
  55%,
  75%,
  95% {
    -webkit-transform: translateX(-1px) rotate(-2deg);
  }

  25%,
  45%,
  65%,
  85% {
    -webkit-transform: translateX(1px) rotate(2deg);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(1px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(-1px);
  }
}

.items-red-shade::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: red;
  filter: blur(30px);
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.items-red-shade {
  scale: 1.2;
  transition: all 0.5s ease;
}

.items-red-shade .image_animation {
  transition: all 0.5s ease;
  animation: shake 0.3s ease-in-out infinite;
}

.animated-text {
  animation: scaleText 1.5s infinite ease-in-out;
}

@keyframes scaleText {

  0%,
  100% {
    transform: scale(1);
    /* Normal size */
  }

  50% {
    transform: scale(1.2);
    /* Scaled up */
  }
}

.gameOverPopup {
  display: none;
}

.steps {
  position: relative;
  height: 100%;
}

.min-height-1px {
  min-height: 1px;
}

/*.leaderBoardRecords{*/
/*  opacity: 0;*/
/*  transform: translateY(-10px);*/
/*  transition: all 0.5s ease;*/
/*}*/
/*.leaderBoardRecords.visible {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/
.height-87vh {
  height: 87vh;
  overflow-y: auto;
}



/*====================
   Scroolbar
======================*/
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #017986;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #004c55;
}

/*====================
   Scroolbar
======================*/


/*====================
   Background Video
======================*/

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*====================
   Background Video
======================*/




/*====================
   Pluse animation
======================*/

.pulse {
  position: relative;
  width: 300px;
  height: 100px;
  background: #0ef;
  border-radius: 10px;
}


.pulse span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 20px;
  opacity: .8;
  animation: pulseAnimate 4s ease-out infinite;
  animation-delay: calc(1s * var(--i));
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes pulseAnimate {
  100% {
    opacity: 0;
    background-color: #ff0008;
    transform: scale(1.2, 2.5);
  }
}

/*====================
   Pluse animation
======================*/

.error_message {
  background-image: url(../image/alert.png);
  background-repeat: no-repeat;
  background-position: left 4px center;
  padding-left: 35px;
  background-size: 20px;
  background-color: #64b4c5;
  border-radius: 5px;
  padding: 5px 10px;
  padding-left: 36px;
  display: none;
}

.back_button {
  position: absolute;
  top: 56px;
  left: 25px;
}

.input_error {
  border: 2px solid #BB0005 !important;
}

.form-control:focus {
  box-shadow: 0px 0px 20px 0px #00AFC0 inset !important;
  background: #76FFFF;
}

.keyboard_placeholder {
  background: linear-gradient(106.39deg, rgba(20, 122, 154, 0.78) 1.58%, rgba(230, 230, 230, 0.546) 56.01%, rgba(0, 224, 235, 0.78) 98.09%);
  border: 1px solid;
  border-image-source: linear-gradient(147.25deg, rgba(20, 122, 154, 0.7) 43.35%, rgba(0, 224, 235, 0.7) 61.05%, rgba(0, 157, 217, 0.7) 67.63%);
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 478px;
  height: 300px;
  border-radius: 16px;
  border: 1px;
  position: absolute;
  top: -315px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* backdrop-filter: blur(20px); */
  opacity: 0.4;
}

.bg-high-score {
  background: url(../image/bg-high-score.png);
  width: 650px;
  height: 145px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 25px 0;
  margin-top: 50px;
}