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:#0c0c1d;color:#d3d3d3}a{text-decoration:none;color:inherit}section{height:100vh;scroll-snap-align:center}.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 .formContainer{flex:1;position:relative}.contact .formContainer form{display:flex;flex-direction:column;gap:20px}.contact .formContainer form input,.contact .formContainer form textarea{padding:20px;background-color:transparent;border:3px solid gray;color:#fff;border-radius:5px}.contact .formContainer form button{padding:20px;border:none;background-color:orange;cursor:pointer;font-weight:500}.contact .formContainer .emailSvg{stroke:#fff;position:absolute;margin:auto}.hero{height:calc(100vh - 100px);background:linear-gradient(180deg,#0c0c1d,#362e2e);overflow:hidden;position:relative}.hero .wrapper{height:100%;max-width:1366px;margin:auto}.hero .wrapper .textContainer{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:40px}.hero .wrapper .textContainer h2{font-size:30px;color:#639;letter-spacing:10px}.hero .wrapper .textContainer h1{font-size:88px}.hero .wrapper .textContainer .buttons button{padding:20px;border:1px solid white;border-radius:10px;background-color:transparent;color:#fff;margin-right:20px;cursor:pointer;font-weight:300}.hero .wrapper .textContainer img{width:50px}.hero .imageContainer{position:absolute;height:100%;top:0;right:0}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-120px;white-space:nowrap;color:#ffffff09;width:140%;font-weight:700}.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#000}.sidebar .bg{z-index:999;position:fixed;top:0;left:0;width:400px;background:white;bottom:0}.sidebar .bg .links{position:absolute;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px}.sidebar button{z-index:999;width:50px;height:50px;border-radius:50%;position:fixed;top:25px;left:25px;background-color:transparent;border:none;cursor:pointer}.navbar{height:100px}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}.navbar .wrapper span{font-weight:700}.navbar .wrapper .social{display:flex;gap:20px}.navbar .wrapper .social img{width:18px;height:18px}.parallax{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.parallax h1{font-size:100px}.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}.portfolio{position:relative}.portfolio .progress{position:sticky;top:0;left:0;padding-top:50px;text-align:center;color:orange;font-size:36px}.portfolio .progress .progressBar{height:10px;background-color:#fff}.portfolio .container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.portfolio .container .wrapper{max-width:1366px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:50px}.portfolio .container .wrapper .imageContainer{flex:1;height:50%}.portfolio .container .wrapper .imageContainer img{width:100%;height:100%;object-fit:cover}.portfolio .container .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:30px}.portfolio .container .wrapper .textContainer h2{font-size:72px}.portfolio .container .wrapper .textContainer p{font-size:20px;color:gray}.portfolio .container .wrapper .textContainer button{padding:10px 20px;border:none;border-radius:10px;background-color:orange;color:#fff;width:200px;cursor:pointer}.services{background:linear-gradient(180deg,#0c0c1d,#111132);height:100%;display:flex;justify-content:space-between;flex-direction:column}.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;align-items:center;flex-direction:column}.services .titleContainer .title{display:flex;gap:50px;align-items:center}.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:orange;border:none;font-size:24px;cursor:pointer}.services .listContainer{flex:2;display:flex;max-width:1366px;margin:auto}.services .listContainer .box{padding:50px;border:.5px solid gray;display:flex;flex-direction:column;justify-content:space-between}.services .listContainer .box button{padding:10px;background-color:orange;border:none;cursor:pointer}
