.bg-move{transition:all .3s;position:relative;overflow:hidden;z-index:1;background-image:linear-gradient(var(--orange),var(--orange));background-position:0% 100%;background-repeat:no-repeat;background-size:0% 2px;&:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:10rem;z-index:-2}&:before{content:'';position:absolute;bottom:0;left:0;width:0%;height:100%;background-color:var(--heading-color);transition:all .3s;border-radius:10rem;z-index:-1}&:hover{color:#fff;background-size:100% 2px;&:before{width:100%}}}.short-animate{transition:.5s ease-in-out}.long-animate{transition:.5s .5s ease-in-out}.lightbox{position:fixed;top:-100%;bottom:100%;left:0;right:0;background:#000000ee;z-index:99998;opacity:0}#lightbox-controls{position:fixed;height:70px;width:70px;top:-70px;right:0;z-index:99999;background:rgba(0,0,0,.1)}#close-lightbox{display:block;position:absolute;overflow:hidden;height:50px;width:50px;text-indent:-5000px;right:10px;top:10px;transform:rotate(45deg)}#close-lightbox:before{content:'';display:block;position:absolute;height:0px;width:3px;left:24px;top:0;background:white;border-radius:2px;transition:.5s .5s ease-in-out}#close-lightbox:after{content:'';display:block;position:absolute;width:0px;height:3px;top:24px;left:0;background:white;border-radius:2px;transition:.5s 1s ease-in-out}.lightbox.active{top:0%;bottom:0%;opacity:1}.lightbox.active #lightbox-controls{top:0px}.lightbox.active #lightbox-controls #close-lightbox:after{width:50px}.lightbox.active #lightbox-controls #close-lightbox:before{height:50px}.lightbox.active #next-lightbox:before{left:24px}.lightbox.active #next-lightbox:after{top:24px}.lightbox.active #previous-lightbox:before{left:24px}.lightbox.active #previous-lightbox:after{top:24px}#next-lightbox{display:block;position:absolute;overflow:hidden;height:50px;width:50px;text-indent:-5000px;right:10px;top:50%;transform:rotate(45deg);&::before{content:'';display:block;position:absolute;height:30px;width:3px;left:-24px;top:24px;background:white;border-radius:2px;transition:.5s .5s ease-in-out}&::after{content:'';display:block;position:absolute;width:30px;height:3px;top:-24px;left:-3px;background:white;border-radius:2px;transition:.5s 1s ease-in-out}}#previous-lightbox{display:block;position:absolute;overflow:hidden;height:50px;width:50px;text-indent:-5000px;left:10px;top:50%;transform:rotate(45deg);&::before{content:'';display:block;position:absolute;height:30px;width:3px;left:-24px;top:-5px;background:white;border-radius:2px;transition:.5s .5s ease-in-out}&::after{content:'';display:block;position:absolute;width:30px;height:3px;top:-24px;left:24px;background:white;border-radius:2px;transition:.5s 1s ease-in-out}}.image-skeleton{width:100%;height:300px;padding:15px 0}.image-skeleton-content{width:100%;height:100%;background-color:#f5f5f5;padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:10px}.skeleton-header{width:100%;height:150px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.5s infinite}.skeleton-line{width:100%;height:16px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.skeleton-line.short{width:50%}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}