@import"https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{font-family:Titillium Web,sans-serif;font-weight:400;margin:0;background-color:#f7f8f9}h1{font:1.75rem Titillium Web,sans-serif}:root{--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--bg-color: #0d0f12;--surface-color: rgba(255, 255, 255, .03);--surface-hover: rgba(255, 255, 255, .08);--border-color: rgba(255, 255, 255, .1);--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-glow: 0 0 80px -20px rgba(120, 119, 198, .5);--accent-color: #7b61ff;--accent-hover: #9b88ff;--gradient-text: linear-gradient(135deg, #wfff, #7b61ff, #00d2ff);--glass-bg: rgba(255, 255, 255, .03);--glass-border: 1px solid rgba(255, 255, 255, .05);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--glass-blur: blur(12px);--glass-blur-webkit: -webkit-backdrop-filter: blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.2}p{color:var(--text-secondary);font-size:1.1rem}a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:var(--glass-bg);border:var(--glass-border);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--glass-shadow);border-radius:24px;padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-color .4s ease}.glass-panel:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px -10px #7b61ff33;border-color:#7b61ff4d}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:9999px;font-family:var(--font-heading);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;outline:none}.btn--primary{background:#873ca0;color:#fff;box-shadow:0 4px 14px #7b61ff63}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #7b61ff80}.btn--secondary{background:#60117a;color:var(--text-primary);border:1px solid var(--border-color)}.btn--secondary:hover{border-color:var(--text-primary);background:#ffffff0d}.btn--third{background:#460d5c;color:var(--text-primary);border:1px solid var(--border-color)}.btn--third:hover{border-color:var(--text-primary);background:#ffffff0d}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero__bg-blob{position:absolute;top:40%;left:50%;width:600px;height:600px;background:radial-gradient(circle,#7b61ff4d,#00d2ff1a 50%,#0000 70%);transform:translate(-50%,-50%);border-radius:50%;filter:blur(60px);z-index:-1;animation:float 10s ease-in-out infinite alternate}@keyframes float{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-45%,-45%) scale(1.1)}}.hero__content{max-width:800px;margin:0 auto;text-align:center;z-index:10}.hero__title{font-size:clamp(3rem,8vw,5rem);letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeUp 1s ease-out}.hero__subtitle{font-size:clamp(1.1rem,3vw,1.4rem);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeUp 1s ease-out .2s both}.hero__actions{display:flex;justify-content:center;gap:1.5rem;animation:fadeUp 1s ease-out .4s both}.projects__grid-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:6rem 0;position:relative;z-index:10}.projects__feature-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-block;background:var(--surface-hover);width:64px;height:64px;line-height:64px;text-align:center;border-radius:16px}.projects__feature-title{font-size:1.5rem;margin-bottom:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.menu-toggle{position:fixed;top:2rem;left:2rem;z-index:1000;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:10px;width:50px;height:50px;justify-content:center;align-items:flex-start;transition:all .3s ease;outline:none}.menu-toggle__line{display:block;height:2px;background-color:var(--text-primary);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);border-radius:2px}.menu-toggle__line:nth-child(1){width:35px}.menu-toggle__line:nth-child(2){width:25px}.menu-toggle__line:nth-child(3){width:30px}.menu-toggle--open .menu-toggle__line:nth-child(1){width:35px;transform:translateY(10px) rotate(45deg)}.menu-toggle--open .menu-toggle__line:nth-child(2){opacity:0;width:35px}.menu-toggle--open .menu-toggle__line:nth-child(3){width:35px;transform:translateY(-10px) rotate(-45deg)}.drawer{position:fixed;top:0;left:0;width:100%;max-width:450px;height:100vh;background-color:#0d0d0d;z-index:999;transform:translate(-100%);transition:transform .6s cubic-bezier(.77,0,.175,1);display:flex;align-items:center;padding:2rem 5rem;box-shadow:20px 0 50px #000000b3}.drawer--open{transform:translate(0)}.drawer__nav{width:100%;margin-top:5rem}.drawer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.drawer__item{overflow:hidden}.drawer__link{display:flex;align-items:baseline;gap:1.2rem;color:var(--text-secondary);text-decoration:none;font-family:var(--font-heading);transition:all .4s ease}.drawer__link:hover,.drawer__link--active{transform:translate(15px);color:var(--text-primary)}.drawer__link:hover .drawer__id,.drawer__link--active .drawer__id{color:var(--text-primary);opacity:1}.drawer__id{font-size:1.1rem;font-weight:700;opacity:.5;transition:all .4s ease}.drawer__name{font-size:1.3rem;font-weight:400;text-transform:uppercase;letter-spacing:2px;transition:color .4s ease}.drawer__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:998;opacity:0;animation:fadeIn .4s forwards;cursor:pointer}@keyframes fadeIn{to{opacity:1}}@media(max-width:768px){.drawer{max-width:85vw;padding:2rem 3rem}.menu-toggle{left:1rem;top:1rem}}.experience-section{padding:2rem 1rem;max-width:1000px;margin:0 auto}.experience-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;letter-spacing:-.02em}.experience-title .highlight{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.experience-card{background-color:#030303;border:1px solid #1a1a1a;border-radius:12px;padding:32px 28px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;max-width:420px;margin:0 auto}@media screen and (min-width:1280px){.experience-card{max-width:1000px}}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.card-header .briefcase-icon{color:#a1a1aa}.card-header h2{font-size:18px;font-weight:600;margin:0;letter-spacing:-.01em}.experience-list{display:flex;flex-direction:column;gap:28px}.experience-item{display:flex;gap:16px;align-items:flex-start}.company-logo-link{text-decoration:none;border-radius:50%;display:flex;flex-shrink:0;transition:transform .2s ease,opacity .2s ease}.company-logo-link:hover:not(.no-link){transform:scale(1.05);opacity:.9}.company-logo-link.no-link{cursor:default}.logo-container{width:44px;height:44px;border-radius:50%;background-color:#212124;display:flex;align-items:center;justify-content:center;border:1px solid #282828;overflow:hidden;background-color:#fff}@media screen and (min-width:1280px){.logo-container{width:50px;height:50px}}.logo-container .company-image{width:100%;height:100%;object-fit:contain;padding:6px;box-sizing:border-box}.logo-container.no-padding .company-image{padding:0;object-fit:cover}.experience-details{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.experience-details .company-name{color:#f4f4f5;font-size:15px;font-weight:600;text-decoration:none;line-height:1.4;transition:color .15s ease}.experience-details .company-name:hover{text-decoration:underline;text-underline-offset:4px;color:#fff}.experience-details .role-title{color:#a1a1aa;font-size:14px;margin-top:2px;line-height:1.4}.experience-details .role-dates{color:#71717a;font-size:13px;margin-top:6px;text-align:right;width:100%}.technical-skills-section{padding:1rem;max-width:1100px;margin:0 auto}.technical-skills-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;letter-spacing:-.02em}.technical-skills-title .highlight{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.skill-card{background-color:#030303;border-radius:12px;border:1px solid #1a1a1a;padding:32px 28px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:420px;margin:0 auto}.skill-category{display:inline-block;padding:8px 16px;border-radius:8px;font-weight:600;font-size:1.05rem}.skill-pills{display:flex;flex-wrap:wrap;gap:12px}.skill-pill{background-color:#f3f4f6;color:#4b5563;padding:8px 16px;border-radius:24px;font-size:.9rem;font-weight:500;display:inline-block}.education-timeline-section{padding:2rem 1rem;max-width:1000px;margin:0 auto}.timeline-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;letter-spacing:-.02em}.timeline-title .highlight{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guitar-neck{position:relative;width:100%;height:300px;background-color:#111;border-radius:8px;border:1px solid #1a1a1a;box-shadow:0 20px 50px #00000080;overflow:hidden;display:flex;flex-direction:column}.fretboard{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;pointer-events:none}.fret{width:2px;height:100%;background:linear-gradient(90deg,#444,#888,#444);box-shadow:1px 0 2px #000c}.fret-marker{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;background:radial-gradient(circle at 30% 30%,#fff,#bbb);border-radius:50%;box-shadow:inset -1px -1px 3px #00000080,1px 1px 2px #00000080;opacity:.6}.double-dot:before,.double-dot:after{content:"";position:absolute;width:16px;height:16px;background:radial-gradient(circle at 30% 30%,#fff,#bbb);border-radius:50%;box-shadow:inset -1px -1px 3px #00000080,1px 1px 2px #00000080}.double-dot{background:transparent;box-shadow:none}.double-dot:before{top:-40px;left:0}.double-dot:after{top:40px;left:0}.strings-container{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;width:100%;position:relative;z-index:10;padding:20px 0}.guitar-string-wrapper{position:relative;width:100%;height:40px;display:flex;align-items:center;cursor:pointer}.guitar-string-wrapper:hover .guitar-string{animation:vibrate .1s linear infinite;box-shadow:0 0 8px #fffc,0 0 15px #873ca0}.guitar-string{width:100%;background:linear-gradient(0deg,#666,#ccc,#666);box-shadow:0 2px 4px #000c;border-radius:2px;transition:all .2s ease}@keyframes vibrate{0%{transform:translateY(0)}25%{transform:translateY(-1px)}50%{transform:translateY(0)}75%{transform:translateY(1px)}to{transform:translateY(0)}}.timeline-node{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:20}.timeline-node.active{z-index:30}.timeline-node.active .node-point{transform:scale(1.5);background-color:#fff;box-shadow:0 0 15px #873ca0,0 0 30px #60117a}.node-point{width:20px;height:20px;background-color:#873ca0;border:3px solid #111;border-radius:50%;box-shadow:0 0 10px #00000080;transition:all .3s ease}.education-display-container{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;height:140px}.education-display-content{background-color:#030303;border:1px solid #1a1a1a;border-radius:12px;padding:24px 40px;text-align:center;box-shadow:0 10px 40px #0009;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275);min-width:320px}.education-display-content.placeholder{opacity:.6;border-style:dashed;animation:none}.education-display-content .school-name{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:6px}.education-display-content .degree-name{color:#a1a1aa;font-size:1.05rem;margin-bottom:16px}.education-display-content .date-badge{background:linear-gradient(90deg,#873ca0,#60117a);color:#fff;font-size:.9rem;font-weight:600;padding:6px 14px;border-radius:12px;display:inline-block}@keyframes popIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media screen and (min-width:1280px){.home-main-container{display:flex;flex-direction:column;gap:1rem}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;margin-top:8rem}.hero__image{width:8rem;height:8rem;border-radius:50%;object-fit:cover;border:2px solid #873ca0;box-shadow:0 0 5px #873ca0;margin-top:.5rem}.hero__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:0 2rem;padding:0 2rem;width:100%}.hero__name{font-size:3rem;font-weight:700;text-align:center}.hero__title{font-size:1.5rem;font-weight:700;text-align:center;background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 2rem}.hero__subtitle{font-size:1rem;font-weight:700;text-align:center;margin:0 2rem}.hero__actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin:0 2rem;flex-wrap:wrap}.experience-card,.technical-skills-card{margin:0 1rem}.projects{min-height:100vh;padding:5rem 2rem 0}.projects__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.projects__keyword{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media screen and (min-width:1280px){.projects__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.projects__feature{padding:2rem;border-radius:1rem;background:#ffffff09;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.projects__feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.projects__feature-desc{font-size:1rem;font-weight:400;margin-top:1rem;color:#fff}.projects__feature-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:.5rem}.projects__feature-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.projects__feature-tag{padding:.25rem .5rem;border-radius:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.projects__feature-button{display:inline-block;margin-top:1rem;text-decoration:none;text-align:center}@media screen and (min-width:1280px){.projects__feature-button{margin-top:2rem}}.project-page{min-height:100vh;padding:8rem 2rem 4rem}.project-page__container{max-width:1000px;margin:0 auto}.project-page__back-link{display:inline-block;color:#a1a1aa;text-decoration:none;font-size:1rem;font-weight:500;margin-bottom:2rem;transition:color .2s ease}.project-page__back-link:hover{color:#fff}.project-page__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media screen and (min-width:1280px){.project-page__header{flex-direction:row;justify-content:space-between;align-items:center;gap:6rem}}.project-page__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-page__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.project-page__tag{padding:.4rem 1rem;border-radius:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.9rem;font-weight:500}.project-page__content{display:block;width:100%}.project-page__image-container{border-radius:1rem;overflow:hidden;background:#030303;border:1px solid #1a1a1a;box-shadow:0 20px 50px #0000004d}.project-page__image,.project-page__video{width:40rem;height:100%;aspect-ratio:20/10;object-fit:cover;display:block;border:none}.project-page__details{padding:1rem 0}.project-page__section-title,.project-page__section-title-gallery{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media screen and (min-width:1280px){.project-page__section-title-gallery{margin:0 auto 1.5rem;text-align:center}}.project-page__description{font-size:1.1rem;line-height:1.7;color:#d4d4d8}@media screen and (min-width:1280px){.project-page__description{margin:0 auto;width:100%}}.project-page__description p{margin-bottom:1rem}.project-page__design-process{margin-top:3rem}.project-page__design-process .project-page__description{margin-bottom:1.5rem}.project-page__process-gallery{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}@media screen and (min-width:1280px){.project-page__process-gallery{flex-direction:row;flex-wrap:wrap}}.project-page__process-image{width:100%;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 20px #0000004d}@media screen and (min-width:1280px){.project-page__process-image{width:calc(50% - 1rem)}}.project-page__gallery{margin-top:4rem}@media screen and (min-width:1280px){.project-page__gallery{margin-top:2rem;margin-right:4rem;margin-left:4rem}}.project-page__gallery-scroll{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1.5rem;scrollbar-width:thin;scrollbar-color:#873ca0 rgba(255,255,255,.05)}.project-page__gallery-scroll::-webkit-scrollbar{height:8px}.project-page__gallery-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.project-page__gallery-scroll::-webkit-scrollbar-thumb{background:#873ca0;border-radius:4px}.project-page__gallery-item{flex:0 0 calc(50% - 1rem);min-width:280px;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}@media screen and (min-width:1280px){.project-page__gallery-item{flex:0 0 calc(33.333% - 1rem)}}.project-page__gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000080;border-color:#873ca0}.project-page__gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.project-page__gallery-image:hover{transform:scale(1.05)}.project-page__lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:9999;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-page__lightbox-image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:.5rem;box-shadow:0 0 40px #000c;-webkit-user-select:none;user-select:none}.project-page__lightbox-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1;padding:.5rem;transition:color .3s ease,transform .2s ease;z-index:2}.project-page__lightbox-close:hover{color:#873ca0;transform:scale(1.1)}.project-page__lightbox-prev,.project-page__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.5rem;cursor:pointer;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2}.project-page__lightbox-prev:hover,.project-page__lightbox-next:hover{background:#873ca0;border-color:#873ca0;transform:translateY(-50%) scale(1.1)}@media screen and (min-width:1280px){.project-page__lightbox-prev,.project-page__lightbox-next{width:70px;height:70px;font-size:2rem}}.project-page__lightbox-prev{left:1rem}@media screen and (min-width:1280px){.project-page__lightbox-prev{left:3rem}}.project-page__lightbox-next{right:1rem}@media screen and (min-width:1280px){.project-page__lightbox-next{right:3rem}}.project-page__lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;font-size:1.1rem;font-weight:500;background:#0009;padding:.6rem 1.5rem;border-radius:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);letter-spacing:2px}.project-page-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.project-page-not-found h2{font-size:2rem;margin-bottom:1rem}.web-projects{min-height:100vh;padding:5rem 2rem 0}.web-projects__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.web-projects__keyword{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.web-projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media screen and (min-width:1280px){.web-projects__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.web-projects__feature{padding:2rem;border-radius:1rem;background:#ffffff09;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.web-projects__feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.web-projects__feature-desc{font-size:1rem;font-weight:400;margin-top:1rem;color:#fff}.web-projects__feature-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:.5rem}.web-projects__feature-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.web-projects__feature-tag{padding:.25rem .5rem;border-radius:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.web-projects__feature-button{display:inline-block;margin-top:1rem;text-decoration:none;text-align:center}@media screen and (min-width:1280px){.web-projects__feature-button{margin-top:2rem}}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #282828;padding:1rem 2rem;margin-top:2rem}.footer__leftside__text{font-size:1rem;font-weight:600;color:#fff}.footer__leftside__text .highlight{background:linear-gradient(90deg,#873ca0,#60117a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__rightside{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:center;gap:1rem}.footer__rightside__icon{width:20px;height:20px;transition:transform .2s ease;filter:brightness(0) invert(1)}.footer__rightside__icon:hover{transform:scale(1.1)}
