body.custom-cursor { cursor: none; } .cursor { position: fixed; top: 0; left: 0; width: 12px; height: 12px; background-color: #3c41f5; border-radius: 50%; transform: translate(-50%, -50%); z-index: 9999; pointer-events: none; } .cursor.active { width: 24px; height: 24px; } .cursor.pointer { border: 2px solid #3c41f5; width: 24px; height: 24px; }  @media (max-width: 992px) { .cursor { display: none !important; } body.custom-cursor { cursor: auto; } } .burger-btn:focus, .burger-btn:focus-visible, .burger-btn *:focus, .burger-btn *:focus-visible, .close-btn:focus, .close-btn:focus-visible, .close-btn *:focus, .close-btn *:focus-visible { outline: none !important; box-shadow: none !important; } #page-transition-big-mask { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(5); visibility: visible; pointer-events: none; width: 147px; height: 101px; transform-origin: center center; z-index: 9999; } #page-transition-mask { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); visibility: hidden;  pointer-events: none; width: 147px; height: 101px; transform-origin: center center; z-index: 9999; }