.introduction {
  .banner {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    padding: 0;
    font-family: "Roboto";
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-image: url(/assets/about/introduction-parallax.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Add a dark overlay using ::before */
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); /* Adjust opacity for darkness */
      z-index: 1;
    }
  }
  .pc-pad {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .banner_show {
    height: 100vh;
  }
  .banner_other {
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    position: relative;
    background: linear-gradient(
      to bottom,
      rgba(210, 205, 199, 0),
      rgba(210, 205, 199, 0.5),
      rgba(210, 205, 199, 1)
    );
    width: 100%;
    padding-bottom: 40vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60vh;
    justify-content: center;
  }

  .bo_t1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
  }

  .bo_t2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
  }
  .bo_t3 {
    display: flex;
    flex-direction: column; /* Ensures vertical stacking of content */
    align-items: center; /* Centers horizontally */
    justify-content: center; /* Centers vertically */
    font-family: "Roboto";
    font-size: 25px; /* Adjust font size as needed */
    text-align: center;
    color: rgb(78, 62, 46); /* Text color */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 1s; /* Smooth transition */
    opacity: 1; /* Ensure it's visible */
    width: 70%; /* Adjust width as needed */
  }

  .global-chery {
    position: relative;
    padding: 1rem 0 0;
    background-color: rgba(210, 205, 199, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    h4 {
      font-size: 35px;
      line-height: 0.5rem;
      font-family: "Roboto";
      text-align: center;
      font-weight: bold;
      color: #66513a;
      z-index: 1;
      position: relative;
    }
    .global_btn {
      display: flex;
      align-items: center;
      z-index: 1;
      position: relative;
      cursor: pointer;
      margin-top: 0.4rem;
      img {
        width: 25px;
        margin-left: 0.12rem;
      }
    }
    .global_img {
      width: 100%;
      object-fit: contain;
      margin-top: -1.5rem;
      position: relative;
      z-index: 0;
    }
    .global_num {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 20px 150px;
      position: relative;
      z-index: 5;
      background-color: #d4d1ca;
    }
    .gnm_t {
      font-size: 15px;
    }
    .gnm_n {
      margin-top: 20px;
      font-size: 35px;
      font-weight: bold;
    }
  }
  .chery-vmv {
    overflow: hidden;
    position: relative;
    img.concept-tp {
      scale: 1;
      transition: all 1s ease;
    }

    img.concept-tp:hover {
      transform: scale(1.1); /* Scale to 1.1 on hover */
    }
    .concept_main {
      position: absolute;
      width: calc(100% - 150px);
      left: 75px;
      bottom: 10%;
      z-index: 2;
      color: #fff;
      .concept_list {
        margin-top: 0.25rem;
        display: flex;
        backdrop-filter: saturate(80%) blur(50px);
        -webkit-backdrop-filter: saturate(80%) blur(50px);
        .concept_min {
          padding: 100px 80px;
          flex-shrink: 0;
          width: 37%;
          .concept_t2 {
            font-size: 30px;
            font-weight: bold;
          }
          .concept_t3 {
            font-weight: 18px;
            color: rgba(255, 255, 255, 0.5);
            margin-top: 20px;
          }
        }
      }
    }
  }
  .core {
    position: relative;
    font-family: "Roboto";
    height: auto;
    .core_main {
      position: absolute;
      width: calc(100% - 150px);
      left: 75px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      .cm_left {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        div {
          color: #fff;
          margin-top: auto;
          font-size: 30px;
          z-index: 1;
          position: relative;
          font-weight: bold;
        }
        img {
          width: 100%;
          z-index: 0;
          height: auto;
          position: relative;
          object-fit: contain;
          vertical-align: top;
        }
      }
      .cm_right {
        width: 62%;
        margin-left: 0.85%;
        .cm_right_line {
          display: flex;
          justify-content: space-between;
          margin-top: 1.1%;
        }
        .cm_right_line:nth-of-type(1) {
          margin-top: 0;
        }
        .cm_right_line_min {
          width: 49.35%;
          background-color: rgba(0, 0, 0, 0.4);
          transition: all 0.3s;
          position: relative;
        }

        .cm_right_line_min:hover {
          background-color: rgba(160, 143, 123, 1);
        }
        .cm_right_line_min:after {
          content: "";
          display: block;
          padding-top: 80%;
        }
        .crlm_t1,
        .crlm_t2 {
          position: absolute;
        }
        .crlm_t1 {
          right: 20px;
          top: 20px;
          color: #fff;
          font-size: 30px;
        }
        .crlm_t2 {
          left: 20px;
          bottom: 20px;
          color: #fff;
          font-size: 15px;
        }
      }
    }
  }
}
