.navbar{height:100px}.navbar .wrapper{max-width:75vw;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}.navbar .wrapper span{font-size:36px;font-weight:700}.navbar .wrapper .social{display:flex;gap:20px}.navbar .wrapper .social img{height:36px;width:36px}.sidebar{z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#1e1d54}.sidebar .bg{z-index:999;position:fixed;top:0;left:0;bottom:0;width:400px;max-width:800px;background:white}.sidebar .bg .links{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links .nav-link{border:10px grey solid}.sidebar .bg .links a{font-size:40px}.sidebar button{z-index:999;position:fixed;width:50px;height:50px;border-radius:50%;top:25px;left:25px;background-color:transparent;border:none;cursor:pointer}.hero{height:calc(100vh - 100px);background:linear-gradient(180deg,#1e1d54,#807eed);overflow:hidden;position:relative}.hero .wrapper{max-width:75vw;height:100%;margin:auto}.hero .wrapper .textContainer{height:100%;display:flex;flex-direction:column;justify-content:center;gap:40px}.hero .wrapper .textContainer h2{font-size:50px;color:#bd7bb2;letter-spacing:10px}.hero .wrapper .textContainer h1{font-size:80px}.hero .wrapper .textContainer .buttons button{padding:20px;border:1px solid #bd7bb2;border-radius:10px;background-color:#bd7bb2;color:#1e1d54;margin-right:20px;cursor:pointer;font-weight:700}.hero .wrapper .textContainer img{width:50px}.hero .slidingTextContainer{position:absolute;font-size:35vh;bottom:-120px;white-space:nowrap;color:#ffffff09;width:150vw;font-weight:700}.parallax{height:100%;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.parallax h1{font-size:100px;z-index:999}.parallax .mountains{background-image:url(/mountains.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:3}.parallax .planets{background-image:url(/planets.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:2}.parallax .stars{background-image:url(/stars.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:1}.parallax .sun{background-image:url(/sun.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute}.about{background:#1e1d54;height:100%;display:flex;flex-direction:column;justify-content:space-between}.about .header{flex:2;max-height:20vh;letter-spacing:10px;display:flex;flex-direction:column;align-items:center;justify-content:end}.about .header h1{font-size:96px;font-weight:100}.about .listContainer{flex:2;display:flex;max-width:100vw;max-height:60vh;margin:auto}.about .listContainer .box{padding:5vh;margin:2vh;max-height:60vh;max-width:30vw;border:3px solid #bd7bb2;display:flex;flex-direction:column;justify-content:start}.about .listContainer .box h2{font-size:5vh;font-weight:300;letter-spacing:10px;display:flex;align-content:center;justify-content:center}.about .listContainer .box p{font-size:2vh;font-weight:200;padding:5vh;display:flex;align-content:center;justify-content:center}.about .stars{background-image:url(/stars.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:2;opacity:.3}.about .planets{background-image:url(/planets.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:2;opacity:.3}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}*{padding:0;margin:0;box-sizing:border-box;font-family:DM Sans,sans-serif}body{background-color:#1e1d54;color:#fff}a{text-decoration:none;color:inherit}section{height:100vh;width:100vw;scroll-snap-align:center;overflow:hidden}.progress{position:sticky;top:0;left:0;padding:5px;text-align:center;height:1px;background-color:#fff}.recent_blog{background:#807eed;color:#1e1d54;height:100%;display:flex;flex-direction:column;justify-content:space-between}.recent_blog .header{flex:2;max-height:20vh;letter-spacing:10px;display:flex;flex-direction:column;align-items:center;justify-content:end}.recent_blog .header h1{font-size:96px;font-weight:100}.recent_blog .listContainer{flex:2;display:flex;max-width:100vw;max-height:60vh;margin:10vh;align-items:center;justify-content:center}.recent_blog .listContainer .box{padding:30px;margin:20px;max-height:30vh;max-width:30vw;border:3px solid #1e1d54;display:flex;flex-direction:column;justify-content:start}.recent_blog .listContainer .box h2{font-size:30px;font-weight:300;letter-spacing:10px;display:flex;align-content:center;justify-content:center}.recent_blog .listContainer .box p{font-size:20px;font-weight:200;padding:10px;display:flex;align-content:center;justify-content:center;overflow:clip}.recent_blog a{background-color:transparent}.recent_blog .buttons{display:flex;align-items:center;justify-content:center;margin:auto}.recent_blog .buttons button{padding:20px;margin:10px;border:1px solid #bd7bb2;border-radius:10px;background-color:#bd7bb2;color:#1e1d54;cursor:pointer;font-weight:700}.recent_blog .blog-link{max-width:75vw;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}.recent_blog .stars{background-image:url(/stars.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:1;opacity:.3;pointer-events:none}.recent_blog .sun{background-image:url(/sun.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:1;opacity:.3;pointer-events:none}.contact{height:100%;max-width:1366px;margin:auto;display:flex;align-items:center;gap:50px}.contact .textContainer{flex:1;display:flex;flex-direction:column;gap:40px}.contact .textContainer h1{font-size:100px;line-height:88px}.contact .textContainer span{font-weight:300}.contact .formContainer{flex:1;position:relative}.contact .formContainer .phoneSvg{stroke:#bd7bb2;position:absolute;margin:auto;z-index:-1}.contact .formContainer form{display:flex;flex-direction:column;gap:20px}.contact .formContainer form input,.contact .formContainer form textarea{padding:20px;background-color:transparent;border:1px solid white;color:#fff;border-radius:5px}.contact .formContainer form button{padding:20px;border:none;background-color:#bd7bb2;cursor:pointer;font-weight:500}.blog{letter-spacing:10px}
