.wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url("https://source.unsplash.com/random/1920x1080/?landscape");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container {
  border-radius: 40px;
  border: 0.8px solid transparent;
  box-shadow: 4px rgb(0, 0, 0, 0.8);
  font-family: "Sora", sans-serif;
  max-width: 600px;
  padding: 0;
  position: relative;
  top: 25%;
}
.search-bar {
  position: relative;
  text-align: center;
  top: 4px;
}
.bar {
  background: none;
  border: none;
  border-bottom: 2px solid #182aa5;
  color: whitesmoke;
  height: 35px;
  margin-bottom: 8px;
  width: 300px;
}
.bar:focus {
  border-radius: 4px;
  outline: 1px solid rgba(245, 245, 245, 0.511);
}
::placeholder {
  color: rgba(245, 245, 245, 0.7);
}
.searchButton {
  background-color: transparent;
  border: none;
  color: whitesmoke;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.9;
  position: relative;
  right: 32px;
  transition: 200ms all ease-in-out;
}
button:hover {
  color: rgb(187, 232, 255, 0.9);
}
.locationButton {
  background-color: transparent;
  border: none;
  color: whitesmoke;
  font-size: 22px;
  position: relative;
  left: 480px;
  bottom: 40px;
  transition: 200ms all ease-in-out;
}
.city-date {
  background: #06113c90;
  border-radius: 40px 40px 0 0;
  color: whitesmoke;
  max-width: 100%;
  height: 120px;
}
h1 {
  font-size: 32px;
  line-height: 34px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  bottom: 20px;
}
h2 {
  font-size: 24px;
  margin: 0;
  position: fixed;
  top: 275px;
}
h2 small {
  font-size: 15px;
}
.current-wx {
  color: #06113c;
  text-align: center;
}
.bg-color {
  background: linear-gradient(
    111.5deg,
    rgb(187, 232, 255, 0.9) 11.1%,
    rgb(4, 78, 116, 0.9) 107.5%
  );
  border-radius: 0 0 40px 40px;
  width: 100%;
}
.bg-color.loading {
  visibility: hidden;
}
h4 {
  background-color: rgba(245, 245, 245, 0.5);
  border-radius: 4px 20px;
  font-size: 20px;
  line-height: 26px;
  margin: 5px 100px 0px auto;
  max-width: fit-content;
  padding: 4px 20px;
  text-transform: capitalize;
}
p {
  margin: 0;
  text-align: justify-center;
}

p .weather-icon {
  bottom: 20px;
  font-size: 40px;
  position: relative;
}
p .wx-degree {
  font-size: 70px;
  line-height: 100px;
}
.degrees {
  bottom: 35px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #06113c;
}

.wx-factors {
  color: whitesmoke;
  position: relative;
  right: 0px;
  top: 10px;
  width: 195px;
}

.factors {
  padding: 10px 5px;
}
.percent {
  border: 1px solid transparent;
  font-weight: bold;
  text-align: left;
}
.fut-forecast {
  margin: 0 25px auto;
  max-width: 600px;
}
.wk-forecast {
  backdrop-filter: blur(10px);
  background-color: rgba(245, 245, 245, 0.3);
  border-radius: 15px;
  border: 1px solid transparent;
  box-shadow: 1px 0.8px 0.8px rgb(0, 0, 0, 0.7);
  color: whitesmoke;
  font-weight: 500;
  height: 100px;
  margin: 4px;
  max-width: 70px;
  padding: 0;
  text-align: center;
  transition: 50ms all ease-in;
}

.wx-icon {
  margin: 0;
  position: relative;
  width: 40px;
}
.wx-forecast {
  position: relative;
}
.tempLow {
  opacity: 0.7;
}
.img-source {
  bottom: 30px;
  color: whitesmoke;
  display: block;
  opacity: 0.4;
  position: fixed;
  right: 0;
  z-index: 1;
}
.img-source a {
  color: whitesmoke;
}
.author {
  backdrop-filter: blur(10px);
  background: rgb(128, 128, 128, 0.3);
  bottom: 0;
  color: #ddddddce;
  display: block;
  padding: 5px 0;
  position: fixed;
  text-align: center;
  width: 100%;
}
.github {
  color: #9b9b9b;
  transition: 200ms all ease-in-out;
}
.github:hover {
  color: #1d32c8;
  text-decoration: none;
}
