@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Poppins:wght@300;400;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;background-color:#000;color:#fff;font-family:Poppins,sans-serif;width:100vw;min-height:100vh}body,html{display:flex;flex-direction:column}html[lang=ar] .button,html[lang=ar] .contact-button,html[lang=ar] body,html[lang=ar] button,html[lang=ar] input,html[lang=ar] textarea{font-family:Cairo,sans-serif;direction:rtl;text-align:right}.animated-page{position:relative;width:100%;height:100%;flex:1 1;display:flex;flex-direction:column}.background-gradient{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.page-content{position:relative;z-index:1;flex:1 1;display:flex;width:100%;height:100%;flex-direction:column}.content-container{width:100%;height:100%;margin:0 auto;background-color:transparent}.navbar{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:5rem}.navbar-brand{display:flex;align-items:center;height:100%}.navbar-logo{width:50px;height:50px;object-fit:contain}@media (max-width:980px){.navbar-logo{width:40px;height:40px}}.navbar-links{display:none}@media (min-width:980px){.navbar-links{display:block}.hamburger-menu{display:none}}.navbar-nav{margin-left:2.5rem;display:flex;align-items:baseline;gap:1rem}.nav-item{padding:.5rem .75rem;border-radius:.375rem;font-size:1.125rem;font-weight:500;transition:all .3s ease-in-out;color:#d1d5db;cursor:pointer}.nav-item:hover{color:#fff}.nav-item.active{color:#ec4899}.nav-item.active .underline{height:.25rem;background-color:#ec4899;border-radius:9999px}.language-switcher{display:flex;gap:1rem}.footer{width:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;padding:1rem;position:relative;bottom:0;height:5rem;flex-direction:column;z-index:1}.footer,.footer-links{display:flex;justify-content:center}.footer-links{gap:1rem;margin-top:.5rem}.footer-link{color:#fff;transition:color .3s ease-in-out}.footer-link:hover{color:#ff4081}.hamburger-menu{display:none;flex-direction:column;cursor:pointer;gap:6px;justify-content:center;align-items:center}.hamburger-menu .bar{width:25px;height:3px;background-color:#fff;transition:all .3s ease}.side-panel{display:none;position:fixed;top:5rem;width:256px;height:calc(100vh - 5rem);background-color:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;box-shadow:0 0 15px rgba(0,0,0,.5);padding:1.25rem;overflow-y:auto}.side-panel,.side-panel-nav{flex-direction:column;gap:1rem}.side-panel-nav{display:flex}.side-panel-nav-item{color:#fff;font-size:1.125rem;transition:all .3s ease-in-out}.side-panel-nav-item:hover{color:#ec4899}.side-panel-nav-item.active{font-weight:700;color:#ec4899}@media (max-width:980px){.navbar-links{display:none}.hamburger-menu,.side-panel{display:flex}}.main-container{display:flex;flex-direction:column;align-items:center;flex:1 1;position:relative;width:100%}.splash-screen-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:100;overflow:hidden}.splash-logo-wrapper{position:relative;z-index:2}.spinner-dot-container{position:absolute;width:160px;height:160px;display:flex;justify-content:center;align-items:center}.spinner-dot{position:absolute;width:10px;height:10px;border-radius:50%;background-color:#a855f7;box-shadow:0 0 8px #a855f7,0 0 15px #ec4899;animation:dot-pulse 1.5s ease-in-out infinite alternate}@keyframes dot-pulse{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.2);opacity:1}}