.footer {
    min-height: 550px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 90px 0 15px;
}

.sco-media ul {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sco-media ul li a {
    color: var(--color-white);
    width: 45px;
    height: 45px;
    border: 1px solid var(--color-white);
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

    transition: all 0.3s linear;
}

.sco-media ul li a:hover {
    background-color: var(--color-white);
    color: var(--color-Primary1);
}

.sco-media ul li a i {
    transition: all 0.3s linear;
    line-height: 0;
}

.end-page {
    padding: 20px 0 0;
}

.footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 91, 109, 0.89);
    top: 0;
    right: 0;
    z-index: -1;
    left: 0;
}

.sub-footer p {
    color: var(--color-white);
    margin: 20px 0;
}

.imgs-footer {
    display: flex;
    align-items: center;
    gap: 25px;
}

.imgs-footer img {
    width: 28%;
    margin: 10px 0;
}

.puyment-footer ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.logo-footer {
    width: 200px;
}

.puyment-footer ul li {
    width: 70px;
    background-color: var(--color-white);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.element-footer ul li a {
    display: flex;
    align-items: baseline;
    gap: 12px;
    transition: all .2s linear;
}

.element-footer ul li a:hover {

    color: var(--color-Primary3) !important;

}

.puyment-footer ul li img {
    max-width: 80%;
    max-height: 80%;
}

.element-footer h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 45px;
    padding: 0 0 25px 0;
    color: var(--color-white);
}

.element-footer h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 20px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    background-size: contain;
}

.element-footer ul li {
    margin: 20px 0;
}

.element-footer ul li a {
    color: var(--color-white) !important;
}

.end-page {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    height: 60px;
    margin: 30px 0 0;
    border-top: 1px solid #ffffff5c;
    color: var(--color-white);

    align-items: center;
}

.end-page p {
    color: var(--color-white);
}

.end-page a {
    display: flex;
    gap: 10px;
    color: var(--color-white);
    align-items: center;
}

.end-page a i {
    color: #fff !important;
}















.end-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #ffffffbe;
}

.end-page a {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}

.end-page a i {
    color: red;
    position: relative;
    animation: pulse 0.8s infinite;

}





@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}


.element-footer ul li a {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all .2s linear;
}


.element-footer h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 14px;
    padding: 0 0 10px 0;
    color: var(--color-white);
}



.sub-footer p {
    color: var(--color-white);
    margin: 20px 0;
    width: 90%;
}

.sub-footer p {
    color: var(--color-white);
    margin: 20px 0;
    width: 90%;
    font-size: 15px;
}
