html{scroll-snap-type:y mandatory;scroll-behavior:auto;overflow-y:scroll;height:100vh}*{margin:0;padding: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}.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{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;color:#fff}.hero .wrapper .textContainer .buttons button{padding:10px;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{height:100%;position:absolute;top:0;right:0}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-120px;white-space:nowrap;color:#dcc4fd0e;width:50%;font-weight:700}.navbar{height:100px}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100px}.navbar .wrapper span{font-weight:700}.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-content:center;background-color:#fff;color:#000}.sidebar .bg{z-index:999;position:fixed;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 .links a{font-size:40px}.sidebar button{z-index:999;width:50px;height:50px;border-radius:50px;position:fixed;top:25px;left:25px;background-color:transparent;border:none}.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}.portfolio{background:linear-gradient(180deg,#0c0c1d,#111132);height:100%;display:flex;flex-direction:column;justify-content:space-between}.portfolio .textContainer{flex:1;align-self:flex-end;display:flex;align-items:center;gap:20px}.portfolio .textContainer p{font-weight:200;font-size:20px;color:gray;text-align:right}.portfolio .textContainer hr{width:500px;border:none;border-top:.5px solid gray}.portfolio .titleContainer{flex:2;display:flex;flex-direction:column;align-items:center}.portfolio .titleContainer .title{display:flex;align-items:center;gap:50px}.portfolio .titleContainer .title img{width:300px;height:100px;border-radius:50px;object-fit:cover}.portfolio .titleContainer .title h1{font-size:96px;font-weight:100}.portfolio .titleContainer .title button{width:280px;height:80px;border-radius:50px;background-color:orange;border:none;font-size:24px;cursor:pointer}.portfolio .listContainer{flex:2;display:flex;max-width:1366px;margin:auto}.portfolio .listContainer .box{padding:50px;border:.5px solid gray;display:flex;flex-direction:column;justify-content:space-between;line-height:2.2;font-size:22px;transform:translateY(-20px)}.portfolio .listContainer .box h2{font-size:32px;margin-bottom:15px}.portfolio .listContainer .box p{margin-bottom:10px}.portfolio .listContainer .box button{padding:10px;background-color:orange;border:none;cursor:pointer}.portfolio .listContainer .experience-text{position:relative;top:-50px}.portfolio .skills-logos{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px}.portfolio .skills-logos .skill-logo{width:60px;height:60px;transition:transform .3s,box-shadow .3s;filter:drop-shadow(0px 0px 5px rgba(255,165,0,.5))}.portfolio .skills-logos .skill-logo:hover{transform:scale(1.1);filter:drop-shadow(0px 0px 15px rgb(255,165,0))}.projects{position:relative}.projects .progress{position:sticky;top:0;left:0;padding:50px;text-align:center;color:orange;font-size:36px}.projects .progress .progressBar{height:10px;background-color:#f1f1f1}.projects .container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.projects .container .wrapper{max-width:1366px;height:100%;margin:auto;display:flex;align-items:center;justify-content:center;gap:50px}.projects .container .wrapper .imageContainer{flex:1;height:50%}.projects .container .wrapper .imageContainer img{width:100%;height:100%;object-fit:cover}.projects .container .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:30px}.projects .container .wrapper .textContainer h2{font-size:72px}.projects .container .wrapper .textContainer p{color:gray;font-size:20px}.projects .container .wrapper .textContainer button{background-color:orange;border:none;border-radius:10px;padding:10px;width:200px;cursor:pointer}.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}.cursor{width:50px;height:50px;border-radius:50%;border:1px solid #fff;position:fixed;z-index:999}
