@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap");.outline-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:85px;font-weight:500;-webkit-text-stroke:2px #fff;color:transparent}.te{font-family:Manrope,sans-serif;font-weight:200}.glow-on-hover{width:200px;height:40px;border:none;outline:none;color:#fff;background:linear-gradient(90deg,#3b82f6,#2dd4bf);cursor:pointer;position:relative;z-index:0;border-radius:100px;transition:background .3s ease-in-out,color .3s ease-in-out}.glow-on-hover:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing 20s linear infinite;opacity:0;transition:opacity .3s ease-in-out;border-radius:100px}.glow-on-hover:hover{background:#111}.glow-on-hover:hover:before{opacity:1}.glow-on-hover:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#3b82f6,#2dd4bf);left:0;top:0;border-radius:100px;transition:background .3s ease-in-out}.glow-on-hover:hover:after{background:#111}.glow-on-hover1{width:200px;height:40px;border:none;outline:none;color:#fff;background:linear-gradient(90deg,#3b82f6,#2dd4bf);cursor:pointer;position:relative;z-index:0;border-radius:100px;transition:background .3s ease-in-out,color .3s ease-in-out}.glow-on-hover1:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing 20s linear infinite;opacity:0;transition:opacity .3s ease-in-out;border-radius:100px}.glow-on-hover1:hover{color:#000}.glow-on-hover1:hover:before{opacity:1}.glow-on-hover1:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#3b82f6,#2dd4bf);left:0;top:0;border-radius:100px;transition:background .3s ease-in-out}.glow-on-hover1:hover:after{background:rgba(255,253,253,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.slide-up{opacity:0;transform:translateY(100px);transition:all .8s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.slide-up.in-view{opacity:1;transform:translateY(0)}.back-to-top{position:fixed;bottom:20px;right:20px;background-color:#007bff;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:opacity .3s ease-in-out}.back-to-top:hover{background-color:#0056b3}