.div {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.wheel-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  background-image: linear-gradient(#0a101e, #0a101e);
  font-family: Roboto, sans-serif;
}

.wheel-external {
  width: 500px;
  height: 500px;
  opacity: 1;
  position: relative;
}

.wheel-internal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  z-index: 1;
  height: 56px;
  margin-bottom: 0;
  position: relative;
}

.text-block {
  z-index: 1;
  color: #fff;
  position: relative;
}

.button {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#ff2400, #ff2400);
  border-radius: 32px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 34, 0, .5);
}

.button._2 {
  align-self: stretch;
}

.wheel-center {
  z-index: 2;
  width: 30%;
  height: 30%;
  position: absolute;
}

.wheel-win-section {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coins-bg-1, .coins-bg-2 {
  width: 180%;
  height: 180%;
  max-width: 200%;
  position: absolute;
}

.internal-wheel-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.text-shadow {
  z-index: -1;
  filter: blur(12px);
  background-color: rgba(11, 16, 30, .65);
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -16px;
  right: -16px;
}

.overlay {
  z-index: 3;
  height: 100%;
  min-height: 100svh;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 400px;
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #172032;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.tag {
  color: #ff2500;
  background-color: rgba(255, 35, 1, .2);
  border-radius: 32px;
  margin-bottom: -8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 100%;
}

.title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-2 {
  text-align: center;
  font-size: 16px;
}

.bg-light {
  opacity: .3;
  background-color: #0a0f1d;
  border-radius: 400px;
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: 2%;
  right: 2%;
  box-shadow: 0 0 80px 40px #f20;
}

.girl-2 {
  z-index: 1;
  width: 25vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.girl-1 {
  z-index: 1;
  width: 25vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lights-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: -2%;
  bottom: -2%;
  left: -2%;
  right: -2%;
}

.light-pair {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.light-pair._01 {
  opacity: 0;
}

.light-pair._02 {
  opacity: 0;
  transform: rotate(15deg);
}

.light-pair._03 {
  opacity: 0;
  transform: rotate(30deg);
}

.light-pair._04 {
  opacity: 0;
  transform: rotate(45deg);
}

.light-pair._05 {
  opacity: 0;
  transform: rotate(60deg);
}

.light-pair._06 {
  opacity: 0;
  transform: rotate(75deg);
}

.light-pair._07 {
  opacity: 0;
  transform: rotate(90deg);
}

.light-pair._08 {
  opacity: 0;
  transform: rotate(105deg);
}

.light-pair._09 {
  opacity: 0;
  transform: rotate(120deg);
}

.light-pair._10 {
  opacity: 0;
  transform: rotate(135deg);
}

.light-pair._11 {
  opacity: 0;
  transform: rotate(150deg);
}

.light-pair._12 {
  opacity: 0;
  transform: rotate(165deg);
}

.mains-light {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  filter: blur(3px);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-image {
  width: 120px;
  margin-top: -4px;
  margin-bottom: -4px;
}

.disable-overlay {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wheel-internal-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div {
    min-height: 100vh;
    overflow: hidden;
  }

  .text-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .div {
    padding: 12px;
  }

  .wheel-external {
    width: 320px;
    height: 320px;
  }

  .girl-2 {
    width: 45vw;
    right: -10vw;
  }

  .girl-1 {
    width: 45vw;
    left: -10vw;
  }
}

@media screen and (max-width: 479px) {
  .div {
    min-height: 100svh;
    justify-content: space-between;
  }

  .wheel-external {
    width: 90vw;
    height: 90vw;
  }

  .logo {
    margin-top: 12px;
    margin-bottom: -12px;
  }

  .text-2 {
    font-size: 16px;
  }

  .girl-2 {
    width: 48vw;
    bottom: 0;
    right: -12vw;
  }

  .girl-1 {
    width: 48vw;
    left: -12vw;
  }

  .vertical-20px {
    margin-bottom: 32px;
  }
}


