:root {
  --button-shadow-base: 0px 2px 4px #d6d7d9, 0px -2px 4px #cecfd1;

  --button-shadow-default: inset 0 0 3px 0 #cecfd1;
  --button-shadow-hover: var(--button-shadow-base), inset 0 0 3px 3px #cecfd1;
  --button-shadow-active: var(--button-shadow-base), inset 0 0 5px 3px #999,
    inset 0 0 30px #aaa;
}

* {
  color: white;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-family: "Madimi One", sans-serif;
  user-select: none;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding-top: env(safe-area-inset-top, 0);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);

  min-height: 100vh;
}

#app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  /* Size */
  width: 100%;
  height: 100%;

  z-index: 2;
}

/* Bingo Gameboard */
.bingo-game-background-section-1 {
  /* background: radial-gradient(
      circle,
      rgb(54, 89, 129, 0.9),
      rgb(38, 62, 97, 0.9)
    ),
    url("https://montecasino.com/wp-content/uploads/2021/10/abg-014.jpg")
      center/cover no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;

  Size
  height: 720px; */

  width: 100%;
  height: 100%;
}

.bingo-game-board {
  /*colors*/
  background: radial-gradient(
      circle,
      rgb(54, 89, 129, 0.8),
      rgb(38, 62, 97, 0.8)
    ),
    url("https://montecasino.com/wp-content/uploads/2021/10/abg-014.jpg")
      center/cover no-repeat;

  /* border: 10px solid rgba(255, 255, 0); */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);

  /*miscs*/
  border-radius: 2px;

  /*size*/
  box-sizing: border-box;
  top: 50%;
  left: 50%;

  width: 1100px;
  height: 620px;

  /*position on screen*/
  position: absolute;
  transform: translate(-50%, -40%);

  overflow: hidden;
}

/* Blackjack Gameboard */
.blackjack-game-background-section-1 {
  /* background: radial-gradient(
      circle,
      rgb(54, 89, 129, 0.5),
      rgb(38, 62, 97, 0.5)
    ),
    url("../Images/Blackjack/Majestic\ Blackjack\ BG.png") center/cover
      no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;

  Size
  height: 720px; */

  width: 100%;
  height: 100%;
}

.blackjack-game-board-background {
  position: fixed;

  width: 100%;
  height: 100%;

  z-index: -3;

  object-fit: cover; /* Ensure the video covers the entire container */
}


/* Slots Gameboard */
.slots-game-background-section-1 {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 10;
}

.slots-game-board-background {
  position: fixed;

  width: 100%;
  height: 100%;

  z-index: -3;

  object-fit: cover; /* Ensure the video covers the entire container */
}

.slots-game-board {
  width: 1100px;
  height: 620px;

  /* border: 5px solid rgba(255, 255, 0); */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);

  /*miscs*/
  border-radius: 2px;

  /*position on screen*/
  position: fixed;
  left: 50%;
  top: 56.5%;
  overflow: hidden;
}

.blackjack-game-board {
  width: 1100px;
  height: 620px;

  /* border: 5px solid rgba(255, 255, 0); */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);

  /*miscs*/
  border-radius: 2px;

  /*position on screen*/
  position: fixed;
  left: 50%;
  top: 56.5%;
  overflow: hidden;
}

.spin-wheel-game-board {
  width: 1080px;
  height: 1080px;

  /* border: 5px solid rgba(255, 255, 0); */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);

  /*miscs*/
  border-radius: 2px;

  /*position on screen*/
  position: fixed;
  left: 50%;
  top: 65%;
  overflow: hidden;
}

.game-board {
  width: 1100px;
  height: 620px;

  /*miscs*/
  border-radius: 2px;

  /*position on screen*/
  position: fixed;
  left: 50%;
  top: 56.5%;
  overflow: hidden;
}

/* Roulette Gameboard */
.roulette-game-background-section-1 {
  background: radial-gradient(
      circle,
      rgba(88, 90, 42, 0.9),
      rgba(34, 34, 29, 0.9)
    ),
    url("../Images/Slots/17_Bee_Hive/") center/cover no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Size */
  height: 720px;
}

.roulette-game-board {
  display: flex;
  justify-content: center;
  align-items: center;

  /*colors*/
  background: radial-gradient(
      circle,
      rgb(54, 89, 129, 0.2),
      rgb(38, 62, 97, 0.2)
    ),
    url("../Images/Blackjack/Majestic\ Blackjack\ BG.png") center/cover
      no-repeat;

  /* border: 10px solid rgb(252, 252, 252); */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);

  /*miscs*/
  border-radius: 2px;

  /*size*/
  box-sizing: border-box;
  top: 50%;
  left: 50%;

  width: 1100px;
  height: 620px;

  /*position on screen*/
  position: absolute;
  transform: translate(-50%, -40%);

  overflow: hidden;
}

/* Spinwheel Gameboard */
.spin-wheel-game-background-section-1 {
  background: radial-gradient(
      circle,
      rgb(72, 42, 90, 0.9),
      rgb(32, 29, 34, 0.9)
    ),
    url("https://montecasino.com/wp-content/uploads/2021/10/abg-014.jpg")
      center/cover no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Size */
  height: 720px;
}

.game-board ul {
  list-style: none;
}

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

  height: 100%;
  background: #09111f;
  position: fixed;
  width: 100%;
  z-index: 25;
}

.preloader img {
  width: 30%;
}

.return-button {
  position: absolute;
  top: 1.5%;
  left: 1%;
  z-index: 3;
}

.return-button img {
  width: 60%;

  margin-bottom: 2px;
}

.show-modal-button img {
  width: 60%;

  margin-top: 5px;
}

.show-modal-button-2 {
  position: absolute;
  bottom: 1.5%;
  left: 1%;
  z-index: 3;

  /* Color */
  background: linear-gradient(130deg, #ff4b2b, #ff416c);

  /* Size */
  height: 40px;
  width: 40px;

  /* Misc */
  border-radius: 50%;
  border: 2px solid rgba(143, 144, 146, 0.25);
  box-shadow: var(--button-shadow-default);
  cursor: pointer;
}

.return-button,
.show-modal-button,
.audio-button,
.fullscreen-button {
  /* display:flex;
  justify-content: center;
  align-self: center; */
  text-align: center;

  /* Color */
  background: linear-gradient(130deg, #ff4b2b, #ff416c);

  /* Size */
  height: 40px;
  width: 40px;

  /* Font */
  text-align: center;
  color: #7a7a7a;
  font-size: 20px;

  /* Misc */
  border-radius: 50%;
  border: 2px solid rgba(143, 144, 146, 0.25);
  box-shadow: var(--button-shadow-default);
  cursor: pointer;
}

.show-modal-button {
  position: absolute;
  top: 1.5%;
  right: 1%;
  z-index: 3;
}

.fullscreen-button {
  position: absolute;
  bottom: 16%;
  right: 1%;
  z-index: 5;
}

.audio-button {
  position: absolute;
  bottom: 6%;
  right: 1%;
  z-index: 5;
}

.fullscreen-button img {
  width: 60%;

  margin-top: 6px;
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;

  background-color: rgba(0, 0, 0, 0.6);

  /* Size */
  width: 100%;
  height: 100%;

  backdrop-filter: blur(3px);
  z-index: 5;

  overflow: hidden;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

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

  background-color: transparent;

  /* Size */
  height: 70%;
  width: 70%;

  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.close-modal-button {
  position: absolute;
  top: 1.5%;
  right: 1%;
  z-index: 2;

  background: linear-gradient(130deg, #ff4b2b, #ff416c);

  /* Size */
  height: 45px;
  width: 45px;

  /* Font */
  text-align: center;
  font-family: inherit;
  /* color: #333; */
  font-size: 30px;

  /* Misc */
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.close-modal-loading-button {
  z-index: 3;

  background: rgba(255, 255, 255, 0.7);

  /* Size */
  height: 45px;
  width: 190px;

  /* Font */
  text-align: center;
  font-family: inherit;
  color: #333;
  font-size: 30px;

  /* Misc */
  border-radius: 25px;
  cursor: pointer;
  border: none;
}

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

  /* Size */
  width: 100%;
  height: 100%;

  /* IN THE END */
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 400px;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.instruction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 80%;
  height: 80%;
  position: relative;
}

.instruction-header {
  /* Font */
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  font-weight: 500;

  margin-bottom: 20px;
}

/* .instruction::before {
    content: '\201C';
    position: absolute;
    top: -5.7rem;
    left: -6.8rem;
    line-height: 1;
    font-size: 20rem;
    font-family: inherit;
    color: var(--color-primary);
    z-index: -1;
  } */

.instruction-text {
  display: flex;
  height: 100%;
  font-size: 17px;
  color: white;
}

.small-text {
  font-size: 12px;
}

.instruction-special-symbols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.special-symbol-image {
  width: 180px;
}

.instruction-winlines {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px;

  height: 500%;
}

.instruction-paytable {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 30px;

  height: 500%;
}

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

.payline-image {
  width: 50px;
  margin-left: 5px;
}

.winning-value-amount {
  display: flex;
  align-items: center;
}

.payline-amount {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.symbol-value {
  font-size: 12px;
}

.slider-button {
  position: absolute;
  top: 45%;
  z-index: 5;

  background: linear-gradient(130deg, #ff4b2b, #ff416c);

  /* Size */
  height: 80px;
  width: 80px;

  /* Font */
  font-family: inherit;
  /* color: #333; */
  font-size: 40px;

  /* Misc */
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.slider-left-button {
  left: 5%;
}

.slider-right-button {
  right: 5%;
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots-dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots-dot:last-child {
  margin: 0;
}

.dots-dot-active {
  /* background-color: #fff; */
  background-color: #ffffff;
  opacity: 1;
}

/* Portrate to landscape orientation */
.orientation-modal {
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.3);

  width: 100%;
  height: 100%;

  position: fixed;
  top: 0;
  left: 0;

  z-index: 20;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  background-color: #fff;

  padding: 20px;
  border: 2px solid #888;
  border-radius: 50px;

  width: 80%;
  height: 60%;

  gap: 15%;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  animation-name: animatetop;
  animation-duration: 3s;
}

.orientation-message {
  text-align: center;

  color: black;

  margin-top: 20px;
  font-size: 100%;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 20px;
}

.tablet-icon {
  width: 50px;
}

.arrow {
  color: black;
  font-size: 50px;
  /* Add more styles for the arrow if necessary */
}

button:hover:not([disabled]) {
  box-shadow: var(--button-shadow-hover);
}

button:active:not([disabled]) {
  box-shadow: var(--button-shadow-active);
}

.fade-in {
  animation: fadeIn 0.75s ease forwards;
}

.fade-out {
  animation: fadeOut 0.5s ease forwards;
}

.bounce {
  animation: bounce 2s ease 3;
}

@keyframes animatetop {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.3); /* Scale up to 120% */
  }
}
