:root {
  --background: #5E93A4;
  --footer: #000;
  --text: #fff;
  --text-btn: #0A0113;
  --link: #00FF66;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "RFDewiExpanded", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-style: normal;
  font-family: "RFDewiExpanded";
  font-weight: 400;
  src: url("RFDewiExpanded-Regular.woff") format("woff"), url("RFDewiExpanded-Regular.woff2") format("woff2"), url("RFDewiExpanded-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "RFDewiExpanded";
  font-weight: 800;
  src: url("RFDewiExpanded-Ultrabold.woff") format("woff"), url("RFDewiExpanded-Ultrabold.woff2") format("woff2"), url("RFDewiExpanded-Ultrabold.ttf") format("ttf");
  font-display: swap;
}
body {
  background: linear-gradient(90.84deg, #090010 1.17%, #370061 67.27%, #170129 100.77%);
  font-family: "RFDewiExpanded", sans-serif;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

button {
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.8;
}
button:hover {
  opacity: 1;
}
button:active {
  opacity: 0.8;
}

.wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

canvas {
  background: transparent !important;
}

.bg-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.bg-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.logo {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.logo__block {
  background-color: #000;
  padding: 16px 29px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .logo__block {
    padding: 37px 78px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
.logo__block img {
  width: 157px;
}
@media (min-width: 1600px) {
  .logo__block img {
    width: auto;
  }
}

.img-back {
  position: absolute;
}

.img-back.women {
  display: block;
  bottom: 0;
  left: -30px;
  width: 257px;
  height: auto;
  z-index: 4;
}
@media (min-width: 991px) {
  .img-back.women {
    width: 657px;
  }
}
@media (min-width: 1600px) {
  .img-back.women {
    width: 1079px;
    height: 1052px;
  }
}

.slot {
  display: none;
}
@media (min-width: 991px) {
  .slot {
    display: block;
    width: 542px;
    height: auto;
    bottom: -70px;
    right: 0;
    z-index: 3;
  }
}
@media (min-width: 1280px) {
  .slot {
    bottom: -170px;
  }
}
@media (min-width: 1600px) {
  .slot {
    width: 692px;
  }
}

.slot-mobile {
  bottom: -50px;
  width: auto;
  right: 0;
  z-index: 2;
}
@media (min-width: 991px) {
  .slot-mobile .slot-mobile {
    display: none;
  }
}

.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.popup__container {
  background: linear-gradient(93.6deg, #090010 1.35%, #370061 92.44%);
  width: 320px;
  height: 192px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .popup__container {
    width: 647px;
    height: 387px;
    border-radius: 40px;
  }
}
.popup__container::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 100px 0px #A64AF7;
}
@media (min-width: 991px) {
  .popup__container::after {
    border-radius: 40px;
  }
}
.popup__title {
  margin-bottom: 10px;
}
.popup__title span {
  font-size: 24px;
  line-height: 1.2;
  color: #00FF66;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .popup__title span {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
.popup__win {
  margin-bottom: 20px;
}
.popup__win span {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .popup__win span {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
.popup__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #00FF66;
  border-radius: 30px;
  width: 238px;
  height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.3s;
  z-index: 9;
}
@media (min-width: 991px) {
  .popup__btn {
    width: 380px;
    height: 66px;
  }
}
.popup__btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 269px;
  height: 22px;
  background-image: url(btn-mobile-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 991px) {
  .popup__btn::before {
    background-image: url(btn-icon-small.svg);
    width: 440px;
    height: 42px;
    top: 17px;
    left: -30px;
  }
}
.popup__btn::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  width: 254px;
  height: 28px;
  background-image: url(btn-mobile-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 991px) {
  .popup__btn::after {
    background-image: url(btn-icon-big.svg);
    width: 412px;
    height: 56px;
    top: 11px;
    left: -16px;
  }
}
.popup__btn:hover {
  transform: scale(1.05);
}
.popup__btn span {
  color: #0A0113;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
@media (min-width: 991px) {
  .popup__btn span {
    font-size: 28px;
  }
}

.controls {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  gap: 1em;
  position: relative;
  z-index: 9;
}
.controls .drop-container {
  display: flex;
  justify-content: center;
}
.controls .drop-container .drop {
  display: inline-flex;
}
.controls .drop-container .drop button {
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
  padding: 1em 1em 1em 1em;
  background: lime;
  width: 7em;
}
.controls .drop-container .drop input[type=checkbox] {
  display: none;
}
.controls .drop-container .drop input[type=checkbox]:not(:checked) + label .checked {
  visibility: hidden;
}
.controls .drop-container .drop label[for=checkbox] {
  position: absolute;
  left: 100%;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  padding: 0 0.5em;
  opacity: 0.8;
}
.controls .drop-container .drop label[for=checkbox]:hover {
  opacity: 1;
}
.controls .drop-container .drop label[for=checkbox]:hover .box {
  background-color: rgba(255, 255, 255, 0.1);
}
.controls .drop-container .drop label[for=checkbox]:active {
  opacity: 0.8;
}
.controls .drop-container .drop label[for=checkbox] .box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.2em;
  width: 0.8em;
  height: 0.8em;
}
.controls .drop-container .drop label[for=checkbox] .box:after {
  font-size: 0.6em;
  vertical-align: middle;
  position: absolute;
  left: calc(100% + 0.4em);
  color: #fff;
  content: "auto";
}
.controls .drop-container .drop label[for=checkbox] .box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#balls,
#multiplier {
  position: relative;
  font-weight: 900;
  font-size: 2.2em;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.2);
}
#balls:before,
#multiplier:before {
  content: "-";
  position: absolute;
  bottom: 100%;
  font-size: 0.3em;
  font-weight: 400;
}

#balls {
  visibility: hidden;
}
#balls:before {
  content: "Balls";
}

#multiplier {
  text-align: right;
  visibility: hidden;
}
#multiplier:before {
  content: "Drop";
  right: 0;
}

.canvas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.canvas-container canvas {
  display: block;
  margin: auto;
}

.notes {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 9;
}
.notes .note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  aspect-ratio: 30/26;
  border-radius: 5px;
  background-color: gray;
  flex-shrink: 0;
  border-bottom: solid 4px yellow;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
}
.notes .note[data-pressed=true] {
  animation: press 0.5s;
}
@keyframes press {
  0% {
    border-bottom-width: 4px;
  }
  50% {
    border-bottom-width: 0;
  }
  100% {
    border-bottom-width: 4px;
  }
}
.notes .note:nth-child(1), .notes .note:nth-child(17) {
  background-color: #0f3;
  border-color: #0a0;
}
.notes .note:nth-child(2), .notes .note:nth-child(16) {
  background-color: #1f3;
  border-color: #0a0;
}
.notes .note:nth-child(3), .notes .note:nth-child(15) {
  background-color: #3f2;
  border-color: #0a0;
}
.notes .note:nth-child(4), .notes .note:nth-child(14) {
  background-color: #4f2;
  border-color: #0a0;
}
.notes .note:nth-child(5), .notes .note:nth-child(13) {
  background-color: #6f2;
  border-color: #0a0;
}
.notes .note:nth-child(6), .notes .note:nth-child(12) {
  background-color: #7f1;
  border-color: #3a0;
}
.notes .note:nth-child(7), .notes .note:nth-child(11) {
  background-color: #9f1;
  border-color: #4a0;
}
.notes .note:nth-child(8), .notes .note:nth-child(10) {
  background-color: #af0;
  border-color: #6a0;
}
.notes .note:nth-child(9) {
  background-color: #cf0;
  border-color: #7a0;
}/*# sourceMappingURL=styles.css.map */