.footer-area {
    padding-top: 175px;
    padding-bottom: 60px;
    position: relative;
    background-image: url("../img/footer.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.footerMask {
    position: absolute;
    opacity: 0;
    bottom: 0;

}
footer{
    padding-top: 50px;
    /* background-image: url("../img/footer-bg-1.png"); */
    background-position: top right;

}

.single-footer a {
    font-size: 16px;
    line-height: 1.56;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 16px;
    line-height: 1.56;
    color: #fff;
    max-width: 295px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-icon a {
    display: inline-block;
    margin-left: 10px;
}

.footer-icon a i {
    color: #fff;
    font-size: 50px;
}

.copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.copyright-text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    color: #fff;
}

.copyright-text div a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;

}

@media (max-width: 767px) {

    .footer-text p {
        max-width: 100%;
    }

    .footer-icon {
        justify-content: flex-start;
    }

    .footer-icon a {
        margin-left: 0;
        margin-right: 10px;
    }

    .footer-icon {
        margin-top: 15px;
    }
}



@media (max-width: 575px) {
    .copyright-text{
        margin-top: 30px;
    }
    .footer-area {
        padding-top: 135px;
        padding-bottom: 30px;
    }
    .copyright-text div a:first-child{
        margin-left: 0;
    }
    .copyright-text{
        flex-direction: column;
        align-items: flex-start;
    }

}
