.center-container{display:flex;justify-content:center;align-items:center;height:100%}.animated-image{width:40%;margin-left:75px;margin-top:5px;height:100%;object-fit:cover;animation:moveUpDown 2s ease-in-out infinite}@keyframes moveUpDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:480px){.center-container{display:flex;justify-content:center;align-items:center}.animated-image{width:40%;margin-left:98px}}.animated-image-1{width:100%;margin-left:75px;margin-top:5px;height:100%;object-fit:cover;animation:moveUpDown 2s ease-in-out infinite}@keyframes moveUpDown{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.animated-background{position:relative;padding:95px;color:#0000;text-align:center;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url('http://www.exprocom.in/wp-content/uploads/2024/12/busy-shipping-port-with-containers-trade-action-scaled.jpg');animation:fadeBackground 20s infinite;font-family:Arial,sans-serif;border-radius:0px;box-shadow:0 4px 10px rgba(0,0,0,0.3)}.title{font-size:3.5em;margin-left:-840px;font-weight:bold;color:white;z-index:2;position:relative}.description{font-size:1.5em;margin-left:-850px;color:white;z-index:2;position:relative}@keyframes fadeBackground{0%{background-image:url('http://www.exprocom.in/wp-content/uploads/2024/12/busy-shipping-port-with-containers-trade-action-scaled.jpg')}50%{background-image:url('http://www.exprocom.in/wp-content/uploads/2024/12/3WAYS-XPRO-copy.jpg')}100%{background-image:url('http://www.exprocom.in/wp-content/uploads/2024/12/busy-shipping-port-with-containers-trade-action-scaled.jpg')}}@media (max-width:768px){.animated-background{padding:60px}.title{font-size:2.5em}.description{font-size:1.2em}}@media (max-width:480px){.animated-background{padding:30px}.title{font-size:1.8em;margin-left:-250px}.description{font-size:1em;margin-left:-250px}}.animated-text h1{background:linear-gradient(to right,#ffbe0b 20%,#fb5607 30%,#ff006e 70%,#3ba9d7 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}100%{background-position:100% 50%}}