#footer-section{background:#000;padding:80px 0 40px;position:relative;overflow:hidden}#footer-section .footer-container{justify-content:space-around;width:100%;max-width:1200px;margin:0 auto;padding:0 5%;display:flex}#footer-section .footer-left{flex-direction:column;gap:40px;width:60%;display:flex}#footer-section .footer-right{width:35%}#footer-section .logo-section{margin-bottom:10px}#footer-section .logo-section .footer-logo{max-width:100%;height:auto}#footer-section .navigation-section{gap:100px;display:flex}#footer-section .nav-column{flex-direction:column;gap:20px;display:flex}#footer-section .footer-link{color:#fff;font-family:var(--font-asgard-trial,sans-serif);font-size:16px;text-decoration:none;transition:opacity .3s}#footer-section .footer-link:hover{opacity:.8}#footer-section .newsletter-section{flex-direction:column;gap:20px;display:flex}#footer-section .newsletter-title{color:#fff;font-family:var(--font-asgard-trial,sans-serif);margin:0;padding-bottom:5px;font-size:28px;font-weight:500}#footer-section .newsletter-form{flex-direction:column;gap:20px;width:100%;display:flex}#footer-section .newsletter-input{color:#fff;width:100%;font-family:var(--font-asgard-trial,sans-serif);background:0 0;border:none;border-bottom:1px solid #fff;padding:12px 0;font-size:16px}#footer-section .newsletter-input::placeholder{color:#ffffffb3}#footer-section .newsletter-input:focus{border-bottom:2px solid #fff;outline:none}#footer-section .subscribe-btn{color:#fff;font-family:var(--font-asgard-trial,sans-serif);letter-spacing:2px;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:10px;padding:10px 0;font-size:14px;font-weight:400;transition:all .3s;display:flex}#footer-section .subscribe-btn .btn-line{background:#fff;width:100px;height:1px;transition:width .5s}#footer-section .subscribe-btn:hover .btn-line{width:0}#footer-section .copyright-section{border-top:1px solid #fff3;width:100%;max-width:1200px;margin:60px auto 0;padding:20px 5%}#footer-section .copyright-section p{color:#ffffffb3;font-family:var(--font-asgard-trial,sans-serif);text-align:center;margin:0;font-size:14px}#footer-section .back-to-top{z-index:2;cursor:pointer;flex-direction:row-reverse;align-items:center;gap:70px;display:flex;position:absolute;bottom:160px;right:-50px;rotate:-90deg}#footer-section .back-to-top .back-line{transform-origin:50%;background:#fff;width:2px;height:110px;transition:transform .3s,opacity .3s;position:relative;left:auto;rotate:-90deg}#footer-section .back-to-top .back-text{color:#fff;font-family:var(--font-asgard-trial);letter-spacing:2px;transition:transform .3s}#footer-section .back-to-top:hover .back-line{opacity:0;transform:scaleX(0)}#footer-section .back-to-top:hover .back-text{transform:translate(-100px)}#footer-section.tablet{padding:60px 0 30px}#footer-section.tablet .footer-container{flex-direction:column;gap:60px}#footer-section.tablet .footer-left,#footer-section.tablet .footer-right{width:100%}#footer-section.tablet .navigation-section{gap:40px}#footer-section.tablet .newsletter-title{font-size:24px}#footer-section.tablet .back-to-top{right:20px}#footer-section.tablet .back-to-top .back-line{height:80px}#footer-section.mobile{padding:50px 0 30px}#footer-section.mobile .footer-container{flex-direction:column;gap:50px}#footer-section.mobile .footer-left,#footer-section.mobile .footer-right{width:100%}#footer-section.mobile .navigation-section{flex-direction:column;gap:30px}#footer-section.mobile .nav-column{gap:15px}#footer-section.mobile .footer-link{font-size:15px}#footer-section.mobile .newsletter-title{font-size:22px}#footer-section.mobile .copyright-section{margin-top:40px}#footer-section.mobile .back-to-top{right:10px}#footer-section.mobile .back-to-top .back-text{font-size:12px}#footer-section.mobile .back-to-top .back-line{height:60px}#footer-section.gradient-section{background:linear-gradient(90deg,#5cc1ee 0%,#4948e0 50%,#c996d2 100%)}
