/* Dev by Đức Nobi */

.vhunter_main_banner {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.vhunter_main_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vhunter_banner_content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  z-index: 2;
}

#pagination button {
  min-width: 36px;
}

.vhunter_insight_section {
    padding: 0 80px !important;
}

.project-gallery img {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.project-gallery img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .vhunter_banner_content {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .vhunter_banner_content_img {
    flex: 1 1 100%;
    text-align: center;
  }

  .vhunter_main_banner {
    height: 200px !important;
  }
  
  .vhunter_main_banner img {
      object-fit: fill !important;
  }
}

@media (max-width: 1280px) {
  .vhunter_main_animation img {
    max-width: 90%;
    margin-top: 100px;
  }

  .vhunter_services_section {
    padding-top: 10px;
  }

  .vhunter-our-work {
    padding: 0 30px !important;
  }

  .vhunter_insight_section {
    padding: 0 !important;
    margin: 0 !important;
  }
}