@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap);.socialIcons{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.socialIcons a{margin-right:20px}.socialIcons a img{width:18px;transition:all .2s ease-in-out}.socialIcons a img:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.socialIcons .lastLink{margin-right:0}.burgerButton{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.burgerButton:focus{outline:none}.burgerButton div{width:2rem;height:.1rem;border-radius:10px;transition:all .3s linear;-webkit-transform-origin:1px;transform-origin:1px;background-color:#dda74f}.sideBox{position:absolute;top:0;right:0;bottom:0;width:100vw;height:100vh;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;background-image:url(/static/media/1.fd8d6cfe.jpg);background-position:50%;background-repeat:no-repeat;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.sideBox,.sideBox__links{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.sideBox__links{margin-top:80px}.sideBox__links__item{margin:15px 0;color:#fff;text-align:center;font-size:22px;font-weight:700}.sideBox__links__item:hover{color:#dda74f}.sideBox__languages span{font-weight:700;display:inline-block;font-size:16px}.sideBox__languages span:hover{cursor:pointer}.sideBox__languages__en{margin-right:8px}#openSideBox{-webkit-transform:translateX(0);transform:translateX(0)}.navbar__wrapper{background-color:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .25s cubic-bezier(.645,.045,.355,1);position:fixed;width:100vw;z-index:9}.navbar__wrapper__inner{padding-top:20px;padding-bottom:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.navbar__wrapper .logo{z-index:10}.navbar__wrapper .logo img{width:80px}.navbar__wrapper .links__ul{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;position:relative}.navbar__wrapper .links__ul__item{margin:0 10px;color:#fff}.navbar__wrapper .links__ul__item:hover{color:#dda74f}.navbar__wrapper .links__ul__relativeDot{width:5px;height:5px;border-radius:50%;background:#dda74f;position:absolute;bottom:-10px;left:9%;transition:all .5s linear}.navbar__wrapper .--active{color:#dda74f!important}.navbar__wrapper .--home[class*="--active"]~.links__ul__relativeDot{left:9%}.navbar__wrapper .--about[class*="--active"]~.links__ul__relativeDot{left:28%}.navbar__wrapper .--projects[class*="--active"]~.links__ul__relativeDot{left:48.5%}.navbar__wrapper .--blog[class*="--active"]~.links__ul__relativeDot{left:68%}.navbar__wrapper .--contact[class*="--active"]~.links__ul__relativeDot{left:87%}.navbar__wrapper .languages span{font-weight:700;display:inline-block;font-size:14px}.navbar__wrapper .languages span:hover{cursor:pointer}.navbar__wrapper .languages__en{margin-right:8px}.navbar__wrapper .menuButton{display:none}@media screen and (max-width:991px){.navbar__wrapper .languages,.navbar__wrapper .links{display:none}.navbar__wrapper .menuButton{display:block}}.footer_wrapper{margin-top:150px;background-color:#000}.footer_wrapper__inner{padding:40px 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.footer_wrapper__inner__row1{margin-bottom:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end}.footer_wrapper__inner__row1 img{width:100px}.footer_wrapper__inner__row2{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.footer_wrapper__inner__row2 p{font-size:14px}.footer_wrapper__inner__row2 p i{margin-right:3px}@media screen and (max-width:767px){.footer_wrapper{margin-top:100px}.footer_wrapper__inner{padding-left:15px;padding-right:15px}.footer_wrapper__inner__row1{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.footer_wrapper__inner__row1>img{margin-bottom:20px}.footer_wrapper__inner__row2{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.footer_wrapper__inner__row2 p{text-align:center}.footer_wrapper__inner__row2>p:first-child{margin-top:40px}}.spinner{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:80vh}.spinner .loader{width:30px;height:30px;border-radius:50%;border:3px solid #000;border-top-color:#dda74f;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center center;transform-origin:center center}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);-webkit-transform-origin:center center;transform-origin:center center}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center center;transform-origin:center center}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);-webkit-transform-origin:center center;transform-origin:center center}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}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;-webkit-text-decoration:underline dotted;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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}[hidden],template{display:none}*,:after,:before{box-sizing:border-box}a{text-decoration:none}a,button{cursor:pointer}button{background-color:transparent;color:inherit;border-width:0;padding:0}button:focus{outline:0}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}dd,ol,ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}*{font-family:"Poppins","system-ui","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color:#fff;font-family:"Poppins"}h1,h2,h3,h4,h5,h6{font-family:"Bogart Trial","system-ui",BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}a,a:hover{color:inherit}a:hover{text-decoration:none}.App,.root{background-image:url(/static/media/2.1f301d5a.jpg);background-position:50%;background-repeat:repeat;min-height:100vh}.pagesContainer{padding-top:100px}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#dda74f}