@charset "utf-8"; @import "../initial"; .layout-footer { z-index: 1; clear: both; background-image: linear-gradient(135deg, #7929fa 10%, #4c83ff 100%); color: #fff; position: relative; padding: 3em 0; padding-top: 6em; .footer-updated-date{ clear: both; padding-left: 1em; } ul{ padding: 0; } li{ list-style: none; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ } .container { @extend .response-container; } .footer-counter a { padding-right: 0.5em; } a { color: #fff; &:hover, &:focus { opacity: .8; } } } .footer-counter{ display: none; } .layout-footer-content{ color: #fff; .fab{ padding-right: 10px; } } @media(max-width:$screen-xs){ .footer-content{ flex-wrap: wrap; } .part{ width: 100%!important; } } .footericon{ margin-right: 1rem; font-size: 0.8125em; border: #e0e0e0 1px solid; padding: 0.5em 1em; display: inline-block; margin-bottom: 1em; } .fatfooter{ display: none; ul{ padding: 0; } li{ margin: 12px 0; } } .btn-fatfooter{ align-items: center; position: absolute; left: 50%; transform: translateX(-50%); width: 100px; height: 50px; background:#1a1b20; top: -59px; border-radius: 100px 100px 0 0; margin: auto; text-align: center; display: flex; justify-content: center; cursor: pointer; .btn{ color: #fff; opacity: .8; text-shadow: 0; } } .footer-nav-group{ display: flex; flex-wrap:wrap; } .footer-nav-item { -webkit-box-sizing: border-box; box-sizing: border-box; border-right: 25px solid transparent; @media(max-width:1024px)and(min-width:767px){ width: 25%; } @media(max-width:767px){ width: 100%; } width: 20%; } .footer-list li { padding: 4px 0; font-size: 1em; line-height: 24px; } .footer-nav-title:before { content: ""; display: block; background-color: #fff; width: 100%; height: 1px; margin-left: -2px; } .footer-nav-title { text-align: center; font-size: 24px; line-height: 36px; margin-bottom: 0.5em; } .icon.group { padding-bottom: 0.5em; } .footer-nav-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .social-icons { display: flex; align-items: center; width: 100%; justify-content: center; gap: 0.5em; i{ font-size: 2.5em; } } .copyright { text-align: center; } footer .e-newsletter input#e-newsletter { width: 130px; padding: 1px 0px 1px 12px; border: #fff 1px solid; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 8px 0 0; width: 60%; } .e-newsletter button { margin: 0px 0px 0px 2px; padding: 0px 10px; border: none; border: 0; color: white; background-color: #38AAE8; min-width: 50px; width: 20%; } footer .e-newsletter button, footer .e-newsletter input[type=text] { height: 2rem; font-size: 14px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; color: #333; } footer .icon { margin-bottom: 5px; height: 60px; }