.mainBackColorBanner {
  background: rgb(0,0,0,0.5);
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.svcAutohead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(6,13,36,  1) 0%, rgba(6,13,36,  1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.svcAutohead h1, header.svcAutohead .h1 {
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.svcAutohead {
      height: fit-content;
      min-height: 20rem;
      padding-top: 8rem;
      padding-bottom: 4rem;
    }
    header.svcAutohead p {
      font-size: 1.15rem;
    }
    header.svcAutohead h1, header.svcAutohead .h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.svcAutohead h1, header.svcAutohead .h1 {
      font-size: 3.5rem;
    }
  }

  
.bg-svc-features {
    --bs-bg-opacity: 0.4;
    background-color: rgb(234,238,252) !important;
  }

  
/* yau */
.main-title {
  font-size: 60px;
}

.desc-label {
  font-size: 20px;
}


@media screen and (min-width: 300px) {
  .navbar-brand div {
    background-image: url("../assets/Logo/57C/Version2/Asset11@3x.png");
    /* background-size: 200px; */
    background-position: left center;
  }
  .banner-title {
    font-size: 42px !important;
  }

  .banner-desc {
    font-size: 20px;
    opacity: .9;
    font-weight: 400;
    margin: 15px 0;
    padding-left: 12px;
  }

  .dots-container {
    padding: 0 12px;
  }

  .mySlidesAuto:first-child {
    background-image: url('../assets/Home/billboard-aas.png');
    background-repeat: no-repeat;
    background-position: -560px 80px
  }


  .partner-img {
    height: 220px;
  }

  .partner-img > img {
    width: 60%;
  }

  .black-btn {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .navbar-brand div {
    background-image: url("../assets/Logo/57C/Version2/Asset12@3x.png");
    background-size: contain;
    background-position: auto;
  }
  .banner-title {
    font-size: 65px !important;
  }

  .banner-desc {
    font-size: 23px;
    opacity: .9;
    font-weight: 400;
    margin: 15px 0;
    padding-left: 12px;
  }

  .dots-container {
    padding: unset;
  }

  .mySlidesAuto:first-child {
    background-image: url('../assets/Home/billboard-aas.png');
    background-repeat: no-repeat;
    background-position: unset;
  }


  .partner-img {
    height: 500px;
  }

  .black-btn {
    margin-bottom: 0;
  }
}

.base-features {
  height: 500px; display: flex;
  /* background-image: url(assets/Images/Auto\ Assist\ Solution/aas-2.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}

.view-more {
  padding: 10px 35px;
}