.sport__wrapp{display:flex;align-items:center;gap:10px}@media(max-width:768px){.sport__wrapp{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}}.sport__btn--hidden,.sport__wrapp--hiden{display:none}@media(max-width:768px){.sport__btn--hidden,.sport__wrapp--hiden{display:flex}.sport__card--hidden{display:none}}.sport__card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.26)}.sport__card img{width:100%}.sport__card p{position:absolute;bottom:10px;left:10px;color:#fff;font-weight:600;text-transform:uppercase;font-size:clamp(14px,2vw,18px);z-index:10;margin:0}.menu__wrapp{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:10px;padding:0 10px;scrollbar-color:#a3a8b1 rgba(0,0,0,0);scrollbar-width:thin}.menu__item,.menu__wrapp{display:flex;align-items:center}.menu__item{flex-direction:column;gap:5px;width:max-content;padding:10px;border:1px solid #a3a8b1;border-radius:7px;box-shadow:4px 4px 8px 0 rgba(34,60,80,.2);min-width:110px;transition:all .3s ease-in-out}.menu__item::-webkit-scrollbar{width:5px;color:rgba(0,0,0,0)}.menu__item::-webkit-scrollbar-track{margin-top:10px;background:rgba(0,0,0,0)}.menu__item::-webkit-scrollbar-thumb{background-color:#050c26;border-radius:20px;border:3px solid #050c26}.menu__item p{text-align:center;color:#fff;margin:0}.menu__item--img{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#291874;border-radius:10px}.menu__item--img img{width:30px}