.navbar-logo{
    margin-left: 5rem;
}

.banner{
    background-color: #F4F8FB;
    padding: 50px;
}
.hizmet-title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #344054;
    margin-bottom: 8px;
}
.hizmet-dec{
    text-decoration: none;
    color: #152037;
}
.banner-detay{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    color: #707B93;
}
.link{
    text-decoration: none;
    color: #707B93;
}

.alltext{
    margin-top: 3rem;
}

.donanimdetayimage{
    margin-top: 3rem;
    text-align: right;
}

.baslik{
    font-family: Poppins;
    font-size: 18px;
    color: #152037;
    font-weight: bold;
}
.baslik2{
    margin-top: 42px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    color: #AD0004;
}
.text{
    font-family: Poppins;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 1rem;
}

.metin3{
    margin-top: 42px;
}

@media only screen and (width <= 1920px) {
    
}

@media only screen and (width <= 1440px) {
    .detay-image{
        width: 100%;

    }
    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    } 
}

@media only screen and (width <= 1199px) {
    .detay-image{
        position: sticky;
        top: 15px;
    }
    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 9px;
    } 
    .navbar-iletisim-text{
        padding: 6px 12px;
    }
    .footerLink{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        text-align: center;
        justify-content: none;
    }
    .navbar-logo{
        margin-left: 0px;
    }
}

@media only screen and (width <= 991px) {
    .detay-image {
        text-align: center;
        width: 81%;
    }
    .donanimdetayimage{
        text-align: center;
    }
    .banner-detay {
        font-family: Poppins;
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        color: #707B93;
    }
}