@import url(https://fonts.googleapis.com/css2?family=Ubuntu&display=swap);*{box-sizing:border-box;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAACxAAAAsQHGLUmNAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA5NJREFUSImllF1sFGUUht/zfTOz3Z/OtqXsLk0QElQMFC6IMcTYxkSMcmFMKiZGEgJxbdXSi2oxkEazxECk6Z2CNtpI1OilMZEshAvxh3gBiT9AoohVKm23i9nt/u/szHzHC6xul20t3fdqzpvznSfvmW8GqNLzAzOHowMzu1CjGLM2Nj3tq/WXI1FdsKIdDPlbbdOaRG43i+aXmZkaAkBSBMpJVVvHk8kAiB8H0H3iZiHcEEB4ydBM2VHt9YdCeWmj3xXqpf5QIHGnAK26kH6RlX4aBPBdtR9dG0wBWJBsuVqQQAvSDba559VTc/evZNj/Ajzrtcv2TVcqRfGhM7nOxQ4NxfNbVwSAget6WMK67rST4vND8dwz9U+xqi57L7I+FM+OHDyduXtJAAHXmu7RUf7DgSqxSeBPX/k8c3bwvfST1X2jjzVfrq5XJfMtBOxzQJtrAQvu9YFT+QiEmq5MuWRN2Ag84AEEUJ5w4N2on2fGsdGdzV+AiOsv5Hbd9uEciGd/ArDFmnRQvmbDt9WAM+vCu9mYb7lEwNMjO81flgMQtYZS7hMM/Oi5S4N/mwelKzYqsy6clDvfsoWBd2PHOTB8Mt19xwAxJwx9DpsAQGsRMLs88KzVUPjBhnXDAW4t5+FyKLvH+Es799p47oWlAHX/LQdH05ecAnciQGAfgQ2GqxilqzZEE8HXaUCaouCdhL845cBYLQ8fHQjGlpUAAGC3dHtMOeMpCQiLoRQDEvDeZ0C2CuQvWij9bPvL7QxdENQcXh/+oLh9ScBYKhWcf37zEKWPDAY7RFgOeg3tV7NkWKbS4fdqCGwwYHZ5wTYjc8GCowPKVqQV3M8WXVGMWYRns2dejAQfrdc0fDLdTZaMShddsoD1LAmuDyjaLnITFfgMgdY2D8oh2n10X+CTBQne/zPTFp7NfUOgHe8kMmc/TCT8tYAje1u/JklX4SDAikA2oGUAsygRCTXBdhmplAUtz8fqJjgxld0oJL4k5Wzv62ibrPte/tGhj3Ob9BLvhUOPiAruJQsBKCCVsqDAWLVBrov1/Tfj31s0lsw+1Bcyv11qeD3FxrLtrk7PukX3qfTv9oMs+UrEt3pbLEZqAWAleq4/8YYg9DDgB9DETHEBXqeIT4+/vWakYUBvbyqojEqb1YTkR6ORwi1vut3VxQUI0TP+Vuj7RuYvqujAzK7o/sQ5oMEEi4spuj/xlaZhz98f6Wh5I3PkzAAAAABJRU5ErkJggg==),auto;font-family:Ubuntu,sans-serif;margin:0;padding:0}:root{--primary-color:#000;--secondary-color:#767676;--background-color:#fff;--secondary-background:#f9f9f9;--nav-background:hsla(0,0%,100%,.45);--boxshadow:rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){:root{--primary-color:#fff;--secondary-color:#cac9c9;--background-color:#000;--nav-background:rgba(0,0,0,.45);--secondary-background:#000;--boxshadow:hsla(0,0%,100%,.3)}}::-webkit-scrollbar{width:0}html{overflow-x:hidden;scroll-behavior:smooth}nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--nav-background);box-shadow:0 0 4px var(--boxshadow);display:flex;justify-content:space-around;padding:1.5rem 3rem;position:fixed;top:0;width:100%;z-index:99}.logo>a{text-decoration:none}.logo>a>h2{color:var(--primary-color);font-size:1.6rem}.logo>a>h2>span{color:#147efb}.nav-items>ul{align-items:center;display:flex;gap:2rem;justify-content:center}.nav-items>ul>li{font-size:1rem;font-weight:600;list-style:none;position:relative}.nav-items>ul>li>a{color:var(--primary-color);font-weight:600;text-decoration:none;text-transform:uppercase}.nav-items>ul>li>a:hover{color:#147efb;cursor:pointer}.nav-items>ul>li:before{background:var(--primary-color);content:"";height:2px;position:absolute;right:0;top:-2px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;transform-origin:right;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:70%}.nav-items>ul>li:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.nav-items>ul>li:after{background:var(--primary-color);bottom:-2px;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:70%}.nav-items>ul>li:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}#ham{font-size:2.5rem}#close,#ham{color:var(--primary-color);display:none}#close{width:24px}@media only screen and (max-width:1180px){.logo>a>h2{font-size:1.3rem}.nav-items:hover>ul>li>a{-webkit-filter:blur(0);filter:blur(0)}.nav-items>ul{gap:1rem}.nav-items>ul>li{font-size:.8rem}}@media only screen and (max-width:768px){nav{justify-content:space-between;padding:1rem}.nav-items{background-color:#ffd109;height:100vh;padding-top:10rem;position:absolute;right:-100%;top:0;transition:all .2s ease-in-out;width:100%}.active{right:0}.nav-items>ul{align-items:center;flex-direction:column;justify-content:center;padding-top:3rem}.nav-items>ul>li{font-size:1.5rem;margin:.5rem 0}.nav-items>ul>li:after,.nav-items>ul>li:before{background:#000}.nav-items>ul>li>a{color:#000}#close,#ham{cursor:pointer;display:block}#close{position:absolute;right:1.4rem;top:1.4rem}}#home{background-color:var(--background-color);justify-content:center;padding:6rem 0;width:100%}#home,.hero-container{align-items:center;display:flex}.hero-container{justify-content:space-around;padding:0 5rem}.hero-bg{background-color:#147efb;border-radius:100%;height:990px;overflow:hidden;position:absolute;right:-330px;top:-330px;width:990px;z-index:-1;z-index:10}.hero-text{display:flex;flex-direction:column;width:50%}.hero-text>h2{color:var(--primary-color);font-size:3rem;line-height:5rem}.hero-text>h2>img{margin-left:.5rem;width:3rem}.hero-text>p{color:var(--secondary-color);font-size:1.2rem}.social{display:flex;gap:1.2rem;padding-top:1.5rem}.social>a{align-items:center;color:var(--primary-color);cursor:pointer;display:flex;font-size:2rem;gap:.5rem;justify-content:center;text-decoration:none;transition:all .2s ease-in}.social>a>p{cursor:pointer;font-size:.9rem;font-weight:600;text-transform:uppercase}.social>a:hover{color:#147efb}.hero-img{width:50%;z-index:11}.hero-img>img{margin-top:-1rem;width:90%}@media only screen and (max-width:1180px){.hero-bg{display:none}}@media only screen and (max-width:768px){.hero-container{flex-direction:column;gap:4rem;padding:0;width:100%}.hero-bg{display:none}.hero-text{text-align:center;width:90%}.hero-text>h2{font-size:1.5rem}.social{justify-content:center}.hero-img,.hero-img>img{width:100%}}#about{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:var(--nav-background);background-color:var(--background-color);display:flex;flex-direction:column;justify-content:center;padding:5rem 0;width:100%}.about-heading{color:var(--secondary-color);font-size:1.2rem;font-weight:lighter;position:relative;text-align:center}.about-heading:before{background-color:#ffd109;border-radius:50%;content:"";height:10px;left:-20%;position:absolute;top:30%;width:10px}.about-container{align-items:center;display:flex;justify-content:space-around;padding:2rem 0;width:80%}.about-img{width:40%}.cardContainer{height:450px;position:relative;transition-duration:.3s;width:350px}.cardContainer,.profileDiv{align-items:center;display:flex;justify-content:center}.profileDiv{flex-direction:column;transition-duration:.5s;z-index:2}.profileDiv,.profileDiv>img{border-radius:10px;height:100%;width:100%}.cardContainer:hover .profileDiv{-webkit-transform:translateX(-25%) translateY(-20%);transform:translateX(-25%) translateY(-20%);transition-duration:.5s}.infoDiv{background-color:var(--secondary-background);border-radius:10px;justify-content:center;position:absolute;right:10px;width:100%}.infoDiv,.nameDiv{align-items:center;display:flex;height:100%}.nameDiv{flex-direction:column;gap:2px;justify-content:flex-end;width:75%}.nameDiv>p{color:var(--secondary-color)}.name{font-size:16px;font-weight:500}.role{font-size:13px;font-weight:400;margin-bottom:5px}.socialDiv{align-items:center;display:flex;flex-direction:column;gap:25px;height:100%;justify-content:center;left:10%;position:relative;width:25%}.socialDiv>a{color:var(--primary-color);font-size:2rem;transition:all .3s ease-in}.socialDiv>a,.socialDiv>a>*{cursor:pointer}.socialDiv>a:hover{color:#147efb}.about-text{width:60%}.about-text>h2{color:var(--primary-color);font-size:2.5rem;line-height:5rem}.about-text>h2>img{width:4rem}.about-text>p{color:var(--secondary-color);font-size:1.3rem;margin-bottom:1rem;text-align:justify}.about-text>p>span{color:#0073f7;font-weight:700}.about-text>p>a{color:#0073f7;cursor:pointer;text-decoration:none}.about-text>a{background-color:#147efb;border-radius:10px;box-shadow:0 3px 6px var(--boxshadow);color:#fff;font-size:1rem;font-weight:600;line-height:3rem;padding:1rem 3rem;text-decoration:none;transition:all .2s ease-in}.about-text>a:hover{background-color:#ffd109;color:#000;cursor:pointer}.education-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:5rem}.education-container>p{color:var(--secondary-color)}.education-text{line-height:3rem;text-align:center}.education-text>p{color:var(--secondary-color);font-size:1rem;position:relative}.education-text>p:before{background-color:#ffd109;border-radius:50%;content:"";height:10px;left:18%;position:absolute;top:40%;width:10px}.education-text>h2{color:#147efb;font-size:2rem;font-weight:600;line-height:5rem;position:relative}.education-text>h2:after{background-color:#ffd109;bottom:13px;content:"";height:5px;left:0;position:absolute;width:100%}.education-items{cursor:pointer;display:flex;flex-direction:column;gap:2rem;padding-top:2rem;width:950px}.education-items>a{background-color:var(--background-color);border-radius:10px;box-shadow:0 3px 6px var(--boxshadow);color:var(--primary-color);cursor:pointer;padding:1rem;text-decoration:none}.edu-item{cursor:pointer;gap:4rem}.edu-item,.education-img{align-items:center;display:flex}.education-img{background-color:var(--background-color);border-radius:50%;box-shadow:0 3px 6px var(--boxshadow);height:5rem;justify-content:center;width:5rem}.education-img>img{cursor:pointer;width:75%}.education-details{display:flex;flex-direction:column;gap:.4rem}.education-details>p{font-size:1.2rem}.education-details>h2,.education-details>p{color:var(--secondary-color);cursor:pointer}.education-details>h2{font-size:1.5rem}.education-details>p>span{color:#0073f7;font-weight:700}@media only screen and (max-width:1180px){.about-container{flex-direction:column;padding:2rem 1rem;width:100%}.about-img{display:flex;justify-content:center;padding-bottom:1rem;width:100%}.education-items{align-items:center;width:100%}.education-items>a{width:100%}.about-text{text-align:center;width:90%}.about-text>a{font-size:1.2rem;line-height:4rem;padding:1rem 7rem}}@media only screen and (max-width:768px){.about-container{width:100%}.cardContainer{height:350px;width:300px}.about-text{text-align:center;width:100%}.about-text>a{font-size:1.2rem;line-height:4rem;padding:1rem 7rem}.about-text>p{font-size:1.2rem;font-weight:lighter}.education-items{align-items:center;width:100%}.education-items>a{width:90%}.edu-item{flex-direction:column;gap:1rem}.education-details{justify-content:flex-end;text-align:center}}#skills{background-color:var(--background-color);padding:4rem 0;width:100%}#skills,.skill-container{align-items:center;display:flex;flex-direction:column}.skill-container>p{color:var(--secondary-color)}.skill-text{line-height:3rem;text-align:center}.skill-text>p{color:var(--secondary-color);font-size:1rem;position:relative}.skill-text>p:before{background-color:#ffd109;border-radius:50%;content:"";height:10px;left:-15%;position:absolute;top:40%;width:10px}.skill-text>h2{color:var(--primary-color);font-size:3rem;font-weight:600;line-height:5rem}.skills{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:var(--nav-background);display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:1rem 2rem;width:950px}.skills>figure{font-size:1rem;margin:1.5rem;text-align:center}.skills>figure>img{transition:all .3s linear}.skills>figure:hover>img{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.skills>figure>figcaption{color:var(--primary-color);font-weight:700;margin-top:1rem;opacity:0;text-align:center;transition:opacity .5s linear}.skills>figure:hover>figcaption{opacity:1}.skill_icon{color:var(--primary-color);font-size:4.8rem}@media only screen and (max-width:1180px){.skills{padding:0 2rem;width:100%}}@media only screen and (max-width:768px){.skills{padding:0;width:100%}.skill-container>p{margin:auto;text-align:center;width:100%}.skills>figure{margin:.1rem}}#projects{background-color:var(--background-color);padding-top:1.8rem;width:100%}.project-container{align-items:center;display:flex;flex-direction:column;padding:50px 20px;text-align:center}.project-title>p{color:var(--secondary-color);margin-top:.2rem;position:relative}.project-title>p:before{background-color:#ffd109;border-radius:50%;content:"";height:10px;left:34%;position:absolute;top:23.5%;width:10px}.project-title>h2{color:var(--primary-color);font-size:3rem;font-weight:600;line-height:5rem}.project-title>h2>span{color:#147efb;position:relative}.project-title>h2>span:after{background-color:#ffd109;bottom:-5px;content:"";height:5px;left:0;position:absolute;width:100%}.pro{align-items:center;background:var(--background-color);border-radius:15px;box-shadow:0 3px 6px var(--boxshadow);display:flex;height:450px;justify-content:space-around;margin:2rem 0;width:950px}.pro:hover>.pro-img{-webkit-transform:translateY(-15%);transform:translateY(-15%)}.pro-img{border-radius:10px;box-shadow:0 3px 6px var(--boxshadow);overflow:hidden;width:50%}.pro-img,.pro-img>a>img{transition:all .3s ease-in}.pro-img>a>img{cursor:pointer;width:100%}.pro-img>a>img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.pro-text{color:var(--primary-color);width:40%}.pro-text>h2{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}.pro-text>p{color:var(--secondary-color);font-size:1rem;text-align:justify}.tools{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.tools>p{background:var(--background-color);border-radius:5px;box-shadow:0 3px 6px var(--boxshadow);font-weight:600;padding:8px 15px}.links{gap:3rem}.links,.links>a{align-items:center;display:flex;justify-content:center}.links>a{color:var(--primary-color);font-size:1.8rem;gap:.5rem;margin-top:1.5rem;text-decoration:none;transition:all .2s ease-in-out}.links>a>*,.links>a>p{cursor:pointer}.links>a>p{font-size:.9rem}.links>a:hover{color:#147efb}@media only screen and (max-width:1180px){.pro{width:98%}}@media only screen and (max-width:768px){.pro{flex-direction:column;height:100%;padding:2rem 0;width:100%}.pro-inverse{flex-direction:column-reverse}.pro-text{width:100%}.pro-text>p{padding:0 .5rem}.pro-img{margin-bottom:1rem;width:90%}}#contact{background-color:var(--background-color);padding-top:5rem;width:100%}.contact-container{align-items:center;display:flex;flex-direction:column;gap:2rem;padding-bottom:5rem;text-align:center;width:100%}.contact-title>p{color:var(--secondary-color);position:relative}.contact-title>p:before{background-color:#ffd109;border-radius:50%;content:"";height:10px;left:22%;position:absolute;top:23%;width:10px}.contact-title>h2{color:var(--primary-color);font-size:3rem;font-weight:600;line-height:5rem}.contact-title>h2>span{color:#147efb;position:relative}.contact-title>h2>span:after{background-color:#ffd109;bottom:-5px;content:"";height:5px;left:0;position:absolute;width:100%}.form{width:950px}.form>form{display:flex;flex-direction:column;gap:2rem}#honeypot{display:none}.form>form>input{cursor:auto;height:60px}.form>form>input,textarea{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:var(--nav-background);border:2px solid var(--boxshadow);border-radius:10px;color:var(--primary-color);cursor:auto;font-size:16px;outline:none;padding:20px;resize:none;transition:all .4s ease-in-out;width:100%}.form>form>input:focus,textarea:focus{border:2px solid #ffd109}.form>form>button{background:#147efb;border:none;border-radius:10px;box-shadow:0 3px 6px var(--boxshadow);color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:70px;line-height:70px;padding:0 50px;text-align:center;text-transform:capitalize;transition:all .3s ease-out 0s}.form>form>button:hover{background:#ffd109;color:#000}@media only screen and (max-width:1180px){.form{width:90%}}@media only screen and (max-width:768px){.form{width:90%}.contact-items{align-items:flex-start;flex-direction:column;margin:3rem 0}}#footer{background-color:var(--background-color);width:100%}.footer-container{align-items:center;border-top:2px solid var(--boxshadow);display:flex;justify-content:space-around;padding:1.5rem 5rem}.footer-left>p{color:var(--primary-color);cursor:text;font-size:1.2rem;gap:.3rem;text-decoration:none;transition:all .2s ease-in}.footer-left>p,.footer-right{align-items:center;display:flex}.footer-right{gap:2rem}.social-links{align-items:center;display:flex;gap:1rem}.social-links>a{color:var(--primary-color);font-size:2rem;transition:all .2s ease-in}.social-links>a:hover{color:#147efb}.social-links>a>.footer-social-icon{cursor:pointer}@media only screen and (max-width:768px){.footer-container{flex-direction:column-reverse;gap:1rem;padding:1.5rem 0}}
/*# sourceMappingURL=main.a4f75ff4.css.map*/