.whatsappbutonu {
    background-color: #2ea446;
    position: fixed;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 120px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.telefonbutonu{
    background-color: #2e3844;
    position: fixed;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 60px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.rezervasyonbutonu {
    background-color: #2563eb;
    position: fixed;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 180px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.instagrambutonu {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    position: fixed;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 240px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.konumbutonu {
    background-color: #ef4444;
    position: fixed;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 300px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}