@import"https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}*:focus-visible{box-shadow:0 0 0 3px #000;outline:0}html{font-size:100%}body{margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main{background:#f2f2f2;flex:1;overflow-y:hidden;display:flex;align-items:center}.wrapper{max-width:87rem;padding-left:5%;padding-right:5%;margin:0 auto}.wrapper--pages{padding-top:50px;padding-bottom:50px}@media screen and (max-width: 768px){.wrapper--pages{padding-left:40px;padding-right:40px}}img{max-width:100%;height:auto}li{list-style-type:none}.divider{width:100%;position:relative;height:1px;margin:40px 0}.divider:before{content:"";position:absolute;top:0;left:5%;right:5%;width:90%;height:3px;background-image:linear-gradient(to right,transparent,#000000,transparent)}body{font-family:Roboto,sans-serif;font-size:16px;font-size:1rem;font-weight:400;line-height:1.5;color:#212121}a{text-decoration:none}.btn{font-size:20px;font-size:1.25rem;font-weight:700;background-color:#17b7a1;color:#fff;padding:15px 35px;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.btn{font-size:18px;font-size:1.125rem;padding:18px 32px}}@media screen and (max-width: 768px){.btn{font-size:16px;font-size:1rem;padding:16px 28px}}.btn:hover{background-color:#129381;transition:all .3s ease-in-out}.btn--about{background:linear-gradient(to right,#17B7A1 0%,#17B7A1 50%,#000000 50%,#000000 100%);background-size:200% 100%;transition:background-position .3s ease,color .3s ease,border-color .5s ease;color:#fff;padding:15px 25px}.btn--about:hover{color:#fff;background-position:-100% 0;border-color:#fff}.btn--link{padding:10px 25px}@media screen and (max-width: 768px){.btn--link{padding:5px 15px}}.btn--link-demo{background-color:#212121}.btn--link-demo:hover{background-color:#474747;transition:all .3s ease-in-out}.btn--link-gitlab{background-color:#e24329}.btn--link-gitlab:hover{background-color:#a82b17;transition:all .3s ease-in-out}.btn--link-github{background-color:#6865e9}.btn--link-github:hover{background-color:#9492ef}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:30px}.hero__intro{font-size:55px;font-size:3.4375rem;font-weight:500;font-family:Caveat,cursive;color:#17b7a1;margin:0}@media screen and (max-width: 1024px){.hero__intro{font-size:45px;font-size:2.8125rem}}@media screen and (max-width: 768px){.hero__intro{font-size:38px;font-size:2.375rem;line-height:1}}.hero__title{font-family:Heebo,sans-serif;font-size:70px;font-size:4.375rem;font-weight:800;line-height:1;margin:0}@media screen and (max-width: 1024px){.hero__title{font-size:55px;font-size:3.4375rem}}@media screen and (max-width: 768px){.hero__title{font-size:51px;font-size:3.1875rem}}.hero__subtitle{width:85%;font-size:20px;font-size:1.25rem;margin:0 0 30px}@media screen and (max-width: 1024px){.hero__subtitle{font-size:18px;font-size:1.125rem}}.interest-card{background-color:#fff;border-radius:10px;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}@media screen and (max-width: 1024px){.interest-card{width:45%}}@media screen and (max-width: 768px){.interest-card{width:100%}}.interest-card__label{font-size:16px;font-size:1rem;text-align:center;font-weight:700;color:#000;margin:0}.portfolio-card__head{background-color:#17b7a1;position:relative;width:380px;height:250px;border-radius:10px;cursor:pointer}@media screen and (max-width: 1440px){.portfolio-card__head{width:100%}}.portfolio-card__head:hover .portfolio-card__overlay{opacity:90%;transition:all .4s ease-out}.portfolio-card__head:hover .portfolio-card__caption{opacity:100%;transition:all .3s ease-out}.portfolio-card__overlay{background-color:#000;width:100%;height:100%;border-radius:10px;position:absolute;top:0;left:0;opacity:0;transition:all .4s ease-out}.portfolio-card__thumbnail{width:100%;height:100%;object-fit:cover;border-radius:10px}.portfolio-card__caption{opacity:0;transition:all .3s ease-out;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:18px 25px;color:#fff;font-weight:500;margin:0;z-index:11}.portfolio-card__name{font-size:30px;font-size:1.875rem;margin:0}.portfolio-card__icon{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:25px}.loader{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.modal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center}.modal__box{position:relative;height:90%;overflow:hidden;display:flex;justify-content:space-between;padding:40px 70px;width:90%;max-width:1130px}@media screen and (max-width: 768px){.modal__box{flex-direction:column-reverse;justify-content:center;padding:40px 10px}}@media screen and (max-width: 480px){.modal__box{padding-top:60px}}.modal__container{max-width:1000px;padding:60px;background-color:#f2f2f2;border-radius:10px;overflow-y:scroll;display:flex;flex-direction:column;gap:40px;align-items:center}@media screen and (max-width: 1024px){.modal__container{padding:45px}}@media screen and (max-width: 768px){.modal__container{padding:20px 28px;min-width:300px}}.modal__container::-webkit-scrollbar{width:11px}.modal__container::-webkit-scrollbar-thumb{background-color:#ababab;border-radius:4px}.modal__container::-webkit-scrollbar-track{margin:40px 0}.modal__btn{position:absolute;display:flex;justify-content:flex-start;align-items:center;gap:5px}.modal__btn-label{display:none;color:#fff;transition:color .3s ease-in-out}@media screen and (max-width: 768px){.modal__btn-label{display:block}}@media screen and (max-width: 480px){.modal__btn-label{display:none}}.modal__btn-icon{width:40px;height:40px;color:#f2f2f2;cursor:pointer;transition:color .3s ease-in-out}.modal__btn-icon:hover{color:#17b7a1;transition:color .3s ease-in-out}@media screen and (max-width: 768px){.modal__btn-icon{width:30px;height:30px}}@media screen and (max-width: 480px){.modal__btn-icon{width:50px;height:50px}}.modal__btn--close{top:3px;right:3px}@media screen and (max-width: 768px){.modal__btn--close{top:2px;right:40%}}@media screen and (max-width: 480px){.modal__btn--close{top:2px;right:10px}}.modal__btn--previous{top:50%;left:3px}@media screen and (max-width: 768px){.modal__btn--previous{top:2px;left:10px}}@media screen and (max-width: 480px){.modal__btn--previous{top:2px;left:10px}}.modal__btn--next{top:50%;right:3px}@media screen and (max-width: 768px){.modal__btn--next{top:2px;right:10px}}@media screen and (max-width: 480px){.modal__btn--next{top:2px;right:auto;left:70px}}.modal__head{width:859px;max-width:100%;height:300px}.modal__thumbnail{width:100%;height:100%;object-fit:cover;border-radius:10px}.modal__thumbnail-refocused{object-position:center top}.modal__content{width:100%;display:flex;justify-content:space-between;align-items:start;gap:20px}@media screen and (max-width: 1024px){.modal__content{width:100%;flex-direction:column;align-items:flex-start}}.modal__text{display:flex;flex-direction:column;gap:8px;width:75%}@media screen and (max-width: 1024px){.modal__text{width:100%}}.modal__text-title,.modal__text-subtitle,.modal__text-description,.modal__text-skills{margin:0}.modal__text-title{font-size:30px;font-size:1.875rem;line-height:1}.modal__text-subtitle{font-size:22px;font-size:1.375rem}.modal__text-description,.modal__text-skills{margin-top:15px}.modal__text-skills p{margin:0;font-weight:700}.modal__text-skills ul{margin:0;padding:0}.modal__text-skills li{list-style:inside}.modal__details{display:flex;flex-direction:column;gap:25px}.modal__categories{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1024px){.modal__categories{flex-direction:row;align-items:center}}.modal__categories-title{font-size:22px;font-size:1.375rem;margin:0}@media screen and (max-width: 768px){.modal__categories-title{font-size:18px;font-size:1.125rem}}.modal__categories-icon{display:flex;gap:8px}.modal__links{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1024px){.modal__links{flex-direction:row;flex-wrap:wrap;align-items:center}}.modal__links-title{font-size:22px;font-size:1.375rem;margin:0}@media screen and (max-width: 768px){.modal__links-title{font-size:18px;font-size:1.125rem}}.modal__links-btn{display:flex;justify-content:center;align-items:center;gap:10px}.modal__screen{width:859px;max-width:100%;height:600px}.modal__screen-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.header{background-color:#fff;width:100%;padding-top:1.5rem;padding-bottom:1.5rem}.header__container{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.header__container{flex-direction:row}}.header h1{line-height:0;margin:0}.header__logo{height:50px}@media screen and (max-width: 1024px){.header__logo{height:50px}}@media screen and (max-width: 768px){.header__logo{height:50px;margin-bottom:0}}.header__nav{display:flex;gap:2.938rem;align-items:center}@media screen and (max-width: 768px){.header__nav{display:none}}.header__nav--mobile{display:flex;flex-direction:column;align-items:center;gap:16px;width:50%;position:absolute;top:50px;right:0;background-color:#212121;box-shadow:0 2px 6px #0000001a;border-radius:10px;z-index:10;padding:1rem;transition:transform .3s ease-in-out}@media screen and (max-width: 768px){.header__nav--mobile{display:flex;color:#fff}}.header__nav-link{font-size:20px;font-size:1.25rem;font-family:Heebo,sans-serif;color:#000;font-weight:600;position:relative;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.header__nav-link{font-size:18px;font-size:1.125rem}}.header__nav-link--txt:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background-color:#17b7a1;transition:width .3s ease-in-out}.header__nav-link--txt:hover,.header__nav-link--txt.active{color:#17b7a1;transition:all .3s ease-in-out}.header__nav-link--txt:hover:after,.header__nav-link--txt.active:after{width:100%}@media screen and (max-width: 768px){.header__nav-link--txt{color:#fff}}.header__mobile-btn{display:none}@media screen and (max-width: 768px){.header__mobile-btn{color:#212121;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.header__mobile-btn:hover{color:#17b7a1;transition:all .3s ease-in-out}}.header__mobile-btn.open{transform:rotate(90deg)}.header__contact{position:absolute;bottom:-85px;right:0;background-color:#212121;box-shadow:0 2px 6px #0000001a;border:2px solid #212121;border-radius:10px;padding:10px 20px;display:flex;align-items:center;gap:20px;z-index:1;opacity:0}@media screen and (max-width: 1024px){.header__contact{bottom:-78px}}@media screen and (max-width: 768px){.header__contact{bottom:-88px}}.header__contact:after{content:"";position:absolute;top:-22px;right:20px;border-width:10px;border-style:solid;border-color:transparent transparent #212121 transparent;display:none}.header__contact.show{opacity:1;transition:opacity .6s ease-in-out}.header__contact.show:after{display:block}.header__contact-link{display:flex;flex-direction:column;align-items:start}.header__contact-icon{color:#fff;transition:all .3s ease-in-out;width:38px;height:38px}@media screen and (max-width: 1024px){.header__contact-icon{width:33px;height:33px}}.header__contact-icon:hover,.header__contact-icon:focus,.header__contact-icon:active{color:#17b7a1}.header__contact-icon--mail{width:40px;height:40px}@media screen and (max-width: 1024px){.header__contact-icon--mail{width:35px;height:35px}}.header__contact-icon--github:hover,.header__contact-icon--github:focus,.header__contact-icon--github:active{color:#6865e9;transition:all .3s ease-in-out}.header__contact-icon--linkedin:hover,.header__contact-icon--linkedin:focus,.header__contact-icon--linkedin:active{color:#0a66c2;transition:all .3s ease-in-out}.footer{background-color:#f2f2f2}.footer__background{margin-bottom:-8px}@media screen and (max-width: 768px){.footer__background{margin-bottom:15px}}.footer__container{position:relative;z-index:200;margin-top:-40px;background-color:#0a0a0a}.footer__content{width:70%;padding-top:10px;padding-bottom:30px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.footer__content{width:80%}}@media screen and (max-width: 768px){.footer__content{width:90%;flex-wrap:wrap;justify-content:center;gap:30px}}.footer__logo{height:40px}@media screen and (max-width: 1024px){.footer__logo{height:32px}}@media screen and (max-width: 768px){.footer__logo{height:28px}}.footer__social{display:flex;justify-content:flex-start;align-items:center;gap:40px}@media screen and (max-width: 1024px){.footer__social{gap:20px}}@media screen and (max-width: 768px){.footer__social{width:auto}}.footer__social-link{display:flex;flex-direction:column;align-items:center}.footer__social-icon{width:30px;height:30px;color:#fff;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.footer__social-icon{width:25px;height:25px}}@media screen and (max-width: 768px){.footer__social-icon{width:23px;height:23px}}.footer__social-icon:hover,.footer__social-icon:focus,.footer__social-icon:active{color:#17b7a1;transition:all .3s ease-in-out}.footer__social-icon--mail{width:38px;height:38px}@media screen and (max-width: 1024px){.footer__social-icon--mail{width:33px;height:33px}}@media screen and (max-width: 768px){.footer__social-icon--mail{width:31px;height:31px}}.footer__social-icon--github:hover,.footer__social-icon--github:focus,.footer__social-icon--github:active{color:#6865e9;transition:all .3s ease-in-out}.footer__social-icon--linkedin:hover,.footer__social-icon--linkedin:focus,.footer__social-icon--linkedin:active{color:#0a66c2;transition:all .3s ease-in-out}.footer__copyright{margin:0;color:#fff}@media screen and (max-width: 768px){.footer__copyright{font-size:14px;font-size:.875rem}}.footer__copyright-link{color:#fff}.footer__copyright-link:hover{color:#17b7a1}.home{display:flex;flex-direction:column;align-items:center}.about{display:flex;flex-direction:column;gap:20px;opacity:0}.about.loaded{opacity:1;transition:opacity .6s ease-in}.about__title{font-family:Caveat,cursive;font-size:50px;font-size:3.125rem;color:#000;font-weight:700;margin:0;line-height:1}.about__paragraph{font-size:20px;font-size:1.25rem;line-height:1.8;margin:0}.about__paragraph--big{font-size:22px;font-size:1.375rem;font-weight:700}.about__description{width:100%;display:flex;justify-content:space-between;gap:40px}@media screen and (max-width: 1024px){.about__description{flex-direction:column-reverse;align-items:center}}.about__description-content{width:60%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 1024px){.about__description-content{width:100%}}.about__description aside{display:flex;flex-direction:column;gap:30px;width:40%}@media screen and (max-width: 1024px){.about__description aside{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}@media screen and (max-width: 768px){.about__description aside{width:100%;flex-direction:column;align-items:center}}.about__description-photography{width:100%;height:500px;border-radius:10px}.about__description-photography img{width:100%;height:100%;border:10px #212121 solid;object-fit:cover;border-radius:10px}@media screen and (max-width: 1024px){.about__description-photography img{object-position:center top}}@media screen and (max-width: 768px){.about__description-photography img{object-position:center top}}.about__description-cta{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.about__description-cta p,.about__description-cta a{text-align:center;margin:0 auto}.about__description-cta a{width:60%}@media screen and (max-width: 1440px){.about__description-cta a{width:auto}}.about__skills{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.about__skills-list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:15px;margin:0;padding:0}.about__skills-anchor{display:block;width:70px;height:70px}.about__skills-tooltip{background-color:#17b7a1;opacity:1}.about__skills-arrow{background-color:#17b7a1}.about__skills-icon{color:#000;width:70px;height:70px}@media screen and (max-width: 1024px){.about__skills-icon{width:60px;height:60px}}@media screen and (max-width: 768px){.about__skills-icon{width:50px;height:50px}}.about__interests{display:flex;flex-direction:column;align-items:flex-start}.about__interests-items{width:100%;margin-top:50px;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:30px}@media screen and (max-width: 768px){.about__interests-items{justify-content:center}}.error-404{width:75%;margin:0 auto;padding:90px 90px 0;text-align:center}.error-404__title{font-size:55px;font-size:3.4375rem;color:#000;font-weight:700;line-height:1.2;margin:50px 0 70px}.error-404__btn{font-size:25px;font-size:1.5625rem}.portfolio{display:flex;flex-direction:column;gap:50px;opacity:0}.portfolio.loaded{opacity:1;transition:opacity .6s ease-in}.portfolio__head{display:flex;flex-direction:column;gap:20px}.portfolio__title{font-size:40px;font-size:2.5rem;font-weight:700;margin:0}.portfolio__subtitle{font-size:18px;font-size:1.125rem;margin:0}.portfolio__works{display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px;overflow:hidden}@media screen and (max-width: 1024px){.portfolio__works{justify-content:flex-start}}@media screen and (max-width: 768px){.portfolio__works{justify-content:center;gap:30px}}@media screen and (max-width: 1440px){.portfolio__works-item{width:31%;height:auto}}@media screen and (max-width: 1024px){.portfolio__works-item{width:48%;height:auto}}@media screen and (max-width: 768px){.portfolio__works-item{width:100%}}.work{display:flex;flex-direction:column;align-items:center}
