.hero{height:calc(100vh - 100px);overflow:hidden;background:linear-gradient(180deg,#0c0c1d,#111132);position:relative}.hero .wrapper{max-width:1366px;height:100%;margin:auto}.hero .wrapper .textContainer{height:100%;width:50%;display:flex;flex-direction:column;justify-content:center;gap:40px}.hero .wrapper .textContainer h1{font-size:88px}.hero .wrapper .textContainer h2{font-size:30px;color:#639;letter-spacing:10px}.hero .wrapper .textContainer .buttons button{padding:20px;border:1px solid white;background-color:transparent;color:#fff;font-weight:300;border-radius:10px;margin-right:20px;cursor:pointer}.hero .wrapper .textContainer img{width:50px}.hero .imageContainer{height:100%;position:absolute;top:0;right:0}.hero .imageContainer .sepia{background:rgba(39,62,84,.82);overflow:hidden;height:100%;z-index:999}.hero .imageContainer .sepia-max,.hero .imageContainer .hover-sepia:hover{filter:sepia(100%)}.hero .imageContainer .sepia-min{filter:sepia(50%)}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-100px;white-space:nowrap;color:#ffffff09;width:120%;font-weight:700}.navbar{height:100px}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}@media (max-width: 738px){.navbar .wrapper{justify-content:flex-end;padding:20px}}.navbar .wrapper span{font-weight:900}@media (max-width: 738px){.navbar .wrapper span{display:none}}.navbar .wrapper .social{display:flex;gap:20px}.navbar .wrapper .social img{width:18px;height:18px}.sidebar{display:flex;flex-direction:column;align-items:center;justify-self:center;background-color:#fff;color:#000}.sidebar .bg{position:fixed;z-index:998;top:0;left:0;bottom:0;width:400px;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 a{font-size:40px}.sidebar button{width:50px;height:50px;border-radius:50%;position:fixed;z-index:999;top:25px;left:25px;background-color:transparent;border:none;cursor:pointer}.parallax{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content: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}.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:98px;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 button{padding:10px;background-color:orange;border:none;cursor:pointer}.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:center;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{color:gray;font-size:20px}.portfolio .container .wrapper .textContainer button{background-color:orange;border:none;border-radius:10px;cursor:pointer;width:200px;padding:10px}.contact{max-width:1366px;height:100%;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 h2{color:orange;font-size:40px;font-weight:300}.contact .textContainer span{font-weight:300;font-size:20px}.contact .formContainer{flex:1;position:relative}.contact .formContainer .artSvg{position:absolute;margin:auto;top:-25%;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}.contact .formContainer form button{padding:20px;border:none;background-color:orange;cursor:pointer;font-weight:700}html{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-user-select:none;user-select:none}*{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}.smooth{height:100vh;display:flex;align-items:center;justify-content:center}.smooth .box{width:200px;height:200px;background-color:wheat}.cursor{width:50px;height:50px;border-radius:50%;border:1px solid rgb(255,255,255);position:fixed;z-index:997}@media (max-width: 738px){.cursor{display:none}}
