@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap);:root{--first-color:#ff4d61;--title-color:#353252;--text-color:#5e5c7f;--body-color:#f9f7fd;--container-color:#fff;--body-font:"Rubik",sans-serif;--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;--font-medium:500;--font-semibold:600;--font-bold:700;--shadow:0px 5px 20px 0px rgba(69,67,96,.1);--border-radius:20px}@media screen and (max-width:1024px){:root{--h1-font-size:1.75rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Rubik,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#f9f7fd;background-color:var(--body-color);color:#5e5c7f;color:var(--text-color);line-height:1.7}h1,h2,h3{color:#353252;color:var(--title-color);font-weight:600;font-weight:var(--font-semibold);line-height:1.2}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%;vertical-align:middle}.container{margin:0 auto;max-width:1080px;padding-left:15px;padding-right:15px}.grid{display:grid}.section{padding-bottom:2rem;padding-top:7rem}.section__title{font-size:2.25rem;font-size:var(--h1-font-size);font-weight:700;font-weight:var(--font-bold);margin-bottom:3.75rem;margin-left:.875rem;position:relative}.section__title:before{background:url(/static/media/dots-bg.aa8289c51cd678b8cd47.svg);content:"";height:2.25rem;left:-.875rem;position:absolute;top:-.875rem;width:2.25rem}.btn{background-color:#ff4d61;background-color:var(--first-color);border:1px solid transparent;border-radius:1.875rem;box-shadow:0 0 1px transparent;color:#fff;display:inline-block;font-weight:700;font-weight:var(--font-bold);line-height:1;padding:.75rem 2rem}@-webkit-keyframes button-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes button-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.btn:hover{-webkit-animation:button-push .3s linear 1;animation:button-push .3s linear 1}.main{margin-left:110px}@media screen and (max-width:1024px){.main{margin-left:0}}.aside{background:var(--body-color);border-right:1px solid rgba(0,0,0,.05);justify-content:space-between;left:0;min-height:100vh;padding:2.5rem;position:fixed;top:0;transition:.3s;width:110px;z-index:10}.aside,.nav__list{display:flex;flex-direction:column}.nav__list{row-gap:1rem}.nav__link{color:var(--title-color);font-size:1.5rem;font-weight:var(--font-bold);transition:.3s}.nav__link:hover{color:#ffd15c}.copyright{color:#9b98b3;font-size:var(--small-font-size);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.nav__toggle{align-items:center;background-color:var(--body-color);border:1px solid #e8dfec;cursor:pointer;display:none;height:40px;justify-content:center;left:1.875rem;position:fixed;top:1.25rem;transition:.3s;width:45px;z-index:1}@media screen and (max-width:1024px){.aside{left:-110px}.nav__toggle{display:flex}.nav__toggle-open{left:140px}.show-menu{left:0}}.home{align-items:center;display:flex;justify-content:center;min-height:100vh;position:relative}.intro{max-width:540px;text-align:center;z-index:1}.home__img{height:400px;margin-bottom:1.5rem;width:400px}.home__name{font-size:var(--h1-font-size);font-weight:var(--font-bold);margin-bottom:.5rem}.home__socials{-webkit-column-gap:1.75rem;column-gap:1.75rem;display:flex;justify-content:center;margin:1.5rem 0}.home__social-link{color:var(--title-color);font-size:1.3rem;transition:.3s}.home__social-link:hover{color:#ffd15c}.scroll__down{bottom:2.5rem;left:0;position:absolute;width:100%}.home__scroll-name{font-size:var(--small-font-size)}.mouse{border:2px solid #454360;border-radius:1rem;display:block;height:1.6rem;margin:.75rem auto auto;position:relative;width:1.25rem}@-webkit-keyframes ani-mouse{0%{top:29%}15%{top:50%}50%{top:50%}to{top:29%}}@keyframes ani-mouse{0%{top:29%}15%{top:50%}50%{top:50%}to{top:29%}}.wheel{-webkit-animation:ani-mouse 2s linear infinite;animation:ani-mouse 2s linear infinite;background-color:var(--title-color);border-radius:100%;height:.25rem;left:50%;top:.5rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:.25rem}.shapes,.wheel{position:absolute}.shapes{height:100%;left:0;top:0;width:100%}.shape{position:absolute}.s1{left:2%;top:10%}.s2{left:18%;top:30%}.s3{bottom:30%;left:5%}.s4{bottom:10%;left:2%}.s5{left:44%;top:10%}.s6{bottom:10%;left:36%}.s7{right:25%;top:20%}.s8{bottom:20%;right:24%}.s9{right:2%;top:10%}.s10{right:11%;top:45%}.s11{bottom:10%;right:2%}@media screen and (max-width:1024px){.home__social-link{font-size:1.125rem}}.about__container{grid-template-columns:3fr 9fr}.about__container,.about__data{-webkit-column-gap:1.875rem;column-gap:1.875rem}.about__data{align-items:flex-start;background-color:var(--container-color);border-radius:var(--border-radius);box-shadow:var(--shadow);grid-template-columns:repeat(2,1fr);padding:1.875rem;position:relative}.about__data:before{border-bottom:10px solid transparent;border-right:15px solid var(--container-color);border-top:10px solid transparent;content:"";height:0;left:-.93rem;position:absolute;top:20%;width:0}.about__description{margin-bottom:1rem;text-align:justify}.about__skills{row-gap:1.25rem}.skills__titles{display:flex;justify-content:space-between;margin-bottom:1rem}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.skills__number{line-height:1.2}.skills__bar,.skills__percentage{border-radius:.25rem;height:7px}.skills__bar{background-color:#f1f1f1}.skills__percentage{display:block}.development{background-color:#ffd15c;width:90%}.ui__design{background-color:#ff4c60;width:60%}.photography{background-color:#6c6cff;width:60%}.about__boxes{-webkit-column-gap:1.875rem;column-gap:1.875rem;grid-template-columns:repeat(4,1fr);margin-top:4.35rem}.about__box{-webkit-column-gap:1.5rem;column-gap:1.5rem;display:flex}.about__icon{color:#dedeea;font-size:var(--h1-font-size)}.about__title{font-size:1.875rem}@media screen and (max-width:1024px){.about__container{grid-template-columns:720px;justify-content:center;row-gap:1.875rem}.about__data:before{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;left:49%;top:-20px}.about__img{justify-self:center}.about__box{flex-direction:column;row-gap:.5rem;text-align:center}}@media screen and (max-width:768px){.about__container{grid-template-columns:350px}.about__data:before{left:47%}.about__data{grid-template-columns:1fr;row-gap:1.875rem}.about__boxes{grid-template-columns:repeat(2,150px);justify-content:center;row-gap:1.5rem}}@media screen and (max-width:576px){.about__container{grid-template-columns:320px}}@media screen and (max-width:350px){.about__boxes,.about__container{grid-template-columns:1fr}}.resume__container{-webkit-column-gap:1.875rem;column-gap:1.875rem;grid-template-columns:repeat(2,1fr)}.timeline{background-color:var(--container-color);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:1.875rem;position:relative}.timeline__description{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.timeline__item.description ul{list-style-type:disc}.timeline__item.description li{margin-bottom:.5rem}.timeline__item.description.mobile{display:none}.timeline__item{padding-bottom:2.125rem;padding-left:3.125rem;position:relative}.timeline__item:hover{cursor:pointer}.timeline__item__subcontainer{transition:.4s}.timeline__item__subcontainer.chosen,.timeline__item__subcontainer:hover{background:hsla(0,4%,62%,.2);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);padding:1em}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{background-color:var(--first-color);content:"";height:100%;left:.25rem;position:absolute;top:0;width:1px}.timeline .icon-briefcase,.timeline .icon-graduation{background-color:var(--container-color);color:var(--first-color);font-size:var(--h2-font-size);left:-.4375rem;padding:.4375rem 0;position:absolute;top:0}.timeline__date{color:#8b88b1;font-size:var(--small-font-size)}.timeline__title{font-size:var(--h3-font-size);margin:.5rem 0}@media screen and (max-width:1024px){.resume__container{justify-content:center;padding:0 2rem;row-gap:1.875rem}.timeline__item:before{left:2px}}@media screen and (max-width:856px){.resume__container{grid-template-columns:1fr}.timeline__description{display:none}.timeline__item.description.mobile{display:block;margin-top:0;max-height:0;opacity:0;overflow-y:auto;padding:0;pointer-events:none;-webkit-transform:translateY(0);transform:translateY(0);transition:max-height .4s ease,opacity .4s ease,-webkit-transform .4s ease;transition:max-height .4s ease,opacity .4s ease,transform .4s ease;transition:max-height .4s ease,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease}.timeline__item.description.mobile.show{background:hsla(0,4%,62%,.2);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);margin-top:1em;max-height:200px;opacity:1;padding:1em;pointer-events:auto;-webkit-transform:translateY(10px);transform:translateY(10px)}.timeline__item.description ul{margin-left:1rem}.timeline__item.description.mobile::-webkit-scrollbar{width:5px}.timeline__item.description.mobile::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.timeline__item.description.mobile::-webkit-scrollbar-thumb:hover{background:#555}.timeline__item.description.mobile:before{display:none}}@media screen and (max-width:576px){.resume__container{grid-template-columns:1fr}}@media screen and (max-width:350px){.timeline__item{padding-bottom:1.875rem;padding-left:1.875rem}.timeline__item:before{left:0}.timeline .icon-briefcase,.timeline .icon-graduation{left:-9px}.timeline__text{text-align:justify}}.work__filters{align-items:center;-webkit-column-gap:1.875rem;column-gap:1.875rem;display:flex;flex-wrap:wrap;margin-bottom:2.5rem}.work__item{cursor:pointer;font-weight:var(--font-bold);transition:.3s}.work__item:hover{color:var(--first-color)}.work__container{gap:1.875rem;grid-template-columns:repeat(3,1fr)}.work__information__container{margin-top:0;margin-inline:auto;max-height:0;opacity:0;overflow-y:auto;padding:0;transition:opacity .4s ease,max-height .4s ease,padding .4s ease,margin .4s ease;width:100%}.work__information__container.show{background:var(--container-color);border-radius:var(--border-radius);box-shadow:var(--shadow);margin-top:1rem;max-height:500px;opacity:1;padding:1rem;position:relative}.work__information__content{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,transform .4s ease;transition:opacity .4s ease,transform .4s ease,-webkit-transform .4s ease}.work__information__container.show .work__information__content{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.tech__stack{display:flex;margin-bottom:1rem}.tech__stack__item{background-color:#6c6ce5;border-radius:var(--border-radius);color:#fff;font-size:.8125rem;margin:0 1rem;padding:.25rem 1rem}.work__information__button{background-color:initial;position:absolute;right:0;top:0}.work__card{border-radius:var(--border-radius);box-shadow:var(--shadow);cursor:pointer;overflow:hidden;position:relative}.work__mask{background:#6c6ce5;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.3s;width:100%}.selected>.work__thumbnail>.work__mask,.work__card:hover .work__mask{opacity:.9}.work__title{color:#fff;font-size:var(--h3-font-size);margin:0 0 .98rem;opacity:0;padding:0 1.25rem;position:absolute;top:3.75rem;-webkit-transform:translateY(30px);transform:translateY(30px);transition:.3s}.links__container{bottom:1.5rem;display:flex;left:1.5rem;position:absolute}.work__button{background-color:#ffd15c;border-radius:50%;color:#fff;cursor:pointer;display:block;font-size:var(--h3-font-size);height:40px;line-height:42px;margin:0 .4rem;opacity:0;position:relative;text-align:center;transition:.3s;width:40px}.selected>.links__container>.work__button,.work__card:hover .work__button{opacity:1}.selected>.work__title,.work__card:hover .work__title{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1024px){.work__container,.work__filters{justify-content:center}.work__container{grid-template-columns:repeat(2,330px);row-gap:1.875rem}.work__information__container{margin-inline:auto;max-width:calc(660px + 1.875rem)}}@media screen and (max-width:768px){.work__container{grid-template-columns:310px}.work__information__container{max-width:310px}.work__filters{row-gap:.25rem}.tech__stack{flex-wrap:wrap}.tech__stack__item{margin:.5rem}}@media screen and (max-width:350px){.work__container{grid-template-columns:1fr}.work__information__container{max-width:none}}.contact.section{padding-bottom:6.25rem}.contact__container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:75%}.contact__title{font-size:var(--h3-font-size);margin-bottom:.5rem}.contact__info{margin-bottom:1rem;width:100%}.contact__form{width:100%}.contact__form-group{grid-column-gap:1.5rem;-webkit-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:repeat(2,1fr)}.contact__form-div{height:3.75rem;margin-bottom:1.875rem;position:relative}.contact__form-input{background-color:var(--container-color);border:none;border-radius:1.875rem;box-shadow:var(--shadow);color:var(--text-color);height:100%;left:0;outline:none;padding:.625rem 1.875rem;position:absolute;top:0;width:100%;z-index:1}.contact__form-area{height:10.25rem}.contact__form-area textarea{resize:none}.form-status{margin:1em 0}@media screen and (max-width:1024px){.contact__container{margin:0 auto;width:75%}.contact__form-group{grid-template-columns:1fr}}@media screen and (max-width:768px){.contact__info{text-align:center}}
/*# sourceMappingURL=main.31709a01.css.map*/