*{margin:0;padding:0;box-sizing:border-box;font-family:Lato;scroll-behavior:smooth}.hero{width:100%;height:100vh;position:relative;background:linear-gradient(to bottom,#040404,#433737);color:#fff}.hero img{width:100%;height:100%;object-fit:cover;filter:brightness(80%)}.hero-text{position:absolute;display:flex;flex-direction:column;width:100%;max-width:1100px;top:52%;left:50%;padding:4.5rem 3rem;transform:translate(-50%,-50%)}.heading{font-family:Poppins;font-size:6rem;font-weight:500}.subheading{font-family:Poppins;font-size:3rem;font-weight:300;margin-left:6rem;margin-top:-20px}.hero-des{font-style:italic;font-size:1.6rem;font-weight:400;margin-top:2.5rem}.hero-btn{display:block;font-size:1.3rem;text-align:center;text-decoration:none;font-weight:600;letter-spacing:1px;background-color:#d9d9d920;color:#fff;width:190px;height:45px;margin-left:4rem;margin-top:5rem;padding:.6rem;border-radius:.7rem;outline:1px solid #c7c6c6b9;transition:.6s ease-in-out}.hero-btn:hover{background-color:#efeaea;color:#282828c4;outline:none;-webkit-box-shadow:0px 0px 45px 12px rgba(255,255,255,.2);-moz-box-shadow:0px 0px 45px 12px rgba(255,255,255,.2);box-shadow:0 0 45px 12px #fff3}.hero-btn-hide{display:none}@media screen and (max-width: 1150px){.hero-text{align-items:center;padding:4rem 2.5rem}.subheading,.hero-btn{margin-left:0}}@media screen and (max-width: 800px){.hero-text{padding:4rem 1.8rem}.heading{font-size:5rem}.subheading{font-size:2rem;margin-top:-10px}.hero-des{margin-top:1.5rem;font-size:1.4rem}}@media screen and (max-width: 670px){.heading{font-size:4.3rem}}@media screen and (max-width: 600px){.hero-text{padding:3.5rem 1.5rem}.heading{font-size:3.5rem}.subheading{font-size:1.6rem;margin-top:-8px}.hero-des{margin-top:1.3rem;font-size:1.3rem}.hero-btn{margin-top:3rem}}@media screen and (max-width: 500px){.heading{font-size:3rem}}@media screen and (max-width: 450px){.hero-text{padding:2rem 0}.heading{font-size:2.8rem}.subheading{font-size:1.3rem}.hero-des{font-size:1.1rem;margin:1.3rem 1.2rem 0}.hero-des br{display:none}.hero-btn{font-size:1.15rem;font-weight:500;margin-top:3rem;padding:.5rem;width:130px;height:38px}.hero img{filter:brightness(70%)}}.navbar-items{display:flex;justify-content:space-between;align-items:center;position:fixed;width:95%;height:80px;padding:0 50px;margin:0 auto;left:0;right:0;top:20px;background-color:#fff;color:#212;border-radius:16px;box-shadow:#0006 0 5px 15px;transition:.55s ease-in-out;z-index:99}.navbar-items.hide{transform:translateY(-130%)}.navbar-items.show{transform:translateY(0)}.logo{display:flex;align-items:center;color:#222;font-size:1.5rem;cursor:pointer}.logo h1{font-style:italic;font-weight:700}.nav-logo{margin-left:1rem;width:50px;animation:GalaxyRotate 10s infinite linear}@keyframes GalaxyRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.author-info{position:relative;font-weight:400;font-size:1.3rem}.author-link{background-color:#333;color:#f3ecec;padding:.5rem 1rem;border-radius:.8rem;text-decoration:none;transition:all .45s ease-in-out}.author-link:hover{background-color:#f3ecec;color:#333;outline:1px solid #333}.dropdown{position:relative;width:220px;filter:url(#goo)}.dropdown-face,.dropdown-items{background-color:#dfd0d0;color:#222;padding:15px;border-radius:1.5rem}.dropdown-face{display:block;position:relative;cursor:pointer}.dropdown-text{margin-left:1rem;font-weight:500;font-size:1.1rem}.dropdown-arrow{border-bottom:2px solid #000000;border-right:2px solid #000000;position:absolute;top:50%;right:30px;width:10px;height:10px;transform:rotate(45deg) translateY(-50%);transform-origin:right}.dropdown-items{display:flex;flex-direction:column;justify-content:space-between;position:absolute;width:100%;margin:0;padding-left:19px!important;right:0;top:50%;opacity:0;visibility:hidden;list-style:none;list-style-type:none;transition:all .4s cubic-bezier(.93,.88,.1,.8);z-index:-1}.dropdown-items li{margin:.7rem 0;font-size:1rem;font-weight:500;text-align:left}.app-links{position:relative;color:#222;text-decoration:none}.app-links:after{content:"";position:absolute;left:50%;bottom:-3px;width:0%;height:2px;background-color:#594c4c;border-radius:10rem;transition:width .3s ease-in-out,left .3s ease-in-out}.app-links:hover:after{width:100%;left:0}.dropdown-items:before{content:"";background-color:#dfd0d0;position:absolute;bottom:100%;right:20%;height:40px;width:20px}.dropdown input{display:none}.dropdown input:checked~.dropdown-items{top:calc(100% + 25px);visibility:visible;opacity:1}svg{display:none}.menu-icons,.mobile-items{display:none}@media screen and (max-width: 950px){.navbar-items.active{padding-top:40px;padding-bottom:320px}.menu-icons{display:block;font-size:1.2rem;cursor:pointer;margin-top:5px}.dropdown,.author-info{display:none}.mobile-items{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:auto;position:absolute;top:0;right:-100%;opacity:0;align-items:stretch;padding:80px 0 30px;margin:0;transition:.4s ease-in-out;border-radius:13px}.mobile-items.active{right:0;opacity:1;z-index:-1;transition:.55s ease-in-out}.logo{font-size:1.4rem}.mobile-items li{text-align:center;margin:.9rem 0;list-style:none}.author-mobile{margin-top:1rem;color:#222;text-decoration:none;font-size:1.3rem;font-weight:300;text-align:center;transition:all .36s ease-in-out}.author-mobile:hover{transform:scale(1.04)}.app-links{font-size:1.2rem;color:#222}.app-links:after{background-color:#222}}@media screen and (max-width: 550px){.logo{font-size:1.1rem}}@media screen and (max-width: 450px){.navbar-items{padding:0 30px}}.galactic-info{max-width:1100px;margin:0 auto;padding:4.5rem 0rem}.gal-info-subheading{font-family:Poppins;font-size:2.2rem;font-weight:600;text-shadow:10px 7px 10px rgba(0,0,0,.2);margin-bottom:1.5rem}.gal-info-text{font-family:Poppins;font-size:1.1rem}@media screen and (max-width: 1200px){.galactic-info{padding:4rem 2.5rem}.gal-info-text{font-size:1rem}}@media screen and (max-width: 600px){.galactic-info{padding:3.5rem 2rem}.gal-info-subheading{font-size:2rem}.gal-info-text{font-size:.98rem}}@media screen and (max-width: 450px){.galactic-info{padding:3rem 1.5rem}.gal-info-subheading{font-size:1.8rem}}.featured-apps{display:flex;flex-direction:column;align-items:center;background-image:linear-gradient(to bottom,#252222,#1d1b1b,#161515,#0d0c0c,#000);color:#fff;padding:3.5rem 5rem}.featured-apps-container{width:100%;max-width:1100px}.feat-apps-subheading{font-family:Poppins;font-size:2.2rem;font-weight:600;margin-bottom:3.5rem;text-shadow:10px 7px 10px rgba(252,252,252,.15)}.feat-apps-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto}.featured-app{display:flex;align-items:center;width:100%}.featured-app a{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .7s ease-in-out}.featured-app a:hover{transform:scale(1.03)}.stars-and-constellations-app{justify-content:flex-end}.planet-trajectory,.constellation,.moon{width:200px}.app-title{font-family:Poppins;font-size:1.8rem;font-weight:600;color:#fff;margin-left:1.3rem}@media screen and (max-width: 750px){.featured-apps{padding:3rem 3.5rem}.feat-apps-subheading{font-size:2rem}.featured-app{justify-content:center}.planet-trajectory,.constellation,.moon{width:150px}.app-title{font-size:1.4rem}}@media screen and (max-width: 450px){.featured-apps{padding:3rem 2rem}.feat-apps-subheading{font-size:1.8rem}.app-title{font-size:1.2rem}}@media screen and (max-width: 360px){.feat-apps-subheading{font-size:1.6rem}.planet-trajectory,.constellation,.moon{width:130px}.app-title{font-size:1.1rem}}.featuring-planetary-trajectories{display:flex;align-items:center;margin:4.5rem auto;max-width:1100px}.featuring-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.featuring-first-text{font-size:1.2rem;font-weight:300;font-style:italic;letter-spacing:1px;margin-bottom:-.1rem}.featuring-subheading{font-size:2.5rem;font-weight:500;font-style:italic;margin-bottom:2.5rem}.featuring-date{font-size:1.15rem;font-weight:700;font-style:italic;margin-left:1.5rem;margin-bottom:.7rem}.featuring-text{font-size:1.15rem;font-style:italic;margin-left:1.5rem;margin-bottom:4.3rem}.featuring-redirect a{font-size:1.08rem;font-weight:600;letter-spacing:.8px;text-decoration:none;padding:.8rem 1.4rem;color:#fff;background-color:#181717f0;border-radius:1rem;transition:all .5s ease-in-out}.featuring-redirect a:hover{color:#282727;outline:1px solid rgb(7,7,7,.5);background:linear-gradient(to right,#cfcbcb,#fff)}.featuring-redirect i{margin-left:.75rem;transition:all .15s linear}.featuring-redirect a:hover i{transform:translate(10px)}.featuring-img{width:600px;border-radius:2.5rem;transform:scale(.8);filter:hue-rotate(10deg)}@media screen and (max-width: 1100px){.featuring-planetary-trajectories{margin:3.5rem 1.5rem}.featuring-img{width:500px}}@media screen and (max-width: 950px){.featuring-planetary-trajectories{flex-direction:column}.featuring-img{width:550px}}@media screen and (max-width: 750px){.featuring-subheading{font-size:2rem}}@media screen and (max-width: 450px){.featuring-first-text{font-size:1.05rem}.featuring-subheading{font-size:1.9rem;margin-bottom:1.9rem}.featuring-date{font-size:1.05rem}.featuring-text{font-size:1.05rem;margin-bottom:3rem}.featuring-redirect{margin-bottom:2rem}.featuring-redirect a{font-size:.8rem}.featuring-img{width:400px;transform:scale(.9)}}.footer{display:flex;align-items:center;justify-content:space-evenly;padding:5.5rem 7rem;background-image:linear-gradient(to bottom,#252222,#1d1b1b,#161515,#0d0c0c,#000);color:#fff}.footer-heading{margin-bottom:1rem}.footer-heading h2{display:flex;gap:1.5rem;font-family:Poppins;font-size:2.5rem;font-weight:600;cursor:pointer;margin-bottom:.8rem}.footer-logo{width:70px;margin-bottom:1rem;cursor:default;animation:GalaxySpin 6s infinite linear}@keyframes GalaxySpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-heading p{font-size:1.2rem;font-style:italic}.footer-content{display:flex;flex-direction:column;gap:.9rem}.footer-content h2{font-family:Poppins;font-size:1.6rem;font-weight:600}.footer-content ul{display:flex;flex-direction:column;gap:.45rem}.footer-content li{list-style:none}.footer-content a{font-family:Poppins;font-size:.98rem;color:#fff;text-decoration:none}.footer-social h2{font-family:Poppins;font-size:1.6rem;font-weight:600;margin-bottom:1rem}.social-wrapper{display:flex;justify-content:space-evenly}.footer-social a{font-size:1.8rem;text-decoration:none;color:#fff;transition:.25s ease-in-out}.footer-social a:hover{transform:scale(1.2)}@media screen and (max-width: 1300px){.footer{padding:4.5rem 1rem}}@media screen and (max-width: 1100px){.footer-heading h2{flex-direction:column;align-items:center;gap:.3rem}.footer-logo{width:60px}}@media screen and (max-width: 950px){.footer{flex-wrap:wrap;gap:1.8rem}.footer-heading h2{font-size:2.1rem}.footer-heading p{font-size:1rem}.footer-content h2{font-size:1.4rem}.footer-content a{font-size:.92rem}.footer-social h2{font-size:1.4rem}.footer-social a{font-size:1.5rem}}@media screen and (max-width: 540px){.footer{flex-direction:column}.footer-content{align-items:center}}@media screen and (max-width: 450px){.footer{padding:3.5rem 1rem}}.planet-data-payload{margin:1.3rem 0 3rem .8rem}.planet-data-payload>p,strong{font-family:Poppins}.body-title{font-size:2.5rem;margin-bottom:1.2rem}p{font-size:1.13rem;margin-bottom:.4rem}strong{font-style:italic;margin-right:.5rem}.last-update{margin-top:8rem}@media screen and (max-width: 450px){.planet-data-payload{margin:.7rem 0 .8rem}.planet-data-payload>p,strong{font-family:Poppins}.body-title{font-size:2rem;margin-bottom:1rem}p{font-size:.96rem;margin-bottom:.3rem}strong{font-weight:600;margin-right:.5rem}.last-update{margin-top:8rem}}.planet-overview{position:relative;background-image:linear-gradient(to top,#292828,#181818);width:100%;padding:3rem;color:#e3e5e8}.planet-overview h2{font-size:2.2rem;font-family:Poppins;font-weight:600;color:#e3e5e8}.planets-wrapper{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:2rem;max-width:1150px;margin:3rem auto}.planet-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:240px;height:240px;padding:.5rem;background-color:#101010;border-radius:1rem;outline:2px solid #101010;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .45s ease-out}.planet-card:hover{outline:2px solid white;box-shadow:0 0 50px #ffffff39}.planet-card img{width:150px;-webkit-user-select:none;user-select:none;transition:all .6s ease-in-out}.planet-card:hover img{transform:scale(1.1) rotate(-25deg)}.saturn:hover img{transform:rotate(20deg)!important}.planet-card h3{font-family:Poppins;font-weight:600;font-size:1.4rem}.toggle-planets{display:none;font-size:1rem;font-weight:500;font-family:Poppins;padding:.7rem 1.1rem;margin:4rem auto 1rem;background-color:#fff;border-radius:.7rem;border:none;outline:1px solid white;color:#2f2e2e;cursor:pointer;transition:all .4s ease-in-out}.toggle-planets:hover{background-color:#1a1a1a;color:#fff;outline:1px solid white;box-shadow:0 0 50px #ffffff6c}@media screen and (max-width: 768px){.toggle-planets{display:block}}.planets-wrapper.only-one-visible{align-items:center;justify-content:space-evenly}.planets-wrapper.only-one-visible .planet-card{width:280px;height:280px}.planets-wrapper.only-one-visible img{width:180px}.planet-card.hidden{display:none}.planet-data.show{position:relative;width:700px;height:600px;background-color:#101010;border-radius:1.5rem;outline:2px solid white;padding:1rem 1.5rem;transition:all .45s ease-in-out;transform:translate(0);overflow-y:hidden}.planet-data.show:hover{box-shadow:0 0 50px #ffffff20}.planet-data.hide{position:absolute;transform:translate(100%)}.planet-data i{display:block;position:absolute;right:5%;top:5%;font-size:1.7rem;cursor:pointer}.planet-data.hide i{display:none}@media screen and (max-width: 450px){.planet-overview{padding:1.5rem}.planet-data i{right:6%;top:4%;font-size:1.6rem}}.space-overview{position:relative;background-image:linear-gradient(to top,#292828,#181818);width:100%;height:auto;padding:5rem 4rem;color:#e3e5e8}.space-overview>h2{font-size:2.5rem;font-family:Poppins;font-weight:600;color:#e3e5e8;margin:0 0 4rem}.content-wrapper{display:flex;flex-direction:row;justify-content:center;gap:1.5rem;height:fit-content;width:100%}.content-wrapper label,.content-wrapper input{display:block}.space-form{width:500px;min-width:391px;background-color:#101010;padding:2rem 2.5rem;border-radius:2rem;outline:2px solid #fff;transition:all .6s ease-in-out}.space-form:hover{box-shadow:0 0 50px #ffffff1a}.space-form h2{font-size:1.8rem;margin-bottom:1.4rem}.space-form label{font-size:1.28rem;margin-bottom:.7rem}.space-form input{font-family:Poppins;font-size:1.05rem;letter-spacing:.5px;width:100%;height:40px;margin:0 auto 1.5rem;padding:0 1rem;border-radius:.7rem;border:none;transition:all .5s ease-in-out}.space-form input:hover{box-shadow:0 0 20px #ffffff4d}.space-form input:focus-visible{outline:none}.space-form select{font-family:Poppins;font-size:1rem;letter-spacing:.5px;height:35px;margin-bottom:1rem;padding:0 1rem;border-radius:.7rem;border:none;transition:all .5s ease-in-out}.space-form select:hover{box-shadow:0 0 20px #ffffff4d}.space-form select:focus-visible{outline:none}.space-form button{display:block;font-family:Poppins;font-size:1.08rem;font-weight:600;letter-spacing:.5px;margin:1.3rem auto 0;height:50px;width:170px;border-radius:.8rem;background-color:#fff;border:none;transition:all .35s ease-in-out}.space-form button:hover{color:#fff;background-color:#2020207b;outline:1px solid white;box-shadow:0 0 20px #ffffff63}.space-view{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:900px;min-height:400px;background-color:#101010;border-radius:2rem;outline:2px solid #fff;overflow:hidden;transition:.45s ease-in-out}.space-view:hover{box-shadow:0 0 50px #ffffff1a}.space-view h2{position:absolute;top:0;left:0;font-size:1.8rem;font-weight:700;margin:1.35rem 1.5rem 2rem;padding-right:1.8rem;color:#fff;text-shadow:0 0 10px rgb(0,0,0,.85);z-index:1}.space-view i{position:absolute;top:0;right:0;font-size:1.7rem;font-weight:700;margin:1.6rem;color:#fff;z-index:1;cursor:pointer;transition:all .4s ease-in-out}.space-view i:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background-color:#232121;box-shadow:0 0 13px #000;border-radius:50%;z-index:-1}.space-view i:hover{transform:scale(1.07)}.info-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#101010b3;display:flex;justify-content:center;align-items:center;z-index:10}.info-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;background-color:#101010;color:#fff;padding:1.3rem;outline:2px solid #ffffff;border-radius:1.8rem;max-width:500px;width:90%;text-align:center}.info-content>*{font-family:Poppins}.info-content h3{font-size:1.4rem;margin-bottom:.7rem}.info-content span:nth-child(5){font-weight:600}.info-content button{background-color:#101010;color:#fff;font-size:1.1rem;font-weight:600;padding:.5rem 2rem;border-radius:.7rem;border:none;outline:2px solid #fff;margin:1.8rem 0 .4rem;cursor:pointer;transition:all .4s ease-in-out}.info-content button:hover{background-color:#fff;color:#101010;border-radius:1.1rem;outline:none}.generated-image{width:100%;height:100%;position:absolute;object-fit:cover;top:0;left:0;z-index:0;border-radius:2rem}.loader-container,.error-container{display:flex;flex-direction:column;align-items:center;width:350px}.loader{width:85px;margin-bottom:2rem;animation:loaderSpin 5s linear infinite}@keyframes loaderSpin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}.loader-text{font-family:poppins;color:#fff;text-align:center}.error-message{margin-bottom:1.5rem;text-align:center}.error-images{display:flex;align-items:center;justify-content:center;position:relative;width:210px;height:210px}.error-img-1{position:absolute;width:210px;animation:astronautFloating 7s ease-in-out infinite}.error-img-2{position:absolute;width:210px;animation:planetPulsing 5s ease-in-out infinite}@keyframes astronautFloating{0%{transform:translateY(0) translate(0) rotate(0) scale(1)}25%{transform:translateY(-12px) translate(6px) rotate(3deg) scale(1.02)}50%{transform:translateY(-20px) translate(0) rotate(0) scale(1)}75%{transform:translateY(-12px) translate(-6px) rotate(-3deg) scale(1.04)}to{transform:translateY(0) translate(0) rotate(0) scale(1)}}@keyframes planetPulsing{0%{transform:rotate(0) scale(1);filter:hue-rotate(0)}50%{transform:rotate(-1deg) scale(1.07);filter:hue-rotate(30deg)}to{transform:rotate(0) scale(1);filter:hue-rotate(0)}}.image-zoom-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#101010d9;display:flex;justify-content:center;align-items:center;z-index:10}.image-zoom-content{display:flex;justify-content:center;position:relative;outline:2px solid #ffffff;border-radius:1.8rem;max-width:fit-content;min-width:300px;width:90%;text-align:center;overflow:hidden}.zoomed-img{min-width:300px}@media screen and (max-width: 1100px){.content-wrapper{flex-direction:column;align-items:center;gap:2rem;height:100%;width:100%}.space-form{width:90%;min-width:300px}.space-view{width:90%}.space-view h2{font-size:1.68rem}.space-view i{font-size:1.6rem}.loader-container,.error-container{padding:1.5rem}.loader{width:70px}.error-img-1,.error-img-2{width:150px}}@media screen and (max-width: 700px){.space-overview{padding:4rem 2rem}}@media screen and (max-width: 600px){.space-overview{padding:4rem 1.2rem}.space-overview h2{font-size:2.1rem}.space-form{width:100%;padding:2rem 1.6rem}.space-form h2{font-size:1.6rem}.space-form label{font-size:1.18rem}.space-form input{font-size:1rem}.space-form select{font-size:.97rem}.space-form button{font-size:1rem;font-weight:700;height:45px;width:160px}.space-view{width:100%;min-width:300px}.space-view h2{font-size:1.4rem}.space-view i{font-size:1.5rem}.info-content h3{font-size:1.3rem}.info-content span{font-size:.95rem}.info-content button{padding:.4rem 1.7rem}.generated-image{border-radius:1.6rem}.loader-text{font-size:1.05rem;font-weight:500}.error-message{font-size:1.1rem;font-weight:500}}
