.footer{
    background: black;
    padding: 40px 0 20px;
    margin-top: 50px;
}
.footer_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_logo_wrap .ta_legal{
    font-family: Nunito;
    font-size: 16px;
    font-weight: 420;
    color: #b1b1b1!important;
    width: 340px;
    margin-bottom: 8px;
}
.footer_logo_wrap img{
    width: 190px;
    margin-bottom: 16px;
}
#futer li span{
    color: #b1b1b1;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 420;
} 
#futer li{
    margin: 6px 0;
} 
.footer_newsletter{
    background: #1d1918;
    border: 1px solid #03cece;
    padding: 30px 20px;
    border-radius: 8px;
    margin: 50px 0
}
.footer_newsletter h3{
    color: white;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 640
}
.footer_newsletter p{
    color: #e2dede;
    margin: 0;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 420
}
.new-footer-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px
}
.footer_menu ul{
    list-style: none!important;
    margin: 8px 0 20px;
    padding: 0;
}
.footer_menu ul li a{
    font-family: Nunito;
    font-size: 14px;
    font-weight: 420;
    color: #b1b1b1!important;
    transition-duration: 0.5s
}
.footer_menu ul li a:hover{
    color: #03cece!important;
}
.footer_reveal_text{
    width: 100%;
    text-transform: none !important;
    font-size: 45px;
    display: block;
    margin: 0 auto;
    font-family: 'Nunito';
    font-weight: 420;
}
.footer_title{
    color: #03cece;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 530
}
.footer_divider{
    border-top: 1px solid #03cece;
    width: 100%;
    margin: 50px 0 20px;
}
.footer_social_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.copyright{
    font-family: Nunito;
    font-size: 14px;
    font-weight: 420;
    color: #b1b1b1;
    margin: 0
}
.docs_svg{
    fill: white;
    transition-duration: 0.5s;
    margin-left: 6px;
}
.docs_p{
    font-family: Nunito;
    font-weight: 530;
    color: white;
    font-size: 14px;
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    margin-bottom: 0
}
.docs_p:hover{
    color: #03cece
}
.docs_p:hover .docs_svg{
    fill: #03cece;
}
.socials{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}
.social_svg{
    fill: white;
    transition-duration: 0.5s;
}
.social_svg:hover{
    fill: #03cece;
}
.footer_nav_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 120px;
}
.footer_menu li{
    margin: 6px 0;
}
@media only screen and (max-width:767px){
    .new-footer-menu{
        flex-direction: column
    }
    .footer_nav_flex {
        margin-left: 0;
        flex-direction: column;
        margin-top: 30px;
    }
    .footer_divider{
        margin: 10px 0 20px;
    }
    .letter{
        display: inline-block;
    }
    .copyright{
        font-size: 10px;
    }
    .social_svg{
        width: 20px;
    }
    .social_svg::nth-child(2){
        width: 22px;
    }
    .footer_reveal_text {
        font-size: 25px;
    }
}