@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background:#000}a,h1,h4,p{color:#fff;text-decoration:none}ul{list-style-type:none}.btn{background:#20557e;border:1px solid #fff;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.btn-light{background:transparent;color:#fff}.btn:hover{background:hsla(0,0%,100%,.2);color:#fff;transition:.3s}.header{align-items:center;display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:10}.header-bg{background-color:rgba(0,0,0,.85);transition:.5s}.nav-menu{display:flex}.nav-menu li{align-items:center;color:#fff;display:block;display:flex;font-size:20px;height:100%;margin-right:30px;position:relative;transition:all .3s cubic-bezier(.075,.82,.165,1)}.nav-menu li:after{bottom:-20%;content:"";display:flex;height:2px;position:absolute;transition:all .2s ease;width:0}.nav-menu li:hover:after{background-color:#eee;height:4px;width:100%}.nav-menu li a{font-size:1.2rem;font-weight:500}.hamburger{display:none}@media screen and (max-width:1040px){.nav-menu{align-items:center;background-color:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.4s;width:100%;z-index:-3}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu li a{font-size:2rem}.hamburger{display:inline;display:initial}}.mask{height:100vh;position:relative;width:100%}.bg-img{background-position:50%;background-size:cover;object-fit:cover}.bg-img,.mask:after{height:100%;width:100%}.mask:after{background-color:#000;content:"";left:0;opacity:.6;position:absolute;top:0}.hero{height:100%;width:100%}.hero .content{left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero .content h1{font-size:4rem;padding:.6rem 0 1.5rem}.hero .content p{font-size:1.4rem;font-weight:200;text-transform:uppercase}.content .btn{border-radius:1rem;margin:1rem .2rem}@media screen and (max-width:640px){.hero .content h1{font-size:3rem}.hero .content p{font-size:1.4rem}}.resumebtn{padding-top:2rem}.typewriter{-webkit-animation:typing 3s steps(30),blink-caret .7s step-end infinite;animation:typing 3s steps(30),blink-caret .7s step-end infinite;border-right:.15em solid orange;color:#fff;letter-spacing:.15em;margin:0 auto;overflow:hidden;white-space:nowrap}@-webkit-keyframes typing{0%{width:0}to{width:90%}}@keyframes typing{0%{width:0}to{width:90%}}@-webkit-keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}.footer{background-color:hsla(0,0%,7%,.8);padding:2rem 0;width:100%}.footer-container{margin:auto;max-width:1140px}.social{align-items:center;padding:.5rem}.email,.social{justify-content:center;text-align:center}.email{padding:1rem}.email h4{justify-items:center;text-align:center}.email h4,.left{align-items:center;justify-content:center}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.tools{padding-top:2rem}.tools,.tools p{align-items:center;justify-content:center}.tools p{color:gray;text-align:center}.icons{align-items:center;justify-content:center;padding:.5rem}.hero-img{background:rgba(0,0,0,.5);height:60vh;position:relative;width:100%}.heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hero-img:before{background:url(https://images.unsplash.com/photo-1509718443690-d8e2fb3474b7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-img h1{font-size:2.4rem}.hero-img p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){.hero-img h1{font-size:2rem}}.about{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin:3rem 0;width:100%}.about .left{margin:auto;max-width:350px;padding:1rem;text-align:center}.about .left p{margin:1.2rem 0}.about .right{max-width:700px}.right .img-container{align-items:center;display:grid;grid-template-columns:repeat(12,1fr);position:relative;text-align:center}.right .img{border:1px solid #333;border-radius:30%;max-width:50%}.right .top{grid-column:1/span 8;grid-row:1;padding-top:20%}.right .bottom{grid-column:4/-2;grid-row:1;z-index:5}.info-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.info-container h3{text-align:center}.card{background:#171717;border-radius:10%;display:flex;flex-direction:column;height:auto;transition:1s ease-in-out;width:90%}.card span{color:#fff;display:block;font-size:1.5rem;font-weight:700;padding:1rem;text-align:center}.info ul{list-style-type:circle;margin-left:3rem;padding:1 1 2.2rem}.info p{font-size:1rem;margin-left:1rem;padding-top:.75rem}.info ul li{color:#fff;font-size:1rem;padding:.5rem}.project-heading{padding:4rem 0 2rem;text-align:center}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:2rem}.project-card{background:#1a1919;padding:1.2rem 1rem}.project-card img{width:100%}@media screen and (max-width:740px){.project-container{grid-template-columns:1fr;margin:auto;max-width:90%}}.project-title{color:#fff;padding:1rem 0;text-align:center}.project-details p{font-size:1.1rem;padding-bottom:1rem;text-align:center}.project-btns{display:flex;justify-content:space-between;padding:.5rem 0}.project-btns .btn{padding:.5rem 1rem}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;margin:auto;max-width:600px;padding:4rem 1rem}form input,form textarea{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.1);color:#f4f4f4;font-size:1.2rem;margin-bottom:1rem;padding:10px 18px}
/*# sourceMappingURL=main.bb81fca6.css.map*/