@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.shape__blob{background:var(--first-color);border-radius:30% 50% 20% 40%;animation:transform 20s ease-in-out infinite both alternate,movement_one 40s ease-in-out infinite both}@keyframes transform{0%,to{border-radius:33% 67% 70% 30%/30% 30% 70% 70%}20%{border-radius:37% 63% 51% 49%/37% 65% 35% 63%}40%{border-radius:36% 64% 64% 36%/64% 48% 52% 36%}60%{border-radius:37% 63% 51% 49%/30% 30% 70% 70%}80%{border-radius:40% 60% 42% 58%/41% 51% 49% 59%}}@keyframes movement_one{0%,to{transform:none}}.home__description span:before{content:"Web Developer";animation:profile 6s infinite}@keyframes profile{25%{content:"Web Developer"}50%{content:"Teacher"}75%{content:"Technical Leader"}to{content:"Solution Architect"}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{margin:0 0 var(--header-height) 0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color)}@media screen and (min-width: 768px){body{margin:0}}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%}.section{padding:2rem 0 4rem}@media screen and (min-width: 768px){.section{padding:6rem 0 2rem}}.section__title{font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:var(--small-font-size);margin-bottom:var(--mb-3)}@media screen and (min-width: 768px){.section__subtitle{margin-bottom:4rem}}@media screen and (min-width: 768px){.section__icon{font-size:2rem}}.section__title,.section__subtitle{text-align:center}.container{max-width:768px;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}@media screen and (min-width: 768px){.container{margin-left:auto;margin-right:auto}}@media screen and (max-width: 350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}.grid{display:grid;gap:1.5rem}.header{width:100%;position:fixed;bottom:0;left:0;z-index:var(--z-fixed);background-color:var(--body-color)}@media screen and (min-width: 768px){.header{top:0;bottom:initial;padding:0 1rem}}@media screen and (min-width: 1024px){.header{padding:0}}@media screen and (min-width: 768px){.main{padding:0 1rem}}@media screen and (min-width: 1024px){.main{padding:0}}.button{display:inline-block;background-color:var(--first-color);color:#fff;padding:1rem;border-radius:.5rem;font-weight:var(--font-medium)}.button:hover{background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem;margin-left:var(--mb-0-5);transition:.3s}.button__icon-disabled,.button__icon-disabled:hover{background-color:var(--input-color)}.button--white{background-color:#fff;color:var(--first-color)}.button--white:hover{background-color:#fff}.button--flex{display:inline-flex!important;align-items:center}.button--small{padding:.75rem 1rem}.button--link{background-color:#fff;color:var(--first-color)}.button--link:hover{background-color:transparent;color:var(--first-color-alt)}::-webkit-scrollbar{width:.6rem;background-color:var(--scroll-bar-color);border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}:root{--header-height: 3rem;--hue-color: 42;--first-color: hsl(var(--hue-color), 69%, 61%);--first-color-second: hsl(var(--hue-color), 69%, 61%);--first-color-alt: hsl(var(--hue-color), 57%, 53%);--first-color-lighter: hsl(var(--hue-color), 92%, 85%);--title-color: hsl(var(--hue-color), 8%, 15%);--text-color: hsl(var(--hue-color), 8%, 45%);--text-color-light: hsl(var(--hue-color), 8%, 65%);--text-white: #FFF;--input-color: hsl(var(--hue-color), 70%, 96%);--body-color: hsl(var(--hue-color), 60%, 99%);--container-color: #FFF;--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);--body-font: "Poppins", sans-serif;--big-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1.125rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000}@media screen and (min-width: 1024px){:root{--big-font-size: 3rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.2rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}body.dark-theme{--first-color-second: hsl(var(--hue-color), 30%, 8%);--title-color: hsl(var(--hue-color), 8%, 95%);--text-color: hsl(var(--hue-color), 8%, 75%);--input-color: hsl(var(--hue-color), 29%, 16%);--body-color: hsl(var(--hue-color), 28%, 12%);--container-color: hsl(var(--hue-color), 29%, 16%);--scroll-bar-color: hsl(var(--hue-color), 12%, 48%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 36%)}
