.hero-floating-cards-wrapper{position:relative;width:100%;overflow:hidden;perspective:1200px;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.75)}.hero-floating-cards-wrapper.height-small{height:70vh;min-height:500px}.hero-floating-cards-wrapper.height-medium{height:85vh;min-height:600px}.hero-floating-cards-wrapper.height-large{height:100vh;min-height:700px}.hero-floating-cards-wrapper.height-fullscreen{height:100vh;min-height:100vh}.hero-floating-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-floating-background-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:9999!important;pointer-events:none!important;opacity:1!important;display:block!important}.hero-floating-background{background-color:rgb(var(--color-background))}.hero-floating-background.bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.hero-floating-background img{width:100%;height:100%;object-fit:cover}.hero-floating-background.overlay-light:before,.hero-floating-background.overlay-dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;pointer-events:none}.hero-floating-background.overlay-light:before{background:rgba(255,255,255,var(--overlay-opacity))}.hero-floating-background.overlay-dark:before{background:rgba(0,0,0,var(--overlay-opacity))}.hero-floating-container{position:relative;width:100%;height:100%;z-index:2;transform-style:preserve-3d;perspective-origin:center center}.hero-floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.hero-floating-card{position:absolute;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:all .6s cubic-bezier(.4,0,.2,1);cursor:pointer;pointer-events:auto;opacity:0;transform:translateZ(0) scale(.8) rotate(0);animation:floatIntoPosition 2s ease-out forwards}.hero-floating-card:hover{transform:translateY(-15px) scale(1.05) rotate(0);box-shadow:0 20px 50px #0000004d;z-index:100}.hero-floating-card-image{width:100%;height:100%;position:relative;overflow:hidden}.hero-floating-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hero-floating-card:hover img{transform:scale(1.1)}.hero-floating-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);color:#fff;padding:20px;transform:translateY(100%);transition:transform .3s ease}.hero-floating-card:hover .hero-floating-card-overlay{transform:translateY(0)}.hero-floating-card-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.hero-floating-card-subtitle{font-size:.9rem;opacity:.9}.hero-floating-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:50;pointer-events:none}.hero-floating-content.position-top{top:20%;transform:translate(-50%)}.hero-floating-content.position-bottom{top:auto;bottom:20%;transform:translate(-50%)}.hero-floating-content.align-left{left:20%;text-align:left;transform:translateY(-50%)}.hero-floating-content.align-right{left:auto;right:20%;text-align:right;transform:translateY(-50%)}.hero-floating-content.position-top.align-left,.hero-floating-content.position-top.align-right,.hero-floating-content.position-bottom.align-left,.hero-floating-content.position-bottom.align-right{transform:translate(0)}.hero-floating-cards-wrapper.text-color-light .hero-floating-title,.hero-floating-cards-wrapper.text-color-light .hero-floating-subtitle{color:#fff!important}.hero-floating-cards-wrapper.text-color-dark .hero-floating-title,.hero-floating-cards-wrapper.text-color-dark .hero-floating-subtitle{color:#1a1a1a!important}.hero-floating-content *{pointer-events:auto}.hero-floating-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;color:rgb(var(--color-foreground));text-shadow:2px 2px 20px rgba(0,0,0,.3);animation:titleFloat 3s ease-in-out infinite}@keyframes titleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatIntoPosition{0%{opacity:0;transform:translateZ(0) scale(.3) rotate(45deg)}50%{opacity:.8;transform:translateZ(20px) scale(.8) rotate(10deg)}to{opacity:1;transform:translateZ(0) scale(1) rotate(var(--card-rotation))}}.hero-floating-subtitle{font-size:1.4rem;line-height:1.6;margin-bottom:40px;color:rgba(var(--color-foreground),.9);text-shadow:1px 1px 10px rgba(0,0,0,.3);max-width:600px;margin-left:auto;margin-right:auto}.hero-floating-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-floating-content.align-left .hero-floating-buttons{justify-content:flex-start}.hero-floating-content.align-right .hero-floating-buttons{justify-content:flex-end}.hero-floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none}.hero-floating-particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:particleFloat 6s linear infinite}@keyframes particleFloat{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10vh) scale(1);opacity:0}}.hero-floating-card.card-large{width:300px;height:350px}.hero-floating-card.card-medium{width:240px;height:280px}.hero-floating-card.card-small{width:180px;height:220px}@media(max-width:1200px){.hero-floating-title{font-size:4.2rem}.hero-floating-subtitle{font-size:1.3rem}.hero-floating-card.card-large{width:280px;height:320px}.hero-floating-card.card-medium{width:220px;height:260px}.hero-floating-card.card-small{width:160px;height:200px}}@media(max-width:968px){.hero-floating-title{font-size:4.8rem}.hero-floating-subtitle{font-size:1.5rem}.hero-floating-card.card-large{width:240px;height:280px}.hero-floating-card.card-medium{width:180px;height:220px}.hero-floating-card.card-small{width:140px;height:180px}}@media(max-width:768px){.hero-floating-cards-wrapper{min-height:100vh;height:auto}.hero-floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.hero-floating-card{position:absolute!important;width:100px!important;height:140px!important;border-radius:8px!important;box-shadow:0 4px 15px #0003!important;opacity:1!important;transform:none!important;animation:none!important}.hero-floating-card:nth-child(1){top:8%;left:15%;transform:rotate(-12deg)!important}.hero-floating-card:nth-child(2){top:12%;right:10%;transform:rotate(8deg)!important}.hero-floating-card:nth-child(3){top:35%;left:5%;transform:rotate(15deg)!important}.hero-floating-card:nth-child(4){top:40%;right:8%;transform:rotate(-6deg)!important}.hero-floating-card:nth-child(5){bottom:15%;left:12%;transform:rotate(10deg)!important}.hero-floating-card:nth-child(6){bottom:18%;right:15%;transform:rotate(-14deg)!important}.hero-floating-card:nth-child(n+7){display:none!important}.hero-floating-card-image{height:100%}.hero-floating-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:50;padding:20px;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;max-width:80%}.hero-floating-title{font-size:5.2rem;margin-bottom:15px;color:#fff}.hero-floating-subtitle{font-size:1.6rem;margin-bottom:25px;color:#fff;opacity:.9}.hero-floating-buttons{flex-direction:column;align-items:center;gap:12px}.hero-floating-particles{display:none}}@media(max-width:480px){.hero-floating-title{font-size:2.5rem}.hero-floating-subtitle{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){.hero-floating-card{transition:none;transform:none!important}.hero-floating-title{animation:none}.hero-floating-particle{animation:none;display:none}.hero-floating-btn:before{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-floating-parallax-inline.css.map */
