.intro{display:flex;height:100vh}.intro-left{flex:1 1;display:flex;align-items:center;justify-content:center}.intro-right{flex:1 1;position:relative}.intro-left-wrapper{padding:50px;height:50%;display:flex;flex-direction:column;justify-content:space-between}.hello{font-size:30px;font-weight:300}.name{font-size:60px}.intro-title{height:50px;overflow:hidden}.intro-wrapper{height:100%;animation:move 5s ease-in-out infinite alternate}@keyframes move{25%{transform:translateY(-50px)}50%{transform:translateY(-100px)}75%{transform:translateY(-150px)}to{transform:translateY(-200px)}}.intro-title-item{height:50px;font-weight:700;font-size:30px;display:flex;align-items:center;color:#dc143c}.intro-image{object-fit:cover}.intro-background,.intro-image{width:100%;height:100%;position:absolute}.intro-background{-webkit-clip-path:polygon(0 .8%,42% .8%,100% 100%,0 100%);clip-path:polygon(0 .8%,42% .8%,100% 100%,0 100%);background-color:#dc143c;top:0;left:0}.intro-discription{font-weight:400}
/*# sourceMappingURL=main.319b3f8b.chunk.css.map */