/* List City Tour */
.deskrip-city-tour p {
    margin-bottom: 0px !important;
}

/* CKE Editor*/
.description-list a {
    color: var(--black);
}

.description-list ul li {
    list-style: initial;
}


/* Floating action Buttton */
.contact-btn-1 {
  position: fixed;
  bottom: 30px;
  left: 20px;
  white-space: nowrap;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-34 {
  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-34: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;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #FFF;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

/* Artikel Footer */
.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 40px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    background-color:var(--white);
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / 8%);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--base-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: var(--base-color);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--base-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/* Keunggulan */
.keunggulan-hover:hover .icon-keunggulan{
    /* filter: sepia(0) saturate(0%) brightness(500%);
    transition: filter 0.1s ease; */
    filter: grayscale(100%) brightness(200%);
  }

  input::placeholder {
    font-family: "Open Sans", serif; /* Ganti dengan font yang Anda inginkan */
    /* font-size: 14px; */
    /* color: #888; */
}

textarea::placeholder {
  font-family: "Open Sans", serif; /* Ganti dengan font yang Anda inginkan */
  /* font-size: 14px; */
  /* color: #888; */
}

/* Product */
.blog-modern figure .post-content-wrapper {
  position: absolute;
  top: 120px;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  /* -webkit-box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
  box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1); */
}

@media (max-width: 768px) {
  .blog-modern figure .post-content-wrapper {
    top: 110px;
  }
}

@media (max-width: 580px) {
  .blog-modern figure .post-content-wrapper {
    top: 230px;
  }
}

@media (max-width: 480px) {
  .blog-modern figure .post-content-wrapper {
    top: 150px;
  }
}

@media (max-width: 410px) {
  .blog-modern figure .post-content-wrapper {
      top: 150px;
    }
}


.alert.alert-success {
  background-color: #fbe8d1;;
  color: var(--base-color);
  border-color: var(--base-color);
}

/* ==== */

#rooms figure:hover .bg-over{
  opacity: 0.1 !important;
}


/* Sosmed */
.cs_footer_widget .cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  /* border-color: var(--medium-gray); */
  /* border: 1px solid; */
}

.cs_footer_widget .cs_social_btns.cs_style_1 a {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  background-color: rgba(105, 105, 105, 0.3);
  color: var(--medium-gray);
  font-size: 16px;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--base-color);
  color: var(--white);
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



#promo .promo-title h4 p strong{
    color:var(--base-color);
    font-size:45px !important;
    -webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #fff;
}

/* welcome text */
.about-image::before {
  content: '';
  position: absolute;
  top: -15px;
  right: -15px;
  width: 80%;
  height: 80%;
  border-radius: 10px;
  background-color: var(--base-color);
  z-index: -1; 
}



.background-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/pattern-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
   opacity: 0.3; 
}


.background-room {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-room::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/pattern-room-new.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
   opacity: 0.2; 
}