@import url("../css/variables.css");

/* < 768px */
@media (max-width: 767.98px) {
  .wrapper-container {
    margin: 0 15px;
  }

  .card-main {
    margin-top: 40px;
  }

  .heading-coiny-lg {
    font-size: 26px;
  }

  .description-main {
    font-size: var(--fs-15);
  }

  .register-now .custom-nav-link {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: var(--fs-15);
  }

  /* CSS BANNER DÙNG CHUNG */
  .advertising-banner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
    height: 600px;
  }

  .banner-special {
    background-size: cover;
    width: 100%;
    border-radius: 0px;
    height: 100%;
  }

  .card-about {
    position: initial;
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 20px;
  }

  .detail-solution,
  .card-about {
    row-gap: 10px;
  }
}

/* ≥ 768px và < 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .wrapper-container {
    margin: 0 15px;
  }

  .heading-coiny-lg {
    font-size: 24px;
  }

  .description-main {
    font-size: var(--fs-15);
  }

  .register-now .custom-nav-link {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: var(--fs-14);
  }

  .car-view {
    bottom: -110px;
  }

    .car-view img {
      width: 100px;
      height: 100px;
    }

  .introduce,
  .card-main {
    margin-top: 50px;
  }

  /* CSS BANNER DÙNG CHUNG */
  .advertising-banner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
    height: 700px;
  }

  .banner-special {
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: 0px;
    height: 100%;
  }

  .card-about {
    position: initial;
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 20px;
  }

  .detail-solution,
  .card-about {
    row-gap: 10px;
  }

  .heading-card-title {
    font-size: 30px;
  }
}

/* ≥ 992px và < 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .wrapper-container {
    margin: 0 20px;
    min-width: 700px;
  }

  .heading-coiny-lg {
    font-size: 32px;
  }

  .description-main {
    font-size: var(--fs-16);
  }

  .card-main {
    margin-top: 50px;
  }

  .register-now .custom-nav-link {
    height: 40px;
    line-height: 40px;
  }

  /* CSS banner dùng chung cho tất cả các màn */
  .advertising-banner {
    height: 430px;
  }

  .card-about {
    height: 410px;
    border-radius: 30px;
  }

  .advertising-banner .card-about {
    padding: 30px;
    row-gap: 10px;
  }

  .heading-card-title {
    font-size: 30px;
  }
}

/* ≥ 1200px và < 1400px  */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wrapper-container {
    max-width: 100%;
    margin: 0 40px;
  }

  .heading-coiny-lg {
    font-size: 35px;
  }

  .detail-solution .description-main {
    font-size: var(--fs-15);
  }

  .register-now .custom-nav-link {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }

  .custom-nav-link {
    font-weight: 600;
  }

  .card-main {
    margin-top: 60px;
  }

  /* CSS banner dùng chung cho tất cả các màn */
  .advertising-banner {
    height: 480px;
  }

    .advertising-banner .card-about {
      padding: 30px;
      row-gap: 10px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
}
