/* Base */
/* Fonts */
/* Dots */
/* From Bottom */
@keyframes fromBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translate(0px);
  }
}
/* SF Pro Display Regular */
@font-face {
  font-family: "SF Pro Display Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SF-Pro-Display-Regular.woff") format("woff");
}
/* SF Pro Display Medium */
@font-face {
  font-family: "SF Pro Display Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SF-Pro-Display-Medium.woff") format("woff");
}
/* SF Pro Display Bold */
@font-face {
  font-family: "SF Pro Display Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SF-Pro-Display-Bold.woff") format("woff");
}
/* SF Pro Display Black */
@font-face {
  font-family: "SF Pro Display Black";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/SF-Pro-Display-Black.woff") format("woff");
}
*, *: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: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "SF Pro Display Regular";
}

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;
}

/* Components */
/* Modal */
.modal {
  box-shadow: none;
  width: 327px;
  border-radius: 15px;
  padding: 0;
  text-align: center;
  padding: 30px;
}
.modal a.close-modal {
  top: 12.5px;
  right: 12.5px;
}
.modal figure.modal-image {
  margin-bottom: 30px;
}
.modal figure.modal-image img {
  max-width: 100%;
  height: auto;
}
.modal div.modal-name {
  font-family: "SF Pro Display Bold";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.modal div.modal-button {
  text-align: center;
}
.modal div.modal-button .button {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition-duration: 0.5s;
}
.modal div.modal-button .button:hover {
  background-color: #000;
  color: #fff;
}

/* Layouts */
/* Header */
/* Sidebar */
/* Footer */
/* Pages */
html, body {
  height: 100%;
}

#general-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

div#general-everything {
  display: flex;
}

div#general-wheel {
  width: 100%;
  color: #06101D;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
div#general-wheel div.wheel-rewards {
  display: inline-flex;
  width: 450px;
  padding-right: 50px;
  flex-wrap: wrap;
}
div#general-wheel div.wheel-rewards div.logo {
  width: 100%;
}
div#general-wheel div.wheel-rewards div.logo img {
  max-width: 100%;
  height: auto;
}
div#general-wheel div.wheel-rewards div.title {
  font-family: "SF Pro Display Black";
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
  width: 100%;
}
div#general-wheel div.wheel-rewards div.desc {
  font-family: "SF Pro Display Regular";
  color: rgba(6, 16, 29, 0.7);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
  width: 100%;
}
div#general-wheel div.wheel-rewards div.list {
  width: 100%;
}
div#general-wheel div.wheel-rewards div.list div.block {
  border-bottom: 2px solid #D9D9D9;
  font-size: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
div#general-wheel div.wheel-rewards div.list div.block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div#general-wheel div.wheel-rewards div.list div.block div.icon {
  width: 36px;
  display: inline-block;
  vertical-align: middle;
}
div#general-wheel div.wheel-rewards div.list div.block div.icon span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}
div#general-wheel div.wheel-rewards div.list div.block div.icon img {
  max-width: 100%;
  height: auto;
}
div#general-wheel div.wheel-rewards div.list div.block div.text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-family: "SF Pro Display Medium";
  font-size: 20px;
  letter-spacing: -0.3px;
}
div#general-wheel div.wheel-area {
  width: calc(100% - 800px);
  display: inline-block;
  position: relative;
}
div#general-wheel div.wheel-area #wheel-pre {
  width: 333px;
  height: 100px;
  background-image: url("../../images/holder.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: -50px;
  position: relative;
}
div#general-wheel div.wheel-area #wheel-pre:before {
  position: absolute;
  content: "";
  top: 25px;
  left: calc(50% - 37.5px);
  width: 75px;
  height: 138px;
  background-image: url("../../images/pointer.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
}
div#general-wheel div.wheel-area #wheel-after {
  width: 100%;
  height: 203px;
  background-image: url("../../images/wheel-bottom.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto;
}
div#general-wheel div.wheel-area #wheel-container {
  position: relative;
  width: 868px;
  height: 868px;
  margin: 0 auto;
  margin-bottom: -100px;
}
div#general-wheel div.wheel-area #wheel {
  width: 100%;
  height: 100%;
  background: url("../../images/wheel.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  transition: transform 15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
div#general-wheel div.wheel-area #spin-button {
  position: absolute;
  display: block;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 140px;
  height: 140px;
  background: url("../../images/button.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
}
div#general-wheel div.wheel-results {
  width: 350px;
  display: inline-flex;
  padding-left: 50px;
  flex-wrap: wrap;
}
div#general-wheel div.wheel-results div.title {
  width: 100%;
  font-family: "SF Pro Display Black";
  font-size: 32px;
  letter-spacing: -0.138px;
  line-height: 32.484px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
div#general-wheel div.wheel-results div.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(116deg, #FEDC31 18.3%, #FDC347 24.16%, #FC8682 35.9%, #FA2CD7 52.2%, #987CDB 67.85%, #33D0E0 83.5%);
}
div#general-wheel div.wheel-results div.list {
  width: 100%;
}
div#general-wheel div.wheel-results div.list div.items {
  font-size: 0;
  margin: 0px -5px;
}
div#general-wheel div.wheel-results div.list div.items div.block {
  display: inline-block;
  width: 50%;
  padding: 0px 5px;
}
div#general-wheel div.wheel-results div.list div.items div.block div.item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "SF Pro Display Medium";
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid #D9D9D9;
}

#wheel-sound {
  display: none;
}

[data-class=bg-class-1] {
  background: linear-gradient(180deg, #FE7A18 3.8%, #FE9115 34.25%, #FFCC0F 96.09%), linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
}

[data-class=bg-class-2] {
  background: linear-gradient(225deg, #FC9512 22.66%, #FED319 69.33%, #FFEB1C 91.3%), linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
}

[data-class=bg-class-3] {
  background: linear-gradient(90deg, #2FFFFF -0.01%, #2AE7FF 26.99%, #1EA9FF 82%, #1A95FF 100%);
}

[data-class=bg-class-4] {
  background: linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
}

[data-class=bg-class-5] {
  background: linear-gradient(0deg, #3D08EA 1.63%, #600FF4 46.9%, #7815FC 83.94%);
}

[data-class=bg-class-6] {
  background: linear-gradient(45deg, #006F67 22.05%, #00756B 26.95%, #00B392 71.12%, #00CBA2 92.15%);
}

[data-class=bg-class-7] {
  background: linear-gradient(90deg, #808080 2.36%, #9D9D9D 52.29%, #B5B5B5 100.25%);
}

[data-class=bg-class-8] {
  background: linear-gradient(141deg, #FF260D 24.56%, #FE3E0E 42.26%, #FC7B10 80.49%, #FC9512 95.35%);
}

[data-text-class=class-1] {
  background: -webkit-linear-gradient(180deg, #FE7A18 3.8%, #FE9115 34.25%, #FFCC0F 96.09%), linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-2] {
  background: -webkit-linear-gradient(225deg, #FC9512 22.66%, #FED319 69.33%, #FFEB1C 91.3%), linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-3] {
  background: -webkit-linear-gradient(90deg, #2FFFFF -0.01%, #2AE7FF 26.99%, #1EA9FF 82%, #1A95FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-4] {
  background: -webkit-linear-gradient(315deg, #CC0A60 22.59%, #E60C69 54.96%, #FE0E73 90.03%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-5] {
  background: -webkit-linear-gradient(0deg, #3D08EA 1.63%, #600FF4 46.9%, #7815FC 83.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-6] {
  background: -webkit-linear-gradient(45deg, #006F67 22.05%, #00756B 26.95%, #00B392 71.12%, #00CBA2 92.15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-7] {
  background: -webkit-linear-gradient(90deg, #808080 2.36%, #9D9D9D 52.29%, #B5B5B5 100.25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-text-class=class-8] {
  background: -webkit-linear-gradient(141deg, #FF260D 24.56%, #FE3E0E 42.26%, #FC7B10 80.49%, #FC9512 95.35%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Single */
/* Vendors */
/* Responsive */
@media (max-width: 1899px) {
  div#general-wheel div.wheel-area #wheel-container {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1599px) {
  div#general-wheel div.wheel-rewards div.list div.block {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  div#general-wheel div.wheel-rewards div.list div.block div.icon span {
    width: 30px;
    height: 30px;
  }
  div#general-wheel div.wheel-rewards div.list div.block div.text {
    font-size: 16px;
  }
  div#general-wheel div.wheel-area #wheel-pre:before {
    width: 45px;
    height: 83px;
    left: calc(50% - 22.5px);
  }
  div#general-wheel div.wheel-area #wheel-container {
    width: 450px;
    height: 450px;
  }
  div#general-wheel div.wheel-area #spin-button {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
}
@media (max-width: 1400px) {
  div#general-wheel div.wheel-area #wheel-container {
    width: 350px;
    height: 350px;
  }
}
/* Max Width: 1199px */
@media (max-width: 1199px) {
  div#general-wheel {
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
  }
  div#general-wheel div.wheel-area {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  div#general-wheel div.wheel-area #wheel-container {
    width: 500px;
    height: 500px;
  }
  div#general-wheel div.wheel-rewards {
    order: 2;
    width: 50%;
    padding-right: 25px;
  }
  div#general-wheel div.wheel-results {
    order: 3;
    width: 50%;
    padding-left: 25px;
  }
}
/* Min Width: 1200px */
/* Max Width: 991px */
/* Min Width: 992px */
/* Max Width: 767px */
@media (max-width: 767px) {
  div#general-wheel {
    padding: 30px;
  }
  div#general-wheel div.wheel-area {
    margin-bottom: 0;
  }
  div#general-wheel div.wheel-rewards {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  div#general-wheel div.wheel-results {
    width: 100%;
    padding-left: 0;
  }
}
/* Min Width: 768px */
/* Max Width: 575px */
@media (max-width: 575px) {
  div#general-wheel div.wheel-area #wheel-container {
    width: 400px;
    height: 400px;
  }
}
/* Min Width: 576px */
/* Max Width: 480px */
@media (max-width: 480px) {
  div#general-wheel div.wheel-area #wheel-container {
    width: 350px;
    height: 350px;
  }
  div#general-wheel div.wheel-rewards div.title {
    font-size: 42px;
    line-height: 42px;
  }
}
/* Max Width: 420px */
@media (max-width: 420px) {
  div#general-wheel div.wheel-area #wheel-container {
    width: 300px;
    height: 300px;
  }
}

/*# sourceMappingURL=main.css.map */
