

.footer-parallaxe {
    position: relative;
    width: 100vw;
    height: 91vh;
    background: transparent;
    z-index: -10;
}

footer {
    position: relative;
    display: block;
    align-items: center;
    height: 91vh;
    width: 100%;
    background-color: var(--orange);
    flex-direction: column;
    position: fixed;
    z-index: -9;
    bottom: 0;
}

.footer-text-wrapper {
    display: flex;
    flex-direction: column;
    height: 65vh;
    padding: 10vh 10vw 2vh 10vw;
    justify-content: space-between;
}

.footer-text {
    display: flex;
    flex-direction: column;
    font-family: "Glacial light";
}

.footer-ats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "Grand Cru light";
    width: 96vw;
    padding: 0 2vw;
    font-weight: 500;
}

.footer-ats>span {
    font-size: 4rem;
    color: #fdfdfd;
    padding: 0 3px;
    line-height: 1;
    font-weight: 900;
}


.footer-title {
    font-size: 1.3rem;
    padding-top: 2vh;
    padding-bottom: 1vh;
    color: #fdfdfd;
    font-family: var(--title-font);
    font-weight: 700;
}

.footer-text-element {
    font-size: 1rem;
    font-weight: 200;
    color: #fdfdfd;
    padding-bottom: 1vh;
    text-decoration: none;
}

.footer-link, .footer-link:visited {
    text-decoration: none;
    color: #fdfdfd;
    font-size: 1rem;
    font-weight: 200;
    padding-bottom: 5px;
    font-family: "Glacial light";
    cursor: pointer;
    width: fit-content;
}


.footer-links-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    color: #fdfdfd;
    font-size: 0.6rem;
    padding-bottom: 1vh 0;
}

.social-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
}

.social-link>i {
    color: #fdfdfd;
}



.social-link:hover>i {
    color: #ffb08e;
}

.footer-legal{
    padding: 0 4vw;
    justify-content: space-between;
}

.legal-link {
    text-decoration: none;
    color: #fdfdfd;
    font-size: 0.6rem;
    font-weight: 200;
    padding-bottom: 5px;
    font-family: "Glacial light";
    cursor: pointer;
    padding-left: 5vw;
}

@media (min-width: 768px) {
      .footer-title {
        font-size: 1.8rem;
    }

    .footer-text-element,
    .footer-link {
        font-size: 1.2rem;
    }

   

    .footer-text-wrapper {
        flex-direction: row;
    }
    
    .adress{
        padding-top: 3vh;
        text-align: right;
    }

    .footer-title {
        font-size: 1.8rem;
    }

    .footer-text-element {
        font-size: 1.4rem;
    }

    .footer-link {
        font-size: 1.4rem;
    }

    .social-link > i{
        font-size: 1.8rem;
    }

    .footer-ats > span {
        font-size: 7.5rem;
    }

    .legal-link, .copyright {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
 .footer-text-wrapper {
        height: 60vh;
        padding: 5vh 10vw 0 10vw;
    }

    .footer-text-element,
    .footer-link {
        font-size: 1.2rem;
    }

    .footer-ats {
        width: 90vw;
        padding: 0 5vw;
    }

    .footer-ats>span {
        font-size: 12rem;
        line-height: 0.9;
    }
}