@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}ul,ol,li{list-style:none}button{cursor:pointer}button,input,textarea{outline:none}html{scroll-behavior:smooth}body{font-weight:400;font-family:Poppins,sans-serif,sans-serif;font-size:17px;font-style:normal;line-height:1.5;background-color:#fff}::-webkit-scrollbar{width:11px;transition:all .3s ease}::-webkit-scrollbar-track{box-shadow:inset 0 0 3px gray}::-webkit-scrollbar-thumb{box-shadow:inset 0 0 5px #fff;background:#645f61;border-radius:10px}::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 8px #fff}::selection{background-color:#facf0f;color:#fff}.wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}[class*=__container]{max-width:1220px;padding:0 15px;margin:0 auto}.container{max-width:1440px;margin:0 auto}.social-icon{font-size:24px}@media (max-width: 1220px){.social-icon{font-size:calc(24px + 0*(100vw - 320px))}}@media (max-width: 991.98px){#about,#projects,#contact{scroll-margin-top:100px}}.loading-icon{animation-name:loading-spin;animation-duration:1s;animation-timing-function:ease-in;animation-iteration-count:infinite}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section{padding-block:120px}@media (max-width: 1220px){.section{padding-block:calc(64px + 56 * ((100vw - 320px) / 900))}}@media (max-width: 767.98px){.section{padding-top:90px;padding-inline:10px}}@media (max-width: 479.98px){.section{padding-inline:0}}.section-gray{background-color:#f9f9f9}.section-header{display:flex;align-items:center;justify-content:center;flex-direction:column}.section-title{text-transform:uppercase;text-align:center;font-size:40px;font-weight:700;font-family:Source Sans Pro,sans-serif;color:#0f0f0f;letter-spacing:3px;margin-bottom:3.5rem;line-height:1.5;position:relative}.section-title:after{content:"";position:absolute;top:calc(100% + 1.5rem);height:5px;width:35px;background:#facf0f;left:50%;transform:translate(-50%);border-radius:5px}.section-subtitle{width:75%;display:block;text-align:center;color:#645f61;font-size:18px;font-weight:500;max-width:80rem;margin:auto;line-height:1.6}@media (max-width: 767.98px){.section-subtitle{width:90%}}[class*=--title]{font-weight:900;font-size:30px;margin-bottom:30px;font-family:Mulish,sans-serif}[class*=--text]{font-size:18px;line-height:1.7;margin-bottom:1rem;color:#645f61}[class*=--link]{color:#facf0f;text-decoration:underline;font-weight:700;display:inline;font-size:19px;line-height:1.7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:.8s;animation-timing-function:ease-in;animation-fill-mode:forwards}.hero-button-animation{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .5s ease-out}.hero-button-animation.animate{opacity:1;transform:translateY(0)}.hero-mouse-animation{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .6s ease-out .1s}.hero-mouse-animation.animate{opacity:1;transform:translateY(0)}.header{position:absolute;width:100%;top:0;left:0}.header__wrapper{position:fixed;width:100%;top:0;left:0;z-index:50;background-color:#fff;box-shadow:0 0 10px #00000017}.header__body{display:flex;align-items:center;padding-block:5px;min-height:80px;padding-inline:20px}.header__main{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex:0 0 100%}.header__logo{color:#000;font-weight:700;font-size:22px;line-height:131.8181818182%;cursor:pointer;position:relative;z-index:5}@media (max-width: 767.98px){.menu__body{position:fixed;width:100%;height:100%;overflow:auto;top:0;left:-100%;background-color:#fff;transition:left .3s ease;display:flex;align-items:center;justify-content:center;flex-direction:row}.menu__body._active{left:0}}@media (min-width: 767.98px){.menu__list{display:flex;flex-wrap:wrap;justify-content:space-evenly;column-gap:2rem}}.menu__item{display:flex;align-items:center;justify-content:center;flex-direction:row;margin:0 3px;padding:5px 0}.menu__item.active .menu__link{color:#facf0f;text-decoration:underline}@media (max-width: 767.98px){.menu__item{margin-bottom:15px}}.menu__link{font-weight:600;color:#0f0f0f;transition:color .3s ease;cursor:pointer}@media (any-hover: hover){.menu__link:hover{color:#facf0f;text-decoration:underline}}@media (max-width: 767.98px){.menu__link{font-size:24px}}.menu__icon{background-color:transparent;border:none}.icon-menu{display:none}@media (max-width: 767.98px){.icon-menu{position:relative;display:block;flex:0 0 33px;height:20px;cursor:pointer;z-index:5}.icon-menu span{transition:all .3s ease;position:absolute;width:calc(100% - 4px);height:3px;border-radius:10rem;background-color:#000}.icon-menu span:first-child{top:0;left:-1px;bottom:auto}.icon-menu span:nth-child(2){top:50%;right:0;transform:translateY(-40%)}.icon-menu span:last-child{top:auto;left:2px;bottom:-1px}.icon-menu._active span{transform:scale(0)}.icon-menu._active span:first-child{width:100%;transform:rotate(-45deg);top:calc(50% - 3px);left:1px}.icon-menu._active span:last-child{width:100%;transform:rotate(45deg);bottom:calc(50% + -0px)}}.footer{background-color:#0f0f0f}.footer__wrapper{padding-block:40px}@media (max-width: 767.98px){.footer__wrapper{padding-block:25px}}.footer__body{display:flex;align-items:center;justify-content:space-between;flex-direction:row}@media (max-width: 767.98px){.footer__body{flex-direction:column-reverse;row-gap:1.6em}}.footer__text{font-weight:600;font-size:18px;color:#f1f1f1}@media (max-width: 767.98px){.footer__text{font-size:15px}}.footer-list{display:flex;column-gap:1.5em}@media (max-width: 767.98px){.footer-list{column-gap:2em}}.footer-list__link{color:#f1f1f1;transition:color .2s ease}@media (any-hover: hover){.footer-list__link:hover{color:#bdbcbc!important}}.main{min-height:100vh}.hero{padding-top:80px;height:100vh}.hero__wrapper{position:relative;height:100%;background:linear-gradient(to right,rgba(245,245,245,.8),rgba(245,245,245,.8)),url(/images/hero-background.svg)}.hero__container{height:100%}.hero__body{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:row}.hero__main{display:flex;align-items:center;justify-content:start;flex-direction:column}.hero__stacks{position:absolute;left:0}@media (min-width: 767.98px){.hero__stacks{bottom:150px;transform:translateY(50%)}}@media (min-width: 767.98px) and (max-width: 1220px){.hero__stacks{bottom:calc(10px + 140 * ((100vw - 320px) / 900))}}@media (max-width: 767.98px){.hero__stacks{border-radius:5px;display:flex;align-items:center;justify-content:center;flex-direction:row;bottom:0;left:80px}}@media (max-width: 767.98px) and (max-width: 1220px){.hero__stacks{left:calc(20px + 60 * ((100vw - 320px) / 900))}}.hero__button{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;margin-top:80px}@media (max-width: 1220px){.hero__button{margin-top:calc(30px + 50 * ((100vw - 320px) / 900))}}.title{font-size:65px;line-height:69px;color:#0f0f0f;text-align:center;margin-bottom:40px}@media (max-width: 1220px){.title{font-size:calc(38px + .03*(100vw - 320px))}}@media (max-width: 1220px){.title{line-height:calc(44px + 25 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.title{margin-bottom:calc(17px + 23 * ((100vw - 320px) / 900))}}.subtitle{font-size:20px;width:85%;color:#645f61;text-align:center}@media (max-width: 1220px){.subtitle{font-size:calc(16px + 4 * ((100vw - 320px) / 900))}}.stack-list{background-color:#fff;border-radius:0 5px 5px 0;overflow:hidden}.stack-list__item{padding:5px 3px 5px 5px}.stack-list__link{display:flex;align-items:center;justify-content:center;flex-direction:row;padding:10px;border-radius:5px;color:#645f61;transition:all .2s ease}@media (any-hover: hover){.stack-list__link:hover{background:#f1f1f1;color:#0f0f0f}.stack-list__link:hover.Telegram{color:#08c}.stack-list__link:hover.LinkedIn{color:#006192}.stack-list__link:hover.Github{color:#211f1f}.stack-list__link:hover.Facebook{color:#316ff6}.stack-list__link:hover.Instagram{color:#e1306c}.stack-list__link:hover.Twitter{color:#1da1f2}}.waving-icon{animation-name:waving;animation-duration:2.5s;animation-iteration-count:infinite;transform-origin:70% 70%;display:inline-block}@keyframes waving{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.mouse__wrapper{display:none}@media (min-width: 767.98px){.mouse__wrapper{display:block;position:absolute;bottom:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem}}@media (min-width: 767.98px){.mouse{width:25px;height:40px;border:2px solid #333;border-radius:60px;position:relative;overflow:hidden}.mouse:before{content:"";width:5px;height:5px;position:absolute;top:7px;left:calc(50% - .1px);transform:translate(-50%);background-color:#333;border-radius:50%;opacity:1;animation:wheel 1.3s infinite;-webkit-animation:wheel 1.3s infinite}}@keyframes wheel{0%{top:7px}to{top:26px;opacity:0}}.btn{text-transform:uppercase;letter-spacing:1px;display:inline-block;border-radius:5px;box-shadow:0 5px 15px #00000026;padding:15px 50px;font-size:16px;font-weight:700;font-family:Source Sans Pro,sans-serif;line-height:1.5;text-align:center;transition:transform .3s ease}@media (any-hover: hover){.btn:hover{transform:translateY(-3px)}}.btn-block{padding:15px 83px!important;font-size:20px;color:#333!important}.btn-primary{border:1px solid #facf0f;background-color:#facf0f;color:#0f0f0f}.btn-ghost{border:1px solid #333;background:#f1f1f1;color:#333}.disabled{background-color:#f1f1f1!important;border-color:#f1f1f1}@media (any-hover: hover){.disabled:hover{transform:translateY(0)!important}}.about__main{display:grid;gap:3em}@media (min-width: 767.98px){.about__main{grid-template-columns:1fr 1fr}}.about-content{margin-top:90px}.about-content__left{justify-self:center}.about-content__list{margin-bottom:40px}.skills{padding:5px}.skills__list{display:flex;flex-wrap:wrap;gap:10px}.skills__item{height:55px;padding:10px 15px;column-gap:10px;border-radius:10px;display:flex;align-items:center;justify-content:start;flex-direction:row;background-color:#f1f1f1;cursor:pointer;font-weight:600;transition:background .2s ease}@media (any-hover: hover){.skills__item:hover.HTML{background-color:#f0652980}.skills__item:hover.CSS{background-color:#2962ff80}.skills__item:hover.JavaScript{background-color:#f0db4f80}.skills__item:hover.TypeScript{background-color:#007acc80}.skills__item:hover.Scss{background-color:#cc669980}.skills__item:hover.React{background-color:#61dafb80}.skills__item:hover.Next{background-color:#05427c80}.skills__item:hover.Git{background-color:#f34f2980}.skills__item:hover.Github{background-color:#7f7f7f80}.skills__item:hover.Styled{background-color:#a5388880}.skills__item:hover.Tailwind{background-color:#44a8b380}.skills__item:hover.Vue{background-color:#41b88380}.skills__item:hover.Vite{background-color:#9231be80}.skills__item:hover.GraphQL{background-color:#e1009880}}@media (max-width: 767.98px){.skills__item.HTML{background-color:#f0652980}.skills__item.CSS{background-color:#2962ff80}.skills__item.JavaScript{background-color:#f0db4f80}.skills__item.TypeScript{background-color:#007acc80}.skills__item.Scss{background-color:#cc669980}.skills__item.React{background-color:#61dafb80}.skills__item.Next{background-color:#05427c80}.skills__item.Git{background-color:#f34f2980}.skills__item.Github{background-color:#7f7f7f80}.skills__item.Styled{background-color:#a5388880}.skills__item.Tailwind{background-color:#44a8b380}.skills__item.Vue{background-color:#41b88380}.skills__item.Vite{background-color:#9231be80}.skills__item.GraphQL{background-color:#e1009880}}.skills-icon{display:flex;align-items:center;justify-content:center;flex-direction:row}.portfolio-list{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;width:100%;gap:50px;margin:3.5rem 0 0}@media (max-width: 1220px){.portfolio-list{gap:calc(25px + 25 * ((100vw - 320px) / 900))}}.portfolio-list__item{display:flex;align-items:center;justify-content:start;flex-direction:row;box-shadow:0 0 10px #0000001a;border-radius:17px}.portfolio-item{width:92%;height:430px;flex-direction:row;padding:1rem;padding:16px;gap:20px;margin-inline:auto}@media (max-width: 1220px){.portfolio-item{height:calc(280px + 150 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.portfolio-item{padding:calc(10px + 6 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.portfolio-item{gap:calc(25px + -5 * ((100vw - 320px) / 900))}}@media (max-width: 991.98px){.portfolio-item{flex-direction:column;height:auto;padding-bottom:12px}}@media (max-width: 479.98px){.portfolio-item{width:98%}}.portfolio-item-reversed{flex-direction:row-reverse!important}.portfolio-item-reversed .portfolio-item__right{padding-inline:5px 0!important}@media (max-width: 991.98px){.portfolio-item-reversed{flex-direction:column!important}}.portfolio-item__left{flex:0 0 60%}.portfolio-item__right{flex:0 0 40%;text-align:center;padding-inline:0 5px}@media (max-width: 991.98px){.portfolio-item__right{padding-bottom:20px}}@media (max-width: 991.98px) and (max-width: 1220px){.portfolio-item__right{padding-bottom:calc(0px + 20 * ((100vw - 320px) / 900))}}.portfolio-item__image-wrapper{height:390px;border-radius:17px;background-color:#76767633;overflow:hidden;box-shadow:0 0 10px #0000001a}@media (max-width: 1220px){.portfolio-item__image-wrapper{height:calc(250px + 140 * ((100vw - 320px) / 900))}}@media (max-width: 991.98px){.portfolio-item__image-wrapper{height:500px}}@media (max-width: 991.98px) and (max-width: 1220px){.portfolio-item__image-wrapper{height:calc(181px + 319 * ((100vw - 320px) / 900))}}.portfolio-item__image{width:100%;height:auto;object-fit:contain;z-index:-1}.portfolio-item__title{font-size:17;font-size:17px;position:relative;color:#2d2e32;text-transform:uppercase;margin-bottom:20px}@media (max-width: 1220px){.portfolio-item__title{font-size:calc(17px + 0*(100vw - 320px))}}@media (max-width: 1220px){.portfolio-item__title{margin-bottom:calc(8px + 12 * ((100vw - 320px) / 900))}}.portfolio-item__description{color:#767676;font-weight:500;text-align:center;text-transform:none;font-size:17px}@media (max-width: 1220px){.portfolio-item__description{font-size:calc(14.5px + 2.5 * ((100vw - 320px) / 900))}}.techno-list{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:16px;margin-block:16px}@media (max-width: 1220px){.techno-list{column-gap:calc(10px + 6 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.techno-list{margin-block:calc(12px + 4 * ((100vw - 320px) / 900))}}@media (max-width: 479.98px){.techno-list{flex-wrap:wrap;row-gap:10px}}.techno-list__item{padding:10px 13px;padding-block:10px;padding-inline:13px;font-size:17px;font-weight:800!important;font-family:Mulish,sans-serif;box-shadow:0 0 10px #0000001a}@media (max-width: 1220px){.techno-list__item{padding-block:calc(5px + 5 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.techno-list__item{padding-inline:calc(10px + 3 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.techno-list__item{font-size:calc(15px + 2 * ((100vw - 320px) / 900))}}.decode-list{margin-top:48px;display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:40px}@media (max-width: 1220px){.decode-list{margin-top:calc(15px + 33 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.decode-list{column-gap:calc(20px + 20 * ((100vw - 320px) / 900))}}.decode-list__link{display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:7px;font-size:20px}@media (max-width: 1220px){.decode-list__link{font-size:calc(16px + 4 * ((100vw - 320px) / 900))}}.decode-list__icon{font-size:28px}@media (max-width: 1220px){.decode-list__icon{font-size:calc(24px + 4 * ((100vw - 320px) / 900))}}.contact{min-height:100vh;display:flex;align-items:strech;justify-content:center;flex-direction:row;background:linear-gradient(to right,rgba(245,245,245,.8),rgba(245,245,245,.8)),url(/images/hero-background.svg)}.contact__wrapper{width:100%;flex:0 0 100%}.contact__body{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.contact-form{margin-top:90px;width:70%;background-color:#fff;border-radius:5px;box-shadow:#64646f33 0 7px 29px;padding:40px}@media (max-width: 1220px){.contact-form{padding:calc(20px + 20 * ((100vw - 320px) / 900))}}@media (max-width: 767.98px){.contact-form{width:100%}}.form-group{display:flex;align-items:start;justify-content:center;flex-direction:column;margin-bottom:40px}@media (max-width: 1220px){.form-group{margin-bottom:calc(20px + 20 * ((100vw - 320px) / 900))}}.form-button__wrapper{width:100%;column-gap:20px;display:flex;align-items:center;justify-content:end;flex-direction:row}@media (max-width: 1220px){.form-button__wrapper{column-gap:calc(12px + 8 * ((100vw - 320px) / 900))}}.form-button__wrapper button{padding-block:15px;padding-inline:50px;font-size:16px}@media (max-width: 1220px){.form-button__wrapper button{padding-block:calc(10px + 5 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.form-button__wrapper button{padding-inline:calc(20px + 30 * ((100vw - 320px) / 900))}}@media (max-width: 1220px){.form-button__wrapper button{font-size:calc(14px + 2 * ((100vw - 320px) / 900))}}.form-group{position:relative}.form-group__label{color:#666;font-size:15px;font-weight:700;letter-spacing:1px;font-family:Source Sans Pro,sans-serif;margin-bottom:16px}.form-group__input{color:#333;padding:20px;width:100%;border:1px solid #ebebeb;border-radius:5px;background-color:#f0f0f0;font-size:15px;font-weight:600;font-family:Mulish,sans-serif}@media (max-width: 1220px){.form-group__input{padding:calc(15px + 5 * ((100vw - 320px) / 900))}}.form-group__input::placeholder{font-size:14px;font-weight:800;font-family:Mulish,sans-serif}.form-group__input.error{border-color:red}.form-group__error{position:absolute;bottom:-25px;font-size:15px;color:red}.form-group textarea{resize:vertical;min-height:150px;max-height:300px}.contact-form-button{display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:7px}
