/* * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */

.con {
  width: 100%;
  height: 55vh; /* Full height of viewport */
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: relative;
  overflow: hidden;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (min-aspect-ratio: 16/16) {
  .background {
    width: 100%;
    height: 100%;
  }
}

@media (max-aspect-ratio: 16/16) {
  .background {
    width: auto;
    height: 100%;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-box {
  position: absolute;
  height: 300px;
  width: 100%;
}
.krishna {
  width: 300px;
  position: absolute;
  top: -334%;
  left: 25%;
}
.krishnaimg {
  width: 300px;
  position: absolute;
  bottom: -33%;
  left: 25%;
}
.con h1 {
  font-size: 50px;
  text-align: center !important;
  position: absolute;
  top: 68%;
  left: -100%;
  color: #ffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
h3.janmastami {
  font-size: 40px;
  position: absolute;
  text-align: center !important;
  bottom: 3%;
  left: -85%;
  color: #27a1f3;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.matki {
  width: 180px;
  position: absolute;
  bottom: 0px;
  left: 5%;
}
.matki2 {
  width: 180px;
  position: absolute;
  bottom: 0px;
  left: 60%;
}
