.bg-imgg {
  /* height: 100vh; */
  /* min-height: 100%; */
  min-width: 100%;
  position: absolute;
  right: 0;
  /* bottom: 0; */
  top: 40%;
  z-index: 1;
}
.bg-div {
  position: relative;
}
.marq {
  font-weight: 900;
  font-size: 46px;
  color: red;
}
.shado{
    position: relative;
}
.shado:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  /* opacity: .4; */
  opacity: .2;
  content: "";
}
