#about .container{flex-direction:column;align-items:flex-start;margin-top:5rem;gap:2rem}.about-heading h2{color:var(--WHITE);font-size:2rem;font-weight:var(--HEADLINE-2);margin-bottom:.8rem}.about-heading p{color:var(--LIGHT);font-size:1.2rem;font-weight:var(--PARAGRAPH);opacity:.7}.about-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5rem;gap:5rem}.about-content h3{color:var(--WHITE);font-size:1.5rem;font-weight:var(--HEADLINE-3);margin-top:1.5rem;margin-bottom:.8rem}.about-content p{color:var(--LIGHT);font-size:1.2rem;font-weight:var(--PARAGRAPH);opacity:.7}.slide-about-right{animation:slideAboutRight 1s linear}.slide-about-up{animation:slideAboutUp 1s linear}@media screen and (max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-content h3{font-size:1.25rem}.about-content p{font-size:1rem}}@media screen and (max-width:480px){#about .container{margin-top:2rem}.about-content h3{font-size:1rem}.about-content p{font-size:.8rem}.slide-about-right{animation:slideAboutRight 1s linear}@keyframes slideAboutRight{0%{transform:translateX(-20%)}to{transform:translateX(0)}}}@media screen and (max-width:340px){#about .container{margin-top:0}.about-content h3{font-size:.9rem}.about-heading p{font-size:1rem}.about-content h3{margin-top:0}.about-content p{font-size:.7rem}}@keyframes slideAboutRight{0%{transform:translateX(-30%)}to{transform:translateX(0)}}@keyframes slideAboutUp{0%{transform:translateY(50%)}to{transform:translateY(0)}}.additional .container{flex-direction:column;align-items:flex-start;padding-top:5rem;gap:2rem}.additional .heading h2{color:var(--WHITE);font-size:2rem;font-weight:var(--HEADLINE-2);margin-bottom:.8rem}.additional .details{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;width:100%}.additional .details ul{list-style:none;line-height:2.5rem}.additional .details ul li{display:flex;align-items:center;gap:.75rem}.additional .details ul li .circle{flex-shrink:0;width:.75rem;height:.75rem}.additional .details ul li h3{color:var(--WHITE);font-size:.95rem;font-weight:var(--HEADLINE-3)}.slide-additional-right{animation:slideAdditionalRight 1s linear}.slide-additional-up{animation:slideAdditionalUp 1s linear}@media screen and (max-width:768px){.additional .details{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.additional .container{gap:.75rem}.additional .heading h2{font-size:1.5rem;margin-bottom:0}.additional .details{grid-template-columns:repeat(2,1fr);gap:1rem}.additional .details ul li{gap:.5rem}.additional .details ul li h3{font-size:.8rem}.slide-additional-right{animation:slideAdditionalRight 1s linear}@keyframes slideAdditionalRight{0%{transform:translateX(-20%)}to{transform:translateX(0)}}}@media screen and (max-width:340px){.additional .heading h2{font-size:1.2rem}.additional .details ul li h3{font-size:.7rem}}@keyframes slideAdditionalRight{0%{transform:translateX(-30%)}to{transform:translateX(0)}}@keyframes slideAdditionalUp{0%{transform:translateY(30%)}to{transform:translateY(0)}}.home-content{display:grid;position:relative;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.home-img img{max-width:calc(var(--MAX-WIDTH) / 2);margin:auto}.home-text h1{color:var(--WHITE);font-size:2.5rem;font-weight:var(--HEADLINE-1);padding-top:4rem;margin-bottom:1rem}.home-text h1 .sp{background:var(--LINEAR-90);color:transparent;background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.home-text p{color:var(--LIGHT);font-size:1.2rem;font-weight:var(--PARAGRAPH);padding-top:1rem;margin-bottom:4rem;opacity:.7}.home-btn{font-size:var(--PRIMARY-FONT-SIZE);font-weight:500;cursor:pointer;border-radius:2rem;padding:1rem 2rem;color:var(--WHITE);background:var(--LINEAR-90);background-size:200%;transition:all 1s ease}.slide-hero-right{animation:slideHeroRight 1s linear}.slide-hero-left{animation:slideHeroLeft 1s linear}@media (hover:hover) and (pointer:fine){.home-btn:hover{background-position:100%;box-shadow:0 0 15px 0 rgba(7,206,246,.811)}}@media screen and (max-width:768px){.home-content{grid-template-columns:repeat(1,1fr)}.home-img{display:flex;width:minmax(500px,700px);grid-area:1/1/2/2}.home-text h1{font-size:2rem}.home-btn,.home-text p{font-size:1rem}.home-img img{max-width:100%}.slide-hero-left{animation:slideHeroRight 1s linear}}@media screen and (max-width:480px){.home-img{display:none}.home-text h1{padding-top:2rem;font-size:1.5rem}.home-text p{padding-top:0;margin-bottom:3rem;font-size:.9rem}.home-btn{font-size:.8rem}.slide-hero-left,.slide-hero-right{animation:slideHeroRight 1s linear}@keyframes slideHeroRight{0%{transform:translateX(-20%)}to{transform:translateX(0)}}}@media screen and (max-width:340px){.home-text h1{font-size:1.2rem}.home-text p{font-size:.8rem}.home-btn{font-size:.7rem}}@keyframes slideHeroRight{0%{transform:translateX(-30%)}to{transform:translateX(0)}}@keyframes slideHeroLeft{0%{transform:translateX(30%)}to{transform:translateX(0)}}#projects .container{flex-direction:column;gap:2rem}.projects-heading{align-self:flex-start}.projects-heading h2{color:var(--WHITE);font-size:2rem;font-weight:var(--HEADLINE-2);margin-bottom:.8rem}.projects-heading p{color:var(--LIGHT);font-size:1.2rem;font-weight:var(--PARAGRAPH);opacity:.7}.projects{gap:1.5rem;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start}.slide-projects-right{animation:slideProjectsRight 1s linear}@media screen and (max-width:480px){.projects-heading{padding-top:2rem}.slide-projects-right{animation:slideProjectsRight 1s linear}@keyframes slideProjectsRight{0%{transform:translateX(-20%)}to{transform:translateX(0)}}}@media screen and (max-width:340px){.projects-heading h2{font-size:1.5rem}.projects-heading p{font-size:.9rem}}@keyframes slideProjectsRight{0%{transform:translateX(-30%)}to{transform:translateX(0)}}.project-border-wrap{position:relative;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;width:clamp(300px,100%,340px)}.project-item{display:flex;height:100%;width:100%;word-wrap:break-word;flex-direction:column;justify-content:space-between;gap:1.5rem;border-radius:1rem;padding:1.5rem}.project-item .content{display:flex;flex-direction:column;gap:.75rem}.project-item img{width:100%;height:auto;object-fit:cover;border-radius:.5rem;opacity:.9;transition:opacity .3s ease;cursor:pointer}.project-item h3{color:var(--WHITE);font-size:1.15rem;font-weight:var(--HEADLINE-2);cursor:pointer;transition:color .3s ease}.project-item a:focus-visible>h3{color:var(--BLUE)}.project-item p{color:var(--LIGHT);font-size:.9rem;font-weight:var(--PARAGRAPH);line-height:1.6;opacity:.65}.project-item .readless,.project-item .readmore{color:var(--PRIMARY);font-size:.9rem;font-weight:var(--HEADLINE-3);cursor:pointer}.project-item .tags{display:flex;gap:.4rem;flex-wrap:wrap}.project-item .tag{color:hsla(0,0%,100%,.75);font-size:.75rem;font-weight:var(--PARAGRAPH);padding:.2rem .6rem;border-radius:.4rem;background:rgba(83,86,255,.2);border:1px solid rgba(83,86,255,.35);transition:background .2s ease,border-color .2s ease}.slide-project-up{animation:slideProjectUp 1s linear}@media (hover:hover) and (pointer:fine){.project-border-wrap:hover{border-color:rgba(83,86,255,.45);box-shadow:0 8px 28px rgba(83,86,255,.14);transform:translateY(-4px)}.project-border-wrap:hover img{opacity:1}.project-item h3:hover{color:var(--BLUE)}.project-item .readless:hover,.project-item .readmore:hover{color:var(--AQUA)}.project-item .tag:hover{background:rgba(83,86,255,.35);border-color:rgba(83,86,255,.6)}}@media screen and (max-width:768px){.project-item h3{font-size:1.05rem}.project-item p{font-size:.85rem}}@media screen and (max-width:480px){.project-item .tag{font-size:.7rem;padding:.2rem .5rem}}@keyframes slideProjectUp{0%{transform:translateY(10%)}to{transform:translateY(0)}}.scroll-up{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;z-index:1000}.scroll-up.visible{display:block;animation:up-down-animation .5s forwards}.scroll-up.hidden{animation:fadeout .5s forwards}.scroll-up i{color:var(--WHITE);font-size:1.5rem;transition:all .3s ease;position:absolute;top:25%}.scroll-up.visible:hover{animation:up-down-animation 1s infinite}@media screen and (max-width:480px){.scroll-up{display:none}}.technology{display:flex;flex-direction:column;gap:1rem}.technology .scrollbar-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.technology .scrollbar-heading h3{color:var(--WHITE);font-size:1.3rem;font-weight:var(--HEADLINE-3)}.technology .scrollbar-heading .level{color:var(--WHITE);font-size:var(--PRIMARY-FONT-SIZE);font-weight:var(--HEADLINE-3)}.technology .scrollbar{max-width:85%}.technology .scrollbar .bar{height:1.25rem;background:var(--LINEAR-90);border-radius:.62rem;box-shadow:0 0 .6rem var(--LIGHT-BLUE)}.bar.advanced{width:100%}.bar.regular{width:60%}.bar.beginner{width:30%}.slide-tech-up{animation:slideTechUp 1s linear}@media screen and (max-width:768px){.technology .scrollbar-heading h3{font-size:1.1rem}.technology .scrollbar-heading .level{font-size:1rem}}@media screen and (max-width:480px){.technology .scrollbar-heading h3{font-size:1rem}.technology .scrollbar-heading .level{font-size:.9rem}.technology .scrollbar .bar{height:.8rem}}@media screen and (max-width:340px){.technology .scrollbar-heading h3{font-size:.9rem}.technology .scrollbar-heading .level{font-size:.8rem}.technology .scrollbar .bar{height:.7rem}}@keyframes slideTechUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}#technologies .container{flex-direction:column;align-items:flex-start;margin-top:10rem;gap:2rem}.technologies-heading h2{color:var(--WHITE);font-size:2rem;font-weight:var(--HEADLINE-2);margin-bottom:.8rem}.technologies-heading p{color:var(--LIGHT);font-size:1.2rem;font-weight:var(--PARAGRAPH);opacity:.7}.technologies{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;width:100%}.slide-techs-right{animation:slideTechsRight 1s linear}@media screen and (max-width:768px){.technologies{grid-template-columns:1fr}}@media screen and (max-width:480px){#technologies .container{margin-top:3rem}.slide-techs-right{animation:slideTechsRight 1s linear}@keyframes slideTechsRight{0%{transform:translateX(-20%)}to{transform:translateX(0)}}}@media screen and (max-width:340px){.technologies-heading h2{font-size:1.5rem}.technologies-heading p{font-size:.9rem}}@keyframes slideTechsRight{0%{transform:translateX(-30%)}to{transform:translateX(0)}}