*{
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     font-family:Microsoft YaHei 
}
 .container{
     position: relative;
     background-image: url("../img/bg.jpg");
     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     background-color: white;
     /*min-width: 1900px;
     min-height: 937px;*/
     overflow: hidden;
}
 .wrapper{
        width: 80%;
    /* left: 14%; */
    position: relative;
    z-index: 10;
    display: block;
    margin: auto;
}
 .col1,.col2{
     float: left;
     position: relative;
}
 .col2{
     width: 53%;
     margin-top: 10px;
}
 .col1{
     margin-top: 16%;
     width: 40% 
}
 .title{
       position: relative;
    background-image: url(../img/title.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 523px;
    height: 285px;
    display: block;
    margin: auto;
    bottom: 58px;
}
 .roulette-bg1{
     position: relative;
    /* background-image: url("../img/roulette-bg.png");
     background-size: cover;
     background-repeat: no-repeat;*/
     width: 823px;
     height: 826px;
     top: 57px;
    margin-left: 108px;
    display: block;
}
 .roulette-bg2{
         position: absolute;
    background-image: url(../img/roulette-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 651px;
    height: 643px;
    top: 50%;
    left: 50.6%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
 .roulette-big{
     position: absolute;
     background-image: url("../img/first-roulette.png");
     background-size: cover;
     background-repeat: no-repeat;
     width: 598px;
     height: 602px;
     top: 112px;
     left: 14.5%;
}
 .roulette-small{
     position: absolute;
     background-image: url(../img/second-roulette.png);
     background-size: cover;
     background-repeat: no-repeat;
     width: 450px;
     height: 450px;
     top: 182px;
     left: 23%;
  
}
 .arrow{
    position: absolute;
    background-image: url(../img/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 398px;
    height: 112px;
    left: 51%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 76px;
    z-index: 20;
}
 .spin{
     position: absolute;
     background-image: url(../img/roulette-small.png);
     background-size: cover;
     background-repeat: no-repeat;
     width: 181px;
     height: 223px;
     left: 50.5%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     top: 272px;
     z-index: 20;
     cursor: pointer;
}
 .spin p {
     position: absolute;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
        top: 105px;
    font-size: 28pt !important;
}
 .time{
      position: relative;
    width: 690px;
    height: 52px;
    display: block;
    margin: auto;
    left: -30px;
}
 .time p{
        position: relative;
    text-align: center;
    top: -24px;
    line-height: 33px;
    font-size: 15pt;
    border-radius: 50px;
    padding: 8px 0px;
    font-weight: bold;

}
 .time p:first-child{
     color: #533b0d;
     background-color: #ecc97c;
}
 .time p:nth-child(2), .time p:nth-child(3){
     color:#0fe9ff;
}
 .text-neon{
     color: #ff0abe;
     text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
     text-align: center;
     position: relative;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     font-size: 15pt;
     font-weight: bold;
}
 .btn-activity,.btn-deposit{
     display: inline-block;
     cursor: pointer;
}
 .btn-activity p,.btn-deposit p{
  color: #ffffff !important;
  text-shadow:none;
 }
 .buttons{
     position: relative;
     display: block;
     margin: auto;
     width: 395px;
}
 .btn-activity,.btn-deposit{
     
     background-size: cover;
     background-repeat: no-repeat;
     width: 173px;
     height: 169px;
}

.btn-activity{
    background-image: url(../img/btn-activity.png);
}

.btn-deposit{
    background-image: url(../img/btn-deposit.png);
}

 .btn-activity{
     float: left;
}
 .btn-deposit{
     float: right;
}

.coin-tr{
    position: absolute;
    background-image: url(../img/tr-coin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 91px;
    height: 91px;
    right: -57px;
    top: -85px;
}

.coin-tl{
   position: absolute;
    background-image: url(../img/tl-coin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 103px;
    height: 90px;
    left: -63px;
    top: 37px;
}

.coin-br{
       position: absolute;
    background-image: url(../img/br-coin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 125px;
    height: 117px;
    right: -50px;
    bottom: -19px;
}

.coin-bl{
        position: absolute;
    background-image: url(../img/bl-coin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 194px;
    bottom: -94px;
    left: -52px;

}


 .car{
     position: absolute;
     background-image: url(../img/car.png);
     background-size: cover;
     background-repeat: no-repeat;
     width: 209px;
     height: 78px;
     top: 716px;
     z-index: 10;
    /*left: 300px;
    */
}
 .shine1{
     position: absolute;
     background-image: url(../img/title-top-shine.png);
     background-size: cover;
     background-repeat: no-repeat;
     width: 718px;
     height: 361px;
     top: -129px;
     right: -265px;
     animation: pulse 5s infinite ease-out;
     animation-delay: 3s;
}
 .shine2{
     position: absolute;
     background-image: url(../img/title-bottom-shine.png);
     background-size: cover;
     background-repeat: no-repeat;
     width: 678px;
     height: 253px;
     top: 59px;
     left: -218px;
     animation: pulse 5s infinite ease-out;
}
 .pop{
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 99;
     background-color: black;
     opacity: 0.7;
     display: none;
}
 .pop-prize{
     background-image: url(../img/pop-bg.png);
     background-size: cover;
     background-repeat: no-repeat;
     position: fixed;
     width: 662px;
     height: 614px;
     z-index: 100;
     left: 50%;
     top: 50%;
     -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     display: none;
}
 .pop-close{
     background-image: url(../img/pop-close.png);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     width: 116px;
     height: 118px;
     z-index: 100;
         left: 423px;
     cursor: pointer;
}
 .pop-close2{
        background-image: url(../img/pop-close.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 84px;
    height: 89px;
    z-index: 100;
    left: 482px;
    cursor: pointer;
    top: -30px;
}
 .pop-rules{
     background-image: url(../img/pop-rules-bg.png);
     background-size: cover;
     background-repeat: no-repeat;
     position: fixed;
     width: 552px;
     height: 821px;
     z-index: 100;
     left: 50%;
     top: 50%;
     z-index: 100;
     display: none;
     -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}
 .pop-rules-content{
        position: relative;
    height: 72%;
    width: 77%;
    margin: auto;
    display: block;
    top: 17px;
    overflow-y: scroll;
    padding: 0px 21px;
    padding-bottom: 30px;
}
 .pop-rules-content ol{
     list-style-type: decimal;
     padding-left: 16px;
}
 .pop-t{
     color: #dbb880;
     font-weight: bold;
}
 .pop-rules-content p , .pop-rules-content li, .pop-rules-content div{
     color: #dbb880;
     line-height: 31px;
}
 .cont{
     margin-top: 30px;
     margin-bottom: 10px;
}
 .pop-r-box{
     width: 102px;
     height: 30px;
     margin-top: 3px;
     color: #000000 !important;
     padding-left: 10px;
}
 .pop-r-box:nth-child(odd){
     background-color: #dbb880 
}
 .pop-r-box:nth-child(even){
     background-color: #9e7837 
}

.p-rmb,.p-text{
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: relative;
       text-shadow: -2px 0 black, 0 -2px black, 2px 0 black, 0 2px black;
}
.p-rmb{
  font-size: 70pt;
   color: #ecc97c;
   margin-top:-54px;
}

.p-text{
  font-size: 40pt;
   color: #ffffff;
       line-height: 66px;
}

.prize-text{
      position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
}
.amt{
    font-size: 25pt;
}

.roulette-stand{
    background-image: url(../img/roulette-stand.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 194px;
    height: 351px;
    display: block;
    margin: auto;
    top: 627px;
    position: relative;
    z-index: -1;
    left: 11px;
}



/* width */
 ::-webkit-scrollbar {
     width: 8px;
     height: 8px;
}
/* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px #dbb880;
     border-radius: 10px;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #dbb880;
     border-radius: 10px;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ffffff;
}
 @keyframes pulse {
     0% {
         opacity: 1;
    }
     50%{
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes pulse2 {
     0% {
         opacity: 1;
    }
     50%{
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .rot-clock{
     animation: rClock 12s infinite linear;
}
 .rot-counter-clock{
     animation: rCounterClock 12s infinite linear;
}
 @keyframes rClock {
     from {
         transform: rotate(0deg);
    }
     to {
         transform: rotate(359deg);
    }
}
 @keyframes rCounterClock {
     from {
         transform: rotate(359deg);
    }
     to {
         transform: rotate(0deg);
    }
}
 


 .aud, embed{
  z-index: -99;
  position: absolute;
 }
 .sound{
        cursor: pointer;
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    z-index: 50;
    left: 122px;
    top: 33px;
 }
 .soundOn{
     background-image: url(../img/sound-on.png);
 }
 .soundOff{
     background-image: url(../img/sound-off.png);
 }


@media only screen and (max-width: 1600px){
    .wrapper{
        -webkit-transform: scale(0.8);
           -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
             -o-transform: scale(0.8);
                transform: scale(0.8);
    }
        
    .pop-rules{
         -webkit-transform: scale(0.8) translateX(-50%) translateY(-60%);
           -moz-transform: scale(0.8)translateX(-50%) translateY(-60%);
            -ms-transform: scale(0.8)translateX(-50%) translateY(-60%);
             -o-transform: scale(0.8)translateX(-50%) translateY(-60%);
                transform: scale(0.8) translateX(-50%) translateY(-60%);
                t
    }

    .time{
        width: 527px;
    }
}


 /*neon text flckr*/


 :root {
  /* Base font size */
  /*font-size: 10px;*/

  /* Set neon color */
  /*--neon-text-color: #f40;*/
  /*--neon-border-color: #08f;*/
}

/*.time {
  font-size: 13rem;
  font-weight: 500;
    color: #fff;
  padding: 4rem 6rem 5.5rem;
  border: 0.4rem solid #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;
}

.time::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.time::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.time:focus {
  outline: none;
}*/

/* Animate neon flicker */
/*@keyframes flicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff,
      0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color),
      0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color),
      0 0 10rem var(--neon-text-color);

    box-shadow: 0 0 0.5rem #fff, inset 0 0 0.5rem #fff,
      0 0 2rem var(--neon-border-color), inset 0 0 2rem var(--neon-border-color),
      0 0 4rem var(--neon-border-color), inset 0 0 4rem var(--neon-border-color);
  }

  20%,
  24%,
  55% {
    text-shadow: none;
    box-shadow: none;
  }
}
*/


.line-wrap {
    width: 46%;
    height: 86%;
    right: 116px;
    top: -5%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.line {
  position: absolute;
  width: 200px;
  height: 2px;
  transform-origin: 0 0;
  transform: rotate(90deg) scaleX(0);
  transition: 1000ms all;
}
.line.green .line-inner {
  background-color: #FF0066 ;
}
.line.animate {
  transform: rotate(90deg) scaleX(1);
}
.line.animate .line-inner {
  transform: scaleX(0);
}
.line .line-inner {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: 100% 100%;
  transition: 800ms all;
  transition-delay: 1000ms;
  border-radius: 30px;
}


/*particles*/


canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: #b61924;*/
/*  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;*/
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

/* Pantallas */


@media screen and (min-width: 360px) and (max-height: 640px) {
 .roulette-all {
    margin-top: -96px !important;
    padding-left: 7px;
}
.pop-close {
    
    left: 388px;
    
}
                
  }
  @media screen and (min-width: 360px) and (max-height: 740px) {
       .roulette-all {
    margin: -20px 0px 0px -19px;
    
}
 .pop-close {
    
    left: 396px;
    
}      
                
  }
  
  @media screen and (min-width: 375px) and (max-height: 667px) {
  .roulette-all {
    margin: -66px 0px 0px -14px;
}
       .pop-close {
    
    left: 390px;
    
}         
  }
  
  @media screen and (min-width: 414px) and (max-height: 896px) {
      
.pop-close {
    
    left: 380px !important;
    
}    
                
  }
  
  @media screen and (min-width: 430px) and (max-height: 932px) {
       .roulette-all {
    margin: 20px;
}}

@media screen and (min-width: 412px) and (max-height: 869px) {
 .roulette-all {
       margin-top: -75px !important;
    padding-left: 13px;
}
.pop-close {
    
    left: 388px;
    
}
                
  }

