footer{
    margin-top: 5rem;
}

.FooterBottomLink{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    width: 230px;
}

.FooterBottomLink2{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #DEDEDE;
    text-decoration: none;    
}

.FooterBottomText{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #FFFFFF;    
}

.FooterIletisim{
    display: flex; 
    align-items: center; 
    justify-content: right; 
    column-gap: 10px;
}

.sayfalar-footer{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.footer-baslik{
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}
.footer-detay{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: rgba(222, 222, 222, 1);
}
.footer-detay-2{
    font-family: Poppins;
    justify-content: end;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: right;
display: flex;
align-items: center;
color: rgba(222, 222, 222, 1);
}
.footer-title{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.footer-yan{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.footer-detay-2 span{
    margin-right: 18px;
}

.mobile-baslik{
    display: none;
}
.icon{
    font-size: 20px;
}
.footer-icon {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    justify-content: end;
}
.footer-row{
    margin-top: 68px !important;
    margin-bottom:20px !important;
}
@media only screen and (max-width:991px) {
    .footer-ust{
        margin-top: 4rem !important;
    }
    .footer-yan{
        padding-top: 2rem;
    }
    .footer-detay-2 {
        justify-content: left;
        text-align: left;
    }
   .baslik-2{
    display: none;
} 
.footer-logo{
    display: flex;
    justify-content: start;
}
.footer-icon {
    margin-top: 3rem;
    justify-content: start;
}
.mobile-baslik{
    row-gap: 1rem;
    display: flex;
}
.footer-yan{
        flex-wrap: wrap;
        row-gap: 3rem;
    }
}
@media only screen and (max-width:500px) {
    .footer-alt-argede{
        justify-content: end !important;
    row-gap: 1.5rem;
    }
}
@media only screen and (width <= 576px) {
    .col-sm-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}