@charset "UTF-8";html{scroll-snap-type:y mandatory;scroll-behavior:smooth;scroll-padding-top:50px}*{margin:0%;padding:0%;box-sizing:border-box;font-family:DM Sans,sans-serif;background-color:#0c0c1d;color:#d3d3d3}section{scroll-snap-align:unset;height:auto;min-height:100vh}@media (min-width: 1024px){section{height:100vh}}.course{height:100vh;display:flex;align-items:center;justify-content:center}.course .box{height:200px;width:200px;background:white}.navbar{height:70px;width:100%;position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 20px}.navbar .logo{font-weight:700;font-size:23px;cursor:pointer;letter-spacing:.3rem;display:flex;align-items:center;gap:10px}.navbar .logo-img{width:50px;height:auto;border-radius:5px}.navbar .links{display:flex;align-items:center;gap:25px;position:relative}.navbar .links .nav-item{position:relative;padding:6px 14px;border-radius:12px;cursor:pointer;overflow:hidden}.navbar .links .nav-item button{background:none;border:none;font-size:16px;font-weight:500;color:#fff;z-index:2;position:relative;cursor:pointer;transition:color .3s ease}.navbar .links .nav-item:hover button{color:#111}.navbar .links .nav-item .hover-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:white;border-radius:12px;z-index:1}.navbar .social{display:flex;gap:20px}.navbar .social a{color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,color .3s ease}.navbar .social a:hover{transform:scale(1.2);color:#00aced}.navbar .social a svg{width:100%;height:100%;transition:inherit}.navbar .hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:25px;cursor:pointer;z-index:1100}.navbar .hamburger span{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.navbar .hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .hamburger.open span:nth-child(2){opacity:0}.navbar .hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.navbar{height:80px}.navbar .hamburger{display:flex}.navbar .links{flex-direction:column;align-items:center;justify-content:center;gap:25px;position:absolute;top:70px;left:0;width:100%;background:rgba(0,0,0,.9);padding:30px 0;display:none}.navbar .links.active{display:flex}.navbar .links .nav-item button{font-size:18px}.navbar .desktop-social{display:none}.navbar .mobile-social{margin-top:20px;flex-direction:row;justify-content:center;gap:20px}}.hero{height:100vh;position:relative;overflow:hidden;background:linear-gradient(180deg,#0c0c1d,#111132)}.hero .wrapper{margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:70px;max-width:2000px}.hero .wrapper .textContainer{flex:1;display:flex;flex-direction:column;justify-content:center;gap:30px;position:relative;z-index:1;background:transparent}.hero .wrapper .textContainer h2{font-size:2.5rem;color:#639;letter-spacing:.5rem;text-transform:uppercase;font-weight:800}.hero .wrapper .textContainer h1{font-size:5rem;font-weight:700;line-height:1.1}.hero .wrapper .textContainer .buttonGroup{display:flex;align-items:center;gap:15px;flex-wrap:wrap;background:transparent}.hero .wrapper .textContainer .buttonGroup button{padding:15px 25px;border:2px solid white;border-radius:10px;background:transparent;color:#fff;cursor:pointer;font-weight:500;transition:all .3s ease}.hero .wrapper .textContainer .buttonGroup button:hover{background:white;color:#111}.hero .wrapper .textContainer .buttonGroup img{width:40px;margin-left:10px;cursor:pointer}.hero .wrapper .imageContainer{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;background-color:transparent}.hero .wrapper .imageContainer img{width:100%;max-width:500px;height:auto;object-fit:contain;background-color:transparent}.hero .slidingText{position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:18rem;font-weight:700;color:#ffffff0d;white-space:nowrap;pointer-events:none;z-index:0}@media (max-width: 1200px){.hero .wrapper .textContainer h1{font-size:4rem}.hero .wrapper .textContainer h2{font-size:1.8rem}.hero .wrapper .imageContainer img{max-width:400px}.hero .slidingText{font-size:14rem}}@media (max-width: 992px){.hero .wrapper{flex-direction:column-reverse;text-align:center;justify-content:center;gap:30px}.hero .wrapper .textContainer h1{font-size:3rem;background-color:transparent}.hero .wrapper .textContainer h2{font-size:1.5rem;background-color:transparent}.hero .wrapper .textContainer .buttonGroup{flex-direction:column}.hero .wrapper .textContainer .buttonGroup button{width:80%}.hero .wrapper .textContainer .buttonGroup img{width:30px}.hero .wrapper .imageContainer{width:70%}.hero .slidingText{font-size:10rem}}@media (max-width: 576px){.hero .wrapper{flex-direction:column-reverse;padding:50px 20px}.hero .wrapper .textContainer h1{font-size:2.2rem;background-color:transparent}.hero .wrapper .textContainer h2{font-size:1.2rem;letter-spacing:.4rem;background-color:transparent}.hero .wrapper .textContainer .buttonGroup button{width:100%;padding:12px;font-size:14px}.hero .wrapper .textContainer .buttonGroup img{width:40px}.hero .wrapper .imageContainer{width:70%}.hero .slidingText{font-size:6rem}}.about-section{color:#fff;padding:5rem 2rem;display:flex;justify-content:center;align-items:center;width:100%;position:relative}.about-section .about-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;width:100%;gap:3rem;flex-wrap:wrap}.about-section .about-container .about-left,.about-section .about-container .about-right{flex:1;min-width:300px}.about-section .about-container .about-left h2{font-size:2rem;margin-bottom:1rem;color:#61dafb;font-weight:700}.about-section .about-container .about-left .logo-img{width:250px;height:auto;border-radius:10px;margin-bottom:10px}.about-section .about-container .about-left p{color:#ccc;line-height:1.8;font-size:1.1rem;margin-bottom:1rem;transition:color .3s ease}.about-section .about-container .about-left button{padding:15px 25px;border:2px solid white;border-radius:10px;background:transparent;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:700;font-size:18px}.about-section .about-container .about-left button:hover{background:white;color:#111}.about-section .about-container .about-right h2{font-size:2rem;margin-bottom:2rem;color:#61dafb;font-weight:700;text-align:center}.about-section .about-container .about-right .skills-category{margin-bottom:2.5rem;border-radius:12px;padding:1.2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.08)}.about-section .about-container .about-right .skills-category h3{font-size:1.3rem;margin-bottom:1rem;color:#f7df1e;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:color .3s ease}.about-section .about-container .about-right .skills-category h3:hover{color:#fff}.about-section .about-container .about-right .skills-category.collapsed .skills-grid{max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}.about-section .about-container .about-right .skills-category.expanded .skills-grid{max-height:800px;opacity:1;transition:all .4s ease}.about-section .about-container .about-right .skills-category .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;justify-items:center;transition:all .3s ease}.about-section .about-container .about-right .skills-category .skill-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;text-align:center;transition:transform .4s ease,filter .3s ease}.about-section .about-container .about-right .skills-category .skill-card img{width:70px;height:auto;object-fit:contain;background-color:#fff;border-radius:30%;padding:6px;transition:all .4s ease;box-shadow:0 0 10px #ffffff1a}.about-section .about-container .about-right .skills-category .skill-card p{margin-top:.5rem;color:#fff;font-weight:500;font-size:.95rem}.about-section .about-container .about-right .skills-category .skill-card:hover{transform:scale(1.12) rotate(4deg);filter:brightness(1.3)}.about-section .about-container .about-right .skills-category .skill-card:active{transform:scale(1.05)}@media (max-width: 900px){.about-section{padding:3rem 1.5rem}.about-section .about-container{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.about-section .about-container .about-left,.about-section .about-container .about-right{width:100%;max-width:600px}.about-section .about-container .about-right{margin-top:2rem}.about-section .about-container .skills-category{cursor:pointer;background:rgba(255,255,255,.07)}.about-section .about-container .skills-category h3{font-size:1.2rem}.about-section .about-container .skills-category .skills-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 500px){.about-section{padding:2rem 1rem}.about-section .about-left h2{font-size:1.6rem}.about-section .about-left p{font-size:1rem}.about-section .about-right h2{font-size:1.6rem}.about-section .about-right .skills-category{padding:1rem}.about-section .about-right .skills-category h3{font-size:1rem}.about-section .about-right .skills-category .skills-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.about-section .about-right .skills-category .skill-card img{width:60px}}.services{background:linear-gradient(180deg,#0c0c1d,#111132);height:100%;display:flex;flex-direction:column;justify-content:space-between}.services .textContainer{flex:1;align-self:flex-end;display:flex;align-items:center;gap:20px}.services .textContainer p{font-weight:200;font-size:20px;color:gray;text-align:end}.services .textContainer hr{width:500px;border:none;border-top:.5px solid gray}.services .titleContainer{flex:2;display:flex;flex-direction:column;align-items:center}.services .titleContainer .title{display:flex;align-items:center;gap:50px}.services .titleContainer .title img{width:300px;height:100px;border-radius:50px;object-fit:cover}.services .titleContainer .title h1{font-size:96px;font-weight:100}.services .titleContainer .title button{width:300px;height:100px;border-radius:50px;background-color:orange;border:none;font-size:24px;cursor:pointer;color:#000}.services .listContainer{flex:2;display:flex;max-width:1336px;margin:auto;gap:20px}.services .listContainer .box{flex:1;padding:50px;border:.5px solid gray;display:flex;flex-direction:column;justify-content:space-between}.services .listContainer .box h2{font-size:28px;text-transform:capitalize}.services .listContainer .box .tagline{display:block;margin-top:1rem;font-size:1.2rem;font-style:italic;color:#ffb84d;letter-spacing:.5px;font-weight:600}.services .listContainer .box button{padding:10px;background-color:orange;border:none;cursor:pointer;color:#000}@media (max-width: 1024px){.services .listContainer{display:none}.services .mobileContainer{flex:2;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}.services .mobileContainer .buttonRow{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.services .mobileContainer .buttonRow button{background:transparent;border:1px solid gray;color:#fff;padding:10px 20px;border-radius:20px;cursor:pointer;text-transform:capitalize;transition:all .3s ease}.services .mobileContainer .buttonRow button.active{background-color:orange;color:#000;border-color:orange}.services .mobileContainer .box{width:100%;max-width:600px;border:.5px solid gray;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.services .mobileContainer .box h2{font-size:24px;text-transform:capitalize}.services .mobileContainer .box p{margin:10px 0}.services .mobileContainer .box button{padding:10px;background-color:orange;border:none;cursor:pointer;color:#000;align-self:flex-start}}@media (max-width: 1024px){.services .textContainer{flex-direction:column;align-items:center;text-align:center;gap:10px}.services .textContainer p{font-size:18px}.services .textContainer hr{width:80%}.services .titleContainer{flex-direction:column;gap:20px}.services .titleContainer .title{flex-direction:column;align-items:center;gap:20px}.services .titleContainer .title img{width:200px;height:80px}.services .titleContainer .title h1{font-size:48px}.services .titleContainer .title button{width:200px;height:60px;font-size:18px}}@media (max-width: 600px){.services .textContainer p{font-size:16px}.services .textContainer hr{width:90%}.services .titleContainer .title img{width:150px;height:60px}.services .titleContainer .title h1{font-size:36px}.services .titleContainer .title button{width:150px;height:50px;font-size:16px}}.portfolio{position:relative}.portfolio .progress{position:sticky;top:0%;left:0%;padding-top:50px;text-align:center;font-size:36px;z-index:10}.portfolio .progress h1{color:orange!important}.portfolio .progress .progressBar{height:10px;background-color:#fff}.portfolio .container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.portfolio .wrapper{max-width:1336px;height:100%;margin:auto;display:flex;align-items:center;justify-content:center;gap:50px;opacity:1}.portfolio .wrapper .imageContainer{flex:1;height:70%}.portfolio .wrapper .imageContainer img{height:100%;object-fit:cover}.portfolio .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:30px}.portfolio .wrapper .textContainer h2{font-size:52px}.portfolio .wrapper .textContainer p{color:gray;font-size:20px}.portfolio .wrapper .textContainer button{background-color:orange;border:none;border-radius:10px;padding:10px;width:200px;cursor:pointer;color:#000;font-weight:600;font-size:18px}@media (max-width: 1024px){.portfolio .wrapper{flex-direction:column;gap:30px}.portfolio .wrapper .imageContainer{width:100%;height:200px;margin-top:200px}.portfolio .wrapper .imageContainer img{width:100%;height:100%;object-fit:cover}.portfolio .wrapper .textContainer{width:90%;text-align:center}.portfolio .wrapper .textContainer h2{font-size:48px}.portfolio .wrapper .textContainer p{font-size:18px}.portfolio .wrapper .textContainer button{width:150px;padding:10px}}@media (max-width: 600px){.portfolio .wrapper{display:flex;flex-direction:column;gap:100px}.portfolio .wrapper .imageContainer{height:200px}.portfolio .wrapper .textContainer h2{font-size:36px}.portfolio .wrapper .textContainer p{font-size:16px}.portfolio .wrapper .textContainer button{width:120px;padding:8px;margin:0% auto}.portfolio .progress h1{font-size:28px}.portfolio .progress .progressBar{height:6px}}.contact{min-height:90vh;max-width:1336px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:40px;flex-wrap:wrap}.contact .textContainer{flex:1;min-width:300px;display:flex;flex-direction:column;gap:40px}.contact .textContainer h1{font-size:clamp(28px,6vw,60px);line-height:1.2}.contact .textContainer h3{font-size:35px;font-family:italics}.contact .textContainer span{font-weight:300;font-size:16px}.contact .textContainer .item{display:flex;flex-direction:column;gap:5px}.contact .formContainer{flex:1;min-width:300px;position:relative;margin-top:40px}.contact .formContainer .phoneSvg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);stroke:orange;opacity:.1;z-index:0;pointer-events:none}.contact .formContainer .phoneSvg svg{width:100%;height:auto;max-width:400px}.contact .formContainer form{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px}.contact .formContainer form input,.contact .formContainer form textarea{padding:15px;background-color:transparent;border:1px solid white;color:#fff;border-radius:5px;font-size:16px}.contact .formContainer form textarea{min-height:100px}.contact .formContainer form .error{color:#ff6b6b;font-size:13px;margin-top:-10px}.contact .formContainer form .success{color:#90ee90;font-size:14px;margin-top:10px}.contact .formContainer form button{padding:15px;border:none;background-color:orange;cursor:pointer;font-weight:600;color:#000;border-radius:5px;transition:background .3s}.contact .formContainer form button:hover{background-color:#ff8c00}@media (max-width: 1024px){.contact{gap:30px;padding:30px}}@media (max-width: 768px){.contact{flex-direction:column;padding:20px}.contact .textContainer,.contact .formContainer{min-width:100%;margin-top:20px}.contact .formContainer .phoneSvg{max-width:250px}}@media (max-width: 480px){.contact{padding:15px}.contact .textContainer h1{font-size:clamp(28px,8vw,50px)}.contact h3{font-size:25px!important}.contact .formContainer form input,.contact .formContainer form textarea,.contact .formContainer form button{padding:12px;font-size:14px}.contact .formContainer .phoneSvg{max-width:180px}}.project-details{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 16px 100px;font-family:Poppins,sans-serif}.project-hero{width:100%;max-width:1200px;margin-top:20px;display:flex;justify-content:center}.project-hero img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 6px 30px #0000001a}.project-content{width:100%;max-width:900px;text-align:left;margin-top:20px}.project-content h1{font-size:40px;font-weight:700}.project-content .project-desc{font-size:18px;margin-top:15px;line-height:1.8;opacity:.9;font-weight:500;font-family:Lucida Sans,Geneva,Verdana,sans-serif}.project-section{margin-top:40px}.project-section h2{font-size:22px;font-weight:600;margin-bottom:10px}.project-section p{font-size:16px;line-height:1.7;opacity:.9;white-space:pre-line}.project-tools{margin-top:40px}.project-tools h2{font-size:22px;margin-bottom:15px}.project-tools .tool-list{display:flex;flex-wrap:wrap;gap:10px}.project-tools .tool-chip{background:#ffffff;color:#1f1f1f;padding:8px 14px;border-radius:20px;font-size:14px}.live-btn{display:inline-block;margin-top:25px;padding:12px 20px;background:#ffb400;color:#111;font-size:1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:.3s;margin-bottom:100px}.live-btn:hover{background:#ff9a00;transform:translateY(-2px)}@media (max-width: 1024px){.project-content h1{font-size:34px}.project-desc{font-size:17px}}@media (max-width: 768px){.project-content{margin-top:16px}.project-content h1{font-size:28px}.project-section h2,.project-tools h2{font-size:20px}.project-section p{font-size:15px}.tool-chip{font-size:13px;padding:6px 12px}.live-btn{width:100%;text-align:center}}@media (max-width: 480px){.project-content h1{font-size:24px}.project-desc{font-size:15px;line-height:1.6}.project-details{padding-bottom:80px}.project-hero{margin-top:80px}}html,body{height:100%;margin:0}#root,#app-wrapper{min-height:100%;display:flex;flex-direction:column}footer{margin-top:auto}
