@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#1a3c40;color:#ede6db;font-family:Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}@media screen and (min-width:768px){main{margin-right:5em}}section{min-height:100vh}@media screen and (max-width:768px){section{padding:2em}}@media screen and (min-width:768px){section{padding:2em 5em}}footer{color:#ede6db;font-size:.8em;font-weight:200;padding:1.5em;text-align:center}@media screen and (max-width:768px){footer{margin-bottom:5em}}footer a{font-weight:500;transition:color .3s}footer a:hover{color:#fff}.sidebar{align-items:center;background-color:#1d5c63;display:flex;gap:2.5em;justify-content:center;position:fixed;z-index:100}@media screen and (max-width:768px){.sidebar{bottom:0;left:0;padding:1.5em;right:0;width:100%}}@media screen and (min-width:768px){.sidebar{bottom:0;flex-direction:column;padding:2em;right:0;top:0;width:5em}}.sidebar svg{color:#ede6db;transition:color .3s}.sidebar svg:hover{color:#d4c3a8}.active svg{color:#1a3c40}.about__wrapper{align-items:center;display:flex;flex-direction:column}@media screen and (max-width:768px){.about__wrapper{flex-direction:column;justify-content:center}}@media screen and (min-width:768px){.about__wrapper{justify-content:center}}.about__left{margin-bottom:3em}@media screen and (min-width:768px){.about__left{display:flex}}.about__info{display:flex;flex-direction:column;gap:1.5em}@media screen and (max-width:768px){.about__info{justify-content:center;width:100%}}@media screen and (min-width:768px){.about__info{width:65%}}.about-title{color:gray;font-weight:300}.about__desc{line-height:1.5em}.about__desc span:first-child{color:orange}.about__desc span:nth-child(2){color:green}.about__desc a{font-weight:700;transition:color .2s}.about__desc a:hover{color:#417d7a}.about-name{font-size:2.5em}.about__socials{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(auto-fit,1fr)}.about__socials a{transition:color .3s}.about__socials a:hover{color:#417d7a}.about__socials svg{margin-inline:.1em;-webkit-transform:translateY(.1em);transform:translateY(.1em)}@media screen and (max-width:768px){.about__illustration{display:none}}@media screen and (min-width:768px){.about__illustration{-webkit-animation:illustration-animation 5s infinite;animation:illustration-animation 5s infinite;font-family:Dancing Script,cursive;height:20em;text-shadow:.2em .4em .125em #417d7a;-webkit-transform:translateY(-9em);transform:translateY(-9em);transition:all .3s;width:35%}.about__illustration:hover{-webkit-animation-play-state:paused;animation-play-state:paused;text-shadow:.3em .6em .504em #417d7a}}.animated-letter{font-size:25em}.know-more{text-align:center}.know-more svg{-webkit-animation:up-down-animation 2s infinite;animation:up-down-animation 2s infinite;margin-top:.5em}@-webkit-keyframes illustration-animation{0%,to{-webkit-transform:translateY(-9em);transform:translateY(-9em)}50%{-webkit-transform:translateY(-5em) scale(.8);transform:translateY(-5em) scale(.8)}}@keyframes illustration-animation{0%,to{-webkit-transform:translateY(-9em);transform:translateY(-9em)}50%{-webkit-transform:translateY(-5em) scale(.8);transform:translateY(-5em) scale(.8)}}@-webkit-keyframes up-down-animation{0%,to{-webkit-transform:translateY(10%);transform:translateY(10%)}50%{-webkit-transform:translateY(-40%);transform:translateY(-40%)}}@keyframes up-down-animation{0%,to{-webkit-transform:translateY(10%);transform:translateY(10%)}50%{-webkit-transform:translateY(-40%);transform:translateY(-40%)}}.achievements__wrapper{align-items:center;display:flex;flex-direction:column;gap:3em;width:100%}.achievements__title{margin-top:1em}@media screen and (max-width:768px){.achievements__title{font-size:2em}}@media screen and (min-width:768px){.achievements__title{font-size:2.5em}}.achievements__title svg{color:#ede6db;-webkit-transform:translateY(.1em);transform:translateY(.1em)}.achievements__grid{grid-gap:2em;display:grid;gap:2em;justify-content:center}@media screen and (max-width:768px){.achievements__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.achievements__grid{grid-template-columns:repeat(5,1fr);grid-template-rows:auto}}.achievement{background-color:#fff;border-radius:.2em;color:#000;padding:1rem 2rem;position:relative;text-align:center;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.achievement:after{align-items:center;background-color:#417d7a;border-radius:.2em;bottom:0;color:#ede6db;content:"Go to the Website";display:flex;font-size:.8em;height:100%;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s;width:100%;z-index:2}.achievement:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.achievement:hover:after{opacity:.7}.skill{display:flex;flex-direction:column;justify-content:space-around;margin:1em 0;min-height:5em;width:100%}@media screen and (max-width:768px){.skill{gap:1em;margin:3em 0}}.skill__header{display:flex}@media screen and (max-width:768px){.skill__header{flex-direction:column;gap:1em}}@media screen and (min-width:768px){.skill__header{align-items:flex-end;gap:1em;padding-inline:1em}}.skill__header div{align-items:flex-end;display:flex;gap:1em}.skill__header div h2{font-size:1.5em;-webkit-transform:translateY(.134em);transform:translateY(.134em)}.skill__header svg{font-size:1.5em}.skill__header p{color:#b6b6b6;font-size:.92em;font-weight:200}.skill__body{border:.2em solid #417d7a;border-radius:1em;height:.6em;width:100%}.skill-percentage{-webkit-animation:left-to-right 2s 0s forwards;animation:left-to-right 2s 0s forwards;background-color:hsla(0,3%,94%,.859);border-radius:1em;height:100%;-webkit-transform-origin:left 50%;transform-origin:left 50%}@-webkit-keyframes left-to-right{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes left-to-right{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.skills__wrapper{align-items:center;display:flex;flex-direction:column;gap:3em;width:100%}.skills__title{margin-top:1em}@media screen and (max-width:768px){.skills__title{font-size:2em}}@media screen and (min-width:768px){.skills__title{font-size:2.5em}}.skills__title svg{-webkit-transform:translateY(.1em);transform:translateY(.1em)}.skills__desc{color:gray;font-size:.9em;text-align:center}.skills__body{width:100%}
/*# sourceMappingURL=main.9d471674.css.map*/