
.jarallax {
  position: relative;
  z-index: 0;
  min-height: 100vh;


  justify-content: end;
  display: flex;
  flex-direction: column;
  position: relative;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax-container {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  padding:100px;
  padding-bottom: 70px;
}

.overlay-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* background-color: black; */
  background: linear-gradient(to top, black 10%, transparent 90%);
  opacity: 0.9;
  z-index: 1; /* lebih rendah dari teks */
}

.jc-h1 {
  position: absolute;
  top: 12%;
  right: 15%;
  text-align: left;
}

.jc-h1 p {
  font-size: 2vw !important;
  margin-top: 20px;
}

.jc-h1 h1{
  font-size: 4.5vw;
  line-height: 4.2vw;
  letter-spacing: -1px;
  font-weight: 800 !important;
}

.margin-image-logo {
  margin-right: 7%;
}

@media (max-width: 1300px) {
  .jc-h1 {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .jc-h1 h1 {
    line-height: 3.7vw;
  }
.jc-h1 p {
  font-size: 2vw !important;
  margin-top: 15px;
}
}
@media (max-width: 666px) {
  .jc-h1 h1 {
    line-height: 4vw;
  }
.jc-h1 p {
  font-size: 3vw !important;
  margin-top: 15px;
}
}
@media (max-width: 600px) {
  .jc-h1 h1 {
    line-height: 5vw;
  }
}
@media (max-width: 500px) {
  .jc-h1 h1 {
    line-height: 6vw;
  }
}
@media (max-width: 400px) {
  .jc-h1 {
    right: 8%;
  }
  .jc-h1 h1 {
    line-height: 7vw;
  }
  .margin-image-logo img {
    width: 20vw !important;
  }
}

.jarallax-container h1,
.jarallax-container p {
  z-index: 2;
  position: relative;
}

.jarallax-container p {
  font-size: 16px;
  text-align: center;
}

.jarallax-container-teks{
  width: 80%;
  z-index: 2;
  align-self: center;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #ff6200, #c51000);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  opacity: 0.8;
}

.jarallax-container-teks p,
.jarallax-container-teks span,
.jarallax-container-teks h1,
.jarallax-container-teks h2,
.jarallax-container-teks h3,
.jarallax-container-teks h4,
.jarallax-container-teks h5,
.jarallax-container-teks h6 {
  color: transparent !important;
  text-shadow: none !important;
}

.jarallax_button {
  width: fit-content;
  padding: 10px 20px;
  background-color: #FF6700;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.jarallax_button p {
  font-size: 14px !important;
  font-weight: 500;
  color: white;
  margin: 0;
  text-shadow: 0 0 0 transparent !important;
}

/* .jarallax-container p {
    margin-bottom: 100px;
} */
/* 
@media (max-width: 1200px) {
  .jarallax{
    min-height: 450px;
  }
} */

@media (max-width: 1000px) {
  /* .jarallax{
    min-height: 400px;
  } */
  /* .jarallax-container h1{
    margin-bottom: 30px;
  }
.jarallax-container p {
    margin-bottom: 50px;
  } */
   .jarallax-container {
    padding-bottom: 50px;
   }
}
@media (max-width: 900px){
  /* .jarallax-container h1,
  .jarallax-container p {
    margin:20px 80px;
  }
.jarallax-container p {
    margin-bottom: 50px;
} */
 .jarallax-container {
  padding: 50px 80px;
 }
}
@media (max-width: 880px) {
  /* .jarallax{
    min-height: 350px;
  } */
}
@media (max-width: 830px){
/* .jarallax-container p {
    margin-bottom: 50px;
} */
}
@media (max-width: 767px) {
  /* .jarallax{
    min-height: 250px;
  } */
  .jarallax-container h1{
    /* margin: 0 50px 30px 50px; */
    font-size: 30px;
  }
.jarallax-container p {
    /* margin: 0 50px 50px 50px; */
    font-size: 14px;
    /* margin-bottom: 70px !important; */
  }
  .jarallax-container{
    padding: 50px;
  }
}
@media (max-width: 600px) {
  /* .jarallax-container h1{
    margin-bottom: 30px;
  }
.jarallax-container p  {
    margin-bottom: 50px;
  } */
}
@media (max-width: 500px) {
  /* .jarallax{
    min-height: 200px;
  } */
}
@media (max-width: 400px) {
  /* .jarallax-container h1,
.jarallax-container p  {
    margin-left: 30px;
    margin-right: 30px
  } */
  .jarallax-container h1{
    font-size: 25px;
  }
.jarallax-container p {
    font-size: 12px;
  }
  .jarallax-container {
    padding: 50px 30px;
  }
}