@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";.contact-color,div{border-color:#fff}@media only screen and (max-width: 768px){.contact-container{flex-direction:column;text-align:center;padding:1rem}}.cta-container{display:flex;justify-content:center;margin:6rem}.cta-container a{text-decoration:none;color:#fff;cursor:pointer}button{width:50%;font-size:larger;padding:2rem 1rem;border-radius:40px;border-color:#fff;background:var(--gradient-bar);color:#fff;outline-color:#fff;outline-width:2px}.feature__container{display:flex;align-items:center;gap:5rem;margin-bottom:5rem}.feature__title{font-size:1.5rem;margin-right:1rem;display:flex;flex-direction:column;align-items:center}hr{margin:12px 0 4px}.feature__title hr{display:flex;width:100px;height:3px;background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;margin-bottom:.25rem;margin-right:0}.feature__text{margin-top:.5rem}@media only screen and (max-width: 566px){.feature__container{flex-direction:column;align-items:center;gap:1rem}.feature__title{margin-right:0;margin-bottom:.5rem}.feature__title hr{margin-bottom:0}.feature__text{margin-top:0}}.navbar{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:1rem 5rem;background:var(--color-bg);position:fixed;width:100%;top:0;left:0;z-index:1001;height:50px}.navbar-links{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.navbar-links p{margin:0 1rem}.navbar-links p a{color:#fff;font-size:1.5rem;text-decoration:none}.navbar-links p a:hover{color:gold!important}.navbar-links p a:visited{color:#fff!important}.navbar-hamburger{display:none;flex-direction:column;cursor:pointer}.navbar-hamburger .bar{width:25px;height:3px;background-color:#fff;margin:4px 0}@media only screen and (max-width: 768px){.navbar-links{display:none;flex-direction:column;position:absolute;top:60px;right:0;background-color:var(--color-bg);width:100%;text-align:center}.navbar-links.open,.navbar-hamburger{display:flex}}.proj-feat-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:1rem}.proj-feat-container.reverse{flex-direction:row-reverse}.proj-video{flex:1;max-width:50%;height:auto;min-height:300px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:15px;box-sizing:border-box}.proj-text{flex:1;display:flex;height:auto;min-height:300px;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:50%;padding:1rem;box-sizing:border-box}.proj-buttons{margin-top:1rem;display:flex;gap:1rem}.proj-button{text-decoration:none;padding:.5rem 1rem;border:none;border-radius:5px;background:var(--gradient-bar);color:#fff;font-size:1rem;text-align:center;transition:all .3s ease}.proj-button:hover{background:#f77f00;transform:scale(1.05)}.about__container{display:flex;flex-direction:row}.about__features{display:flex;flex-direction:column}.feature{display:flex;align-items:center;margin-bottom:1rem}.feature-title{font-size:1.5rem;margin-right:1rem}.feature-bar{flex-grow:1;height:2px;background-color:#ccc}.feature-text{margin-top:.5rem}@media only screen and (max-width: 768px){.about__container{flex-direction:column;text-align:center}}@media only screen and (max-width: 566px){.feature{flex-direction:column;align-items:flex-start}.feature-title{margin-right:0;margin-bottom:.5rem}.feature-bar{width:100%;margin-bottom:.5rem}.feature-text{margin-top:0}}.header{display:flex;flex-direction:column;justify-content:flex-start;height:auto;box-sizing:border-box;margin:0;padding:0}.header-name{display:flex;justify-content:center;align-items:center;height:50vh;letter-spacing:.8rem;padding-top:2rem}.header-top h1{font-size:calc(3rem + 3vw)}.text-pop-up-top{transition:ease-in}.header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 1rem;overflow-wrap:normal}.header-overiew{padding:2rem;line-height:1.8}.header-img img{width:100%;height:100%;object-fit:cover}.header-skills{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:20px}.header-skills-container{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-section{position:relative;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#0d0d0d}.hero-section h1{font-size:calc(4rem + 4vw);letter-spacing:.8rem;z-index:1;color:#fff;text-align:center}.intro-section{background-color:#0d0d0d;padding:4rem 2rem;color:#fff;scroll-margin-top:60px;animation:fadeIn 1s ease-in-out .3s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 768px){.header-content{flex-direction:column;text-align:center}.header-overview{padding:1rem}.header-img img{width:80%}.header-skills{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media only screen and (max-width: 480px){.header-skills{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.projects__container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;padding:2rem 0;gap:2rem}.proj__feature{display:flex;flex-direction:row;justify-content:space-between;gap:2rem;width:100%;max-width:1200px;align-items:stretch;margin-bottom:3rem}.header-skills-icon img{width:50px;height:50px}body{background:var(--color-bg);color:#fff}.text-pop-up-top{-webkit-animation:text-pop-up-top 2s cubic-bezier(.25,.46,.45,.94) 1s both;animation:text-pop-up-top 2s cubic-bezier(.25,.46,.45,.94) 1s both}@-webkit-keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #cccccc,0 2px 0 #cccccc,0 3px 0 #cccccc,0 4px 0 #cccccc,0 5px 0 #cccccc,0 6px 0 #cccccc,0 7px 0 #cccccc,0 8px 0 #cccccc,0 9px 0 #cccccc,0 50px 30px rgba(0,0,0,.3)}}@keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #cccccc,0 2px 0 #cccccc,0 3px 0 #cccccc,0 4px 0 #cccccc,0 5px 0 #cccccc,0 6px 0 #cccccc,0 7px 0 #cccccc,0 8px 0 #cccccc,0 9px 0 #cccccc,0 50px 30px rgba(0,0,0,.3)}}.scroll-container{scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;padding-top:60px}.scroll-section{scroll-snap-align:start;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;margin:0;padding:2rem;text-align:center}.skills{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-top:30px;gap:20px}:root{--font-family: "Manrope", sans-serif;--gradient-text: linear-gradient(89.97deg, #ae67fa 1.84%, #f49867 102.67%);--gradient-bar: linear-gradient(103.22deg, #d0d8e3 0%, #714da3 100%);--halo-bg: #0d0d0d;--section-bg: linear-gradient(to bottom, var(--halo-bg), #0a0a1a);--color-bg: #0d0d0d;--color-footer: #031b34;--color-blog: #042c54;--color-text: #81afdd;--color-subtext: #ff8a71}@media only screen and (max-width: 768px){.header-content{flex-direction:column;text-align:center}.header-overview{padding:1rem}.header-img img{width:80%}.navbar{flex-direction:column}.navbar a{margin:.5rem 0}}
