| Server IP : 172.67.168.138 / Your IP : 216.73.216.227 [ Web Server : Apache System : Linux frog 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web13 ( 5017) PHP Version : 8.3.31 Disable Function : NONE Domains : 41 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client12/web13/web/ahelos/resources/frontend/sass/components/ |
Upload File : |
.footer {
background-color: $dirty-white;
border-top: 3px;
border-top-color: $pink;
border-top-style: solid;
box-shadow: 0 0 0 100vmax $dirty-white;
clip-path: inset(0 -100vmax);
height: 325px;
& .phone {
display: flex;
margin-bottom: 20px;
padding-left: 15px;
padding-top: 30px;
& img {
height: fit-content;
margin-right: 10px;
}
& span:nth-child(2) {
font-size: rem(23);
font-weight: bold;
}
}
& .contact {
padding-left: 15px;
& span {
font-size: rem(13);
font-weight: 600;
display: block;
margin-bottom: 10px;
& > i {
width: 20px;
}
}
& span:first-child {
font-size: rem(15);
font-weight: bold;
}
}
& .footer-navigations {
height: 295px;
padding-top: 30px;
& ul {
list-style: none;
padding-left: 0;
}
& .links, .categories, .footer-blogs, .socials {
height: 100%;
}
& .title {
border-bottom: 1px;
border-bottom-color: $pink;
border-bottom-style: solid;
font-size: rem(19);
font-weight: 700;
margin-bottom: 5px;
padding-bottom: 5px;
}
& a {
color: inherit;
font-size: rem(13);
font-weight: 400;
&:hover {
text-decoration: none;
color: $pink;
}
}
& .links {
display: flex;
flex-direction: column;
& li:nth-child(6) {
margin-bottom: 15px;
}
& li:nth-child(8) {
margin-bottom: 10px;
}
& li:last-child > a {
color: $pink;
font-size: rem(13);
font-weight: bold;
& > i {
margin-right: 5px;
}
}
}
& .categories {
display: flex;
flex-direction: column;
& > a {
margin-bottom: 5px;
}
}
& .footer-blogs {
& > .blog {
align-items: center;
display: flex;
margin-bottom: 10px;
img{
border-radius: 3px;
}
& > span {
display: flex;
font-size: rem(13);
flex-direction: column;
line-height: 1;
& > span:last-child {
color: $pink;
font-size: rem(10);
}
}
}
}
& .socials {
& a {
display: inline-block;
font-size: rem(14);
margin-top: 5px;
margin-bottom: 5px;
& > i {
width: 20px;
}
}
}
}
& .copyright {
align-items: center;
background-color: $white;
box-shadow: 0 0 0 100vmax $white;
clip-path: inset(0 -100vmax);
color: #787878;
display: flex;
height: 30px;
font-size: rem(12);
font-weight: 400;
justify-content: space-between;
& a {
color: inherit;
&:hover {
text-decoration: none;
}
}
& span:nth-child(2) {
color: $pink;
font-weight: bold;
margin-left: 10px;
}
}
}
@media(max-width: 768px) {
.footer {
height: auto;
& .contact, .phone {
padding-left: 0;
}
& .phone {
& div {
display: flex;
flex-direction: column;
}
}
& .footer-navigations {
height: auto;
& > div {
margin-bottom: 20px;
}
& .socials {
& a {
display: block;
}
}
}
& .copyright {
height: auto;
flex-wrap: wrap;
justify-content: center;
padding: 10px 0;
& > span:first-child {
margin-bottom: 5px;
}
}
}
}
@media (min-width: 769px) {
.footer {
height: auto;
.phone {
padding-left: 0;
& div {
& > span:last-child {
display: block;
}
}
}
.contact {
padding-left: 0;
}
& .footer-navigations {
height: auto;
}
}
}