.main-footer-section{background-color:#000;color:#fff;width:100%;position:sticky;bottom:0;padding-top:60px;margin-top:-100vh}.footer-link-tag,.subscribe-form,.subscribe-form input,.subscribe-form button,.subscribe-agreement input,.subscribe-agreement label,.subscribe-links a,.subscribe-links button{position:relative;z-index:10}.footer-banner{width:100%;height:400px;background-size:cover;background-position:center;position:relative;border-bottom:1px solid #666;transform:scale(1.15);transform-origin:center center;transition:transform .1s ease-out;overflow:hidden}.footer-banner-text{position:absolute;top:50px;left:50px;z-index:2}.footer-banner-text h2{font-size:60px;font-weight:700;color:#fff;text-transform:uppercase;overflow:hidden;line-height:1}.footer-banner-text h2 span{display:block;transform:translateY(0);will-change:transform;height:0%;overflow:hidden;transition:height .1s ease-out}.footer-logo{position:absolute;right:50px;bottom:50px}.footer-links-container{padding:40px 50px;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.footer-column{display:flex;flex-direction:column;gap:15px}.footer-category-title{font-size:16px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:#fff;margin:0;padding-bottom:8px;border-bottom:2px solid #333;display:inline-block;width:fit-content}.footer-links-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.footer-link-tag{background:#111;border:1px solid #333;color:#999;text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;padding:8px 16px;transition:all .3s ease;position:relative;overflow:hidden;display:inline-block}.footer-link-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;transition:left .3s ease;z-index:0}.footer-link-tag span{position:relative;z-index:1;transition:color .3s ease}.footer-link-tag:hover:before{left:0}.footer-link-tag:hover span{color:#000}.footer-link-tag:hover{border-color:#fff;transform:translateY(-1px)}.footer-social-section{padding:30px 50px;border-top:1px solid #666;max-width:1600px;margin:0 auto;display:flex;justify-content:center}.footer-social-icons{display:flex;gap:20px;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#666;transition:all .3s ease;border:1px solid #333;background:#111}.social-icon:hover{color:#fff;border-color:#fff;transform:translateY(-2px)}.social-icon svg{width:24px;height:24px}.footer-subscribe-section{display:flex;justify-content:space-between;align-items:center;padding:30px 50px;border-top:1px solid #666;border-bottom:1px solid #666;max-width:1600px;margin:0 auto}.subscribe-form-container{display:flex;flex-direction:column;padding:10px}.subscribe-form{display:flex;border:1px solid #666;max-width:400px;background:transparent}.subscribe-form input{background:transparent;border:none;color:#fff;padding:15px;font-size:14px;flex-grow:1;font-family:inherit}.subscribe-form input:focus{outline:none}.subscribe-form input::placeholder{color:#666}.subscribe-form button{background:#fff;color:#000;border:none;padding:0 30px;font-size:14px;font-weight:700;cursor:pointer;text-transform:uppercase;transition:all .3s ease;font-family:inherit}.subscribe-form button:hover{background:#000;color:#fff;border:1px solid #fff}.subscribe-agreement{margin-top:15px;display:flex;align-items:center}.subscribe-agreement input{margin-right:10px;accent-color:#fff}.subscribe-agreement label{font-size:12px;color:#999;text-transform:uppercase;cursor:pointer}.subscribe-links{display:flex;align-items:center;gap:20px}.subscribe-links a,.subscribe-links button{background:none;border:none;color:#fff;text-decoration:none;font-size:14px;cursor:pointer;text-transform:uppercase;transition:color .3s ease;font-family:inherit}.subscribe-links a{text-decoration:underline;text-underline-offset:4px}.subscribe-links a:hover{color:#999}.subscribe-links .buy-template-btn,.subscribe-links .made-in-framer-btn{border:1px solid #666;border-radius:20px;display:flex;align-items:center;gap:5px;padding:8px 16px}.subscribe-links .made-in-framer-btn{border-radius:8px}.footer-bottom-bar{font-size:14px;color:#999;text-align:center;padding:20px}@media (max-width: 768px){.footer-banner{height:250px}.footer-banner-text{top:30px;left:30px}.footer-banner-text h2{font-size:32px}.footer-social-section{padding:20px}.footer-social-icons{gap:15px}.social-icon{width:44px;height:44px}.footer-links-container{flex-direction:column;padding:30px 20px;gap:25px}.footer-column{gap:12px}.footer-category-title{font-size:16px}.footer-links-row{gap:8px}.footer-link-tag{font-size:11px;padding:6px 12px}.footer-link-tag.featured{padding:10px 20px;font-size:13px}.footer-subscribe-section{flex-direction:column;gap:20px;padding:30px 20px;align-items:flex-start}.subscribe-form-container{width:100%;padding:0}.subscribe-form{width:100%;max-width:none}.subscribe-links{width:100%;justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.footer-banner-text h2{font-size:28px}.footer-social-section{padding:15px}.footer-social-icons{gap:12px}.social-icon{width:40px;height:40px}.social-icon svg{width:20px;height:20px}.footer-links-container,.footer-subscribe-section{padding:20px 15px}.subscribe-form input{padding:12px;font-size:13px}.subscribe-form button{padding:0 20px;font-size:13px}.subscribe-agreement label{font-size:11px}}@keyframes footerFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-column{animation:footerFadeIn .6s ease-out}.footer-column:nth-child(2){animation-delay:.1s}.footer-column:nth-child(3){animation-delay:.2s}.footer-column:nth-child(4){animation-delay:.3s}.footer-loading{display:flex;justify-content:center;align-items:center;height:200px;color:#666}.footer-loading:after{content:"";width:40px;height:40px;border:2px solid #666;border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.subscribe-form:focus-within{outline:2px solid #fff;outline-offset:2px}.footer-column ul a:focus,.subscribe-links a:focus{outline:2px solid #fff;outline-offset:2px}@media (prefers-reduced-motion: reduce){.footer-column,.footer-banner{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/footer.css.map */
