/** Footer **/
footer {
    background: linear-gradient(180deg, #08224A, #0B2F66 34%, #5A75A4 81%);
    color: white;
    position: relative;
    padding-block: clamp(32px, 5vw, 64px);
    text-align: center;
    padding-bottom: 0;
}
#footer p {
    font-size: 15px;
    line-height: 30px;
}
.logo-footer {
    margin-bottom: 1rem;
    display: inline-block;
}
footer a {
    color: white;
    transition: 0.4s;
}
footer a:hover {
    color: var(--color1);
}
.footer-mobile-menu, .footer-contact {
    display: flex;
    flex-direction: column;
    margin-top: clamp(16px, 2vw, 24px);
    gap: clamp(16px, 2vw, 24px);
    font-size: 14px;
    padding-left: 12px;
}
.footer-menu-wrap {
    width: 100%;
}
.footer-contact li {
    display: flex;
    gap: 8px;
    line-height: 26px;
}
.footer-contact a {
    font-size: 14px;
    position: relative;
}
.footer-contact i {
    width: clamp(24px, 3vw, 30px);
    height: clamp(24px, 3vw, 32px);
    font-size: clamp(16px, 2vw, 18px);
    flex: 0 0 clamp(24px, 3vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    padding-bottom: 6px;
}
.socials {
    display: flex;
    gap: 12px;
    margin-top: 1.5rem;
    justify-content: center;
    padding-bottom: 40px;
}
.socials a {
    width: clamp(32px, 3vw, 40px);
    height: clamp(32px, 3vw, 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2vw, 16px);
    border-radius: 50%;
    background: var(--color4);
    color: white;
    transition: 0.4s;
}
.socials a:hover {
    background: var(--color1);
    color: white;
}
.wrap-ft-menu {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 12px 0;
    width: 100%;
    text-align: left;
}
.footer-title {
    position: relative;
    font-size: clamp(16px, 2vw, 18px);
    transition: 0.4s;
    font-variation-settings: "wght" 500;
}
.footer-title:before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
}
.footer-title.active i {
    transform: scaleY(-1) translateY(100%);
}
.footer-title i {
    display: inline-flex;
    color: var(--color1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    transition: 0.3s
}
.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: var(--color4);
    font-size: 13px;
    flex-direction: column;
    text-align: center;
    margin-inline: auto;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.copyright-footer strong {
    color: var(--color1);
    text-transform: capitalize;
    font-variation-settings: "wght" 600;
}
.websima img {
    width: 60px;
}
@media only screen and (min-width: 992px) {
    .copyright-footer {
        width: 100%;
        flex-direction: row;
        margin: 0;
    }
    .contact-item {
        flex-direction: column;
    }
    .wrap-ft-menu {
        border: none;
        margin-bottom: 0;
        padding: 0;
    }
    #footer_link:before {
        bottom: -19px;
        font-size: 24px;
    }
    .accordion-container {
        display: flex !important;
    }
    footer {
        text-align: left;
        padding-block: clamp(64px, 5vw, 72px);
    }
    #footer p {
        text-align: justify;
    }
    .socials {
        justify-content: flex-start;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .img_footer {
        /*background-image: url(../img/footer-bg.png);*/
        position: absolute;
        width: 350px;
        height: 100%;
        right: 0;
        left: auto;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: left;
        clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
        img {
            height: 100%;
        }
    }
}
@media only screen and (min-width: 1400px) {
    .wrap-ft-menu {
        padding: 0 1.5rem;
    }
}