.footer{background-color:#1c0e45;color:#333;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-top:40px;border:10px solid transparent;transition:border-color .3s ease}.footer:hover{border-color:#4bfe5a}.footer-card-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1700px;margin:0 auto}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(150px,auto);gap:2rem}.footer-column-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.footer-column-wrapper-card{background-color:#504081}.footer-column-wrapper-card h1{margin-top:-10px}.footer-column{justify-content:space-between;height:100%}.footer-card{background-color:#efe1ff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:170px;font-size:12px}.footer-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.social-icon{width:24px;height:24px;margin:0 auto;display:block;object-fit:contain;transition:transform .3s ease}.social-icon:hover{transform:scale(1.2)}.title-card{background-color:#efe1ff;height:365px}.effortless-quest-card{background-color:#38b136;font-weight:700;padding:2rem;text-align:center;height:615px;color:#101311}.effortless-quest-card .footer-link{color:#fff;margin:5px 0 5px -2px;text-decoration:none;font-size:1rem;font-weight:700}.footer-link{color:#1c0e45;text-decoration:none;font-weight:500;display:block;margin-top:.5rem}.footer-link:hover{color:#005999;text-decoration:none}.footer-column{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px) and (max-width:1200px){.effortless-quest-card{height:660px}.grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px) and (max-width:1024px){.effortless-quest-card{height:615px}.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-card-container{padding:1rem}.grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-card{height:180px;padding:1rem;font-size:10.5px}.title-card{height:266px}.effortless-quest-card{height:500px}.effortless-quest-card .footer-link{font-size:11px}.footer-column-wrapper-card{margin-left:0;width:100%;margin-right:0}.footer-column-wrapper-card h1{font-size:12px;margin-top:-20px}}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}.footer-links a{color:#efe1ff;font-size:.9rem;text-decoration:none}.footer-links a:hover{color:#4bfe5a}.footer-copyright{font-size:.8rem;color:#efe1ff;margin-top:1rem}.not-floating-card{width:100%;max-width:190px;padding:20px;border-radius:10px;border:5px solid #333;box-shadow:0 8px 16px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);background-color:#1c0e45;text-align:center;position:relative;top:150px;overflow:hidden;height:300px;margin:-100px auto 0}.not-floating-card:hover{border-color:#fef74b}.not-construction-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background:linear-gradient(0deg,#8c68db,#87ceeb);position:relative;overflow:hidden;height:250px;border-radius:15px}.not-swords-container{position:absolute;top:-200px;width:100%;height:50px;display:flex;justify-content:space-around;z-index:1}.not-sword{width:150px;height:250px;position:absolute;animation:fall 5s ease-in-out infinite;object-fit:contain;animation-iteration-count:1}.not-sword1{animation-delay:0s,0s}.not-sword2{animation-delay:5s,0s}.not-sword3{animation-delay:10s,0s}.not-sword4{animation-delay:15s,0s}@keyframes fall{0%{top:-150px}50%{top:200px}to{top:800px}}.not-sword img{width:100%;height:100%;object-fit:contain;animation:shimmer 1.5s infinite alternate}@keyframes shimmer{0%{box-shadow:0 0 15px 5px hsla(0,0%,100%,.8)}50%{box-shadow:0 0 25px 10px #fff}to{box-shadow:0 0 15px 5px hsla(0,0%,100%,.8)}}.not-grass-container{z-index:2}.not-grass-background-container,.not-grass-container{position:absolute;bottom:0;width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0;margin:0}.not-grass-background-container{z-index:1}.not-grass{height:50px;border-bottom:22px solid #228b22;animation:sway 3s ease-in-out infinite;margin-bottom:-5px}.not-grass,.not-grass-background{width:2%;border-left:3px solid transparent;border-right:3px solid transparent}.not-grass-background{height:60px;border-bottom:24px solid #006400;animation:swayBackground 4s ease-in-out infinite;margin-bottom:-3px}@keyframes sway{0%{transform:rotate(0deg)}50%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}@keyframes swayBackground{0%{transform:rotate(0deg)}50%{transform:rotate(-8deg)}to{transform:rotate(8deg)}}.not-grass-base{position:absolute;bottom:0;width:100%;height:5px;background-color:#004d00;z-index:1}