footer {
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}


footer .footer-wrapper {}

.footer-marquee {
    white-space: nowrap;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.footer-marquee .marquee-track {
    display: flex;
    width: max-content;
}

.footer-marquee .marquee-text {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
    text-align: center;
    white-space: nowrap;
    font-family: "Berkshire Swash";
    font-size: 130px;
    font-weight: 400;
    line-height: 134px;
    position: relative;
    padding-right: 2rem;
    pointer-events: none;
    user-select: none;
}

footer .footer-wrapper .footer-middle {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 28px;
    position: relative;
    margin-top: 65px;
}

footer .footer-wrapper .footer-middle::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

footer .footer-wrapper .footer-middle .footer-logo-wrapper {
    position: relative;
    padding: 104px 0;
    padding-right: 7.5vw;
    margin-right: 9.9vw;
    padding-left: 30px;
    flex-shrink: 0;
}

footer .footer-wrapper .footer-middle .footer-logo-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

footer .footer-wrapper .footer-middle .footer-logo-wrapper .footer-logo {}

footer .footer-wrapper .footer-middle .footer-logo-wrapper .footer-logo a {
    display: block;
}

footer .footer-wrapper .footer-middle .footer-logo-wrapper .footer-logo a img {
    width: 189px;
    height: 136px;
    object-fit: contain;
}

footer .footer-wrapper .footer-middle .footer-contact {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4.16vw, 80px);
}

footer .footer-wrapper .footer-middle .footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 31px;
    font-weight: 400;
    line-height: normal;
    color: #A7A7A7;
}

footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon {
    color: #A7A7A7;

    /* Red Hat Display/31px/31px: Regular */
    font-size: clamp(24px, 1.62vw, 31px);
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon svg {}

footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon svg path {}

footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon span {}

footer .footer-wrapper .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    position: relative;
    margin-top: 1rem;
}

footer .footer-wrapper .footer-copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

footer .footer-wrapper .footer-copyright .copyright-text {
    color: var(--primary);
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}

footer .footer-wrapper .footer-copyright .footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer .footer-wrapper .footer-copyright .footer-social .social-item {
    width: 44px;
    height: 44px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-wrapper .footer-copyright .footer-social .social-item img {
    transition: .4s;
}

footer .footer-wrapper .footer-copyright .biltek-signature {}

footer .footer-wrapper .footer-copyright .biltek-signature a {}

footer .footer-wrapper .footer-copyright .biltek-signature a img {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    transition: .4s;
}

@media screen and (max-width: 1199px) {
    footer .footer-wrapper .footer-middle .footer-contact {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .footer-middle .footer-contact {
        justify-content: start;
    }

    footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-wrapper .footer-middle {
        flex-direction: column;
        margin-top: 0;
    }

    footer .footer-wrapper .footer-middle .footer-logo-wrapper::before {
        width: 100%;
        height: 1px;
        left: 0;
    }

    footer .footer-wrapper .footer-middle .footer-logo-wrapper {
        padding: 37px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        margin-bottom: 44px;
    }

    footer .footer-wrapper .footer-middle .footer-contact .contact-item .item-icon {
        font-size: 30px;
    }

    footer .footer-wrapper .footer-middle .footer-contact {
        justify-content: center;
    }

    footer .footer-wrapper .footer-copyright {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    footer .footer-wrapper .footer-copyright .footer-social {
        order: -1;
        flex: 1 0 100%;
        justify-content: center;
        margin-bottom: 46px;
    }

    footer .footer-wrapper .footer-copyright .copyright-text {
        font-size: 20px;
    }

    footer .footer-wrapper .footer-middle::before {
        display: none;
    }

    .footer-marquee .marquee-text {
        font-size: 70px;
    }
}

@media (hover: hover) {
    footer .footer-wrapper .footer-middle .footer-contact .contact-item a.item-icon:hover {
        color: var(--hover-color);
    }

    footer .footer-wrapper .footer-copyright .footer-social .social-item:hover {
        background: var(--white);
    }

    footer .footer-wrapper .footer-copyright .footer-social .social-item:hover img {
        filter: invert(1) brightness(0);
        -webkit-filter: invert(1) brightness(0);
    }

    footer .footer-wrapper .footer-copyright .biltek-signature a img:hover {
        filter: unset;
    }
}