@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}:root{--bg-color: #0d0d0d;--primary-color: #f3f3f3;--secondary-color: #fff5a7}::-webkit-scrollbar{width:5px;background-color:transparent;display:none}::-webkit-scrollbar-thumb{background-color:#333;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-track{background-color:transparent}body{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;background-color:var(--bg-color);color:var(--primary-color);overflow-x:hidden}a{text-decoration:none;color:inherit}li{list-style:none}#navbar{position:fixed;top:50%;transform:translate(-50%,-50%);height:60px;width:60px;z-index:100;background-color:#bfbfbf80;background:linear-gradient(to right,#bfbfbf80 70%,#bfbfbf80);border-radius:50%;transition:all .3s;display:flex;justify-content:center;align-items:center}#navbar ul{display:none;opacity:0;list-style:none;padding:0;margin:0;text-align:center}#navbar ul li{transform:translate(-100%,50%);margin:10px 0;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s}#navbar ul li:hover{color:var(--secondary-color)}#navbar #arrow{position:absolute;top:50%;left:50%;height:8px;width:8px;transform:translate(50%,-50%) rotate(45deg);border-top:2px solid white;border-right:2px solid white;animation:arrow 1s infinite ease-in;background-color:transparent;animation-direction:alternate;transition:all .3s}#navbar:hover{height:100%;width:600px;min-width:600px;border-radius:0;background:linear-gradient(to right,#000 70%,#0000)}#navbar:hover ul{display:flex;height:80%;flex-direction:column;justify-content:space-evenly;opacity:1}#navbar:hover li{animation:menu-in .5s forwards ease-in-out;animation-delay:.3s}#navbar:hover #arrow{animation:back-arrow 1s infinite ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;opacity:0}@media screen and (max-width: 670px){#navbar{left:100%;height:40px;width:40px;background:linear-gradient(to left,#bfbfbf80 70%,#bfbfbf80)}#navbar #arrow{transform:translate(-130%,-50%) rotate(225deg);animation:reverse-arrow 1s infinite ease-in;animation-direction:alternate}#navbar ul li{transform:translate(100%,50%)}#navbar:hover{width:50dvw!important;max-width:50dvw!important;background:linear-gradient(to left,#000 70%,#0000)!important}#navbar:hover #arrow{animation:reverse-back-arrow 1s infinite ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;opacity:0}#navbar:hover ul li{animation:reverse-menu-in .5s forwards ease-in-out;animation-delay:.3s}}@media screen and (max-width: 450px){#navbar:hover{width:100%!important;max-width:200px!important;min-width:400px!important}}@keyframes arrow{to{transform:translate(90%,-50%) rotate(45deg)}}@keyframes reverse-arrow{to{transform:translate(-170%,-50%) rotate(225deg)}}@keyframes back-arrow{to{transform:translate(-100px,-50%) rotate(0)}}@keyframes reverse-back-arrow{to{transform:translate(100px,-50%) rotate(0)}}@keyframes menu-in{to{transform:translate(100%,50%)}}@keyframes reverse-menu-in{to{transform:translate(-100%,50%)}}body{cursor:none}.custom-cursor{position:fixed;top:0;left:0;width:20px;height:20px;background-color:#fff;border-radius:50%;mix-blend-mode:difference;pointer-events:none;z-index:9999;transition:background-color 1s ease}.img-hovered{background-color:#ff0!important}@media screen and (max-width: 768px){.custom-cursor{display:none}}.footer{background-color:#111;color:#707070;text-align:center;padding:20px 0;letter-spacing:2px;width:100%;font-size:.8rem}html{scroll-behavior:smooth}.section{min-height:100dvh}.container{margin:0 auto;width:100%;padding:0 20px;max-width:1200px}.scroll-bg{height:300vh}.scroll-container{position:sticky;overflow:hidden;top:0}#home:before{content:"";position:absolute;z-index:-1;width:100%;height:100dvh;background:url(../images/bg-1.png);background-position:left;background-size:cover;background-repeat:no-repeat;opacity:.05}#home-header{display:flex;justify-content:space-between;align-items:center;text-align:center;margin-bottom:20px;padding:30px 0 10px;height:80px}#home-header #home-header-left span{font-size:1.7rem;font-weight:1000;color:var(--secondary-color)}#home-header #home-header-right{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center;position:relative;top:35px}#home-content{display:flex;justify-content:space-between;align-items:center;width:100%;height:calc(100dvh - 100px)}#home-content #home-content-left{width:50%}#home-content #home-content-left h1{font-size:4rem;font-weight:1000;color:var(--primary-color)}#home-content #home-content-left h2{font-size:1.8rem;font-weight:1000}#home-content #home-content-left h2 span{color:var(--secondary-color)}#home-content #home-content-left button{margin-top:20px;background-color:transparent;border:0;border-radius:0;cursor:none}#home-content #home-content-right{display:flex;justify-content:center;align-items:center;width:50%}#home-content #home-content-right img{width:100dvw;aspect-ratio:1/1;object-fit:contain;object-position:top center}@media screen and (max-width: 660px){#home-content{flex-direction:column}#home-content #home-content-left{width:100%}#home-content #home-content-left h1{width:75%}#home-content #home-content-right{height:fit-content;aspect-ratio:1/1}#home-content #home-content-right img{object-fit:scale-down;object-position:center 10px}}.mouse-position{position:absolute!important;bottom:20px;left:50%;transform:translate(-50%);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.mouse-position.hidden{opacity:0}.mouse-position.visible{opacity:1}.shiny-text{color:#c1c1c1a4;background:linear-gradient(120deg,#fff0 40%,#fff,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite;padding:16px 26px}.shiny-text:hover{color:var(--primary-color)}.shiny-text{transition:all .3s}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.star-border-container{display:inline-block;padding:1px 0;position:relative;overflow:hidden}.border-gradient-bottom{position:absolute;width:300%;height:50%;opacity:.7;bottom:-11px;right:-250%;animation:star-movement-bottom linear infinite alternate;z-index:0}.border-gradient-top{position:absolute;opacity:.7;width:300%;height:50%;top:-10px;left:-250%;animation:star-movement-top linear infinite alternate;z-index:0}.inner-content{position:relative;background:var(--bg-color);border:1px solid rgba(193,193,193,.6431372549);text-align:center;z-index:1}.inner-content:hover{border:1px solid var(--primary-color);color:var(--primary-color)}.inner-content{transition:all .3s}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.mouse{width:35px;height:60px;border:2px solid var(--primary-color);border-radius:60px;overflow:hidden;position:relative}.mouse :before{content:"";width:10px;height:10px;background-color:var(--primary-color);position:absolute;top:40px;left:50%;transform:translate(-50%);border-radius:50%;opacity:1;animation:reverse-wheel 2.5s infinite .3s}@keyframes wheel{to{opacity:0;top:40px}}@keyframes reverse-wheel{to{opacity:0;top:7px}}#about:before{content:"";position:absolute;z-index:-1;width:100%;height:100dvh;background:url(../images/bg-5.png);background-position:right;background-size:cover;filter:grayscale(1) brightness(0) contrast(1) invert(1) hue-rotate(193deg) sepia(1);background-repeat:no-repeat;opacity:.05}.about-title{position:fixed;top:50%;font-size:14rem;font-weight:1000;letter-spacing:2rem;color:#fff;mix-blend-mode:color;text-transform:uppercase;white-space:nowrap;z-index:100}.about{height:100dvh;display:flex;justify-content:center;align-items:center;position:relative;z-index:0}.about #about-text-flex{width:100%;margin:0 2.5rem;padding:6rem 3rem;background-color:#222;display:flex;text-align:left;justify-content:space-between;position:relative}.about #about-text-flex .square{height:80px;width:80px;background-color:transparent;border:3px solid white;position:absolute;top:-30px;right:-30px}.about #about-text-flex .triangle{position:absolute;bottom:-50px;left:-50px}.about #about-text-flex #about-text-grid{display:grid;grid-column-gap:4rem;grid-row-gap:16px;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;place-items:start;overflow:hidden}.about #about-text-flex #about-text-grid .about-text-box-right{position:relative}.about #about-text-flex #about-text-grid .about-text-box-right h3{overflow-wrap:break-word;text-wrap:normal;text-wrap:balance;font-size:3rem;font-weight:400;line-height:1.2}.about #about-text-flex #about-text-grid .about-text-box-left{position:relative;display:flex;flex-flow:column}.about #about-text-flex #about-text-grid .about-text-box-left p{font-size:1.6rem;font-weight:300;line-height:1.4}@media screen and (max-width: 920px){.about #about-text-flex{padding:3rem 2rem;margin:0 1rem}.about #about-text-flex #about-text-grid{grid-template-columns:1fr;grid-row-gap:40px}.about #about-text-flex #about-text-grid .about-text-box-right h3{font-size:2.7rem}.about #about-text-flex #about-text-grid .about-text-box-left p{font-size:1.25rem}}@media screen and (max-width: 426px){.about #about-text-flex{padding:3rem 1rem;margin:0}.about #about-text-flex #about-text-grid{grid-row-gap:23px}.about #about-text-flex #about-text-grid .about-text-box-right h3{font-size:2.2rem}}#skill-title-container-bg{position:absolute;top:0;left:0;height:100dvh;overflow:hidden;z-index:3}#skill-title-container-bg #skill-title-container{position:relative;height:100dvh;width:100dvw;display:flex;justify-content:center;align-items:center;background-color:var(--primary-color);color:var(--bg-color)}#skill-title-container-bg #skill-title-container .square{background-color:var(--bg-color);position:absolute}#skill-title-container-bg #skill-title-container svg{fill:var(--bg-color)}#skill-title-container-bg #skill-title-container .triangle{position:absolute}#skill-title-container-bg #skill-title-container #Layer-1{position:absolute;height:100dvh;width:100dvw}#skill-title-container-bg #skill-title-container #Layer-1 .blur{filter:blur(1px)}#skill-title-container-bg #skill-title-container #Layer-1 .size{height:30px;width:30px}#skill-title-container-bg #skill-title-container #Layer-1 #sqr-1-1{bottom:5vh;right:5vw}#skill-title-container-bg #skill-title-container #Layer-1 #trg-1-1{top:5vh;left:5vw}#skill-title-container-bg #skill-title-container #Layer-1 #sqr-1-2{top:15vh;left:50vw}#skill-title-container-bg #skill-title-container #Layer-1 #trg-1-2{bottom:50vh;right:10vw}#skill-title-container-bg #skill-title-container #Layer-1 #trg-1-3{bottom:-10vh;left:40vw}#skill-title-container-bg #skill-title-container #Layer-2{position:absolute;height:100dvh;width:100dvw;display:flex;justify-content:center;align-items:center}#skill-title-container-bg #skill-title-container #Layer-2 .size{height:100px;width:100px}#skill-title-container-bg #skill-title-container #Layer-2 #skill-title{position:relative}#skill-title-container-bg #skill-title-container #Layer-2 #skill-title #sqr-2-1{top:-100px;left:-50px}#skill-title-container-bg #skill-title-container #Layer-2 #skill-title #trg-2-1{bottom:-100px;right:60px}#skill-title-container-bg #skill-title-container #Layer-2 #sqr-2-2{bottom:-200px;left:10vw}#skill-title-container-bg #skill-title-container #Layer-3{position:absolute;height:100dvh;width:100dvw;top:0}#skill-title-container-bg #skill-title-container #Layer-3 .blur{filter:blur(4px)}#skill-title-container-bg #skill-title-container #Layer-3 .size{height:200px;width:200px}#skill-title-container-bg #skill-title-container #Layer-3 #sqr-3-1{top:-40px;right:-50px}#skill-title-container-bg #skill-title-container #Layer-3 #trg-3-1{bottom:-80px;left:-50px}#skill-title-container-bg #skill-title-container #Layer-3 #trg-3-2{bottom:-700px;right:30px}.glitch{color:var(--primary-color);font-size:clamp(2rem,30vw,14rem);white-space:nowrap;font-weight:900;position:relative;margin:0 auto;-webkit-user-select:none;user-select:none;cursor:pointer}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;color:var(--bg-color);background-color:var(--primary-color);overflow:hidden;clip-path:inset(0 0 0 0)}.glitch:not(.enable-on-hover):after{left:10px;text-shadow:var(--after-shadow, -10px 0 red);animation:animate-glitch var(--after-duration, 3s) infinite linear alternate-reverse}.glitch:not(.enable-on-hover):before{left:-10px;text-shadow:var(--before-shadow, 10px 0 cyan);animation:animate-glitch var(--before-duration, 2s) infinite linear alternate-reverse}.glitch.enable-on-hover:after,.glitch.enable-on-hover:before{content:"";opacity:0;animation:none}.glitch.enable-on-hover:hover:after{content:attr(data-text);opacity:1;left:10px;text-shadow:var(--after-shadow, -10px 0 red);animation:animate-glitch var(--after-duration, 3s) infinite linear alternate-reverse}.glitch.enable-on-hover:hover:before{content:attr(data-text);opacity:1;left:-10px;text-shadow:var(--before-shadow, 10px 0 cyan);animation:animate-glitch var(--before-duration, 2s) infinite linear alternate-reverse}@keyframes animate-glitch{0%{clip-path:inset(20% 0 50% 0)}5%{clip-path:inset(10% 0 60% 0)}10%{clip-path:inset(15% 0 55% 0)}15%{clip-path:inset(25% 0 35% 0)}20%{clip-path:inset(30% 0 40% 0)}25%{clip-path:inset(40% 0 20% 0)}30%{clip-path:inset(10% 0 60% 0)}35%{clip-path:inset(15% 0 55% 0)}40%{clip-path:inset(25% 0 35% 0)}45%{clip-path:inset(30% 0 40% 0)}50%{clip-path:inset(20% 0 50% 0)}55%{clip-path:inset(10% 0 60% 0)}60%{clip-path:inset(15% 0 55% 0)}65%{clip-path:inset(25% 0 35% 0)}70%{clip-path:inset(30% 0 40% 0)}75%{clip-path:inset(40% 0 20% 0)}80%{clip-path:inset(20% 0 50% 0)}85%{clip-path:inset(10% 0 60% 0)}90%{clip-path:inset(15% 0 55% 0)}95%{clip-path:inset(25% 0 35% 0)}to{clip-path:inset(30% 0 40% 0)}}.custom-shape-divider-top-1741456221{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.custom-shape-divider-top-1741456221 svg{position:relative;display:block;width:calc(100% + 1.3px);height:clamp(5vh,10vw,15vh)}.custom-shape-divider-top-1741456221 .shape-fill{fill:var(--primary-color)}#skills-bg{height:150vh!important}#skills-bg #skills{display:flex;flex-direction:column}#skills-bg #skills #box{height:30px;width:30px;background-color:var(--primary-color);position:absolute;top:clamp(9vh,10vw,17vh);right:8vw;transform:rotate(30deg) translate(-50%,-50%);z-index:-1;opacity:.2}#skills-bg #skills #dots{position:absolute;bottom:0;left:0;z-index:-1;width:min(50vw,256px);height:min(50vw,256px);-webkit-mask-image:radial-gradient(circle at bottom left,black,transparent 65%);mask-image:radial-gradient(circle at bottom left,#000,#0000 65%);opacity:.2}#skills-bg #skills #project-title-bg{position:fixed;bottom:0;left:0;width:100vw;overflow:hidden;height:0vh}#skills-bg #skills #project-title-bg #project-title-container{position:absolute;bottom:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color);color:var(--bg-color)}#skills-bg #skills #project-title-bg #project-title-container h1{font-size:clamp(3.5rem,15vw,10rem);font-weight:800;text-transform:uppercase;text-align:center;padding:20px}#skills-bg #skills .skills{padding-top:clamp(5vh,10vw,15vh);padding-bottom:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-around}#skills-bg #skills .skills #skills-top{padding-top:20px}#skills-bg #skills .skills #skills-top h1{display:flex;align-items:center;gap:10px;font-size:3rem;font-weight:800;text-transform:uppercase}#skills-bg #skills .skills #skills-top img{height:clamp(6vh,5vw,60px)}#skills-bg #skills .skills #skills-top .box{height:20px;width:20px;background-color:var(--primary-color)}#skills-bg #skills .skills #skills-top .empty{width:clamp(5vh,5vw,60px);height:clamp(5vh,5vw,60px);background-color:transparent}#skills-bg #skills .skills #skills-top .code-container{position:relative;height:clamp(6vh,5vw,60px);width:clamp(6vh,5vw,60px);filter:drop-shadow(0px 0px 0px transparent)}#skills-bg #skills .skills #skills-top .code-container:hover .code-name-container{opacity:1}#skills-bg #skills .skills #skills-top .code-container .code-name-container{position:absolute;top:50%;left:50%;transform:translateY(-50%);z-index:1;opacity:0;transition:opacity 1s}#skills-bg #skills .skills #skills-top .code-container .code-name-container svg{transform:translate(10%,-30%)}#skills-bg #skills .skills #skills-top .code-container .code-name-container p{position:absolute;top:-17.5px;left:60px;font-size:.9rem;font-weight:500;color:var(--primary-color);margin-left:10px}#skills-bg #skills .skills #skills-top{display:flex;gap:80px}#skills-bg #skills .skills #skills-top #languages-container{width:50%}#skills-bg #skills .skills #skills-top #languages-container #languages{display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;padding:20px 0;gap:10px}#skills-bg #skills .skills #skills-top #technologies-container{width:50%}#skills-bg #skills .skills #skills-top #technologies-container #technologies{display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;padding:20px 0;gap:10px}#skills-bg #skills .skills #skills-bottom{display:flex;justify-content:space-around;align-items:center}#skills-bg #skills .skills #skills-bottom .count{font-size:clamp(3rem,8vw,8rem);font-weight:1000;text-align:center;color:var(--primary-color)}#skills-bg #skills .skills #skills-bottom p{font-size:1rem;text-align:center;color:var(--primary-color);opacity:.5}@media screen and (max-width: 768px){#skills-bg #skills .skills #skills-bottom p{font-size:.8rem}}#skills-bg #skills .skills #skills-bottom #skills-bottom-left{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%}#skills-bg #skills .skills #skills-bottom #horizontal-line{width:1px;height:clamp(5rem,8vw,8rem);background-color:var(--primary-color);opacity:.5;margin:0 20px}#skills-bg #skills .skills #skills-bottom #skills-bottom-right{display:flex;width:50%;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 920px){#skills-bg #skills .skills #skills-top{padding-top:0;flex-grow:1;flex-direction:column;align-items:center;gap:20px;justify-content:space-evenly}#skills-bg #skills .skills #skills-top h1{font-size:3rem}#skills-bg #skills .skills #skills-top #languages-container{width:100%}#skills-bg #skills .skills #skills-top #languages-container #languages{grid-template-columns:repeat(7,1fr);margin-left:0}#skills-bg #skills .skills #skills-top #technologies-container{width:100%}#skills-bg #skills .skills #skills-top #technologies-container #technologies{grid-template-columns:repeat(7,1fr);margin-left:0}}@media screen and (max-width: 768px){#skills-bg #skills .skills #skills-top h1{font-size:2rem}#skills-bg #skills .skills #skills-top #languages-container #languages,#skills-bg #skills .skills #skills-top #technologies-container #technologies{grid-template-columns:repeat(5,1fr)}}#projects-bg{position:relative;background-color:var(--bg-color);height:400vh!important;z-index:2}#projects-bg #other-projects-section{background-color:var(--primary-color);color:var(--bg-color)}#projects-bg #other-projects-section #dot-svg{position:absolute;bottom:0;left:0;z-index:-1;width:min(50vw,256px);height:min(50vw,256px);filter:invert(1);transform:translate(-50%,-50%) rotate(45deg) scale(2.2);-webkit-mask-image:radial-gradient(circle at bottom left,black,transparent 40%);mask-image:radial-gradient(circle,black,transparent 40%);opacity:.2}#projects-bg #other-projects-section #project-svg-2{position:absolute;right:20px;top:5vh;width:100px;transform:rotate(30deg);z-index:-1}#projects-bg #other-projects-section .container #top-name{font-size:2rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}#projects-bg #other-projects-section .container #other-projects{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#projects-bg #other-projects-section .container #other-projects>div{width:80%;position:relative}#projects-bg #other-projects-section .container #other-projects>div:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,transparent,var(--bg-color),transparent)}#projects-bg #other-projects-section .container #other-projects>div:nth-child(1):before{display:none}#projects-bg #latest{display:inline-block;position:fixed;top:0;left:-18rem;font-size:8rem;text-wrap:nowrap;mix-blend-mode:difference}@media screen and (max-width: 768px){#projects-bg #project-svg-2{opacity:.2;right:0!important;top:30px!important}#projects-bg #latest{font-size:8rem;left:-22rem}#projects-bg #other-projects-section .container #top-name{font-size:1.8rem}#projects-bg #other-projects-section .container #other-projects>div{width:100%}#projects-bg #other-projects-section .container #other-projects>div:before{height:.5px}}.project-section{background-color:var(--bg-color);min-height:0}.project-section .project-svg-1{position:absolute;right:0;top:10vh;z-index:-1}.project-section .project-svg-2{position:absolute;left:0;bottom:10vh;width:100px;transform:rotate(60deg);z-index:-1}.project-section .projects{height:80vh!important}.project-section .projects .project-name h1{font-size:clamp(3.4rem,10vw,6rem);font-weight:1000;margin-top:20px;margin-bottom:10px;padding:0}.project-section .projects .project-name h1 .no{font-family:Open Sans,sans-serif;color:transparent;-webkit-text-stroke:4px}.project-section .projects .project-name h1 .name{text-wrap:nowrap}.project-section .projects .project-bottom{display:grid;grid-template-columns:1fr 1fr;gap:60px}.project-section .projects .project-bottom .project-bottom-left{display:flex;flex-direction:column;gap:20px}.project-section .projects .project-bottom .project-bottom-left p{font-size:1.6rem;font-weight:300;line-height:1.4}.project-section .projects .project-bottom .project-bottom-left .buttons{display:flex;gap:20px}.project-section .projects .project-bottom .project-bottom-left .buttons a{padding:10px 20px;text-align:center;vertical-align:middle;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.project-section .projects .project-bottom .project-bottom-left .buttons .git-link{font-weight:600}.project-section .projects .project-bottom .project-bottom-left .buttons .project-link{outline:2px solid;outline-offset:-2px}.project-section .projects .project-bottom .project-bottom-left .buttons .project-link .arrow-right{position:relative;padding-left:10px;left:0;opacity:1;transition:all .3s ease-in-out}.project-section .projects .project-bottom .project-bottom-left .buttons .project-link:hover .arrow-right{left:4px}.project-section .projects .project-bottom .project-bottom-left .buttons .project-link:active .arrow-right{left:14px;opacity:0}.project-section .projects .project-bottom .project-bottom-right{position:relative}.project-section .projects .project-bottom .project-bottom-right .img-boder{position:absolute;border:1px solid;top:15px;left:15px;width:100%;aspect-ratio:16/9;z-index:-1}.project-section .projects .project-bottom .project-bottom-right img{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid}@media screen and (max-width: 770px){.project-section .project-svg-1,.project-section .project-svg-2{opacity:.2}.project-section .projects .project-name h1 .no{-webkit-text-stroke:2.5px}.project-section .projects .project-name h1 .name{display:block}.project-section .projects .project-bottom{gap:30px}.project-section .projects .project-bottom .project-bottom-left p{font-size:1.2rem;line-height:normal;font-weight:400}}@media screen and (max-width: 430px),(orientation: portrait){.project-section .projects .project-name h1{line-height:4rem}.project-section .projects .project-bottom{grid-template-columns:1fr!important}.project-section .projects .project-bottom .project-bottom-left p{font-size:1rem}.project-section .projects .project-bottom .project-bottom-right{order:-1}}@media screen and (max-width: 325px){.project-section .projects .project-name h1{font-size:3rem;line-height:2.9rem}.project-section .projects .project-bottom .project-bottom-left p{font-size:.8rem}}.project-list{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 5px}.project-list .name{font-size:1.8rem;font-weight:700}.project-list .name a{font-size:1.8rem;font-weight:700;display:flex;align-items:center}.project-list .name a #link-icon{font-size:1.2rem;padding:3px;margin:0 5px}.project-list .github a{font-size:1rem;padding:5px 10px;border:1px solid;margin-left:10px;position:relative}.project-list .github a:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bg-color);transform:scaleX(0);transform-origin:right;transition:transform .3s ease;z-index:-1}.project-list .github a:hover{color:var(--primary-color)}.project-list .github a:hover:before{transform:scaleX(1);transform-origin:left}@media screen and (max-width: 768px){.project-list .name,.project-list .name a{font-size:1.2rem}.project-list .name a #link-icon{font-size:1rem}.project-list .github a{font-size:.8rem;padding:5px 10px;margin-left:5px}}.stairs{z-index:100}.stairs .stairs-container{height:100dvh;width:100vw;position:fixed;top:0;left:0;pointer-events:none;display:flex;z-index:100}.stairs .stairs-container div{position:relative;height:100%;width:100%}.stairs .stairs-background{position:fixed;width:100%;height:100vh;background-color:#000;z-index:100;pointer-events:none;top:0;left:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#contact-section{min-height:calc(100dvh - 40px - 2.8rem)}#contact-section .container #contact-top{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:1rem}#contact-section .container #contact-top h1{font-size:2.4rem}#contact-section .container #contact-top #resume-download{font-size:1rem;border:1px solid var(--primary-color);position:relative;display:flex}#contact-section .container #contact-top #resume-download a{padding:10px 20px;position:relative;display:inline-block;text-decoration:none;color:inherit;overflow:hidden;z-index:1}#contact-section .container #contact-top #resume-download:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--primary-color);transform:scaleX(0);transform-origin:right;transition:transform .3s ease;z-index:0}#contact-section .container #contact-top #resume-download:hover{color:var(--bg-color)}#contact-section .container #contact-top #resume-download:hover:before{transform:scaleX(1);transform-origin:left}#contact-section .container #contact-bottom{display:flex;flex-direction:column;align-items:center;width:100%}#contact-section .container #contact-bottom h2{font-size:1.8rem}#contact-section .container #contact-bottom p{font-size:1rem;margin-bottom:1rem}#contact-section .container #contact-bottom .contact-form{display:flex;flex-direction:column;width:100%;max-width:500px;gap:1rem}#contact-section .container #contact-bottom .contact-form input,#contact-section .container #contact-bottom .contact-form textarea{width:100%;padding:10px;background-color:#222;border:none;font-size:1rem;color:var(--primary-color)}#contact-section .container #contact-bottom .contact-form input:focus,#contact-section .container #contact-bottom .contact-form textarea:focus{outline:1px solid var(--primary-color);border:none}#contact-section .container #contact-bottom .contact-form textarea{resize:none;height:100px;font-family:inherit;font-size:1rem}#contact-section .container #contact-bottom .contact-form button{font-size:1rem;border:none;padding:10px 20px;display:inline-block;text-decoration:none;color:var(--bg-color);background:var(--primary-color);position:relative;overflow:hidden;cursor:pointer;transition:color .3s ease;z-index:1}#contact-section .container #contact-bottom .contact-form button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;z-index:-1}#contact-section .container #contact-bottom .contact-form button:hover{color:var(--primary-color)}#contact-section .container #contact-bottom .contact-form button:hover:before{transform:scaleX(1);transform-origin:left}#contact-section .container #contact-bottom #social{display:flex;gap:2rem;margin-top:4rem}#contact-section .container #contact-bottom #social a{font-size:1.5rem;color:var(--primary-color);transition:color .3s ease}#contact-section .container #contact-bottom #social a:hover{color:var(--secondary-color)}@media screen and (max-width: 768px){#contact-section .container #contact-top{margin-bottom:1.5rem}#contact-section .container #contact-top h1{font-size:2.2rem}#contact-section .container #contact-top #resume-download{font-size:.8rem}#contact-section .container #contact-top #resume-download a{padding:8px 10px}}.custom-toast-success{background-color:var(--primary-color)!important;color:var(--bg-color)!important;border-radius:0!important}.custom-toast-success .Toastify__toast-icon svg{fill:var(--bg-color)!important}.custom-toast-success .Toastify__progress-bar{background-color:var(--bg-color)!important;border-radius:0!important;height:4px!important}.custom-toast-success .Toastify__progress-bar--success{background-color:var(--bg-color)!important;border-radius:0!important}.custom-toast-error,.Toastify__toast-container,.Toastify__progress-bar{border-radius:0!important}.Toastify__progress-bar-wrapper{overflow:hidden!important;border-radius:0!important}.Toastify__progress-bar--wrp{border-radius:0!important}#not-found{background-color:var(--primary-color);color:var(--bg-color);width:100%;height:calc(100dvh - 40px - .8rem);display:flex;flex-direction:column;justify-content:center;align-items:center}#not-found #not-found-txt{font-size:8rem;font-weight:800;opacity:.2}#not-found h1{font-size:4rem;margin:1rem;text-align:center}#not-found #got-to-home{font-size:1rem;border:1px solid var(--bg-color);position:relative;display:flex}#not-found #got-to-home a{padding:10px 20px;position:relative;display:inline-block;text-decoration:none;color:inherit;overflow:hidden;z-index:1}#not-found #got-to-home:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bg-color);transform:scaleX(0);transform-origin:right;transition:transform .3s ease;z-index:0}#not-found #got-to-home:hover{color:var(--primary-color)}#not-found #got-to-home:hover:before{transform:scaleX(1);transform-origin:left}#blog-section{min-height:calc(100dvh - 40px - .8rem);background-color:var(--primary-color);color:var(--bg-color)}#blog-section .container{position:relative}#blog-section .container #blog-top{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:1;background:var(--primary-color);width:100%}#blog-section .container #blog-top #blog-link h2{font-size:2.4rem;margin:0}#blog-section .container #blog-top #search-box{height:40px;width:240px;border-radius:20px;background:#ececec;color:var(--bg-color);display:flex;align-items:center}#blog-section .container #blog-top #search-box svg{margin:0 12px;color:var(--bg-color);transition:all .18s}#blog-section .container #blog-top #search-box svg path{transition:all .18s;fill:#00000080}#blog-section .container #blog-top #search-box .search-input{padding:10px 20px 10px 0;height:40px;background-color:transparent;outline:none;border:none}#blog-section .container #blog-top #search-box .search-input::placeholder{color:#00000080}#blog-section .container #blog-top #search-box:focus-within svg{color:var(--bg-color)}#blog-section .container #blog-top #search-box:focus-within svg path{fill:var(--bg-color)!important}#blog-section .container #blog-bottom{display:block;width:100%}#blog-section .container #blog-bottom .blog-inner{display:block;width:100%;max-width:900px;margin:0 auto;padding:2rem 0}@media screen and (max-width: 425px){#blog-section .container #blog-top #search-box{height:40px;width:40px;background-color:transparent!important;justify-content:end}#blog-section .container #blog-top #search-box svg{margin:0}#blog-section .container #blog-top #search-box .search-input{display:none}}#blog-home,.blog-home{background-color:var(--primary-color);color:var(--bg-color);min-height:60vh}.blog-list{max-width:900px;margin:0 auto}.blog-card{display:grid;grid-template-columns:1fr 180px;gap:1rem;align-items:center;background:transparent;border-bottom:1px solid rgba(255,255,255,.06);padding:1.25rem 0;margin-bottom:.5rem;text-decoration:none;color:var(--bg-color);position:relative}.blog-card:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.5px;background:linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent)}.blog-card:last-child:before{display:none}.card-image{width:180px;height:110px;overflow:hidden;border-radius:3px}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-body{color:var(--bg-color);display:flex;flex-direction:column;gap:.75rem}.card-meta{display:flex;justify-content:space-between;align-items:center}.meta-left{display:flex;gap:1rem;align-items:center}.card-date{font-size:.75rem;color:#00000080}.card-tags{display:flex;gap:.5rem}.tag{background:#0000000f!important;padding:.2rem .5rem;border-radius:999px;font-size:.75rem}.card-title{margin:0 0 .25rem;font-size:1.8rem;font-weight:800}.card-desc{margin:0;color:#00000080;font-weight:600;font-size:1rem}.no-blogs{text-align:center}@media screen and (max-width: 700px){.blog-card{grid-template-columns:1fr}.card-image{display:none}}.blog-container{background:var(--primary-color);color:var(--bg-color);min-height:60vh}.blog-image{max-width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;margin:1rem 0}.md-h1{font-weight:700;font-size:clamp(1.6rem,1.2rem + 2.2vw,2.6rem);margin-bottom:clamp(.8rem,.6rem + .6vw,1.5rem)}.md-h2{font-weight:600;font-size:clamp(1.1rem,.9rem + 1.2vw,1.8rem);margin-top:clamp(1rem,.8rem + .6vw,1.6rem);margin-bottom:clamp(.5rem,.4rem + .4vw,1rem)}.md-h3{font-size:clamp(1rem,.9rem + .8vw,1.25rem);margin-top:clamp(.9rem,.8rem + .4vw,1.3rem);margin-bottom:clamp(.4rem,.35rem + .3vw,.8rem);font-weight:600}.md-h4{font-size:clamp(.95rem,.85rem + .6vw,1.05rem);margin-top:clamp(.8rem,.7rem + .3vw,1rem);margin-bottom:clamp(.3rem,.3rem + .2vw,.6rem);font-weight:600}.md-p{line-height:1.7;margin-bottom:clamp(.75rem,.6rem + .4vw,1.25rem);font-size:clamp(.98rem,.9rem + .3vw,1.06rem)}.md-link{color:#4286f4}.md-link:hover{color:#9cc8ff}.md-link:focus{outline:2px dashed rgba(104,170,243,.5);outline-offset:2px}.md-ul,.md-ol{padding-left:1.6rem;margin-bottom:1rem;list-style-position:outside}.md-ul{list-style-type:disc}.md-ol{list-style-type:decimal}.md-ul li,.md-ol li{margin:.35rem 0}.blog-container .md-ul li,.blog-container .md-ol li{display:list-item;list-style:inherit}.md-ul li::marker,.md-ol li::marker{color:#0009}li input[type=checkbox]{margin-right:.5rem;transform:translateY(2px)}pre{background:#1a1a1a;color:#fff;padding:clamp(.75rem,.6rem + .6vw,1.25rem);border-radius:6px;overflow:auto;text-wrap:wrap;margin:clamp(.75rem,.6rem + .6vw,1.25rem) 0;font-size:clamp(.9rem,.85rem + .4vw,1rem)}pre code{background:transparent;padding:0;text-wrap:wrap;color:inherit}.md-code{background:#1a1a1a!important;color:#fff;padding:.15rem .45rem;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;font-size:clamp(.85em,.8em + .3vw,1em)}table{width:100%;border-collapse:collapse;margin:1rem 0}th,td{border:1px solid rgba(0,0,0,.1);padding:clamp(.4rem,.35rem + .4vw,.9rem) clamp(.55rem,.4rem + .6vw,1rem);text-align:left}th{font-weight:600}.md-quote{background:#0000000a;border-left:4px solid rgba(0,0,0,.5)!important;color:#000000b3!important;font-style:italic!important;padding:.75rem 1rem;margin:1rem 0;border-radius:4px}article .html-block{margin:1rem 0}article{word-wrap:break-word}.md-hr{border:none;height:1px;background:#0000001a;margin:clamp(1rem,.9rem + .6vw,2rem) 0}
