.hero-container{height:calc(100vh - 100px);display:flex;justify-content:center}.hero-container .hero-wrapper{margin-top:55px;width:1100px;height:500px;display:flex;justify-content:space-around;align-items:center;position:absolute}@media (max-width: 750px){.hero-container .hero-wrapper{margin-top:0;display:flex;flex-direction:column;width:auto;height:auto}}.hero-container .hero-wrapper .textContainer{display:flex;flex-direction:column;text-align:center;gap:20px;width:500px;height:400px}@media (max-width: 750px){.hero-container .hero-wrapper .textContainer{text-align:center;width:350px;height:500px;gap:10px}}.hero-container .hero-wrapper .textContainer h1{font-size:80px}@media (max-width: 750px){.hero-container .hero-wrapper .textContainer h1{font-size:40px}}.hero-container .hero-wrapper .textContainer h2{font-size:60px}@media (max-width: 750px){.hero-container .hero-wrapper .textContainer h2{font-size:25px}}.hero-container .hero-wrapper .textContainer h3{font-size:25px}@media (max-width: 750px){.hero-container .hero-wrapper .textContainer h3{font-size:15px}}@media (max-width: 750px){.hero-container .hero-wrapper .textContainer .buttons{margin-top:20px}}.hero-container .hero-wrapper .textContainer .buttons button{height:40px;padding:10px;margin:10px;border:1px solid white;border-radius:10px;background-color:transparent;color:#fff;cursor:pointer}.hero-container .imageContainer{margin-top:90px;height:450px;width:450px}@media (max-width: 750px){.hero-container .imageContainer{margin-top:0;height:250px;width:250px}}.hero-container .imageContainer img{width:450px;border-radius:50%}@media (max-width: 750px){.hero-container .imageContainer img{height:250px;width:250px}}.hero-container .arrowContainer{position:relative;top:150px;right:280px}.hero-container .arrowContainer img{width:80px;height:80px}@media (max-width: 750px){.hero-container .arrowContainer img{display:none}}@media (max-width: 1124px){.hero-container .arrowContainer img{display:none}}@media (max-width: 1536px){.hero-container .arrowContainer img{display:none}}.navbar{height:100px}.navbar .wrapper{margin:auto;display:flex;align-items:center;justify-content:space-around;height:100%}@media (max-width: 750px){.navbar .wrapper{justify-content:flex-end;padding:20px}}.navbar .wrapper span{font-weight:700}.navbar .wrapper span img{width:190px;height:40px}@media (max-width: 750px){.navbar .wrapper span{display:none}}.navbar .wrapper .social{display:flex;gap:20px}@media (max-width: 750px){.navbar .wrapper .social{margin-top:70px}}.navbar .wrapper .social img{width:40px;height:40px}.projects{position:relative}.projects .progress{position:sticky;top:0;left:0;padding-top:50px;text-align:center;color:orange;font-size:36px}@media (max-width: 750px){.projects .progress{padding-top:calc(100vh - 150px);font-size:22px}}.projects .progress .progressBar{height:10px;background-color:#fff}.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}@media (max-width: 750px){.projects .container .wrapper{flex-direction:column}}.projects .container .wrapper .imageContainer{flex:1;height:50%}@media (max-width: 750px){.projects .container .wrapper .imageContainer{width:250;max-height:280px;padding-top:50px;padding-left:5px;padding-right:5px;display:flex;align-items:center}}.projects .container .wrapper .imageContainer img{flex:1;height:100%;object-fit:cover}@media (max-width: 750px){.projects .container .wrapper .imageContainer img{width:auto;height:auto;max-width:100%;max-height:100%}}.projects .container .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:20px}@media (max-width: 750px){.projects .container .wrapper .textContainer{transform:none!important;padding:10px;align-items:center;text-align:center}}.projects .container .wrapper .textContainer h2{font-size:58px}@media (max-width: 750px){.projects .container .wrapper .textContainer h2{font-size:30px}}.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}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}*{padding:0;margin:0;box-sizing:border-box}body{background:linear-gradient(90deg,#0d0d21,#10102f);color:#d3d3d3}section{height:100vh;scroll-snap-align:center}.contact{height:100%;max-width:1366px;margin:auto;display:flex;align-items:center;gap:50px}@media (max-width: 750px){.contact{width:100%;padding:15px;flex-direction:column}}@media (max-width: 1124px){.contact{width:100%;padding:15px;flex-direction:column}}.contact .textContainer{flex:1;display:flex;flex-direction:column;gap:40px}@media (max-width: 750px){.contact .textContainer{gap:20px;text-align:center;align-items:center;margin-top:70px}}.contact .textContainer h1{font-size:100px;line-height:88px}@media (max-width: 750px){.contact .textContainer h1{font-size:36px}}.contact .textContainer span{font-weight:300}.contact .formContainer{flex:1;position:relative}@media (max-width: 750px){.contact .formContainer{padding:50px;width:100%}}.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}@media (max-width: 750px){.contact .formContainer form input,.contact .formContainer form textarea{padding:10px}}.contact .formContainer form button{background-color:orange;border:none;border-radius:10px;padding:10px;width:100px;cursor:pointer}@media (max-width: 750px){.contact .formContainer form button{padding:10px}}
