 
body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: auto;
    background-image: url(../img/bg.png);
    background-size: cover;
}
.mainbox{
	position: relative;
	width: 500px;
	height: 500px;
	margin-top: 30px !important;
    margin: 0 auto;

}
.mainbox::before {
    content: "";
    position: absolute;
    top: 40%;
    transform: rotate(269deg);
    left: 0;
    background-image: url(../img/item_arrow.png);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    z-index: 9;
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../img/wheel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.spin {
    position: absolute;
    top: 39%;
    left: 38%;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 0px solid #fff;
    background-image: url(../img/spin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100%;
    font-weight: bold;
    font-size: 22px;
    z-index: 1000;
}
.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;
}

/*.btn:hover {
     color: #fff;
    background-color: #0d004c;
    border-color: #0d004c;
    text-decoration: none;
    background-color: ;
}*/

.modal_1 .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-repeat: no-repeat;
    background-image: url(../img/modal.png);
    background-size: cover;
    background-clip: padding-box;
    border: 4px solid #fff;
    border-radius: 15px;
    outline: 0;
}



.modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-repeat: no-repeat;
    background-image: url(../img/ExtraWinX.jpg);
    background-size: cover;
    background-clip: padding-box;
    border: 4px solid #fff;
    border-radius: 15px;
    outline: 0;
}


.btn-secondary {
    color: #0d004c;
    background-color: #ffffff;
    border-color: #0d004c;
    padding: 8px 40px;
    width: 200px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
}
.btn-secondary:hover {
    color: #0d004c;
    background-color: #fff;
    border-color: #0d004c; 
}

.headding h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 10px #000000;  
}

.headding {
       width: 100%;
    text-align: center;
    margin: 0 auto; 
}

 


@media only screen and (max-width: 500px){
    .mainbox {
        position: relative;
        width: 300px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.d-text h2 {
    color: #0d004c;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 1px 2px 11px white;
    -webkit-text-stroke: 1px #fff;
}