 @media(min-width:320px) and (max-width:480px){
            #number-counter-mobile{
                visibility: visible;
          }
          #number-counter-tablap{
            display: none;
          }
            *{
            margin: 0;
            padding: 0;
        }
        .mobile{
            height: 50vh;
            width: 100vw;
            
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .counter{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            /* padding: 30px; */
            gap: 15px;
            word-spacing: 5px;
            color: white;
            font-weight: bolder;
            font-size: 18px;
            text-transform: uppercase;
        }

        .counter h1{
           font-size: 20px;
        }
        .targetnumber span{
            font-size: 30px;
            font-weight: bolder;
            color: white;
        }
        .counter .img{
           
           display: flex;
           justify-content: center;
           align-items: center;
           
           width: 70px;
           height: 70px;
           padding: 40px;
           border: 2px solid rgb(255, 255, 255);
           border-radius: 50%;
           background-color: transparent;
           overflow: hidden;

       }
       .counter .img img{
           width: 80px;
           height: 80px;
           
           
       }
        .fullwidthheight{
            /* padding-top: 30px; */
            
           width: 100vw;
           height: 200vh;
           background-image: url('OTPDMC_Image_WEBP/travel_Image_02.webp');
           background-size: cover;
           background-position: center;
           background-attachment: fixed; 
           /* overflow-y: scroll; */
           overflow: hidden;
           
        }
        }

        @media(min-width:481px) and (max-width:1600px){
            #number-counter-mobile{
            display: none !important;
          }
          #number-counter-tablap{
            
            display: flex;
          }

          *{
            margin: 0;
            padding: 0;
        }

        /* Prevent unwanted scrolling */
        html, body {
            overflow-x: hidden;
            width: 100%;
        }

        .tablap{
            /* height: 50vh;
            width: 100vw;
             */
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .counter{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            padding: 30px;
            gap: 18px;
            word-spacing: 5px;
            color: white;
            font-weight: bolder;
            font-size: 18px;
            text-transform: uppercase;
        }
        .counter .img{
           
            display: flex;
            justify-content: center;
            align-items: center;
            
            width: 70px;
            height: 70px;
            padding: 40px;
            border: 2px solid rgb(255, 255, 255);
            border-radius: 50%;
            background-color: transparent;
            overflow: hidden;

        }
        .counter .img img{
            width: 80px;
            height: 80px;
            
            
        }
        .counter h1{
           font-size: 20px;
        }
        .fullwidthheight{
            padding-top: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
           width: 100vw;
           height: 80vh;
           background-image: url('OTPDMC_Image_WEBP/travel_Image_02.webp'); 
           background-size: cover;
           background-position: center;
           background-attachment: fixed; 
           /* overflow-y: scroll; */
           overflow: hidden;
        }
        .targetnumber span{
            font-size: 30px;
            font-weight: bolder;
            color: white;
        }
        }