@import"https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Roboto&display=swap";.project-card-wrapper{padding:20px;width:280px;perspective:1000px}.project-card{width:100%;height:200px;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s ease;transform-style:preserve-3d;will-change:transform}.project-card:hover{transform:scale(1.83)}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card-overlay{position:absolute;bottom:0;width:100%;padding:10px;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-align:center;transform-style:preserve-3d;perspective:800px}.card-title{font-size:1.2rem;font-weight:600;margin:0;font-family:Orbitron,sans-serif;letter-spacing:1px;transform:translateZ(40px);transition:transform .2s ease;text-shadow:0 4px 10px rgba(0,0,0,.5);will-change:transform}body{margin:0;padding:0;font-family:Roboto,sans-serif;background-color:#000;color:#fff}.home-container{position:relative;min-height:100vh;overflow-x:hidden}.bg-video{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2}.bg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a14b3;z-index:-1}.hero-section{height:50vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-family:Cinzel Decorative,cursive;font-size:4rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.8)}.hero-description{font-size:1.2rem;color:#ddd}.projects-section{padding:4rem 1rem 6rem;background-color:#0006}.projects-content{max-width:1200px;margin:0 auto}.projects-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:2rem}.no-projects{text-align:center;padding:3rem 1rem;color:#ccc;font-size:1.2rem}.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);z-index:9999}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:20px}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-left:4px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff;font-size:18px;font-weight:500;margin:0;text-align:center}.loading-dots{display:flex;gap:8px}.loading-dots span{width:12px;height:12px;background-color:#fff;border-radius:50%;animation:pulse 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.projectDetails{margin-left:40%;font-family:Roboto}.projectTitle{font-family:Roboto,sans-serif}.projectTags{width:300px;height:100px}.tags{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.ss-image{width:100%;max-width:600px;margin:10px auto;display:block;border-radius:8px;box-shadow:0 0 10px #ffffff1a}::-webkit-scrollbar{height:8px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}
