body {
  font-family: "Roboto", sans-serif;
  background-color: #1e202b;
}
a {
  text-decoration: none;
}
.darker-tone {
  background-color: #26293646;
}
.condition {
  color: #009ad8;
}
/*************** Navbar ***************/
.navbar {
  background-color: #1e202b;
}
.icon-container h1 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.6px;
}
.nav-link {
  margin-left: 15px;
  color: #fff;
  padding: 5px 25px !important;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.3s;
}
.nav-link.active {
  color: #009ad8 !important;
  border: 2px solid #009ad8;
  border-radius: 25px;
}
.collapse {
  justify-content: end;
}
.nav-link:hover {
  color: #009ad8 !important;
  border: 2px solid #009ad8;
}
.navbar-toggler {
  color: #fff !important;
  border: none;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 40px;
  transition: all 0.3s;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 2px solid#009ad8;
  border-radius: 40px;
}
/*************** Navbar end ***************/

/*************** main ***************/
.main-section {
  background-image: url("../imgs/asset5.png");
  background-position: top;
  background-repeat: no-repeat;
}
.form-control {
  background-color: #1e202b;
  border: none;
  border-radius: 30px;
  color: #fff;
}
.form-control::placeholder {
  color: #ffffff3b;
}
.form-control:focus {
  background-color: #1e202b;
  box-shadow: none;
  color: #fff;
}
.search-form {
  position: relative;
}
.search-col {
  position: relative;
}
.loaction-search-btn {
  position: absolute;
  right: 20px;
  top: 54px;
  color: #fff;
  background-color: #009ad8;
  border-radius: 40px;
  padding-inline: 40px;
  padding-block: 10px;
  border: none;
}

.card {
  color: #fff;
  background-color: #323544;
}
.current-condition {
  width: 90px;
}
.glass-card {
  background-color: #3235441f;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}
.linear-grad-bg {
  background-image: linear-gradient(150deg, #323544 70%, #009bd846);
}

.temp-c {
  font-size: 60px;
}

.card-heading {
  color: #ffffff77;
  background-color: #2d303d;
  border-radius: 5px;
}
.card-body {
  padding: 30px 20px;
}
.card-body-secondary {
  padding: 27px 20px;
}
.weather-location {
  color: #ffffff77;
}
.weather-temp {
  font-size: 90px;
  font-weight: 300;
}
.fa-umbrella,
.fa-wind,
.fa-compass {
  font-size: 25px;
  color: #ffffff5e;
}

.highest-temp,
.highest-temp-2 {
  font-size: 30px;
}
.condition-day-1,
.condition-day-2 {
  color: #009ad8;
}
/*************** main end ***************/
/*************** footer ***************/
.page-footer {
  background-color: #262936;
}
.contacts svg {
  font-size: 25px;
  color: #009ad8;
  background-color: #1e202b;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.contacts svg:hover {
  color: #1e202b;
  background-color: #009ad8;
}
.copyright {
  color: #fff;
  font-size: 15px;
}
.subscribtion-btn {
  position: absolute;
  right: 15px;
  bottom: 7px;
  color: #fff;
  background-color: #009ad8;
  border-radius: 40px;
  padding-inline: 14px;
  padding-block: 10px;
  border: none;
  font-size: 14px;
}

/*************** footer end ***************/
