@media screen and (orientation:portrait)and (min-height: 390px) {
    .pc-view{display: none;}
    .mobile-view{display: block;}

    #model1{
        scale: 0.8;
    }

    
    
    .scrollable-divMobile {
        overflow-x: auto; /* Enable horizontal scrolling if needed */
        overflow-y: hidden; /* Disable vertical scrolling */
        white-space: nowrap; /* Prevent cards from wrapping to the next line */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    }



}