/* .glass-nav, .glass, .logo, .nav-menu-wrapper, .socials, .main-heading, .subheading, .btn-hm { visibility: hidden; } */ .img-sym { position: absolute; transform-style: preserve-3d; will-change: transform; /* Optimizes the animation */ /* Add any additional styles, such as width, height, background, etc. */ } .spots { position: absolute; width: 100vw; height: 100vh; transform-style: preserve-3d; /* Enable 3D transforms */ transform-origin: center center; /* Pivot around the center */ will-change: transform; /* Optimize for performance */ } .tab-pane { opacity: 0; pointer-events: none; /* Prevent interaction with hidden content */ } .tab-pane.w--tab-active { opacity: 1; pointer-events: auto; /* Enable interaction with active tab content */ }