@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}body{background:#fff}a,h1,h2,h3,h4,p{color:#000;text-decoration:none}ul{list-style-type:none}.btn{background:#261fff;border:1px solid #ff9700;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;text-transform:uppercase}.btn-light{background:transparent;border-radius:10px;color:#fff}.btn:hover{background:#ff9700;color:#fff;transition:.3s}.error-page{align-items:center;max-width:600px}.error-logo{display:flex;height:150px;margin:auto;width:150px}.error-text{font-size:1.4rem}@tailwind base;@tailwind components;@tailwind utilities;.App,.error-text{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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(95,66,3,.9);transition:.5s}.logo{height:100px;padding:1rem;position:flex;width:100px}.nav-menu{display:flex}.nav-menu li{padding:0 1rem}.nav-menu li:hover{border-bottom:3px solid #fff}.nav-menu li a{color:#fff;font-size:1.2rem;font-weight:700}.hamburger{display:none}@media screen and (max-width:1040px){.logo{height:50px;padding:.5rem;position:flex;width:50px}.nav-menu{align-items:center;background:rgba(95,66,3,.9);flex-direction:column;height:100vh;justify-content:center;left:-120%;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%}.intro-img{background-position:50%;background-size:cover;height:100%;object-fit:cover;width:100%}.mask:after{background-color:#ff9700;content:"";left:0;opacity:.4;position:absolute;top:0}.hero,.mask:after{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:3rem;font-weight:300;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:rgba(95,66,3,.9);padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:100%}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.email h4,.location p,.phone h4{color:#fff}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.right h4,p{color:#fff}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}.socials{margin-top:1rem}.footer-bottom{align-items:center;display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}@media screen and (max-width:767px){.footer{border-radius:10px;margin:1rem;width:100%}.footer-container{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.email h4,.location p,.phone h4,.right h4,p{font-size:1rem}}.project-heading{padding:4rem 0 2rem;text-align:center}.project-heading:hover{color:#ff9700}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.project-card{background:#fff;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1.2rem 1rem}.project-card:hover{border:1px solid #261fff;border-radius:10px}.project-card img{border-radius:10px;display:block;height:200px;margin:auto;object-fit:cover;width:100%}.project-card img:hover{opacity:.3}.project-title{color:#000;padding:1rem 0;text-align:center}.project-details{display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly}.project-details p{color:#000;font-size:1.1rem;padding-bottom:1rem;text-align:justify}.project-date{color:#261fff;font-size:1rem;padding:1rem 0;text-align:center}.project-btns{display:flex;gap:10px;justify-content:space-between;margin-top:auto;padding:.5rem 0}.project-btns .btn{padding:.5rem 1rem}.project-btns .btn-light{color:#ff9700;text-align:center}.project-btns .btn-light:hover{color:#fff}@media screen and (max-width:480px){.project-container{grid-template-columns:1fr;margin:auto;max-width:480px}.project-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:.5rem 0}.project-btns .btn{margin-bottom:1rem}}@media screen and (max-width:767px) and (min-width:480px){.project-container{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);height:100%;margin:auto;max-width:90%}.project-btns .btn{margin-bottom:1rem}.project-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;max-width:100%;padding:.5rem 0}}.certificate-heading{padding:4rem 0 2rem;text-align:center}.certificate-heading:hover{color:#ff9700}.certificate-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.certificate-card{background:#fff;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1.2rem 1rem}.certificate-card:hover{border:1px solid#261fff;border-radius:10px}.certificate-card img{border-radius:10px;height:217px;width:100%}.certificate-card img:hover{opacity:.3}.certificate-date{color:#ff9700;font-size:1.1rem;padding:1rem 0;text-align:center}.certificate-title{color:#000;padding:1rem 0;text-align:center}.certificate-details{display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly}.certificate-details p{color:#000;font-size:1.1rem;padding-bottom:1rem;text-align:justify}.certificate-btns{display:flex;gap:10px;justify-content:space-between;margin-top:auto;padding:.5rem 1rem}.certificate-btns .btn-light{color:#ff9700;text-align:center}.certificate-btns .btn-light:hover{color:#fff}@media screen and (max-width:480px){.certificate-container{grid-template-columns:1fr;margin:auto;max-width:80%}.certificate-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:.5rem 0}.certificate-btns .btn{margin-bottom:1rem}.certificate-card{height:100%;max-width:100%}.certificate-btns .btn-light{text-align:center}}@media screen and (max-width:767px) and (min-width:480px){.certificate-container{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);height:100%;margin:auto;max-width:90%}.certificate-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;max-width:100%;padding:.5rem 0}.certificate-btns .btn{margin-bottom:1rem}.certificate-card{height:100%;max-width:100%}}.skills-heading{font-size:2rem;font-weight:700;padding:4rem 0 2rem;text-align:center}.skills-heading:hover{color:#ff9700}.skills-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:800px;padding-bottom:5rem}.skills-card{background:#fff;border:1px solid #ff9700;border-radius:10px;padding:1.2rem 1rem;text-align:center}.skills-card:hover{border:1px solid #261fff;border-radius:10px;cursor:pointer;padding:1.3rem 1.1rem;transition:.3s}.skills-title{text-align:center}.skills-title:hover{color:#ff9700;font-size:1.7rem}.skills li{padding:.1rem}.skills li:hover{color:#261fff;font-size:1.4rem}@media screen and (max-width:480px){.skills-container{grid-template-columns:1fr;margin:auto;width:80%}.skills-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;padding:.5rem 0}.skills-btns .btn{margin-bottom:1rem}}@media screen and (max-width:767px) and (min-width:480px){.skills-container{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);height:100%;margin:auto;width:80%}.skills-btns .btn{margin-bottom:1rem}.skills-btns{display:flex;flex-direction:column;justify-content:space-between;margin:auto;max-width:100%;padding:.5rem 0}}.hero-img{background:rgba(95,66,3,.9);height:60vh;opacity:.9;position:relative;width:100%}.hero-img:before{background:url(/static/media/coding.2f9e5a79bea27729b973.png);background-position:top;background-size:cover;content:"";height:100%;left:0;opacity:.2;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{color:#fff;font-size:2.4rem;font-weight:800}.hero-img h1:hover{border:5px solid #fff;border-radius:10px;padding:1rem}.hero-img p{color:#fff;font-size:1.4rem;padding-top:1rem;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:500px;padding:1rem;text-align:center}.about .left:hover{border:1px solid #ff9700;border-radius:10px}.about .left p{color:#000;line-height:1.8;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 #ff9700;max-width:90%}.right .top{grid-column:1/span 8;grid-row:1;padding-top:20%;z-index:6}.right .bottom{grid-column:4/-1;grid-row:1;z-index:5}.resume-btn{display:flex;justify-content:center;margin:auto;max-width:600px;padding:2rem}.resume-btn .btn{color:#ff9700;height:100%;text-align:center;width:300px}.resume-btn .btn:hover{color:#fff}@media screen and (max-width:300px){.resume-btn .btn{padding:auto;width:100px}}.contact{background-color:#fff;padding:6rem 0;width:100%}.contact-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.social-links{display:flex;flex-direction:column;justify-content:space-between;margin:auto;max-width:600px;padding:4rem 1rem}.social-link:hover{background-color:#ff9700;opacity:.7;padding:2rem 1rem}.social-link{border:1px solid #000;border-radius:10px;margin-top:2rem;padding:1rem;text-align:center}.social-link h2:hover,.social-link h3:hover{color:#fff}.social-link:hover{border:1px solid #261fff}.icon{color:#261fff}.icon:hover{color:#fff}label{color:#000;margin-bottom:.5rem}.loading{font-size:1.2rem;font-weight:600;margin-top:2rem;text-align:center}.loading,.loading p{color:#000}.success{color:#261fff}.error,.success{font-size:1.2rem;font-weight:600;margin-top:2rem;text-align:center}.error{color:#ff9700}form{border:1px solid #000;border-radius:10px;display:flex;flex-direction:column;margin:auto;max-width:600px;padding:4rem 1rem}.form:hover{border:1px solid #261fff;border-radius:10px}form input,form textarea{background-color:#d3d3d3;border-color:#d3d3d3;border-radius:10px;color:#000;font-size:1.2rem;margin-bottom:1rem;padding:10px 18px}@media screen and (max-width:767px){.contact-container{grid-template-columns:1fr}.social-link{margin-top:1rem;max-width:100%}}.resume{flex-wrap:wrap;height:100%;justify-content:center;margin:3rem 0;width:100%}.autobiography,.resume{align-items:center;display:flex}.autobiography{border-radius:10px;flex-direction:column;margin:auto;max-width:80%;padding:1rem}.autobiography p{color:#000;font-size:medium;line-height:1.8;margin-bottom:1em}@media screen and (max-width:767px){.autobiography{background-color:#eeece8;margin:1rem;max-width:100%;padding:1rem}}
/*# sourceMappingURL=main.45e540f7.css.map*/