footer {
    padding: 62px 0 35px;
    overflow: hidden;
    position: relative;
    background: #e5e8eb;
    z-index: 1;
    flex-shrink: 0;
}
.logo_footer {
    width: auto;
    height: auto;
    max-width: 471.44px;
    max-height: 188.37px;
}
footer a {
    color: #212529 !important;
}
footer a:hover {
    color: var(--red_d) !important;
}
footer .head {
    font-weight: 700;
}
footer .brief {
    font-size: 17px;
    max-width: 600px;
}
.logo-footer img {
    width: auto;
    height: auto;
    max-width: 200px;
    margin-bottom: 20px;
}
.flex-gap-contect-foot {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    transition: var(--transition);
    gap: 16px;
    align-items: flex-start;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #d7d5d9;
    margin-top: 30px;
}

.flex_footer_card {
    display: flex;
    gap: 15px;
}

.content_footer .p {
    max-width: 586px;
    color: #acacac;
    text-align: center;
    font-size: 18px;
}
.flex_logo h6 {
    font-size: 20px;
    color: #f3fdff;

    font-family: "Bold_font", sans-serif !important;
}
.flex_logo p {
    font-size: 14px;
    color: #becccf;
    padding-top: 13px;
}
.flex_logo {
    display: flex;
    gap: 20px;
}
.contact-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a7a7a7 !important;
    font-size: 16px !important;
}

.copyright p {
    font-size: 14px !important;
    color: var(--p);
}

.ul-footer ul {
    color: #a7a7a7;
    font-size: 16px;
    display: flex;
    max-width: 700px;
}
.ul-footer ul li:hover {
    color: #c0151b !important;
}

.social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}
.social-media i {
    font-size: 20px;
    transition: var(--transition);
    color: #fff;
    border-radius: 5px;
    background: #a7a7a7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media i:hover {
    background: var(--red_d);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
