:root {
    --navbar-height: 500px; 
}
.link_{
    text-decoration: none;
    color: black;
}
._link_{
    text-decoration: none;
}
.footer_iletisim{
    list-style-type: none;
}
.footer_iletisim li{
    margin: 10px;
    float: center;
}
.images{
    max-width: 100%;
    height: auto;
    padding-left: 100px;
}
.il_list{
    list-style-type: none;
}
.il_list_item{
    margin: 10px;
}
.radius{
    border-radius: 10px;
    height: 510px;
    padding-top: 10px;
}
@media (max-width: 768px) {
    /* Burada ekran genişliği 768 pikselden daha küçükse bu stil kuralları uygulanır */
    .images{
        display: none;
    }
    .images_{
        padding-right: 100px;
    }
  }
.radius-sss{
    border-radius: 20px;
}
.kenar{
    padding: 10px;
    border: 5px;
    border-style: groove;
    border-color: aliceblue;
    border-radius: 20px;
    margin-bottom: 5px;
}
.guven_image{
    align-items: center;
    border-radius: 50%;
    border: 2px solid black;
    padding: 3%;
    height: 250px;
    width: 250px;
    overflow: hidden;
    background-color: #f4f5f6;
}





