body {
  font-family: "Poppins" !important;
  box-sizing: border-box;
}

#login,
#signup {
  padding: 8px 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
#signup {
  background: #ff7048;
  color: white;
}

#hero {
  background-image: url(images/Hero-Picture.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 585px;
}

.vl {
  border-left: 3px solid rgba(3, 3, 3, 0.151);
  height: 50px;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

#hero-search {
  height: 130px;
}

#hero-search h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

#hero-search p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  margin-right: 10px;
  opacity: 0.7;
}

#hero-search button,
.card-img-overlay button {
  width: 70px;
  height: 70px;

  background: #fc8868;
}

#hero-title {
  font-size: 70px;
  line-height: 80px;
}

.weather h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;

  color: #24201d;
}

.weather .controls button {
  width: 40px;
  height: 40px;
  padding: 0;
}

.dollar::before {
  content: "$";
}

.card {
  top: 0;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

#recomended .card:hover {
  border: 2px solid #3a8375 !important;
  top: -5px;
}

.card .price h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

#recomended .card span {
  background: #dafff8;
  font-size: 12px;
  padding: 2px 10px;
  top: 8.5%;
  right: 5%;
}

.card span {
  background: #dafff8;
  font-size: 12px;
  padding: 2px 10px;
  top: 10.5%;
  right: -1%;
}

.card .small-text {
  font-size: 14px;
}

.card-img-overlay {
  text-align: center;
  display: none;
  padding-top: 10%;
}

.small .card-img-overlay {
  text-align: center;
  display: none;
  padding-top: 0;
}

.card:hover .card-img-overlay {
  display: flex;
}

.small .card-img-overlay button {
  width: 50px;
  height: 50px;

  background: #fc8868;
}
