{"version":3,"file":"ScrollingText.yGQH5vX9.mjs","names":["u","p","h","c","r","a","l","d","m","v","observer","Lenis","_Fragment","getProps","Component","css","addPropertyOverrides","KeyboardDoubleArrowDown","cycleOrder","serializationHash","variantClassNames","transition1","t","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","x","i","i","l","i"],"sources":["https:/ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs","https:/framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js","https:/framerusercontent.com/modules/bjdCYoh6YoFwxLKyiwZr/WbjzuAA8TA90Ac1YVCKr/bGBzYI5JN.js","https:/framerusercontent.com/modules/XsrtXW5laUsYqx3g8Vyq/eRm2b44TRbNZh0r3K2iX/p95c4tdDz.js","https:/framerusercontent.com/modules/JL7K7gYeO4dEHskn7HQP/JuhwEDP9vwMdNbEHPFj1/PsikPjP3Y.js","https:/framerusercontent.com/modules/INwr7XOabHlyHqogBupV/7UvErmIXW9qhcMq0WCn3/CardCarousel.js","https:/framerusercontent.com/modules/esTwJadwcLAQdSNcTzda/uijZcbfRNCX9ZOrnQdCr/Marquee.js","https:/framerusercontent.com/modules/4PvMvlD5C7rvIpjBKIXb/lGp9IUSXjxLSQVBjQNTH/ScrollingText.js"],"sourcesContent":["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n","import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map","// Generated by Framer (6ca5d98)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask='url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 12 1.41 L 10.59 0 L 6 4.58 L 1.41 0 L 0 1.41 L 6 7.41 Z\" fill=\"var(--esondr, rgb(0,0,0))\" height=\"7.41px\" id=\"mQwXGFUeb\" transform=\"translate(6 5)\" width=\"12px\"/><path d=\"M 12 1.41 L 10.59 0 L 6 4.58 L 1.41 0 L 0 1.41 L 6 7.41 Z\" fill=\"var(--esondr, rgb(0,0,0))\" height=\"7.41px\" id=\"F69VdqWqQ\" transform=\"translate(6 11.59)\" width=\"12px\"/></svg>\\') alpha no-repeat center / auto var(--framer-icon-mask-mode, add), var(--framer-icon-mask, none)';const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({fill,height,id,width,...props})=>{return{...props,K5AAorpEW:fill??props.K5AAorpEW??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,K5AAorpEW,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-R5Eyg\",className),layoutId:layoutId,ref:ref,style:{\"--esondr\":K5AAorpEW,...style}});});const css=[`.framer-R5Eyg { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--esondr); mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"K5AAorpEW\":\"fill\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Keyboard Double Arrow Down\",\"color\":{\"type\":\"variable\",\"value\":\"esondr\"},\"set\":{\"localId\":\"vectorSet/DnLsXE00W\",\"id\":\"DnLsXE00W\",\"moduleId\":\"JIScivAkNLgXrcOUxHXD\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-R5Eyg\");Icon.displayName=\"Keyboard Double Arrow Down\";export default Icon;addPropertyControls(Icon,{K5AAorpEW:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Fill\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerVariables\":\"{\\\"K5AAorpEW\\\":\\\"fill\\\"}\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerImmutableVariables\":\"true\",\"framerVector\":\"{\\\"name\\\":\\\"Keyboard Double Arrow Down\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"esondr\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/DnLsXE00W\\\",\\\"id\\\":\\\"DnLsXE00W\\\",\\\"moduleId\\\":\\\"JIScivAkNLgXrcOUxHXD\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import KeyboardDoubleArrowDown from\"https://framerusercontent.com/modules/bjdCYoh6YoFwxLKyiwZr/WbjzuAA8TA90Ac1YVCKr/bGBzYI5JN.js\";const KeyboardDoubleArrowDownFonts=getFonts(KeyboardDoubleArrowDown);const cycleOrder=[\"i_5tPVyTA\",\"fgBqTfO49\"];const serializationHash=\"framer-v6et0\";const variantClassNames={fgBqTfO49:\"framer-v-1fptskb\",i_5tPVyTA:\"framer-v-gwxplc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"i_5tPVyTA\",\"Variant 2\":\"fgBqTfO49\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"i_5tPVyTA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"i_5tPVyTA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearws8ebg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState,true),500);});useOnVariantChange(baseVariant,{default:onAppearws8ebg});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({fgBqTfO49:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-gwxplc\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"i_5tPVyTA\",ref:refBinding,style:{...style},...addPropertyOverrides({fgBqTfO49:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aifj7n\",layoutDependency:layoutDependency,layoutId:\"pYYP1D5KW\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(KeyboardDoubleArrowDown,{animated:true,className:\"framer-jfza7o\",layoutDependency:layoutDependency,layoutId:\"CnXGqlvPE\",style:{\"--esondr\":\"rgba(255, 255, 255, 0.35)\"},variants:{fgBqTfO49:{\"--esondr\":\"rgba(255, 255, 255, 0.65)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.35))\"},children:\"아래로 스크롤\"})}),className:\"framer-7dr8b0\",fonts:[\"CUSTOM;Pretendard Medium\"],layoutDependency:layoutDependency,layoutId:\"K21Ud4nbo\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.35)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{fgBqTfO49:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fgBqTfO49:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgTWVkaXVt\",\"--framer-font-family\":'\"Pretendard Medium\", \"Pretendard Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"아래로 스크롤\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v6et0.framer-1jwl7n0, .framer-v6et0 .framer-1jwl7n0 { display: block; }\",\".framer-v6et0.framer-gwxplc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: center; min-width: 129px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-v6et0 .framer-1aifj7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; left: 53%; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; z-index: 1; }\",\".framer-v6et0 .framer-jfza7o { flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-v6et0 .framer-7dr8b0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-v6et0.framer-v-1fptskb .framer-1aifj7n { bottom: 0px; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 128.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fgBqTfO49\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerp95c4tdDz=withCSS(Component,css,\"framer-v6et0\");export default Framerp95c4tdDz;Framerp95c4tdDz.displayName=\"아래로 스크롤\";Framerp95c4tdDz.defaultProps={height:32,width:128.5};addPropertyControls(Framerp95c4tdDz,{variant:{options:[\"i_5tPVyTA\",\"fgBqTfO49\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerp95c4tdDz,[{explicitInter:true,fonts:[{family:\"Pretendard Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ceSWZoCa8MMZnUiBbHkzsxDQbo.woff2\"}]},...KeyboardDoubleArrowDownFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerp95c4tdDz\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fgBqTfO49\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"128.5\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./p95c4tdDz.map","// Generated by Framer (629c622)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"j4RQUxTeG\",\"DlUZfqBzg\"];const serializationHash=\"framer-Jr5An\";const variantClassNames={DlUZfqBzg:\"framer-v-jqy0v4\",j4RQUxTeG:\"framer-v-1cwkwaa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"j4RQUxTeG\",\"Variant 2\":\"DlUZfqBzg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"j4RQUxTeG\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"j4RQUxTeG\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1cwkwaa\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"j4RQUxTeG\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({DlUZfqBzg:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pwf2na-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eTPPeaNJy-container\",nodeId:\"eTPPeaNJy\",rendersWithMotion:true,scopeId:\"PsikPjP3Y\",style:{opacity:0},variants:{DlUZfqBzg:{opacity:1}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"eTPPeaNJy\",isMixedBorderRadius:false,layoutId:\"eTPPeaNJy\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/KvbbKd3pZ1Say9K71Q1BOQY1o4.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({DlUZfqBzg:{playing:true}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Jr5An.framer-q6y6iu, .framer-Jr5An .framer-q6y6iu { display: block; }\",\".framer-Jr5An.framer-1cwkwaa { height: 342px; overflow: hidden; position: relative; width: 550px; }\",\".framer-Jr5An .framer-pwf2na-container { bottom: -1px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 342\n * @framerIntrinsicWidth 550\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DlUZfqBzg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerPsikPjP3Y=withCSS(Component,css,\"framer-Jr5An\");export default FramerPsikPjP3Y;FramerPsikPjP3Y.displayName=\"giftbox-open\";FramerPsikPjP3Y.defaultProps={height:342,width:550};addPropertyControls(FramerPsikPjP3Y,{variant:{options:[\"j4RQUxTeG\",\"DlUZfqBzg\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerPsikPjP3Y,[{explicitInter:true,fonts:[]},...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPsikPjP3Y\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"550\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DlUZfqBzg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"342\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PsikPjP3Y.map","// 3D Overlapping Card Carousel with adjustable Adjacent/Edge BG opacity\n// 5 horizontal cards, only center fully visible, 3D Y-axis rotation on transition, auto-advance with pause on hover\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useCallback,useEffect,useRef,startTransition}from\"react\";import{addPropertyControls,ControlType,useIsStaticRenderer}from\"framer\";const DEFAULT_CARD_COUNT=5;const CARD_WIDTH=180;const CARD_HEIGHT=260;const CARD_GAP=-60;const ROTATION=45;const defaultImages=[{src:\"https://framerusercontent.com/images/f9RiWoNpmlCMqVRIHz8l8wYfeI.jpg\",alt:\"Card 1\"},{src:\"https://framerusercontent.com/images/2uTNEj5aTl2K3NJaEFWMbnrA.jpg\",alt:\"Card 2\"},{src:\"https://framerusercontent.com/images/GfGkADagM4KEibNcIiRUWlfrR0.jpg\",alt:\"Card 3\"},{src:\"https://framerusercontent.com/images/aNsAT3jCvt4zglbWCUoFe33Q.jpg\",alt:\"Card 4\"},{src:\"https://framerusercontent.com/images/BYnxEV1zjYb9bhWh1IwBZ1ZoS60.jpg\",alt:\"Card 5\"}];function getCardStyle(offset,transition,cardWidth,cardHeight,gap,rotation,orientation,cardBgCenter,cardBgAdjacent,cardBgEdge){let z=-Math.abs(offset)*40;let x=orientation===\"horizontal\"?offset*(cardWidth+gap):0;let y=orientation===\"vertical\"?offset*(cardHeight+gap):0;let rotY=orientation===\"horizontal\"?offset*-rotation:0;let rotX=orientation===\"vertical\"?offset*rotation:0;let scale=offset===0?1:.92;// Smoother opacity for transition\nlet opacity=1-Math.min(1,Math.abs(offset)/2.2);if(Math.abs(offset)>2)opacity=0;let pointerEvents=opacity===0?\"none\":\"auto\";// Assign background color by visible position\nlet background=cardBgEdge;if(offset===0){background=cardBgCenter;}else if(Math.abs(offset)===1){background=cardBgAdjacent;}else if(Math.abs(offset)===2){background=cardBgEdge;}return{position:\"absolute\",left:\"50%\",top:\"50%\",width:cardWidth,height:cardHeight,transform:`translate(-50%, -50%) translateX(${x}px) translateY(${y}px) scale(${scale}) perspective(800px) rotateY(${rotY}deg) rotateX(${rotX}deg) translateZ(${z}px)`,transition:transition?\"transform 0.5s cubic-bezier(.4,1.2,.4,1), opacity 0.5s\":undefined,boxShadow:offset===0?\"0 8px 32px rgba(0,0,0,0.18)\":\"0 2px 8px rgba(0,0,0,0.08)\",borderRadius:16,background,overflow:\"hidden\",opacity,zIndex:10-Math.abs(offset),cursor:offset===0?\"default\":\"pointer\",willChange:\"transform, opacity\",userSelect:\"none\",pointerEvents};}/**\n * 3D Card Carousel\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function CardCarousel(props){const{images=defaultImages,background=\"#F5F5F5\",cardWidth=CARD_WIDTH,cardHeight=CARD_HEIGHT,gap=CARD_GAP,rotation=ROTATION,orientation=\"horizontal\",style,showArrows=true,arrowColor=\"#222\",autoAdvance=false,advanceInterval=2500,pauseOnHover=true,cardBgCenter=\"#fff\",cardBgAdjacent=\"#f0f0f0\",cardBgEdge=\"#e0e0e0\",adjacentOpacity=.7,edgeOpacity=.7}=props;const cardCount=images.length;const[center,setCenter]=useState(Math.floor(cardCount/2));const[isHovered,setIsHovered]=useState(false);const isStatic=useIsStaticRenderer();const intervalRef=useRef(null);// Clamp center if cardCount changes\nuseEffect(()=>{startTransition(()=>setCenter(c=>Math.max(0,Math.min(cardCount-1,c))));},[cardCount]);const handlePrev=useCallback(()=>{startTransition(()=>setCenter((center-1+cardCount)%cardCount));},[center,cardCount]);const handleNext=useCallback(()=>{startTransition(()=>setCenter((center+1)%cardCount));},[center,cardCount]);// Arrow positions for orientation\nconst arrowStyles=orientation===\"horizontal\"?{left:12,right:12,top:\"50%\",transform:\"translateY(-50%)\"}:{left:\"50%\",right:\"50%\",top:12,bottom:12,transform:\"translateX(-50%)\"};// Auto-advance logic with true circular scrolling\nuseEffect(()=>{if(!autoAdvance||isStatic)return;if(pauseOnHover&&isHovered)return;if(intervalRef.current)clearInterval(intervalRef.current);intervalRef.current=setInterval(()=>{startTransition(()=>setCenter(prev=>(prev+1)%cardCount));},advanceInterval);return()=>intervalRef.current&&clearInterval(intervalRef.current);},[autoAdvance,advanceInterval,pauseOnHover,isHovered,isStatic,cardCount]);const handleMouseEnter=()=>{if(pauseOnHover)startTransition(()=>setIsHovered(true));};const handleMouseLeave=()=>{if(pauseOnHover)startTransition(()=>setIsHovered(false));};return /*#__PURE__*/_jsxs(\"div\",{onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{...style,width:\"100%\",height:\"100%\",background,borderRadius:24,position:\"relative\",overflow:\"visible\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",perspective:1200,minWidth:cardWidth+80,minHeight:cardHeight+40},children:[showArrows&&/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Previous\",style:{position:\"absolute\",...orientation===\"horizontal\"?{left:12,top:\"50%\",transform:\"translateY(-50%)\"}:{left:\"50%\",top:12,transform:\"translateX(-50%)\"},background:\"none\",border:\"none\",color:arrowColor,fontSize:32,cursor:center>0?\"pointer\":\"not-allowed\",opacity:center>0?1:.3,zIndex:20,padding:0,width:40,height:40,borderRadius:20,transition:\"background 0.2s\"},onClick:isStatic?undefined:handlePrev,disabled:center===0,children:orientation===\"horizontal\"?\"←\":\"↑\"}),Array.from({length:cardCount}).map((_,idx)=>{// Show only the actual cards, centered on the current card\nlet offset=(idx-center+cardCount)%cardCount;if(offset>cardCount/2)offset-=cardCount;// Only render cards within -2 to +2 of center for performance\nif(Math.abs(offset)>2&&!(cardCount<=5))return null;const img=images[idx];return /*#__PURE__*/_jsxs(\"div\",{style:getCardStyle(offset,!isStatic,cardWidth,cardHeight,gap,rotation,orientation,cardBgCenter,cardBgAdjacent,cardBgEdge),tabIndex:offset===0?0:-1,\"aria-hidden\":offset!==0,onClick:isStatic||offset===0?undefined:()=>startTransition(()=>setCenter(idx)),children:[/*#__PURE__*/_jsx(\"img\",{src:img.src,alt:img.alt||`Card ${idx+1}`,style:{width:\"100%\",height:\"100%\",objectFit:\"cover\",display:\"block\",borderRadius:16,pointerEvents:\"none\",userSelect:\"none\"},draggable:false}),offset!==0&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",borderRadius:16,background:Math.abs(offset)===1?cardBgAdjacent:cardBgEdge,opacity:Math.abs(offset)===1?adjacentOpacity:edgeOpacity,pointerEvents:\"none\",zIndex:2}})]},idx);}),showArrows&&/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Next\",style:{position:\"absolute\",...orientation===\"horizontal\"?{right:12,top:\"50%\",transform:\"translateY(-50%)\"}:{left:\"50%\",bottom:12,transform:\"translateX(-50%)\"},background:\"none\",border:\"none\",color:arrowColor,fontSize:32,cursor:center<cardCount-1?\"pointer\":\"not-allowed\",opacity:center<cardCount-1?1:.3,zIndex:20,padding:0,width:40,height:40,borderRadius:20,transition:\"background 0.2s\"},onClick:isStatic?undefined:handleNext,disabled:center===cardCount-1,children:orientation===\"horizontal\"?\"→\":\"↓\"})]});}addPropertyControls(CardCarousel,{cardBgCenter:{type:ControlType.Color,title:\"Center Card BG\",defaultValue:\"#fff\"},cardBgAdjacent:{type:ControlType.Color,title:\"Adjacent Cards BG\",defaultValue:\"#f0f0f0\"},adjacentOpacity:{type:ControlType.Number,title:\"Adjacent BG Opacity\",defaultValue:.7,min:0,max:1,step:.01},cardBgEdge:{type:ControlType.Color,title:\"Edge Cards BG\",defaultValue:\"#e0e0e0\"},edgeOpacity:{type:ControlType.Number,title:\"Edge BG Opacity\",defaultValue:.7,min:0,max:1,step:.01},images:{type:ControlType.Array,title:\"Cards\",control:{type:ControlType.Object,controls:{src:{type:ControlType.File,allowedFileTypes:[\"jpg\",\"jpeg\",\"png\",\"gif\",\"webp\",\"svg\"]},alt:{type:ControlType.String,title:\"Alt\",defaultValue:\"\"}}},maxCount:10,defaultValue:defaultImages,getItemTitle:(item,i)=>`Card ${i+1}`},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"#F5F5F5\"},orientation:{type:ControlType.Enum,title:\"Orientation\",options:[\"horizontal\",\"vertical\"],optionTitles:[\"Horizontal\",\"Vertical\"],defaultValue:\"horizontal\",displaySegmentedControl:true},cardWidth:{type:ControlType.Number,title:\"Card Width\",defaultValue:CARD_WIDTH,min:100,max:400,step:1,unit:\"px\"},cardHeight:{type:ControlType.Number,title:\"Card Height\",defaultValue:CARD_HEIGHT,min:100,max:500,step:1,unit:\"px\"},gap:{type:ControlType.Number,title:\"Overlap\",defaultValue:CARD_GAP,min:-200,max:0,step:1,unit:\"px\"},rotation:{type:ControlType.Number,title:\"3D Rotation\",defaultValue:ROTATION,min:-80,max:80,step:1,unit:\"deg\"},showArrows:{type:ControlType.Boolean,title:\"Show Arrows\",defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},arrowColor:{type:ControlType.Color,title:\"Arrow Color\",defaultValue:\"#222\",hidden:({showArrows})=>!showArrows},autoAdvance:{type:ControlType.Boolean,title:\"Auto Advance\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},advanceInterval:{type:ControlType.Number,title:\"Advance Interval\",defaultValue:2500,min:100,max:1e4,step:100,unit:\"ms\",hidden:({autoAdvance})=>!autoAdvance},pauseOnHover:{type:ControlType.Boolean,title:\"Pause on Hover\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden:({autoAdvance})=>!autoAdvance}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CardCarousel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"300\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CardCarousel.map","// Marquee effect with seamless, gapless looping in both directions for images\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useRef,useEffect,useState,startTransition}from\"react\";import{addPropertyControls,ControlType,useIsStaticRenderer}from\"framer\";/**\n * Marquee Images (Seamless, Gapless, Bidirectional)\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 80\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Marquee(props){const{images,speed,background,gap,style,imageWidth=64,imageHeight=64,direction}=props;const containerRef=useRef(null);const setRef=useRef(null);const[setWidth,setSetWidth]=useState(0);const[offset,setOffset]=useState(0);const isStatic=useIsStaticRenderer();// Measure width of a single set of images\nuseEffect(()=>{function measure(){if(setRef.current){setSetWidth(setRef.current.offsetWidth);}}measure();window.addEventListener(\"resize\",measure);return()=>window.removeEventListener(\"resize\",measure);},[images,gap,imageWidth,imageHeight]);// Animation\nuseEffect(()=>{if(isStatic||setWidth===0)return;let frame;let last=performance.now();// For right direction, start offset at -setWidth so the first set is fully visible\nstartTransition(()=>{setOffset(direction===\"right\"?-setWidth:0);});function animate(now){const dt=(now-last)/1e3;last=now;startTransition(()=>{setOffset(prev=>{let next=direction===\"right\"?prev+speed*dt:prev-speed*dt;if(direction===\"left\"){if(next<=-setWidth)next+=setWidth;if(next>0)next-=setWidth;}else{if(next>=0)next-=setWidth;if(next<-setWidth)next+=setWidth;}return next;});});frame=requestAnimationFrame(animate);}frame=requestAnimationFrame(animate);return()=>cancelAnimationFrame(frame);},[speed,setWidth,direction,isStatic]);function renderImageSet(keyPrefix){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\"},children:images.map((img,i)=>/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\",marginRight:gap},children:/*#__PURE__*/_jsx(\"img\",{src:img.src,alt:img.alt||\"\",style:{height:imageHeight,width:imageWidth,objectFit:\"contain\",borderRadius:6},draggable:false})},keyPrefix+i))},keyPrefix);}return /*#__PURE__*/_jsx(\"div\",{ref:containerRef,style:{...style,width:\"100%\",height:\"100%\",overflow:\"hidden\",background,position:\"relative\",display:\"flex\",alignItems:\"center\",borderRadius:8},children:/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",left:0,top:0,display:\"flex\",flexDirection:\"row\",alignItems:\"center\",willChange:\"transform\",pointerEvents:\"none\",userSelect:\"none\",transform:`translateX(${offset}px)`},children:[/*#__PURE__*/_jsx(\"div\",{ref:setRef,children:renderImageSet(\"a-\")}),renderImageSet(\"b-\")]})});}addPropertyControls(Marquee,{imageWidth:{type:ControlType.Number,title:\"Image Width\",defaultValue:64,min:16,max:512,unit:\"px\"},imageHeight:{type:ControlType.Number,title:\"Image Height\",defaultValue:64,min:16,max:512,unit:\"px\"},images:{type:ControlType.Array,title:\"Images\",control:{type:ControlType.ResponsiveImage},defaultValue:[{src:\"https://framerusercontent.com/images/GfGkADagM4KEibNcIiRUWlfrR0.jpg\",alt:\"Gradient 1 - Blue\"},{src:\"https://framerusercontent.com/images/aNsAT3jCvt4zglbWCUoFe33Q.jpg\",alt:\"Gradient 2 - Purple\"},{src:\"https://framerusercontent.com/images/BYnxEV1zjYb9bhWh1IwBZ1ZoS60.jpg\",alt:\"Gradient 3 - Orange\"}],maxCount:10},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:60,min:10,max:500,unit:\"px/s\"},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:24,min:0,max:80,unit:\"px\"},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\"],optionTitles:[\"Left\",\"Right\"],defaultValue:\"right\",displaySegmentedControl:true},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"#FFFFFF\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Marquee\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"80\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Marquee.map","// Vertical Text Scroller with Smooth Continuous Animation and Center Line Styling\n// Multiple lines of text scroll upward, only the line in the center has a different style. Each line is editable and new lines can be added.\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState,useMemo,startTransition}from\"react\";import{addPropertyControls,ControlType,useIsStaticRenderer}from\"framer\";/**\n * Vertical Text Scroller (Smooth, Center Line Styled, Editable Lines)\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function ScrollingText(props){const{lines=[{text:\"Line 1\"},{text:\"Line 2\"},{text:\"Line 3\"},{text:\"Line 4\"},{text:\"Line 5\"}],speed=32,highlightColor=\"#000\",textColor=\"#888\",background=\"#fff\",font,highlightFont,spacing=4,style}=props;const isStatic=useIsStaticRenderer();const containerRef=useRef(null);const lineRef=useRef(null);const[lineHeight,setLineHeight]=useState(0);const[scroll,setScroll]=useState(0);// Number of visible lines (odd for center highlight)\nconst visibleCount=5;const centerIndex=Math.floor(visibleCount/2);// Extract text from line objects\nconst lineTexts=useMemo(()=>lines.map(l=>l.text||\"\"),[lines]);// Repeat lines for seamless loop\nconst repeatedLines=useMemo(()=>{if(lineTexts.length<visibleCount){const repeats=Math.ceil(visibleCount*3/lineTexts.length);return Array(repeats).fill(lineTexts).flat();}return[...lineTexts,...lineTexts,...lineTexts];},[lineTexts]);// Measure line height\nuseEffect(()=>{if(lineRef.current){setLineHeight(lineRef.current.offsetHeight);}},[font,highlightFont,repeatedLines]);// Smooth animation\nuseEffect(()=>{if(isStatic||!lineHeight)return;let frame;let last=performance.now();function animate(now){const elapsed=now-last;last=now;startTransition(()=>{setScroll(prev=>{let next=prev+speed*elapsed/1e3;const totalHeight=lineHeight*lineTexts.length;if(next>=totalHeight)next-=totalHeight;return next;});});frame=requestAnimationFrame(animate);}frame=requestAnimationFrame(animate);return()=>cancelAnimationFrame(frame);},[speed,lineHeight,lineTexts.length,isStatic]);// Container height\nconst containerHeight=lineHeight*visibleCount||200;// Calculate which line is at the center\nconst centerLineIdx=useMemo(()=>{if(!lineHeight)return centerIndex;const idx=Math.round((scroll+containerHeight/2-lineHeight/2)/lineHeight)%lineTexts.length;return(idx+lineTexts.length)%lineTexts.length;},[scroll,lineHeight,lineTexts.length,containerHeight]);return /*#__PURE__*/_jsx(\"div\",{ref:containerRef,style:{...style,width:\"100%\",height:containerHeight,background,overflow:\"hidden\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",position:\"relative\",borderRadius:8},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"relative\",transform:`translateY(-${scroll}px)`,transition:isStatic?\"none\":undefined},children:repeatedLines.map((line,i)=>{// The index in the original lines array\nconst idx=i%lineTexts.length;const isCenter=idx===centerLineIdx;return /*#__PURE__*/_jsx(\"div\",{ref:i===0?lineRef:undefined,style:{height:lineHeight||undefined,minHeight:0,width:\"100%\",textAlign:\"center\",color:isCenter?highlightColor:textColor,opacity:isCenter?1:.6,fontWeight:isCenter?\"bold\":\"normal\",...!isCenter?font:highlightFont,fontSize:(isCenter?highlightFont?.fontSize:font?.fontSize)||22,lineHeight:(isCenter?highlightFont?.lineHeight:font?.lineHeight)||1.3,letterSpacing:(isCenter?highlightFont?.letterSpacing:font?.letterSpacing)||\"-0.01em\",transition:\"color 0.2s, opacity 0.2s, font-size 0.4s cubic-bezier(0.4,0,0.2,1), font-weight 0.4s cubic-bezier(0.4,0,0.2,1)\",userSelect:\"none\",padding:`${spacing}px 0`,zIndex:isCenter?2:0},\"aria-current\":isCenter?\"true\":undefined,children:line},i+line);})})});}addPropertyControls(ScrollingText,{lines:{type:ControlType.Array,title:\"Lines\",control:{type:ControlType.Object,controls:{text:{type:ControlType.String,placeholder:\"Line text...\",defaultValue:\"\"}}},defaultValue:[{text:\"Line 1\"},{text:\"Line 2\"},{text:\"Line 3\"},{text:\"Line 4\"},{text:\"Line 5\"}],maxCount:20,buttonTitle:\"Add Line\",optional:false,icon:\"object\"},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:32,min:8,max:120,step:1,unit:\"px/s\"},highlightColor:{type:ControlType.Color,title:\"Highlight\",defaultValue:\"#000\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#888\"},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"#fff\"},spacing:{type:ControlType.Number,title:\"Line Spacing\",defaultValue:4,min:0,max:40,step:1,unit:\"px\"},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:\"22px\",variant:\"Regular\",letterSpacing:\"-0.01em\",lineHeight:\"1.3em\"}},highlightFont:{type:ControlType.Font,title:\"Highlight Font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:\"28px\",variant:\"Bold\",letterSpacing:\"-0.01em\",lineHeight:\"1.3em\"}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollingText\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollingText.map"],"mappings":"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"}