.sticky-post{display:flex;align-items:center;justify-content:center;align-content:center;width:100%;gap:5rem;flex-wrap:wrap}@media(max-width:768px){.sticky-post{justify-content:center;text-align:center}}.sticky-post__link{width:100%;height:100%;max-width:599px;max-height:336px;border-radius:12px;overflow:hidden}.sticky-post__link__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-in-out}.sticky-post__link:hover .sticky-post__link__image{transform:scale(1.1)}.sticky-post__content{flex:1;width:100%;display:flex;flex-direction:column;gap:3rem;align-self:flex-start}.sticky-post__title{font-size:clamp(3rem,8vw,3.6rem);font-weight:800;height:100%;display:flex;align-items:center;justify-content:start;color:var(--ufoGreen)}@media(max-width:768px){.sticky-post__title{justify-content:center;text-align:center}}.sticky-post__excerpt{color:#fff;font-size:1.6rem}.sticky-post__button{color:var(--ufoGreen);background-color:#60c;font-weight:600;max-width:200px;padding:1rem;text-align:center;border-radius:12px;text-transform:uppercase;cursor:pointer;transition:color .3s ease-in-out}.sticky-post__button:hover{background:#6c00fac0}@media(max-width:768px){.sticky-post__button{max-width:100%}}.most-recent-post__title{font-size:2.25rem;text-align:center;height:100%;display:flex;align-items:center;justify-content:center}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.hero[data-astro-cid-irnpqa64]{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 2rem;padding-block:10rem;writing-mode:horizontal-tb;min-height:100dvh}.hero__container[data-astro-cid-irnpqa64]{max-width:750px;text-align:center}.hero__title[data-astro-cid-irnpqa64]{font-size:5rem;font-weight:800}@media(max-width:768px){.hero__title[data-astro-cid-irnpqa64]{font-size:3.5rem;font-weight:700}}.hero__desc[data-astro-cid-irnpqa64]{text-wrap:balance;color:#fff;font-size:2rem;margin-bottom:5rem;font-weight:400}.skills[data-astro-cid-56vjiak5]{width:100%;max-width:1100px;margin:8rem auto;padding:5rem 0}.skills__header[data-astro-cid-56vjiak5]{margin-bottom:2.5rem}.skills__title[data-astro-cid-56vjiak5]{font-size:3.5rem;font-weight:700;margin-bottom:1.4rem}.skills__subtitle[data-astro-cid-56vjiak5]{font-size:1.25rem}.slider[data-astro-cid-56vjiak5]{--item-size: 8rem;--gap: 1.5rem;width:-moz-fit-content;width:fit-content;max-width:1200px;margin:auto;overflow:hidden;position:relative}.slider[data-astro-cid-56vjiak5]:before{content:"";position:absolute;left:0;top:0;z-index:2;width:150px;height:100%;background:linear-gradient(to right,var(--bg-color) 0%,rgba(255,255,255,0) 100%)}.slider[data-astro-cid-56vjiak5]:after{content:"";position:absolute;right:0;top:0;z-index:2;width:150px;height:100%;background:linear-gradient(to right,var(--bg-color) 0%,rgba(255,255,255,0) 100%);transform:rotate(180deg)}.slide__track[data-astro-cid-56vjiak5]{margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:var(--gap, 1.5rem);padding:3rem 0;width:calc((var(--item-size) + var(--gap)) * var(--item-count) * 3);animation:scroll var(--animation-duration) linear infinite;box-sizing:border-box}.slide__track[data-astro-cid-56vjiak5]:has(>.slide:hover){animation-play-state:paused}.slide[data-astro-cid-56vjiak5]{width:var(--item-size, 8rem);height:var(--item-size, 8rem);padding:1rem;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:all .2s ease-in-out;position:relative;text-decoration:none;animation-delay:calc(var(--item-index, 0) * -.1s)}.slide[data-astro-cid-56vjiak5]:hover{background:#51168880;transform:scale(1.1) rotate(10deg)}.slide[data-astro-cid-56vjiak5] .tag[data-astro-cid-56vjiak5]{position:absolute;background:#0e1217;color:#fff;padding:.2rem .5rem;border-radius:5px;z-index:2;opacity:0;font-size:12px;transition:all .2s ease-in-out;font-family:Questrial,sans-serif}.slide[data-astro-cid-56vjiak5]:hover .tag[data-astro-cid-56vjiak5]{transform:translateY(-4.2rem);opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-1 * (var(--item-size) + var(--gap)) * var(--item-count)))}}.card__bento{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;width:100%;height:100%;background-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-position:center;position:relative}.card__bento__content{display:flex;flex-direction:column;z-index:2;padding:1rem;height:100%;justify-content:space-evenly;width:100%}.card__bento__content p{color:#fff}.card__bento__title{line-height:4rem;font-size:3.5rem;font-weight:700;background:var(--text-gradient-ufo);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card__bento__title--small{line-height:2rem;font-weight:600;background:var(--text-gradient-ufo);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.6rem}.card__bento__overlay{position:absolute;width:100%;height:100%;backdrop-filter:blur(2px);background-color:#000000bf;z-index:1}
