
/* footer  */

.footer {
    padding: 80px 0 30px;
    background-color: #2a70ed;
}

.footer-column h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 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: 10px;
    line-height: 20px;
}

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

    &:hover {
        color: var(--bs-danger);
    }
}


.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: #000080;
}

.insta:hover {
    background-color: rgb(254, 59, 92);
}

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


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}