* {
  padding: 0;
}
body {
  /* background-color: rgba(47, 44, 44, 0.725); */
  background-image: url("pic/landscape.webp");
  background-size: cover;
  background-position: center;
}
h1 {
  margin-bottom: 0;
}
.sun,
.sun_cloud,
.mist,
.rain,
.cloudy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  display: none;
}
p {
  margin-top: 0.1rem;
}
.search {
  background: none;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.384);
  height: 2.7rem;
  width: 4rem;
  border-radius: 1rem;
}
.search_box {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.384);
  margin-top: 1rem;
  margin-left: 5rem;
  width: 48vw;
  height: 2.5rem;
  border-radius: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.day_forecast {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 1.55rem;
  /* background-color: blanchedalmond; */
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.384);
  border-radius: 1.5rem;
  height: 38rem;
  width: 25vw;
  padding: 1rem;
}
.day_cast {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid black;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.city {
  margin: 0;
  margin-left: 7rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.temp {
  margin-left: 8rem;
}
.today_forecast {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding: 1rem;
  margin-top: 1rem;
  margin-left: 5rem;
  /* background-color: blanchedalmond; */
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.384);
  border-radius: 1.5rem;
  height: 12rem;
  width: 48vw;
}
.air_condition {
  padding: 1rem;
  margin-top: 1rem;
  margin-left: 5rem;
  border-radius: 1.5rem;
  /* background-color: beige; */
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.384);
  height: 14rem;
  width: 48vw;
}
.container {
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
}
.at_time {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(30, 28, 28, 0.79);
  /* margin-right: 1rem; */
  padding-left: 0rem;
  padding: 0.5rem;
  padding-right: 1rem;
}
.time_today_forecast {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.upper_air,
.lower_air {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  border-bottom: 1px solid black;
}
