*{
    padding: 0px;
    margin: 0px;
}
body {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}
.text_1 {
    padding-top:30px;

}
.text_1 h2 {
    color: #fff;
    font-size: 35px;
    
}
.main {
    max-width: 450px;
    height: 100vh !important;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
}
.wheel-png-1{
    width: 87%;
}
.border-png-1{
    width: 100%;
}

.spin_1 {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.wheel_1 {
    padding-top: 18px;
}
.border-1 {
    position: absolute;
    top: -6px;
    left: 2px;
    right: 2px;
    bottom: 0px;
}
.spin-arrow {
    position: absolute;
    width: 100%;
    top: 32%;
    left: -2px;
    right: 0;
    bottom: 0;
}   
img.spinarrow {
    width: 30%;
}
.coin-img{
    position:   absolute;   
    display:flex;   
    justify-content: space-between; 
    bottom: -30px;
}
.coin-img img{
    width: 100%;
}
.spin_btn {
    position: absolute;
    width: 100%;
    top: -1%;
    left: 0px;
    right: 0;
    bottom: 0;
}
.spin_btn1{
    width: 10%;
}
.btn-secondary {
    font-size: 24px;
    font-weight: 400;
    padding: 6px 12px;
    width: 180px;
    border-radius: 5px;
    cursor: pointer !important;
    background-image: linear-gradient(45deg, #ba16bd, #5d155b);
    color: #ffffff;
    border: 0px;
}
.btn-secondary:hover {
    color: #000;
    background: #fff;
}
.btn-secondary:focus {
    color: #fff;
    background-color: #3b222e;
    border-color: #484d47;
    box-shadow: 0 0 0 0.25rem rgb(138 158 254);
}
.btn-and {
    margin: 50px 0px 0px 0px;
}
.modal-body {
    margin: 0 auto;
    text-align: center;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    margin-bottom: 20px;
    border: 0px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: linear-gradient(45deg, #f09a1d, #240733);
    pointer-events: auto;
    background-clip: padding-box;
    border: 10px solid #fff;
    border-radius: 2.3rem;
    outline: 0;
}

@media screen and (max-width: 400px) {
    .border-1 {
        position: absolute;
        top: -4px;
        left: 2px;
        right: 2px;
        bottom: 0px;
    }
  }

  @media screen and (max-width: 375px){
    .wheel_1 {
        padding-top: 14px;
    }
  }
  @media screen and (max-width: 340px){
    .wheel_1 {
        padding-top: 14px;
    }
  }