.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

.footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    /* background: #080808; */
    background: #131313;
    padding: 0px 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.footer-top-content {
    width: 100%;
    max-width: 1120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    gap: 20px;
    padding: 24px 0;
}

.ftc-top,
.ftc-bottom {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.ftc-top .ftccc,
.ftc-bottom .ftccc {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 12px;
}

.ftc-top .ftccc:nth-child(1)>div,
.ftc-top .ftccc:nth-child(2)>div,
.ftc-top .ftccc:nth-child(3)>div {
    display: flex;
    flex-flow: row wrap;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
}

.ftc-top .ftccc:nth-child(3)>div {
    max-width: 75%;
}

.ftc-top .ftccc:nth-child(1)>div div {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    padding: 10px 8px;
}

.ftc-top .ftccc:nth-child(2)>div div {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    padding: 4px 5px;
}

.ftc-top .ftccc:nth-child(2)>div div img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 40px;
    object-fit: contain;
    /* filter: drop-shadow(0px 2px 2px #00000040); */
}

.ftc-top .ftccc:nth-child(1)>div div img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 22px;
    filter: drop-shadow(0px 2px 2px #00000040);
    object-fit: contain;
}

.ftc-top .ftccc:nth-child(3)>div img:nth-child(1) {
    width: 100%;
}

.ftc-top .ftccc:nth-child(3)>div img {
    width: 47%;
    filter: drop-shadow(0px 2px 2px #00000040);
}

.ftc-top div h3,
.ftc-bottom div h3 {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto';
    position: relative;
    text-shadow: 0px 2px 2px #00000030;
    text-transform: uppercase;
}


.ftc-top div img {
    width: auto;
    max-width: 100%;
}

.ftc-bottom {
    justify-content: space-evenly;
}

.ftc-bottom div {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    gap: 10px;
}

.ftc-bottom a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 19px;
}

.footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    background: #131313;
    padding: 0px 10px;
}

.footer-bottom-content {
    width: 100%;
    max-width: 1120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ftc-top {
        flex-flow: column nowrap;
        align-items: center;
        gap: 20px;
    }

    .ftc-top .ftccc {
        max-width: 280px;
    }

    .ftc-bottom .ftccc {
        max-width: 47% !important;
    }

    .ftc-bottom {
        justify-content: space-between !important;
    }

    .footer-top-content,
    .ftc-top {
        gap: 35px;
    }

    .ftc-top .ftccc:nth-child(3)>div {
        max-width: unset;
    }
}

#p-back-color1,
#p-back-color2,
#p-back-color3,
#p-back-color4,
#p-back-color5 {
    height: 3px;
    margin: 0;
    width: 80px;
    border-radius: 50px;
    background: green;
}