*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--clr-font);transition:all .3s linear;font-size:1rem;font-weight:400;line-height:1.5}.dark-theme{--clr-bcg:#282c35;--clr-font:#d7d7d7;--clr-primary:#41cadf;--bg-header:linear-gradient(#0b7080,#0ba376);--tag-color:#282c35;--h-color:#fff;--accent:#0ba376}.light-theme{--clr-bcg:#fff;--clr-font:#282c35;--clr-primary:#2ccce4;--bg-header:linear-gradient(#fe6d72,#fea621);--tag-color:#f2f2f2;--h-color:#000;--accent:#fe8157}html{margin:0;width:100%;height:100%}.app,html{min-height:100%}.app{display:flex;min-height:100vh;background:var(--clr-bcg);color:var(--clr-font)}.app,img{max-width:100%}img{height:auto}.main__screen h1,.page__title h1,.page h1,.page h2,.page h4,.page h5,.page h6,h1,h2,h4{color:var(--h-color)}.page__title h1{font-size:32px;font-family:Poppins,Helvetica,sans-serif;font-weight:600;font-style:normal;letter-spacing:0}a,a:hover{text-decoration:none}h2{font-size:1.8rem;line-height:1.36;margin:0 0 .6em}.h1,h1,h2{font-weight:700}.h1{font-size:2.6rem;margin-bottom:30px}h1,h2,h3,h4,h5,h6{font-family:Poppins,Tahoma,Arial,sans-serif;color:inherit;word-break:break-word;font-weight:700}.main{background:var(--clr-bcg);width:100%;margin-left:480px}.main,.main .wrapper{height:100%;min-height:100vh}.main .wrapper{padding:20px}.page{padding:40px}.welcome{width:100%;height:100%;min-height:84vh;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.welcome .main__screen{min-height:100%;height:100%}.main__screen h1{font-size:60px}@media (max-width:750px){.main__screen h1{font-size:55px}.page{padding:20px}}@media (max-width:600px){.main__screen h1{font-size:38px}.page{padding:20px}}a{color:var(--accent)}.main__screen h4{color:#888;font-size:21px;font-weight:300;margin:15px 0;text-align:center}.box{-webkit-animation:fade .5s linear 0s;animation:fade .5s linear 0s}.skeleton__wrapper{width:100%;display:flex;flex-wrap:wrap;margin-top:30px}.skeleton{width:30%;margin:1.3%}@media (max-width:1200px){.skeleton{width:47%}}@media (max-width:900px){.skeleton{width:97%}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}.header__menuContainer{width:80px;background:var(--clr-bcg);padding:30px 0;text-align:center;min-height:100%}.header__menuItem{padding:5px 0;margin-bottom:10px}.toggleTheme{margin-bottom:20px}.toggleTheme svg{font-size:30px;color:#999}.toggleTheme svg:hover{cursor:pointer}.header__menuItem a{color:inherit;display:flex;flex-direction:column;align-items:center;transition:color .3s linear}.header__menuItem a:hover svg{color:var(--accent)}.header__menuItem a.active,.header__menuItem a:active,.header__menuItem a:focus{background:transparent;outline:none}.header__menuItem a.active svg,.header__menuItem a:active svg,.header__menuItem a:focus svg{color:var(--accent)}.link-text{color:var(--clr-font);font-size:12px;padding:3px 0}.header__menuItem a svg{font-size:32px;color:#b5b6b7}.header{max-width:480px;display:inline-block;width:100%;height:100%;min-height:100vh;position:fixed;background:transparent;background:var(--bg-header);display:flex}.header-content{text-align:center;width:100%;padding:65px 30px 45px}.header-photo,.header-photo img{height:auto;max-height:150px;width:auto;max-width:150px}.header-photo{position:relative;z-index:1;margin:0 auto 30px}.header-photo:after{position:absolute;opacity:.3;top:7%;left:7%;border-radius:300px;content:"";height:100%;width:100%;background-image:-webkit-repeating-radial-gradient(center center,#fff,#fff 1px,transparent 0,transparent 100%);background-image:-ms-repeating-radial-gradient(center center,#fff,#fff 1px,transparent 0,transparent 100%);background-size:6px 6px;z-index:-1}.header-photo img{max-width:100%;background-color:#fff;border:3px solid #fff;border-radius:300px}.header-info h2{font-size:34px;font-weight:600;color:#fff;margin:5px 0 7px;line-height:1.2em}.header-info h4{font-size:18px;font-weight:300;color:#fff;margin:5px 0;line-height:1.2em}.social-links{margin:20px 0}.social-links ul{list-style:none;padding:0}.social-links ul li{display:inline-block;margin:0 10px}.social-links ul li .MuiSvgIcon-root{color:var(--clr-font)}.header-buttons{margin-top:50px}.header-buttons .btn-primary{background-color:transparent;border-color:#fff;border-radius:30px;display:inline-block;position:relative;padding:.8em 2.1em;margin-bottom:.75em;font-size:1em;line-height:1.2;outline:0;border:2px solid #fff;color:#fff;text-shadow:none;font-family:"Poppins",Helvetica,sans-serif;transition:all .3s ease-in-out;box-shadow:0 10px 10px -8px rgba(0,0,0,.22)}.burger{position:fixed;right:20px;top:20px;width:46px;height:46px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;display:none;z-index:999}.burger:hover{cursor:pointer}.burger .burger__icon{font-size:1.5rem;color:#fff}.header__menu{height:100%}@media (max-width:1200px){.header{max-width:360px}.main{margin-left:360px}.card__portfolio{width:47%!important}}.mobileMenu{display:none}@media (max-width:1100px){.about__block{flex-direction:column}.card__portfolio{width:100%!important}}@media (max-width:900px){.about__text,.contact__blocks{flex:1 1!important}}@media (max-width:900px){.about__block{flex-direction:column}.about__text,.contact__blocks{flex:1 1!important}}@media (max-width:700px){.social-links{margin:0}.header-buttons{margin-top:30px}.toggleTheme{position:absolute;top:20px;left:20px}.card__portfolio{width:100%!important}.app{flex-direction:column}.burger{display:flex}.header{position:fixed;max-width:290px;max-width:100%;flex-direction:column;min-height:100%;display:none;z-index:100}.header.open{display:flex!important}.header .header-content{padding-top:30px}.header .desktop{display:none;height:100vh}.header .header__menu{width:100%}.header .mobileMenu{display:block}.header .header__menuContainer{width:100%;padding:15px 0;background:transparent}.header .header__menuContainer .header__menuItem{margin-bottom:5px}.header .header__menuContainer .header__menuItem .link-text{font-size:16px;font-weight:600;opacity:.9}.header .header__menuContainer .header__menuItem svg{display:none}.main{margin-left:0}}@media (max-width:400px){.header-info h2{font-size:26px}.header-photo,.header-photo img{height:100px}}.portfolio__content{display:flex;justify-content:space-between;flex-wrap:wrap}.card__portfolio{position:relative;width:32%;min-width:200px;margin:20px 0 8px;padding:16px;border:1px solid rgba(0,0,0,.05);border-radius:8px;box-shadow:0 10px 40px -10px rgba(0,0,0,.1);transition:all .2s linear;flex-wrap:wrap;background:hsla(0,0%,100%,.03)}@media (max-width:1400px){.card__portfolio{width:48%}}@media (max-width:1024px){.card__portfolio{width:48%}}.card__portfolio:hover{box-shadow:0 10px 40px -10px rgba(0,0,0,.18);transform:translate3d(0,-4px,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transform-style:preserve-3d}.card__portfolio .card__img{width:100%;background:#fff;height:65px;width:65px;border-radius:8px}.card__portfolio .card__img img{height:65px;width:65px;object-fit:cover;border:1px solid #e4e5e9;border-radius:8px}.card__portfolio .card__title{margin:15px 0 10px;display:flex}.card__portfolio .card__title h5{margin:0;font-weight:600}.card__portfolio .card__title .demoLink{opacity:.5;transition:all .2s linear;margin-left:15px}.card__portfolio p{color:grey;cursor:default}.card__portfolio .card__tag{background-color:var(--tag-color);padding:8px 16px;border-radius:20px;display:inline-block;font-size:14px;margin-right:12px}.codeIcon{position:absolute;right:15px;top:15px;transition:all .2s linear;opacity:.6}.card__portfolio:hover .codeIcon,.card__portfolio:hover .demoLink{opacity:1}.about__block{display:flex;flex-wrap:wrap}.about__text{flex:0.8 1;margin-right:35px}.resume ul{padding-left:40px;margin-bottom:20px}.info__listItem{margin-bottom:10px}.info__listItem span{color:var(--accent);margin-right:5px;font-weight:700}.resume__block{margin-bottom:40px}.resume h1,.resume h2{color:var(--accent)!important}.h5,h5{font-size:1.25rem}.h5,.h6,h5,h6{line-height:1.2rem;margin-bottom:.5rem}.h6,h6{font-size:1rem}.resume__res,.resume__subTitle{font-weight:600}.resume__res{margin-top:20px}.resume a{color:var(--accent);font-weight:600;text-decoration:underline}.resume p{margin-top:0!important;margin-bottom:1rem!important}.contact h1{margin-bottom:40px}.contact a{color:var(--accent)}.contact__block{width:100%;margin-bottom:25px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.03);border:1px solid rgba(0,0,0,.1);border-radius:8px}.contact__block svg{font-size:46px;color:var(--accent);margin-bottom:5px}.small{font-size:16px}.contact__wrapper{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap}.contact__wrapper .contact__blocks{flex:0.47 1;width:100%}.contact__wrapper .contact__info{flex:1 1;margin-left:30px}@media (max-width:1024px){.contact__wrapper{flex-direction:column}.contact__blocks{flex:1 1}}
/*# sourceMappingURL=main.93b1d712.chunk.css.map */