@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  --primary: #0E766B !important;
  --secondary: #fbd369 !important;
  --scrollbarBG: transparent;
  --thumbBG: var(--secondary);
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 7px;
}

body {
  font-family: "Montserrat", sans-serif !important;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.bg-grey-custom {
  background-color: #dcdddd;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

a.btn_1,
.btn_1 {
  background: var(--primary);
  color: #fff;
  border-radius: 10px !important;
  transition: all 0.3s ease-in;
}

a.btn_1:hover,
.btn_1:hover {
  background: var(--primary);
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

.main_title_2 span {
  background-color: var(--primary);
  height: 5px;
  border-radius: 50px;
}

.main_title_2 span em {
  background-color: var(--secondary);
  height: 5px;
}

.hero-slider img.logo-banner {
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.hero-slider .slide-desc p {
  color: #ffffff;
  font-size: 1.2rem;
}

/* <!-- Header Navigation --> */

header.header,
header.header.sticky {
  background: var(--primary);
}

header.header.sticky {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

.main-menu>ul>li span>a,
header.sticky .main-menu>ul>li span>a {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--secondary), var(--secondary) 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.main-menu>ul>li span>a:hover,
header.sticky .main-menu>ul>li span>a:hover {
  background-position: 0 100%;
}

.main-menu ul ul:before {
  border-bottom-color: #fff;
}

.main-menu ul ul {
  border: none;
  box-shadow: none;
}

.main-menu ul ul li a,
.main-menu ul ul li span a {
  font-weight: bold !important;
}

.main-menu ul ul li:hover>a {
  background-color: var(--secondary);
  color: #ffffff;
}

.main-menu ul ul li span a {
  color: #333;
}

.main-menu ul li:last-child ul {
  left: auto;
  right: 3px;
}

.main-menu ul li:last-child ul:before {
  left: auto;
  right: 20%;
}

header.header,
header.header.sticky {
  padding: 0;
  border: none;
}

header.header div#logo,
header.header.sticky div#logo {
  background: #fff;
  padding: 20px;
  position: relative;
}

/* header.header div#logo:after,
header.header.sticky div#logo:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-left: 0 solid transparent;
  clear: both;
  border-top: 75px solid #fff;
} */
header.header div#logo:after,
header.header.sticky div#logo:after {
  content: '';
  position: absolute;
  right: -26px;
  top: -19px;
  width: 66px;
  height: 89px;
  background-color: #fff;
  border-radius: 0 0 15px 0;
  transform: rotate(25deg);
  z-index: -1;
}


header.header .main-menu>ul>li span>a,
header.header.sticky .main-menu>ul>li span>a {
  padding: 10px;
}

header.sticky .main-menu>ul>li span:hover>a {
  color: var(--secondary);
}

header.header .main-menu,
header.header.sticky .main-menu {
  top: 15px;
}

header.sticky .hamburger-inner,
header.sticky .hamburger-inner::before,
header.sticky .hamburger-inner::after {
  background-color: #fff;
}

.box_grid .wrapper {
  background: var(--primary);
  color: #ddd;
  border-radius: 0 0 10px 10px;
}

.box_grid .wrapper h3 a {
  color: var(--secondary);
  font-weight: bold;

  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.box_grid a.btn_1 {
  background-color: var(--secondary);
}

.box_grid {
  border-radius: 10px;
}

.box_grid figure {
  border-radius: 20px 20px 0 0;
}

/* <!-- Header Slider --> */
.hero_in.tours_detail {
  margin-top: 75px;
}
.hero_single {
  /*height: 100vh !important;
  position: absolute;*/
  height: 680px !important;
}

.owl-banner.owl-carousel .owl-slide {
  position: relative;
  /*height: 100vh;*/
  height: 680px;
  background-size: cover;
  background-color: lightgray;
}

.owl-banner.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-banner.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-banner h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  transition-delay: 0.2s;
}

.owl-banner.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-banner.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.owl-banner.owl-carousel .owl-dots .owl-dot {
  outline: none;
}

.owl-banner.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--primary);
  transition: all 0.2s ease;
}

.owl-banner.owl-carousel .owl-dots .owl-dot:hover span,
.owl-banner.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--primary);
}

.header .item {
  height: 100vh;
  position: relative;
}

.header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  text-align: center;
}

.header .item .cover .header-content img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}

.header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

@media (max-width: 769px) {
  .header .item .cover .header-content h2 {
    font-size: 20px;
  }

  .header .item .cover .header-content h1 {
    font-size: 29px;
  }

  .header .item .cover .header-content h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.header .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.header .owl-nav .owl-prev:focus {
  outline: 0;
}

.header .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.header .owl-nav .owl-next:focus {
  outline: 0;
}

.header .owl-nav .owl-next:hover {
  background: #000 !important;
}

.header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* CTA */
#calltoaction {
  background-color: var(--primary);
}

#calltoaction a.btn_1,
#calltoaction .btn_1 {
  background-color: var(--secondary);
  color: var(--dark);
}

#calltoaction a.btn_1:hover,
#calltoaction .btn_1:hover {
  background-color: transparent;
  color: var(--dark);
  box-shadow: 0px 0px 6px 2px var(--dark) !important;
}

/* About Travel */
#about div.row.fitur {
  margin-top: 30px;
}

#about .bg-logo {
  background-color: #eeefef;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #about .bg-logo {
    padding: 40px 0;
  }
}

#about .bg-logo img {
  width: calc(100% - 100px);
}

#about .aboutUs div:first-child {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

#about .aboutUs div:nth-child(3) {
  border-radius: 0 0 10px 10px;
}

#about .aboutUs div:nth-child(2),
#about .aboutUs div:nth-child(3) {
  background-color: #eeefef;
  padding: 50px 20px 15px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

#about .aboutUs div:nth-child(2) .content,
#about .aboutUs div:nth-child(3) .content {
  left: 0;
  top: 0;
  padding: 0;
  position: absolute;
}

#about .aboutUs div:nth-child(2) .title-content,
#about .aboutUs div:nth-child(3) .title-content {
  background-color: var(--primary);
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  width: 80px;
  height: 32.5px;
  padding: 5px 15px 5px 20px;
  color: #fff;
  position: relative;
  border-radius: 0 0 10px;
}

#about .aboutUs div:nth-child(2) .title-content::after,
#about .aboutUs div:nth-child(3) .title-content::after {
  content: '';
  position: absolute;
  right: -16px;
  width: 37px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 0 0 15px 0;
  transform: rotate(25deg);
  z-index: 0;
}

#about .aboutUs div:nth-child(2) .title-content::after {
  top: -9px;
}

#about .aboutUs div:nth-child(3) .title-content::after {
  top: -9px;
}

#about ul {
  list-style: none; /* Hilangkan bullet */
  padding: 0;
  counter-reset: li; /* Inisialisasi counter */
}

#about ul li {
  margin-bottom: 10px;
  counter-increment: li;
  min-height: 33px;
  align-items: center;
  display: flex;
  padding-left: 40px;
  position: relative;
}

#about ul li:before {
  content: counter(li); /* Menampilkan nilai counter */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cfa940;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 425px) {
  #about div.row.fitur {
    margin-top: 30px;
  }
}

#about div.icon,
#fitur div.icon {
  width: 66px;
  height: 66px;
  background: var(--primary);
  border-radius: 100%;
  position: relative;
  color: #fff;
  margin: 0 auto 15px;
}

#about div.icon:before,
#fitur div.icon:before {
  content: " ";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

#about div.icon i,
#fitur div.icon i {
  padding-top: 18px;
}

#about div.icon svg,
#fitur div.icon svg {
  margin-top: 18px;
}

#about div.fitur .body span {
  background-color: var(--primary);
  width: 100px;
  height: 2px;
  display: block;
  margin: 10px auto;
}

/* <!-- Listings Package --> */
#listings_package .item {
  padding: 15px 45px;
}

#listings_package .box_grid {
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 27%);
}


#listings_package .box_grid .wrapper table {
  color: #fff;
}

@media (max-width: 990px) {
  #listings_package .box_grid {
    margin-bottom: 30px;
  }
}

#listings_package .box_grid a {
  margin: 0 auto;
  width: 90%;
  left: 0;
  bottom: 15px;
  right: 0;
  position: absolute;
}

#myTabContent .box_grid a {
  position: static;
  width: 100%;
}

#myTabContent .box_grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  border: none;
}

#myTabContent .box_grid .content {
  position: relative;
}

#myTabContent .box_grid .content .price {
  background-color: #fff;
  padding: 7px 13px;
  border-radius: 20px 0 0;
  display: block;
  overflow: hidden;
  top: -22px;
  right: -5px;
  position: absolute;
}

#myTabContent .box_grid .content .price ul {
  border: none;
}

@media (max-width: 1200px) {
  #listings_package .item {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  #listings_package .item {
    padding: 15px;
  }

  #myTabContent .item {
    padding: 15px;
  }

  #listings_package .owl-nav {
    display: none;
  }

}

#listings_package .box_grid figure {
  height: 165px;
  border-radius: 15px 15px 0 0;
}

#listings_package .box_grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  transform: none;
  border-radius: 15px 15px 0 0 !important;
}

#listings_package .box_grid figure small {
  background-color: #333;
  color: #fff;
  padding: 7px 13px;
  border-radius: 0 0 10px;

  left: -3px;
  top: 0;
  position: absolute;
}

#listings_package div.wrapper .box_grid {
  margin: 20px 0;
  padding-bottom: 70px;
  min-height: 285px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.box_grid .price strong {
  font-weight: 700 !important;
  color: var(--secondary);
}

.box_grid ul li:last-child {
  font-weight: 700;
  color: #fff;
}

#listings_package .box_grid .wrapper h3 {
  color: var(--primary);
  font-weight: 600;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.owl-theme .owl-dots .owl-dot span {
  transition: .3s ease;
}

#listings_package div.wrapper div.price {
  background-color: #333;
  padding: 7px 13px;
  border-radius: 20px 0 0;
  display: block;
  overflow: hidden;

  top: -22px;
  right: -5px;
  position: absolute;
}

#listings_package div.wrapper div.price ul {
  margin: 0;
  padding: 0;
  border: 0;
}

#listings_package .tab-content {
  padding: 0;
  background: var(--primary) !important;
}

#listings_package .tab-content .tab-pane.p-30 {
  padding: 30px !important;
}

@media (max-width: 768px) {
  #myTabContent.tab-content .tab-pane.p-30 {
    padding: 15px 10px !important;
  }
}

#listings_package .nav.nav-pills.nav-fill {
  background-color: #f6f6f6;
}

#listings_package .nav-pills .nav-link {
  color: inherit;
  padding: 15px;
  border-radius: 0;
}

@media (max-width: 461px) {
  #listings_package .nav-pills .nav-link {
    padding: 10px;
  }

  #listings_package .nav-pills .nav-link svg {
    display: none;
  }
}

#listings_package .nav.nav-pills .nav-item .nav-link.active {
  background: #fff;
  color: inherit;
  border-top: 2px solid var(--primary);
}

/* Detail Package */
table.details>tbody>tr {
  line-height: 2;
}

table.details>tbody>tr>td {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

#listings_package table>tbody>tr>td:nth-child(2) {
  width: 50%;
}

#listings_package table>tbody>tr td.rating span svg {
  font-size: 12px;
  color: #ff7f3a;
}

#listings_package table>tbody>tr td.rating span svg.empty {
  color: #d7d7d7;
}

#listings_package .owl-nav {
  position: relative;
  top: -270px;
}

#listings_package .owl-nav .owl-prev {
  background: #333333;
  color: var(--primary);
  left: -12px;
  padding: 0 15px !important;
  position: absolute;
}

#listings_package .owl-nav .owl-next {
  background: #333333;
  color: var(--primary);
  right: -12px;
  padding: 0 15px !important;
  position: absolute;
}

#listings_package .owl-nav .owl-prev,
#listings_package .owl-nav .owl-next {
  font-size: 35px;
}

#listings_package .owl-nav .owl-prev:focus,
#listings_package .owl-nav .owl-next:focus {
  outline: none !important;
}

.tab-content div.box_grid.no-shadow {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tab-content div.box_grid.no-shadow ul {
  border-top: 0 !important;
}

.tab-content div.box_grid ul {
  margin: 0 !important;
  line-height: 2;
  padding: 20px 0;
  display: grid;
}

.tab-content div.box_grid ul li {
  margin: 0 !important;
}

.tab-content div.box_grid ul li:last-child {
  float: none;
}

.tab-content div.box_grid a.btn_1 {
  background: #6aaf4f;
  font-size: 14px;
  padding: 11px 20px;
}

/* Promo */
.promo .loop .item img {
  border: 1px solid #fafafa;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .promo .loop .item img {
    border-radius: 0px;
  }
}

/* <!-- Gallery --> */
.grid ul li {
  background-color: transparent;
}

.grid ul li figure {
  margin: 5px;
  border-radius: 10px;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
  color: #fff;
}

.service-bg {
  background: linear-gradient(to right, #000000c7, #000000c7), url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/977/nabawimain-1024x576-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-bg p.custom-p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.service-bg ul li {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.service-bg ul li div.icon {
  /*display: inline-block;*/
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid var(--secondary);
  position: relative;
}

.service-bg ul li div.icon i {
  font-size: 20px;
  color: var(--secondary);
  position: absolute;
  margin: 8px 9px;
}

.service-bg ul li:nth-child(2) div.icon i {
  margin: 8px 13px;
}

.service-bg ul li span {
  line-height: 2;
}

.gallery-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/842/bg-gallery.png);
}

/* Hover Figure Image & Testimonial */
figure.hover {
  position: relative;
}

figure.hover a {
  color: #fff !important;
}

figure.hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

figure.hover:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.mfp-wrap.mfp-gallery .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: static;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: FontAwesome !important;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\f053";
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\f054";
}


/* <!-- Testimonial --> */

div.testimonial iframe {
  height: 300px;
  border-radius: 10px;
}

div.testimonial div.testimoni div.item {
  padding-top: 10px;
}

div.testimonial div.testimoni div.item p {
  background: #ffab02;
  color: #333;
  font-weight: bold;
  font-style: italic;
  margin: 15px;
  padding: 20px 20px 60px;
  min-height: 200px;
  border: 5px solid #333333;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

div.testimonial div.testimoni div.item p i {
  background: #ffab02;
  font-size: 22px;
  color: #333333;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #333;

  position: absolute;
}

div.testimonial div.testimoni div.item p i.fa.fa-quote-left {
  top: -25px;
  left: -20px;
}

div.testimonial div.testimoni div.item p i.fa.fa-quote-right {
  bottom: -25px;
  right: -20px;
}

div.testimonial div.testimoni div.item img {
  margin: -65px 0 0 40px;
  width: 100px;
  border: 6px solid #333333;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

div.testimonial div.testimoni div.item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin: 10px 0 5px 45px;
}

div.testimonial div.testimoni div.item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

/* <!-- Artikel --> */
#artikel h4 {
  font-weight: 500;
  color: #333;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#artikel a.box_news ul {
  padding: 0;
}

#artikel a.box_news figure {
  border-radius: 20px;
}

#artikel a.box_news figure figcaption {
  background-color: var(--primary);
  border-radius: 0 0 0 20px;
}

#artikel a.box_news:hover h4 {
  color: var(--primary);
}

#artikel p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* <!-- Download Apps --> */

@media (max-width: 500px) {
  div.featured-app-img {
    margin-bottom: 20px;
  }
}

div.featured-app-img div.owl-dots {
  margin-top: 15px !important;
}

div.featured-app-img .item img {
  height: 500px;
  width: auto;
  margin: 0 auto;
}

.download-apps .download-app li {
  display: inline-block;
}

@media (max-width: 768px) {
  .download-apps .download-app li:first-child {
    margin-right: 10px;
  }

  .download-apps .download-app li img {
    height: 40px;
    margin: 0 !important;
  }
}


/* <!-- Map Location --> */
iframe.map-location {
  min-height: 400px;
}


/* <!-- Listings Package --> */

#reccomended .box_grid,
#listings_package .box_grid {
  overflow: hidden;
  margin: 10px 0;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 27%);
}

@media (max-width: 990px) {
  #reccomended .box_grid,
  #listings_package .box_grid {
    margin-bottom: 30px;
  }
}

#reccomended .box_grid a.btn-booking {
  font-weight: 500;
  margin: 0 auto;
  width: 90%;
  left: 0;
  bottom: 15px;
  right: 0;
  position: absolute;
}

#listings_package .box_grid a {
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
  bottom: unset;
  position: relative;
  display: flex;

  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#reccomended .box_grid figure,
#listings_package .box_grid figure {
  height: 165px;
  border-radius: 15px 15px 0 0;
}

#reccomended .box_grid figure img,
#listings_package .box_grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  position: static;
  transform: none;
}

#reccomended .box_grid figure small,
#listings_package .box_grid figure small {
  background-color: #fff;
  color: #999;
  padding: 7px 13px;
  border-radius: 0 0 10px;

  left: -3px;
  top: 0;
  position: absolute;
}

#reccomended div.wrapper .box_grid,
#listings_package div.wrapper .box_grid {
  margin: 20px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#reccomended .box_grid .wrapper h3,
#listings_package .box_grid .wrapper h3 {
  color: var(--primary);
  font-weight: 600;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#reccomended div.wrapper {
  padding-bottom: 70px;
  min-height: auto;
  position: relative;
}

#reccomended div.wrapper div.price,
#listings_package div.wrapper div.price {
  background-color: var(--primary);
  padding: 7px 13px;
  border: 1px solid var(--primary);
  border-radius: 20px 0 0;
  display: block;
  /* overflow: hidden; */
  top: -22px;
  right: 0;
  position: absolute;
}

#reccomended div.wrapper div.price::before,
#listings_package div.wrapper div.price::before {
  content: '';
  width: 0;
  height: 0;
  
  clear: both;
  border-right: 40px solid transparent;
  border-left: 0 solid transparent;
  border-top: 33px solid var(--primary);
  
  transform: rotate(180deg);
  
  top: -1px;
  left: -27px;
  position: absolute;
}

#reccomended div.wrapper div.price ul,
#listings_package div.wrapper div.price ul {
  margin: 0;
  padding: 0;
  border: 0;
}

#listings_package div.wrapper {
  padding-bottom: 25px;
  position: relative;
  min-height: unset;
}

#reccomended .owl-item {
  opacity: 1;
}

#reccomended .box_grid figure, #listings_package .box_grid figure {
  height: 250px;
}

#reccomended .box_grid figure img, #listings_package .box_grid figure img {
  height: auto;
}

.owl-theme .owl-dots .owl-dot span {
  transition: .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary) !important;
}

/* Detail Package */
table.details>tbody>tr {
  line-height: 2;
}

table.details>tbody>tr>td {
  padding: 0;
  font-size: 12px;
}

#reccomended table>tbody>tr>td:nth-child(2),
#listings_package table>tbody>tr>td:nth-child(2) {
  width: 50%;
}

#reccomended table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i,
#listings_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i {
  font-size: 12px;
  color: var(--secondary);
}

#reccomended table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty,
#listings_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty {
  color: #d7d7d7;
}

.listing_description p {
  margin-top: 0;
  margin-bottom: 0;
}

div.rate-hotel div.rating span:first-child {
  color: #777;
}

div.rate-hotel div.rating strong {
  font-weight: 600;
  color: #777;
  display: block;
}

div.rate-hotel div.rating span i {
  font-size: 12px;
  color: #ff7f3a;
  padding: 0;
}

div.rate-hotel div.rating span i.fa.empty {
  color: #d7d7d7;
}

/* <!-- Single Listing --> */

#description {
  margin-bottom: 1.5rem;
}

.listing_description p,
.post-content p {
  margin-top: 0;
  margin-bottom: 0;
}

.listing_description p br,
.post-content p br {
  /*display: none;*/
  content: "";
  display: block;
  margin-bottom: 1.5em;
}

.listing_description ol, .singlepost .post-content ol,
.listing_description ul, .singlepost .post-content ul {
  margin: 0 0 15px 0;
}

.listing_description ol, .singlepost .post-content ol {
  margin-left: 1em;
}

.listing_description ol li, .singlepost .post-content ol li {
  padding-left: 10px;
  list-style: auto;
}

.listing_description .st-all-guides .st-title,
.listing_description .st-all-includes .st-title,
.listing_description .st-all-excludes .st-title,
.listing_description .st-all-benefit .st-title,
.listing_description .st-all-tnc .st-title {
  font-size: 1.5em;
  font-weight: 400;
}

.listing_description iframe,
.singlepost .post-content iframe {
  height: 420px;
}

@media (max-width: 769px) {
  .listing_description iframe,
  .singlepost .post-content iframe {
    height: 360px;
  }
}

/** Quill Editor Style */

.listing_description .ql-align-right, .singlepost .post-content .ql-align-right {
	text-align: right;
}

.listing_description .ql-align-center, .singlepost .post-content .ql-align-center {
	text-align: center;
}

.listing_description .ql-align-left, .singlepost .post-content .ql-align-left {
	text-align: left;
}

/** Itinerary */

#itineraries .cbp_tmlabel ul li {
  list-style: disc;
  margin-left: 15px;
  padding-left: 5px;
}

#itineraries .cbp_tmlabel ol li {
  list-style: auto;
  margin-left: 15px;
  padding-left: 5px;
}

#itineraries .cbp_tmtimeline>li .cbp_tmlabel p {
  margin-bottom: 0.75em;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:first-child {
  display: none;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:last-child {
  margin-top: 12px;
}

/** Sisa seat */

.panel-heading p {
  margin-bottom: 5px;
  text-align: center !important;
  font-weight: 500;
  color: #f15c59;
}

.product-chooser-item #base_price {
  text-align: center !important;
  font-size: 2rem;
}

/** Article Singlepost */

.singlepost .post-content ul li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\5c";
  color: #ccc;
  position: relative;
  padding-right: 10px;
  left: 0;
  top: 0;
}

.description ul li {
  position: relative;
  padding-left: 0;
}

.description ul li:before {
  position: relative;
  padding-right: 10px;
}

/** Responsive image */

.singlepost .post-content img,
.listing_description .st-main-description img,
.listing_description figure img {
  max-width: 640px !important;
  height: auto;
  margin: auto;
  display: block;
}

@media (max-width: 480px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 280px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 360px !important;
  }
}

@media (min-width: 769px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 600px !important;
  }
}


/* <!-- Footer --> */
footer {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}

footer .text-title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
}

footer .logo-footer {
  height: 80px;
}

footer div.row div.col-4 img {
  border: 1px solid #fff;
  border-radius: 10px;
}

footer iframe {
  height: 100%;
  border-radius: 10px;
}

footer ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
}

.follow_us ul li a {
  align-items: center;
  display: flex;
  gap: 10px;
}

footer .call-now .icon,
footer .follow_us .icon {
  height: 26px;
  width: 26px;
  display: inline-grid;
  align-items: center;
}

footer .call-now .icon img,
footer .follow_us .icon img {
  width: 100%;
  height: auto;
}

footer .follow_us ul li {
  display: block;
  letter-spacing: unset !important;
}

footer .follow_us ul li,
footer .follow_us ul li:first-child {
  font-size: 14px;
  text-transform: unset;
}
.follow_us ul li a {
  opacity: 1;
}

footer ul li a:hover,
footer ul.links li a:hover:after {
  color: var(--secondary);
}

#footage {
  background: #272727;
}

ul#footer-selector li,
ul#footer-selector li:last-child {
  margin: 2px;
}

ul#additional_links {
  float: unset;
}


#toTop {
  background: rgb(222 187 93);
  color: #fff;
  transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
}

#toTop i {
  padding-top: 10px;
}

#toTop svg {
  margin-top: 10px;
}

#toTop:hover {
  background: #bf1e30;
  color: #fff;
}

@media (max-width: 1024px) {
  header.header div#logo,
  header.header.sticky div#logo {
    padding: 20px;
  }

  header.header div#logo a img,
  header.header.sticky div#logo a img {
    height: 30px;
  }

  header.header .main-menu>ul>li span>a,
  header.header.sticky .main-menu>ul>li span>a {
    font-size: 11px;
  }

  header.header div#logo:after,
  header.header.sticky div#logo:after {
    right: -40px;
    border-top: 70px solid #fff;
  }

  header.header .main-menu,
  header.header.sticky .main-menu {
    top: 20px;
  }

  nav#menu.main-menu {
    text-align: right !important;
  }
}

@media (min-width: 991px) {
  header.header #logo img.logo_normal {
    display: none;
  }

  header.header #logo img.logo_sticky {
    display: unset;
    min-height: 35px;
  }

  .main-menu ul ul li a {
    border-bottom: none;
  }

  ul#footer-selector {
    float: right;
  }

}

@media (max-width: 991px) {
  header.header div#logo:after,
  header.header.sticky div#logo:after {
    display: none;
  }

  .custom-search-input-2 .form-group {
    display: flow-root;
  }

  header.header #logo img.logo_normal {
    display: unset;
  }

  header.header #logo img.logo_sticky {
    display: none;
  }

  header.header,
  header.header.sticky {
    background: var(--primary);
    padding: 20px;
    border: none;
  }

  header.header div#logo,
  header.header.sticky div#logo {
    background: transparent;
    position: absolute;
    margin: -15px 0 0;
  }

  .service-bg ul li:nth-child(2) div.icon {
    width: 40px;
  }
  
  /* Change background color header menu */
  header.header, header.header.sticky {
    background: #ffffff;
  }
  
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before,
  header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after {
    background-color: var(--primary);
  }
}


@media (max-width: 800px) {
  #footer-selector {
    display: inline-block;
    text-align: center;
  }

  #additional_links {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .mm-listview>li.px-3 {
    padding: 0 !important;
  }

  header.header,
  header.header.sticky {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  header.header div#logo,
  header.header.sticky div#logo {
    background: transparent;
    position: absolute;
    margin: -15px 0 0;
  }
}

@media (max-width: 500px) {

  header.header,
  header.header.sticky {
    padding: 20px 30px 10px;
  }

  .header .item .cover .header-content img {
    height: auto;
  }

  div#listings_package:after {
    bottom: -55px;
  }

  div.jamkantor h2 {
    font-size: 30px;
    margin-top: 50px;
  }

  footer .logo-footer {
    height: 55px;
  }

  .footage {
    padding: 20px 15px 80px;
  }


  #toTop {
    height: 45px;
    width: 45px;
  }

  #toTop i {
    padding-top: 9px;
    font-size: 25px;
  }
}

div.row.form-group.product-chooser,
div.product-chooser div.product-chooser-item {
  text-align: center;
}

div.description.listing_description ol {
  list-style: decimal;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 25px;
}

h1#base_price {
  font-size: 20px;
  text-align: center;
  display: inline-block;
}

div.product-chooser div.product-chooser-item span.title {
  font-weight: 700;
}

article.blog {
  border-radius: 10px;
}

article.blog .post_info p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

article.blog .post_info ul {
  display: none;
}


.credit {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px
}


/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /* background: #009688;
 */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /* background: linear-gradient(to right top, #6f96f3, #164ed2);
 */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
 color: #444;
 padding: 20px;
 font-size: 12.5px;
 text-align: center;
 border-top: 1px solid #ddd;
}
*/
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 42px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 0 0 10px 0
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }

  15% {
    background-color: #111;
  }

  25% {
    background-color: #b6b5ba;
  }
}

@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }

  25% {
    background-color: #111;
  }

  35% {
    background-color: #b6b5ba;
  }
}

@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }

  35% {
    background-color: #111;
  }

  45% {
    background-color: #b6b5ba;
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf ///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}