* { box-sizing:border-box; margin:0; padding:0; cursor:crosshair; user-select:none; -webkit-tap-highlight-color:transparent; tap-highlight-color:transparent; } img { -webkit-user-drag:none; user-drag:none; }

img { -webkit-user-drag: none; user-drag: none; }

@media screen and (display-mode: browser) {
    body.screenshot-blocker * {
        color: transparent !important;
        background: #000 !important;
    }
}

 /* Scrollbar Hide */
  /* For Chrome, Safari, Edge */
*::-webkit-scrollbar {
    display: none !important;
}

/* For Firefox */
* {
    scrollbar-width: none !important; 
}

/* For old IE/Edge */
* {
    -ms-overflow-style: none !important;
}


     a { text-decoration: none; color: inherit; transition: 0.3s ease; cursor: pointer; }
    img { max-width: 100%; display: block; width: 100%; object-fit: cover; }