.sehirler {
  display: flex;
  flex-direction: row;
  font: normal normal 300 20px/50px Mono45 Headline Light;
  letter-spacing: 2px;
  color: #4b4b4b;
  /*margin-top: 305px;*/
  margin-bottom: 140px;
}

.sehirler > div {
  padding: 0 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sehirler > div:not(:first-child) {
  border-left: 1px solid #707070;
}

.konaklar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 142px;
}

.konaklar-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.konak-header {
  text-align: center;
  font: normal normal normal 20px/22px Didot;
  letter-spacing: 0px;
  color: #747373;
}

.konak-image {
    height: 393px;
    width: 355px;
    margin-top: 20px;
    margin-bottom: 20px;
    filter: brightness(.7)
}

.konak-location {
  text-align: center;
  font: normal normal normal 20px/22px Didot;
  letter-spacing: 0px;
  color: #747373;
}

.konaklar-split {
    width: 1513px;
    height: 0px;
    border: 2px solid rgba(165, 117, 72, 0.67);
    opacity: 1;
    margin-bottom: 70px;
}

.yellow-bg-atalik-evler {
    width: 100%;
    height: 100%;
    background: #f7f1df 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
  .yellow-bg-atalik-evler {
    height: auto;
  }

    .sehirler {
        width: 337.5px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 150px;
        margin-bottom: 50px;
        font: normal normal 300 17px Mono45 Headline;
        letter-spacing: 2px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

  .konaklar {
    width: 100%;
  }

  .konaklar-row {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .sehirler > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 13px;
    margin-bottom: 10px;
  }

  .village a {
    width: 100%;
    text-align:center;
  }

  .konaklar-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  #location-div-tumunugor {
    padding-left: 10px !important;
    text-decoration: none !important;
  }

  .sehirler img {
    display: none;
  }

/*  .konak {
    flex-shrink: 0;
  }*/
    .konak {
        width: 355px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

  .konaklar-split {
    width: 80%;
  }

    .konak-image {
        height: 300px;
        width: 250px;
        filter: brightness(.7)
    }

  .konaklar-row > .konak:first-child {
    margin-left: 20px;
  }

  .konaklar-split {
    width: 100%;
    height: 0px;
    border: 1px solid #707070;
    opacity: 1;
    margin-bottom: 20px;
  }

  .konaklar {
    margin-bottom: 20px;
  }

  .yellow-bg {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
    .konaklar-row {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap:20px;
    }

    .konak {
        scroll-snap-align: center;
        flex-shrink: 0;
        min-width: 100vw;
        width: 100vw;
    }

    .konaklar-row > .konak:first-child {
        margin-left: 0;
    }
}

