html {
  --primary: #946d00 !important;
  --primary-blur-color: #006323bd !important;
  --secondary: #946d00 !important;
  --secondary-blur: #7ab825bd !important;
  --footer-bg-color: #f0f0f0 !important;
  --footage-bg-color: #343434 !important;
  --bg-dark-color: #333 !important;
  --bg-grey-color: #f8f8f8 !important;
  --white: #fff !important;
  --black: #111111 !important;
  --grey: #3c3c3c !important;
}

/* <!-- Typhography --> */

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}


/* <!-- Top Header --> */

.affix+.header-top {
  padding-top: 70px;
}

#header-top,
#header {
  transition: top 0.3s;
}

.header-top {
  background-color: var(--primary);
  height: 46px;
  width: 100%;
  line-height: 46px;
  z-index: 2;
  top: 0;
  position: fixed;
}

.header-top ul li {
  display: inline-block;
}

.header-top ul.left-info li {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
  padding: 0px 20px;
}

.header-top ul.left-info li:last-child {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.header-top ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
}

.header-top ul.left-info li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.header-top ul.right-icons {
  float: right;
}

.header-top ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.header-top ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.header-top ul.right-icons li a {
  color: var(--white);
  transition: all 0.3s;
}

.header-top ul.right-icons li a i {
  font-size: 18px;
}

.header-top ul.right-icons li a:hover {
  opacity: 0.75;
}

.header-top .hide-text {
  margin-left: 10px;
}

@media (max-width: 359px) {
  .header-top ul.left-info li {
    border-left: none;
    padding: 0 10px;
  }

  .header-top ul.left-info li:last-child {
    border-right: none;
  }

  .header-top ul.left-info li i,
  .header-top ul.right-icons li i {
    font-size: 16px;
  }

  .header-top ul.right-icons li {
    margin-right: 0;
    width: auto;
    padding: 0 10px;
  }

  .header-top ul.right-icons li,
  .header-top ul.right-icons li:first-child {
    border: none;
  }
}

@media (max-width: 768px) {
  /* .header-top {
      display: none;
    }

    #header {
      top: 0px !important;
    } */
  .hide-text {
    display: none;
  }

  .header-top ul.left-info li {
    padding: 0 14px;
  }
}

@media (max-width: 1280px) {
  .header-top ul.left-info li:first-child {
    display:none;
  }
}


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

header.header {
  /*top: 45px;*/
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05) !important;
}

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

header.header.sticky {
  border-bottom: 4px solid red;
}

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

.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: 15%;
}

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

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

header.header #logo:after,
header.header.sticky #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 #logo img,
header.header.sticky #logo img {
  height: 50px;
}

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

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

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

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

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

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

  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: 991px) {
  header.header,
  header.header.sticky {
    padding: 20px;
  }

  header.header #logo,
  header.header.sticky #logo {
    position: absolute;
    margin: 0;
    padding: 15px;
  }

  header.header div#logo a img,
  header.header.sticky div#logo a img {
    height: 50px;
    margin: 0;
  }
}

@media (max-width: 500px) {
  header.header,
  header.header.sticky {
    padding: 15px 20px 10px;
  }
}

@media (max-width: 800px) {
  header.header,
  header.header.sticky {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  header.header #logo,
  header.header.sticky #logo {
    background: #fff;
    position: absolute;
    margin: 0;
  }

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

@media (max-width: 359px) {
  header.header,
  header.header.sticky {
    padding: 20px 20px 0;
  }

  header.header #logo,
  header.header.sticky #logo {
    padding: 10px;
  }
}


/* <!-- Homepage Slider --> */
.home-slider {
  margin-top: 120px;
}
.slider-item {
  position: relative;
  width: 100%;
  padding-top: 49.5%; /* 950/1920 * 100 = aspect ratio */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /* preserve full image without crop */
}

@media (max-width: 768px) {
  .slider-item {
    /* padding-top: 70%; slightly taller for mobile */
    background-size: cover; /* fallback for narrow screens */
  }
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 1rem;
  max-width: 90%;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 0 20px;
}

.home-slider:hover .owl-nav {
  opacity: 1;
  pointer-events: auto;
}

.home-slider .owl-nav button.owl-prev,
.home-slider .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 17px !important;
  border-radius: 50%;
  font-size: 18px;
  transition: background 0.3s ease;
}

.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}


/* <!-- Slider Images --> */

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

div.fiturImg div.owl-dots {
  margin-top: 15px !important;
}

div.fiturImg .item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
}

div.fiturImg div.owl-dots {
  margin: 0 !important;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
}

div.fiturImg div.owl-dots button.owl-dot {
  outline: none;
}

div.fiturImg div.owl-dots button.owl-dot span {
  width: 25px !important;
  height: 10px !important;
}

div.fiturImg div.owl-dots button.owl-dot.active span {
  background: var(--primary) !important;
}


/* <!-- Hero Single Banner --> */

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

    .hero_single.version_2:before {
      background-position: bottom;
    }

    .hero_single.version_2 .wrapper {
      background-color: #f8f9fa6b;
    }

    .hero_single.version_2 .wrapper h3 {
      text-shadow: none;
      color: #333;
    }

    .hero_single.version_2 .wrapper h3.title-hero {
      font-size: 70px;
      color: #3b7ebe;
    }

    .hero_single.version_2 .wrapper p {
      color: #444;
      text-shadow: none;
    }

    @media (max-width: 767px) {
      .hero_single.version_2 .wrapper h3.title-hero {
        font-size: 60px !important;
      }

      .hero_single.version_2 .wrapper h3.sub-title-hero {
        font-size: 30px;
      }
    }

    @media (max-width: 575px) {
      .hero_single.version_2 .wrapper h3 {
        font-size: 30px !important;
      }
    }
*/


/* <!-- About Us --> */

#about .about-content p {
  font-size: 1.125em;
  line-height: 2;
  margin-bottom: 20px;
}

.plyr--video {
  min-height: 250px;
  max-height: 300px;
  border-radius: 15px;
}

.plyr--video .plyr__control,
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: var(--primary);
}

.plyr--full-ui input[type=range] {
  color: var(--primary) !important;
}

@media (max-width: 990px) {
  #about .content-body {
    margin-top: 30px;
  }
}


/* <!-- What We Do --> */
a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden
}

@media (max-width: 767px) {
  a.box_feat {
      padding:20px 20px 0 20px
  }
}

a.box_feat:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 3px 0px 0px #ebedef
}

a.box_feat i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #32a067;
  margin-bottom: 10px
}

a.box_feat h3 {
  font-size: 18px;
  font-size: 1.125rem
}

#whatwedo a.box_feat {
  height: 280px;
}

#whatwedo a.box_feat:hover {
  box-shadow: 0px 3px 0px 0px #fac400;
}

#whatwedo a.box_feat:hover h3 {
  color: #fac400;
  transition: all 500ms ease-in-out;
}

#ourservice .card {
  padding: 30px;
  height: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .04);
}

#ourservice .card p {
  line-height: 2;
}

.visi-misi-bg {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/2861/15.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}

.bg-overlay {
  position: relative;
  display: flow-root;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 14%);
  z-index: 1;
}


/* <-- Listing Package --> */
.listing-background {
  background-position: 0% 0%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/8579/BG-Al-haramain-2.jpeg');
}

#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;
  margin: 0 auto;
}

#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 {
  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: 0.3s ease;
}

#listings_package div.wrapper {
  min-height: 285px;
  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%;
  padding-left: 5px;
}

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


/* <!-- Photo Gallery --> */

#gallery-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1898/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%;
    }
  }
*/

.grid ul li {
  margin: 5px;
  width: 21%;
}

.grid ul li figure.hover {
  width: initial;
}

figure.hover {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.hover img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.hover figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

figure.hover figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.hover h2,
figure.hover p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s,
  -o-transform 0.35s, transform 0.35s;
}

figure.hover h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.hover h2 span {
  font-weight: 800;
}

figure.hover p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.hover a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.hover:hover img {
  opacity: 0.35;
}

figure.hover:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.hover:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.hover:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.grid ul li {
  background-color: transparent;
}

@media (max-width: 767px) {
  .grid ul li {
    width: 50%;
  }
}

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

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

.grid ul li figcaption {
  background-color: #00632369;
}

.grid ul li figcaption p {
  font-weight: 600;

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


/* <!-- Articles --> */

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

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

a.box_news ul {
  padding: 0;
}

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

#artikel h4 {
  font-weight: 500;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: 25px auto;
  background: #fff;
  box-shadow: 0px 0px 21px rgb(34 35 58 / 20%);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 20px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: unset;
  box-shadow: none;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: unset;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 20px;
  white-space: normal;
  overflow: hidden;
  width: 450px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }

  .blog-slider__content {
    width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .blog-slider__content {
    width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .blog-slider__content {
    width: 300px;
  }
}

.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
  white-space: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  white-space: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-slider__button {
  display: inline-flex;
  background-color: var(--primary);
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: auto;
  }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  height: 30px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


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

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

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


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


/* <!-- Footer --> */

footer {
  background: var(--footer-bg-color);
  padding: 80px 0px;
  color: #333;
}

footer h4 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}

footer ul.sosmed {
  margin: 30px 0 0;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

footer ul.sosmed li {
  display: flex;
  justify-content: center;
}

footer ul.sosmed li a {
  opacity: 1;
}

footer ul.sosmed li a img {
  height: 40px;
}

footer ul.contact-official {
  margin-top: 25px;
}

footer ul.contact-official li {
  margin-bottom: 10px;
}

footer ul.contact-official li a i {
  background-color: var(--primary);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
footer ul li a {
  opacity: 1;
}
footer ul li a:hover {
  color: #fff;
}
footer ul li a i {
  margin: 0;
  color: var(--dark);
}

footer ul li a span {
  color: #333;
}

footer ul.menu-list li {
  margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
  margin-bottom: 0px;
}

footer ul.menu-list li a {
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: var(--primary);
}

footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}

footer .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: var(--primary);
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: var(--primary);
}


/* <!-- Footage / Sub-footer --> */

.sub-footer {
  background-color: var(--footage-bg-color);
  text-align: center;
  padding: 25px 0px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}

.sub-footer #footer-selector > li > a > img {
  height: 50px;
}

/*
.sub-footer #footer-selector,
.sub-footer #additional_links {
  display: inline-block;
}
*/

@media (min-width:798px) {
  .sub-footer #footer-selector > li > a > img {
    height: 80px;
  }

  .sub-footer #footer-selector,
  .sub-footer #additional_links {
    display: inline-block;
  }
}


/* <!-- To Top Button --> */

#toTop {
  background: var(--primary);
  color: var(--white);
  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: var(--secondary);
  color: var(--white);
}


/* <!-- Misc --> */

/* Section Header */

h3.sub-title::before,
h3.sub-title::after {
  background-color: var(--primary);
  width: 40px;
  height: 4px;
  border-radius: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

h3.sub-title::before {
  margin-right: 10px;
  width: 50px;
}

h3.sub-title::after {
  margin-left: 10px;
  width: 50px;
}

@media (max-width: 991px) {
  h3.sub-title::before {
    margin-left: 0;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
  }

  h3.sub-title::after {
    display: none;
  }
}

/* Button */

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

a.btn_1:hover,
.btn_1:hover {
  background-color: var(--secondary);
  color: var(--white);
}

/* Search */

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

.mfp-counter {
  position: absolute;
  top: unset;
  bottom: 35px;
}

.mfp-bottom-bar {
  position: static;
}


/* <!-- Multiple Whatsapp Chat --> */

#chatBtn {
  display: none;
}

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

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  height: 45px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
  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: rgb(106 175 79);
  color: #fff;
  padding: 20px;
}

.header-chat .head-home {
  display: flex;
}

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

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

.header-avatar, .info-avatar {
  position: relative
}

.header-avatar img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0;
}

.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,
.chat-label {
  font-size: 12px;
  color: #888;
}

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

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

.home-chat {
  background: #fff;
}

.my-number {
  display: none;
}

.blanter-msg {
  color: #444;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.blanter-msg .social-media {
  padding: 20px;
}

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

.blanter-msg #chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 7px 20px;
  font-size: 14px;
}

.blanter-msg #send-it {
  width: 40px;
  font-weight: 700;
  padding: 8px 10px 0;
  background: #eee;
  border-radius: 0;
}

.blanter-msg #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;
}

#whatsapp-chat .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%;
  }

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

.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.1s 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://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1712/whatsapp_bg.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.1s 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;
}