.container {
position: relative;
}
.scroll-down {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;             /* space between arrows */
  pointer-events: none;  /* prevent blocking underlying clicks */
}
.scroll-down .arrow-down svg {
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: jump 1s ease-in-out infinite;
}

.scroll-down .arrow-down {
  pointer-events: auto;  /* re-enable on each link */
}
  
.scroll-down .arrow-down svg circle {
  transition: fill 0.3s;
}
.scroll-down .arrow-down:hover svg circle {
  fill: rgba(0,0,0,0.8);
}

@keyframes jump {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

@font-face {font-family: "Gotham"; src: url("../fonts/Gotham.eot"); src: url("../fonts/Gotham%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham.woff2") format("woff2"), url("../fonts/Gotham.woff") format("woff"), url("../fonts/Gotham.ttf") format("truetype"), url("../fonts/Gotham.svg#Gotham") format("svg"); }

@font-face {font-family: "Gotham Black"; src: url("../fonts/Gotham-Black.eot"); src: url("../fonts/Gotham-Black%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham") format("svg"); }

@font-face {font-family: "Gotham Light"; src: url("https://me88spin.com/fonts/Gotham-Light.eot"); src: url("https://me88spin.com/fonts/.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Light") format("svg"); }

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

html,body {
  line-height: 1;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

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
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

body {
  font-family: 'Gotham', sans-serif;
  font-size: 1em;
  background-color:black;
  background-size:cover;
  background-attachment: fixed;
}

.wrapper {
  max-width: 480px;
  padding: 0 0px;
  margin: 0 auto;

}

.container{
}

.text-primary{
  color:#FFDA16;
}
.text-white{
  color:#fff;
}
.header {
  padding: 3px;
}

.header h1 {
  font-size: 1.6em;
  padding-left: 34px;
  min-height: 30px;
  line-height: 30px;
  font-weight: 700;
  background-repeat: no-repeat
}

.header h1 span {
  color: red
}

.everyday {
  color: #fff;
  padding: 7px 30px;
  font-size: 0.9em;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}

.roll {
  position: relative;
  text-align: center;
  padding-bottom: 35px;
  background: url(../images/bg-wheel.jpg) 100%/*no-repeat center top*/;
  background-size: 100%;
  /*padding: 0 30px 35px 30px; */  
}

.arrow {
  z-index: 6;
  display: block;
  background-image: url(../images/pointer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width:10%;
  height:10%;
  position: absolute;
  left: 46%;
  margin-left: -6px;
  top: 70px;
}

.info, .miss {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 5%;
  max-width: 90%;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  background: url(../images/border.png) no-repeat center center;
  background-size: 117% 100%; 
  line-height: normal;
  border-radius: 15px;
  /*background: rgb(0,27,66);
  background: -moz-linear-gradient(354deg, rgba(0,27,66,1) 40%, rgba(0,43,97,1) 49%);
  background: -webkit-linear-gradient(354deg, rgba(0,27,66,1) 40%, rgba(0,43,97,1) 49%);
  background: linear-gradient(354deg, rgba(0,27,66,1) 40%, rgba(0,43,97,1) 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b42",endColorstr="#002b61",GradientType=1);
  border:solid 2px #c69956;
  -webkit-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
  -moz-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
  box-shadow: 0 0 5px 5px rgba(198,153,88,255);*/
}

.wheel {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 80%;
}

.wheeldiv {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
  z-index: 1; /* Ensure it's above the background */
}

.fl {
  float: left;
  width: 50%
}

.fr {
  float: right;
  width: 50%
}

.received, .receivedfinal {
  color: #FFDA16;
  font-size: 1em;
  font-family: "Gotham Black";
}

.receivedbot, .receivedbotfinal {
  font-size:0.7em;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  margin-top: 6px;
}

#number {
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #000;
  border: 2px solid #fff;
  display: block
}

.roll button {
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #3b6e22;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
  display: block;
  width: 210px;
  padding: 8px 0;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
}

.buttons {
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  color: #7d7d7f
}

.buttons span {
  cursor: pointer
}

.buttons span:hover {
  text-decoration: underline
}

.hidden {
  display: none;
  opacity: 0
}

.hidden .comtxt, .hidden .combot {
  display: none
}

#cdtimexx {
  color: red
}

.button3 {
  position: relative;
  top:-20px;
  text-align: center;
  /* background: -webkit-linear-gradient(#65ab53, #c6c6c6);
  background: -o-linear-gradient(#65ab53, #578843);
  background: -moz-linear-gradient(#65ab53, #578843);
  background: linear-gradient(#65ab53, #578843);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px #9c9c9c solid */
 box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 0.5s infinite;
    margin-bottom: 1rem; 
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

a.claim {
  margin: 0 auto;
  text-decoration: none;
  background: #FF2B2B;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px #FF2B2B solid;
  font-size: 12px;   
}

.WebCallDragWidget {
  margin: auto;
  height: 40px;
  width: 120px;
  background-color: #00ADEE;
  position: relative;
  top: 15px;
  background: linear-gradient(to right, #7BD2F6 0, #00ADEE 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-animation-name: tada;
  -webkit-animation: tada 1.5s linear infinite;
  -moz-animation: tada 1.5s linear infinite;
  -o-animation: tada 1.5s linear infinite;
  -ms-animation: tada 1.5s linear infinite;
  animation: tada 1.5s linear infinite
}

.WebCallDragWidget .pulse_holder {
  position: absolute;
  width: 120px;
  height: 40px
}

.WebCallDragWidget .pulse_rays, .WebCallDragWidget .pulse_rays1 {
  position: absolute;
  opacity: .01;
  width: 180px;
  height: 60px;
  bottom: -10px;
  right: -30px
}

.WebCallDragWidget .pulse_rays {
  z-index: 1000;
  border: 2px solid #c69958;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  animation: mlfnc-pulse 3s linear infinite;
  -webkit-animation: mlfnc-pulse 3s linear infinite;
  -moz-animation: mlfnc-pulse 3s linear infinite;
  -o-animation: mlfnc-pulse 3s linear infinite;
  -ms-animation: mlfnc-pulse 3s linear infinite;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.WebCallDragWidget .pulse_rays1 {
  z-index: 1001;
  border: 2px solid #c69958;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-animation: mlfnc-pulse 3s linear infinite;
  -moz-animation: mlfnc-pulse 3s linear infinite;
  -o-animation: mlfnc-pulse 3s linear infinite;
  -ms-animation: mlfnc-pulse 3s linear infinite;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.WebCallDragWidget .pulse_rays, .WebCallDragWidget .pulse_rays1 {
  background-color: #ad2a02;
  border-color: #ad2a02
}

@-webkit-keyframes mlfnc-pulse {
  0% {
    -webkit-transform: rotate(0) scale(.46) skew(1deg);
    -webkit-opacity: .08
  }

  10% {
    -webkit-transform: rotate(0) scale(.56) skew(1deg);
    -webkit-opacity: .8
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .01
  }
}

@-moz-keyframes mlfnc-pulse {
  0% {
    -moz-transform: rotate(0) scale(.46) skew(1deg);
    opacity: .8
  }

  10% {
    -moz-transform: rotate(0) scale(.56) skew(1deg);
    -moz-opacity: .8
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .01
  }
}

@-o-keyframes mlfnc-pulse {
  0% {
    -o-transform: rotate(0) scale(.46) skew(1deg);
    -o-opacity: .8
  }

  10% {
    -0-transform: rotate(0) scale(.56) skew(1deg);
    -0-opacity: .8
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .01
  }
}

@-ms-keyframes mlfnc-pulse {
  0%, 10% {
    -ms-opacity: .8
  }

  0% {
    -ms-transform: rotate(0) scale(.46) skew(1deg)
  }

  10% {
    -ms-transform: rotate(0) scale(.56) skew(1deg)
  }

  100% {
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -ms-opacity: .01
  }
}

@keyframes tada {
  0%, 100% {
    transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-webkit-keyframes tada {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-moz-keyframes tada {
  0%, 100% {
    -moz-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -moz-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -moz-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-o-keyframes tada {
  0%, 100% {
    -o-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -o-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -o-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -o-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

@-ms-keyframes tada {
  0%, 100% {
    -ms-transform: scale3d(1, 1, 1)
  }

  10%, 20% {
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%, 50%, 70%, 90% {
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
  }

  40%, 60%, 80% {
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
  }
}

#spin, #spin2, #spin3, #stop, #stop2, #stop3 {
  margin: auto;
  position: relative;
  z-index: 9999;
  height: 40px;
  width: 120px;
  background: #C3260D;
  color: #fff;
  border: 2px solid #F1BB12;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  font-size: 1em;
  text-transform: uppercase;
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
}

#spin2, #spin3, #stop, #stop2, #stop3 {
  top: 15px
}

.spinlogo {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0px 30px;
}

.spinlogo img{
 width: 70%
}

.toplogo {
  text-align: center;
}

.toplogo img{
 width: 100%
}

.responsive-image {
  height: auto;
  max-width: 100%;
}

.banner{
  padding: 0 20px;
}


/*solved macOS font-issue*/
.mac-os {
  font-family: 'Montserrat', sans-serif !important;
}

.videotext { 
    text-align: center;
    margin-top: 1rem;
}

.videotext img {
    width: 80%;
}

.mv video{
    display: block;
    text-align: center;
    width: 99%;
    height: 210px;
    margin-top: 10px;
    border: 2px solid #FFDF00;
    -webkit-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
    -moz-box-shadow: 0 0 5px 5px rgba(198,153,88,255);
    box-shadow: 0 0 5px 5px rgba(198,153,88,255);
    margin-bottom: 1rem;
		}

.first {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 100000000;
      display: none;
}

.first-content {
      position: relative;
      text-align: center;
      top: 30%;
}

.first-content img {
      max-width: 85%;
      max-height: 85%;
      cursor: pointer;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 1.5em;
  color: lightgray;
  cursor: pointer;
  z-index: 100000001;
}

@media (min-width: 415px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center; 
        margin: 0;
        padding: 0;
        max-width: 415px;
        margin: auto;
        }

    
    .first-content {
        max-width: 415px;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .first-content img {
        width: 100%;
    }
    
    .close-btn {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 1.5em;
  color: lightgray;
  cursor: pointer;
  z-index: 100000001;
}
}

/*scrolling logo*/

.scrolling-logos {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0.5rem;
}

.logo-container {
    display: inline-block;
    animation: scroll 10s linear infinite;
}

.logo-container img{
    filter: saturate(2.5);
}

.scrolling-logos1 {
    overflow-x:scroll;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-bottom:10px;
}

.logo-container1 {
    display: inline-block;
    text-align: center;
}

.logo {
    display: inline-block;
    height: 80px;
    margin: 10px;
    vertical-align: middle;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}