.resimSlider, .carousel-item{
    height: 400px;
    object-fit: cover;
}
body{
    padding-top: 56px;
    font-family: 'Raleway', sans-serif;
}
#hizmetlerimiz{
    background-color: #f2f2f2;
}
.button{
    display: inline-block;
    width: 300px;
    height: 100px;
    padding: 15px 20px;
    margin: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.button img{
    width: 80px;
    height: 70px;
}
.button-whatsapp{
    display: inline-block;
    width: 300px;
    height: 100px;
    padding: 15px 20px;
    margin: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #1ebe5d;
    color: white;
    transition: 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.button-whatsapp img{
    width: 80px;
    height: 70px;
}
.button-whatsapp:hover{
    background-color: #1ebe5d;
}
.call{
    background-color: #007BFF;
}
.call:hover{
    background-color: #006ae6;
}
.info{
    margin-top: 30px;
    font-size: 16px;
}
.icon{
    margin-right: 8px;
}
.iletişim a img{
    background-color: #1ebe5d;
}
.ansyfResim{
    width: 19%;
    height: 150px;
    border-radius: 5px;
    opacity: 0.8;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    margin: 0 auto;
    margin-top: 75px;
    margin-left: 50px;
    transition: all 0.6s;
}
.ansyfResim:hover{
    opacity: 1;
    border: 5px solid white;
    cursor: pointer;
}
.link:hover{
    text-decoration: none;
}