@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  overflow-x: hidden !important;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: black;
  font-family: 'Montserrat', sans-serif;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a {
  color: #FBB03B;
  font-weight: 600;
}

a:hover {
  color: #FBB03B;
  filter: brightness(1.1);
}

a:active {
  color: #FBB03B;
  filter: brightness(1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  display: none;
}

.modal-dialog {
  margin-top: 8%;
}

.biamo-logo {
  position: absolute;
  padding: 28px;
  width: calc(8vw + 140px);
  height: auto;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.biamo-logo:hover {
  transform: scale(1.05);
}

.biamo-logo:active {
  transform: scale(1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.container100 {
  width: 100%;
}

.floor-img {
  position: absolute;
  top: calc(10vw - 120px);
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  -o-mix-blend-mode: screen;
  z-index: -12;
}

.floor-img-mobile {
  display: none;
  position: absolute;
  top: 36%;
  z-index: -12;
}

.parallax-container {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -10;
}

.coins-l1 {
  width: calc(4vw + 40px);
  top: 80vh !important;
  left: 18vw !important;
}

.coins-l2 {
  width: calc(6vw + 40px);
  top: 60vh !important;
  left: 4vw !important;
}

.coins-l3 {
  width: calc(4vw + 40px);
  top: 46vh !important;
  left: 8vw !important;
}

.coins-l4 {
  width: calc(3vw + 40px);
  top: 29vh !important;
  left: 14vw !important;
}

.coins-l5 {
  width: calc(4vw + 40px);
  top: 24vh !important;
  left: 2vw !important;
}

.coins-l6 {
  width: calc(4vw + 40px);
  top: 22vh !important;
  left: 12vw !important;
}

.coins-l7 {
  width: calc(4vw + 40px);
  top: 1vh !important;
  left: 14vw !important;
}

.coins-r1 {
  width: calc(4vw + 40px);
  top: 90vh !important;
  left: 74vw !important;
}

.coins-r2 {
  width: calc(5vw + 40px);
  top: 74vh !important;
  left: 84vw !important;
}

.coins-r3 {
  width: calc(6vw + 40px);
  top: 30vh !important;
  left: 88vw !important;
}

.coins-r4 {
  width: calc(4vw + 40px);
  top: 12vh !important;
  left: 89vw !important;
}

.coins-r5 {
  width: calc(2vw + 40px);
  top: 10vh !important;
  left: 70vw !important;
}

.coins-r6 {
  width: calc(3vw + 40px);
  top: 14vh !important;
  left: 63vw !important;
}

.coins-r7 {
  width: calc(2vw + 40px);
  top: 6vh !important;
  left: 55vw !important;
}

.chars-l1 {
  width: calc(16vw + 200px);
  top: -5vh !important;
  left: 29vw !important;
}

.chars-l2 {
  width: calc(22vw + 200px);
  top: 4vh !important;
  left: 16vw !important;
}

.chars-l3 {
  width: calc(14vw + 200px);
  top: 34vh !important;
  left: 15vw !important;
}

.chars-r1 {
  width: calc(20vw + 100px);
  top: 44vh !important;
  left: 62vw !important;
}

.chars-r2 {
  width: calc(14vw + 200px);
  top: 10vh !important;
  left: 54vw !important;
}

.chars-r3 {
  width: calc(18vw + 120px);
  top: -7vh !important;
  left: 43vw !important;
}

.number-frame {
  grid-column: 1;
  grid-row: 1;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: calc(-10px - 1vw);
  width: calc(80px + 8vw);
  box-shadow: 0px -2px 23px 0px rgba(39, 36, 4, 0.87);
  background: rgb(56,56,62);
  background: linear-gradient(180deg, rgba(56,56,62,1) 0%, rgba(27,26,41,1) 100%);
  border-radius: 1rem;
  padding: calc(24px - 1.2vh) calc(1.4vw + 2px);
  color: #FFFFFF;
  font-weight: 900;
  font-size: calc(0.8rem + 1vw);
  text-transform: uppercase;
  border: calc(0.1rem + 0.1vw) solid #FEC931;
  z-index: -10;
}

.spinner {
  display: grid;
  margin-top: 10vh;
  width: calc(44vw + 48px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.spinner img, button {
  grid-column: 1;
  grid-row: 1;
}

.spinner img.spinner-light {
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
  -moz-mix-blend-mode: overlay;
  -o-mix-blend-mode: overlay;
}

#spinner-body {
  z-index: -1;
  transition: all 5s cubic-bezier(.1,.1,.0,1);
  -webkit-transition: all 5s cubic-bezier(.1,.1,.0,1);
  -moz-transition: all 5s cubic-bezier(.1,.1,.0,1);
  -o-transition: all 5s cubic-bezier(.1,.1,.0,1);
}

#spinnerPointer {
  z-index: 0;
  transition: all 5s cubic-bezier(.1,.1,.0,1);
  -webkit-transition: all 5s cubic-bezier(.1,.1,.0,1);
  -moz-transition: all 5s cubic-bezier(.1,.1,.0,1);
  -o-transition: all 5s cubic-bezier(.1,.1,.0,1);
}

.spinner-bg-light {
  z-index: 1;
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
  -moz-mix-blend-mode: overlay;
  -o-mix-blend-mode: overlay;
  opacity: 0.3;
}

.spinner-button {
  z-index: 100;
  margin: auto;
  width: calc(12vw + 14px);
  height: calc(12vw + 14px);
  border: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/wheel/button.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-animation: pop 2s ease-in-out infinite;
  -moz-animation: pop 2s ease-in-out infinite;
  -o-animation: pop 2s ease-in-out infinite;
  animation: pop 2s ease-in-out infinite;
  animation-play-state: running;
}

.spinner-button:hover {
  filter: brightness(1.1);
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.spinner-button:active {
  transform: scale(0.9);
  transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
}

@-webkit-keyframes pop {
  50% {
    transform: scale(1.05);
  }
}

@-moz-keyframes pop {
  50% {
    transform: scale(1.05);
  }
}

@keyframes pop {
  50% {
    transform: scale(1.05);
  }
}

.btn-main {
  display: block;
  background: rgb(255,217,18);
  background: linear-gradient(180deg, rgba(255,217,18,1) 0%, rgba(255,193,35,1) 15%, rgba(255,148,21,1) 100%);
  border-radius: 7px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 9px 38px;
  box-shadow: 0;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.btn-main:hover {
  color: #FFFFFF;
  padding: 9px 44px;
  filter: brightness(1.1);
  box-shadow: 0px 0px 40px rgba(255,217,18,0.25);
}

.btn-main:active {
  padding: 9px 22px;
  filter: brightness(1.2);
  box-shadow: 0px 0px 20px rgba(255,217,18,0.75);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.btn-main.spinagain {
  background: #D7FF39;
  background: linear-gradient(180deg, #D7FF39 0%, #12C20E 100%);
}

.btn-main.spinagain:hover {
  box-shadow: 0px 0px 20px rgba(215, 255, 57, 0.25);
}

.btn-main.spinagain:active {
  box-shadow: 0px 0px 20px rgba(215, 255, 57, 0.75);
}

.payments-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.payments-link {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.payments-link:hover {
  filter: brightness(1.1);
}

.payments-link:active {
  filter: brightness(1.2);
}

.payments-logos {
  padding: 10px 24px;
  width: auto;
  max-height: 48px;
}

.footer-text {
  text-align: center;
  color: #B6B6B6;
  font-size: 0.8rem;
  font-weight: 500;
}

.footer-cc {
  text-align: center;
  color: #B6B6B6;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 6rem;
}

.modal-content {
  background: rgb(56,56,62);
  background: linear-gradient(180deg, rgba(56,56,62,1) 0%, rgba(27,26,41,1) 100%);
  border-radius: 1rem;
}

.modal-content::before {
  content: '';
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  position: absolute;
  z-index:-1;
  border-radius: 1.2rem;
  background-image: rgb(255,217,18);
  background-image: linear-gradient(180deg, #FFF2C6 0%, #FFD130 13.42%, #FFE7A8 28.52%, #FFA665 46.23%, #FFB31F 82.69%, #FF4B60 100%);
  box-shadow: 0px -2px 23px rgba(39, 36, 4, 0.87);
}

.modal-header {
  border-bottom: 0;
}

.btn-close {
  background: transparent url("../img/btn-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(125 125 125 / 25%);
  opacity: 1;
}

.modal-win-text-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.modal-win-spin-desc {
  text-align: center;
  color: #BDBDBD;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

.modal-win-spin-desc span {
  color: #FBB03B;
  font-weight: 800;
}

.modal-win-text-prize {
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
  line-height: 100%;
  text-transform: uppercase;
  background: #FFD912;
  background: -webkit-linear-gradient(180deg, #FFD912 0%, #FFC123 16.54%, #FF9415 100%);
  background: -moz-linear-gradient(180deg, #FFD912 0%, #FFC123 16.54%, #FF9415 100%);
  background: linear-gradient(180deg, #FFD912 0%, #FFC123 16.54%, #FF9415 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2rem 0 2.6rem 0;
}

.modal-footer {
  border-top: 0;
  flex-direction: column;
  padding-bottom: 2rem;
}

.modal-tc-text {
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
