@import url(https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap);body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body,code{font-family:"Inconsolata",monospace}.navbar{height:100vh;width:200px;background-color:initial!important;color:#fff;padding:20px 10px}.navbar,.navbar-menu{display:flex;justify-content:center}.navbar-menu{list-style:none;flex-direction:column;grid-gap:20px;gap:20px;margin:0;padding:0;width:100%}.navbar-item{margin:0;width:100%;text-align:center}.navbar-link{color:inherit;text-decoration:none;padding:8px 12px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;grid-gap:12px;gap:12px;background-color:initial;font-weight:500;letter-spacing:.02em}.navbar-link:hover{background-color:hsla(0,0%,100%,.1)}.navbar-text{margin-left:8px;font-size:1.1rem}@media (max-width:768px){.navbar{position:fixed;top:0;right:0;height:60px;width:100%;padding:10px;background-color:rgba(0,0,0,.8);align-items:center;transform:translateY(0);transition:transform .3s ease}.navbar.hidden{transform:translateY(-100%)}.navbar-menu{flex-direction:row;justify-content:space-between;grid-gap:20px;gap:20px;padding:0;height:100%;align-items:center;width:90%;margin:0 auto}.navbar-item{display:none;height:100%}.navbar-item:first-child,.navbar-item:last-child,.navbar-item:nth-last-child(2),.navbar-link{display:flex;align-items:center;justify-content:center}.navbar-link{height:100%}.hero-image{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;height:100%;object-fit:cover}.navbar-text{display:none}}.hero-image img{max-width:70%}.home-container{background:transparent;margin-left:200px}.hero-section,.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-section{height:100vh;width:70vw}.hero-content{flex:1 1;text-align:center;justify-content:center;color:#fff;display:flex;flex-direction:column;align-items:center}.hero-content h1{font-size:3rem;margin-bottom:10px;text-align:center;font-weight:700;letter-spacing:-.02em}.hero-content p{font-size:1.5rem;text-align:center;font-weight:400;line-height:1.6;letter-spacing:.01em}@media (max-width:768px){.home-container{margin-left:0}.hero-section{flex-direction:column;text-align:center}.hero-image{padding:0;margin:0}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 7.5%}.hero-content h1,.hero-content p{max-width:100%}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#8e8e90;transition:transform .3s ease-in-out}.full-section{width:70vw}.about-container{padding:20px;margin:0 10% auto}.about-container h1{text-align:center;margin-bottom:40px;font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.about-section{margin-bottom:30px}.about-section h2{margin-bottom:10px;color:#fff;font-size:1.8rem;font-weight:600;letter-spacing:-.01em}.about-section p{font-size:1.1rem;line-height:1.6;color:#fff;font-weight:400;letter-spacing:.01em}iframe{display:block;margin:20px auto;border:none}.image-row{display:flex;justify-content:space-between;grid-gap:10px;gap:10px}.image-container{display:flex;flex-direction:column;align-items:center;width:100%}.about-image{width:100%;height:auto;object-fit:contain;border-radius:8px}.caption{margin-top:10px;text-align:center;font-size:1rem;color:#fff;font-weight:400;letter-spacing:.01em}.video{width:100%;height:100%}@media (max-width:768px){.about-container{margin:0 5% auto}.image-row{flex-direction:column;grid-gap:20px;gap:20px}.image-container{width:100%}.about-image{width:100%;max-width:500px;height:auto;object-fit:contain;margin:10px auto}}.projects-container h1{text-align:center;margin-bottom:40px;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px;padding:20px;justify-items:center;align-items:center}.project-card,.projects-grid{width:100%;justify-content:center}.project-card{overflow:hidden;transition:transform .3s ease;max-width:400px}.project-card a{color:#d3d3d3}.project-card a:hover{color:#fff}.project-card a:visited{color:grey}.project-card h2,.project-card p{color:#fff}.project-card:hover{transform:translateY(-5px)}.project-image{width:95%;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.project-content{background:transparent;padding:20px}.project-title{font-size:1.5rem;margin-bottom:10px;color:#fff;font-weight:600;letter-spacing:-.01em}.project-description{font-size:1.1rem;color:#fff;margin-bottom:15px;line-height:1.6;font-weight:400;letter-spacing:.01em}.project-tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-top:10px}.project-tag{background:#f0f0f0;padding:4px 8px;border-radius:4px;font-size:.9rem;color:#fff;font-weight:500;letter-spacing:.01em}.project-links{display:flex;grid-gap:10px;gap:10px;margin-top:15px}.project-link{padding:8px 12px;border-radius:4px;text-decoration:none;color:#fff;background:#333;font-size:1rem;font-weight:500;letter-spacing:.02em;transition:background-color .2s ease}.project-link:hover{background:#555}.experience-container{padding:20px;max-width:80%;margin:0 auto;background:transparent}h1{text-align:center;margin-bottom:40px;color:#fff}.timeline{position:relative;padding:10px 0;list-style:none;background:transparent;color:#fff}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#ddd}.timeline-item{position:relative;display:flex;margin:3% 0;width:100%;height:100%;box-sizing:border-box;align-items:center}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-content,.timeline-image{width:45%}.timeline-content{border-radius:5px;padding:2%;z-index:1;height:100%}.timeline-image{display:flex;justify-content:center;align-items:center;margin-left:3%;margin-right:3%;height:100%}.timeline-image img{max-width:100%;max-height:100%;object-fit:cover}.timeline-date-end,.timeline-date-start{position:absolute;font-size:1em;color:#888;width:max-content}.timeline-date-start{top:-5%}.timeline-date-end{bottom:-5%}.timeline-item:nth-child(odd) .timeline-date-start{right:52%}.timeline-item:nth-child(2n) .timeline-date-start{left:52%}.timeline-item:nth-child(odd) .timeline-date-end{right:52%}.timeline-item:nth-child(2n) .timeline-date-end{left:52%}.timeline-content li>a{color:#d3d3d3}.timeline-content li>a:visited{color:grey}.timeline-content li>a:hover{color:#fff}.experience-container ol,.experience-container ul{padding-left:2em}.experience-container ul li{margin-bottom:1.1em;text-indent:-1em;padding-left:1em}.experience-container ul ul{margin-top:.5em;margin-bottom:.5em}.experience-container ul ul li{margin-bottom:.9em;text-indent:-.7em;padding-left:.7em}@media (max-width:768px){.experience-container{max-width:95%;padding:10px}.timeline:before{left:20px}.timeline-item{margin-left:40px;display:grid;grid-template-areas:"image" "content"}.timeline-item,.timeline-item:nth-child(odd){flex-direction:column}.timeline-content,.timeline-image{width:100%}.timeline-image{grid-area:image;margin:0 0 20px;max-height:150px}.timeline-content{grid-area:content;padding:15px}.timeline-image img{max-height:150px}.timeline-date-end,.timeline-date-start{left:-60px!important;right:auto!important}}.background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-color:#000}
/*# sourceMappingURL=main.574d49a7.chunk.css.map */