footer{
    
}

footer ul li{
    list-style: none;

}

footer ul li a{
    font-size: 15px;
    color: #777777;
    text-decoration: none;
    transition: .15s;
}

footer ul li:hover a{
    color: #363636;
}


footer ul li:first-child{
    font-size: 16px;
    color: black;
}

footer ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}


.anaFooter {
    padding: 3.3rem 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 6rem;
}

.footerSocials{
    position: absolute;
    right: 0;
    bottom: -4.2rem;
    display: flex;
    gap: 1.5rem;
    align-items: end;
}

.footerSocials i{
    font-size: 32px;
    color: rgb(139, 139, 139);
}

.footerSocials img {
    height: 56px;
    width: auto;
}

.botFooter{
    padding: 12px 0;
}


.bankFootericon {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: end;
    width: 100%;
    right: -29px;
    gap: 0px;
    position: absolute;
}



.footerBoticFlex{
    display: flex;
    align-items: center;
    position: relative;
}

.footerBoticFlex p{
    padding: 0;
    margin: 0;
}


.footerBoticFlexFirst {
    width: 450px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footerBoticFlexFirst i{
    font-size: 23px;
    color: rgb(139, 139, 139);
    transition: .2s;
}

.footerBoticFlexFirst i:hover{
    color: black;
    cursor: pointer;
}

.footerBoticFlexFirst p{
    color: var(--siyah);
    font-weight: 450;
}

.footerBoticFlexFirst img {
    height: 51px;
}

.jettakBtn.footerKayit{
    width: max-content;
    border-radius: 0;
    padding: 10px 25px;
    transition: .2s;
}

.jettakBtn.footerKayit:hover{
    background-color: #481908;
}


.footerKayitol {
    padding: 20px 0;
    /* border-top: 1px solid #d8d8d8; */
    display: flex
;
    background: #f0f1f5;
}

.footerJettakUyeOlText{
    margin: 0;
    padding: 0;
    font-weight: 450;
    color: black;
}


.footerMobilDown b{
    font-size: 1.875rem;
    font-weight: 500;
}


.footerMobilDown p{
    font-size: 1.375rem;
}


footer{
    background: white;
    padding-top: 4rem;
}