body {
  font-family: "Segoe UI", sans-serif;
  background: linear-gradient(to right, #74ebd5, #9face6);
  text-align: center;
  padding: 50px;
  direction: rtl;
  background: url("wallpaperflare.com_wallpaper\ \(2\).jpg") no-repeat center
    center fixed;
  background-size: cover;
}

.container {
  background-color: rgb(255, 252, 252);
  background: rgba(255, 255, 255, 0.1); /* لون شفاف */
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 15px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.8s ease;
}

.container:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px #333;
}

.search-box input {
  padding: 10px;
  width: 70%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-box button {
  padding: 10px;
  background-color: #0077ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.weather {
  margin-top: 20px;
}

.weather img {
  width: 100px;
}

.hidden {
  display: none;
}
