.hero-wrap{position:relative;padding:100px 0}.hero-container{max-width:100%;margin:auto;display:flex;align-items:center;gap:60px;padding:0 0px}.hero-img-left{position:relative;width:100%}.hero-img-left img{width:70%;border-radius:6px}.hero-img-right{position:absolute;left:50%;bottom:0px;width:50%;z-index:2}.hero-img-right img{width:100%;border-radius:6px}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.play-btn::after{content:"▶";font-size:24px;color:#000;margin-left:4px}.decor{position:absolute;bottom:0px;pointer-events:none}.decor-1{left:35%;bottom:20px;width:150px;z-index:-1}.decor-2{top:0%;left:-60px;width:180px;opacity:0.1;z-index:-1}.decor-3{right:10%;width:150px;top:30%;z-index:-1}@media (max-width:991px){.hero-wrap{padding:0px}.hero-container{flex-direction:column;gap:30px}.hero-img-left{width:100%}.hero-img-right{position:relative;width:100%}.play-btn{width:55px;height:55px}.play-btn::after{font-size:18px}.decor-1{left:6%;transform:translateX(-50%);width:120px;bottom:-30px}.decor-2{left:10px;top:15%;width:100px}.decor-3{right:-30px;top:-5%;width:100px}}@keyframes floatUpDown{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}@keyframes floatLeftRight{0%{transform:translateX(0)}50%{transform:translateX(20px)}100%{transform:translateX(0)}}@keyframes floatDiagonal{0%{transform:translate(0,0)}50%{transform:translate(15px,-15px)}100%{transform:translate(0,0)}}.decor-1{animation:floatUpDown 6s ease-in-out infinite}.decor-2{animation:floatLeftRight 8s ease-in-out infinite}.decor-3{animation:floatDiagonal 7s ease-in-out infinite}@media (max-width:480px){.hero-img-right{width:100%;margin-top:-30px;left:0%}.hero-img-left img{width:100%;border-radius:6px}.decor{opacity:0.6}}