body, html {
  height: 100%;
  margin: 0;
}



.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgproducts {
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/img_parallax1.webp");
}

.bgimg-2 {
  background-image: url("../images/img_parallax2.webp");
}

.bgimg-3 {
  background-image: url("../images/img_parallax3.webp");
}

.bgimg-4 {
  background-image: url("../images/img_parallax4.webp");
}

.bgimg-5 {
  background-image: url("../images/img_parallax5.webp");
}

.bgproducts {
  background-image: url("../images/img_parallax5.webp");
}

.caption2 {
  background: rgba(0,0,0,0.8) !important ;
}

.caption3 {
  background: #ffc43d; !important ;
}

.caption {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  text-align: center;
  color: #000;
}

h3 {
  
  text-transform: uppercase;
  color: #111;
}
