body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#000;box-shadow:0 2px 10px #0000004d;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.nav-brand{color:#1e90ff;font-size:1.5rem;font-weight:700}.menu-icon{cursor:pointer;display:none;flex-direction:column;gap:6px;z-index:1001}.menu-line{background-color:#fff;height:3px;transition:all .3s ease;width:30px}.menu-line.open:first-child{transform:rotate(45deg) translate(7px,7px)}.menu-line.open:nth-child(2){opacity:0}.menu-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#1e90ff}@media (max-width:768px){.menu-icon{display:flex}.nav-links{align-items:center;background-color:#000;flex-direction:column;gap:2rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%}.nav-links.active{right:0}.nav-links a{font-size:1.5rem}}.hero{background-color:#000;color:#fff;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 2rem 2rem;text-align:center}.hero,.hero-content{align-items:center;display:flex}.hero-content{gap:2rem;justify-content:space-between;max-width:1200px;width:100%}.hero-image,.hero-text{flex:1 1}.hero-image img{border-radius:10px;height:auto;max-width:100%}.hero h1{color:#1e90ff;font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:2px solid #1e90ff;border-radius:5px;color:#fff;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-decoration:none;z-index:1}.btn:before{background-color:#1e90ff;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:-1}.btn:hover:before{left:0}.dynamic-name{animation:blink-cursor .8s steps(1) infinite;border-right:2px solid #1e90ff;color:#1e90ff;font-weight:700;padding-right:2px}@keyframes blink-cursor{0%,to{border-color:#1e90ff}50%{border-color:#0000}}@media (max-width:968px){.hero-content{flex-direction:column-reverse}.hero-image{width:80%}.hero h1{font-size:2.5rem}}@media (max-width:480px){.hero{padding:5rem 1rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-image{width:100%}.btn{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:768px){.hero-image{display:none}.hero-content{flex-direction:column}.hero-text{width:100%}}.about{background-color:#000;color:#fff;padding:80px 20px}.about h2{color:#1e90ff;font-size:2.5rem;margin-bottom:40px;text-align:center}.about-content{margin:0 auto;max-width:800px}.about h3{color:#1e90ff;margin:30px 0 15px}.about p{line-height:1.6;margin-bottom:20px}.about ul{list-style-type:none;padding:0}.about ul li{margin:10px 0;padding-left:20px;position:relative}.about ul li:before{color:#1e90ff;content:"•";left:0;position:absolute}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.skill-card{align-items:center;background:linear-gradient(145deg,#000,#111);border:1px solid #1e90ff;border-radius:10px;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{box-shadow:0 5px 15px #1e90ff33;transform:translateY(-5px)}.skill-icon{font-size:1.5rem}.skill-name{color:#fff;font-size:1rem}@media (max-width:768px){.skills-grid{grid-template-columns:1fr}.skill-card{padding:1rem}}.services{background-color:#111;color:#fff;padding:80px 20px}.services h2{color:#1e90ff;font-size:2.5rem;margin-bottom:40px;text-align:center}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:20px}.service-card{background-color:#000;border:1px solid #1e90ff;border-radius:10px;color:#fff;padding:30px;text-align:center;transition:transform .3s ease}.service-card:hover{box-shadow:0 5px 15px #1e90ff4d;transform:translateY(-10px)}@media (max-width:768px){.services-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.projects{background-color:#111;padding:4rem 2rem}.projects h2{color:#1e90ff;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.project-card{background-color:#000;border-radius:8px;display:flex;flex-direction:column;height:400px;max-height:400px;min-height:400px;overflow:hidden;transition:transform .3s}.project-image-wrapper{flex-shrink:0;height:200px;overflow:hidden;width:100%}.project-card img{height:100%;object-fit:cover;width:100%}.project-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-height:0}.project-card h3{color:#1e90ff;max-height:48px;min-height:48px;padding:1rem 1rem .5rem;white-space:nowrap}.project-card h3,.project-card p{margin:0;overflow:hidden;text-overflow:ellipsis}.project-card p{color:#fff;max-height:60px;min-height:60px;padding:0 1rem 1rem}.project-links{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.project-links a{border:1px solid #1e90ff;border-radius:4px;color:#1e90ff;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.project-links a:hover{background-color:#1e90ff;color:#000}.show-more-btn{background-color:#1e90ff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:2rem auto 0;padding:.75rem 2rem;transition:background .3s}.show-more-btn:hover{background-color:#0d6efd}.desc-ellipsis{color:#1e90ff;cursor:pointer;font-weight:700;margin-left:2px}.project-details-page{align-items:center;padding:2rem 0}.project-details-page,.project-details-page-flex{background:#111;display:flex;justify-content:center;min-height:80vh}.project-details-page-flex{align-items:flex-start;gap:3rem;padding:3rem 2rem}.project-details-left{color:#fff;justify-content:flex-start}.project-details-left,.project-details-right{display:flex;flex:1 1 350px;flex-direction:column;max-width:500px}.project-details-right{align-items:center}.project-details-right img{border-radius:8px;max-width:400px;object-fit:cover;width:100%}.project-nav-arrows{align-items:center;display:flex;gap:2rem;margin-top:2rem}.arrow{color:#1e90ff;cursor:pointer;font-size:2rem;transition:color .2s;-webkit-user-select:none;user-select:none}.arrow:hover{color:#63b3ed}.show-more-project-btn{background:#0000;border:1px solid #1e90ff;border-radius:4px;color:#1e90ff;cursor:pointer;font-size:1rem;margin-left:0;padding:.5rem 1rem;transition:all .3s}.show-more-project-btn:hover{background-color:#1e90ff;color:#000}.project-details-page-stack{background:#111;gap:2.5rem;min-height:80vh;padding:3rem 2rem}.project-details-main,.project-details-page-stack{align-items:center;display:flex;flex-direction:column}.project-details-main{background:none;max-width:700px;width:100%}.project-details-title{color:#1e90ff;font-size:2.2rem;margin:1.5rem 0 1rem;text-align:center;word-break:break-word}.project-details-desc{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;text-align:center;word-break:break-word}.project-details-image{border-radius:8px;display:block;margin:0 auto;max-width:400px;object-fit:cover;width:100%}.project-details-video-wrapper{display:flex;justify-content:center;margin:2rem 0 0;width:100%}.project-details-video{background:#000;border-radius:8px;height:400px;max-width:700px;width:100%}.project-details-arrows{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.project-details-desc-img-flex{align-items:flex-start;display:flex;flex-direction:row;gap:2.5rem;justify-content:center;margin:0 auto 2rem;max-width:900px;width:100%}.project-details-desc-left{align-items:flex-start;display:flex;flex:1 1 350px;flex-direction:column;height:100%;justify-content:flex-start;min-width:220px;position:relative}.project-details-links{display:flex;gap:1rem;justify-content:center;margin-top:auto;width:100%}.project-details-desc-left .project-details-desc{margin-bottom:2rem}.project-details-desc-right{align-items:center;display:flex;flex:1 1 350px;justify-content:center;min-width:220px}.project-details-desc-right .project-details-image{border-radius:8px;max-width:350px;object-fit:cover;width:100%}.project-details-title-row{align-items:center;display:flex;justify-content:space-between;margin:0 auto 2rem;max-width:900px;width:100%}.back-btn{background-color:#1e90ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-left:1.5rem;padding:.5rem 1.5rem;transition:background .3s}.back-btn:hover{background-color:#0d6efd}@media (max-width:900px){.project-details-page-flex{align-items:stretch;flex-direction:column;gap:2rem}.project-details-left,.project-details-main,.project-details-right,.project-details-video{max-width:100%}.project-details-video{height:220px}.project-details-desc-img-flex{flex-direction:column;gap:1.5rem;max-width:100%}.project-details-desc-left,.project-details-desc-right{max-width:100%;min-width:0;width:100%}.project-details-desc-right .project-details-image{height:auto;max-width:100%}}.contact{background-color:#000;color:#fff;padding:80px 20px;text-align:center}.contact h2{color:#1e90ff;font-size:2.5rem;margin-bottom:40px}.contact-icons{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:600px}.contact-icons a{color:#1e90ff;font-size:2rem;transition:all .3s ease}.contact-icons a:hover{color:#fff;transform:scale(1.2)}@media (max-width:480px){.contact-icons{gap:20px}.contact-icons a{font-size:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;overflow-x:hidden}img{height:auto;max-width:100%}section{margin:0 auto;max-width:1200px;padding:5rem 1rem}@media (max-width:768px){section{padding:3rem 1rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f00176f4.css.map*/