html {
  scroll-behavior: smooth;
  --scrollbarBG: #005e6c;
  --thumbBG: #1fa9b7;
  --primary: #1fa9b7 !important;
  --cyan: #caf6fb !important;
  --secondary: #2ea3f2 !important;
  --white: #fff !important;
  --grey: #3c3c3c !important;
  --black: #111111 !important;
  --footer: #232323 !important;
  --footer-color: #ddd !important;
}

[data-loader="circle-side"] {
  border: 5px solid var(--secondary);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

a.btn_1,
.btn_1 {
  background: var(--primary);
}

a.btn_1.btn_gradient {
  background: linear-gradient(to right, #efbc06 0%, #efbc06 25%, #2dc403 75%, #2dc403 100%) !important;
}

.main_title_2 span {
  width: unset;
  height: unset;
  background-color: transparent;
  display: unset;
  margin: auto;
}

.custom-search-input-2 input[type='submit'],
.hero_in .wrapper h1 span {
  background: var(--primary);
}

.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";
}

/* <!-- Header Navigation --> */
header.header,
header.header.sticky {
  background-color: #fff;
}

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;
}

.main-menu ul ul:before {
  border-bottom-color: var(--primary);
}

.main-menu ul ul {
  border: 1px solid var(--primary);
  box-shadow: 0px 0px 7px 0px var(--primary);
}

.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(--primary);
  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: 20px;
}

.main-menu>ul>li span>a,
header.sticky .main-menu>ul>li span>a {
  color: #0009;
  font-weight: 600;
  width: 100%;

  position: relative;
  display: inline-block;
  background: linear-gradient(to right, var(--secondary), var(--secondary) 50%, #0009 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 ul li span a:after {
  font-family: FontAwesome !important;
  content: "\f138";
}

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

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 .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: #e41930;
}

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

header.header .hamburger-inner,
header.header .hamburger-inner::before,
header.header .hamburger-inner::after,
header.sticky .hamburger-inner,
header.sticky .hamburger-inner::before,
header.sticky .hamburger-inner::after {
  background-color: var(--secondary);
}

/* Banner Section */
.hero_single.version_2 {
  height: 100vh;
}

.hero_single.version_2:before {
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/site/background/29/gem-tours.jpg);
  background-attachment: fixed;
}

.hero_single.version_2 .wrapper {
  background: transparent;
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1099/gem_tour_bubble.png);
  background-image: linear-gradient(to right, #ffffff, #ffffffab, #ffffff00), url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1099/gem_tour_bubble.png);
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .hero_single.version_2 .wrapper {
    background-image: linear-gradient(to right, #ffffffab, #ffffffab, #ffffffab), url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1099/gem_tour_bubble.png);
  }
}

.hero_single.version_2 .wrapper .content h1 {
  font-size: 55px;
}

.hero_single.version_2 .wrapper .content p {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 600;
  color: #666;
  line-height: 2em;
}

.hero_single.version_2 .wrapper .content h5 {
  font-size: 16px;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 3s;
}

.bg-bubble {
  background-image: linear-gradient(to right, #ffffff, #ffffffab, #ffffff00), url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1099/gem_tour_bubble.png);
  background-position: center;
  background-size: cover;
}

.bg-attch-fixed {
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .bg-bubble {
    background-size: contain;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {

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

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

/* About Us */

.about,
.why_us {
  background-color: #fcfcfe;
}

.about img {
  width: fit-content;
}

.about p {
  text-align: justify;
  line-height: 2em;
}

/* Why Us */
.why_us img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
}

.why_us .point .item {
  display: inline-flex;
  width: 100%;
}

.why_us .point .item .icon {
  flex: 2;
  text-align: center;
}

.why_us .point .item .icon i {
  font-size: 30px;
  margin-top: -5px;
}

.why_us .point .item .content {
  flex: 20;
}

/* Package */
.package .main_title_2 p {
  font-size: 16px;
}


#listings_package .item {
  padding: 15px;
}

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

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

#listings_package .box_grid a {
  font-weight: 500;
}

#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;
  transform: none;
  position: static;
  transform: none;
}

#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;
}

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

#listings_package .box_grid .wrapper h3 {
  background: -webkit-linear-gradient(left, #f48f44 10%, #f48f44 100%);
  color: transparent;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
}

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

#listings_package div.wrapper {
  padding: 20px;
  position: relative;
}

#listings_package div.wrapper div.price {
  background-color: #fff;
  padding: 7px 13px;
  border: 1px solid #fff;
  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;
}

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

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

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

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

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

/* <!-- 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;
}

.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;
}

/* <!-- Testimonial --> */
#testimonial iframe {
  height: 300px;
  border-radius: 10px;
}

/* -- Artikel -- */
#artikel h4 {
  font-weight: 500;
  color: var(--secondary);
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#artikel a.box_news {
  transition: all 0.2s ease-in-out 0.2s;
}

@media (max-width: 767px) {
  #artikel a.box_news {
    padding: 5px;
  }
}

#artikel a.box_news:hover {
  border-radius: 10px;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

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

#artikel a.box_news figure figcaption {
  display: inline-flex;
  background: linear-gradient(to right, #efbc06 0%, #efbc06 25%, #2dc403 75%, #2dc403 100%) !important;
  color: #fff;
  -webkit-background-clip: background;
  background-clip: background;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 0 0 0 20px;
}

#artikel a.box_news figure figcaption strong {
  font-size: 16px;
  margin-right: 5px;
}

#artikel a.box_news h4 {
  color: #333;
}

#artikel a.box_news p,
#artikel a.box_news:hover p {
  color: #555 !important;
}

#artikel a.box_news:hover {
  background: none !important;
  -webkit-background-clip: unset;
  background-clip: unset;
}

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

#artikel a.box_news figure img {
  transform: unset;
  position: static;
}


#artikel a.box_news {
  background: none !important;
  -webkit-background-clip: unset;
  background-clip: unset;
}

article.blog figure {
  height: 100%;
}

@media (max-width: 991px) {
  article.blog figure {
    height: 250px;
  }
}

@media (max-width: 767px) {
  article.blog figure {
    height: 200px;
  }
}

/* Recent Listings - Article Page */
aside div.widget ul.comments-list li {
  background: #fff;
}

aside div.widget ul.comments-list li .alignleft {
  margin: 0 15px 0 0;
}

aside div.widget ul.comments-list li .alignleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* <!-- Footer --> */
footer {
  background: var(--footer);
  color: var(--footer-color);
}

#footage {
  background-color: var(--black);
}

#toTop {
  background: #f48f44;
  color: #f5deb3;
  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:hover {
  background: #0ca859;
  color: #eaf5ef;
}

@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: 45px;
    margin: 5px 0 0;
  }

  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 (max-width: 500px) {

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

@media (max-width: 800px) {

  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;
  }

  #footer-selector,
  #additional_links {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  section.hero_single .wrapper h1 {
    font-size: 35px !important;
  }
}


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


/* CSS Multiple Whatsapp Chat */

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1)
}

a.blantershow-chat {
  background: rgb(106 175 79);
  color: #fff;
  position: fixed;
  z-index: 98;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, .28)
}

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

.header-chat {
  background: rgb(106 175 79);
  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: 10px;
  width: 40px;
  float: left;
  margin: 0 10px 0 0
}

a.informasi {
  padding: 10px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 2.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: 12px;
  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
}

.blanter-msg .social-media a {
  display: inline-block;
  margin: 0 5px;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none
}

a#send-it {
  color: #555;
  width: auto;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px;
  background: #eee;
  border-radius: 10px;
}

.first-msg {
  background: #f5f5f5;
  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 showhide {
  from {
    transform: scale(.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%
  }

  #whatsapp-chat .home-chat {
    max-height: 300px;
    overflow: scroll;
  }
}

@media screen and (max-height: 700px) {
  #whatsapp-chat .home-chat {
    max-height: 300px;
    overflow: scroll;
  }
}

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

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