.video-action-section{position:relative;background-color:var(--section-bg-color, #000000);padding-top:var(--section-padding-top-desktop, 80px);padding-bottom:var(--section-padding-bottom-desktop, 80px);overflow:hidden}.video-action-section__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:2}.video-action-section__content{flex:0 0 40%;max-width:40%}.video-action-section__title{font-family:Newtown Bold,Newtown Bold,sans-serif;font-size:clamp(36px,5vw,64px);line-height:1.1;text-transform:uppercase;margin:0;position:relative}.video-action-section__title:before{content:attr(data-text);position:absolute;top:0;left:0;z-index:0;-webkit-text-fill-color:transparent;-webkit-text-stroke:6px transparent;background:linear-gradient(180deg,#00d4ff,#00b8e0,#9c4aff,#e040fb,#ff4081);-webkit-background-clip:text;background-clip:text}.video-action-section__title-fill{position:relative;z-index:1;color:#000;-webkit-text-fill-color:#000000;-webkit-text-stroke:0;background:none}.video-action-section__media{flex:0 0 50%;max-width:50%;position:relative;display:flex;align-items:center;justify-content:center;width:100%}.video-action-section__video-wrapper{position:relative;border-radius:24px;max-height:680px;z-index:1}.video-action-section__media:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:551.777px;background:var(--Linear, linear-gradient(270deg, #FF59FC 0%, #5FEAFF 100%));filter:blur(57px);width:100%;aspect-ratio:1}.video-action-section__video{height:auto;display:block;border-radius:24px;aspect-ratio:9 / 16;object-fit:cover;max-height:680px}.video-action-section__mute-btn{position:absolute;top:16px;left:16px;width:40px;height:40px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;padding:0}.video-action-section__mute-btn:hover{background:#000c;transform:scale(1.05)}.video-action-section__mute-btn svg{fill:#fff}.video-action-section__mute-icon,.video-action-section__unmute-icon{display:none}.video-action-section__mute-btn.is-muted .video-action-section__mute-icon{display:block}.video-action-section__mute-btn:not(.is-muted) .video-action-section__unmute-icon{display:block}.video-action-section__bubbles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:5;overflow:visible}.video-action-section__bubble{position:absolute;border-radius:50%;background:radial-gradient(ellipse at 30% 30%,#fff9,#ffb6c166,#ff69b44d 60%,#ff69b41a);box-shadow:inset 0 0 20px #ffffff4d,0 0 10px #ffb6c14d;animation:bubble-float 6s ease-in-out infinite}.video-action-section__bubble[style*="background: url"]{box-shadow:none;border-radius:0}.video-action-section__bubble--1{width:60px;height:60px;top:-5%;left:-55px;animation-delay:0s}.video-action-section__bubble--2{width:42px;height:42px;top:8%;left:-70px;animation-delay:.7s}.video-action-section__bubble--3{width:28px;height:28px;top:5%;left:-25px;animation-delay:1.2s}.video-action-section__bubble--4{width:55px;height:55px;top:28%;left:-60px;animation-delay:1.8s}.video-action-section__bubble--5{width:32px;height:32px;top:38%;left:-35px;animation-delay:.5s}.video-action-section__bubble--6{width:50px;height:50px;bottom:18%;left:-55px;animation-delay:2.2s}.video-action-section__bubble--7{width:38px;height:38px;bottom:8%;left:-45px;animation-delay:1.5s}.video-action-section__bubble--8{width:35px;height:35px;top:18%;right:-40px;animation-delay:.3s}.video-action-section__bubble--9{width:45px;height:45px;top:45%;right:-50px;animation-delay:1s}.video-action-section__bubble--10{width:55px;height:55px;bottom:25%;right:-55px;animation-delay:2s}.video-action-section__bubble--11{width:65px;height:65px;bottom:8%;right:-60px;animation-delay:.8s}.video-action-section__bubble--12{width:38px;height:38px;bottom:2%;right:-30px;animation-delay:1.6s}.video-action-section__bubble--13{width:30px;height:30px;bottom:-15px;left:35%;animation-delay:2.5s}.video-action-section__bubble--14{width:42px;height:42px;bottom:-20px;right:25%;animation-delay:1.3s}@keyframes bubble-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}@media screen and (max-width:768px){.video-action-section{padding-top:var(--section-padding-top-mobile, 40px);padding-bottom:var(--section-padding-bottom-mobile, 40px)}.video-action-section__container{flex-direction:column;text-align:center;gap:30px}.video-action-section__content{flex:0 0 100%;max-width:100%;order:1}.video-action-section__title{font-size:clamp(28px,8vw,40px)}.video-action-section__media{flex:0 0 100%;max-width:85%;order:2;margin:0 auto}.video-action-section__video-wrapper,.video-action-section__video{border-radius:16px;max-height:490px}.video-action-section__media:before{filter:blur(40px)}.video-action-section__mute-btn{width:36px;height:36px;top:12px;left:12px}.video-action-section__bubble--1{width:50px;height:50px}.video-action-section__bubble--2{width:35px;height:35px}.video-action-section__bubble--3{width:25px;height:25px}.video-action-section__bubble--4{width:40px;height:40px}.video-action-section__bubble--5{width:18px;height:18px}.video-action-section__bubble--6{width:30px;height:30px}.video-action-section__bubble--7{width:45px;height:45px}.video-action-section__bubble--8{width:22px;height:22px}.video-action-section__bubble--9{width:35px;height:35px}.video-action-section__bubble--10{width:15px;height:15px}.video-action-section__bubble--11{width:28px;height:28px}.video-action-section__bubble--12{width:24px;height:24px}.video-action-section__bubble--13{width:20px;height:20px}.video-action-section__bubble--14{width:28px;height:28px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/video-action-section.css.map */
