.hot-features__scroll-container{display:flex;flex-direction:row;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.hot-features__scroll-item{display:flex;flex-direction:column;width:calc(33.33% - 13.4px);flex-shrink:0;border-radius:8px;color:var(--color);border:1px solid #393e46;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.hot-features__scroll-item__image{display:flex;width:100%;aspect-ratio:1/1}.hot-features__scroll-item__image img{width:100%}.hot-features__scroll-item__detail-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px;flex:1}.hot-features__scroll-item__detail-title{margin:0;margin-bottom:5px;font-size:20px}.hot-features__scroll-item__detail-desc{margin:0;color:var(--color-light)}.hot-features__scroll-item__button{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 20px;height:40px;border-radius:10px;text-align:center;text-decoration:none !important;color:#fff !important;background-color:#60a5fa;overflow:hidden;transition:.2s}.hot-features__scroll-item__button::after{content:"";position:absolute;top:70%;left:0;width:100%;aspect-ratio:1/1;border-radius:999px;background-color:rgba(0,0,0,.1);transition:.35s}.hot-features__scroll-item__button:hover::after{scale:3}.hot-features__scroll-item__button:active{scale:.98}.hot-features-content{position:relative}.hot-features__scroll-btn{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:#fff;border:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(4px);transition:.2s}.hot-features__scroll-btn.left{left:-20px}.hot-features__scroll-btn.right{right:-20px}.hot-features__scroll-btn:hover{border-color:hsla(0,0%,100%,.3);background-color:hsla(0,0%,100%,.2)}.hot-features__scroll-btn:active{transform:translateY(-50%) scale(0.97)}@media screen and (max-width: 600px){.hot-features__scroll-item{width:100%}.hot-features__scroll-btn{width:30px;height:30px}.hot-features__scroll-btn.left{left:-10px}.hot-features__scroll-btn.right{right:-10px}}