@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400..700;&display=swap";:root{--first-color: hsl(353,100%,65%);--title-color: hsl(244,24%,26%);--text-color:hsl(244,16%,43%);--body-color:hsl(258,60%,98%);--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:.875rem;--smaller-font-size:.813rem;--font-medium:500;--font-semibold:600;--font-bold:700;--shadow:0px 5px 20px 0px rgb(69 67 96 / 10%);--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:.938rem;--small-font-size:.813rem;--smaller-font-size:.64rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,p,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{background-color:var(--body-color);line-height:1.7;color:var(--text-color)}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semibold);line-height:1.2}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;vertical-align:middle}.container{max-width:1080px;padding-left:15px;padding-right:15px;margin:0 auto}.grid{display:grid}.section{padding-top:7rem;padding-bottom:2rem}.section__title{font-size:var(--h1-font-size);margin-left:.875rem;font-weight:var(--font-bold);position:relative;margin-bottom:3.75rem}.section__title:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='37px'%20height='37px'%20viewBox='0%200%2037%2037'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2061.2%20(89653)%20-%20https://sketch.com%20--%3e%3ctitle%3edots-bg%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Personal-1-mixed'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20opacity='0.100000001'%3e%3cg%20transform='translate(-350.000000,%20-990.000000)'%20fill='%23454360'%20id='about'%3e%3cg%20transform='translate(350.000000,%20990.000000)'%3e%3cg%20id='section-title'%3e%3cg%20id='dots-bg'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='11'%20y='0'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='22'%20y='0'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='33'%20y='0'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-7'%20x='0'%20y='11'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-6'%20x='11'%20y='11'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-5'%20x='22'%20y='11'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-4'%20x='33'%20y='11'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-15'%20x='0'%20y='22'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-14'%20x='11'%20y='22'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-13'%20x='22'%20y='22'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-12'%20x='33'%20y='22'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-11'%20x='0'%20y='33'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-10'%20x='11'%20y='33'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-9'%20x='22'%20y='33'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-8'%20x='33'%20y='33'%20width='4'%20height='4'%20rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");height:2.25rem;width:2.25rem;position:absolute;left:-.875rem;top:-.875rem}.btn{padding:.75rem 2rem;line-height:1;border-radius:1.875rem;box-shadow:0 0 1px #0000;border:1px solid transparent;color:#fff;display:inline-block;background-color:var(--first-color);font-weight:var(--font-bold)}@keyframes button-push{50%{transform:scale(.8)}to{transform:scale(1)}}.btn:hover{animation:button-push .3s linear 1}.main{margin-left:110px}@media screen and (max-width:1024px){.main{margin-left:0}}.about__container{grid-template-columns:3fr 9fr;column-gap:1.875rem}.about__data{padding:1.875rem;background-color:var(--container-color);box-shadow:var(--shadow);border-radius:var(--border-radius);align-items:flex-start;position:relative}.about__data:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:15px solid var(--container-color);position:absolute;left:-.93rem;top:20%}.about__description{margin-bottom:1rem;text-align:justify}.row{margin-top:2.4rem;row-gap:2rem;display:grid}@media screen and (min-width:1024px){.row{grid-template-columns:repeat(5,1fr);column-gap:1.85rem}}.skill__box{padding:1.4rem;min-width:100px;background-color:var(--container-color);box-shadow:var(--shadow);border-radius:var(--border-radius);text-align:center;position:relative;z-index:1}.skill__title{font-size:var(--h3-font-size);font-weight:var(--font-semibold)}.skill__icon{font-size:var(--h1-font-size);z-index:2}.skill__description{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);padding:1rem;border-radius:var(--border-radius);width:300px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;text-align:center;font-size:var(--normal-font-size);box-shadow:var(--shadow);border:1px solid rgba(100,255,219,.1)}.skill__box:hover{transform:translateY(-5px);z-index:2;background-color:#ddd46e}.skill_box:hover .skill__icon{transform:scale(1.1)}.skill__box:hover .skill__description{opacity:3;background-color:#fff;pointer-events:auto;transform:translate(-50%) translateY(0)}@media screen and (max-width:1024px){.about__container{grid-template-columns:400px;justify-content:center;row-gap:1.875rem}.about__data:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;left:49%;top:-20px}.about__img{justify-self:center}.row{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;row-gap:2rem}.skill__description{width:200px}}.contact.section{padding-bottom:6.25rem}.contact__container{grid-template-columns:4fr 8fr;column-gap:1.875rem}.contact__title{font-size:var(--h3-font-size);margin-bottom:.5rem}.contact__info{padding-left:1.25rem}.contact__form-group{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.5rem}.contact__form-div{position:relative;margin-bottom:1.875rem;height:3.75rem}.contact__form-input{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--container-color);color:var(--text-color);border:none;outline:none;border-radius:1.875rem;padding:.625rem 1.875rem;z-index:1}.contact__form-area{height:10.25rem}.contact__form-area textarea{resize:none}.contact__status{display:relative;width:300px;padding:.875rem;margin-top:2rem;justify-self:center;text-align:center;border:1px solid rgb(233,161,27)}.status__success{border:1px solid rgb(29,211,90)}.status__fail{border:1px solid rgb(222,24,24)}@media screen and (max-width:1024px){.contact__container{grid-template-columns:300px 360px;justify-content:center}.contact__form-group{grid-template-columns:1fr}}@media screen and (max-width:768px){.contact__container{grid-template-columns:310px;row-gap:1.875rem}.contact__info{text-align:center}}@media screen and (max-width:350px){.contact__container{grid-template-columns:1fr}}.home{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.intro{max-width:540px;text-align:center}.home__img{margin-bottom:1.5rem}.home__name{font-size:var(--h1-font-size);font-weight:var(--font-bold);margin-bottom:.5rem}.home__socials{display:flex;column-gap:1.75rem;margin:1.5rem 0;justify-content:center;align-items:center}.home__social-link{color:var(--title-color);font-size:2.15rem;transition:.3s}.home__social-link:hover{color:#ffd15c;font-size:2.3rem}.scroll__down{position:absolute;bottom:2.5rem;left:0;width:100%}.home__scroll-name{font-size:var(--small-font-size)}.mouse{border:2px solid #454360;display:block;height:1.6rem;width:1.25rem;margin:auto;margin-top:.75rem;border-radius:1rem;position:relative}@keyframes ani-mouse{0%{top:29%}15%{top:50%}50%{top:50%}to{top:29%}}.wheel{background-color:var(--title-color);border-radius:100%;width:.25rem;height:.25rem;position:absolute;top:.5rem;left:50%;transform:translate(-50%);animation:ani-mouse 2s linear infinite}.shapes{z-index:-5;position:absolute;left:0;top:0;height:100%;width:100%}.shape{position:absolute}.s1{left:4%;top:12%}.s2{left:18%;top:30%}.s3{left:5%;bottom:30%}.s4{left:2%;bottom:10%}.s5{left:44%;top:10%}.s6{left:16%;bottom:10%}.s7{top:20%;right:25%}.s8{right:20%;bottom:18%}.s9{right:2%;top:10%}.s10{top:40%;right:8%}.s11{bottom:8%;right:2%}@media screen and (max-width:1024px){.home__social-link{font-size:1.625rem}}.work__filters{display:flex;align-items:center;flex-wrap:wrap;column-gap:1.875rem;margin-bottom:2.5rem}.work__item{cursor:pointer;font-weight:var(--font-bold);transition:.3s}.work__item:hover{color:var(--first-color)}.work__container{grid-template-columns:repeat(3,1fr);gap:1.875rem}.work__card{position:relative;overflow:hidden;border-radius:var(--border-radius);box-shadow:var(--shadow)}.work__mask{background:#6c6ce5;position:absolute;left:0;top:0;height:100%;width:100%;transition:.3s;opacity:0}.work__card:hover .work__mask{opacity:.9}.work__category{color:#fff;background-color:var(--first-color);border-bottom-left-radius:.98rem;border-bottom-right-radius:.98rem;position:absolute;top:0;left:1.5rem;font-size:var(--small-font-size);display:inline-block;padding:.19rem .625rem;transform:translateY(-40px);transition:.3s}.work__desc{font-size:var(--small-font-size);color:#fff;padding:0 1.15rem;position:absolute;font-weight:var(--font-medium);top:40%;opacity:0;transform:translate(-40px)}.work__title{color:#fff;font-size:var(--h3-font-size);margin:0 0 .98rem;padding:0 1.25rem;position:absolute;top:3.75rem;transform:translateY(30px);transition:.3s;opacity:0}.work__button{color:#fff;position:absolute;bottom:1.5rem;left:1.5rem;font-size:var(--h3-font-size);display:block;background-color:#ffd15c;height:40px;width:40px;cursor:pointer;border-radius:50%;text-align:center;line-height:42px;transition:.3s;opacity:0}.work__card:hover .work__button{opacity:1}.work__card:hover .work__title,.work__card:hover .work__category{opacity:1;transform:translateY(0)}.work__card:hover .work__desc{opacity:1;transition:.3s;transform:translate(0)}@media screen and (max-width:1024px){.work__filters{justify-content:center}.work__container{grid-template-columns:repeat(2,330px);justify-content:center;row-gap:1.875rem}}@media screen and (max-width:768px){.work__container{grid-template-columns:310px}.work__category{transform:translateY(-80px)}.work__filters{row-gap:.25rem}}@media screen and (max-width:540px){.work__container{grid-template-columns:220px}.work__category{transform:translateY(-80px)}.work__desc{font-size:var(--smaller-font-size)}}.resume__container{grid-template-columns:repeat(2,1fr);column-gap:1.875rem}.timeline{background-color:var(--container-color);padding:1.875rem;border-radius:var(--border-radius);position:relative;align-content:start;box-shadow:var(--shadow)}.timeline:nth-last-child(-n+2){margin-top:2rem}.timeline__header{font-size:var(--h2-font-size);margin:0 0 .875rem}.timeline__item{position:relative;padding-left:3.125rem;padding-bottom:3.125rem}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";width:1px;height:100%;background-color:var(--first-color);position:absolute;left:.25rem;top:0}.timeline .resume__icon{position:absolute;left:-.4375rem;top:0;font-size:var(--h2-font-size);color:var(--first-color);background-color:var(--container-color);padding:.4375rem 0}.timeline__date,.timeline__city{color:#8b88b1;font-size:var(--small-font-size)}.timeline__dateloc{display:flex;justify-content:space-between}.timeline__title{font-size:var(--h3-font-size);padding:.5rem 0 .1rem;margin-bottom:0rem}@media screen and (max-width:1024px){.resume__container{grid-template-columns:450px;justify-content:center;row-gap:1.875rem}}@media screen and (max-width:576px){.resume__container{grid-template-columns:repeat(1,1fr)}.timeline__date,.timeline__city{font-size:var(--smaller-font-size)}}.aside{position:fixed;left:0;top:0;background:var(--body-color);border-right:1px solid rgba(0 0 0 .05);padding:2.5rem;width:110px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;z-index:10;transition:.3s}.nav__list{display:flex;flex-direction:column;row-gap:1rem}.nav__link{font-size:1.5rem;color:var(--title-color);font-weight:var(--font-bold);transition:.3s}.nav__link:hover{color:hsl(43,100%,68)}.copyright{color:#9b98b3;font-size:var(--small-font-size);transform:rotate(-180deg);writing-mode:vertical-lr}.nav__toggle{position:fixed;top:1.25rem;left:1.875rem;cursor:pointer;height:40px;width:45px;background-color:var(--body-color);border:1px solid #e8dfec;display:flex;justify-content:center;align-items:center;z-index:5;transition:.3s}@media screen and (max-width:1024px){.aside{left:-110px;z-index:3}.nav,.nav__item,.nav__list{z-index:3}.nav__toggle{display:flex}.nav__toggle-open{left:140px}.show-menu{left:0;position:absolute}.aside-mask{color:#9c979e;position:fixed;left:0;top:0;height:100%;width:100%;transition:.3s;opacity:.9;z-index:3}}
