.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;
}


.img-body {
    position: absolute;
    width: 90%;
    left: 1rem;
    bottom: -15rem;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 107.80000305175781px 0px #15203714 !important;
    transition: .4s;
}
.img-card {
    transition: .4s;
    position: relative;
    overflow: hidden;
}
.img-card:hover .img-body{
    transition: .4s;
    bottom: 1rem;

}
.img-title{
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: center;
    color: #152037;
}

.hizmetler{
    row-gap: 1rem;
}

@media only screen and (width <= 1199px) {
    .img-title{
        font-size: 14px;
    }
    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    } 
}

@media only screen and (width <= 1099px) {
    .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;
    }
}