.footer-side {
    position: relative;
    background-image: url(/assets/frontend/images/home/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
    padding: 110px 0 40px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.footer-side .footer-up-text {
    font-family: "URW Gothic L", sans-serif;
    font-size: 70px;
    line-height: 74.2px;
    letter-spacing: -2px;
    color: var(--white);
    text-align: center;
}

.footer-side .cta-footer {
    display: flex;
    width: 160px;
    height: 160px;
    padding: 43px 36.811px 43px 38.281px;
    justify-content: center;
    align-items: center;

    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(30px);

    color: var(--white);
    text-align: center;

    transition: transform 0.2s ease;
    will-change: transform;
}

.footer-side::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: var(--background);
    border-radius: 0 0 50px 50px;
}

.footer-side footer {
    width: 100%;
}

.footer-side .footer-container {
    background-color: var(--background);
    border-radius: 30px;
    width: 100%;
    padding: 60px 0 25px;
}

.footer-side .footer-container .footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-side .footer-container .logo-column,
.footer-side .footer-container .contact-column {
    width: 100%;
}

.footer-side .footer-container .logo-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-side .footer-container .logo-column svg {
    width: 128px;
    height: auto;
}

.footer-side .footer-container .links-column {
    width: 70%;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 0px 40px;
    margin: 0 40px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all 0.6s ease;
}

.footer-side .footer-container .links-column .footer-nav,
.footer-side .footer-container .links-column .footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer-side .footer-container .links-column .footer-nav li a,
.footer-side .footer-container .links-column .footer-social li a {
    transition: all 0.3s ease;
}

.footer-side .footer-container .links-column .footer-social li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.footer-side .footer-container .logo-column .footer-description {
    color: #8a8a8a;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-side .footer-bottom,
.footer-side .footer-legal {
    text-align: center;
    justify-content: center;
}

.footer-side .footer-container .footer-legal {
    display: flex;
    flex-direction: row;
    font-style: normal;
    gap: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #8a8a8a;
    margin-bottom: 8px;
    margin-top: 54px;
    text-align: center;
    align-items: center;
}

.footer-side .footer-container .contact-column a {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 10px;

    transition: all 0.3s ease;
}

.footer-copy {
    font-weight: 400;
}

.footer-copy a {
    font-weight: 600;
}
