@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--background:white;--foreground:#171717;--text-primary:var(--foreground);--overlay-bg:rgba(0,0,0,0.55);--overlay-blur:12px;--pink:#fb14ee;--cyan:#16dcff;--lightblue:#1afdf4;--yellow:#FFEB31;--blue:#4100F5}@media (prefers-color-scheme:light){:root{--background:#0a0a0a;--foreground:#ededed;--text-primary:var(--foreground)}}body.light{--background:white;--foreground:#171717;--text-primary:var(--foreground)}body.dark{--background:#0a0a0a;--foreground:#ededed;--text-primary:var(--foreground)}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--background);color:var(--text-primary);transition:background .3s,color .3s}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}.icon:hover{opacity:.7}main{min-height:90svh}.center-div{display:flex;align-items:center;justify-content:center}footer{background:black}.footer-wrapper{color:white;border-bottom:0;border-left:0 solid #1e1e1e;border-bottom-color:#1e1e1e;border-right:0 solid #1e1e1e;border-top:solid #1e1e1e;border-width:1px;display:flex;justify-content:space-between;align-items:center;height:100px}.footer-wrapper h3{font-size:14px;font-weight:600}.footer-wrapper h3,.footer-wrapper h4{-webkit-user-select:none;-moz-user-select:none;user-select:none}#leftside,#rightside{display:flex;flex-direction:row;width:35%;padding-left:2.5%;padding-right:2.5%}#rightside{justify-content:flex-end}.social-icon.facebook:hover{color:#00aced!important}.social-icon.linkedin:hover{color:#272cc8!important}.social-icon.instagram:hover{color:#ed0086!important}.social-icon.anghami:hover{color:#272cc8!important}.social-icon.spotify:hover{color:#1DB954!important}@media only screen and (min-width:2560px){.footer-wrapper{width:100%;padding-bottom:2.5rem}.footer-wrapper h3{font-size:1.5svh;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@media only screen and (max-width:1024px){.footer-wrapper{padding:1rem 0}#leftside,#rightside{width:100%}.footer-wrapper h3{font-size:1.25svh;font-weight:500;margin-left:5%!important;margin-right:5%!important}}@media only screen and (max-width:768px){.footer-wrapper{padding:1rem 0}#leftside,#rightside{width:100%}.footer-wrapper h3{font-size:1svh;font-weight:500;margin-left:5%!important;margin-right:5%!important}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;transition:background .3s ease,-webkit-backdrop-filter .3s ease,backdrop-filter .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.navbar.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar-container{max-width:775px;margin:0 auto;padding:1.25rem 1rem;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo-img{height:35px;width:auto;object-fit:contain}.logo:hover{opacity:.75}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{text-decoration:none;color:black;font-weight:500;font-size:1rem;text-transform:uppercase}.nav-links a:hover{opacity:.5}.nav-links .btn{background:white;color:#111;padding:.5rem 1rem;border-radius:8px}.nav-links .btn:hover{background:#ddd}.left-links a{transition:color .3s ease-in}.white-links a{color:white!important;transition:color .5s ease-in}.mobile-menu-icon{display:none}@media (max-width:768px){.nav-links{display:none!important}.mobile-menu-icon{display:block!important;position:relative;z-index:2000}.navbar-container{display:flex;align-items:center;justify-content:space-between}.logo{position:absolute;left:50%;transform:translateX(-50%)}}.drawer-container{width:260px;padding:2rem 1rem}.drawer-container .drawer-top{margin-bottom:6.67%}.drawer-close{margin-bottom:1rem}.drawer-container .MuiListItemText-primary{font-size:1.1rem;text-transform:uppercase}