/* Text */
.text-color_1 {
  color: var(--color_1);
}
.text-color_1:hover {
  opacity: 0.7;
  color: var(--color_1);
}
.text-color_2 {
  color: var(--color_2);
}
.text-color_2:hover {
  opacity: 0.7;
  color: var(--color_2);
}
/* Section */
.section-header h2 {
  font-size: 42px;
  font-weight: 600;
}
.section-header p {
  font-size: 18px;
}
/* Hero */
.hero {
  width: 100%;
  height: calc(100vh - 147px);
  min-height: 600px;
}
.hero .swiper-slide {
  position: relative;
}
.hero .text {
  width: 70%;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);

  color: var(--white);
}
.hero .text p {
  font-size: 18px;
}

.hero img {
  filter: brightness(0.45);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-main,
.button-main:focus {
  background: var(--color_1);
  padding: 8px 25px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  border: none;
}

.button-main-outline,
.button-main-outline:focus {
  background: transparent;
  padding: 8px 25px;
  border-radius: 4px;
  font-weight: 400;
  color: var(--color_1);
  border: 1.5px solid var(--color_1);
  transition: 150ms ease;
}

.button-main-outline:hover,
.button-main-outline:focus:hover {
  color: #fff;
  background: var(--color_1);
}

.cursor-pointer {
  cursor: pointer;
  transition: 150ms ease;
}
.cursor-pointer:hover {
  opacity: 0.8;
}
.button-main:hover,
.button-main:focus:hover {
  color: #fff;
  background: #e1444d;
}

.button-secondary,
.button-secondary:focus {
  background: var(--color_2);
  padding: 8px 25px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  border: none;
}

.button-secondary:hover,
.button-secondary:focus:hover {
  color: #fff;
  background: #0d5278;
}

@media only screen and (max-width: 768px) {
  .hero .text {
    left: 70px;
    color: var(--white);
  }
}
/* Swiper */
.swiper-button-prev {
  color: var(--white);
  transition: all 150ms;
}
.swiper-button-prev:hover {
  color: var(--color_1);
}
.swiper-button-next {
  color: var(--white);
  transition: all 150ms;
}
.swiper-button-next:hover {
  color: var(--color_1);
}
.swiper-pagination > .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--white);
  width: 40px;
  height: 6px;
  border-radius: 0px;
}
.swiper-pagination > .swiper-pagination-bullet-active {
  background-color: var(--color_1);
}

/* What Our Service BG */
.little-services {
  color: var(--white) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-blend-mode: darken !important;
  height: 100%;
}
.little-services h4 a {
  color: var(--white) !important;
}

/* CTA */
.cta {
  width: 100%;
  height: fit-content;
  color: var(--white);
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  background-blend-mode: darken !important;
}

/* Little achievement Swiper */
.little-achievement {
  min-height: 400px;
}
.little-achievement .position-absolute {
  width: 60vw;
  height: 298px;
  z-index: 1;
}
.little-achievement .section-header {
  position: relative;
  z-index: 2;
}
.little-achievement-swiper.swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 0% 70%,
    transparent 100%
  );
}
.little-achievement-swiper .swiper-slide {
  overflow: hidden;
}
.little-achievement-swiper .swiper-slide:nth-last-child(1) {
  margin: auto 0;
  border: none !important;
}
.little-achievement-swiper .swiper-slide:nth-last-child(1) .button-main {
  padding-right: 150px !important;
  border-radius: 5px 0 0 5px;
}
.little-achievement-swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 298px;
}

@media (max-width: 991.98px) {
  .little-achievement .position-absolute {
    position: static !important;
    width: 100%;
    height: auto !important;
  }
}

/* Clients */
.clients img {
  height: 90px;
  width: auto;
  object-fit: contain;
}
.clients .showcase {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 30% 70%,
    transparent 100%
  );
}
.clients .swiper-slide-active img {
  scale: 0.7;
}
.clients .swiper-slide.swiper-slide-next img {
  filter: grayscale(0);
}
.clients .swiper-slide.swiper-slide-next + .swiper-slide img {
  filter: grayscale(0);
}
.clients .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide img {
  filter: grayscale(0);
}
.clients
  .swiper-slide.swiper-slide-next
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  img {
  scale: 0.7;
}
@media (max-width: 991.98px) {
  .clients .swiper-slide-active img {
    scale: 1;
    filter: grayscale(0);
  }
  .clients .swiper-slide.swiper-slide-next img {
    scale: 1;
    filter: grayscale(0);
  }
  .clients .swiper-slide.swiper-slide-next + .swiper-slide img {
    scale: 1;
    filter: grayscale(0);
  }
  .clients .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide img {
    scale: 1;
    filter: grayscale(100);
  }
  .clients
    .swiper-slide.swiper-slide-next
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide
    img {
    scale: 1;
  }
}

/* Vision Mission */
#vision-mission .position-absolute {
  object-fit: cover;
  right: 50px !important;
}
#vision-mission .nav-tabs .nav-link {
  color: var(--color_1);
}
#vision-mission .nav-tabs .active {
  color: var(--white);
  background-color: var(--color_1);
}
#vision-mission .vision-tab p::before {
  content: "\0022";
  position: absolute;
  top: -90px;
  left: 0px;
  font-size: 120px;
  opacity: 0.4;
  color: var(--color_1);
}
#vision-mission .vision-tab p::after {
  content: "\0022";
  position: absolute;
  font-size: 120px;
  right: 0;
  top: 30px;
  opacity: 0.4;
  color: var(--color_1);
}
#vision-mission .vision-tab p {
  font-size: 28px;
  font-weight: 600;
  margin: 90px 0px 0px 0px;
  position: relative;
}

#vision-mission .mission-tab ol::before {
  content: "\0022";
  position: absolute;
  top: -90px;
  left: -20px;
  font-size: 120px;
  opacity: 0.4;
  color: var(--color_1);
}
#vision-mission .mission-tab ol::after {
  content: "\0022";
  position: absolute;
  font-size: 120px;
  right: 0;
  opacity: 0.4;
  color: var(--color_1);
}
#vision-mission .mission-tab ol {
  font-size: 16px;
  font-weight: 500;
  margin: 90px 0px 0px 20px;
  position: relative;
}

#vision-mission .swiper-button-prev {
  color: var(--color_1);
  transition: all 150ms;
}
#vision-mission .swiper-button-prev:hover {
  color: var(--color_2);
}
#vision-mission .swiper-button-next {
  color: var(--color_1);
  transition: all 150ms;
}
#vision-mission .swiper-button-next:hover {
  color: var(--color_2);
}
#vision-mission .swiper-pagination > .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--color_1);
  background-color: var(--white);
  width: 40px;
  height: 6px;
  border-radius: 0px;
}
#vision-mission .swiper-pagination > .swiper-pagination-bullet-active {
  background-color: var(--color_1);
}
/* Credit Simulation */
.credit-simulation input,
.credit-simulation textarea,
.credit-simulation select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.credit-simulation input:focus,
.credit-simulation textarea:focus,
.credit-simulation select:focus {
  border-color: var(--color_1);
  box-shadow: none;
}
.credit-simulation .phone::after {
  content: "+62";
}
.credit-simulation input,
.credit-simulation select {
  height: 44px;
}

.credit-simulation textarea {
  padding: 10px 12px;
}

.credit-simulation button[type="submit"] {
  background: var(--color_1);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.credit-simulation button[type="submit"]:hover {
  background: #e24d55;
}

.credit-simulation table tr td:nth-child(1) {
  text-wrap: nowrap;
  width: 33%;
}
.credit-simulation table tr td:nth-child(2) {
  text-wrap: nowrap;
  width: 1%;
}

/* Service */

#service .section-header h2 {
  font-size: 30px;
}

#service .table tr td:nth-child(1) {
  width: 1%;
  min-width: 110px;
  text-wrap: nowrap;
  font-weight: 600;
  color: var(--color_2);
}
#service .table tr td:nth-child(2) {
  width: 1%;
  min-width: 50px;
}
#service .side-image {
  /* background: no-repeat;
  background-size: cover;
  background-position: center center; */
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  #service .side-image {
    height: 300px;
  }
}

/* Acordion */
.accordion-button:not(.collapsed) {
  background-color: var(--color_2);
  color: var(--white);
}

.accordion-header {
  margin-bottom: 0 !important;
}
.accordion-header .accordion-button {
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Modal Angsuran */

.modal .php-email-form input,
.modal .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.modal .php-email-form input:focus,
.modal .php-email-form textarea:focus {
  border-color: var(--color_1);
}

.modal .php-email-form input {
  height: 44px;
}

.modal .php-email-form textarea {
  padding: 10px 12px;
}

.modal .php-email-form button[type="submit"] {
  background: var(--color_1);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.modal .php-email-form button[type="submit"]:hover {
  background: #e24d55;
}
/* Random */
.elipsis-2-text,
.elipsis-2-text > * {
  /* min-height: 48px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.min-height-48 {
  min-height: 48px;
}
.elipsis-1-text,
.elipsis-1-text > * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.button-edit {
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 888;
  opacity: 0.6;
  transition: all 150ms ease;
}
.button-edit:hover {
  opacity: 1;
}
.swal2-container {
  overflow-y: hidden !important;
}
.modal-backdrop {
  z-index: 999999;
}
/* Max height */
.mh-auto {
  max-height: 440px !important;
  height: auto !important;
}
/* Recent Post */
.recent-posts > .post-item img {
  height: 60px;
  object-fit: fill;
}
/* Gallery */
.gallery.hero {
  height: calc(100vh - 380px) !important;
}
.gallery.hero .swiper-slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-blend-mode: darken !important;
}
.gallery.hero img {
  filter: brightness(0.9) !important;
  object-fit: contain;
  backdrop-filter: blur(4px) !important;
  border: 1px solid var(--white);
}
.gallery.hero .text {
  top: auto !important;
  bottom: -60px !important;
  width: 100% !important;
  left: 0 !important;
  padding: 25px 50px !important;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.6px);
  -webkit-backdrop-filter: blur(6.6px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.gallery.hero .text h4 {
  font-size: 18px;
}
.gallery.hero .glightbox {
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 50%, -50%;
  opacity: 0;
  z-index: 100;
  transition: 150ms ease;
}
.gallery.hero .glightbox i {
  opacity: 0.4;
  font-size: 30px;
  transition: 150ms ease;
  margin-left: -15px;
}
.shifting {
  transition: 150ms ease;
}
.gallery.hero .folder-title {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  color: var(--white);
  z-index: 100;
}
.gallery.hero .folder-title h5 {
  background-color: var(--color_1);
  padding: 10px 20px;
}
.gallery.hero .folder-title i {
  /* background-color: var(--color_1); */
  padding: 10px 20px;
  margin: 0;
}
.gallery.hero:hover .glightbox {
  opacity: 1;
}
.gallery.hero .glightbox:hover i {
  opacity: 1;
}
.gallery.hero .text p {
  font-size: 14px;
}
.gallery.hero .swiper-pagination > .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--white);
}
.gallery.hero .swiper-pagination > .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid var(--white);
  background-color: var(--white) !important;
}
.gallery.hero .swiper-pagination-fraction {
  color: var(--white);
}
.portfolio .portfolio-wrap img {
  object-position: center center !important;
}
.portfolio-wrap .box {
  background-color: var(--color_1);
  color: var(--white);
  padding: 10px;
  transition: 350ms ease;
}
.portfolio-wrap:hover .box {
  margin-top: -50px;
}
.text-justify {
  text-align: justify !important;
}
/* Meida Query MD */

@media only screen and (max-width: 768px) {
  section {
    padding: 15px 0;
    overflow: hidden;
  }
  section .section-header h2 {
    font-size: 28px !important;
    text-align: center;
  }
  section .section-header h3 {
    font-size: 22px !important;
    text-align: center;
  }
  section .section-header p {
    font-size: 16px !important;
    text-align: center;
  }
  section.little-achievement .swiper-slide:nth-last-child(1) {
    width: 50% !important;
  }
  section.little-achievement .swiper-slide img {
    min-width: 240px;
  }
  .getstarted {
    margin: auto;
  }
  section.cta h2,
  section.cta p {
    text-align: center;
  }
  section.cta div > div:nth-child(2) {
    margin: auto;
  }

  .breadcrumbs h2 {
    font-size: 26px !important;
  }
  .breadcrumbs ol li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  #carrer-about .wrapper {
    margin: 0 0px !important;
  }
  #carrer-about .insight-carrer {
    min-height: auto !important;
  }
}
/* Footer */
#footer .footer-top {
  background-color: rgba(0, 0, 0, 0.8) !important;
  background-blend-mode: darken !important;
  background-size: cover !important;
  background-position: center !important;
}
/* Carrer */
#carrer .carrer-box .image-wrapper img {
  width: 100%;
  max-height: 200px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#carrer-about .insight-carrer {
  color: var(--white) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-blend-mode: darken !important;
  height: 100%;
  min-height: 400px;
}

#carrer-about .insight-carrer > div {
  margin-top: auto;
}
#carrer-about .wrapper {
  margin: 0 70px;
}
#carrer-about .insight-carrer h4,
#carrer-about .insight-carrer h4 a,
#carrer-about .insight-carrer p {
  color: var(--white) !important;
  margin-left: 0 !important;
}
