.container-head {
  height: 100vh; /* Full screen height */
  width: 100% !important; /* Full screen width */
  position: relative; /* Position relative for children */
  overflow: hidden; /* Prevent any overflow */
  margin: 0; /* Remove any default margin */
  padding: 0; /* Remove any default padding */
  max-width: 100%;
}

.scaleDown {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center; /* Scale from the center */
  transform: translate(-50%, -50%) scale(2); /* Initial zoom at 200% */
}

.page-head {
  width: 100%; /* Fill the parent container */
  height: 100%; /* Fill the parent container */
  background-image: url(../assest/image/header6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* Ensure the imag.e covers the entire area */
}

