.bodyContainer1 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/static/assets/images/home_bg.jpg'); 
 background-color: #000000;
  height: 80vh;
  width: 100%;
}
.bodyContainer1.mobile {
  height: 100vh;
}

.bodyContainer {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  width: 100%;
  background: linear-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.bodyKDAP {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  /* height: 100vh; */
  width: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/static/assets/images/bg_kdap.png');
}
