body{
     background-image: url(../img/bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
    margin: 0;
  font-family: sans-serif;
  background-color: #000 !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.main {
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0px;
      height: 100vh;
     
      color: #fff;
}
.arrow{
    margin-bottom: 5px;
    margin-top: 25px;
}
.main_1{
    position: relative;
}
.photo img{
    max-width: 400px;
    max-height: 400px;
    position: relative;
    
}
.button_1{
    position: absolute;
    top: 36%;
    left: 42%;
}
.button_1 button{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #3c4453;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #6d6969;
    cursor: pointer;
}
.star{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #6d6969;
    position: relative;
    padding: 10px 0px 10px 0px;;
}
.win_img{
    position: absolute;
    right: 0px;
}

i.fa-solid.fa-star {
    color: #ffdb42;
    position: absolute;
    left: 14px;
}
.star h5 {
    font-size: 15px;
    letter-spacing: 6px;
    margin: 0px;
}
.witch {
    background: #000;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid #6d6969;
    position: relative;
}
.witch h3 {
    margin: 10px;
}
.witch p {
    margin: 10px;
}
.witch button {
    padding: 10px 35px;
    background-color: #455dfd;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
}
.photo_1 img {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    top: 0px;
    left: 100px;
}
.photo{
    position: relative;
}

 
    .button_1 button {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #3c4453;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        border: 1px solid #6d6969;
        cursor: pointer;
    }
 
    .modal-content {
     background-color: transparent !important;
     border: none !important;
    }
    .modal-dialog {
        max-width: 400px !important;
        margin: 0 auto !important;
        margin-top: 130px !important;
    }
    @media only screen and (max-width: 768px){
        .button_1 {
            position: absolute;
            top: 37%;
            left: 42%;
        }
        .button_1 button {
        width: 107px;
        height: 108px;
        border-radius: 50%;
        background-color: #3c4453;
        font-size: 33px;
        font-weight: 700;
        color: #fff;
        border: 1px solid #6d6969;
        cursor: pointer;
        margin-left: -11px;
        /* margin-right: 26px; */
        top: 20;
        margin-top: -8px;
}
    }


@media only screen and (max-width: 575px){
    .photo img {
        max-width: 285px;
        max-height: 285px;
        position: relative;
        left: 0;
    }
    .button_1 {
        position: absolute;
        top: 32%;
        left: 41%;
    }
  
    .photo_1 img{
        max-width: 285px;
        max-height: 285px;
        position: relative;
        left: 0;

    }
    .button_1 button {
    cursor: pointer;
    margin-left: -4px;
    top: 20;
    margin-top: -6px;
}
}
@media only screen and (max-width: 479px){
    .button_1 {
        position: absolute;
        top: 32%;
        left: 39%;
    }
    .button_1 button {
    
    margin-left: -11px;
    /* margin-right: 26px; */
    top: 20;
    margin-top: -6px;
}



}
@media only screen and (max-width: 359px){
 
    .button_1 {
        position: absolute;
        top: 32%;
        left: 34%;
    }

}
