.game .icon-box{box-shadow:0 0 25px 0 rgba(0,0,0,.5);padding:50px 30px;transition:all ease-in-out .4s;background:#2c2c2c;border:1px solid #3a3a3a}.game .icon-box .icon{margin-bottom:10px}.game .icon-box .icon i,.game .icon-box .icon svg{color:#fdffdb;fill:#fdffdb;width:36px;height:36px;transition:.3s}.game .icon-box h4{font-weight:500;margin-bottom:15px;font-size:24px}.game .icon-box h4 a{color:#fdffdb;transition:ease-in-out .3s}.game .icon-box p{line-height:24px;font-size:14px;margin-bottom:0;color:#fff}.game .icon-box:hover{transform:translateY(-10px);background:#333;border-color:#fdffdb}.game .icon-box:hover h4 a{color:#8b2635}.roadmap{background-color:#1c1c1c;padding:60px 0 50px 0}.roadmap .section-title{padding-bottom:40px}.roadmap-track{display:flex;justify-content:center;align-items:center;max-width:1000px;margin:0 auto;flex-wrap:wrap;gap:20px}.roadmap-step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.5;transition:all .3s ease}.roadmap-step:hover{opacity:1;transform:translateY(-5px)}.roadmap-step.active,.roadmap-step.completed{opacity:1}.step-dot{width:16px;height:16px;border-radius:50%;background:#3a3a3a;border:2px solid #3a3a3a;transition:all .3s ease}.roadmap-step.completed .step-dot{background:#8b2635;border-color:#8b2635}.roadmap-step.active .step-dot{background:#fdffdb;border-color:#fdffdb;box-shadow:0 0 15px rgba(253,255,219,.6);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.step-label{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.roadmap-step.active .step-label{color:#fdffdb}.step-year{color:#8b2635;font-size:11px;font-weight:600;text-transform:uppercase}.roadmap-line{width:40px;height:2px;background:#3a3a3a;position:relative;top:-25px}@media (max-width:992px){.roadmap-track{gap:15px}.roadmap-line{width:30px}.step-label{font-size:12px}.step-year{font-size:10px}}@media (max-width:768px){.roadmap-track{gap:10px}.roadmap-line{width:20px}.step-dot{width:12px;height:12px}.step-label{font-size:11px}.step-year{font-size:9px}}.technology{padding:80px 0;overflow:hidden}.technology .tech-slider{width:100%;overflow:hidden;padding:40px 0;position:relative}.technology .tech-slider::after,.technology .tech-slider::before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.technology .tech-slider::before{left:0;background:linear-gradient(to right,#252525 0,transparent 100%)}.technology .tech-slider::after{right:0;background:linear-gradient(to left,#252525 0,transparent 100%)}.technology .tech-track{display:flex;gap:60px;animation:scroll-left 40s linear infinite;width:fit-content}.technology .tech-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.technology .tech-item{text-align:center;flex-shrink:0;transition:transform .3s ease;width:120px}.technology .tech-item:hover{transform:translateY(-10px)}.technology .tech-logo{width:80px;height:80px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;margin-bottom:10px;transition:all .3s ease}.technology .tech-item:hover .tech-logo{filter:brightness(0) saturate(100%) invert(29%) sepia(48%) saturate(1289%) hue-rotate(317deg) brightness(91%) contrast(87%);opacity:1;transform:scale(1.1)}.technology .tech-item p{color:#fff;font-size:14px;font-weight:500;margin:0;transition:color .3s ease;white-space:nowrap}.technology .tech-item:hover p{color:#8b2635}@media (max-width:768px){.technology .tech-track{gap:40px;animation-duration:30s}.technology .tech-item{width:100px}.technology .tech-logo{width:60px;height:60px}.technology .tech-item p{font-size:12px}.technology .tech-slider::after,.technology .tech-slider::before{width:50px}}.cta{background:linear-gradient(rgba(28,28,28,.5),rgba(28,28,28,.4)),url(../img/footer-bg.webp) fixed center center;background-size:cover;padding:120px 0}.cta h3{color:#fdffdb;font-size:28px;font-weight:700}.cta p{color:#fff}.cta .cta-btn{font-family:Jost,sans-serif;font-weight:500;font-size:16px;letter-spacing:1px;display:inline-block;padding:12px 40px;border-radius:50px;transition:.5s;margin:10px;border:2px solid #fdffdb;color:#fdffdb}.cta .cta-btn:hover{background:#fdffdb;border:2px solid #fdffdb;color:#1c1c1c}.cta .cta-btn.disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width:767px){.cta{background:linear-gradient(rgba(28,28,28,.9),rgba(28,28,28,.7)),url(../img/footer-bg-mobile.webp) fixed center center}}@media (max-width:1024px){.cta{background-attachment:scroll}}@media (min-width:769px){.cta .cta-btn-container{display:flex;align-items:center;justify-content:flex-end}}