.technologies-wrapper{background-color:var(--white-color);padding:0;text-align:center}.section-title{font-size:22px;font-weight:700;font-family:Raleway-Bold,sans-serif;color:var(--light-black-color);letter-spacing:2px;margin-bottom:30px}.section-title .highlight{background:var(--blue-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.marquee-container{overflow:hidden;width:100%;position:relative;margin:0 auto}.marquee{display:flex;gap:40px;animation:scroll-left 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 img{width:100%;height:100%;object-fit:contain;max-width:80px;max-height:80px}.tech-icon{width:50px;height:50px;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}.video-image{max-width:100%;height:auto;object-fit:contain}.divider{margin:60px 90px;border:1px solid #d9d9d9}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:1024px){.technologies-wrapper{padding:40px 15px}.section-title{font-size:20px;margin-bottom:25px}.marquee{gap:30px}.tech-item{min-width:90px;height:90px}.tech-item img{max-width:70px;max-height:70px}.divider{margin:50px 60px}}@media (max-width:768px){.technologies-wrapper{padding:30px 10px}.section-title{font-size:18px;margin-bottom:20px;letter-spacing:1px}.marquee{gap:25px;animation:scroll-left 20s linear infinite}.tech-item{min-width:80px;height:80px}.tech-item img{max-width:60px;max-height:60px}.divider{margin:40px 30px}}@media (max-width:480px){.technologies-wrapper{padding:25px 8px}.section-title{font-size:16px;margin-bottom:15px;letter-spacing:.5px}.marquee{gap:20px;animation:scroll-left 15s linear infinite}.tech-item{min-width:70px;height:70px}.tech-item img{max-width:50px;max-height:50px}.divider{margin:30px 20px}}@media (max-width:360px){.technologies-wrapper{padding:20px 5px}.section-title{font-size:14px;margin-bottom:12px}.marquee{gap:15px;animation:scroll-left 12s linear infinite}.tech-item{min-width:60px;height:60px}.tech-item img{max-width:45px;max-height:45px}.divider{margin:25px 15px}}