html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
}

.main {
    width: 100vw;
    height: 102vh;
    background-image: url("https://i.imgur.com/Wn9OEiT.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}


.mleft {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main h1 {
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    font-size: 50px;
    font-family: Rajdhani;
    color: #fff;
}

.mbut {
    display: flex;
    justify-content: center;
}

.main a {
    color: #fff;
    width: 300px;
    height: 65px;
    border-radius: 20px;
    padding: 5px 0px 0px 0px;
    font-size: 50px;
    margin: 20px 0px 0px 0px;
    font-family: Rajdhani;
    text-align: center;
    border: 3px solid #fff;
    outline: none;
    cursor: default;
    text-decoration: none;
}


.bottom {
    width: 100vw;
    height: 400px;
    background-image: url("https://i.imgur.com/fU29ynU.png");
    background-size: 100%;
    display: flex;
    flex-direction: column;
    background-position: 50%;
    overflow: hidden;
    padding: 50px 0px 30px 0px;
}

.bottom .text h1 {
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
    font-size: 50px;
    font-family: Rajdhani;
    color: #fff;
}

.items {
    display: flex;
    justify-content: center;
}

.boxitem {
    width: 250px;
    height: 210px;
    background: linear-gradient(45deg, rgb(54, 10, 150) 0%, rgba(103,0,174,1) 63%, rgba(162,0,255,1) 100%);

    border-radius: 20px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
}

.imgcont {
    display: flex;
    justify-content: center;
}

.boxitem:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

#d1,#d3 {
    margin: 35px 30px 0px 30px;
}

.boxitem h1 {
    color: #ffffff;
    height: 30px;
    font-weight: 700;
    font-size: 30px;
    font-family: Rajdhani;
    margin: 10px 0px 0px 0px;
    text-align: center;
    border-top: 2px solid #ffffff;
}

#d2 {
    margin: 10px 30px 0px 30px;
    width: 300px;
    height: 250px;
}

#d2 img {
    margin: 20px 0px 0px 0px;
    width: 180px;
    height: 180px;
}
.boxitem img {
    margin: 20px 0px 0px 0px;
    width: 140px;
    height: 140px;
}

.razdel {
    height: 15px;
    width: 100vw;
    background-color: #c3c3c3;
}

.mainroulete {
    width: 100vw;
    height: 100vh;
    background-image: url("https://i.imgur.com/p4DGHTb.jpeg");
    background-size: 100%;
    background-repeat: repeat;
    min-height: 300px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.textbox {
    width: 100vw;
    height: 100px;
    padding: 0px 0px 40px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.textbox h1 {
    color: #fff;
    height: 100px;
    font-weight: 700;
    font-size: 100px;
    font-family: Rajdhani;
    margin: 0px;
}

.mainroul {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.absolprize {
    display: block;
    position: absolute;
    left: 43.5%;
    top: 147.5%;
}

.mainprize {
    display: none;
    justify-content: center;
    flex-direction: row;
}

.boxprize {
    width: 350px;
    height: 520px;
    background: linear-gradient(45deg, rgb(54, 10, 150) 0%, rgba(103,0,174,0.91) 63%, rgba(162,0,255,0.86) 100%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 30px 0px 0px 0px;
}

.boxprize .box {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.boxprize .box img {
    width: 250px;
    height: 250px;
}

.boxprize h1 {
    margin: 10px 0px 0px 0px;
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-family: Rajdhani;
}

.boxprize .box a {
    width: 250px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    border: 3px solid #fff;
    border-radius: 15px;
    outline: none;
    cursor: default;
    margin: 20px 0px 0px 0px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0px 0px 0px;
    background-color: #ffffff49;
    font-family: Rajdhani;
}

.boxprize .box .line {
    width: 300px;
    height: 5px;
    margin: 30px 0px 0px 0px;
    border-radius: 10px;
    background-color: #fff;
}

.boxroul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Button {
    display: flex;
    justify-content: center;
}



#go {
    width: 290px;
    height: 80px;
    outline: none;
    background: #ffffff00;
    color: #fff;
    margin-top: 50px;
    border: 3px solid #fff;
    font-family: Rajdhani;
    font-size: 50px;
    border-radius: 15px;
    transition: 0.2s;
}

#go:hover {
    color: #ffffff94;
    border: 3px solid #ffffff94;
    transition: 0.2s;
    transform: scale(1.05);
}

.roulette {
    height: 300px;
    width: 1344px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.roulette-inner {
    position: relative;
    width: 4000px;
    height: 100%;
    padding: 50px 0px;
}

.roulette-inner .card {
    width: 150px;
    height: 200px;
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    border-radius: 15px;
    background: linear-gradient(45deg, rgb(54, 10, 150) 0%, rgba(103,0,174,0.91) 63%, rgba(162,0,255,0.86) 100%);
}

.roulette-inner .card .dimg {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.roulette-inner .card .dline {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.roulette-inner .card .dline .line {
    width: 125px;
    height: 3px;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
}

.roulette-inner .card .dimg img {
    width: 125px;
    height: 125px;
}

.roulette-inner .card h1 {
    margin: 10px 0px 0px 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: Rajdhani;
}

.active {
    box-sizing: border-box;
    padding:-5px 5px 5px 5px;
    transform: scale(1.5);
    z-index: 1000;
    background-color: rgb(13, 228, 13)
}

.boxstrelka {
    position: absolute;
    left: 49.8%;
}

.boxstrelka .strelka img {
    width: 40px;
    height: 40px;
}