* {
    padding: 0px;
    margin: 0px;
}
body {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.main {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.text_1 {
    margin: 30px 0px;
}
.text_1 h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.preview_1 {
    width: 100%;
}

.spin-png_1 {
    width: 100%;
}

.spin_1 {
    position: relative;
}

.photo_1 {
    position: absolute;
    top: 4px;
    left: 1px;
    right: 0px;
    bottom: 0px;
}

.spin-png_1 {
    width: 83%;
}

.btnn {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 999;
    right: 0px;
    bottom: 59px;
}

.btnn a {
    width: 167px;
    height: 56px;
    border-radius: 50%;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border: 0px;
}
.modal-body {
    margin: 0 auto;
    text-align: center;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #4b0049;
    border-radius: 1.3rem;
    outline: 0;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #0c0c0c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #f5a736;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}
@media screen and (max-width: 480px) {
    .btnn a {
        width: 158px;
        height: 52px;
        border-radius: 50%;
    }
  }
  @media screen and (max-width: 450px) {
    .btnn {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 999;
        right: 0px;
        bottom: 52px;
    }
    .btnn a {
        width: 147px;
        height: 51px;
        border-radius: 50%;
    }
  }
  @media screen and (max-width: 415px) {
    .btnn {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 999;
        right: 0px;
        bottom: 46px;
    }
    .btnn a {
        width: 137px;
        height: 47px;
        border-radius: 50%;
    }
    .photo_1 {
        position: absolute;
        top: 2px;
        left: 1px;
        right: 0px;
        bottom: 0px;
    }
  }
  @media screen and (max-width: 392px){
    .btnn {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 999;
        right: 0px;
        bottom: 43px;
    }
    .btnn a {
        width: 130px;
        height: 44px;
        border-radius: 50%;
    }
  }
  @media screen and (max-width: 375px){
    .btnn {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 999;
        right: 0px;
        bottom: 40px;
    }
    .btnn a {
        width: 123px;
        border-radius: 50%;
    }
    .photo_1 {
        position: absolute;
        top: 1px;
        left: 0px;
        right: 1px;
        bottom: 0px;
    }
  }