body{
    
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/background-side.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.spin-heading {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    width: 310px;
    height: 50px;
    background-color: rgb(5, 50, 255);
    position: relative;
    animation: myfirst 5s linear 2s infinite alternate;
  }
  .spin-heading h1 {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
  }
  
  @keyframes myfirst {
    0%   {background-color:rgb(38, 249, 245); left:0px; top:0px;}
    25%  {background-color:rgb(7, 140, 184); left:30px; top:0px;}
    50%  {background-color:blue; left:30px; top:30px;}
    75%  {background-color:rgb(1, 3, 131); left:0px; top:30px;}
    100% {background-color:rgb(0, 199, 176); left:0px; top:0px;}
  }
.main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0px;
    height: 100vh;
}
.box {
    text-align: center;
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
/* .spin-arrow {
    position: absolute;
    top: 140px;
    left: 43%;
    z-index: 100;
} */
.spin-arrow {
    max-width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 46%;
    z-index: 1000;
}
.spin_btn {
    cursor: pointer;
    width: 140px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.spin_img{
    transform: rotate(380deg);
    transform: rotate(24s);
    width: 75%;
}
.coin {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../img/coins-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: 1s animateOpacity;
    z-index: 10000;
}
 @-webkit-keyframes animateOpacity {
    from {
        opacity: 0;
    }

    5% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 0.6;
    }

    to {
        opacity: 0;
    }
}

div#reward-salect11 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
}
.modal_1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal .modal-content, .modal_1 .modal-content{
    background-image: url(../img/modal.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}
#spin_btn {
    
}
.button {
    display: inline-block;
    padding: 0px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-image: linear-gradient(45deg, #cba078, #e3be90);
    color: #000;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    margin-bottom: 25px;
    width: 200px;
    height: 40px;
  }  
  .button:hover {background-color: #523bff}
  
  .button:active {
    background-color: #523bff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }

.modal-backdrop{
    width: 100%;
}
.show{
    padding-right: 0px !important;
}
.mlti-box {
        color: #fff;
        margin-bottom: 35px;
    }
.count-box {
    display: flex;
    justify-content:center;
    align-items: center;
    background-image: linear-gradient(45deg, #0064f2, #00c0d1);
    width: 180px;
    border: 1px solid #151ee5;
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    color: #fff;
    margin-top: 38px;
    padding: 0px 10px;
}
    .loader {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    span.sing-i {
        margin-right: 10px;
    }
    .ss-dd p {
        margin: 0;
    }
    .count {
        font-size: 35px;
        font-weight: 800;
    }
    .count_1 {
        font-size: 35px;
        font-weight: 800;
    }
    @media only screen and    (max-width: 479px) {
        .spin-arrow {
            top: 31%;
            left: 45%;
        }
      }
      @media only screen and    (max-width: 359px) {
        .spin-arrow {
            top: 28%;
            left: 44%;
        }
      }


