﻿body {
    font-family: "Oswald", serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #e86522;
    }

.nav-item a.active {
    color: #e86522;
}

.bilgi-fiyat {
    color: #e86522;
}

.whatsapp {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #25d366;
    border-radius: 1rem;
    color: #fff;
}

    .whatsapp h4 {
        font-size: 1.65rem;
        flex-basis: 100%;
    }

        .whatsapp h4 span {
            color: rgba(255, 255, 255, 0.50);
        }

    .whatsapp small {
        flex-basis: 100%;
    }

    .whatsapp:hover {
        color: #000;
    }

        .whatsapp:hover h4 span {
            color: rgba(0, 0, 0, 0.25);
        }