.m-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.m-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.m-carousel-item {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
}

.m-carousel-bg {
    z-index: -1;
}

.m-carousel-item img {
    width: 100%;
    display: block;
}

.m-carousel-control-prev,
.m-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    padding: 0.75vw;
    cursor: pointer;
    font-size: clamp(10px, 1.8vw, 24px);
    z-index: 1;
}

.m-carousel-control-prev {
    left: 0.75vw;
}

.m-carousel-control-next {
    right: 0.75vw;
}

.m-carousel-indicators {
    position: absolute;
    bottom: 3.75vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.375vw;
    z-index: 99;
}

.m-indicator {
    width: 4.425vw;
    height: 0.45vw;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: #c4c4c480;
    /* border-radius: 50%; */
    cursor: pointer;
}

.m-indicator.m-active {
    background-color: #C4C4C4;
}

.m-carousel-control-prev:active{
    opacity: 0.8;
}
.slider-1__banner-intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  width: 43.5vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-1__banner-intro .name {
  font-size: clamp(10px, 6vw, 80px); 
  color: #ffffff; 
  padding-bottom: 2.25vw
}
.slider .slider-logo {
  width: 13.275vw;
}
.slider-1__title {
  font-size: clamp(10px, 4.8vw, 64px);
  white-space: nowrap;
}
.slider-1__describe {
  font-size: clamp(10px, 1.8vw, 24px);
  letter-spacing: 1.875vw;
  white-space: nowrap;
  padding-top: 2.25vw;
}
.slider-1__title, .slider-1__describe {
  color: #fff;
  font-weight: 100;
}
.slider-2__banner-intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.slider .slider-2__icon {
  height: 39.6vw;
  width: 60%;
}
.slider-2__info {
  text-align: left;
  position: relative;
  left: -12vw;
  /* white-space: nowrap; */
}
.slider-2__title {
  font-weight: bold;
  font-size: clamp(10px, 6vw, 80px);
  color: #fff;
  white-space: nowrap;
}
.slider-2__subtitle {
  font-size: clamp(10px, 4.5vw, 60px);
  color: rgba(255,255,255,0.6);
}
.slider-2__describe {
  width: 37.275vw;
  font-size: clamp(10px, 2.25vw, 30px);
  font-weight: 100;
  color: rgba(255,255,255,0.6);
  padding-top: 0.75vw;
}

@media (max-width: 1440px) {
  .slider-2__title {
    font-size: clamp(10px, 3.9vw, 80px);
  }
  .slider-2__subtitle {
    font-size: clamp(10px, 2.925vw, 60px);
  }
  .slider-2__describe {
    font-size: clamp(10px, 1.43vw, 30px);
  }
}