.footer {
    background-color: #c7e1e9;
    background-color: #a7efff;
    background-color: #c9e7ff;
    background-color: #0b0b0b;
    height: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-evenly;
}
.footericon {
    position: fixed;
    bottom: 88px;
    right: 25px;
    z-index: 10;
}

.footer .left {
    display: flex;
    font-size: 15px;
    width: 60%;
    justify-content: space-around;
}

.footer .left p {
    font-family: monospace;
    color: rgb(58 57 57 / 77%);
    color: rgb(255 255 255 / 91%);
    font-weight: 700;
}

.footer .right {
    width: 15%;
    font-size: 15px;
    display: flex;
}

.footer .right ul {
    width: 50%;
}

.footer .right ul li {
    padding-bottom: 5px;
    font-family: monospace;
}

.footer .right ul li a {
    color: rgb(58 57 57 / 65%);
    color: rgb(255 255 255 / 91%);
    text-decoration: none;
    font-family: monospace;
    font-weight: 600;
}

@media (max-width:1404px) {
    .footer .left {
        width: 70%;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .footer .left {
        width: 75%;
    }

    .footer .left p {
        font-weight: 700;
        font-size: 13px;
    }
}

@media(max-width:992px) {
    .footer .left {
        display: flex;
        font-size: 12px;
        width: 80%;
        justify-content: space-around;
    }
}

@media (max-width:800px) {
    .footer {
        justify-content: space-around;
    }

    .footer .left {
        width: 30% !important;
        display: flex;
        flex-direction: column;
    }

    .footer .left p {
        font-family: monospace;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .footer .right {
        width: 30%;
        font-size: 15px;
        display: flex;
    }
}

@media (max-width:576px) {
    .footer .left {
        width: 40% !important;
    }
}

@media (max-width:500px) {
    .aboutList .text{
        font-size: 14px;
    }
    .footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px;
    }

    .footer .left {
        width: 100% !important;
    }

    .footer .right {
        width: 80%;
    }
}
