.footerContainer{
    padding-left: 200px;
    padding-right: 200px;
}
.footer-dark {
    margin-top: 50px;
    width: 102%;
    padding: 10px 0;
    color: #f0f9ff;
    background-color: var(--footer-color);
    z-index: 3;
    padding: 20px;
    position: relative;
}
.footer-dark.hide {
    display: none;
}
.footer-dark .copyright {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.copyright {
    display: flex;
    flex-direction: column;
}

.daxi-link {
    color: white;
    display: inline-block;
    transition: 0.3s;
}

.daxi-link:hover {
    transform: scale(1.1);
    color: white;
}

.footerrow {
    display: flex;
}
.footerrow > div {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-evenly;
}
.footerrow > div > ul {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    width: 33%;
    padding-left:0px;
}


.footerrow > div > ul > .centerable{
    display: inline-block;
    margin: 0 auto !important;
    text-align: left;
}

.footerrow > div > ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: mtavruli;
}
.footerrow > div > ul li a.footertitle {
    font-weight: bold;
    font-size: 18px;
    font-family: mtavruli;
}
.footer-dark .socials li a > svg {
    background: white;
    border-radius: 50%;
    padding: 1px;
    width: 25px;
    height: 25px;
    transition: transform 0.3s;
    margin-bottom: 10px;
}
.footer-dark .socials li a > svg path {
    fill: #9a469a;
}
.footer-dark .socials li a:hover > svg {
    transform: scale(1.3);
    background-color: #84499b;
}
.footer-dark .socials li a:hover > svg path {
    fill: white;
}

.socials_div {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    justify-content: left;
}

.socials a {
    text-decoration: none;
}

.one_info_footer {
    width: 265px;
    text-align: left;
    margin-bottom: 4px;
}

.one_info_footer:nth-child(3),
.one_info_footer:nth-child(4) {
    text-align: left;
    margin-bottom: 5px;
}

.one_info_footer span {
    color: White;
    vertical-align: middle;
}

.one_info_text {
    font-size: 12px;
    width: 20px;
}


.footerLi:hover {
    opacity: 0.9;

    transform: scale(1.04);
}

@media screen and (max-width: 900px) {
    .footer-dark {
        /* background: url(/upload/images/navbar/purple_footer_sm.svg); */
    }

    .footerrow > div {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        gap: 0;
    }
    .footerrow > div > ul {
        width: 50%;
    }

    .socials{
        width:100% !important;
        padding-left:0px !important;
    }

    .socials li{
        text-align: center;
    }

    .one_info_footer{
        margin-left:12% !important;
    }

    .socials_div{
        justify-content: center;
    }

}
@media screen and (max-width: 444px) {
    .footer-dark {
        /* background: url(/upload/images/navbar/purple_footer_sm.svg); */
        /* height: 523px !important; */
        padding: 10px !important;

    }
    .footerrow > div > ul {
        width: 100%;
    }

    .footerrow > div > ul > .centerable {
        display: block !important;
        text-align: center !important;
        margin: 10px auto !important;
    }
    
    .one_info_footer{
        text-align: center !important;
    }
    .footerContainer{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footerdiv{
        width: 100%;
        text-align: center;
    }
}
.footerbackgroundlogo {
    right: auto;
    left: 0;
}