footer {
    position: relativep;
}
footer .footer-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 300px;
    object-fit: cover;
}
footer .social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer p {
    color: #666666;
}
footer .social-icons a {
    background-color: var(--white-color);
    border-radius: 35px;
    width: 30px;
    height: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul {
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer .link-head {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #222222;
}
footer ul li a {
    color: #666666;
}
footer ul li a:hover {
    color: var(--blue-color);
}
footer .copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    overflow: hidden;
}
footer .copy-right p,
footer .copy-right a {
    color: #666666;
    font-weight: 400;
    font-family: "Jost", serif;
    font-size: 14px;
}
footer {
    padding-top: 90px;
}
