.tech-stack-container{padding:4rem 0;text-align:center;background-color:white}.tech-stack-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:3rem}.tech-stack-marquee{width:100%;overflow:hidden;position:relative;display:flex;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.tech-stack-track{display:flex;flex-shrink:0;animation:scroll 40s linear infinite;will-change:transform}.tech-stack-marquee:hover .tech-stack-track{animation-play-state:paused}.tech-logo-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 4rem;gap:1rem}.tech-logo{height:40px;width:auto;max-width:100px;filter:grayscale(100%);transition:filter .3s ease,transform .3s ease,opacity .3s ease;opacity:.7;flex-shrink:0}.tech-name{font-size:1.25rem;font-weight:600;color:#4a5568;white-space:nowrap;transition:color .3s ease,transform .3s ease,opacity .3s ease;opacity:.7}.tech-stack-marquee:hover .tech-logo,.tech-stack-marquee:hover .tech-name{filter:grayscale(0);opacity:1}.tech-stack-marquee:hover .tech-name{color:#000}.tech-logo-container:hover .tech-logo,.tech-logo-container:hover .tech-name{transform:scale(1.1)}.tech-logo[src*="next.svg"]{height:25px}.tech-logo-container img.tech-logo[src*="aws.svg"]{height:45px!important;width:auto!important}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}