.technologies-wrapper{background-color:var(--light-gray-color);padding:50px 20px 100px;text-align:center}.section-title{font-size:2rem;font-weight:700;text-transform:uppercase;font-family:Inter-Bold,sans-serif;color:var(--white-color);margin-bottom:50px}.section-title .highlight{color:var(--red-color)}.marquee-container{overflow:hidden;width:100%;position:relative;margin-bottom:40px}.marquee{display:flex;gap:40px;animation:scroll-left 25s linear infinite}.reverse .marquee{animation:scroll-right 25s linear infinite}.tech-item{min-width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.tech-item:hover{background-color:#c80000;border-radius:24px;padding:8px}.tech-icon{width:50px;height:50px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.tech-icon img{width:100%;height:100%;object-fit:contain}.tech-title{font-size:14px;color:white}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}