.hc-luckywheel ul,
.hc-luckywheel li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-luckywheel {
  position: relative;
  width: 574px; /*Change this when change size*/
  height: 574px; /*Change this when change size*/
  border-radius: 50%;
}

.hc-luckywheel-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-clip: padding-box;
  background-color: #ffcb3f;
  -webkit-transition: transform 6s ease;
  transition: transform 6s ease;
}

.hc-luckywheel-container::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + (50px * 2));
  height: calc(100% + (50px * 2));
  background-image: url(../images/vongquay-pt1.png);
  background-size: contain;
  z-index: -1;
}

.hc-luckywheel-container canvas{
  mix-blend-mode: hard-light;
}

.hc-luckywheel-container::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../images/overlay.png);
  background-size: contain;
  z-index: -1;
}

.hc-luckywheel-container canvas {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.hc-luckywheel-list {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
  box-shadow: inset 0 0 20px 19px #00000085;
  border-radius: 50%;
}

.hc-luckywheel-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #e4370e;
  font-size: 39.45px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.hc-luckywheel-item span {
  position: relative;
  display: block;
  padding-top: 20px;
  /* width: 50px; */
  margin: 0 auto;
  text-align: center;
  -webkit-transform-origin: 50% 287px; /*Change this when change size*/
  -ms-transform-origin: 50% 287px; /*Change this when change size*/
  transform-origin: 50% 287px;
} /*Change this when change size*/

.hc-luckywheel-item img {
  position: relative;
  top: -20px;
  left: 0px;
  width: 100px; /*Change this when change size*/
  height: 100px;
} /*Change this when change size*/

.hc-luckywheel-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  color: #f4e9cc;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.hc-luckywheel-btn::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/button.png);
  background-size: contain;
  left: 50%;
  top: 50%;
  width: 141px;
  height: 141px;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hc-luckywheel-btn::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: -35%;
  transform: translate(-50%, 0);
  width: 87px;
  height: 79px;
  overflow: hidden;
  background-image: url(../images/uparrow.png);
  pointer-events: none;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;
  background: #b07a7b;
  color: #ccc;
}

.hc-luckywheel-btn.disabled::after {
  border-bottom-color: #b07a7b;
}

body{ margin:0; padding:0; height:100vh; width:100%; }

.bg {
  background-image: url('../images/bg.png');
}

#luckywheel::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 102%;
  transform: translateX(-50%);
  width: 483px;
  height: 172px;
  background-image: url(../images/de.png);
  background-size: contain;
  z-index: 0;
}