@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);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}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;scroll-behavior:smooth}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem 0 0}.nav-logo{border-bottom:3px solid #2c3e50;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.8rem;font-weight:600;letter-spacing:-.5px;margin-left:-5rem;padding-bottom:5px}.nav-menu{display:flex;gap:3rem;list-style:none;margin-right:-7rem}.nav-link{border-bottom:3px solid #333;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;letter-spacing:-.2px;padding-bottom:5px;text-decoration:none;transition:color .3s ease}.nav-link:hover{border-bottom-color:#3498db;color:#3498db}.section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem 4rem}.section:not(.home-section){background-image:radial-gradient(circle,#a9a9a999 1.5px,#0000 0),radial-gradient(circle,#c0c0c080 1.2px,#0000 0);background-position:0 0,10px 10px;background-size:40px 40px,20px 20px;position:relative}.section:not(.home-section):before{background-image:radial-gradient(circle,#d3d3d366 1px,#0000 0),radial-gradient(circle,#dcdcdc4d .8px,#0000 0);background-position:20px 20px,35px 35px;background-size:60px 60px,30px 30px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.section-content{margin:0 auto;max-width:1200px;width:100%}.section:not(.home-section) .section-content{position:relative;z-index:2}.home-section{background:#fff;color:#333;min-height:120vh;overflow:hidden;position:relative;text-align:center}.hero-video{height:100%;left:0;max-height:100%;max-width:100%;object-fit:cover;position:absolute;top:0;transform-origin:center center;width:100%;z-index:1}.home-section h1{animation:fadeInUp 1s ease-out;font-size:3rem;margin-bottom:1rem}.home-section h2{animation:fadeInUp 1s ease-out .2s both;font-size:2rem;margin-bottom:1rem}.home-section p{animation:fadeInUp 1s ease-out .4s both;font-size:1.2rem;margin-bottom:2rem}.cta-button{animation:fadeInUp 1s ease-out .6s both;background:#fff3;border:2px solid #fff;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background:#fff;color:#667eea}.about-section{background:#f8f9fa}.about-title{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:600;letter-spacing:-.5px;margin:0 0 3rem;text-align:center}.about-container{gap:4rem;margin:0 auto;max-width:1200px}.about-container,.about-profile-space{align-items:center;display:flex;justify-content:center}.about-profile-space{background:#ddd;border-radius:25px;color:#666;flex:0 0 300px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;height:300px;overflow:hidden}.profile-image{border-radius:22px;height:100%;object-fit:cover;width:100%}.social-links{display:flex;gap:1.5rem;justify-content:flex-start;margin-top:2rem}.social-link{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:12px;color:#2c3e50;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-link:hover{box-shadow:0 6px 20px #2c3e5033;transform:translateY(-3px)}.social-link:first-child:hover{background:#0077b5;border-color:#0077b5;color:#fff}.social-link:nth-child(2):hover{background:#333;border-color:#333;color:#fff}.social-link:nth-child(3):hover{background:#ea4335;border-color:#ea4335;color:#fff}.social-icon{height:24px;width:24px}.get-in-touch{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:25px;box-shadow:0 10px 30px #0000001a;margin-top:3rem;padding:2rem;text-align:center}.get-in-touch h3{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.get-in-touch h3,.get-in-touch p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.get-in-touch p{color:#666;font-size:1.1rem;margin:0}.about-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:25px;box-shadow:0 10px 30px #0000001a;flex:1 1;padding:4rem;position:relative}.about-box p{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;line-height:1.7;margin-bottom:1.5rem}.about-box p:last-child{margin-bottom:0}.about-box strong{color:#2c3e50;font-weight:600}.experience-section{background:#fff}.experience-section .section-title{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.experience-timeline{margin:0 auto;max-width:1200px;position:relative}.experience-timeline:before{background:linear-gradient(180deg,#2c3e50,#3498db,#2c3e50);border-radius:1px;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px;z-index:1}.experience-item{align-items:center;background:linear-gradient(135deg,#fefdf9,#faf8f0 25%,#fefdf8 50%,#f8f6eb 75%,#fefdf9);border:1px solid #daa52026;border-radius:20px;box-shadow:0 5px 15px #0000001a,inset 0 1px 0 #fffdf0cc,inset 0 -1px 0 #8b735514;display:flex;gap:4rem;margin-bottom:4rem;padding:2.5rem;position:relative;transition:all .3s ease;z-index:2}.experience-item:before{background:linear-gradient(45deg,#0000 30%,#ffd7000d 50%,#0000 70%);border-radius:20px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:768px){.experience-timeline:before{left:50%;transform:translateX(-50%)}.experience-item{flex-direction:column;text-align:center}.experience-date{flex:none;margin-bottom:1rem;text-align:center}}.experience-item:hover{background:linear-gradient(135deg,#fffefa,#fbf9f2 25%,#fffef9 50%,#f9f7ed 75%,#fffefa);box-shadow:0 8px 25px #00000026,inset 0 1px 0 #fffdf0e6,inset 0 -1px 0 #8b73551f;transform:translateY(-2px)}.experience-date{flex:0 0 200px;text-align:right}.experience-date span{color:#666;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.5px}.experience-content{flex:1 1}.experience-title{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem}.experience-description{list-style:none;margin-bottom:1.5rem;padding:0}.experience-description li{color:#555;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.experience-description li:before{color:#000;content:"—";font-weight:700;left:0;position:absolute}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#3498db1a;border:1px solid #3498db33;border-radius:15px;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#3498db33;transform:translateY(-1px)}.skills-section{background:#f8f9fa}.skills-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.skills-category{align-items:flex-start;display:flex;gap:3rem;margin-bottom:3rem;padding:1.5rem 0}.category-header{align-items:center;display:flex;flex:0 0 250px;min-height:120px}.category-header h3{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0;text-align:left}.skills-grid{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:repeat(auto-fill,120px);justify-content:start}.skill-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;height:120px;justify-content:center;padding:1.5rem;text-align:center;transition:all .3s ease;width:120px}.skill-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.skill-icon-large{height:48px;margin-bottom:.8rem;object-fit:contain;transition:transform .3s ease;width:48px}.skill-card:hover .skill-icon-large{transform:scale(1.1)}.skill-name{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.2px;line-height:1.2}.projects-section{background:#fff;padding-bottom:6rem;padding-top:4rem}.projects-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.projects-container{margin:0 auto;max-width:1200px}.project-item{align-items:center;display:flex;gap:4rem;margin-bottom:7rem}.project-image-container{background:#f0f0f0;border:3px solid #000;border-radius:20px;cursor:pointer;flex:0 0 400px;height:300px;overflow:hidden;position:relative;transform:perspective(1000px) rotateX(10deg) rotateY(10deg);transition:all .4s ease}.project-image-container:hover{transform:perspective(1000px) rotateX(0deg) rotateY(0deg)}.project-image{border-radius:17px;height:100%;object-fit:cover;width:100%}.project-image-placeholder{align-items:center;background:#00000080;border-radius:17px;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;width:100%}.project-image-container:hover .project-image-placeholder{opacity:1}.project-image-placeholder:after{content:"Project Screenshots";transition:all .3s ease}.project-image-container:hover .project-image-placeholder:after{color:#fff;content:"Visit Site";font-weight:600}.project-details{flex:1 1}.project-header{align-items:center;border-bottom:2px solid #333;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.project-title{color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.8rem;font-weight:600;margin:0}.project-date{color:#666;font-weight:500}.project-date,.project-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}.project-description{color:#555;line-height:1.6;margin-bottom:1rem;text-align:justify}.projects-section .tech-tags{margin-bottom:1.5rem}.demo-button{align-items:center;background:none;border:none;border-bottom:3px solid #2c3e50;color:#2c3e50;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;gap:8px;padding:0 0 5px;transition:all .3s ease}.demo-button:hover{border-bottom-color:#34495e;color:#34495e}.demo-button:after{content:"→";font-size:1.2rem;transform:rotate(-45deg);transition:transform .3s ease}.demo-button:hover:after{transform:rotate(-45deg) translateX(3px)}.certifications-section{background:#f8f9fa;padding-top:2rem}.certifications-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(6,1fr);margin:0 auto;max-width:1200px}.certifications-grid .certification-item:first-child{grid-column:1/3}.certifications-grid .certification-item:nth-child(2){grid-column:3/5}.certifications-grid .certification-item:nth-child(3){grid-column:5/7}.certifications-grid .certification-item:nth-child(4){grid-column:2/4}.certifications-grid .certification-item:nth-child(5){grid-column:4/6}@media (max-width:768px){.certifications-grid{grid-template-columns:1fr}.certifications-grid .certification-item:first-child,.certifications-grid .certification-item:nth-child(2),.certifications-grid .certification-item:nth-child(3),.certifications-grid .certification-item:nth-child(4),.certifications-grid .certification-item:nth-child(5){grid-column:1}}.certification-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.certification-item:hover{transform:translateY(-5px)}.certification-symbol{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.certification-symbol:hover{box-shadow:0 6px 20px #00000026;transform:scale(1.1)}.google-cert{background:#fff;box-shadow:0 4px 15px #0000001a}.google-cert:hover{box-shadow:0 6px 20px #00000026}.cert-icon{color:#fff;height:40px;width:40px}.cert-logo{border-radius:5px;height:50px;object-fit:contain;width:50px}.certification-item h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.certification-item p{color:#666;margin-bottom:.5rem}.certification-item .date{color:#666;font-weight:500;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav-menu{display:none}.home-section h1{font-size:2rem}.home-section h2{font-size:1.5rem}.section{padding:4rem 1rem 2rem}.project-item{flex-direction:column;gap:2rem}.project-image-container{flex:none;height:200px;margin:0 auto;max-width:300px;width:100%}.project-header{align-items:flex-start;flex-direction:column;gap:.5rem}.project-title{font-size:1.5rem}.project-date{font-size:.9rem}.project-description{font-size:.9rem;text-align:left}.certifications-grid{grid-template-columns:1fr}.skills-category{flex-direction:column;gap:1.5rem;padding:1rem 0}.category-header{flex:none;justify-content:center;min-height:auto}.category-header h3{font-size:1.3rem;text-align:center}.skills-grid{gap:1rem;grid-template-columns:repeat(auto-fill,100px);justify-content:center}.skill-card{height:100px;padding:1rem;width:100px}.skill-icon-large{height:36px;width:36px}.skill-name{font-size:.8rem}.about-container{flex-direction:column;gap:2rem;text-align:center}.about-title{font-size:2.5rem}.about-profile-space{border-radius:20px;flex:none;font-size:1rem;height:200px;margin:0 auto;width:200px}.profile-image{border-radius:17px}.about-box{margin:0 1rem;padding:3rem}.experience-item{align-items:flex-start;border-radius:15px;flex-direction:column;gap:1rem;margin-bottom:3rem;padding:2rem}.experience-date{flex:none;text-align:left}.experience-date span{font-size:.9rem}.experience-title{font-size:1.2rem;margin-bottom:1rem}.experience-description li{font-size:.9rem}}
/*# sourceMappingURL=main.52978623.css.map*/