html,
body {
    margin: 0;
    background: #000;
}

.roulette {
    margin-top: 50px;
}

#roulette #r-container {
    /* width: 300px; */
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px rgba(126, 131, 176, 1) solid;
    background: rgba(4, 3, 5, 1);
    position: relative;
    border-radius: 16px;
}

#roulette #r-container #r-line {
    width: 2px;
    height: 100%;
    background: rgba(126, 131, 176, 1);
    position: absolute;
    top: 0;
    margin-left: 51%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.8);
}

#roulette #r-container #r-slides {
    width: 20000px;
    height: 220px;
    display: inline-flex;
    position: relative;
    right: 0px;
    margin-left: 0;
}

#roulette #r-container #r-slides .r-slide {
    width: 200px;
    height: 100%;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    overflow: hidden;
    /*background-color: #e2e2e2;
    background-image: linear-gradient(#2b3068), url("/image.png");
    background-size: cover;
    background-position: -10px; */
    /* opacity: 0.2; */
    transition: opacity 0.3s ease;
    font-size: 100px;
    line-height: 1.9;
}

.r-slide > span > h5 {
    padding-top: 12px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.r-slide > span > h5 > span {
    color: orange;
}

.case-item-curcle {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgb(255, 245, 49);
    border-radius: 100px;
    width: 4px;
    height: 4px;
}

.r-slide {
    border-radius: 10px;
    position: relative;
}

.r-slide > span {
    display: grid;
    justify-content: center;
}

.r-slide > span > p {
    text-align: center;
    font-size: 14px;
    background: #ffffff6d;
    border-radius: 5px;
    padding: 5px;
}

.r-win {
    display: none;
}

@media (max-width: 500px) {
    #roulette #r-container #r-line {
        margin-left: 51vw;
    }
}

/* @media (max-width: 350px) {
    #roulette #r-container #r-line {
        margin-left: 70vw;
    }
} */

.open-case-image {
    margin-top: 25px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
}
