:root{--color-primary-400: #818cf8;--color-primary-500: #6366f1;--color-primary-600: #4f46e5;--color-purple-500: #8b5cf6;--color-purple-600: #7c3aed;--color-accent-400: #22d3ee;--color-accent-500: #06b6d4;--color-accent-600: #0891b2;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#6366f1,#8b5cf6);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#4f46e5,#7c3aed)}::selection{background:#6366f14d;color:#fff}::-moz-selection{background:#6366f14d;color:#fff}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.text-gradient{background:linear-gradient(to right,var(--color-primary-500),var(--color-purple-500));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.transition-all{transition:all .3s ease}.duration-300{transition-duration:.3s}.app{min-height:100vh;background-color:#000;color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#111111f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000001a}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#6366f1,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-menu{display:none;gap:2rem}@media(min-width:768px){.navbar-menu{display:flex}}.navbar-link{position:relative;color:#d1d5db;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.navbar-link:hover{color:#fff}.navbar-link.active{color:#818cf8}.navbar-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(to right,#6366f1,#8b5cf6)}.navbar-toggle{display:block;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-mobile{background:#111111fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 1rem}.navbar-mobile-link{display:block;padding:.5rem 0;color:#d1d5db;text-decoration:none;font-size:1.125rem;font-weight:500;transition:color .3s ease}.navbar-mobile-link:hover{color:#fff}.navbar-mobile-link.active{color:#818cf8}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#111,#000)}.hero-circle-1{position:absolute;top:25%;left:-25%;width:400px;height:400px;background:#6366f133;border-radius:50%;filter:blur(60px);animation:float 20s ease-in-out infinite}.hero-circle-2{position:absolute;bottom:25%;right:-25%;width:400px;height:400px;background:#8b5cf633;border-radius:50%;filter:blur(60px);animation:float 20s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.2)}}.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 1rem 5rem;text-align:center}.hero-greeting{font-size:1.125rem;color:#06b6d4;font-weight:500;margin-bottom:1rem}@media(min-width:640px){.hero-greeting{font-size:1.25rem}}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}@media(min-width:640px){.hero-title{font-size:3.75rem}}@media(min-width:768px){.hero-title{font-size:4.5rem}}@media(min-width:1024px){.hero-title{font-size:6rem}}.hero-typing{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:2rem;min-height:80px;display:flex;align-items:center;justify-content:center}@media(min-width:640px){.hero-typing{font-size:1.875rem}}@media(min-width:768px){.hero-typing{font-size:2.25rem}}.hero-description{font-size:1.125rem;color:#9ca3af;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:640px){.hero-description{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-socials{display:flex;gap:1.5rem;justify-content:center}.hero-social-link{width:48px;height:48px;border-radius:50%;background:#1f2937;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;text-decoration:none;border:1px solid #374151;transition:all .3s ease}.hero-social-link:hover{background:linear-gradient(to right,#6366f1,#8b5cf6);border-color:transparent;transform:scale(1.2) rotate(5deg)}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator{width:24px;height:40px;border:2px solid #4b5563;border-radius:20px;display:flex;justify-content:center;padding:8px;animation:bounce 1.5s ease-in-out infinite}.hero-scroll-dot{width:4px;height:8px;background:linear-gradient(to bottom,#6366f1,#8b5cf6);border-radius:2px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.btn{padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;font-size:1rem;text-decoration:none;display:inline-block}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-primary{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 15px #6366f180}.btn-primary:hover{box-shadow:0 20px 25px #6366f180;transform:scale(1.05)}.btn-outline{border:2px solid #6366f1;color:#6366f1;background:transparent}.btn-outline:hover{background:#6366f1;color:#fff;transform:scale(1.05)}.btn-secondary{background:var(--color-accent-500);color:#fff;box-shadow:0 10px 15px #06b6d480}.btn-secondary:hover{background:var(--color-accent-600);box-shadow:0 20px 25px #06b6d480;transform:scale(1.05)}.footer{background:#000;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}@media(min-width:640px){.footer-container{padding:3rem 1.5rem}}@media(min-width:1024px){.footer-container{padding:3rem 2rem}}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-brand h3{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#6366f1,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.footer-brand p{color:#9ca3af;font-size:.875rem}.footer-section h4{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#818cf8}.footer-socials{display:flex;gap:1rem}.footer-social-link{width:40px;height:40px;border-radius:50%;background:#1f2937;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:1px solid #374151;transition:all .3s ease}.footer-social-link:hover{background:linear-gradient(to right,#6366f1,#8b5cf6);border-color:transparent;transform:scale(1.2) rotate(5deg)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#9ca3af;font-size:.875rem;text-align:center}@media(min-width:640px){.footer-bottom p{text-align:left}}.footer-made-with{color:#9ca3af;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.footer-heart{color:#ef4444;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.card{background:#11111180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;overflow:hidden;border:1px solid var(--color-gray-800);transition:all .3s ease}.card:hover{transform:translateY(-5px) scale(1.02)}.about{padding:5rem 0;background:#000}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(min-width:640px){.about-title{font-size:3rem}}.about-subtitle{color:#9ca3af;font-size:1.125rem;max-width:42rem;margin:0 auto}.about-grid{display:grid;gap:3rem;align-items:center;margin-bottom:4rem}@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-image-wrapper{position:relative;width:100%;max-width:448px;margin:0 auto}.about-image-glow{position:absolute;inset:0;background:linear-gradient(to right,#6366f1,#8b5cf6);border-radius:1rem;filter:blur(40px);opacity:.3}.about-image-container{position:relative;aspect-ratio:1;border-radius:1rem;overflow:hidden;border:2px solid #1f2937}.about-image{width:100%;height:100%;object-fit:cover}.about-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.about-content h3{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.about-content p{color:#9ca3af;line-height:1.75;margin-bottom:1.5rem}.about-tags{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.about-tag{padding:.5rem 1rem;background:linear-gradient(to right,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.2);border-radius:9999px;color:#818cf8;font-size:.875rem;font-weight:500}.about-highlights{display:grid;gap:1.5rem}@media(min-width:640px){.about-highlights{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-highlights{grid-template-columns:repeat(4,1fr)}}.about-highlight-card{background:#11111180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #1f2937;border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .3s ease}.about-highlight-card:hover{transform:translateY(-5px) scale(1.02)}.about-highlight-card--code{border-color:#6366f14d;box-shadow:0 0 20px #6366f11a}.about-highlight-card--code:hover{border-color:#6366f180;box-shadow:0 0 30px #6366f133}.about-highlight-card--performance{border-color:#06b6d44d;box-shadow:0 0 20px #06b6d41a}.about-highlight-card--performance:hover{border-color:#06b6d480;box-shadow:0 0 30px #06b6d433}.about-highlight-card--security{border-color:#ef44444d;box-shadow:0 0 20px #ef44441a}.about-highlight-card--security:hover{border-color:#ef444480;box-shadow:0 0 30px #ef444433}.about-highlight-card--collaboration{border-color:#22c55e4d;box-shadow:0 0 20px #22c55e1a}.about-highlight-card--collaboration:hover{border-color:#22c55e80;box-shadow:0 0 30px #22c55e33}.about-highlight-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(to right,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin:0 auto 1rem;transition:transform .6s ease}.about-highlight-card--code .about-highlight-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 15px #6366f166}.about-highlight-card--performance .about-highlight-icon{background:linear-gradient(135deg,#06b6d4,#0891b2);box-shadow:0 4px 15px #06b6d466}.about-highlight-card--security .about-highlight-icon{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef444466}.about-highlight-card--collaboration .about-highlight-icon{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 15px #22c55e66}.about-highlight-card:hover .about-highlight-icon{transform:rotate(360deg) scale(1.1)}.about-highlight-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.about-highlight-description{color:#9ca3af;font-size:.875rem}.skills{padding:5rem 0;background:linear-gradient(to bottom,#000,#111)}.skills-header{text-align:center;margin-bottom:3rem}.skills-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(min-width:640px){.skills-title{font-size:3rem}}.skills-subtitle{color:#9ca3af;font-size:1.125rem;max-width:42rem;margin:0 auto}.skills-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.skills-filter-btn{padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;background:#1f2937;color:#9ca3af}.skills-filter-btn:hover{background:#374151}.skills-filter-btn.active{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 6px #6366f14d}.skills-grid{display:grid;gap:1.5rem}@media(min-width:768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{position:relative}.skill-card-glow{position:absolute;inset:0;background:linear-gradient(to right,#6366f1,#8b5cf6);border-radius:.75rem;opacity:0;filter:blur(20px);transition:opacity .3s ease}.skill-card:hover .skill-card-glow{opacity:1}.skill-card-content{position:relative;background:#111111e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #1f2937;border-radius:.75rem;padding:1.5rem;min-height:260px;display:flex;flex-direction:column;transition:all .3s ease}.skill-card:hover .skill-card-content{border-color:#6366f1;transform:translateY(-10px) scale(1.05)}.skill-card-header{display:flex;align-items:flex-start;gap:1rem}.skill-card-icon-wrapper{flex-shrink:0}.skill-card-icon{width:56px;height:56px;border-radius:.5rem;background:linear-gradient(to bottom right,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:transform .3s ease}.skill-card:hover .skill-card-icon{transform:scale(1.1)}.skill-card-info{flex:1}.skill-card-name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.skill-card-description{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.skill-card-proficiency{margin-top:auto;margin-bottom:.5rem}.skill-card-proficiency-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem}.skill-card-proficiency-label{color:#6b7280}.skill-card-proficiency-value{color:#818cf8;font-weight:600}.skill-card-proficiency-bar{height:8px;background:#1f2937;border-radius:9999px;overflow:hidden}.skill-card-proficiency-fill{height:100%;background:linear-gradient(to right,#6366f1,#8b5cf6);border-radius:9999px;transition:width 1s ease}.skill-card-category{margin-top:1rem}.skill-card-category-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;background:#6366f11a;color:#818cf8;border-radius:9999px;border:1px solid rgba(99,102,241,.2)}.skills-stats{display:grid;gap:1.5rem;margin-top:4rem}@media(min-width:640px){.skills-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.skills-stats{grid-template-columns:repeat(4,1fr)}}.skills-stat-card{text-align:center;padding:1.5rem;background:#11111180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;border:1px solid #1f2937}.skills-stat-value{font-size:2.25rem;font-weight:700;background:linear-gradient(to right,#6366f1,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.skills-stat-label{color:#9ca3af;font-size:.875rem}.projects{padding:5rem 0;background:#000}.projects-header{text-align:center;margin-bottom:3rem}.projects-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(min-width:640px){.projects-title{font-size:3rem}}.projects-subtitle{color:#9ca3af;font-size:1.125rem;max-width:42rem;margin:0 auto}.projects-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.projects-filter-btn{padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .3s ease;border:1px solid #374151;cursor:pointer;background:#1f2937;color:#9ca3af}.projects-filter-btn:hover{background:#374151}.projects-filter-btn.active{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 4px 6px #6366f14d}.projects-grid{display:grid;gap:2rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{position:relative}.project-card-glow{position:absolute;inset:0;background:linear-gradient(to right,#6366f1,#8b5cf6,#06b6d4);border-radius:.75rem;opacity:0;filter:blur(30px);transition:opacity .3s ease}.project-card:hover .project-card-glow{opacity:1}.project-card-content{position:relative;background:#111;border:1px solid #1f2937;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.project-card:hover .project-card-content{border-color:#6366f1;transform:translateY(-10px)}.project-card-image-wrapper{position:relative;height:192px;overflow:hidden}.project-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-card-image{transform:scale(1.1)}.project-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,#111,transparent);opacity:.6}.project-card-featured{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;background:#06b6d4;color:#fff;border-radius:9999px}.project-card-body{padding:1.5rem}.project-card-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;transition:color .3s ease}.project-card:hover .project-card-title{color:#818cf8}.project-card-description{color:#9ca3af;font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-card-tag{padding:.25rem .5rem;font-size:.75rem;background:#1f2937;color:#d1d5db;border-radius:.375rem;border:1px solid #374151}.project-card-links{display:flex;gap:.75rem}.project-card-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.project-card-link-github{background:#1f2937;color:#fff}.project-card-link-github:hover{background:#6366f1}.project-card-link-live{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff}.project-card-link-live:hover{background:linear-gradient(to right,#4f46e5,#7c3aed)}.contact{padding:5rem 0;background:linear-gradient(to bottom,#111,#000)}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(min-width:640px){.contact-title{font-size:3rem}}.contact-subtitle{color:#9ca3af;font-size:1.125rem;max-width:42rem;margin:0 auto}.contact-grid{display:grid;gap:3rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-card{background:#11111180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #1f2937;border-radius:.75rem;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-group label{display:block;font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem}.contact-form-input{width:100%;padding:.75rem 1rem;background:#1f2937;border:1px solid #374151;border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.contact-form-input::placeholder{color:#6b7280}.contact-form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.contact-form-textarea{resize:none}.contact-form-error{margin-top:.25rem;font-size:.875rem;color:#f87171}.contact-form-success{padding:1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:.5rem;color:#10b981;text-align:center}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-info-text{color:#9ca3af;margin-bottom:2rem}.contact-info-card{background:#11111180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #1f2937;border-radius:.75rem;padding:1.5rem;transition:transform .3s ease;text-decoration:none;display:block}.contact-info-card:hover{transform:translateY(-5px) scale(1.02)}.contact-info-card-content{display:flex;align-items:center;gap:1rem}.contact-info-icon{width:48px;height:48px;border-radius:.5rem;background:linear-gradient(to right,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.contact-info-details p:first-child{color:#9ca3af;font-size:.875rem}.contact-info-details p:last-child{color:#fff;font-weight:500;transition:color .3s ease}.contact-info-card:hover .contact-info-details p:last-child{color:#818cf8}
