html{scroll-snap-type:y mandatory;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:DM Sans,sans-serif}body{background-color:#171717;color:#fff}a{text-decoration:none;color:inherit}section{height:100vh;scroll-snap-align:center}.navbar{height:100px}.navbar .wrapper{max-width:1166px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}.navbar span{font-weight:700}.navbar .social{display:flex;gap:20px}.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#000;position:relative;z-index:1000}.sidebar .bg{position:fixed;top:0;left:-2%;bottom:0;width:100vw;height:100vh;background:white}.sidebar .bg .links{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px}.sidebar button{width:50px;height:50px;border-radius:50%;position:fixed;top:29px;right:38px;background-color:transparent;border:none;cursor:pointer}.hero{height:calc(100vh - 100px);overflow:hidden;position:relative;background:rgb(84,81,81);background:linear-gradient(0deg,rgb(84,81,81) 0%,rgb(0,0,0) 36%)}.hero .wrapper{max-width:1166px;height:100%;margin:auto}.hero .wrapper .textContainer{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:40px;margin-top:50px}.hero .wrapper h1{font-size:58px;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.hero .wrapper h2{font-size:30px;color:#8620ed;letter-spacing:10px;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.hero .wrapper .buttons button{padding:20px;border:1px solid white;border-radius:10px;background-color:transparent;color:#fff;margin-right:20px;cursor:pointer;font-weight:700;font-size:15px}.hero .wrapper .buttons .button_2{background-color:snow;color:#000;box-shadow:#0000003d 0 3px 8px;cursor:pointer}.hero .wrapper img{width:50px}.hero .imageContainer{position:absolute;height:100%;float:right;object-fit:cover;top:5%;right:5%;z-index:1000}.hero .imageContainer img{width:100%;height:100%;object-fit:cover}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-120px;white-space:nowrap;color:#ffffff09;width:50%;font-weight:300}.parallax{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.parallax h1{font-size:80px}.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-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}.services{background:linear-gradient(180deg,#0c0c1d,#111132);height:100%;display:flex;flex-direction:column;justify-content:space-between}.services .textContainer{flex:1;align-self:flex-end;display:flex;align-items:center;gap:20px}.services .textContainer p{font-weight:200;font-size:20px;color:gray;text-align:right}.services .textContainer hr{width:500px;border:none;border-top:.5px solid gray}.services .titleContainer{flex:2;display:flex;flex-direction:column;align-items:center}.services .titleContainer .title{display:flex;align-items:center;gap:50px}.services .titleContainer .title img{width:300px;height:100px;border-radius:50px;object-fit:cover}.services .titleContainer .title h1{font-size:96px;font-weight:100}.services .titleContainer .title button{width:300px;height:100px;border-radius:50px;background-color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 0 10px #000000bf}.services .listContainer{flex:2;display:flex;max-width:1366px;margin:auto}.services .listContainer .box{padding:40px;border:.5px solid gray;display:flex;flex-direction:column;justify-content:space-between}.services .listContainer .box h2{margin-bottom:10px;color:#63a5d8}.services .listContainer .box button{padding:10px;background-color:#bdb4b4;border:none;margin-top:20px;cursor:pointer}.services .listContainer .box button:hover{background-color:#000;color:#fff}.cursor{width:50px;height:50px;border-radius:50%;border:2px solid white;position:fixed;z-index:999}.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:orange;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:orange;cursor:pointer;font-weight:500}
