@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background-color:#282c34}a,h1,h4,p{color:#fff;text-decoration:none}ul{list-style-type:none}.btn{background:#f8d90f;color:#222;cursor:pointer}.btn,.btn-light{border:1px solid #fff;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.btn-light{left:15px}.btn-light,.btn:hover{background:hsla(0,0%,100%,0);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{padding:0 1rem}.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:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;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%}.into-img{background-position:50%;background-size:cover;object-fit:cover}.into-img,.mask:after{height:100%;width:100%}.mask:after{background-color:#000;content:"";left:0;opacity:.8;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{margin:1rem .2rem}@media screen and (max-width:640px){.hero .content h1{font-size:3rem;padding:.6rem 0 1.5rem}.hero .content p{font-size:1.4rem}.content .btn-light{margin-top:18px}}.footer{background-color:hsla(0,0%,7%,.8);padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{display:flex;margin-top:1rem}h4{margin-top:5px;padding-bottom:.7rem}h4,p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.work-container{margin-top:45px}.project-heading{margin-top:10px;padding:4rem 0 2 rem;text-align:center}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.project-card{background:#1a1919;padding:1.1rem}.project-card img{width:100%}.project-title{color:#fff;padding:1rem 0}.pro-details p{font-size:1.1rem;padding-bottom:1rem;text-align:justify}.pro-btns{display:flex;justify-content:space-between}.pro-btns .btn{padding:.5rem 1rem}@media screen and (max-width:740px){.project-container{grid-template-columns:1fr;margin:auto;max-width:90%}}h1{margin-bottom:30px}.about{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin:3 rem 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{border:4px solid #936161;border-radius:50%;margin-left:20%;max-width:60%;transition:all .3s ease}.right .img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:740px){.right .img{margin-left:20%}}.Skill-Container{grid-gap:20px;display:grid;grid-template-columns:repeat(6,3fr);padding-bottom:20px;text-align:center}.Skill-Container img{border-radius:10%;height:100px;transition:all .3s ease;width:100px}.Skill-Container img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}@media screen and (max-width:740px){.Skill-Container{grid-template-columns:1fr 1fr;margin:auto;max-width:90%}.Skill-Container img{border-radius:10%;height:100px;width:100px}}.container{display:flex;flex-direction:column;margin:0 auto;max-width:90%}.imageContainer{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:space-around}.image{box-shadow:0 3px 6px #fff,0 3px 6px rgba(0,0,0,.23);transition:.3s ease-in-out 0s;width:350px}.imageHover{-webkit-transform:scale(1.03);transform:scale(1.03)}@media (max-width:768px){.imageContainer{flex-direction:column}}@media (min-width:769px){.imageContainer{flex-direction:row}}.box{background-color:#1a1919;border-radius:20px;margin-bottom:40px;padding-bottom:5px;padding-top:10px;transition:.3s ease-in-out 0s}.boxHover{-webkit-transform:scale(1.03);transform:scale(1.03)}.innerBox{color:#fff;margin:auto;padding:10px;width:100%}@media (min-width:768px){.innerBox{padding:20px;width:70%}}@media (min-width:1024px){.innerBox{padding:20px;width:70%}}@media screen and (max-width:840px){.boxx{align-items:center;display:flex;flex-direction:column}.imgg{height:auto;margin:10px 0;max-width:100%}}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;margin:auto;max-width:600px;padding:4rem 1 rem}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}.hero-img{align-items:center;background:rgba(0,0,0,.5);height:60vh;position:relative;width:100%}.hero-img:before{background:url(https://images.unsplash.com/photo-1467232004584-a241de8bcf5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=869&q=80);background-position:top;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hero-img p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){.hero-img h1{font-size:2rem}}
/*# sourceMappingURL=main.211ceb89.css.map*/