.layout1{animation:scaleUp 1s linear forwards}.layout2{animation:rotateUp 1s linear forwards;animation-delay:1s}@keyframes scaleUp{0%{height:0;width:0;scale:0}to{height:1600px;width:1600px;scale:1.2}}@keyframes rotateUp{0%{rotate:0deg}to{rotate:6deg}}.navItem{position:relative}.navItem:after{content:"";position:absolute;height:2px;background:#565656;width:0;bottom:0;left:0;transition:1s}.navItem:hover:after{width:100%}.parallax{overflow:hidden;letter-spacing:-2px;line-height:.8;margin:0;white-space:nowrap;display:flex;flex-wrap:nowrap}.parallax span{display:block;margin-right:30px}.jump{animation:jumping-icon 1.5s linear infinite}.slider-img1{animation:increasing-height 1s linear forwards}.slider-img2{animation:increasing-height 2s linear forwards}@keyframes increasing-height{0%{height:0}to{height:100%}}@keyframes jumping-icon{0%{padding-bottom:50px}50%{padding-bottom:70px}to{padding-bottom:50px}}