@keyframes typing{0%{color:#979797}33%{color:#646464}66%{color:#646464}to{color:#979797}}.typing-effect{--speed:0.6}.typing-effect span{animation-name:typing;animation-duration:calc(1.2s*var(--speed));animation-iteration-count:infinite}.typing-effect span:nth-child(2){animation-delay:calc(.4s*var(--speed))}.typing-effect span:nth-child(3){animation-delay:calc(.8s*var(--speed))}.touching-hands-shadow{filter:drop-shadow(0 25px 50px rgb(245,208,99))}.ios-chat-back1{perspective:600px;transform:rotateX(49deg) rotateY(-1deg) rotate(-6deg);transform-style:preserve-3d}.ios-chat-back2{perspective:600px;transform:rotateX(56deg) rotateY(-18deg) rotate(23deg);transform-style:preserve-3d}@media(min-width:640px){.radial-water-gradient-bg{background:radial-gradient(circle,rgba(97,204,204,.5) 0,rgba(0,0,0,0) 100%)}}.ios-chat{perspective:600px;transform:rotateX(34deg) rotateY(-20deg) rotate(25deg);transform-style:preserve-3d}.easy-bounce{transform:translateZ(calc(var(--z-translate) * 1));--z-translate:50px;animation:chat-bubble-animation 5s infinite}@media(prefers-reduced-motion){.easy-bounce{--z-translate:70px;animation:none}}.chat-bubble{transform:translateZ(calc(var(--z-translate) * 1));--z-translate:50px;animation:chat-bubble-animation 5s infinite;--delay-step:0.5s}.chat-bubble:first-child{animation-delay:calc(var(--delay-step)*1)}.chat-bubble:nth-child(2){animation-delay:calc(var(--delay-step)*2)}.chat-bubble:nth-child(3){animation-delay:calc(var(--delay-step)*3)}.chat-bubble:nth-child(4){animation-delay:calc(var(--delay-step)*4)}.chat-bubble:nth-child(5){animation-delay:calc(var(--delay-step)*5)}@keyframes chat-bubble-animation{0%{transform:translateZ(calc(var(--z-translate) * 1))}50%{transform:translateZ(calc(var(--z-translate) * 1.3))}to{transform:translateZ(calc(var(--z-translate) * 1))}}.resize-transition{transition:max-width 1s ease-in-out,left 1.5s ease-in-out}@keyframes marquee__scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.marquee{--gap:1rem;height:16rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{will-change:transform;flex-shrink:0;justify-content:space-around;min-width:100%;animation:marquee__scroll 180s linear infinite;z-index:0}.marquee:hover .marquee__content{animation-play-state:paused}.destination-card{will-change:transform;filter:none;transition:transform .25s ease-in-out,filter .25s ease-in-out;z-index:1}.destination-card:hover{transform:scale(1.25);cursor:pointer;z-index:9999;filter:drop-shadow(0 12px 12px rgba(0,0,0,.125)) brightness(115%)}.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.underline-svg path{stroke-dasharray:12000;stroke-dashoffset:12000;animation:draw 2s linear forwards}@keyframes draw{to{stroke-dashoffset:0}}#menu-toggle~#mobile-menu{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out}#menu-toggle:checked~#mobile-menu{max-height:500px;border-bottom:2px solid var(--sand-dark);opacity:1}