@media screen and (max-width: 1355px) {
  /* SECTION HOME */
  .isiHome2First h1 {
    font-size: 7.5rem;
  }
  .isiHome2Second h3 {
    width: 45%;
    margin-left: 5%;
    font-size: 2rem;
  }

  /* SECTION PRODUCT */
  .listMarketingProduct {
    width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  /* SECTION HOME */
  .isiHome2First h1 {
    font-size: 6rem;
  }
  .isiHome2Second h3 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1130px) {
  /* SECTION HOME */
  .isiHome1 {
    column-gap: 5%;
  }
  .isiHome1Second {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  /* SECTION HOME */
  .isiHome1First h5 {
    font-size: 18px;
  }
  .isiHome1First h1 {
    font-size: 50px;
  }
  .isiHome1First p {
    font-size: 14px;
  }

  .isiHome2First h1 {
    font-size: 5rem;
  }
  .isiHome2Second h3 {
    margin-left: 0;
    width: 70%;
  }

  /* SECTION COMPRO */
  .isiCompro p,
  .moreInfoCompro {
    font-size: 1.6rem;
  }
  .h2Compro {
    font-size: 2.8rem;
  }
  .garisOrange {
    font-size: 2.5rem;
    margin-top: -3.5rem;
  }

  /* SECTION PRODUCTS */
  .isiProducts h2 {
    font-size: 2.8rem;
  }
  .descProducts {
    font-size: 2rem;
  }
  .judulProduct {
    font-size: 2.2rem;
  }
  .isiProducts li {
    font-size: 1.4rem;
  }
  .indicativeRate {
    font-size: 1.1rem;
  }
  .marketingProduct {
    column-gap: 2rem;
  }
  .listMarketingProduct {
    width: 45%;
  }
  .contactProduct h5 {
    font-size: 1.6rem;
  }
  .contactProduct img {
    height: 1.8rem;
  }
  .mailToMarketing {
    font-size: 1.4rem;
  }
  .detailsMarketing {
    font-size: 1.4rem;
  }

  /* SECTION CONSULT */
  .consultText h2 {
    font-size: 2.8rem;
  }
  .descConsult {
    font-size: 1.8rem;
  }
  .contactUs {
    font-size: 1.6rem;
  }
}

/* 850PX */
@media screen and (max-width: 850px) {
  /* SECTION PRODUCTS */
  .tigaIsiProducts {
    flex-direction: column;
    row-gap: 3rem;
  }
  .tigaIsiProducts1 {
    width: 100%;
  }
  .tigaIsiProdutsBawah {
    align-items: flex-start;
  }
  .judulProduct {
    font-size: 2.5rem;
  }
  .isiProducts li {
    font-size: 1.6rem;
  }
  .indicativeRate {
    font-size: 1.4rem;
  }
  .listMarketingProduct {
    padding: 5rem 1.5rem;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; */
  }
  .contactProduct {
    width: 100%;
  }

  /* SECTION CONSULT */
  .isiConsult {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5rem;
  }
  .consultGambar {
    width: 80%;
  }
  .consultText {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}

/* 800PX */
@media screen and (max-width: 800px) {
  /* SECTION HOME */
  .isiHome1 {
    width: 0;
    height: 100%;
    transform: translateX(-100%);
    opacity: 0;
    transition: 2.5s all ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    /* padding: 200px 0; */
  }
  .isiHome1First {
    order: 2;
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateY(-100px);
  }
  .isiHome1First .line {
    width: 80%;
    margin-top: -50px;
  }
  .isiHome1First h5 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 0.9;
  }
  .isiHome1First h1 {
    line-height: 1;
    font-size: 32px;
    margin: 20px 0;
    font-weight: bolder;
    /* text-align: center; */
  }
  .isiHome1First p {
    width: 100%;
  }
  .isiHome1Second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
  }
  .isiHome1Second img {
    /* height: 100%; */
    transform: translateX(180px);
    width: 90%;
  }

  /* isi home 2 */
  .isiHome2 {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .isiHome2First {
    height: 20%;
  }
  .isiHome2First h1 {
    font-size: 4rem;
  }
  .isiHome2Second {
    height: 60%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .isiHome2Second h3 {
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
  }
  .isiHome2Second img {
    margin: 0 auto;
    width: 70%;
  }

  /* SECTION COMPRO */
  .isiCompro {
    flex-direction: column;
    row-gap: 3rem;
  }
  .isiCompro1 {
    width: 100%;
  }
  .isiCompro2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .isiCompro2 img {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  /* SECTION PRODUCT */
  .marketingProduct {
    row-gap: 1rem;
    flex-direction: column;
  }
  .listMarketingProduct {
    width: 60%;
  }
}

@media screen and (max-width: 645px) {
  .isiHome2First h1 {
    font-size: 3.2rem;
  }

  .isiHome2Second h3 {
    font-size: 1.6rem;
  }
  .isiHome2Second img {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  /* SECTION HOME */
  .isiHome1First {
    transform: translateY(0);
  }
  .isiHome1Second img {
    /* height: 100%; */
    transform: translateX(150px);
    width: 90%;
    border-radius: 150px;
  }

  /* SECTION COMPRO */
  .isiCompro2 img {
    width: 90%;
  }

  /* SECTION CONSULT */
  .consultGambar {
    width: 90%;
  }
}

@media screen and (max-width: 520px) {
  /* SECTION HOME */
  .isiHome2First h1 {
    font-size: 2.55rem;
  }
  .isiHome2Second h3 {
    font-size: 1.2rem;
  }

  /* SECTION COMPRO */
  .isiCompro p,
  .moreInfoCompro {
    font-size: 1.4rem;
  }
  .h2Compro {
    font-size: 2.2rem;
  }
  .garisOrange {
    font-size: 2rem;
    margin-top: -2.8rem;
  }

  /* SECTION PRODUCTS */
  .tigaIsiProdutsAtas {
    height: 20rem;
  }
  .tigaIsiProdutsBawah {
    height: 16rem;
  }
  .isiProducts h2 {
    font-size: 2.2rem;
  }
  .descProducts {
    font-size: 1.6rem;
  }
  .judulProduct {
    font-size: 2.2rem;
  }
  .isiProducts li {
    font-size: 1.4rem;
  }
  .indicativeRate {
    font-size: 1.2rem;
  }
  .listMarketingProduct {
    width: 80%;
  }
  .contactProduct h5 {
    font-size: 1.6rem;
  }
  .contactProduct img {
    height: 1.6rem;
  }
  .mailToMarketing p {
    font-size: 1.4rem;
  }
  .detailsMarketing {
    font-size: 1.4rem;
  }

  /* SECTION CONSULT */
  .consultText h2 {
    font-size: 2.2rem;
  }
  .descConsult {
    font-size: 1.6rem;
  }
  .contactUs {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 450px) {
  /* SECTION HOME */
  .isiHome1First .line {
    width: 60%;
  }
  .isiHome1Second img {
    transform: translateX(100px);
  }

  /* SECTION PRODUCT */
  .listMarketingProduct {
    width: 90%;
  }
}

@media screen and (max-width: 415px) {
  .isiHome2First h1 {
    font-size: 2rem;
  }

  .isiHome2Second h3 {
    font-size: 1.1rem;
  }

  /* SECTION COMPRO */
  .isiCompro1Split {
    column-gap: 2rem;
  }
  .isiCompro p,
  .moreInfoCompro {
    font-size: 1.3rem;
  }
  .h2Compro {
    font-size: 1.8rem;
  }
  .garisOrange {
    font-size: 1.9rem;
    margin-top: -2.6rem;
  }

  /* SECTION PRODUCTS */
  .isiProducts h2 {
    font-size: 1.8rem;
  }
  .descProducts {
    font-size: 1.4rem;
  }
  .judulProduct {
    font-size: 2rem;
  }
  .isiProducts li {
    font-size: 1.3rem;
  }
  .indicativeRate {
    font-size: 1.1rem;
  }

  .contactProduct h5 {
    font-size: 1.4rem;
  }
  .contactProduct img {
    height: 1.4rem;
  }
  .mailToMarketing p {
    font-size: 1.3rem;
  }
  .detailsMarketing {
    font-size: 1.3rem;
  }

  /* SECTION CONSULT */
  .consultText h2 {
    font-size: 1.8rem;
  }
  .descConsult {
    font-size: 1.3rem;
  }
  .contactUs {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 325px) {
  .isiHome2First h1 {
    font-size: 1.7rem;
  }

  .isiHome2Second h3 {
    font-size: 1rem;
  }

  /* SECTION PRODUCT */
  .listMarketingProduct {
    padding: 3.5rem 1rem;
  }
  .contactProduct h5 {
    font-size: 1.4rem;
  }
  .contactProduct img {
    height: 1.4rem;
  }
  .mailToMarketing p {
    font-size: 1.2rem;
  }
  .detailsMarketing {
    font-size: 1.2rem;
  }
}
