
/* footer  */

.footer {
    padding: 40px 0 0;
    background-color: #494949;
}

.footer-column h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 20px;
}

.footer-column p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-column ul li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer-column i {
    margin-right: 6px;
}

.footer-column ul li {
    margin-bottom: 15px;
    line-height: 20px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    &:hover {
        color: #8ed153;
    }
}


.social-media-icons2 {
    display: flex;
    gap: 15px;
}

.social-icon2 {
    height: 40px;
    width: 40px;
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: all 0.3s;

    &:hover {
        /* background-color: #9ec0fa; */
    }
}

.youtube:hover {
    background-color: red;
}

.fb:hover {
    background-color: #1170fe;
}

.insta:hover {
    background-image: linear-gradient(135deg, #000080 13%,  rgba(0, 0, 128, 0.6) 10%, #fe3b5c 49%); 
}

.social-icon2 a {
    display: flex;
    align-items: center;
}


.btmfooter {
    background-color: #252424;
    border-top: 2px solid #424343;
}

.footer_rights {
    padding: 20px 0;
}

.footer_rights p {
    color: #fff;
    font-size: 16px;
}

@media (max-width:992px) {
    .footer_rights p {
        font-size: 14px;
    }
}