.hero-image{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.hero-section{
  height: 50vh;
  width: 100%;
  background-image: url(/assets/hero.jpg),linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: aliceblue;
  background-repeat: no-repeat;
}
.hero-search{
  width: 80%;
  height: 50px;
  padding: 16px;
  border-radius: 8px;
  border: none;
}
.hero-subheading{
  font-size: 24px;
  font-weight: 100;
}
.card-img-top{
  height: 100%;
  transition: transform .2s;
  object-fit: fill;
  margin: auto;
  display: block;
}
.card{
  position: relative;
  border-radius: 8px;
  padding: 5px;

}
.card-body{
  position: absolute;
  color: white;
  bottom: 0;
  left: 6rem;
  
  
  
}
 .card-img-top:hover{
  
filter:brightness(50%) ;
transform: scale(1.05);

}
.container{
  text-align: center;
  background-color:grey;
  padding: auto;
}
.sub-hesding{
  color: lightgray;
}
.sold-banner{
position: sticky;
top: 0px;
}