.footer {
    padding: 80px 0 30px 0;
    font-family: 'Nexa';
}
.footer .footerTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer .ftLogo {
    display: flex;
}
.footer .ftLogo svg {
    width:150px;
    height:50px;
}
.footer .ftLogo svg path.text_anim {
    fill:#333;
}
.footer .ftLogo svg path.text_fade {
    fill:#333;
}
.footer .copyRight {
    width: 100%;
    text-align: center;
    color: #232323;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
   /* 17.5px */
    letter-spacing: -0.525px;
}
.footerDesc{
    display: inline-block;
    margin-bottom: 40px;
}
.footerDesc h2 {
    font-size: 20px;
    font-weight: bold;
}
.footerDesc p {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    width: 100%;
}
.socialMedia {
    display: flex;
}
.socialMedia ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.socialMedia ul li {
    display: flex;
}
.footerMenu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 72px;
    gap: 50px;
}
.footerMenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footerMenu ul span {
    color: #232323;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
   /* 24px */
    letter-spacing: -0.72px;
}
.footerMenu ul li {
    width: 100%;
}
.footerMenu ul li a {
    color: rgba(35, 35, 35, 0.70);
    font-family: 'Nexa';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
   /* 27px */
    letter-spacing: 0.18px;
    transition: all 0.3s ease;
}
.footerMenu ul li a b {
    margin-right:5px;
}
.footerMenu ul li a:hover {
    color: #ff00b8;
}
