: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: #ffffff
}

.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, #ff0a0ab3 44%, #e56c6cb3 62%, #ad0606b3 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: red;
  backdrop-filter: blur(13px);
}

.text-EE1D23 {
  color: var(--app-primary);
}

.text-147A9A {
  color: var(--app-blue);
}
.text-yellow {
  color: #eccd1a;
}

.text-E30E14 {
  color: #E30E14;
}

.text-BB0005 {
  color: #BB0005;
}
.text-Black {
  color: #000000;
}

.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-60 {
  font-family: "Gbold";
  font-size: 60px;
  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: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  width: 78%;
}
.my-button2 {
  position: absolute;
  top: 35%;
  left: 6%;
  opacity: 0.7;
  width: fit-content;
  padding: 1rem;

}

.my-btn {
  font-family: "GRegular";
  height: 138px;
  border-radius: 20px;
  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: #f4a61e;
}

.my-register .my-btn {
  font-size: 24px !important;
}

.my-register input::placeholder {
  text-align: center;
  color: red !important;
  /* Change to your desired placeholder color */
}

.my-register input:-ms-input-placeholder {
  /* Internet Explorer */
  color: red;
  text-align: center !important;
}

.my-register input::-ms-input-placeholder {
  /* Edge */
  color: red !important;
  text-align: center;
}

.my-register input::-webkit-input-placeholder {
  /* Safari and Chrome */
  color: red !important;
  text-align: center;
}

.my-register input {
  color: red !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  !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;
}

.how-to-play-container {
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.how-to-play-container .text-55 {
    font-family: 'BRegular', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.instruction-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.instruction-item img {
    object-fit: contain;
    min-width: 65px;
}

.instruction-item div {
    font-family: 'BRegular', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-left: 1rem;
}

.my-play {
    padding: 1rem;
}

/*====================
   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: 200px;
  width: 200px;
  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 {
  border-bottom: 10px solid red;
  height: 50px;
  width: 100%;
}

.blur-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(13px);
  /* Applies the blur effect */
  background: rgba(205, 12, 12, 0.1);
  /* Semi-transparent overlay */
}

/*====================
    Leader borad page
======================*/

.tr-icon-gold .text-gold {
    background: linear-gradient(180deg, #FF0000 0%, #FF6B00 50%, #FF0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.tr-icon-silver .text-silver {
    background: linear-gradient(180deg, #FF3333 0%, #FF8533 50%, #FF3333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.tr-icon-oring .text-oring {
    background: linear-gradient(180deg, #FF6666 0%, #FFA366 50%, #FF6666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.leaderBoradData .text-white {
    color: #FF0000 !important;
}

.outline {
    -webkit-text-stroke: 1px #FF0000;
}

.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;
  color: red;
  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: #f75d21;
  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;
}
.pulse img {
  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 {
    border: 4px solid #FF6B00 !important;
    border-radius: 0 !important;
    height: 70px !important;
    font-family: 'BRegular', sans-serif;
    font-size: 24px;
    color: #FF6B00 !important;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: #FF0000 !important;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #FF0000 !important;
}

.form-control:-ms-input-placeholder {
    color: #FF0000 !important;
}

.form-control::-moz-placeholder {
    color: #FF0000 !important;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    outline: none !important;
}

.error_message {
    color: red !important;
    font-family: 'BRegular', sans-serif;
    font-size: 16px;
    margin-top: 5px;
}

.mb-20 {
    margin-bottom: 25px;
}
/* General reset and container styling */
.my-play {
  padding: 20px;
  min-height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  right: 0;
}

/* Container for the "How to Play" section */
.how-to-play-container {
  padding: 20px;
  border-radius: 10px;
  max-width: 500px; /* Adjust width as needed */
  width: 100%;
}
.HTP{
  font-weight: bolder;
  font-size: 60px; 
  color: #ff4500; 
  margin-bottom: 58px; 
  text-align: center;
  width: 100%;
}

/* Title styling */
.text-55 {
  font-size: 55px; /* Large title font size */
  color: #ff4500; /* Orange color for "HOW TO PLAY" text */
  margin-bottom: 58px; /* Matches mb-58 */
  text-align: center;
}

/* White text for instructions */
.text-white {
  color: #ffffff; /* White text for instructions */
  font-size: 18px; /* Readable font size */
  line-height: 1.5;
}

/* Instruction item styling (with icon and text) */
.instruction-item {
  background-color: #f8931f; /* Orange background for each instruction box */
  border-radius: 10px; /* Rounded corners */
  padding: 10px 15px; /* Internal padding */
  margin-bottom: 15px; /* Matches mb-4, adjusted for spacing */
  display: flex; /* Ensures flex layout for icon and text */
  align-items: center; /* Vertically centers icon and text */
}

/* Icon styling */
.instruction-item img {
  width: 65px; /* Matches the width in HTML */
  height: auto; /* Maintain aspect ratio */
  margin-right: 15px; /* Matches me-3, space between icon and text */
}

/* Ensure text wraps properly */
.instruction-item .text-white {
  flex: 1; /* Allows text to take remaining space */
}

/* Remove default margins or adjust spacing */
.mb-58 {
  margin-bottom: 58px !important;
}

.mb-4 {
  margin-bottom: 15px !important; /* Override Bootstrap default if needed */
}

/* Flex utility classes (if not using Bootstrap, you can define these) */
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}
/*  */
.custom-back {
  background: transparent !important;
  margin-left: 30px;
  margin-top: 30px; /* Keeping the margin-top from inline style */
  border-radius: 20px;
  border: 3px solid #f75d21 !important; /* Bright red/orange border */
  cursor: pointer;
  transition: all 0.2s ease-in-out; /* Slightly longer transition for smoother effect */
  opacity: 1;
  padding: 0.1rem; /* Adding padding for better spacing around the image */
  display: flex; /* Using flexbox for centering the image */
  align-items: center; /* Vertically center the image */
  justify-content: center; /* Horizontally center the image */
  width: auto; /* Allow width to adjust based on content */
  height: auto; /* Allow height to adjust based on content */
}
.custom-back img {
  width: 60px; /* Slightly reduce image size for better fit */
  height: 60px; /* Slightly reduce image size for better fit */
  object-fit: cover; /* Ensure the image scales properly without distortion */
}
.custom-back:hover{
  opacity: 0.8;
  box-shadow: inset 0 0 10px 0 #f75d21;
}