@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,500;0,700;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background-color:#222121}a,h1,h4,p{color:#f5f5f5;text-decoration:none}ul{list-style-type:none}.btn{background:#a59007;border:1px solid #f5f5f5;color:#222;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.btn-light{background:transparent;color:#f5f5f5}.btn:hover{background:gray;color:#f5f5f5;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}.menu{display:flex}.menu li{padding:0 1.4rem}.menu li a{font-size:1.2rem;font-weight:500}.hamburger{display:none}@media screen and (max-width:1040px){.menu{align-items:center;background:#000;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;width:100%;z-index:-3}.menu.active{left:0}.menu li{padding:1rem 0}.menu li a{font-size:2rem}.hamburger{display:inline;display:initial}}.mask{height:100vh;position:relative;width:100%}.into-img{background-color:cover;background-position:50%;height:100%;object-fit:cover;width:100%}.mask:after{background-color:#111010;content:"";height:100vh;left:0;opacity:.8;position:absolute;top:0;width:100%}.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}.hero .content p{font-size:1.4rem}}.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{margin-top:1rem}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.hero-img{background:rgba(0,0,0,.5);height:60vh;position:relative;width:100%}.hero-img:before{background:url(https://images.unsplash.com/photo-1618388810903-840bb0d15ea5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&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 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}}.skillContainer{align-items:center;display:flex;justify-content:center;margin:100px 0}.skillContainer_head{color:#f5f5f5;justify-content:center;margin:150px 0;text-align:center}.skillContainer_text{color:#f5f5f5;flex:0.4 1;margin-bottom:20px;max-width:500px;text-align:left}.logo{max-width:50px}.skillContainer_text>h2{font-size:30px}.skillContainer_image{flex:0.4 1;margin-bottom:20px;margin-right:100px;max-width:500px;text-align:left}.skillContainer_image>img{border-radius:3px;object-fit:contain;width:600px}.skillContainer__skillSet>h4{font-family:Montserrat,sans-serif;font-weight:300;padding-bottom:10px;padding-top:30px}.skillContainer__skillSet>.MuiLinearProgress-colorPrimary{background-color:#322d2d}.skillContainer__slider1>div>.MuiLinearProgress-barColorPrimary{background-color:#da390d}.skillContainer__slider2>div>.MuiLinearProgress-barColorPrimary{background-color:#bcd211}.skillContainer__slider3>div>.MuiLinearProgress-barColorPrimary{background-color:#ff9100}.skillContainer__slider4>div>.MuiLinearProgress-barColorPrimary{background-color:#e4d500}.skillContainer__slider5>div>.MuiLinearProgress-barColorPrimary{background-color:#889200}.skillContainer__slider6>div>.MuiLinearProgress-barColorPrimary{background-color:#ffd106}.skillContainer__slider7>div>.MuiLinearProgress-barColorPrimary{background-color:#1309ce}.skillContainer__slider8>div>.MuiLinearProgress-barColorPrimary{background-color:#e30ab1}.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:5rem}.user-details{color:red;text-align:center}.image{height:300px;width:400px}.project-card{background:#000;padding:1.2rem 1rem}.project-card img{width:100%}.project-title{color:#f5f5f5;padding:1rem 0}.project-software{color:#e00b0b;padding:1rem 0}.pro-details p{font-size:1.1rem;padding-bottom:1rem;text-align:justify}.pro-btns{display:flex;justify-content:space-between;padding:.5rem 0}.pro-btns .btn{align-content:center;padding:.5rem 1rem}@media screen and (max-width:740px){.project-container{grid-template-columns:1fr;margin:auto;max-width:90%}}.contact{align-items:left;color:#fff}.contact,.contact__container{display:flex;flex-direction:column;justify-content:left}.contact__container{align-items:space-between;height:400px;left:30%;margin-top:20px;padding:30px;position:relative;width:500px}.contact__container>p{font-size:20px;padding-bottom:30px;text-align:left}.contact__container>p>span{color:#f64c08}.contact__icons>a>button>span>.MuiSvgIcon-root{color:#fff;font-size:30px}.contact__icons>a>.MuiIconButton-root{color:#fff!important}.experienceContainer{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:200px 0}.experienceContainer>h1{padding-bottom:20px}.experienceContainer__info{align-items:center;background:url(https://www.thecoderpedia.com/wp-content/uploads/2020/06/How-to-learn-Programming.jpg);background-position:50%;background-size:cover;box-shadow:inset 0 0 0 2000px rgba(0,0,0,.9);display:flex;height:300px;justify-content:space-evenly;width:80vw;z-index:1000}.experience{align-items:center;background-color:#111;border:2px dotted #fff;border-radius:10px;display:flex;flex-direction:column;height:150px;justify-content:center;overflow:hidden;width:200px}.experience>p{font-family:Josefin Sans,sans-serif;font-size:16px;letter-spacing:1px}
/*# sourceMappingURL=main.47513b07.css.map*/