* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bg-body-tertiary {
  background-color: #1e202b !important;
}

.navbar-brand {
  --bs-navbar-brand-color: white;
}

.navbar-brand:hover {
  color: white;
}

.logo h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

.logo small {
  font-size: 0.625rem;
  color: #bfc1c8;
}

.navbar-brand {
  padding-left: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  --bs-navbar-nav-link-padding-x: 1.5rem;
}

.navbar-nav .nav-link.active {
  color: #009ad8;
  border: 2px solid #009ad8;
  border-radius: 30px;
  font-weight: 400;
}

.nav-link {
  color: white;
}
.navbar-nav {
  --bs-nav-link-hover-color: white;
  --bs-nav-link-padding-y: 2px;
}
.nav-link.bar:hover {
  color: #009ad8;
  border: 2px solid #009ad8 !important ;
  border-radius: 30px;
}

.navbar-nav .nav-link.bar {
  border: 2px solid transparent;
  border-radius: 30px;
  transition: 0.3s ease;
}

.nav-item {
  margin-inline: 5px;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

nav button i {
  font-size: 15px;
  padding: 20px;
}

.fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 50px;
  transition: 0.3s ease;
}

button:hover i {
  color: #009ad8 !important;
  border: 2px solid #009ad8 !important ;
  border-radius: 400px;
}

.navbar-toggler {
  --bs-border-width: 0;
}

.links {
  margin-top: 30px;
}

@media (max-width: 990px) {
  .navbar-brand {
    padding-left: 0;
  }
  .navbar-nav .nav-link.active {
    color: #009ad8;
    border: unset;
  }
  .links ul {
    text-align: center;
  }
  .nav-link.bar:hover {
    color: white;
    border: unset !important;
  }
  .nav-item {
    background-color: #262936;
    border-bottom: 1px solid #bfc1c8;
    padding: 20px;
    color: white;
    border-radius: 10px;
  }

  .nav-link.bar:hover {
    border-bottom: unset;
    border-radius: unset;
  }

  .navbar-nav .nav-link.bar {
    border: unset;
    border-radius: unset;
    transition: unset;
  }
}

header {
  background-image: url(../images/banner.png);
  background-size: cover;
  min-height: 50vh;
  padding-block: 70px;
}

.find-location input[type="text"] {
  padding: 20px 50px 20px 20px;
  background: #1e202b;
  color: white;
  outline: none;
  border: none;
  border-radius: 1.875rem;
}
.find-location input[value="Find"] {
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  padding: 0 2.5rem;
  border: none;
  background: #009ad8;
  border-radius: 1.875rem;
  color: white;
}

::placeholder {
  color: #6e6c77 !important;
}
.find-location {
  margin-bottom: 70px;
}

.form-control:focus {
  box-shadow: unset;
}

.weather1 {
  background-color: #1e202b;
  padding-block: 6.25rem;
}
.weather-card {
  margin-top: -200px;
}
.weather1 .today-header {
  background-color: #2d303d;
  padding: 10px;
}

.weather1 .today-body {
  background-color: #323544;
  text-align: left;
  height: 100%;
  padding: 30px 20px;
}

.weather1 .today-body .location {
  font-size: 1.125rem;
}
.weather1 .today-body .degree .today-degree {
  font-size: 5rem;
  font-weight: 700;
}

.custom {
  color: #009ad8;
  margin-block: 20px;
}

.weather1 .second-header {
  background-color: #222530;
  padding: 10px;
}

.weather1 .second-body {
  height: 100%;
  padding: 3.125rem 1.25rem 0.625rem;
  background-color: #262936;
}
.weather1 .second-body .degree {
  font-size: 1.5rem;
  font-weight: 700;
}

.weather1 .third-header {
  background-color: #2d303d;
  padding: 10px;
}

.weather1 .third-body {
  padding: 3.125rem 1.25rem 0.625rem;
  height: 100%;
  background-color: #323544;
}

.weather2 {
  background-color: #323544;
  padding-block: 6.25rem;
}

.subscribe-form {
  margin-bottom: 1.875rem;
}
.weather2 .subscribe-form [type="text"] {
  padding: 20px 50px 20px 20px;
  background: #1e202b;
  color: white;
  outline: none;
  border: none;
  border-radius: 1.875rem;
}
.weather2 .subscribe-form [type="submit"] {
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  padding: 0 2.5rem;
  border: none;
  background: #009ad8;
  border-radius: 1.875rem;
  color: white;
}

.weather2 .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.weather2 .social-links a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #1e202b;
  color: #009ad8;
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  text-decoration: none;
}
