.kimiz {
    margin-top: 40px;
}

.custom-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FDB827;
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Set text color to black */
    border: none;
    /* Remove border */
    cursor: pointer;
}

.bosluk-gallery {
    row-gap: 1rem;
}

.grey-container {
    margin-top: 80px;
    position: relative;
    background: #F4F8FB;
    flex-shrink: 0;
}

.text-img {
    align-items: center;
}

.grey-container h1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: var(--Neutrals-700, #344054);
    font-kerning: none;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss01' on, 'cv02' on;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.grey-container p {
    padding-bottom: 2rem;
    text-align: center;
    color: var(--Neutrals-500, #707B93);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-fluid-1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FDB827;
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Set text color to black */
    border: none;
    /* Remove border */
    cursor: pointer;
}

.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#resim {
    width: 200px;
    /* varsayılan genişlik */
    transition: transform 0.3s ease;
}

#resim.büyük {
    width: 400px;
    /* büyük boyut */
    z-index: 9999;
    /* diğer öğelerin üzerinde olması için */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kimiz-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #414141;
    margin-bottom: 20px;
}
.fancy-item-hover {
    transition: .4s;
}

@media only screen and (max-width: 991px) {
    .kimiz-title {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .kimiz-img {
        height: 400px !important;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1290px) {
    .text-img {
        align-items: unset;
    }
    .text-img img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 540px) {
    .kimiz-img {
        height: 100% !important;
        object-fit: cover;
    }
}