#star-one,
#star-two,
#star-three,
#star-four,
#star-five {
  cursor: pointer;
}
.home-page-header {
  height: 350px;
}
.header-overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

  height: 100%;
}

.home-page-header {
  background: url("../images/shopping.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-title {
  color: #ffffff;
  position: relative;
  width: 100%;
  top: 50%;
  font-size: 3em;
  text-align: center;
}
.home-title span {
  color: #ffcc00;
  display: inline-block;
}
.intro-text {
  color: #ffffff;
  position: relative;
  width: 100%;
  top: 60%;
  font-size: 1.5em;
  text-align: center;
}
.home-text-container {
  position: relative;
  left: 0;
  right: 0;
  top: 35%;
}
.gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
#uploadImages {
  min-height: 200px;
  border: 2px dashed #dedede;
  border-radius: 8px;
  position: relative;
  background-size: 180px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.gallery_list {
  position: relative;
}

.gallery_list img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.brand{
  background: #008000;
  width: fit-content;
  color: #fff;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .gallery-image {
    width: 100%;
    height: 100px;
  }
}
