@media only screen  and (min-width: 10px) and (max-width: 1399px) {
    .watch-image-box {
        width: 100%;
    }
    .reward-card {
        width: 360px;
        margin-top: 20px;
    }
    
}
@media only screen  and (min-width: 10px) and (max-width: 1199px) {
    .ending-img-div {
        margin-left: -60px;
    }
    
    .reward-card {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

}
@media only screen  and (min-width: 10px) and (max-width: 1024px) {
    .main-container {
        height: auto;
        position: relative;
        top: 150px;
        margin-bottom: 200px;
    }
 

}
@media only screen  and (min-width: 992px) and (max-width: 1200px) {
    .custom-col {
        width: 33% !important;
    }

}

@media only screen  and (min-width: 10px) and (max-width: 991px) {
    .main-container {
        height: auto;
        position: relative;
        top: 150px;
    }


    .coin-box {
        display: none;
    }
     .bg-coin {
        background-image: url(../images/coinbox.png);
        background-position: center;
        background-repeat: no-repeat;
        /* position: absolute; */
        height: 400px;
        z-index: -1;
        top: 10px;
    }
    .main-home-container {
        margin-bottom: 300px;
     }
     .my--5 {
        margin-left: 0 !important;
      }
    
      .ending-img-div {
        margin-left: 0;
        margin-bottom: 50px;
    }
    .watch-image-box {
        height: auto;
        width: 100%;
    }
    footer p {
        width: 100%;
    }

    .falling-coin-2 {
      display: none;
        
    }


}

@media only screen  and (min-width: 10px) and (max-width: 478px) {
    .orange-btn {
        padding: 10px 32px !important;
    }
    .custom-btn {
        padding: 10px 25px !important;
    }
    .watch-image-box {
        margin-bottom: 50px;
    }
}
@media only screen  and (min-width: 10px) and (max-width: 408px) {
    .orange-btn {
        padding: 10px 28px !important;
        font-size: 0.8rem;
        margin-left: -20px;
    }
    .custom-btn {
        padding: 10px 22px !important;
        font-size: 0.8rem;
    }
}