@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";.main{margin-left:100px}@media screen and (max-width: 1024px){.main{margin-left:0}}.aside{position:fixed;left:0;top:0;background:var(--body-color);border-right:2px solid rgb(255,255,255);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);transition:.3s}.nav__link:hover{color:#ffd15c}.copyright{color:hsl(245,15%,65);font-size:var(--small-font-size);transform:rotate(-180deg);writing-mode:vertical-rl}.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:none;justify-content:center;align-items:center;z-index:1;transition:.3s}@media screen and (max-width: 1024px){.aside{left:-110px}.nav__toggle{display:flex}.nav__toggle-open{left:140px}.show-menu{left:0}}.home{position:relative;min-height:100vh;display:flex;justify-content:center;align-items: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:2rem;transition:.3s}.home__social-link:hover{color:#ffd15c;font-size:2.5rem}.scroll__down{position:absolute;bottom:2.5rem;left:0;width:100%}.home__scroll-name{font-size:var(--small-font-size);color:#fff}.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{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.shape{position:absolute}.s1{left:2%;top:10%}.s2{left:18%;top:30%}.s3{left:5%;bottom:30%}.s4{left:2%;bottom:10%}.s5{left:44%;top:10%}.s6{left:36%;bottom:10%}.s7{top:20%;right:25%}.s8{right:24%;bottom:20%}.s9{right:2%;top:10%}.s10{top:45%;right:11%}.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;column-gap:1.875rem}.about__data{padding:1.875rem;background-color:var(--container-color);box-shadow:var(--shadow);border-radius:var(--border-radius);grid-template-columns:repeat(2,1fr);column-gap:1.875rem;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:-0,93rem;top:20%}.about__description{margin-bottom:1rem;text-align:justify;color:#000}.about__skills{row-gap:1.25rem}.skills__titles{display:flex;justify-content:space-between}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);color:#000}.skills__number{line-height:1.2}.skills__bar,.skills__percentage{height:7px;border-radius:.25rem}.skills__bar{background-color:#c5c5c5}.skills__percentage{display:block}.quality{width:90%;background-color:#ffd15c}.development{width:80%;background-color:#ff4c60}.test{width:95%;background-color:#6c6cff}.react{width:65%;background-color:#357938}.knowledge{width:95%;background-color:#9200af}.collaboration{width:100%;background-color:#fa7101}.git{width:90%;background-color:#000}.about__boxes{grid-template-columns:repeat(4,1fr);column-gap:1.875rem;margin-top:4.35rem}.about__box{display:flex;column-gap:1.5rem}.about__icon{font-size:var(--h1-font-size);color:#6f6fff}.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-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;left:49px;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);row-gap:1.5rem;justify-content:center}}@media screen and (max-width: 576px){.about__container{grid-template-columns:320px}}.services__container{grid-template-columns:repeat(3,1fr);column-gap:1.875rem}.services__card{text-align:center;padding:1.875rem;border-radius:var(--border-radius);background-color:var(--container-color);transition:.3s}.services__card:hover{transform:translateY(-10px)}.services__card:nth-child(1){background-color:#64828f33;box-shadow:0 5px 20px 0 rgb(108,108,229 / 50%)}.services__card:nth-child(2){background-color:#4b626c33;box-shadow:0 5px 20px 0 rgb(108,108,229 / 50%)}.services__card:nth-child(3){background-color:#27384733;box-shadow:0 5px 20px 0 rgb(108,108,229 / 50%)}.services__img{margin-bottom:1.25rem}.services__title{font-size:var(--h3-font-size);margin-bottom:1rem;color:#fff}.services__description{color:#f8f9fa;text-align:justify}.services__card:nth-child(2) .services__title{color:var(--title-color)}.services__card:nth-child(2) .services__description{color:var(--title-color)}@media screen and (max-width: 1024px){.services__container{grid-template-columns:repeat(2,330px);justify-content:center;row-gap:1.875rem}}@media screen and (max-width: 768px){.services__container{grid-template-columns:310px}}@media screen and (max-width: 350px){.services__container{grid-template-columns:1fr}}.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;box-shadow:var(--shadow)}.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 .icon-briefcase,.timeline .icon-graduation{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{color:#8b88b1;font-size:var(--small-font-size)}.timeline__title{font-size:var(--h3-font-size);margin:.5rem 0}.specialh3{color:#000}@media screen and (max-width: 1024px){.resume__container{grid-template-columns:450px;justify-content:center;row-gap:1.875rem}.timeline__item:before{left:2px}}@media screen and (max-width: 576px){.resume__container{grid-template-columns:1fr}}@media screen and (max-width: 350px){.timeline__item{padding-left:1.875rem;padding-bottom:1.875rem}.timeline__item:before{left:0}.timeline .icon-briefcase,.timeline .icon-graduation{left:-9px}.timeline__text{text-align:justify}}.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__title{color:#fff;font-size:var(--h3-font-size);margin:0 0 0 .98rem;padding:0 1.25rem;position:absolute;top:3.75rem;transform:translateY(30px);opacity:0}.work__button{color:#fff;bottom:1.5rem;position:absolute;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,.work__card:hover .work__title{opacity:1}.work__card:hover .work__title,.work__card:hover .work__category{opacity:1;transform:translateY(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__filters{row-gap:.25rem}}@media screen and (max-width: 350px){.work__container{grid-template-columns:1fr}}.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__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}@media screen and (max-width: 1024px){.contact__container{grid-template-columns:300px 360px;justify-content:center;row-gap:1.875rem}.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}}:root{--first-color: hsl(353, 100%, 65%);--title-color: hsl(0, 0%, 100%);--text-color: hsl(0, 1%, 52%);--body-color: hsl(239.77, 31.65%, 18.24%);--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: .9rem;--small-font-size: .81rem;--smaller-font-size: .7rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,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:2 rem}.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(/assets/dots-bg-44ddd648.svg);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}
