:root {
--thmcolor: #3654DB;
}

.cover-bg {
  background-image: url('/web/images/background/bg-1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px;
  z-index: 1;
}

.cover-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}

.dark-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}.cover-bg {
  background-image: url('/web/assets/images/background/page-header-living-1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px;
  z-index: 1;
}

.cover-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}

.dark-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}


@media only screen and (max-width: 720px){
  .box-logo{
  background-color:  var(--thmcolor);
  padding: 10px;
  margin-left: -100px;
}
}