.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 500px;
  overflow: hidden;
  text-align: left;
  background-color: #feffff;
  padding-right: 300px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.3);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  color: #fff;
  animation: fadeInUp 1.5s ease forwards;
}

.hero-content h3 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.hero-content h3 span {
  font-size: 3rem;
  font-weight: 600;
  color: #fcfcfc;
  padding-left: 50px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1500px) {
  /* .nav-bar {
    width: 900px;
  } */

  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn)  {
    padding-left: 10px;
    padding-right: 10px;
  }
   .w-image.has_height img,
.w-image[class*="ush_image_"] img {
  width: 100px;
}
}
@media (max-width: 1320px) {
  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn)  {
    padding-left: 14px;
    padding-right: 14px;
  }
   
}
@media (max-width: 958px) {
  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn)  {
    padding-left: 12px;
    padding-right: 12px;
  }
   
}


@media (max-width: 1199px) {
  .hero-section {
    padding-right: 200px;
  }
  .hero-content h3 {
    font-size: 3rem;
  }
  .hero-content h3 span {
    font-size: 2.5rem;
  }
  /* .nav-bar {
    width: 800px;
  }
  .img-width {
    width: 110px;
  }

  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 10px;
    padding-right: 10px;
  } */
}

@media (max-width: 991px) {
  .hero-section {
    height: 400px;
    padding-right: 100px;
    justify-content: flex-end;
  }
  .hero-content h3 {
    font-size: 2rem;
  }
  .hero-content h3 span {
    font-size: 1.5rem;
  }
  /* .nav-bar {
    width: 650px;
  } */
   
  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .img-width {
    width: 100px;
  }  */
}
@media (max-width: 900px) {
  .nav-bar {
    width: 100%;
    max-width: 700px;
  }

  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    height: 350px;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
  }
  .hero-content h3 {
    font-size: 1.8rem;
  }
  .hero-content h3 span {
    font-size: 1.2rem;
  }
  /* .nav-bar {
    width: 100%;
    max-width: 560px;
  }

  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 8px;
    padding-right: 8px;
  } */
}

@media (max-width: 575px) {
  .hero-section {
    height: 300px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
  }
  .hero-content h3 {
    font-size: 2rem;
  }
  .hero-content h3 span {
    font-size: 1.5rem;
  }
}
/* new css for header */

