footer.footer9 {
    width: 100%;
    height: auto;
    background-color: #000000;
    color: #fff;
    position: relative;
}

footer.footer9::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../images/bg.png);
    opacity: 20%;
}

footer.footer9 .footer-sosyal {
    display: flex;
    align-items: center;
}

footer.footer9 .footer-sosyal li:first-child {
    margin-left: 0px;
}

footer.footer9 .footer-sosyal li {
    list-style: none;
    margin-left: 15px;
}

footer.footer9 .footer-sosyal li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.096);
    color: #fff;
}

footer.footer9 .footer-sosyal li a:hover {
    background: rgb(255, 255, 255);
    color: #283618;
}

footer.footer9 .footer-ust {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

footer.footer9 .footer-logo {
    width: 250px;
    height: auto;
}

footer.footer9 .footer-logo img {
    width: 100%;
    height: auto;
}

footer.footer9 .footer-text {
    width: calc(100% - 150px);
    height: auto;
    padding-left: 50px;
    font-size: 16px;
}

footer.footer9 .footer-orta {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    border-top: 1px solid #ffffff2b;
    border-bottom: 1px solid #ffffff2b;
    position: relative;

}

footer.footer9 .footer-liste {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

footer.footer9 .footer-liste li:first-child {
    margin-left: 0px;
}

footer.footer9 .footer-liste li {
    list-style: none;
    margin-left: 40px;
}

footer.footer9 .footer-liste li a {
    color: #ffffff;
}

footer.footer9 .footer-alt {
    width: 100%;
    height: auto;
    display: flex;
    padding: 40px 0px;
    position: relative;
}

footer.footer9 .footer-alt .footer-unvani {
    display: block;
}

footer.footer9 .footer-alt .hasem-logo {
    width: auto;
    display: block;
}

footer.footer9 .footer-alt .hasem-logo img {
    width: auto;
    height: 20px;
    display: block;
}