.marquee{--color-background:#004054;--color-foreground-heading:#fff;background:var(--color-background);width:100%;color:var(--color-foreground-heading);align-items:center;display:flex;position:relative;overflow:hidden}.marquee__track{white-space:nowrap;flex-shrink:0;gap:60px;padding:32px 0;animation:25s linear infinite marquee-scroll;display:flex}.marquee.popular-destination{background:#212529}.marquee.popular-destination .marquee__track{gap:40px;padding:0}.marquee.popular-destination .marquee__track:hover{animation-play-state:paused}.marquee.popular-destination .marquee__list{gap:40px}.popular-item-track .popular-item>.image{max-width:360px}.popular-item-track .popular-item>.content{--color-foreground:#fff}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-40%)}}.marquee__content{flex-shrink:0;display:inline-flex}.marquee__list{align-items:center;gap:60px;margin:0;padding:0;list-style:none;display:flex}.marquee__item{justify-content:center;align-items:center;gap:60px;display:flex}@media (max-width:767px){.popular-item-track .popular-item>.image{max-width:250px}}
