.container-spin{
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-spin::before{
    content: '';
    position: absolute;
    top: 45px;
    width: 30px;
    height: 50px;
    background: #ff3648;
    z-index: 100000;
    clip-path: polygon(50% 0%, 65% 50%, 50% 100%, 35% 50%);
}
.wheel{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #30fdff;
    box-shadow: 0 0 10px #30fdff;
    border-radius: 50%;
    transition: transform 5s ease-in-out;
    overflow: hidden;
}
.wheel span{
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background: #30fdff;
    transform: rotate(calc(45deg * var(--i)));
    filter: drop-shadow(0 0 5px #30fdff);
}
.spinBtn{
    position: absolute;
    inset: 140px;
    background: #30fdff;
    color: #0a1b18;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
    filter: drop-shadow(0 0 5px #30fdff);
    user-select: none;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.number{
    position: absolute;
    inset: 0;
    rotate: 22.5deg;
}
.number b{
    position: absolute;
    inset: 10px;
    transform: rotate(calc(45deg * var(--i)));
    text-align: center;
    font-size: 2em;
    color: #30fdff;
    font-weight: 500;
    filter: drop-shadow(0 0 5px #30fdff);
}
.inner{
    position: absolute;
    width: 260px;
    height: 260px;
    background: #0a1b18;
    border: 3px solid #30fdff;
    transition: transform 10s ease-in-out;
}







.container-spin-rulet1{
    position: relative;
    width: 427px;
    height: 427px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-spin-rulet1::before{
    content: '';
    position: absolute;
    top: 45px;
    width: 30px;
    height: 50px;
    background: #ff3648;
    z-index: 100000;
    clip-path: polygon(50% 0%, 65% 50%, 50% 100%, 35% 50%);
}
.wheel-rulet1{
    position: absolute;
    width: 100%;
    height: 100%;
    /* border: 3px solid #30fdff; */
    /* box-shadow: 0 0 10px #30fdff; */
    /* border-radius: 50%; */
    transition: transform 5s ease-in-out;
    /* overflow: hidden; */
}
/* .wheel-rulet1 span{
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background: #30fdff;
    transform: rotate(calc(45deg * var(--i)));
    filter: drop-shadow(0 0 5px #30fdff);
} */
/* 
.wheel-rulet1 img{
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
} */

.inner-rulet1{
    border: 0px;
    position: absolute;
    width: 20px;
    height: 390px;
    /* border: 3px solid #30fdff; */
    transition: transform 10s ease-in-out;
}

.inner-rulet1 .inner-rulet1-img{
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    top: 83px;
    transition: top 10s ease 0s;
    animation: ballrulette1 10.2s ease .1s 1; 
}


/* .ball-roulette1 {
    
    inset: 20px;
  
    width: 20px;
    transition: all 150ms ease; 
      
} 
*/


/* 

.ball-roulette1 b{
    position: absolute;
    inset: 10px;
    transform: rotate(calc(45deg * var(--i)));
    text-align: center;
    font-size: 2em;
    color: #30fdff;
    font-weight: 500;
    filter: drop-shadow(0 0 5px #30fdff);
   
} */







@keyframes ballrulette1
{
  /* from{
      transform: rotate(15deg);
  }
  to{
      transform: rotate(-15deg);
      transform-origin: center center;
  } */

  0%   { transform: translateX( -70px) translateY( -70px); }
  50%   { transform: translateY(-84px); }
  90%  {transform:  translateY(-81px); }
  100% { transform: translateX(0px) translateY(0px); }
}
























.lr-ortala{
    width: auto;
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
}