"use strict";gsap.registerPlugin(ScrollTrigger,SplitText,ScrollSmoother);gsap.config({nullTargetWarn:false,trialWarn:false});function pbmit_img_animation(){const boxes=gsap.utils.toArray('.pbmit-animation-style1,.pbmit-animation-style2,.pbmit-animation-style3,.pbmit-animation-style4,.pbmit-animation-style5,.pbmit-animation-style6,.pbmit-animation-style7');boxes.forEach(img=>{gsap.to(img,{scrollTrigger:{trigger:img,start:"top 70%",end:"bottom bottom",toggleClass:"active",once:true,}});});}
function getpercentage(x,y,elm){elm.find('.pbmit-fid-inner').html(y+'/'+x);var cal=Math.round((y*100)/x);return cal;}
function pbmit_title_animation(){ScrollTrigger.matchMedia({"(min-width: 1025px)":function(){var pbmit_var=jQuery('.pbmit-custom-heading, .pbmit-heading-subheading');if(!pbmit_var.length){return;}
const quotes=document.querySelectorAll(".pbmit-custom-heading .pbmit-element-title , .pbmit-heading-subheading .pbmit-element-title");quotes.forEach(quote=>{var getclass=quote.closest('.pbmit-custom-heading ,.pbmit-heading-subheading').className;var animation=getclass.split('animation-');if(animation[1]=="style4")return
if(quote.animation){quote.animation.progress(1).kill();quote.split.revert();}
quote.split=new SplitText(quote,{type:"lines,words,chars",linesClass:"split-line"});gsap.set(quote,{perspective:400});if(animation[1]=="style1"){gsap.set(quote.split.chars,{opacity:0,y:"90%",rotateX:"-40deg"});}
if(animation[1]=="style2"){gsap.set(quote.split.chars,{opacity:0,x:"50"});}
if(animation[1]=="style3"){gsap.set(quote.split.chars,{opacity:0,});}
quote.animation=gsap.to(quote.split.chars,{scrollTrigger:{trigger:quote,start:"top 90%",},x:"0",y:"0",rotateX:"0",opacity:1,duration:1,ease:Back.easeOut,stagger:.02});});},});}
function pbmit_sticky(){ScrollTrigger.matchMedia({"(min-width: 1200px)":function(){let pbmit_sticky_container=jQuery(".pbmit-sticky-col");let section=pbmit_sticky_container.closest('.elementor-section');if(!section[0]){section=pbmit_sticky_container.closest('.pbmit-sticky-section');}
let tl=gsap.timeline({scrollTrigger:{pin:pbmit_sticky_container,scrub:1,start:"top top",trigger:section,end:()=>"+="+((section.height()+300)-window.innerHeight),invalidateOnRefresh:true},defaults:{ease:"none",duration:1}});},});}
function pbmit_set_tooltip(){jQuery('[data-cursor-tooltip]').each(function(){var thisele=jQuery(this);var thisele_html=thisele.find('.pbminfotech-box-content').html();thisele.attr("data-cursor-tooltip",thisele_html);});}
function pbmit_squire_image(){const pbmit_elm=gsap.utils.toArray('.pbmit-textimonial-bg-move');if(pbmit_elm.length==0)return
ScrollTrigger.matchMedia({"(min-width: 992px)":function(){pbmit_elm.forEach((box,i)=>{let tl=gsap.timeline({scrollTrigger:{trigger:box,start:"top 80%",end:"+=700px",scrub:1},defaults:{ease:"none"}});tl.fromTo(box,{clipPath:'inset(0% 7% 0% 7%)'},{clipPath:'inset(0% 0% 0% 0%)',duration:3})});}});}
function pbmit_extend_section(){const pbmit_elm=gsap.utils.toArray('.pbmit-extend-animation');if(pbmit_elm.length==0)return
ScrollTrigger.matchMedia({"(min-width: 1200px)":function(){pbmit_elm.forEach(section=>{let tl=gsap.timeline({scrollTrigger:{trigger:section,start:"top 50%",end:"+=400px",scrub:1},defaults:{ease:"none"}});tl.fromTo(section,{clipPath:'inset(0% 5% 0% 5% round 30px)'},{clipPath:'inset(0% 0% 0% 0% round 30px)',duration:1.5})});},"(max-width:1200px)":function(){ScrollTrigger.getAll().forEach(section=>section.kill(true));}});}
function pbmit_animate_custom_text(){jQuery("#js-rotating").Morphext({animation:"flipInX",speed:3000,});}
function pbmit_ihbox_move(){var pbmit_var=jQuery('.pbmit-move-sofa');if(!pbmit_var.length){return;}
ScrollTrigger.matchMedia({"(min-width: 1200px)":function(){gsap.set(".pbmit-move-sofa",{yPercent:20,})
gsap.to(".pbmit-move-sofa",{yPercent:-50,scrollTrigger:{scrub:true,start:()=>"top top",end:()=>"bottom top",scrub:2}});},"(max-width:1200px)":function(){ScrollTrigger.getAll().forEach(scrub=>scrub.kill(true));}});}
ScrollTrigger.matchMedia({"(max-width: 1200px)":function(){ScrollTrigger.getAll().forEach(t=>t.kill());}});jQuery(document).ready(function(){pbmit_title_animation();pbmit_extend_section();pbmit_ihbox_move();});jQuery(window).resize(function(){pbmit_title_animation();pbmit_img_animation();});jQuery(window).on('load',function(){pbmit_img_animation();pbmit_sticky();pbmit_set_tooltip();pbmit_squire_image();pbmit_animate_custom_text();jQuery('[data-magnetic]').each(function(){new Magnetic(this);});gsap.delayedCall(1,()=>ScrollTrigger.getAll().forEach((t)=>{t.refresh();}));});