#map { height: 250px; }

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #f78f08;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #f78f08;
}

.tur-container{
  height: 65vh;
  borde-radius: 20px;
}

.tur-icerik-baslik {
  display: inline-block;
  border-bottom: 0.25rem solid var(--brand);
}


.sehir-container {
  display: flex;
  flex-wrap: wrap;
}

.sehir-item {
  position: relative;
}

.sehir-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--spacing-3);
}

.sehir-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 7px;
  font-size: 0.7em;
  border-radius: var(--spacing-3);
  transition: all 0.4s ease;
}
.sehir-item:hover .sehir-overlay {
  font-size: 1em;
} 

@media (max-width: 1399px) {
  .sehir-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 7px;
    font-size: 0.5em;
    border-radius: var(--spacing-3);
    transition: all 0.4s ease;
  }
  .sehir-item:hover .sehir-overlay {
    font-size: 0.9em;
  }
}


@media (min-width: 1400px) {
  .sehir-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 1.2em;
    border-radius: var(--spacing-3);
    transition: all 0.4s ease;
  }
  .sehir-item:hover .sehir-overlay {
    font-size: 1.5em;
  }
}


.rlr-icon-text__text-wrapper a{
  text-decoration: underline !important;
  text-decoration-color: var(--brand) !important;
  color: var(--bs-body-color) !important;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}

.rlr-icon-text__text-wrapper a:hover{
  text-decoration: none !important;
  color: var(--brand) !important;
}