.main__web3 *{position:relative;z-index:2}.main__web3{background-size:cover;position:relative;min-height:100vh;overflow:hidden;width:100%;display:flex;color:#fff;flex-direction:column;gap:40px;align-items:center;opacity:0;transform:translateY(50px);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.main__web3 .main__web-bg{z-index:0}.main__web3.is-visible{opacity:1;transform:translateY(0)}.main__web3:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(179deg,#48b2f9,hsla(0,0%,100%,0));z-index:1}.main__web3 .main__web3-title{display:flex;flex-direction:column;align-items:center;font-weight:300;padding-top:45px;font-size:128px;transform:translateY(50px);transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.main__web3 .main__web3-title span{font-size:48px}.main__web3 .main__web3-button{cursor:pointer;font-weight:300;font-size:32px;padding:5px 13px;background:rgba(2,141,241,.3);border-radius:13px;position:relative;display:block;z-index:3;text-decoration:none;overflow:hidden;transform:translateY(50px);transition:opacity 2s ease-in-out,transform 2s ease-in-out}.main__web3 .main__web3-button:hover .wave{top:0}.main__web3 .main__web3-button a{position:relative;z-index:5;color:#fff}.main__web3 .main__web3-button .wave{width:200px;height:200px;background:rgba(0,128,219,.3);position:absolute;left:0;z-index:2;top:325px;transition:.4s;transition:top .6s ease-in-out}.main__web3 .main__web3-button .wave:after,.main__web3 .main__web3-button .wave:before{width:200%;height:200%;content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-75%)}.main__web3 .main__web3-button .wave:before{border-radius:45%;background:#048bec;animation:wave 5s linear infinite}.main__web3 .main__web3-button .wave:after{border-radius:40%;background:rgba(4,132,223,.977);animation:wave 10s linear infinite}@keyframes wave{0%{transform:translate(-50%,-75%) rotate(0deg)}to{transform:translate(-50%,-75%) rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1140px){.main__web3 .main__web3-title{font-size:100px}}@media(max-width:870px){.main__web3{height:500px}.main__web3 .main__web3-title{font-size:80px}}@media(max-width:710px){.main__web3 .main__web3-title{font-size:60px}.main__web3 .main__web3-title span{font-size:38px}.main__web3 .main__web3-button{font-size:25px}}@media(max-width:540px){.main__web3 .main__web3-title{padding-top:70px;font-size:40px}.main__web3 .main__web3-title span{font-size:34px}.main__web3 .main__web3-button{font-size:25px}}