/* sectionClassName:hailingmeng_banner */
.hailingmeng_banner_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 960px;
  height: 60rem;
}

.hailingmeng_banner_swiper {
  width: 100%;
  height: 100%;
}

.hailingmeng_banner_slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hailingmeng_banner_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hailingmeng_banner_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hailingmeng_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 50, 18, 0.3);
}

.hailingmeng_banner_content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 42.5rem;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hailingmeng_banner_title {
  font-family: var(--title-font-family);
  /* font-size: max(3.75rem, 36px); */
  font-weight: 700;
  line-height: 1.23;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 1.875rem;
}

.hailingmeng_banner_desc {
  font-family: var(--font-family);
  font-size: var(--font-size-h4);
  font-weight: 500;
  line-height: 1.44;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
}

.hailingmeng_banner_btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: max(0.75rem, 8px) max(1.875rem, 20px);
  width: max-content;
  background: #ffffff;
  color: #333333 !important;
  font-family: var(--title-font-family);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hailingmeng_banner_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hailingmeng_banner_pagination {
  position: absolute;
  bottom: 40px !important;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  gap: 8px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hailingmeng_banner_pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hailingmeng_banner_pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 40px;
}

@media screen and (max-width: 1024px) {
  .hailingmeng_banner_main {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .hailingmeng_banner_title {
    font-size: 2.4rem;
  }

  .hailingmeng_banner_main {
    height: 300px;
  }
}
