*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.hero{display:flex;justify-content:space-between;background-color:#1a1a2e;min-height:100vh;padding:0 40px;overflow:hidden}.left-h{display:flex;flex-direction:column;gap:30px;flex:1;padding:20px 0}.the-best-ad{display:flex;align-items:center;gap:15px;background-color:#2a2a3e;width:fit-content;padding:10px 20px;border-radius:30px;margin-top:20px;cursor:pointer;animation:fadeDown 1s ease forwards;transition:background-color .3s ease,transform .3s ease}.the-best-ad:hover{background-color:#f97316;transform:scale(1.05)}.the-best-ad div{width:12px;height:12px;background-color:#f97316;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.the-best-ad:hover div{background-color:#fff}.the-best-ad span{color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.hero-text{display:flex;flex-direction:column;gap:10px;animation:fadeLeft 1s ease forwards}.hero-text div{display:flex;gap:15px;align-items:center}.hero-text span{color:#fff;font-size:60px;font-weight:800;text-transform:uppercase;line-height:1.1;transition:color .3s ease}.hero-text span:hover{color:#f97316;cursor:default}.stroke-text{color:transparent!important;-webkit-text-stroke:2px #ffffff;transition:-webkit-text-stroke .3s ease}.hero-text div:last-child span{font-size:16px;font-weight:400;color:#aaa;text-transform:none;max-width:400px;line-height:1.6}.hero-text div:last-child span:hover{color:#fff}.figures{display:flex;gap:40px;margin-top:10px;animation:fadeUp 1s ease forwards}.figures div{display:flex;flex-direction:column;gap:5px;cursor:pointer;transition:transform .3s ease}.figures div:hover{transform:translateY(-5px)}.figures div span:first-child{color:#fff;font-size:32px;font-weight:700;transition:color .3s ease}.figures div:hover span:first-child{color:#f97316}.figures div span:last-child{color:#aaa;font-size:14px;text-transform:uppercase}.hero-buttons{display:flex;gap:20px;margin-top:10px;animation:fadeUp 1.2s ease forwards}.btn{background-color:#f97316;color:#fff;padding:12px 30px;border-radius:5px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}.btn:hover{background-color:#ea6500;transform:scale(1.07);box-shadow:0 8px 25px #f9731680}.hero-buttons .btn:last-child{background-color:transparent;border:2px solid #f97316;color:#f97316}.hero-buttons .btn:last-child:hover{background-color:#f97316;color:#fff}.right-h{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;padding:20px 0}.right-h .btn{align-self:flex-end;margin-right:20px;margin-top:20px;animation:fadeDown 1s ease forwards}.heart-rate{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:#2a2a3e;padding:15px 25px;border-radius:15px;position:absolute;top:80px;left:20px;cursor:pointer;animation:fadeLeft 1s ease .3s forwards;opacity:0;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.heart-rate:hover{transform:scale(1.08);background-color:#f97316;box-shadow:0 10px 30px #f9731666}.heart-rate img{width:35px;height:35px;object-fit:cover;border-radius:50%;transition:transform .4s ease}.heart-rate:hover img{transform:scale(1.2) rotate(10deg);animation:heartbeat .6s infinite ease-in-out}.heart-rate span:first-of-type{color:#aaa;font-size:13px;transition:color .3s ease}.heart-rate span:last-of-type{color:#fff;font-size:22px;font-weight:700}.heart-rate:hover span{color:#fff}.right-h>img:nth-of-type(1){width:220px;height:320px;object-fit:cover;border-radius:15px;margin-top:60px;position:absolute;right:80px;top:60px;animation:fadeUp 1s ease .2s forwards;opacity:0;transition:transform .4s ease,box-shadow .4s ease}.right-h>img:nth-of-type(1):hover{transform:scale(1.05) translateY(-8px);box-shadow:0 20px 50px #f9731666}.right-h>img:nth-of-type(2){width:180px;height:280px;object-fit:cover;border-radius:15px;position:absolute;right:20px;top:100px;animation:fadeUp 1s ease .4s forwards;opacity:0;transition:transform .4s ease,box-shadow .4s ease}.right-h>img:nth-of-type(2):hover{transform:scale(1.05) translateY(-8px);box-shadow:0 20px 50px #f9731666}.calories{display:flex;align-items:center;gap:15px;background-color:#2a2a3e;padding:15px 25px;border-radius:15px;position:absolute;bottom:80px;right:20px;cursor:pointer;animation:fadeRight 1s ease .5s forwards;opacity:0;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.calories:hover{transform:scale(1.08);background-color:#f97316;box-shadow:0 10px 30px #f9731666}.calories img{width:40px;height:40px;object-fit:cover;border-radius:50%;transition:transform .4s ease}.calories:hover img{transform:rotate(20deg) scale(1.2)}.calories span:first-of-type{color:#aaa;font-size:13px;transition:color .3s ease}.calories span:last-of-type{color:#fff;font-size:22px;font-weight:700}.calories:hover span{color:#fff}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}@keyframes heartbeat{0%,to{transform:scale(1.2)}50%{transform:scale(1.4)}}*{margin:0;padding:0;box-sizing:border-box}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#1a1a2e;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d}.logo{width:80px;height:80px;border-radius:50%;object-fit:cover;cursor:pointer}.header-menu{display:flex;list-style:none;gap:30px}.header-menu li{color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative}.header-menu li:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#f97316;transition:width .3s ease}.header-menu li:hover{color:#f97316}.header-menu li:hover:after{width:100%}.Programs{display:flex;flex-direction:column;gap:40px;padding:60px 40px;background-color:#1a1a2e}.programs-header{display:flex;gap:20px;font-size:50px;font-weight:800;text-transform:uppercase;color:#fff;justify-content:center;align-items:center;flex-wrap:wrap;animation:fadeDown .8s ease forwards}.program-categories{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}.category{display:flex;flex-direction:column;gap:15px;background-color:#2a2a3e;padding:25px 20px;border-radius:15px;width:220px;cursor:pointer;position:relative;overflow:hidden;transition:transform .4s ease,background-color .4s ease,box-shadow .4s ease;animation:fadeUp .8s ease forwards;opacity:0}.category:nth-child(1){animation-delay:.1s}.category:nth-child(2){animation-delay:.2s}.category:nth-child(3){animation-delay:.3s}.category:nth-child(4){animation-delay:.4s}.category:nth-child(5){animation-delay:.5s}.category:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(249,115,22,.15),transparent);transition:left .5s ease}.category:hover:before{left:100%}.category:hover{transform:translateY(-10px) scale(1.03);background-color:#f97316;box-shadow:0 15px 40px #f9731666}.category img:first-of-type{width:100%;height:150px;object-fit:cover;border-radius:10px;transition:transform .4s ease}.category:hover img:first-of-type{transform:scale(1.05)}.category span:first-of-type{color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;transition:color .3s ease}.category span:nth-of-type(2){color:#aaa;font-size:13px;line-height:1.6;transition:color .3s ease}.category:hover span{color:#fff}.join-now{display:flex;align-items:center;gap:10px;margin-top:auto}.join-now span{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.join-now img{width:20px;height:20px;object-fit:contain;transition:transform .3s ease}.category:hover .join-now img{transform:translate(8px)}.Reasons{display:flex;gap:60px;padding:60px 40px;background-color:#1a1a2e;align-items:center}.left-r{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;flex:1;position:relative}.left-r img{width:100%;height:200px;object-fit:cover;border-radius:15px;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease,filter .4s ease;animation:fadeLeft .8s ease forwards;opacity:0}.left-r img:nth-child(1){animation-delay:.1s}.left-r img:nth-child(2){animation-delay:.2s}.left-r img:nth-child(3){animation-delay:.3s}.left-r img:nth-child(4){animation-delay:.4s}.left-r img:hover{transform:scale(1.07);box-shadow:0 15px 40px #f9731680;filter:brightness(1.15);z-index:10}.left-r img:nth-child(1){grid-row:span 2;height:100%}.right-r{display:flex;flex-direction:column;gap:20px;flex:1;animation:fadeRight .8s ease forwards}.right-r>span:first-child{color:#f97316;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.right-r>div:first-of-type{display:flex;gap:15px;font-size:45px;font-weight:800;text-transform:uppercase;color:#fff;flex-wrap:wrap}.details-r{display:flex;flex-direction:column;gap:15px}.details-r div{display:flex;align-items:center;gap:15px;background-color:#2a2a3e;padding:15px 20px;border-radius:10px;cursor:pointer;position:relative;overflow:hidden;transition:background-color .4s ease,transform .3s ease,box-shadow .3s ease;animation:fadeUp .8s ease forwards;opacity:0}.details-r div:nth-child(1){animation-delay:.2s}.details-r div:nth-child(2){animation-delay:.3s}.details-r div:nth-child(3){animation-delay:.4s}.details-r div:nth-child(4){animation-delay:.5s}.details-r div:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(249,115,22,.15),transparent);transition:left .5s ease}.details-r div:hover:before{left:100%}.details-r div:hover{background-color:#f97316;transform:translate(10px);box-shadow:0 8px 25px #f9731666}.details-r div img{width:30px;height:30px;object-fit:cover;border-radius:50%;transition:transform .3s ease}.details-r div:hover img{transform:rotate(360deg) scale(1.2)}.details-r div span{color:#fff;font-size:14px;line-height:1.6}.right-r>span:last-of-type{color:#aaa;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-top:10px}.partners{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.partners img{width:80px;height:40px;object-fit:contain;filter:grayscale(100%);opacity:.6;cursor:pointer;transition:filter .4s ease,opacity .4s ease,transform .3s ease}.partners img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.15)}.plan-container{display:flex;flex-direction:column;gap:50px;padding:60px 40px;background-color:#1a1a2e;align-items:center}.program-header{display:flex;gap:20px;font-size:50px;font-weight:800;text-transform:uppercase;color:#fff;justify-content:center;align-items:center;flex-wrap:wrap;animation:fadeDown .8s ease forwards}.stroke-text{color:transparent;-webkit-text-stroke:2px #ffffff}.plan{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;width:100%}.plan-card{display:flex;flex-direction:column;gap:20px;background-color:#2a2a3e;padding:30px 25px;border-radius:20px;width:280px;cursor:pointer;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,background-color .4s ease;animation:fadeUp .8s ease forwards;opacity:0;border:2px solid transparent}.plan-card:nth-child(1){animation-delay:.1s}.plan-card:nth-child(2){animation-delay:.25s}.plan-card:nth-child(3){animation-delay:.4s}.plan-card:nth-child(2){background-color:#f97316;transform:scale(1.05);border-color:#fff}.plan-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.12),transparent);transition:left .6s ease}.plan-card:hover:before{left:100%}.plan-card:hover{transform:translateY(-12px) scale(1.03);background-color:#f97316;box-shadow:0 20px 50px #f9731680;border-color:#f97316}.plan-card:nth-child(2):hover{transform:translateY(-12px) scale(1.08)}.plan-card>span:first-of-type{color:#f97316;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:color .3s ease}.plan-card:hover>span:first-of-type,.plan-card:nth-child(2)>span:first-of-type{color:#fff}.plan-card>span:nth-of-type(2){color:#fff;font-size:40px;font-weight:800;transition:transform .3s ease}.plan-card:hover>span:nth-of-type(2){transform:scale(1.1)}.features{display:flex;flex-direction:column;gap:12px}.feature{display:flex;align-items:center;gap:12px;transition:transform .3s ease}.feature:before{content:"✔";color:#f97316;font-size:14px;font-weight:700;transition:color .3s ease;flex-shrink:0}.plan-card:hover .feature:before,.plan-card:nth-child(2) .feature:before{color:#fff}.plan-card:hover .feature{transform:translate(5px)}.feature:nth-child(1){transition-delay:.05s}.feature:nth-child(2){transition-delay:.1s}.feature:nth-child(3){transition-delay:.15s}.feature:nth-child(4){transition-delay:.2s}.feature:nth-child(5){transition-delay:.25s}.feature:nth-child(6){transition-delay:.3s}.feature span{color:#aaa;font-size:14px;line-height:1.5;transition:color .3s ease}.plan-card:hover .feature span,.plan-card:nth-child(2) .feature span{color:#fff}.plan-card>div:last-child{display:flex;flex-direction:column;gap:12px;margin-top:auto}.plan-card>div:last-child>span{color:#aaa;font-size:13px;cursor:pointer;text-decoration:underline;transition:color .3s ease}.plan-card:hover>div:last-child>span,.plan-card:nth-child(2)>div:last-child>span{color:#fff}.btn{background-color:#fff;color:#1a1a2e;padding:12px 30px;border-radius:5px;font-size:15px;font-weight:700;cursor:pointer;border:none;width:100%;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn:hover:after{left:100%}.btn:hover{background-color:#f97316;color:#fff;transform:scale(1.05);box-shadow:0 8px 25px #f9731680}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Testimonial{display:flex;gap:60px;padding:60px 40px;background-color:#1a1a2e;align-items:center;min-height:100vh}.left-t{display:flex;flex-direction:column;gap:20px;flex:1;animation:fadeLeft 1s ease forwards}.left-t>span:first-child{color:#f97316;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:3px}.left-t .stroke-text{color:transparent;-webkit-text-stroke:2px #ffffff;font-size:50px;font-weight:800;text-transform:uppercase}.left-t>span:nth-child(3){color:#fff;font-size:50px;font-weight:800;text-transform:uppercase}.left-t>span:nth-child(4){color:#aaa;font-size:16px;line-height:1.8;max-width:480px;font-style:italic;padding-left:20px;border-left:3px solid #f97316;animation:fadeUp .6s ease forwards;transition:color .3s ease}.left-t>span:nth-child(4):hover{color:#fff}.left-t>span:nth-child(5){color:#f97316;font-size:15px;font-weight:600;display:flex;gap:8px;align-items:center;animation:fadeUp .8s ease forwards}.left-t>span:nth-child(5) span{color:#fff;font-weight:700;transition:color .3s ease}.left-t>span:nth-child(5) span:hover{color:#f97316}.right-t{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;height:450px;animation:fadeRight 1s ease forwards}.right-t>div:nth-child(1){position:absolute;width:250px;height:320px;background-color:#f97316;border-radius:15px;top:30px;right:80px;z-index:1;transition:transform .4s ease}.right-t>div:nth-child(2){position:absolute;width:250px;height:320px;border:3px solid #f97316;border-radius:15px;top:55px;right:55px;z-index:2;transition:transform .4s ease}.right-t:hover>div:nth-child(1){transform:translate(-8px,-8px)}.right-t:hover>div:nth-child(2){transform:translate(8px,8px)}.right-t>img{position:absolute;width:250px;height:320px;object-fit:cover;border-radius:15px;top:15px;right:65px;z-index:3;transition:transform .4s ease,box-shadow .4s ease;animation:fadeUp 1s ease .3s forwards;opacity:0}.right-t:hover>img{transform:scale(1.04) translateY(-8px);box-shadow:0 20px 50px #f9731680}.arrows{display:flex;gap:20px;position:absolute;bottom:20px;left:0;z-index:10}.arrows img{width:40px;height:40px;object-fit:contain;cursor:pointer;border-radius:50%;padding:8px;background-color:#2a2a3e;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.arrows img:hover{background-color:#f97316;box-shadow:0 5px 20px #f9731680}.arrows img:first-child:hover{transform:scale(1.2) translate(-4px)}.arrows img:last-child:hover{transform:scale(1.2) translate(4px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.join{display:flex;gap:60px;padding:60px 40px;background-color:#1a1a2e;align-items:center;justify-content:space-between}.left-j{display:flex;flex-direction:column;gap:15px;flex:1;animation:fadeLeft 1s ease forwards}.left-j hr{border:none;height:3px;background-color:#f97316;width:0;animation:expandLine 1s ease .3s forwards;border-radius:5px}.left-j>div{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.left-j span{color:#fff;font-size:55px;font-weight:800;text-transform:uppercase;line-height:1.1;transition:color .3s ease;cursor:default}.left-j span:hover{color:#f97316}.stroke-text{color:transparent;-webkit-text-stroke:2px #ffffff;transition:-webkit-text-stroke .3s ease}.stroke-text:hover{-webkit-text-stroke:2px #f97316}.right-j{display:flex;align-items:center;justify-content:center;flex:1;animation:fadeRight 1s ease forwards}.email-container{display:flex;gap:0;background-color:#2a2a3e;padding:10px;border-radius:50px;width:100%;max-width:480px;border:2px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.email-container:focus-within{border-color:#f97316;box-shadow:0 0 25px #f973164d}.email-container input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:15px;padding:10px 20px;caret-color:#f97316}.email-container input::placeholder{color:#aaa;font-size:14px;transition:color .3s ease}.email-container input:focus::placeholder{color:#f97316}.btn-j{background-color:#f97316;color:#fff;padding:12px 30px;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;border:none;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;white-space:nowrap}.btn-j:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}.btn-j:hover:after{left:100%}.btn-j:hover{background-color:#ea6500;transform:scale(1.05);box-shadow:0 8px 25px #f9731680}.btn-j:active{transform:scale(.97)}@keyframes fadeLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.Footer_container{display:flex;flex-direction:column;gap:40px;padding:60px 40px 30px;background-color:#1a1a2e}.Footer_container hr{border:none;height:2px;background:linear-gradient(to right,transparent,#f97316,transparent);width:100%;animation:expandLine 1s ease forwards}.footer{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;animation:fadeUp 1s ease forwards}.footer-brand{display:flex;flex-direction:column;gap:20px;flex:1;min-width:220px;animation:fadeLeft 1s ease forwards}.footer-logo{width:120px;object-fit:contain;cursor:pointer;transition:transform .4s ease,filter .4s ease}.footer-logo:hover{transform:scale(1.1);filter:drop-shadow(0 0 12px rgba(249,115,22,.7))}.footer-brand p{color:#aaa;font-size:14px;line-height:1.8;max-width:260px;transition:color .3s ease}.footer-brand p:hover{color:#fff}.footer-links{display:flex;flex-direction:column;gap:20px;flex:1;min-width:150px;animation:fadeUp 1s ease .2s forwards;opacity:0}.footer-links h3{color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:2px;position:relative;padding-bottom:10px}.footer-links h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:#f97316;border-radius:5px;transition:width .3s ease}.footer-links:hover h3:after{width:100%}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0;margin:0}.footer-links ul li{color:#aaa;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:color .3s ease,transform .3s ease}.footer-links ul li:before{content:"›";color:#f97316;font-size:18px;font-weight:700;transition:transform .3s ease}.footer-links ul li:hover{color:#f97316;transform:translate(8px)}.footer-contact{display:flex;flex-direction:column;gap:15px;flex:1;min-width:200px;animation:fadeRight 1s ease forwards}.footer-contact h3{color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:2px;position:relative;padding-bottom:10px}.footer-contact h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:#f97316;border-radius:5px;transition:width .3s ease}.footer-contact:hover h3:after{width:100%}.footer-contact>p{color:#aaa;font-size:14px;cursor:pointer;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;gap:8px}.footer-contact>p:hover{color:#f97316;transform:translate(5px)}.social_links{display:flex;gap:15px;align-items:center;margin-top:10px}.social_links img{width:40px;height:40px;object-fit:cover;border-radius:50%;cursor:pointer;filter:grayscale(100%);opacity:.7;transition:filter .4s ease,opacity .4s ease,transform .4s ease,box-shadow .4s ease}.social_links img:nth-child(1):hover{filter:grayscale(0%);opacity:1;transform:translateY(-6px) scale(1.15);box-shadow:0 8px 25px #24292ee6}.social_links img:nth-child(2):hover{filter:grayscale(0%);opacity:1;transform:translateY(-6px) scale(1.15);box-shadow:0 8px 25px #e1306cb3}.social_links img:nth-child(3):hover{filter:grayscale(0%);opacity:1;transform:translateY(-6px) scale(1.15);box-shadow:0 8px 25px #0a66c2b3}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;animation:fadeUp 1s ease .5s forwards;opacity:0}.footer-bottom p{color:#aaa;font-size:13px;letter-spacing:1px;transition:color .3s ease}.footer-bottom p:hover{color:#fff}.footer-bottom span{color:#f97316;font-weight:700}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes expandLine{0%{width:0}to{width:100%}}@media(max-width:768px){.Footer_container{padding:40px 20px 20px}.footer{flex-direction:column;align-items:center;text-align:center}.footer-brand p{max-width:100%}.footer-links ul li,.footer-contact>p{justify-content:center}.footer-links h3:after,.footer-contact h3:after{left:50%;transform:translate(-50%)}.social_links{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.Footer_container{padding:30px 15px 15px;gap:25px}.footer-logo{width:100px}.social_links img{width:35px;height:35px}.footer-bottom p{font-size:11px}}
