body {
    font-family: 'Arial', sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 20px;
  }
  
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  header img {
    width: 85px;
    
  }
  
  header h1 {
    font-size: 20px;
    color: #000;
    margin-left: 10px;
  }
  
/*conatiner olayları*/

  .container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  .main-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.gateway-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gateway {
    text-align: center;
    cursor: pointer;
    background-color: #f7f7f7; /* Varsayılan arka plan rengi */
    transition: color 0.3s ease; /* Sadece renk değişimi için geçiş efekti */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Div içeriğinin yüksekliği 100% olsun */
}

.gateway:hover {
    color: #ffcc00; /* Hover sırasında renk değişimi - Yandex tarzında sarı renk */
}

.gateway i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000; /* Varsayılan ikon rengi */
    transition: color 0.3s ease; /* Ikon için renk değişimi efekti */
}

.gateway:hover i {
    color: #ffcc00; /* Hover sırasında ikon rengi değişimi */
}

.gateway p {
    margin: 0;
    color: #000; /* Varsayılan metin rengi */
    transition: color 0.3s ease; /* Metin için renk değişimi efekti */
    font-size: 14px;
}
.gateway a {
    margin: 0;
    color: #000; /* Varsayılan metin rengi */
    transition: color 0.3s ease; /* Metin için renk değişimi efekti */
    text-decoration: none; 
}

.gateway:hover p {
    color: #ffcc00; /* Hover sırasında metin rengi değişimi */
    font-size: 14px;
}

  
.gateway:first-child p {
    font-weight: bold; /* Yalnızca ilk gateway'de kalın stil */
}

.gateway:first-child i {
    font-weight: bold; /* Yalnızca ilk gateway'de kalın stil */
    color: #FF0000;
}


  .filter-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  .filter {
    flex: 1;
  }
  
  .filter select {
    padding: 8px;
    font-size: 16px;
    width: calc(100% - 16px);
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
  }
  
  button {
    cursor: pointer;
    background-color: #ffcc00;
    color: #000;
    padding: 12px;
    border: none;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
  }
  
  button:hover {
    background-color: #e6b800;
  }
  
  #result {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .coffee-shop {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    display: flex; /* Flexbox ekledik */
    align-items: center; /* Dikey hizalama */
    width: 100%;
  }
  
  .coffee-shop img.logo {
    max-width: 80px; /* Logo genişliğini belirledik */
    height: auto; /* Otomatik yükseklik */
    border-radius: 4px; /* Kenar yuvarlatma */
    margin-right: 10px; /* Sağ boşluk ekledik */
  }

  .text-info {
    flex: 1;
    text-align: left;
  }
  
  .text-info h2.coffee-name {
    font-size: 18px;
    color: #61605b;
  }
  
  .text-info p {
    margin: 0;
  }
  
  .text-info p.website-info,
  .text-info p.instagram-info {
    margin-top: 5px; /* Aralarında bir boşluk bırakmak için */
  }



.coffee-shop a.instagram-link {
    font-size: 24px;
    color: #405DE6; /* Instagram rengi (örnek renk) */
}

.instaicon{
    font-size: 18px;
    color: #C13584; /* Instagram rengi (örnek renk) */
}
  
  .coffee-shop a {
    color: #0078d4; /* Bağlantı rengi */
    text-decoration: none; /* Alt çizgiyi kaldırdık */
  }
  .coffee-shop a.instagram-link {
    font-size: 24px; /* Instagram ikonu için yazı boyutunu ayarlayın */
    color: #405DE6; /* Instagram rengi (örnek renk) */
}



/* Font Awesome ikonları kullanacaksanız, bu linkten ilgili kitaplığı projenize ekleyin: https://fontawesome.com/ */

  
  footer {
    margin-top: 50px;
    text-align: center;
  }
  
  footer a {
    margin-right: 10px;
    color: #333;
    text-decoration: none;
  }
  
  .resultStyle {
    color: #acaba4;
    margin-top: 15px;
  }



  /*--footer reklamları için---*/
  .footercounter img{
    width: 75px;
  }



/* ----Hava durumu */

.weather-info {
    display: flex;
    align-items: center;
}

.weather-info p {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.weather-info .smallclass {
    font-size: 10px;
   
}
.weather-info img {
    width: 32px;
    margin-right: 10px;
}


/* ----/end -- Hava durumu */