/* ---------------------------footer--------------------------- */

footer {
    padding: 20px;
    background: rgba(0, 0, 0, 0.85) url(../image/bg/bg1.webp);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer-col {
    border: 1px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
}

.footer-col .col-heading {
    background-color: #FFB700;
    border: 2px solid darkred;
    font-size: x-large;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

footer .footer-col ul {
    padding: 0;
}

footer .footer-col ul li {
    list-style: none;
}

footer .footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: large;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer .footer-col ul li .icon {
    color: #f19d00;
    margin-right: 5px;
}



.footer-bottom {
    background-color: green;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px 3px 5px;
    color: rgb(255, 217, 0);
}

footer h4 {
    color: #f7d355;
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
    transition: all 0.5s;
}

footer ul li .icon {
    color: #f7d355;
    margin-right: 5px;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
}

footer ul li:hover a {
    padding-left: 5px;
    color: #fff;
}

footer .s-icon1 {
    font-size: xx-large;
    transition: all 0.2s;
    color: #fff;
}

footer .s-icon2 {
    font-size: xx-large;
    transition: all 0.2s;
    color: #fff;
}

footer .s-icon1:hover {
    color: #1877F2;
}

footer .s-icon2:hover  {
   color: #25D366;
}