.yoga-bubbles{position:relative;display:inline-block;padding:14px 38px;border-radius:30px;font-weight:500;overflow:hidden;cursor:pointer;transition:color .8s ease}.yoga-bubbles::after{content:"";position:absolute;left:0;bottom:-100%;width:100%;height:300%;background:radial-gradient(circle at 20% 80%,rgba(236,81,69,.6) 10%,transparent 40%),radial-gradient(circle at 50% 90%,rgba(236,81,69,.5) 12%,transparent 40%),radial-gradient(circle at 80% 85%,rgba(236,81,69,.4) 8%,transparent 40%),radial-gradient(circle at 35% 95%,rgba(236,81,69,.5) 14%,transparent 40%);background-repeat:no-repeat;filter:blur(10px);opacity:0;transition:all .8s ease-in-out;z-index:0}.yoga-bubbles:hover::after{bottom:0;opacity:1}.yoga-bubbles span{position:relative;z-index:2}.yoga-bubbles:hover a{color:#fff!important}.page-transition-overlay{position:fixed;inset:0;background:#fff;z-index:999999;opacity:1;filter:blur(20px);pointer-events:none;transition:opacity 1s ease-out,filter 1.5s ease-out}body.page-loaded .page-transition-overlay{opacity:0;filter:blur(0)}body.page-loaded .page-transition-overlay{animation:removeOverlay 1.6s forwards}.smooth-title{display:inline-block;font-weight:400;color:#fff}.smooth-title span{display:inline-block;opacity:0;filter:blur(8px);transform:translateY(10px);animation:fadeInLetter 3.5s ease forwards}