/* Bomao Footer - Dark Theme Design */
:root {
  --bomao-footer-bg: #000;
  --bomao-brand-color: #8b5cf6;
  --bomao-text-primary: #ffffff;
  --bomao-text-secondary: #fff;
  --bomao-text-muted: #fff;
  --bomao-divider-color: rgba(217, 217, 217, 0.3);
  --bomao-social-hover: #8b5cf6;
  --bomao-footer-padding: 2.8125rem 0 1.5625rem;
  --bomao-brand-size: 0.875rem;
  --bomao-title-size: 0.75rem;
  --bomao-title-size-1: 0.8125rem;
  --bomao-text-size: 0.5rem;
  --bomao-line-height: 1.25;
  --font-family: 'Montserrat', sans-serif;
}

.bomao-carousel-section {
  position: relative;
  width: 100%;
  /* max-height: 29.6875rem; */
  background: #f5f7fa;
  overflow: hidden;
}
.bomao-carousel-swiper .swiper-slide {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
}
.bomao-carousel-swiper img,
.bomao-carousel-swiper .banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translateX(-50%);
}

.banner_content {
  width: 100%;
  overflow: hidden;
  display: block;
  max-width: 27.34375rem;
  font-family: var(--font-family);
  font-style: normal;
}

.banner_content_title {
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(121, 49, 221, 0.78);
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;

  line-height: 99%;
  width: 100%;
  mix-blend-mode: darken;
}

.banner_content_desc {
  margin: 0.78125rem 0 0.9375rem 0;
  font-size: 0.5rem;
  font-weight: 400;
  color: #000;
  width: 100%;
  line-height: 100%;
}

.banner_content_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* max-width: 5.125rem; */
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 10px 0.9375rem;
  border-radius: 2.5rem;
  border: 2px solid transparent;
  color: rgba(135, 109, 225, 1);
  background-color: rgba(255, 241, 0, 1);
  transition: all 0.3s linear;
  /* aspect-ratio: 164 / 58; */
  display: none;
}

.banner_content_btn:hover,
.banner_content_btn:active {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.bomao-carousel-section .swiper-pagination-bullet {
  height: 4px;
  width: 0.75rem;
  background: #fff !important;
  border-radius: 1.25rem;
  opacity: 1 !important;
}

.bomao-carousel-section .swiper-pagination-bullet-active {
  background: #ffd600 !important;
}

.swiper-pagination {
  bottom: 2.1875rem !important;
}

/* 1500px */
@media screen and (max-width: 1522px) {
  .banner_content {
    /* max-width: 25.4375rem; */
  }
  .banner_content_title {
    /* font-size: 70px; */
  }
}

@media screen and (max-width: 1300px) {
  .banner_content_title {
    /* font-size: 62px; */
  }
  .banner_content_desc{
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .banner_content {
    /* max-width: 18.90625rem; */
  }
  .banner_content_title {
    /* font-size: 1.625rem; */
  }
}

@media screen and (max-width: 992px) {
  .banner-container {
    top: 18%;
  }
  .banner_content {
    /* max-width: 16.71875rem; */
  }
  .banner_content_title {
    /* font-size: 1.375rem; */
  }

  .banner_content_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .banner_content_btn{
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .banner_content {
    max-width: 13.78125rem;
  }
  .swiper-pagination {
    display: none;
  }
  .banner_content_title {
    font-size: 1.5rem;
  }
  .banner_content_desc {
    font-size: 0.75rem;
    margin: 10px 0;
  }
}

@media screen and (max-width: 576px) {
  .banner-container {
    top: 8%;
  }
  .banner_content {
    /* max-width: 7.96875rem; */
  }
  .banner_content_title {
    font-size: 1.5rem;
  }
  .banner_content_desc {
    /* font-size: 0.4375rem; */
    margin: 5px 0;
  }
  .banner_content_btn {
    /* max-width: 2.625rem; */
    font-size: 10px;
    /* padding: 0px; */
  }
}

@media screen and (max-width: 375px) {
  .banner_content {
    /* max-width: 7.1875rem; */
  }
  .banner_content_title {
    /* font-size: 0.625rem; */
  }
  .banner_content_desc {
    /* font-size: 0.4375rem; */
  }
}
