*{box-sizing:border-box;margin:0;padding:0}html{background-color:#ebebeb}.bubbly-button{display:inline-block;z-index:40;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.3rem;border:none;cursor:pointer;position:relative;color:#fff;display:grid;place-items:center;z-index:1;transition:transform ease-in .1s,box-shadow ease-in .25s}.bubbly-button:focus{outline:0}.button_text{position:relative;display:flex;align-items:center;gap:.5rem;font-weight:600}.button_left_icon{color:inherit;font-size:1.2rem;filter:drop-shadow(0 0 5px rgba(0,0,0,.7));margin-top:.2rem}.bubbly-button_before,.bubbly-button_after{position:absolute;content:"";display:block;width:140%;height:100%;left:-20%;z-index:-1;transition:all ease-in-out .5s;background-repeat:no-repeat}.bubbly-button:hover{color:#fff}.bubbly-button_before{display:none;top:-75%;background-size:10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%}.bubbly-button_after{display:none;bottom:-75%;background-size:15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%}.bubbly-button:active{transform:scale(.9)}.bubbly-button.animate .bubbly-button_before{display:block;animation:topBubbles ease-in-out .75s forwards}.bubbly-button.animate .bubbly-button_after{display:block;animation:bottomBubbles ease-in-out .75s forwards}@keyframes topBubbles{0%{background-position:5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}50%{background-position:0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%}to{background-position:0% 70%,0% 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@keyframes bottomBubbles{0%{background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0%}50%{background-position:0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%}to{background-position:0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}.heading-wrapper,.heading-main{display:grid;place-items:center;width:100%}.heading-main{width:auto}.heading-main h1{font-size:3rem}.heading-desc{width:100%;display:grid;place-items:center;gap:.5rem;grid-template-columns:1fr 1fr 1fr;font-size:1.05rem;font-weight:600}.heading-desc:before,.heading-desc:after{content:"";width:100%;height:.3rem;background-color:#1a92f5;border-radius:1rem}.animateR{animation:rotateit 5s linear infinite}.animateF{animation:float 2s linear infinite alternate}@keyframes float{to{transform:translate(20%)}}@keyframes rotateit{to{transform:rotate(360deg)}}a:hover{text-decoration:none!important}.imgCard{width:300px;height:360px;position:relative;border-radius:8px;display:grid;place-items:center;overflow:hidden}.imgCard:before{content:"";position:absolute;width:150px;height:140%;background-image:linear-gradient(180deg,#5019f5,#597ced);animation:rotate 3s linear infinite}.imgCard:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background-color:#030029;border-radius:inherit}@keyframes rotate{to{rotate:360deg}}#nav-menu *{scale:1.05}
