.contact-gif{
    display: none;
    pointer-events: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% - 60px);
    left: -30px;
    cursor: pointer;
}
.gif-active.contact-gif{
    display: block;
}
footer{
    opacity: 0;
    display: flex;
    flex-direction: column;
    margin-top: 50vh;
    width: 100%;
    min-height: 100vh;
    transform: translate(0, 0%);
}

footer .contact {
    padding: calc((var(--global-space)) * 2) calc((var(--global-space)) * 1) 0 calc((var(--global-space)) * 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100vh;
}

footer .contact .contact-arrow {
    padding-bottom: calc((var(--global-space)) * 1);
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    margin-top: auto;
    background-image: linear-gradient(var(--tonic),var(--tonic))!important;
    background-color: transparent!important;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 10% 4px;
    transition: all .3s;
}
footer .contact .contact-arrow:hover {
    background-size: 100% 4px;
}
footer .contact .contact-arrow {
    cursor: url(../assets/giphy.gif) 100 100, pointer;
}
footer .contact .contact-arrow h2{
    font-size: clamp(1rem, 80px, 6vw);
    text-transform: uppercase;
    margin-top: 2rem;
    font-family: "Brier";
}
footer .contact .contact-content {
    display: flex;
    padding: calc((var(--global-space)) * 0.5) 0 0;
    /* margin-bottom: calc((var(--global-space)) * 0.5); */
    gap: calc((var(--global-space)) * 1);
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border-top: 1px solid #ffffff50;
    height: 100%;
    align-items: flex-end;
    width: 100%;
    /* margin-bottom: auto; */
}
footer .contact .footer-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    display: inline-flex;
    padding-top: calc((var(--global-space)) * 0.5);
    font-family: 'Brier';
}
footer .contact-content > div > p:first-of-type{
    color: var(--tonic);
}


.footer-on .circle-div {
    position: fixed;
    z-index: 999;
    right: calc((var(--global-space)) * 2.5);
    top: calc((var(--global-space)) * 3);
    height: 200px;
    width: 200px;
    transform: translate(0, 0%) scale(2);
    transform-origin: bottom right;
    pointer-events: none;
}
.logo-footer{
    margin-left: auto;
}



.sub-footer {
    font-size: 0.5rem;
    letter-spacing: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    padding-top: calc((var(--global-space)) * 0.5);
    margin-top: calc((var(--global-space)) * 0.5);
    padding-bottom: calc((var(--global-space)) * 0.5);
    border-top: 1px solid #ffffff50;
}
.sub-footer span{
    display: flex;
}
.sub-footer em{
    color: var(--tonic);
    margin: 0 1rem;
}