.bayi-haritasi {
    position: relative;
    --haritaw: 1200px;
    width: var(--haritaw);
    height: calc(var(--haritaw) / 1.913);
}


/*turkiye-haritasi*/
.svg-turkiye-haritasi {
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: fixed;
    z-index: 2;
}

.il-isimleri div {
    background: #d6302f;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #16bdf0;
}

#svg-turkiye-haritasi path:hover {
    fill: #0572b8;
}


/*RESPONSIVE*/
@media (max-width: 1200px) {
    .bayi-haritasi {
        --haritaw: 100vw;
    }
}


/* BAYI LISTESI */
.bayi-listesi {
    width: 100%;
}


.heading-bottom-border {
    border-bottom: solid #dbdbdb;
    padding-bottom: 1rem
}

h2.heading-bottom-border,
h3.heading-bottom-border {
    border-bottom-width: 2px;
    font-size: 30px;
    font-weight: 700;
    color: #d6302f;
}

.heading-bottom-border.double {
    border-bottom: double #dbdbdb
}


.info-box {
    display: flex;
    width: 100%;
    color: #fff;
    background-color: #24b6ea;
    height: 100%;
    justify-content: start;
}

.info-box-wrapper h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 3px;
    background-color: #0572b8;
    color: #fff;
    padding: 8px;
}

.info-box-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}