.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0px !important;
}

p {
  font-size: 12px;
}

.text-utama {
  color: var(--bs-primary) !important;
}

.text-kedua {
  color: var(--bs-secondary) !important;
}

.text-ketiga {
  color: var(--bs-third) !important;
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

.bg-utama {
  background: var(--bs-primary);
}

.bg-utama-gradient {
  background: linear-gradient(to right, #242F67, #0084B9);
}

.bg-kedua {
  background: var(--bs-secondary);
}

.bg-ketiga {
  background: var(--bs-third);
}

.bg-hijau-soft {
  background-color: #48E816 !important;
}

.bg-soft-utama{
  background-color: #caf4fa;
}

.bg-biru-soft {
  background-color: #6DC7FF !important;
}

.bg-putih {
  background: white;
}

.bg-abu {
  background: #DEDDDF;
}

.bg-hitam {
  background: black;
}

.bg-card-yellow {
  background: linear-gradient(rgb(254,243,228,.8), rgb(254,243,228,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-blue {
  background: linear-gradient(rgb(224,233,250,.8), rgb(224,233,250,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-red {
  background: linear-gradient(rgb(250,230,231,.8), rgb(250,230,231,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-ash {
  background: linear-gradient(rgb(240,240,248,.8), rgb(240,240,248,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cta {
  background: linear-gradient(rgb(13,29,96,.8), rgb(13,29,96,.6)), url('../../../images/kota.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}

.bg-flower-1 {
  background: url(../../../images/flower-1.png);
}

.bg-flower-2 {
  background: url(../../../images/flower-2.png);
}

.bg-flower-3 {
  background: url(../../../images/flower-3.png);
}

.satisfy {
  font-family: "Satisfy", serif;
}

.bunga-1 {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 40px;
  width: 250px;
}

.bunga-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .bunga-1 {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 550px;
    width: 150px;
  }
}

.bunga-2 {
  position: absolute;
  right: auto;
  left: 20px;
  bottom: 200px;
  width: 150px;
}

.bunga-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .bunga-2 {
    position: absolute;
    right: 0;
    left: -50px;
    top: 0;
    bottom: -800px;
    width: 250px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*border: 1px solid black;*/
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  color: black;
  background-color: #DDDDDD;
}

@media (min-width: 1376px) AND (max-width: 1540px) {
  .pt-lg-head {
    padding-top:10rem !important;
  }
}

@media (min-width: 1541px) AND (max-width: 2440px) {
  .pt-lg-head {
    padding-top:23rem !important;
  }
}

@media (min-width: 992px) AND (max-width: 1280px) {
  .pt-md-head {
    padding-top:5rem !important;
  }
}

.fz-10 { font-size: 10px; }
.fz-11 { font-size: 11px; }
.fz-12 { font-size: 12px; }
.fz-14 { font-size: 14px; }
.fz-16 { font-size: 16px; }
.fz-17 { font-size: 17px; }
.fz-18 { font-size: 18px; }
.fz-20 { font-size: 20px; }
.fz-22 { font-size: 22px; }
.fz-24 { font-size: 24px; }
.fz-26 { font-size: 26px; }
.fz-28 { font-size: 28px; }
.fz-30 { font-size: 30px; }
.fz-32 { font-size: 32px; }
.fz-34 { font-size: 34px; }
.fz-35 { font-size: 35px; }
.fz-35 { font-size: 35px; }
.fz-36 { font-size: 36px; }
.fz-37 { font-size: 37px; }
.fz-38 { font-size: 38px; }
.fz-39 { font-size: 39px; }
.fz-40 { font-size: 40px; }

.fz-fasilitas {
  font-size: 14px;
}

.fz-heading {
  font-size: 75px;
  font-weight: 900;
  line-height: 70px;
}

@media (max-width: 768px) {
  .fz-heading {
    font-size: 25px;
    line-height: 26px;
  }
}

.fz-section-utama {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-utama::after {
  content: ""; 
  display: block; 
  width: 110px;
  height: 7px;
  background-color: var(--bs-primary); 
  position: absolute;
  left: 10%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

.fz-section-utama-kanan {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-utama-kanan::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-primary); 
  position: absolute;
  right: -5%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

@media (max-width: 768px) {
  .fz-section-utama {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-utama::after {
    width: 50px;
    height: 5px;
  }

  .fz-section-utama-kanan {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-utama-kanan::after {
    width: 50px;
    height: 5px;
  }
}

.fz-section-kedua {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-kedua::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-secondary); 
  position: absolute;
  left: 9%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

.fz-section-kedua-kanan {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-kedua-kanan::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-secondary); 
  position: absolute;
  right: -10%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

@media (max-width: 768px) {
  .fz-section-kedua {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-kedua::after {
    width: 50px;
    height: 5px;
  }

  .fz-section-kedua-kanan {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-kedua-kanan::after {
    width: 50px;
    height: 5px;
  }
}

.fz-section-ketiga {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-ketiga::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-third); 
  position: absolute;
  left: 18%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

@media (max-width: 768px) {
  .fz-section-ketiga {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-ketiga::after {
    width: 50px;
    height: 5px;
  }
}

.fz-section-ketiga-center {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-ketiga-center::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-third); 
  position: absolute;
  left: 27%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

.fz-section-ketiga-kanan {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-ketiga-kanan::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: var(--bs-third); 
  position: absolute;
  right: -4%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

@media (max-width: 768px) {
  .fz-section-ketiga-center {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-ketiga-center::after {
    width: 50px;
    height: 5px;
  }

  .fz-section-ketiga-kanan {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-ketiga-kanan::after {
    width: 50px;
    height: 5px;
  }
}

.fz-section-putih {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-putih::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: white; 
  position: absolute;
  left: 7%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

.fz-section-putih-kanan {
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  position: relative;
}

.fz-section-putih-kanan::after {
  content: ""; 
  display: block; 
  width: 100px;
  height: 7px;
  background-color: white; 
  position: absolute;
  right: -7%; 
  bottom: -15px; 
  transform: translateX(-50%); 
}

@media (max-width: 768px) {
  .fz-section-putih {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-putih::after {
    width: 50px;
    height: 5px;
  }

  .fz-section-putih-kanan {
    font-size: 40px;
    font-weight: 800;
    line-height: 38px;
  }

  .fz-section-putih-kanan::after {
    width: 50px;
    height: 5px;
  }
}

.fz-title-article {
  font-size: 40px;
  font-weight: 800;
}

.fz-other {
  font-weight: 900;
  position: relative;
}

.fz-other::after {
  content: ""; 
  display: block; 
  width: 30px;
  height: 3px;
  background-color: black; 
  position: absolute;
  bottom: -15px;
}

.fz-cta {
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

@media (max-width: 768px) {
  .fz-title-article {
    font-size: 30px;
    font-weight: 700;
  }

  .fz-cta {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }
}

.line-utama {
  position: relative;
  background-color: var(--bs-primary);
  width: 100px;
  height: 7px;
  margin: 20px auto;
}

.line-kedua {
  position: relative;
  background-color: var(--bs-secondary);
  width: 100px;
  height: 7px;
  margin: 20px auto;
}

.line-ketiga {
  position: relative;
  background-color: var(--bs-third);
  width: 100px;
  height: 7px;
  margin: 20px auto;
}

.text-insight {
  position: absolute;
  transform: translateY(-50px);
  right: 110px;
}

.text-desk-insight {
  position: absolute;
  transform: translateY(-155px);
  left: 75px;
}

@media (max-width: 768px) {
  .text-desk-insight {
    position: relative;
    transform: translateY(0px);
    left: 0;
  }
}

.text-lob {
  position: absolute;
  right: 0; 
  transform: translateX(-160px);
}

.image-lob {
  transform: translateX(70px);
}

.caption-image-lob {
  position: absolute;
  margin-left: 40px;
  transform: translateY(-80px);
}

@media (max-width: 768px) {
  .text-lob {
    position: relative;
    transform: translateX(0px);
  }

  .image-lob {
    transform: translateX(0px);
  }

  .caption-image-lob {
    margin-left: 10px;
    transform: translateY(-80px);
  }
}

.header-fastguard {
  transform: translateX(70px);
}

.header-fastclean {
  transform: translateX(70px);
}

@media (max-width: 768px) {
  .header-fastguard {
    transform: translateX(0px);
  }

  .header-fastclean {
    transform: translateX(0px);
  }
}

.header-galeri {
  transform: translateX(100px);
}

@media (max-width: 768px) {
  .header-galeri {
    transform: translateX(0px);
  }
}

.retail-title {
  transform: translateX(-80px); 
  top: -50px;
}

.health-title {
  transform: translateX(250px);
  z-index: 99;
}

@media (max-width: 768px) {
  .retail-title {
    transform: translateX(0px); 
    top: 0px;
  }

  .health-title {
    transform: translateX(0px);
  }
}

.text-legal p {
  color: white;
}

.text-legal h4 {
  color: white;
}

.text-career {
  position: relative;
  transform: translateX(-270px);
}

.fw-600 {
    font-weight: 600 !important;
}

.f-libre {
    font-family: Libre Baskerville;
}

.f-yellow {
  font-family: Yellowtail;
}

@media (max-width:768px) {
  .fz-fasilitas {
      font-size: 12px;
  }
}

.header-about {
  transform: translateY(120px);
}

@media (max-width:768px) {
  .header-about {
    transform: translateY(0px);
    margin-bottom: 25px;
  }
}

.vision-about {
  right: 0;
  transform: translateX(-30px);
}

.about-image {
  position: relative;
  transform: translateX(90px);
}

@media (max-width:768px) {
  .about-image {
    transform: translateX(30px);
  }
}

.hww-image {
  position: relative;
  transform: translateY(-40px);
}

@media (max-width:768px) {
  .hww-image {
    transform: translateY(0px);
  }
}

.ohs-image-top {
  position: relative;
  transform: translateY(50px);
  left: 160px;
  z-index: 1;
}

.ohs-image-bottom {
  position: relative;
  transform: translateY(-100px);
  z-index: 1;
}

@media (max-width:768px) {
  .ohs-image-top {
    transform: translateY(20px);
    left: 0px;
  }

  .ohs-image-bottom {
    transform: translateY(0px);
  }
}

.question-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 3px solid black;
  margin-top: 20px;
  align-items: center;
  position: relative;
}

.header-about p {
  color: white !important;
}

.header-about h4 {
  color: white !important;
}

.question-footer a {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show::after {
  border-bottom: 2px solid white;
  margin-bottom: 5px;
  font-weight: 800;
}

.judul-wisata {
  /* font-family: Bangers; */
  font-size: 25px;
  color: black;
}

@media (max-width: 768px) {
    .judul-wisata {
        font-size: 18px;
    }
}

.top-stop {
  scroll-margin: 60px;
}

.border-utama {
  --bs-border-opacity: 1;
  border-color: var(--bs-primary) !important;
}

.border-left-utama {
  border-left: 5px solid var(--bs-primary);
}

.border-left-kedua {
  border-left: 5px solid var(--bs-secondary);
}

.border-left-putih {
  border-left: 5px solid white;
}

.border-bottom-utama {
  border-color: var(--bs-primary) !important;
  border-radius: 10% 30%;
  border-bottom: 1px solid var(--bs-primary) !important;
}

.border-bottom-kedua {
  border-bottom: 1.5px solid var(--bs-secondary);
}

.scroll-top{
  scroll-margin: 70px;
}

.scroll {
	display: block;
	height: 80px;
	overflow: auto;
	margin-bottom: 15px;
    /* direction: rtl;
    text-align: left; */
}

@media (max-width: 768px) {
    .scroll {
        height: 80px;
    }
}

.simplescroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.simplescroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.simplescroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--bs-secondary);
}
.simplescroll::-webkit-scrollbar-thumb:hover {
    background: var(--bs-secondary);
}
.simplescroll::-webkit-scrollbar-thumb:active {
    background: var(--bs-secondary);
}

/* list style 02 */
.list-style-02 li { list-style: none; line-height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: start; }
.list-style-02 li i { line-height: 30px; }

.cta-container {
  background: var(--bs-primary);
  color: white;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-container .bg-image {
  position: absolute;
  filter: grayscale(1);
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cta-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(11, 10, 74, 0.9) 0%,
    rgba(11, 10, 74, 0.9) 50%,
    rgba(11, 10, 74, 0.5) 100%
  );
}

.cta-container .overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(11, 10, 74, 0.9) 0%,
    rgba(239, 172, 40, 0.9) 50%,
    rgba(11, 10, 74, 0.4) 100%
  );
}

.cta-container .content {
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-weight: 600;
}

.cta-container p {
  font-size: 0.9rem;
}

.link-custom {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.link-custom .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}

.divider-style1 {
  position: relative;
  /* max-width: var(--main-container); */
  margin-left: auto;
  margin-right: auto;
}
.divider-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--bs-secondary) 50%, rgba(255, 255, 255, 0) 100%);
}
.divider-style1 .divider-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: var(--bs-primary);
  background-color: var(--bs-secondary);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.banner-style2 {
  position: relative;
  /* margin-bottom: 30px; */
}
.banner-style2 .banner-img img {
  width: 100%;
}
.banner-style2 .banner-content {
  position: absolute;
  width: 100%;
  max-width: 280px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-style2 .banner-label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 3px;
}
.banner-style2 .banner-title {
  margin-bottom: 21px;
}
.banner-style2.layout2 .banner-content {
  right: auto;
  left: 10%;
}
.banner-style2.layout2 .vs-btn {
  background-color: white;
  color: var(--bs-primary);
}
.banner-style2.layout2 .vs-btn:hover {
  color: var(--bs-secondary);
}

@media (max-width: 1199px) {
  .banner-style2 .banner-content {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .banner-style2 .banner-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .banner-style2 .banner-label {
    font-size: 12px;
  }
  .banner-style2 .banner-content {
    max-width: 180px;
  }
  .banner-style2 .vs-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 344px) {
    .banner-style2 .banner-content {
        max-width: 165px !important;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .banner-style2 .banner-content {
        max-width: 170px !important;
    }
}

@media (min-width: 362px) and (max-width: 390px) {
    .banner-style2 .banner-content {
        max-width: 180px !important;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .banner-style2 .banner-content {
        max-width: 200px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .banner-style2 .banner-content {
        max-width: 250px !important;
    }
}

@media (min-width: 1282px) and (max-width: 1920px) {
    .banner-style2 .banner-content {
        max-width: 280px !important;
    }
}

@media (max-width: 768px) {
  .w-50 {
    width: 45% !important;
  }
}

.mega-hover {
  position: relative;
  overflow: hidden;
}
.mega-hover img {
  transition: all 2s ease;
  transform: scale(1);
}
.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before {
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img {
  transform: scale(1.05);
}

/*** layanan Start ***/
.layanan .layanan-item {
  transition: 0.5s;
  height: 250px;
}

@media (max-width: 768px) {
  .layanan .layanan-item {
    transition: 0.5s;
    height: 100%;
  }
}

.layanan .layanan-item:hover {
  /* background: var(--bs-primary) !important; */
  background: linear-gradient(rgba(90,58,128, .8), rgba(90,58,128,.8)), url('../../../images/bg-card.jpg') center center;
  background-size: cover;
  border-color: var(--bs-secondary) !important;
}

.layanan .layanan-item .layanan-img img {
  transition: 0.5s;
}

.layanan .layanan-item:hover .layanan-img img {
  transform: scale(1.3);
}

.layanan .layanan-item:hover .layanan-content p,
.layanan .layanan-item:hover .layanan-content h3 {
  color: var(--bs-light);
  transition: 0.5s;
}

.layanan .layanan-item:hover .layanan-content a.btn {
  background: var(--bs-light);
  color: var(--bs-primary) !important;
}

.layanan .layanan-item:hover .layanan-content a.btn:hover {
  background: var(--bs-secondary);
  color: var(--bs-light) !important;
}

.layanan .layanan-item .layanan-img {
  overflow: hidden;
}
/*** layanan End ***/

/*** Keunggulan CSS ***/
/* .keunggulan {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
} */

.keunggulan-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: .3s;
  background: #e5e5e5;
  box-shadow: 0 0 10px rgba(196,83,209, .4);
}

.keunggulan-item:hover {
  box-shadow: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .keunggulan-item {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .keunggulan-item {
    height: 180px;
  }
}

.keunggulan-icon {
  position: relative;
  width: auto;
}

.keunggulan-icon img {
  position: relative;
  display: block;
  /* color: var(--primary); */
  font-size: 60px;
  line-height: 60px;
  margin-top: 5px;
}

/* .keunggulan-icon img:hover{
    transform: scale(1.1);
} */

.keunggulan-text {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.keunggulan-text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  left: 0;
  background: rgba(0, 0, 0, .1);
}

.keunggulan-text::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  top: calc(50% - 20px);
  left: -1px;
  background: var(--bs-primary);
}

.keunggulan-text h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.keunggulan-text p {
  margin: 0;
  font-size: 12px;
}

/*** List Check Start ***/
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.list-checked>li {
  position: relative;
  padding: 19px 0;
  padding-left: 2.25rem;
}

.list-checked>li+li,
.list-order>li+li {
  margin-top: 0;
}

.list-checked>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(22, 59, 222, .1);
  color: var(--bs-primary);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.lokasi {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
.list-checked.lokasi li span {
  padding: 0 0 5px 0;
  /* border-bottom: 3px solid var(--bs-primary); */
}
.list-checked.lokasi>li::before {
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(179, 179, 179, .3);
  color: red;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.border-bawah {
  border-bottom: 2px var(--bs-primary) solid;
  display: inline;
}

.wdt-20 {
  width: 20% !important;
}

@media (max-width: 768px) {
  .list-checked.lokasi {
    gap: 20px;
  }
  .list-checked.lokasi>li::before {
    position: absolute;
  }
  .wdt-20 {
    width: 50% !important;
  }
}

.list-checked.centang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.list-checked.silang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(220, 53, 75, .3);
  color: rgb(220, 53, 75);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.v-light:not(.no-light) .link-custom .link-text {
  color: #000;
}
.link-custom .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: exclusion;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}
.v-light:not(.no-light) .link-custom .link-circle {
  background-color: #e6e6e6;
  z-index: 0;
}
.link-custom .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-custom:hover {
  padding-left: 40px;
}

.link-custom:hover .link-text {
  color: #fff;
}
.link-custom:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom:hover .link-circle {
  width: 100%;
}
.link-custom:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom.scroll-down i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.link-custom.scroll-down:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom.scroll-down:hover .link-circle i {
  -webkit-transform: translateX(-9px) translateY(2px) rotate(90deg);
  -ms-transform: translateX(-9px) translateY(2px) rotate(90deg);
  transform: translateX(-9px) translateY(2px) rotate(90deg);
}

.link-custom-red {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #e61b33;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.link-custom-red .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 4;
  color: #e61b33;
}
.link-custom-red .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, .1);
  /*mix-blend-mode: color-dodge;*/
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}
.link-custom-red .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  color: #e61b33;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-custom-red:hover {
  padding-left: 40px;
}

.link-custom-red:hover .link-text {
  color: #fff !important;
}
.link-custom-red:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom-red:hover .link-circle {
  width: 100%;
  background: #e61b33;
}
.link-custom-red:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
  color: #fff;
}

.contact-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
}

.with-ts {
  width: fit-content;
}

.with-ts .text-shadow {
  position: absolute;
  right: -200px;
  color: black;
  opacity: 0.05;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}
@media (max-width: 767.98px) {
  .with-ts .text-shadow {
    position: absolute;
    right: -75px;
    color: black;
    opacity: 0.05;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }
}

.with-ts .text-shadow-2 {
  position: absolute;
  right: -200px;
  color: var(--bs-white);
  opacity: 0.05;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}

@media (max-width: 767.98px) {
  .with-ts .text-shadow-2 {
    position: absolute;
    right: -75px;
    color: var(--bs-white);
    opacity: 0.05;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }
}
.catalogue-or-1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 200px;
}
.catalogue-or-2 {
  position: absolute;
  top: -100px;
  right: 0;
  height: 200px;
}
.catalogue-or-3 {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.catalogue-or-4 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .catalogue-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    height: 100px;
  }
  .catalogue-or-2 {
    position: absolute;
    bottom: 100px;
    top: -50px;
    opacity: 0.25;
    height: 100px;
  }
}
.product-or-1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 200px;
}
.product-or-2 {
  position: absolute;
  top: -100px;
  left: 0;
  height: 200px;
}
.product-or-3 {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.product-or-4 {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .product-or-1 {
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0.25;
    height: 100px;
  }
  .product-or-2 {
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0.25;
    height: 100px;
  }
}
.profile-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.profile-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.profile-or-3 {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 250px;
  opacity: 0.02;
  z-index: 1;
}
.profile-or-4 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  width: 250px;
  opacity: 0.02;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .profile-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .profile-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.katalog-item
  .katalog-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0
    0.25rem
    0.75rem
    rgba(
      30,
      34,
      40,
      0.15
    );
}
.katalog-item
  .katalog-img
  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    black,
    transparent
  );
  opacity: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  .overlay {
  opacity: 0;
}
.katalog-item
  .katalog-img
  img {
  aspect-ratio: 3 /
    4;
  object-fit: cover;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  img {
  aspect-ratio: 1 /
    1;
}
.katalog-item
  .katalog-desc {
  opacity: 0;
  height: 0;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-desc {
  opacity: 1;  
}
@media (max-width: 767.98px) {
  .katalog-item:hover .katalog-desc {
    height: fit-content;
  }
}
.katalog-item
  .katalog-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.katalog-item
  .katalog-desc
  .title
  a {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
}
.katalog-item
  .katalog-desc
  .product-info {
  text-align: center;
}
.katalog-item
  .katalog-desc
  .link {
  color: var(
    --bs-primary
  );
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.products-tab {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.custom-testimoni {
  background: linear-gradient(
    -45deg,
    transparent,
    #ebebeb,
    transparent
  );
  box-shadow: none;
}
.testimoni-line {
  background: linear-gradient(
    90deg,
    #ebebeb,
    transparent
  );
  height: 3px;
  margin-top: 15px;
}
.contact-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.contact-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.contact-or-3 {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 250px;
  opacity: 0.02;
  z-index: 0;
}
.contact-or-4 {
  position: absolute;
  bottom: 175px;
  left: -100px;
  width: 350px;
  opacity: 0.02;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .contact-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .contact-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.produk-item {
  position: relative;
}
.produk-item
  .produk-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.produk-item
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1
  );
  opacity: 1;
  transition: all
    1s
    ease;
}
.produk-item
  .produk-img
  .fade-on-hover {
  opacity: 1;
  position: relative;
  transition: opacity
    0.3s
    ease;
}
.produk-item:hover
  .produk-img
  .fade-on-hover {
  opacity: 0;
}
.produk-item:hover
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1.1
  );
}
.produk-item
  .produk-img
  .second-thumbs-product {
  position: absolute;
  inset: 0;
}
.produk-item
  .produk-img
  .overlay-produk-btn {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(
    0,
    0,
    0,
    0.75
  );
  color: white;
  text-align: center;
  padding: 7.5px;
  border-radius: 7.5px;
  font-weight: bold;
  transform: translateY(
    50px
  );
  opacity: 0;
  transition: all
    0.5s
    ease;
}
.produk-item:hover
  .produk-img
  .overlay-produk-btn {
  transform: translateY(
    0
  );
  opacity: 1;
}
.produk-item.sold-item .produk-img .overlay-sold {
  position: absolute;
  z-index: 99;
  inset: 0;
  background: rgba( 0, 0, 0, 0.5 );
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produk-item.sold-item
  .produk-desc {
  opacity: 0.25;
}
.produk-item
  .produk-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
.produk-item
  .produk-desc
  .title
  a {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}
.produk-item
  .produk-desc
  .title
  a:hover {
  text-decoration: underline;
}
.produk-item
  .produk-desc
  .product-info {
  text-align: center;
}
.produk-item
  .produk-desc
  .product-info
  .discount {
  opacity: 0.75;
  text-decoration: line-through;
  margin-right: 5px;
}
.catalog-info-count {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
}
.catalog-info-count
  p {
  margin: 0;
  font-style: italic;
  color: rgba(
    0,
    0,
    0,
    0.3
  );
}
.testi-quote-up {
  position: absolute;
  top: -15px;
  left: -25px;
  height: 30px;
  z-index: 3;
}
.testi-quote-down {
  position: absolute;
  bottom: -15px;
  right: -45px;
  height: 50px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testi-quote-up {
    top: -15px;
    left: -10px;
    height: 30px;
    z-index: 3;
  }
  .testi-quote-down {
    bottom: 20px;
    right: -10px;
    height: 40px;
    z-index: 3;
  }
}
.keunggulan-item {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 20px;
  position: relative;
}
.keunggulan-item::after {
  content: "";
  position: absolute;
  min-width: 1px;
  top: 15%;
  bottom: 15%;
  right: -0.5px;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
.keunggulan-item::before {
  content: "";
  position: absolute;
  min-height: 1px;
  top: -0.5px;
  right: 15%;
  left: 15%;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
@media (min-width: 992px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before,
  .keunggulan-container:nth-child(
      2
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container:nth-child(
      even
    )
    .keunggulan-item::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item::after {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item {
    padding: 20px
      0px;
  }
}
.keunggulan-item
  .keunggulan-img
  img {
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}
.keunggulan-item
  .keunggulan-desc
  .desc {
  margin: 0;
}
.layanan-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
  display: flex;
  flex-direction: column;
}
.layanan-item::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(
    --bs-primary
  );
  bottom: 0;
  left: 20%;
  right: 20%;
}
.layanan-item
  .layanan-img {
  position: relative;
}
.layanan-item
  .layanan-img
  img {
  aspect-ratio: 2 /
    1.5;
  object-fit: cover;
}
.layanan-item
  .layanan-img
  .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(
      255,
      255,
      255,
      0.75
    ),
    transparent
  );
}
.layanan-item
  .layanan-desc {
  flex-grow: 1;
  padding: 20px;
}
.layanan-item
  .layanan-desc
  .title {
  font-size: 15px;
}
.latest-product-slider-container {
  background: #f5f5f5;
  padding: 20px;
}
.slider-latest-product
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 20px
    0;
}
.slider-latest-product
  .swiper-scrollbar-drag {
  background: var(
    --bs-primary
  );
}
.hover-text-dark:hover {
  color: black !important;
}
.keungjahit-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.keungjahit-item:first-child::before {  
  display: none;
}
.keungjahit-item::before {
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: -1px;
  display: block;
  width: 2px;
  background: rgba(255, 255, 255, .5);
}
@media (max-width: 991px) {
  .keungjahit-item {
    padding: 20px;
  }
  .keungjahit-item::before {    
    top: -.5px;
    left: 20%;
    right: 20%;    
    height: 1px;
    width: auto;        
  }
}
.keungjahit-item img {
  height: 100px;
  object-fit: contain;
}
.contact-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
	display: flex;
	gap: 10px;
}
.button-33 {
	background-color: #39B54A;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
.button-33:hover {
	box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
	  rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
	  rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
	  rgba(57, 181, 74, 0.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
	color: white;
}