/* Section Home */
.home {
  width: 100%;
  height: 100vh;
  position: relative;

  overflow: visible;
  /* z-index: 99; */
}
.arrowLeft,
.arrowRight {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  /* background: rgba(0, 0, 0, 0.4); */
  cursor: pointer;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  border-radius: 50%;
  color: #333;
  opacity: 0.8;
}
.arrowRight {
  left: inherit;
  right: 1%;
}

.isiHome {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}
.isiHome1First {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* transform: translateY(-50px); */
  /* overflow: hidden; */
}
.isiHome1First .line {
  background: #ea623c;
  height: 5px;
  width: 10%;
  margin-top: 80px;
  margin-bottom: 15px;
}
.isiHome1First h5 {
  font-size: 20px;
  font-weight: bolder;
  line-height: 0.9;
}
.isiHome1First h1 {
  line-height: 0.83;
  font-size: 60px;
  margin: 50px 0;
  font-weight: bolder;
}
.orange {
  color: #ea623c;
}
.isiHome1First p {
  background: #ea623c;
  padding: 10px;
  color: #fff;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.isiHome1Second {
  height: 100%;
  width: 65%;
  /* overflow: hidden; */
}
.isiHome1Second img {
  /* transform: translateY(-50px); */
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.isiHome1.muncul {
  width: 100%;
  opacity: 1;
  transform: translateX(0);
}
.isiHome1.kanan {
  width: 0;
  opacity: 1;
  transform: translateX(100%);
}
.isiHome2 {
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 2.5s all ease;
  overflow: visible;
}
.isiHome2.left {
  width: 0;
  transform: translateX(-100%);
  opacity: 0;
  overflow: hidden;
}
.isiHome2.right {
  width: 0;
  transform: translateX(100%);
  opacity: 0;
  overflow: hidden;
}
.isiHome2First {
  height: 45%;
  width: 90%;
  opacity: 1;
  /* transform: translate(10%, -50px); */
  position: relative;
  transition: all 2.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.isiHome2First.muncul {
  opacity: 0;
}
.isiHome2First h1 {
  font-size: 8.5rem;
  font-weight: 550;
  text-shadow: 2px 2px #0000003f;
  /* color: red; */
  /* margin: 0 auto; */
}

.isiHome2Second {
  height: 40%;
  width: 90%;
  /* align-self: flex-end; */
  position: relative;
  opacity: 1;
  transition: all 2.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
.isiHome2Second.muncul {
  opacity: 0;
}
.isiHome2Second h3 {
  width: 40%;
  margin-left: 5.1%;
  font-size: 2rem;
  margin-top: 5rem;
  font-weight: 500;
}
.isiHome2Second img {
  /* position: absolute; */
  /* right: 0; */
  width: 40%;
  /* height: 100%; */
  object-fit: cover;
  /* border-radius: 400px 0 400px 0; */
  z-index: 999;
}
.isiHome3 {
  width: 0;
  height: 100%;
  /* background-color: #ff8f1c; */
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 2.5s all ease;
}
.hh {
  height: 100%;
  width: 50%;
  background: #1ca9cc;
}
.hi {
  width: 50%;
  height: 100%;
}
.isiHome3.muncul {
  overflow: hidden;
  width: 100%;
  opacity: 1;
  transform: translateX(0);
}
.isiHome3.kiri {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transform: translateX(-100%);
}

.dots1,
.dots2,
.dots3 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(220, 231, 58, 0.603);
  background: rgba(0, 0, 0, 0.8);
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
}
.dots1 {
  transform: translateX(-20px);
}
.dots2 {
  transform: translateX(55%);
}
.dots3 {
  opacity: 0;
  pointer-events: none;
  /* transform: translateX(20px); */
}

/* Section Compro */
.compro {
  width: 100%;
  height: 100%;
  margin: 30rem 0;
  z-index: -1;
}
.isiCompro {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
}
.isiCompro p {
  font-size: 1.8rem;
}
.isiCompro1 {
  width: 50%;
}
.isiCompro1Isi {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.h2Compro {
  font-weight: 550;
}
.garisOrange {
  color: #f98d41;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -4rem;
  margin-bottom: 1.5rem;
}
.isiCompro1Split {
  /* background: #1ca9cc; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4.4rem;
}
.isiCompro .pInfo {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
}
.moreInfoCompro {
  text-align: center;
  padding: 0.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
  width: 16rem;
  background: #f98d41;
  margin-top: 2rem;
}
.isiCompro2 {
  width: 50%;
}
.isiCompro2 img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #333);
}

/* section Products */
.products {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.isiProducts {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.isiProducts h2 {
  font-weight: 550;
}
.descProducts {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 450;
  text-align: center;
}
.tigaIsiProducts {
  /* background: #1ca9cc; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 5rem 0;
}
.tigaIsiProducts1 {
  width: 27%;
}
.isiTigaIsiProducts1 {
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.493));
}
.tigaIsiProdutsAtas {
  width: 100%;
  height: 25rem;
  /* background: #1f4690; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.financeLease {
  background-image: url("../img/finance-lease-rev.jpg");
}
.salesLeaseback {
  background-image: url("../img/salesLeaseback.jpg");
}
.purchaseFinance {
  background-image: url("../img/purchaseFinance.jpg");
}
.judulProduct {
  color: #fff;
  text-shadow: 2px 2px #333;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}
.tigaIsiProdutsBawah {
  margin: 0 auto;
  padding: 1rem 0;
  width: 85%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.isiProducts li {
  font-size: 1.6rem;
  /* font-weight: 450; */
  text-align: justify;
}
.indicativeRate {
  font-size: 1.4rem;
  font-weight: 450;
  margin-top: 1.2rem;
  text-align: center;
}
.contactProduct {
  margin: 5rem 0;
  width: 90%;
  border-radius: 0.5rem;
  padding: 4rem 0;
  background: #fff;
  background: #f98d41;
  filter: drop-shadow(5px 5px 5px #0000000e);
}
.marketingProduct {
  width: 100%;
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* column-gap: 5rem; */
}
.listMarketingProduct {
  border-radius: 0.5rem;
  width: 30%;
  background: #ffffff;
  filter: drop-shadow(5px 5px 5px #00000028);
  padding: 4.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* border: 1px solid; */
}
.emailMarketingProduct {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  justify-content: center;
  align-items: center;
}
.isiEmailMKT {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.3rem;
}
.contactProduct h5 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  text-shadow: none;
  font-weight: 450;
}
.contactProduct img {
  height: 2rem;
  /* width: 100%; */
}
.mailToMarketing {
  display: block;
  /* background: #1ca9cc; */
  width: 90%;
  overflow: hidden;
}
.mailToMarketing p {
  color: #333;
  font-size: 1.6rem;
}
.detailsMarketing {
  margin-top: 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.8rem 3rem;
  background: #f98d41;
}

/* Section Consult */
.consult {
  margin: 30rem 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isiConsult {
  /* background: #1ca9cc; */
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultGambar {
  width: 50%;
}
.consultText {
  width: 50%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.consultText h2 {
  font-weight: 550;
}
.consult img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #333);
}
.descConsult {
  margin: 1rem 0;
  font-size: 2rem;
}
.contactUs {
  margin-top: 3rem;
  background: #f98d41;
  padding: 0.8rem 3rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
}
