.logo{
  text-align:center;
  width:350px;
  height:120px;
  margin:auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;  
}

@keyframes blink
{
79% {color:inherit;text-shadow:inherit;}  
80%   {color:#333;text-shadow:none;}
80.5% {color:inherit;text-shadow:inherit;}
81%   {color:#333;text-shadow:none;}
81.5% {color:inherit;text-shadow:inherit;}  
82%   {color:#333;text-shadow:none;}
82.5% {color:inherit;text-shadow:inherit;}  
}


/*body{background:#444;}*/

.logo{
  font:100 5em "Exo 2";
  @cl:#4ff;
  color:#fff;
  text-shadow: 0 -40px 100px,0 0 2px, 0 0 1em @cl, 0 0 0.5em @cl, 0 0 0.1em @cl;
  b{
    animation:blink linear infinite 10s;
    font:inherit;
  }
}



.box_1{
  background: #6D0102;
  padding-top:20px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
  border:#F0771E 2px solid;

}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
  background: url(../images/back.png);
  background-repeat: repeat;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 100px;
    border:#C46B03 5px solid;
    margin-top: -10px;

    -webkit-box-shadow: inset 2px 2px 31px 3px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 31px 3px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 31px 3px rgba(0,0,0,0.75);

}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   /* display: none;*/
}
.top-bar{
  background: url(../images/back1.png);
  background-repeat: repeat;
 
  padding-top: 10px;
}
.arr{
    position: absolute;
    top: 31px;
    left: 48%;
}
.result_5{
    position: absolute;
    top: 43%;
    left: 47%;

}



.mainbox{
  position: relative;
  width: 500px;
  height: 500px;
  margin-left: 38px;
  margin-top: 50px;
    margin-bottom: 73px;
}
.mainbox:after{
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background: url('../images/arrow-left.png') no-repeat;
  background-size: 32px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.box{
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid #fff;
  overflow: hidden;
  transition: all ease 5s;
}
span{
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
}
.span1{
  clip-path: polygon(0 92%, 100% 50%, 0 8%);
  background-color: #fffb00;
  top: 120px;
  left: 0;
}
.span2{
  clip-path: polygon(100% 92%, 0 50%, 100% 8%);
  background-color: #ff4fa1;
  top: 120px;
  right: 0;
}
.span3{
  clip-path: polygon(50% 0%, 8% 100%, 92% 100%);
  background-color: #ffaa00;
  bottom: 0;
  left: 120px;
}
.span4{
  clip-path: polygon(50% 100%, 92% 0, 8% 0);
  background-color: #22ff00;
  top: 0;
  left: 120px;
}




.box1 .span3 b{
   transform: translate(-50%, -50%) rotate(-270deg);
}
.box1 .span1 b,
.box2 .span1 b{
  transform: translate(-50%, -50%) rotate(185deg);
}
.box2 .span3 b{
  transform: translate(-50%, -50%) rotate(90deg);
}
.box1 .span4 b,
.box2 .span4 b{
  transform: translate(-50%, -50%) rotate(-85deg);
}

.box2{
  width: 100%;
  height: 100%;
  transform: rotate(-135deg);
}
span b{
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.spin{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 8px solid #FCBA15;
  background-color: #001aff;
  color: #fff;
  box-shadow: 0 5px 20px #000;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
}
.spin:active{
  width: 106px;
  height: 106px;
  font-size: 19px;
}

.mainbox.animate:after{
  animation: animateArrow 0.7s ease infinite;
}
@keyframes animateArrow{
  50%{
    right: -40px;
  }
}


.bb{
 /* background: url(../images/gg.png);*/
 background: rgb(253,242,21);
background: linear-gradient(90deg, rgba(253,242,21,1) 0%, rgba(249,209,17,1) 81%, rgba(249,205,17,1) 100%);
  background-repeat: repeat;
  color: #000000;
  font-weight: bold;
  border:#C98D1A 4px solid;
}
.ff{
 /* background: url(../images/ff.png);*/
 background: rgb(4,154,253);
background: linear-gradient(90deg, rgba(4,154,253,1) 0%, rgba(5,205,252,1) 81%, rgba(4,154,253,1) 100%);
border:#C98D1A 4px solid;
  background-repeat: repeat;
  color: #000000;
  font-weight: bold;

}

.btn-info{
  padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-right: 2px;
}

.btn-group-lg>.btn, .btn-lg{
 padding-right: 39px;
    padding-left: 39px;
    padding-bottom: 38px;
    padding-top: 33px;
    margin-top: 6px;
    margin-right: 2px;
}

.boxes-1{
    background: #B3A306;
    color: #ffffff;
    height: 120px;
    margin-bottom: 15px;
     border-radius: 10px;
}
.wb{
    background: #ffffff;
    padding: 23px;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 10px;
    box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
}
.wb1{
    background: #6D4C02;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 10px;
    box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
border: #BBA00A 3px solid;
}


.boxes-2{
    background: #33B73B;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;


}

.boxes-3{
    background: #F40D70;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-4{
    background: #714EA7;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-5{
    background: #DB0A08;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-6{
    background: #E36E04;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-7{
    background: #0A8E9E;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-8{
    background: #2F0661;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-9{
    background: #D47106;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;
}
.boxes-10{
    background: #0366C1;
    color: #ffffff;
    height: 120px;
     border-radius: 10px;

}
.coin{
    margin-top: 30px;
   /* background: url(../images/ppp1.png);*/
    background-repeat: no-repeat;
    width: 100%;
    height: 133px;

   

}
#wheel{
  /*width:100px;
  height:100px;
  border-style:solid;
  border-width:34px 34px ;
  border-color:red green yellow blue;
  border-radius:50%;*/
  transition:all 2s ease-in;
}
#wheel:hover{
  transform:rotate(1000deg);
  /*box-shadow:0 0 5px rgba(0,0,0,0.7);*/
}






.coin img{
    margin-top: -20px;
}
.progress {
  margin: 10px;
  width: 83%;
}
.pbar{
    text-align: center;
    background: #EFAA03;
    border: #523819 3px solid;
    
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 1px 11px 5px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 11px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 11px 5px -6px rgba(0,0,0,0.75);

}
.time{
    background: #C30000;
    padding: 10px;
     border-radius: 15px;
}
.numbtn{
    background: #684902;
  /* padding-left: 70px;
   padding-right: 50px;*/
    border-radius: 10px;

}
.single{
    background: url(../images/tt3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;


  /*  padding: 10px;*/
   /* border-bottom: #6F4D03 4px solid;*/
}
.wibn{

}
.modal-content{
    background: #FEEA8A;
}
.modal-body{
    background: #FFBB70;
    padding: 15px;
    box-shadow: -2px -2px 14px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px -2px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -2px 14px 0px rgba(0,0,0,0.75);
border-radius: 15px;
}
.modal-lg{
    max-width: 1100px;
}
label{
    margin-bottom: 0;
}
.win{
    background: #441A02;
    padding: 10px;

    border-radius: 15px;
    margin-top: 2px;
}

.random-pack{
    /*background: #FBC853;
    padding: 15px;
    border: #9A9996 4px solid;
    border-radius: 15px;*/
        background: #FBC853;
    padding: 3px;
    border: #9A9996 4px solid;
    border-radius: 15px;
    width: 261px;
    margin-left: -74px;
    margin-top: -220px
}
.random-pack h2{
    font-size: 18px;
    font-weight: bold;
}

.rbtn{
    background: #410043;
    padding: 5px;
}
.rbtn1{
    background: #410043;
    padding: 5px;


}
.random{
    background: #FDC13D;
    padding: 10px;
    border: #A7A3A4 4px solid;
    border-radius: 15px;
    margin-top: 15px;
}
.rbtn1{
    margin-top: 15px;
}


.play_1{
    background: rgb(217,59,0);
background: linear-gradient(194deg, rgba(217,59,0,1) 1%, rgba(255,173,2,1) 100%);
padding: 10px;
width: 200px;
color: #000000;
font-weight: bold;
margin-top: 10px;
}
.leftdata{
    background: url(../images/spin7back.jpg);
    background-repeat: no-repeat;
    height: 440px;
    position: relative;
    border: #BEC4C4 5px solid;
    background-size: cover;

}
.pl1{
    position: absolute;
    left: 255px;
    top: 44px;
}
.pl1 a{
    color: #000000;
}
.pl2{
    position: absolute;
    left: 403px;
    top: 44px;
}
.pl2 a{
    color: #000000;
}
.pl3{
    position: absolute;
    left: 553px;
    top: 44px;
}
.pl3 a{
    color: #000000;
}
.pl4{
    position: absolute;
    left: 703px;
    top: 44px;
}
.pl4 a{
    color: #000000;
g}
.pl5{
    position: absolute;
    left: 674px;
    top: 150px
}
.pl5 a{
    color: #000000;
}
.pl6{
    position: absolute;
    left: 525px;
    top: 150px
}
.pl6 a{
    color: #000000;
}

.pl7{
    position: absolute;
    left: 375px;
    top: 150px
}
.pl7 a{
    color: #000000;
}

.pl8{
    position: absolute;
    left: 227px;
    top: 150px
}
.pl9 a{
    color: #000000;
}
.pl9{
    position: absolute;
    left: 227px;
    top: 233px
}
.pl8 a{
    color: #000000;
}
.pl10{
    position: absolute;
    left: 374px;
    top: 233px
}
.pl10 a{
    color: #000000;
}
.pl11{
    position: absolute;
    left: 522px;
    top: 233px
}
.pl11 a{
    color: #000000;
}
.pl12{
    position: absolute;
    left: 669px;
    top: 233px
}
.pl12 a{
    color: #000000;
}

.pl13{
    position: absolute;
    left: 669px;
    top: 314px
}
.pl13 a{
    color: #000000;
}
.pl14{
    position: absolute;
    left: 526px;
    top: 314px
}
.pl14 a{
    color: #000000;
}
.pl15{
    position: absolute;
    left: 374px;
    top: 314px
}
.pl15 a{
    color: #000000;
}
.pl16{
    position: absolute;
    left: 226px;
    top: 314px
}
.pl16 a{
    color: #000000;
}
.pl17{
    position: absolute;
    left: 226px;
    top: 395px
}
.pl17 a{
    color: #000000;
}
.pl18{
    position: absolute;
    left: 373px;
    top: 395px
}
.pl18 a{
    color: #000000;
}
.pl19{
    position: absolute;
    left: 521px;
    top: 394px;
}
.pl19 a{
    color: #000000;
}
.pl20{
    position: absolute;
    left: 671px;
    top: 394px;
}
.pl20 a{
    color: #000000;
}
.pl21{
    position: absolute;
    left: 84px;
    top: 388px;
}
.pl21 a{
    color: #000000;
}
.pl22{
    position: absolute;
    left: 87px;
    top: 306px;
}
.pl22 a{
    color: #000000;
}
.pl23{
    position: absolute;
    left: 86px;
    top: 219px;
}
.pl23 a{
    color: #000000;
}
.pl24{
    position: absolute;
    left: 86px;
    top: 140px;
}
.pl24 a{
    color: #000000;
}
.pl25{
    position: absolute;
    left: 41px;
    top: 4px;
}
.pl26{
    position: absolute;
    left: 44px;
    top: 42px;
}
.pl27{
    position: absolute;
    left: 10px;
    top: 26px;
}
.pl28{
    position: absolute;
    left: 97px;
    top: 27px;
}
.pl29{
    position: absolute;
    left: 8px;
    top: 65px;
}
.pl30{
    position: absolute;
    left: 75px;
    top: 65px;
}
.pl31{
    position: absolute;
    left: 46px;
    top: 36px;
    color: #53C7D6;
    font-weight: bold;
    font-size: 40px;
} 
.nbtni{
    position: relative;

}


/*td.the_wheel
{
    background-image: url(../images/wheel_back.png);
    background-position: center;
    background-repeat: none;
}*/


/*.form-check {
    display: flex;
    align-items: center;
}*/
.form-check label {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
     margin-top: -10px;
}
.form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
     
    height: 26px;
    width: 30px;
    margin-top: -10px;
}
.g1{
   padding: 2px;

}


