@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap";*{font-family:Rubik,sans-serif!important;background-color:#000;color:#fff;margin:0}.navbar{background-color:rgba(1,1,1,.7215686275);background-blend-mode:overlay;background-clip:padding-box;background-origin:padding-box;background-size:cover;position:fixed;width:100%;top:0;z-index:1;padding-left:0;padding-bottom:.5rem}.navbar__logo{padding-top:.3rem;width:2.5rem;height:2.5rem;background-color:rgba(0,0,0,0)}.navbar__container{display:flex;justify-content:center;background-color:rgba(0,0,0,0)}.home__heading{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background-image:linear-gradient(90deg,#7843e6,#7843e6),linear-gradient(90deg,#7843e6,#7843e6);background-position:0 0,100% 0;background-size:50px 50px;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-text-stroke:1px #f0f;-webkit-text-stroke-width:.7px;animation:flickeringAnimation 3s ease-in-out infinite}.home__subheading{font-size:2rem;font-weight:800;margin-bottom:2rem}.home__description{margin-bottom:1.6rem}.home__contact,.home__description{font-size:1.1rem;font-family:Source Sans Pro,sans-serif!important}.home__contact{border-radius:.5rem;border:.7px solid aqua;padding:.5rem;font-weight:900!important;font-style:italic;margin-bottom:0;box-shadow:.2rem .2rem .1rem .1rem aqua}@media(min-width:768px){.home__contact{width:70%}}.home__email{font-size:1.4rem;font-weight:500;font-style:italic;margin-bottom:1.6rem;color:#7843e6;text-decoration:none}.home__email:hover{text-decoration:underline}.container{margin-top:3.3rem;background-color:rgba(1,1,1,.937254902);height:"100vh"}@keyframes flickeringAnimation{0%{-webkit-text-fill-color:rgba(0,0,0,0)}15%{-webkit-text-fill-color:#7843e6}30%{-webkit-text-fill-color:rgba(0,0,0,0)}75%{-webkit-text-fill-color:rgba(0,0,0,0)}to{-webkit-text-fill-color:#7843e6}}@media(min-width:1200px){.container{padding:7rem!important}}@media(min-width:992px){.container{padding-top:6rem!important;padding:9rem}.home__description{max-width:50rem}}@media(min-width:768px){.container{padding-top:1.5rem!important;padding:2rem}}@media(max-width:767px){.container{padding:1rem 1.7rem 1.7rem}}.alien-loader{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;width:100%;height:100vh;background:#000;overflow:hidden}.alien-loader__canvas{width:100%;height:100%}.alien-loader__canvas canvas{display:block;width:100%;height:100%}.alien-loader__sr-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-content{transition:opacity .6s ease,filter .6s ease}.app-content--hidden{opacity:0;filter:blur(6px);pointer-events:none;position:absolute;visibility:hidden}