@font-face {
  font-family: "LLPixel";
  src: url("./fonts/LLPixel.ttf.woff") format("woff"),
    url("./fonts/LLPixel.ttf.svg#LLPixel") format("svg"),
    url("./fonts/LLPixel.ttf.eot"),
    url("./fonts/LLPixel.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-width: 100vw;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main {
  height: 100dvh;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: url("./assets/bg-home.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.preloader {
  height: 100dvh;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
/* to hide fireball outside frame */
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vh;
  right: 100%;
  bottom: 0;
  background-color: black;
  z-index: 1;
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: -50vh;
  bottom: 0;
  background-color: black;
  z-index: 1;
}
/* Media query for portrait devices */
@media screen and (orientation: portrait) {
  .preloader,.main {
    width: var(--main-width);
    height: 100dvh; /* Adjust the height as per content */
  }
  
    .LLP {
      font-size: 9.25vmin; !important; /* Set a specific font size for larger screens using 'rem' */
    }
}
/* Media query for landscape devices */
@media screen and (orientation: landscape) {
  :root{
    --main-width: calc(100vh * (9 / 16));
  }
  .preloader,.main {
    width: var(--main-width);
    height: 100dvh;
    max-width: 100%; /* To prevent overflow */
  }
  /* Media query for larger screens like iPads */
  @media screen and (min-width: 768px) {
    .LLP {
      font-size: 4.25vmin; !important; /* Set a specific font size for larger screens using 'rem' */
    }
    .LLP-footer {
      font-size: 1.5vmin !important; /* Set a specific font size for larger screens using 'rem' */
    }
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: calc(100vh * (9 / 16));
      margin: 0 auto;
    }
  }
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bg-dark {
  background-color: #000000 !important;
}
.bg-dark-80 {
  background-color: #000000b0 !important;
}
.row {
  margin: 0;
  padding: 0;
}
#mega {
  height: 12vh;
}
#major {
  height: 9vh;
}
#minor {
  height: 7.5vh;
}
#mini {
  height: 7.5vh;
}
.empty-space {
  min-height: 7.5vh;
  width: 100%;
}
#mega {
  background: url('./assets/mega.png');
}
#major {
  background: url('./assets/major.png');
}
#minor {
  background: url('./assets/minor.png');
}
#mini {
  background: url('./assets/mini.png');
}
#major,#minor,#mini {
  background-size: 84% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#mega {
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#mega::before {
  background-image: url('./assets/mega-text.png');
}
#major::before {
  background-image: url('./assets/major-text.png');
}
#minor::before {
  background-image: url('./assets/minor-text.png');
}
#mini::before {
  background-image: url('./assets/mini-text.png');
}
#mega::before,#major::before,#minor::before,#mini::before {
  content: "";
  position: absolute;
  top: -4px;
  width: 100%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: zooming 1.5s ease-in-out infinite;
}
.LLP {
  font-family: 'LLPixel';
  background: -webkit-linear-gradient(#c2020c, #ffe70f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4vh;
  padding-top: 3%;
}
.LLP::before {
  content: "\0024"; /* unicode for $ */
  font-weight: 700;
  vertical-align: top;
  font-size: smaller;
}
.logo {
  height: 20vh;
  width: 100%;
}
.logo-1 {
  background-image: url('./assets/logo-1.gif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.game-links {
  width: 20%;
  padding: 2px;
  color: black;
  text-decoration: none;
}
.card {
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  border: 0px solid rgb(255 227 27 / 85%);
  border-radius: 0;
}
.card:hover{
  transform: scale(1.1);
}
#game-1 {
  background: url('./assets/1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-2 {
  background: url('./assets/2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-3 {
  background: url('./assets/3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-4 {
  background: url('./assets/4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-5 {
  background: url('./assets/5.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-6 {
  background: url('./assets/6.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-7 {
  background: url('./assets/7.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-8 {
  background: url('./assets/8.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-9 {
  background: url('./assets/9.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#game-10 {
  background: url('./assets/10.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#myFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1;
}
.footer {
  height: 5vh;
}
.login-header {
  background: url('./assets/login/user-header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16vh;
}
.bg-hotpink {
  background-color: #f7577e;
}
#login {
  background: url('./assets/login/login.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#logout {
  background: url('./assets/login/logout.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.keyboard {
  width: 100%;
  padding: 5px 0;
  background: #051354;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
}

.keyboard--hidden {
  display: none;
}

.keyboard__keys {
  text-align: center;
}

.keyboard__key {
  height: 4vh;
  width: 6%;
  max-width: 90px;
  margin: 3px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 1.05rem;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.keyboard__key:active {
  background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
  width: 12%;
}

.keyboard__key--extra-wide {
  width: 36%;
  max-width: 500px;
}

.keyboard__key--activatable::after {
  content: '';
  top: 10px;
  right: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.keyboard__key--active::after {
  background: #08ff00;
}

.keyboard__key--dark {
  background: rgba(0, 0, 0, 0.25);
}

#spinnerModal .modal-body {
  background: transparent;
  border: transparent;
  width: 100%;
  max-width: 100%;
}

#spinnerModal .wheelspinner {
  height: calc(100vh - 20px);
  width: 100%;
}

#spinnerModal .wrapper {
  max-height: 90vh;
  background: transparent;
  border-radius: 1em;
}
#spinnerModal .container {
  position: relative;
  width: 100%;
  height: 100%;
}
#spinnerModal #wheel {
  max-height: inherit;
  width: inherit;
  top: 0;
  padding: 0;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
#spin-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: linear-gradient(0deg, #7D3E00 -7.62%, #FFC170 14.51%, #FFEED8 32.4%, #FFC170 84.95%, #7D3E00 106.96%);
  color: #c66e16;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#spinnerModal .container img {
  position: absolute;
  width: 27%;
  top: 35%;
  right: -12%;
  transform: rotate(90deg);
}
#spinnerModal #final-value {
  font-size: 8vh;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#spinnerModal #final-value img {
  width: 100%;
  height: 10vh;
}
@media screen and (max-width: 768px) {
  #spinnerModal .wrapper {
    font-size: 12px;
  }
  #spinnerModal .container img {
    right: -5%;
  }
}

#spinnerWinModal .modal-body {
  background: transparent;
  border: transparent;
  width: 100%;
  max-width: 100%;
}

#spinnerWinModal #bonusWinParent {
  height: calc(-20px + 100vh);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup {
  width: 100%;
  max-width: 800px;
}

.popup-content {
  background: #0b003b;
  border-radius: 20px;
  padding: 3vh;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  border: 2px solid #69c3ff;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px 0px #69c3ff;
  position: relative;
}

.you-won {
  font-size: 3.5vh;
  font-weight: bold;
  background: -webkit-linear-gradient(270deg, #ffffff 0%, #bfe6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.win-details {
  font-size: 1.5vh;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.win-amount,
.multiplier,
.total-win {
  font-size: 5vh;
  color: #ffe600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.plus,
.equals {
  font-size: 5vh;
  color: #ffe600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.labels {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding: 0 30px;
  margin-bottom: 20px;
}

.label {
  background: -webkit-linear-gradient(270deg, #ffffff 0%, #bfe6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-parent {
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -9%;
}
.collect-btn {
  background-color: #00b000;
  border: none;
  padding: 7.5px 6vw;
  font-size: 2vh;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px 0px #69c3ff;
}
.collect-btn span {
  background: -webkit-linear-gradient(270deg, #ffffff 0%, #95ff87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.collect-btn:hover {
  background-color: #008000;
}

#spinner-img {
  width: min-content;
  box-shadow: 0px 0px 20px 10px #ffbd16;
  border-radius: 50%;
}

#spinner-img img {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 10px #ffbd16;
}

#countdown-timer {
  background: url('./assets/mega.png');
  background-size: 100% 130%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20vh;
}
#total-amount {
  background: url('./assets/major.png');
  background-size: 100% 130%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20vh;
}
#total-ul {
  display: flex;
  align-items: center;
  padding: 1vh;
  margin: 0px;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 0.5vh;
}
 
#total-amount ul li{   padding: 0;
    display: inline-block;
    font-size: 4vh;
    text-align: center;
}
ul#countdown {
  display: flex;
  align-items: center;
  padding: 1vh;
  margin: 0px;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 0.5vh;
}
ul#countdown li {
  padding: 0;
  display: inline-block;
  font-size: 2vh;
  text-align: center;
}