@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400..700&display=swap");

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

/* body::-webkit-scrollbar {
  display: contents;
} */
.text1baris {
  /*Style untuk meringkas teks panjang menjadi beberapa baris*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bg-utama {
  background-image: url("https://img.pikbest.com/backgrounds/20220119/green-geometric-hexagon-texture-hd-background_6246213.jpg!sw800");
  background-size: cover;
  background-position: center;
}
.bg-sub {
  background: #43bf83;
  background: linear-gradient(189deg, rgba(67, 191, 131, 1) 0%, rgba(14, 110, 81, 1) 23%, rgba(4, 71, 48, 1) 66%);
}

.shadow-bottom {
  box-shadow: 0px 2px 2px 0px #8a8888;
}
.shadow-in {
  box-shadow: inset #d6dad6 0px 0px 5px 1px;
}
.text-shadow {
  text-shadow: 2px 2px 4px #524f4f;
}

@media screen and (min-width: 720px) {
  .noaktif:hover {
    transform: scale(1.1);
  }
  #col-bank {
    margin-top: -20px;
  }
  .judul1 {
    font-size: 65px;
    /* text-shadow: 2px 2px 4px #000000; */
  }
  .jasa {
    font-size: 30px;
  }
  #carouselExample {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .nav-menu:hover {
    transform: scale(1.1);
  }
  #sub-judul {
    text-align: center;
    justify-content: center;
  }
  /* #col-bank {
    margin-top: 5px;
  } */
  .judul1 {
    font-size: 30px;
    /* text-shadow: 2px 2px 4px #000000; */
  }
  .jasa {
    font-size: 30px;
  }
  #carouselExample1 {
    display: block;
  }
}

/*Loading*/
#preloader1 {
  border: 6px solid #16423c;
  border-radius: 50%;
  border-top-color: #d2f9eb;
  width: 60px;
  height: 60px;
  animation: animate-preloader 0.9s linear infinite;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #16423c;
  border-top-color: #d2f9eb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 0.9s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Button menu*/
.con {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #4c4ee7;
  margin: 5px;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}
