.text-container{display:inline-block;position:relative;overflow:hidden}.text-container h1{background:linear-gradient(90deg,#ff7e5f,#feb47b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:1.5s cubic-bezier(.25,.46,.45,.94) forwards slide-in}@keyframes slide-in{0%{transform:translate(-100%)}to{transform:translate(0%)}}.text-container:before{content:"";background:#0a0a0a;width:100%;height:100%;animation:1.5s cubic-bezier(.25,.46,.45,.94) forwards slide-out;position:absolute;top:0;left:0}@keyframes slide-out{0%{transform:translate(0%)}to{transform:translate(100%)}}
