.templateux-cover {
  position: relative;
  min-height: 40vh; /* Adjusted for smaller screens */
  padding-top: 1vh; /* Add space above the hero image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 40%;
}

.templateux-cover .row {
  min-height: 40vh;
}

@media (min-width: 768px) {
  .templateux-cover {
    padding-top: 1vh; /* Adjust space above the hero image for medium screens */
    min-height: 40vh; /* Adjust min-height for larger screens */
  }
}

@media (min-width: 1200px) {
  .templateux-cover {
    padding-top: 1vh; /* Adjust space above the hero image for extra-large screens */
    min-height: 40vh; /* Adjust min-height for extra-large screens */
  }
}

  .templateux-logo .logo {
    content: url("images/logo.png");
  }

  /* Change logo for mobile and tablet */
  @media (max-width: 768px) {
    .templateux-logo .logo {
      content: url("images/logo.jpg");
    }
  }

  /* Change logo for mobile and tablet */
  @media (max-width: 425px) {
    .templateux-logo .logo {
      content: url("../images/logo.jpg");
    }
  }

    /* Default logo for desktop */
  .templateux-logo .logo1 {
    content: url("../images/logo.png");
  }

  /* Change logo for mobile and tablet */
  @media (max-width: 768px) {
    .templateux-logo .logo1 {
      content: url("../images/logo.jpg");
    }
  }

  /* Change logo for mobile and tablet */
  @media (max-width: 425px) {
    .templateux-logo .logo1 {
      content: url("../images/logo.jpg");
    }
  }
.mx-auto{margin-top: 10%!important;}
.anc{cursor: pointer;}