/* Footer */

footer {
    position: relative;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 7.5vh;
    max-height: 6.25rem;
    background-color: #141620;
    padding: 1.125rem 0;
    text-align: center;
    color: white;
    margin: auto 0 0;
}

footer a {
    color: inherit;
    text-decoration: none;
    font-size: calc(0.75rem + 0.5vw);
    margin-top: 0.625rem;
}

footer a i {
    font-size: calc(0.75rem + 0.5vw);
}

.icon-wrapper {
    width: 30vw;
}

.copyright {
    color: #fff;
    font-family: "Barlow", serif;
    font-size: calc(0.45rem + 0.5vw);
}

.icon1 {
    display: inline-block;
}

.icon2 {
    display: none;
}

.icon2yt::before {
    background-image: linear-gradient(#fff,#fff);
    -webkit-text-fill-color: red;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}
.icon2sc {
    color: #FF5500;
}
.icon2sp {
    color: #20D760;
}
.icon2ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.icon2tg {
    background-image: linear-gradient(#fff,#fff);
    -webkit-text-fill-color: #229ED9;
    background-repeat: no-repeat;
    background-size: 60% 70%;
    background-position: center;
}

@media (max-width: 991px) {
    footer {
        height: auto;
        max-height: none;
    }
    .icon-wrapper {
        width: 75vw;
    }
    .copyright {
        font-size: calc(0.75rem + 0.5vw);
    }
}