.mainBackColorBanner {
    background: rgb(0,0,0,0.5);
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #application {
    color: white;
    background: linear-gradient(to bottom, rgba(6,13,36, 1) 0%, rgba(6,13,36, 1) 100%);
  }
    #desc {
        background: linear-gradient(to bottom, rgba(6,13,36, 1) 0%, rgba(6,13,36, 1) 100%);
        color: #fefefe;
    }
  
  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: 60vh;
        min-height: 20rem;
        padding-top: 8rem;
        padding-bottom: 0;
      }
      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;
    }

    /* section - sample image & desc */
    .app-section {
        display: flex;
        justify-content: center;

        .image-section {
            display: flex;
            flex: 0 0 auto;
            width: 80%;
            flex-direction: column;
            align-items: center;

            .img-adjust {
                margin: 0 !important;
                margin-bottom: 20px !important;
            }
        }
    }

    .change-order-second {
        order: 2;
    }

  }
  
  @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;
    }

    .full-row {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center !important;
    }
    
  }

  @media (min-width: 992px) {
    .app-section {
        /* display: flex;
        justify-content: center; */

        .image-section {
            display: flex;
            justify-content: flex-end;
            flex: 0 0 auto;
            width: 58.33333333%;
            flex-direction: unset;
            align-items: normal;

            .img-adjust {
                margin-left: 1.5rem !important;
                margin-bottom: 20px !important;
            } 
        }
    }

    /* section - sample image & desc */
    .app-section {
        display: flex;
        justify-content: center;

        .image-section {
            display: flex;
            flex: 0 0 auto;
            width: 80%;
            align-items: center;
            justify-content: space-between !important;

            .img-adjust {
                margin: 0 !important;
                margin-bottom: 20px !important;
            }
        }
    }

    .change-order-second {
        order: 2;
    }
}

@media (min-width: 1200px) {
    .app-section {
        /* display: flex;
        justify-content: center; */

        .image-section {
            display: flex;
            justify-content: flex-end !important;
            flex: 0 0 auto;
            width: 58.33333333%;
            flex-direction: unset;
            align-items: normal;

            .img-adjust {
                margin-left: 1.5rem !important;
                margin-bottom: 20px !important;
            } 
        }
    }

    .full-row {
        flex: 0 0 auto;
        width: 41.66666667%;
        &.seven {
            width: 58.33333333%;
        }
    }
    
    
    .change-order-second {
        order: unset;
    }
}
  
  .base-features {
    height: 600px; 
    display: flex;
    /* background-image: url(assets/Images/Auto\ Assist\ Solution/aas-2.png); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;

    &.view-image{
        background-size: contain;
        width: auto;
        border: 1px solid lightgrey;
    }

    &.work-portal {
        height: fit-content;
        width: 100%;
        border: 1px solid lightgray;
    }
  }
  
  .view-more {
    padding: 10px 35px;
  }

  .service-section {
    border-radius: 15px;
    background-color: #fff;
    padding: 15px 20px;
    .number {
        font-weight: 600;
        color: rgba(6,13,36, 1);
    }
  }

  .description {
    font-size:17px;
  }


  /*----------------------*/
    /* section - sample image & desc */


