.title-button-wrapper{display:flex;flex-direction:column;align-items:center}.title-button-wrapper .title-button{position:relative;width:325px;height:50px;margin:15px}@media(min-width:768px){.title-button-wrapper .title-button{width:500px}}.title-button-wrapper .title-button a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border:1px solid #23896f;background:rgba(255,255,255,0.05);box-shadow:0 10px 25px rgba(255,255,255,0.3);border-top:1px solid rgba(60,231,146,0.5);border-bottom:1px solid rgba(60,231,146,0.5);border-radius:30px;color:white;text-align:center;font-size:12px;z-index:1;font-weight:400;letter-spacing:1px;text-decoration:none;overflow:hidden;transition:0.5s,color 0.3s ease 0.5s;backdrop-filter:blur(15px)}@media(min-width:768px){.title-button-wrapper .title-button a{font-size:18px}}.title-button-wrapper .title-button:hover a{letter-spacing:3px;color:black}.title-button-wrapper .title-button a::before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to left,rgba(255,255,255,0.15),transparent);transform:skewX(45deg) translateX(0);transition:0.5s}.title-button-wrapper .title-button:hover a::before{transform:skewX(45deg) translateX(200%)}.title-button-wrapper .title-button::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-5px;width:30px;height:10px;background:#3ce792;border-radius:10px;transition:0.5s;transition-delay:0s}.title-button-wrapper .title-button:hover:before{bottom:0;height:60%;width:85%;border-radius:30px;transition-delay:0.5s}.title-button-wrapper .title-button::after{content:'';position:absolute;left:50%;transform:translateX(-50%);top:-5px;width:30px;height:10px;background:#3ce792;border-radius:10px;transition:0.5s;transition-delay:0s}.title-button-wrapper .title-button:hover:after{top:0;height:60%;width:85%;border-radius:30px;transition-delay:0.5s}.title-button-wrapper .title-button:nth-child(1)::before,.title-button-wrapper .title-button:nth-child(1)::after{background:#3ce792;box-shadow:0 0 5px #3ce792,0 0 15px #3ce792,0 0 30px #3ce792,0 0 60px #3ce792}
