.footer-dekitabi {
position: relative;
background: #1a2b49;
padding: 50px 30px 10px 30px;
font-size: 0.9em;
color: white;
}
.footer-dekitabi p {
margin: 0;
padding: 0;
}
.footer-dekitabi ul {
margin: 0;
padding: 0;
}
.footer-dekitabi ul {
list-style: none;
}
.footer-dekitabi .footer-wrapper .footer-lists {
display: grid;
max-width: 1000px;
overflow: hidden;
margin: 0 auto 20px;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 50px;
}
.footer-dekitabi .footer-wrapper .footer-lists a {
text-decoration: none;
color: white;
}
@media (hover: hover) and (pointer: fine) {
.footer-dekitabi .footer-wrapper .footer-lists a:hover {
color: #2186eb;
}
}
.footer-dekitabi .footer-normal-list li {
margin-bottom: 10px;
text-transform: capitalize;
}
.footer-dekitabi .footer-column .footer-title {
font-weight: 600;
font-size: 1.1em;
margin-bottom: 5px;
color: white;
}
.footer-dekitabi .payment-methods {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px;
margin-bottom: 5px;
background: white;
border-radius: 5px;
padding: 3px;
}
.footer-dekitabi .payment-methods .payment-method {
border-radius: 0px;
padding: 1px;
display: flex;
align-items: center;
justify-content: center;
}
.footer-dekitabi .app h4 {
color: #2186eb;
margin-bottom: 5px;
}
.footer-dekitabi .qr-code {
border-radius: 10px;
}
.footer-dekitabi .app-wrapper-desktop {
text-align: center;
}
.footer-dekitabi .app-wrapper-mobile {
display: flex;
flex-direction: column-reverse;
}
.footer-dekitabi .app-wrapper-mobile .logo {
margin-bottom: 15px;
}
.footer-dekitabi .footer-links {
max-width: 1000px;
overflow: hidden;
margin: 25px auto;
display: flex;
gap: 40px;
align-items: center;
flex-wrap: wrap;
}
.footer-dekitabi .footer-end {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}
.footer-dekitabi .footer-end span {
color: #fc0165;
font-weight: bold;
}
.footer-dekitabi .footer-social-media {
display: flex;
align-items: center;
justify-content: right;
gap: 9px;
margin-right: 60px;
}
.footer-dekitabi .footer-social-media .tiktok,
.footer-dekitabi .footer-social-media .twitter,
.footer-dekitabi .footer-social-media .threads {
filter: invert(100%) sepia(3%) saturate(3%) hue-rotate(333deg)
brightness(104%) contrast(100%);
}
.footer-dekitabi .footer-social-media a img {
transition: all 0.1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
.footer-dekitabi .footer-social-media a:hover img {
transform: scale(1.1);
}
}
.footer-dekitabi .dekitabi {
text-transform: none;
}
@media (hover: hover) and (pointer: fine) {
.footer-dekitabi a:hover {
color: #fc0165;
}
}
@media (max-width: 760px) {
.footer-dekitabi .logo {
margin-top: 20px;
}
.footer-dekitabi .app-wrapper-mobile {
flex-direction: column !important;
}
.footer-dekitabi .footer-lists {
margin-bottom: 5px !important;
}
}
.footer-dekitabi.pwa {
padding-bottom: 100px !important;
}
.footer-dekitabi.pwa .app-store-image {
display: none;
}
.footer-dekitabi.affiliates-footer .footer-options {
display: block !important;
}
.footer-dekitabi.affiliates-footer .footer-wrapper .footer-lists {
max-width: 550px;
grid-template-columns: 200px 150px 200px;
justify-content: left;
gap: 30px;
}
.footer-dekitabi.affiliates-footer .app-wrapper-desktop {
text-align: left;
}
.footer-dekitabi.affiliates-footer .footer-links {
justify-content: center;
}
@media (max-width: 1100px) {
.footer-dekitabi .footer-wrapper .footer-lists {
grid-template-columns: 0.8fr 1fr 1.2fr 1fr;
gap: 20px;
}
.footer-dekitabi .footer-wrapper .footer-lists .footer-options {
display: none;
}
}
@media (max-width: 760px) {
.footer-dekitabi {
padding: 30px 20px 20px 20px;
}
.footer-dekitabi .footer-wrapper .footer-lists {
grid-template-columns: 1fr 1fr !important;
}
.footer-dekitabi .footer-options {
display: block !important;
}
.footer-dekitabi .app-wrapper-desktop {
text-align: left !important;
}
.footer-dekitabi .footer-links {
justify-content: left !important;
}
.footer-dekitabi .footer-end {
grid-template-columns: 1fr !important;
}
.footer-dekitabi .footer-end .footer-social-media {
justify-content: left !important;
}
}
@media (max-width: 470px) {
.footer-dekitabi .footer-wrapper .footer-lists {
grid-template-columns: 1fr !important;
}
.footer-dekitabi {
padding-bottom: 70px;
}
}