@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&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}:root{--big-font-size:2.5rem;--h2-font-size:0.5rem;--h3-font-size:0.25rem;--font-normal:500;--font-medium:600;--font-semi-bold:700}.App{max-width:100vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#fafafa;background-color:var(--body-color)}h1,h2,h3{color:#333;color:var(--title-color)}ul{list-style:none}.nav__link{color:#000;text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%}.section{padding:5rem 0 2rem}.section__title{color:#333;color:var(--title-color);font-size:2.25rem;font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:1rem;font-size:var(--normal-font-size);margin-bottom:4rem}.section__subtitle,.section__title{text-align:center}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.button{background-color:#333;background-color:var(--title-color);border-radius:1rem;color:#fff;color:var(--container-color);display:inline-block;font-weight:600;font-weight:var(--font-medium);padding:1.25rem 2rem}.button:hover{background-color:#000;background-color:var(--title-color-dark)}.button__icon{margin-left:.5rem;margin-left:var(--mb-0-5)}.button--flex{align-items:center;display:inline-flex}@media screen and (max-width:992px){.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5)}}@media screen and (max-width:768px){body{margin:0 0 3rem;margin:0 0 var(--header-height) 0;padding-top:0}.section{padding:1rem 0 2rem}}@media screen and (max-width:576px){body{padding-top:0}}@media screen and (max-width:350px){.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5)}body{padding-top:0}}#text_div{bottom:0;left:0;margin:10px;position:absolute;right:0;top:0}.center_all{color:#fff;left:50%;margin-right:-50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.typed-out{height:41px;margin:5px;overflow:hidden;position:relative;width:150px}.slide{-webkit-animation:slide .8s forwards;-webkit-animation-delay:2s;animation:slide .8s forwards;animation-delay:2s;height:35px;left:-100px;position:absolute;transition-timing-function:ease-in;width:50%}@keyframes slide{to{left:0}}.header{background-color:#fff;background-color:var(--container-color);left:0;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;position:fixed;right:0;top:0;width:100%;z-index:100;z-index:var(--z-fixed)}.nav{align-items:center;column-gap:1rem;display:flex;height:5.5rem;height:calc(var(--header-height) + 2.5rem);justify-content:space-between}a{cursor:pointer}.nav__logo,.nav__toggle{color:#333;color:var(--title-color);font-weight:500;font-weight:var(--font-medium)}.nav__list{column-gap:2rem;display:flex}.nav__link{font-weight:400;font-weight:var(--font-normal)}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,.nav__link:hover{color:#000;color:var(--title-color-dark)}.nav__link{display:inline-block;position:relative}.nav__link:after{background-color:#0087ca;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.nav__link:hover:after{transform:scaleX(1);transform-origin:bottom left}@media screen and (max-width:768px){.header{bottom:0;top:auto}.nav{height:3rem;height:var(--header-height)}.nav__menu{background-color:#fafafa;background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.show-menu{bottom:0}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__icon{font-size:1.2rem}.nav__close{bottom:.5rem;color:#333;color:var(--title-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:#000;color:var(--title-color-dark)}.nav__toggle{font-size:1.1rem;padding-right:15px}.nav__close,.nav__icon,.nav__toggle{display:block}}@media screen and (max-width:576px){#nav{width:88%}.nav__close{margin-right:30px}}@media screen and (max-width:380px){.container{width:100%}}@media screen and (max-width:350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}.nav__toggle{font-size:1.1rem;padding-right:15px}}.nav__link{align-items:center;display:flex;flex-direction:column;font-size:1.25rem;font-weight:500;justify-content:center}:root{--header-height:3rem;--hue:0;--sat:0%;--title-color:hsl(var(--hue),var(--sat),20%);--title-color-dark:hsl(var(--hue),var(--sat),0%);--text-color:hsl(var(--hue),var(--sat),46%);--body-color:hsl(var(--hue),var(--sat),98%);--container-color:#fff;--body-font:"Poppins",sans-serif;--big-font-size:3.5rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem;--tiny-font-size:0.625rem;--font-normal:400;--font-medium:500;--font-semi-bold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000}@media screen and (max-width:992px){:root{--big-font-size:2.75rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}.container{align-items:center;margin-left:auto;margin-right:auto}.home{background-color:#f5f5f5;display:flex;height:100vh}.home__content{align-items:center;column-gap:2rem;grid-template-columns:116px repeat(2,1fr)}.home__social{grid-row-gap:1rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{color:#333;color:var(--title-color);font-size:1.25rem}.home__social-icon:hover{color:#000;color:var(--title-color-dark)}.button--flex{text-decoration:none}.home__title{align-items:center;display:flex;font-size:3.5rem;font-size:var(--big-font-size);font-weight:800;gap:10px;margin-bottom:.25rem;margin-bottom:var(--mb-0-25)}.home__hand{height:38px;margin-left:.4rem;width:38px}.home__subtitle{font-size:1.5rem;font-size:var(--h2-font-size);font-weight:500;font-weight:var(--font-medium);margin-bottom:1rem;margin-bottom:var(--mb-1);padding-left:2.8rem;position:relative}.home__subtitle:before{background-color:#757575;background-color:var(--text-color);content:" ";height:1px;left:0;position:absolute;top:1rem;width:40px}.home__description{font-size:19px;margin-bottom:1rem;margin-bottom:var(--mb-1);max-width:400px}#homeimg{animation:profile__animate 8s ease-in-out infinite;background:url(/static/media/Alex.dc17cd8ee0397421c230.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 9px rgb(255,255,255/30%);height:300px;justify-self:center;order:1;width:300px}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 50% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@media screen and (max-width:992px){.home__content{column-gap:1.25rem;grid-template-columns:100px repeat(2,1fr)}.home__hand{height:26px;width:26px}.home__subtitle{margin-bottom:1rem;margin-bottom:var(--mb-1);padding-left:3.75rem}.home__subtitle:before{top:.8rem;width:1rem}.home__description{margin-bottom:2.5rem;margin-bottom:var(--mb-2-5);max-width:none}#homeimg{box-shadow:inset 0 0 0 8px rgb(255,255,255/30%);height:250px;width:250px}}@media screen and (max-width:768px){.home__content{grid-template-columns:.5fr 3fr;padding-bottom:1.5rem;padding-top:1rem}.home__social{margin-left:9px}#homeimg{justify-self:auto;order:0}.home__data{align-items:center;display:flex;flex-direction:column;grid-column:1/3;justify-content:center;margin-left:6rem;margin-right:6rem;text-align:center}#homeimg{align-self:center;box-shadow:inset 0 0 0 6px #ffffff4d;height:280px;justify-self:center;width:280px}.home{height:100vh}}@media screen and (max-width:614px){#homeimg{align-self:center;box-shadow:inset 0 0 0 6px #ffffff4d;height:255px;justify-self:self-start;margin-left:17px;width:253px}.home__social-icon{font-size:2.25rem}.home__social{margin-left:9px}.home__data{align-items:center;display:flex;flex-direction:column;grid-column:1/3;justify-content:center;margin-left:3rem;margin-right:3rem;text-align:center}.home__title{font-size:1.5rem;font-size:var(--h2-font-size)}.home__subtitle{padding-left:2rem}.home{height:100vh}}@media screen and (max-width:350px){.home__content{column-gap:1.25rem;grid-template-columns:50px repeat(2,1fr)}#homeimg{align-self:center;box-shadow:inset 0 0 0 6px #ffffff4d;height:200px;justify-self:center;width:200px}.home__data{margin-left:1rem;margin-right:1rem}.home__title{font-size:2.25rem;font-size:var(--h1-font-size);margin-bottom:.25rem;margin-bottom:var(--mb-0-25);margin-left:8px}.home__subtitle{padding-left:1.2rem}.home__subtitle:before{top:.8rem;width:16px}.home__data{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}}.about__container{align-items:center;column-gap:.5rem;grid-template-columns:repeat(2,1fr);width:100%}.Me{font-size:35px;font-weight:700;margin-bottom:1rem}.about_img{border-radius:.75rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.subtitle{font-size:25px;font-weight:600;gap:2px;justify-content:center;margin-bottom:1.5rem}.about__data,.subtitle{align-items:center;display:flex}.about__data{flex-direction:column}.about__info{column-gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:var(--mb-3);row-gap:2rem;text-align:center}.about__box{background-color:var(--content-color);border:1px solid #0000001a;border-radius:.75rem;padding-bottom:.5rem;text-align:center;width:250px}.about__title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.about__subtitle{font-size:var(--font-medium)}.about_img{height:220px;width:100%}.about__description{font-size:24px;font-weight:400;letter-spacing:0;margin-bottom:var(--mb-2-5);text-align:center;width:80%}@media screen and (max-width:992px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}.about__img{justify-self:center;width:220px}.about__box{padding:.75rem .5rem;width:auto}.about__data{text-align:center}.about__info{justify-content:center}.about__description{margin-bottom:2rem;padding:0 5rem;width:95%}}@media screen and (max-width:576px){.about__container{width:90%}.about__description{margin-bottom:2rem;padding:0 2rem;width:95%}.about__info{column-gap:.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:var(--mb-3);row-gap:.75rem;text-align:center;width:80%}.about_img{height:142px;width:100%}}@media screen and (max-width:380px){.about__info{grid-template-columns:1fr}.about__container{align-items:center;column-gap:.5rem;width:90%}.about__container,.about__info{grid-template-columns:repeat(1,1fr)}.about__info{column-gap:.25rem;margin-bottom:var(--mb-3);row-gap:.75rem;text-align:center;width:80%}.about__description{margin-bottom:2rem}}.ProjectsSection_projectsSectionCont__adXfZ{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:90px auto auto;width:70%}.ProjectsSection_projectsSectionCont__adXfZ h1{color:#67321d}.ProjectsSection_projectsSectionCont__adXfZ h2{color:#d08768;margin:0}.ProjectsSection_projectsSectionCont__adXfZ>p{color:#111112;font-size:30px;font-weight:700}.ProjectsSection_stackIcon__aVcaa{color:#b13606;font-size:30px;margin:5px}a{text-decoration:none}.ProjectsSection_projectGrid__2ZMTc{grid-gap:70px 5%;display:grid;gap:70px 5%;grid-template-columns:repeat(2,1fr);justify-content:center}.ProjectsSection_projectCont__F\+Z-Y{border-radius:5px;box-shadow:0 2px 5px 0 #32326926,0 1px 1px 0 #0000000d;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:30px;padding:10px;text-align:center;width:100%}.ProjectsSection_projectCont__F\+Z-Y h2{color:#d08768;text-align:center}.ProjectsSection_image__XcMQc{border-bottom:1px solid #e0e0e0;border-radius:5px;cursor:pointer;height:65%;margin:auto;object-fit:cover;width:100%}.ProjectsSection_info__I1O8f{align-items:center;display:flex;height:40px;justify-content:center;padding:5px 0}.ProjectsSection_linkCont__v-oth{align-items:center;display:flex;justify-content:space-around;padding:10px 0}.ProjectsSection_linkCont__v-oth>p{font-size:25px;font-weight:400;margin:0}.ProjectsSection_linkDiv__YoMck{align-items:center;background-color:#000;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;width:100px}.ProjectsSection_linkDiv__YoMck:hover{background-color:#242425;color:#dedede}.ProjectsSection_linkDiv__YoMck p{margin:5px}.ProjectsSection_stacksDiv__n\+ftP{align-items:center;display:flex;justify-content:center}.ProjectsSection_stacksDiv2__ccRFs{display:none}.ProjectsSection_projInfo__Az1iH{margin:auto;overflow:hidden;text-align:left;width:90%}.ProjectsSection_projInfo__Az1iH>p{color:gray;font-size:17px}@media only screen and (max-width:1024px){.ProjectsSection_projectsSectionCont__adXfZ{padding-bottom:0}.ProjectsSection_projectCont__F\+Z-Y{height:auto;margin:30px auto;width:90%}.ProjectsSection_projectGrid__2ZMTc{display:flex;flex-direction:column;gap:5%}.ProjectsSection_linkCont__v-oth>p,.ProjectsSection_projInfo__Az1iH,.ProjectsSection_stacksDiv__n\+ftP{display:none}.ProjectsSection_stacksDiv2__ccRFs{align-items:center;display:flex;justify-content:center;margin:10px auto auto}}.project{padding:80px 0}.project__content{gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (min-width:768px){.project__content{grid-template-columns:repeat(2,minmax(300px,1fr))}}@media (max-width:512px){.project__container{grid-template-columns:1fr}}.SkillCard_skills__container__jcJzy{column-gap:3rem;grid-template-columns:repeat(2,350px);justify-content:center}.SkillCard_skills__content__p-bdu{background-color:var(--container-color);border:1px solid #0000001a;border-radius:1.25rem;padding:2rem 4rem}.SkillCard_skills__title__exSec{font-size:var(--normal-font-size);font-weight:var(--font-size);margin-bottom:var(--mb-1-5);text-align:center}.SkillCard_card__44Uyu{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;margin:20px auto;padding-top:20px;width:100px}.SkillCard_skills__box__q0qeU{column-gap:2.5rem;display:flex;justify-content:center}.SkillCard_skills__group__0jYI4{grid-row-gap:1rem;align-items:flex-start;display:grid;row-gap:1rem}.SkillCard_skills__data__C-juP{column-gap:.5rem;display:flex}.SkillCard_skills__s6yKC .SkillCard_uil__CntnF{color:var(--title-color);font-size:1rem}.SkillCard_skills__name__mrwgr{font-size:var(--normal-font-size);font-weight:var(--font-medium);line-height:18px}.SkillCard_skills__level__i3180{font-size:var(--tiny-font-size)}@media screen and (max-width:992px){.SkillCard_skills__container__jcJzy{grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:2rem}}@media screen and (max-width:576px){.SkillCard_skills__conatiner__vK-Mg{grid-template-columns:1fr}.SkillCard_skills__content__p-bdu{padding:1.5rem}}@media screen and (max-width:350px){.SkillCard_skills__box__q0qeU{column-gap:1.25rem}.SkillCard_skills__name__mrwgr{font-size:var(--small-font-size)}}.SkillsSection_rootCont__LFxz9{display:flex;flex-direction:column;justify-content:space-around;margin:90px auto auto;text-align:center;width:70%}.SkillsSection_gitAntara__01GvN{margin-left:95px;margin-top:30px}.SkillsSection_rootCont__LFxz9 h1{color:#0d0e0f;margin:0 auto}.SkillsSection_rootCont__LFxz9>p{color:#100f0f;font-size:30px;font-weight:400}.SkillsSection_rootCont__LFxz9>p:first-of-type{color:#000;font-size:35px;font-weight:700;text-decoration-color:#0c0c0c}.SkillsSection_skillsContFront__MdNEX{grid-template-columns:repeat(6,16.6%)}.SkillsSection_skillsContBack__SSciJ,.SkillsSection_skillsContFront__MdNEX{align-items:center;border-radius:10px;display:grid;justify-content:space-between;margin-bottom:50px}.SkillsSection_skillsContBack__SSciJ{grid-template-columns:repeat(3,33.3%)}.SkillsSection_toolsDiv__a9-Kg{align-items:center;border-radius:10px;display:grid;grid-template-columns:repeat(4,18.6%);justify-content:space-between;margin-bottom:50px}@media screen and (max-width:380px){.SkillsSection_toolsDiv__a9-Kg{display:grid;grid-template-columns:repeat(3,auto)}}.SkillsSection_skillCard__2ydTT{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin:auto;width:100px}.SkillsSection_skillIcon__26tbM{color:#0a0808;font-size:40px}.SkillsSection_expSkillIcon__4QjIM{color:#080605;font-size:31px;font-weight:470}.SkillsSection_reactIcon__e1mJx:hover{color:#5ed3f3}.SkillsSection_reduxIcon__GxAoV:hover{color:#764cb7}.SkillsSection_jsIcon__RFkGo:hover{color:#f7df1e}.SkillsSection_muiIcon__xUxPm:hover{color:#0081cb}.SkillsSection_htmlIcon__VAVJ6:hover{color:#e96228}.SkillsSection_cssIcon__U-VEO:hover{color:#254bdd}.SkillsSection_nodeIcon__C5blN:hover{color:#5f9759}.SkillsSection_mongoIcon__gWGzL:hover{color:#52a74b}.SkillsSection_gitIcon__4yfeV:hover{color:#bb1616}.SkillsSection_githubIcon__pOyKs:hover{color:#261e4c}.SkillsSection_postman__sR84N:hover{color:#f76935}.SkillsSection_heroku__bEXy6:hover{color:#550abf}.SkillsSection_netlyfy__nxser:hover{color:#1ac0af}.SkillsSection_expIcon__mw26D{margin:0}.SkillsSection_expIcon__mw26D:hover{color:#000}@media only screen and (max-width:1024px){.SkillsSection_rootCont__LFxz9{margin-top:10%;width:90%}.SkillsSection_skillsContFront__MdNEX{grid-template-columns:repeat(3,33.3%)}}@media screen and (max-width:380px){#skills{width:90%}}.subTitle{font-weight:700;margin-bottom:2rem}.section__subtitle{font-weight:600}.info p{font-size:medium;font-weight:500}
/*# sourceMappingURL=main.0b87dcda.css.map*/