/* 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: 35vh;
  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;
}

.vhunter_banner_content_text {
  flex: 1 1 50%;
  color: #fff;
}

.vhunter_banner_content_text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.vhunter_banner_content_text p {
  font-size: 1.125rem;
  margin-top: 1rem;
}

.vhunter_banner_content_img {
  flex: 1 1 40%;
  text-align: right;
}

.vhunter_banner_content_img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.vhunter_main_about_us_img img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-img-wrapper {
  overflow: hidden;
  position: relative;
}

.team-img-wrapper img {
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.team-img-wrapper:hover img {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.team-img-wrapper:hover .team-overlay {
  opacity: 1;
}

.vhunter_banner_container {
  margin-bottom: 50px !important;
}

.vhunter_main_about_us {
    margin: 280px auto 20px auto !important;
  }

@media (max-width: 768px) {
  body, html {
    overflow-x: hidden;
  }

.vhunter_main_banner {
    height: 200px !important;
  }
  
  .vhunter_main_banner img {
      object-fit: fill !important;
  }

.vhunter_banner_container {
    margin: 0 auto !important;
}

.vhunter_main_banner img {
    height: 200px !important;
    object-fit: fill !important;
}
  .vhunter_header {
    width: 100vw !important;
  }
  .vhunter_banner_content {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    top: 0 !important;
  }

  .vhunter_banner_content_text,
  .vhunter_banner_content_img {
    flex: 1 1 100%;
    text-align: center;
  }

  .vhunter_banner_content_text h1 {
    font-size: 2rem;
  }
  .vhunter_main_animation {
    margin-top: 250px;
    margin-bottom: 80px;
  }

  .vhunter_main_about_us {
    margin: 450px auto 20px auto !important;
  }

  .vhunter_banner_content_text_1 {
    font-size: 30px !important;
  }

  .vhunter_banner_content_text_2 {
    font-size: 60px !important;
  }
}

@media (max-width: 1280px) {

}