@media only screen and (max-width: 576px) {
    .banner{
        align-items: start !important;
    }
    .flip-dial, .flip-card {
        height: 47px !important;
    }
    .flip-card .card i {
        font-size: 25px !important;
    }
    .flip-dial::after, .flip-dial::before {
        top: 18px !important;
        width: 0.5px !important;
    }
    .draw-area-main{
        min-height: auto !important;
    }
  }

  @media only screen and (max-width: 1200px){
    .banner-image{
       object-fit: contain;
    }
    .flip-dial,.flip-card{
        height: 70px;
        max-width: 55px;
    }
    .flip-card .card i{
        font-size: 38px;
    }
    .flip-dial::after,.flip-dial::before{
        top: 30px;
        width: 1px;
    }
  }

  @media only screen and (max-width: 992px){
    .draw-fn-area{
        padding: 25px 6px;
        flex-direction: column;
        gap: 20px;
    }
    .custom-navbar{
        font-size: 30px;
    }
    .draw-numbers{
        gap: 6px;
    }
    .winner-popup .wp-main-body {
        max-width: calc(100% - 20px) !important;
    }
    .w-sl-number{
        font-size: 45px;
    }
    .wp-main-body h2{
        font-size: 30px;
    }
    .cg-cm.fs-5{
        font-size: 13px !important;
    }
    .cg-cm{
        font-size: 12px;
    }
    .banner-image-collection{
        max-height: 250px;
    }
    .result-view{
        max-height: 463px;
        border-width:5px !important;
        margin-bottom: 20px;
        max-width: calc(100% - 20px);
    }
    .draw-area-main{
        height: 100%;
        min-height: 100vh;
        background-image: url(../images/banner-cover.jpg);

        background-size: cover;
    }
    .result-view .table-responsive{
        height: auto !important;
        max-height: 400px;
    }
}

@media only screen and (max-width: 768px){
    .result-view h2 {
        font-size: 24px !important;
    }
    .result-view .table td {
        font-size: 16px;
    }

}