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

html {
  /**scroll-behavior: smooth;
  --scrollbar-bg-color: #3494dd52;
  --scrollbar-color: #4854a4;*/
  --primary-color: #4854a4 !important;
  --primary-alternative-color: #6071e3 !important;
  --primary-blur-color: #4854a4bd !important;
  --secondary-color: #a24d4d !important;
  --secondary-blur-color: #a24d4dbd !important;
  --footer-bg-color: #232323 !important;
  --footer-color: #ddd !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;

  --tw-bg-opacity: 1;

  --tw-text-opacity: 1;
}

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

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

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

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

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }
}

/* Button */

a.btn_1,
.btn_1 {
  background: var(--primary-alternative-color);
  border-radius: 0 !important;

  transition: background-color 0.3s ease;
}

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

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

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

.btn-custom i {
  font-size: 26px;
}

.btn-custom:hover i {
  animation: shake 0.5s ease-in-out;
}

.btn-custom:hover i.ion-ios-arrow-round-forward,
.btn-custom:hover i.ion-ios-folder {
  display: none;
}

.btn-custom i.ion-ios-log-in,
.btn-custom i.ion-ios-folder-open {
  display: none;
}

.btn-custom:hover i.ion-ios-log-in,
.btn-custom:hover i.ion-ios-folder-open {
  display: block;
}

/*  Reset */
.relative {
  position: relative
}

.z-index-1 {
  z-index: 1
}

.z-index-10 {
  z-index: 10
}

.text-space {
  white-space: pre-line
}

.bg-slate-50 {
  background-color: rgb(248 250 252/var(--tw-bg-opacity));
}

.text-slate-600 {
  color: rgb(71 85 105/var(--tw-text-opacity));
}

.py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.font-nunito {
  font-family: Nunito, sans-serif;
}

.font-bold {
  font-weight: 700;
}

.bg-overlay-dots-top {
  width: 100%;
  height: 6rem;
  z-index: 0;
  inset: 0;
  left: 0;
  position: absolute;
}

.bg-overlay-dots-top.right {
  left: unset;
  right: 0;
}

.bg-overlay-dots-top img {
  top: 2.5rem;
  position: absolute;
}

.bg-overlay-dots-top.right img {
  right: 0;
}

.bg-overlay-mount-top {
  width: 100%;
  height: 6rem;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-overlay-mount-bottom {
  width: 100%;
  height: 6rem;
  z-index: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.bg-overlay-mount-top img {
  width: 66.66666%;
}

.bg-overlay-mount-bottom img {
  width: 66.66666%;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media only screen and (min-width: 1024px) {

  .bg-overlay-mount-top img,
  .bg-overlay-mount-bottom img {
    width: 33.333333%;
  }
}


a:hover {
  text-decoration: none;
}

.h-20 {
  height: 120px;
}

.card-link .card {
  border: none;
}

.card-link:hover .card {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.card-link:hover .card h5 {
  color: var(--primary-color);
}

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

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

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

.header-top {
  background-color: var(--primary-color);
  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: #fff;
  font-size: 14px;
  font-weight: 600;
}

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


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

header.header {
  /*top: 45px;*/
  height: 60px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

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

header.header .btn-custom {
  background-color: transparent;
  color: var(--white);
  padding: 0 15px !important;
}

/* <!-- Button --> */
header.header.sticky .btn-custom {
  background-color: var(--primary-alternative-color);
  color: var(--white) !important;
  width: 140px;
  padding: 0 15px !important;
}

.btn-custom:hover {
  background-color: var(--primary-blur-color);
  color: var(--white) !important;
}


header.header.sticky {
  border-bottom: 4px solid red;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05) !important;
}


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

header.header #logo {
  padding: 10px 0 0px 20px;

  display: flex;
  align-items: center;
  position: relative;
}

header.header.sticky #logo {
  padding: 10px 0 5px 20px;
}

/* 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 {
  height: 40px;
}

header.header.sticky #logo img {
  height: 40px;
}

.main-menu ul li {
  position: relative;
  /* overflow: hidden; */
}

#menu ul li span a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-alternative-color);
  z-index: -1;
  transition: transform 0.3s ease;
  transform-origin: right;
  transform: scaleX(0);
}

#menu ul li:hover span a::before {
  transform-origin: left;
  transform: scaleX(1);
}

#menu ul li span a:hover {
  color: #fff;
  /* Ganti warna teks saat dihover jika diperlukan */
}

/* Penyesuaian gaya lainnya jika diperlukan */
#menu ul li {
  display: inline-block;
}


.main-menu>ul>li span>a {
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
}

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

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

.main-menu ul ul {
  text-align: left;
  display: inline-grid; 
  border: 1px solid var(--primary-alternative-color);
  box-shadow: 0px 0px 7px 0px var(--primary-alternative-color);
}

.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-alternative-color);
  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 .main-menu>ul>li span>a {
  margin: 10px 5px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
}

header.header.sticky .main-menu>ul>li span>a {
  margin: 0;
  padding: 10px;
  height: 60px;
}

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

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

@media (max-width: 1024px) {

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

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

@media only screen and (min-width: 991px) {

  header.header .main-menu,
  header.header.sticky .main-menu {
    top: 0;
    right: 0;
  }

  .modal-link {
    display: inline-block;
  }

  #menu-logged-in {
    display: none !important;
  }

  .main-menu>ul>li span:hover>a {
    opacity: 1;
  }
}

.modal-login {
  background: #0000007a;
  z-index: 99999999;
}

.modal-login a {
  color: var(--grey);
}

.modal-login .card {
  transition: background 0.4s ease-in-out;
}

.modal-login a:hover .card {
  background: var(--primary-alternative-color);
  color: var(--white);
}

.modal-login a:hover .card h5.card-title {
  color: var(--white);
}

@media (max-width: 991px) {

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

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

    display: flex;
    justify-content: center;
  }

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

  .modal-link {
    display: none !important;
  }
}

@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 {
    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 --> */

.owl-carousel.home-slider {
  position: relative;
  height: 540px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 540px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #00000091 0, #4155a373 100%);
}

.owl-carousel.home-slider .slider-item .slider-text {
  padding-top: 70px;
  height: 540px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 74px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 45px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  color: white;
  color: #f5e4c3;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 18px;
  margin-bottom: 1rem;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel.home-slider .owl-nav .owl-prev,
  .owl-carousel.home-slider .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel.home-slider .owl-nav .owl-prev span:before,
  .owl-carousel.home-slider .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots {
  text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
}

.owl-carousel.home-slider .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
}

.owl-carousel.home-slider .owl-dots .owl-dot:hover,
.owl-carousel.home-slider .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active:after {
  border-color: #fff;
}


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


/* <!-- Hero Single Banner --> */
.hero_in.tours_detail {
  /* height: 350px; */
  margin-top: 45px;
}

/*
.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 {
  margin-bottom: 20px;
  font-size: 1.125em;
}

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

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

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


/* <!-- Why Choose Us --> */
.box-excess h5,
.box-excess i,
.box-excess p {
  transition: .5s;
}

.box-excess {
  height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
  border-radius: 2px;
}

.box-excess i {
  color: var(--primary-alternative-color);
}

.box-excess .box-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  padding: 5px;
  transition: .5s;
  border-radius: 2px;
  border: 1px solid #dee2e6;
}

.box-excess .box-icon .box-sub-icon {
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
}

.box-excess:hover {
  background: var(--primary-alternative-color);
}

.box-excess:hover h5,
.box-excess:hover i,
.box-excess:hover p {
  color: var(--white) !important;
}

.box-superiority,
.box-superiority img .box-superiority p,
.box-superiority-content {
  transition: transform .5s, opacity .5s;
}

.box-superiority {
  text-align: center;
  background: var(--white);
  padding: 55px 0 40px;
  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: 60px;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-superiority .box-superiority-content {
  background-color: var(--white);
  margin: auto 25px;
  right: 0;
  left: 0;
  padding: 10px;
  bottom: -30px;
  position: absolute;
  border-radius: 5px 5px 0 0;
  border-bottom: 5px solid var(--primary-color);
  box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.05) !important;
}

.box-superiority img {
  transition: all 500ms ease-in-out;
}

.box-superiority:hover img {
  transform: translateY(-34px);
}

.box-superiority:hover .box-superiority-content {
  background-color: var(--primary-color);
  color: var(--white);
  opacity: 1;
  border-radius: 5px;
  transform: translateY(-10px);
  transition: all 500ms ease-in-out;
}

.box-superiority:hover .box-superiority-content h4 {
  color: var(--white);
  transition: all 500ms ease-in-out;
}

.box-superiority-content p {
  display: none;
  transition: transform .5s;
}

.box-superiority:hover .box-superiority-content p {
  display: block;
}

/* <-- Listing Package --> */
.owl-theme .owl-dots .owl-dot span {
  transition: 0.3s ease;
}

/* Detail Package */

table.details>tbody>tr {
  line-height: 2;
}

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

#listings .box_grid {
  border-radius: 20px;
  margin-bottom: 30px;
}


#listings .box_grid img {
  width: 100%;
  height: 225px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: center;
}

#listings .box_grid .wrapper {
  padding: 15px 20px;
  position: relative;
}

#listings .box_grid .overlay-booked {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 0, var(--white)) 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 20px;
}

#listings .box_grid .wrapper .img-booked {
  width: auto;
  bottom: 45px;
  left: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 2;
}

#listings .box_grid .wrapper img.booked {
  height: auto;
  width: 85%;
  transform: rotate(355deg);
}

#listings .box_grid .wrapper h3 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 62px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#listings .box_grid .wrapper .box_item.hotel {
  padding: 10px;
  background: #f5f6fa;
  border-radius: 7px;
}

#listings .box_grid .wrapper .box_item .rating span i.fa.fa-star {
  font-size: 16px;
  color: #ff7f3a;
}

#listings .box_grid .wrapper .box_item .rating span i.fa.empty {
  font-size: 16px;
  color: #b5b5b5;
}

#listings .box_grid .wrapper .box_item.price {
  background: #f5f6fa;
  padding: 10px;
  display: block;
  border-radius: 10px;
}

#listings .box_grid .wrapper .disabled.nav-link {
  color: var(--white);
  background: var(--dark);
}

/* <!-- Photo Gallery --> */
.box-gallery {
  border: 5px solid #f5f5f5;
  background: linear-gradient(to top right, #fff 10%, #000 100%);
  text-align: center;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
  overflow: hidden;
  position: relative;
}

.box-gallery::before {
  content: "";
  width: 50%;
  height: 75%;
  border-top: 208px solid rgba(7, 0, 2, .3);
  border-left: 140px solid var(--primary-blur-color);
  border-bottom: 188px solid transparent;
  border-right: 160px solid transparent;
  position: absolute;
  top: 0;
  left: -230px;
  z-index: 1;
  transition: all .4s ease-in-out;
}

.box-gallery:hover:before {
  border-top: 325px solid var(--primary-alternative-color);
  border-left: 422px solid var(--primary-alternative-color);
  border-bottom: 218px solid transparent;
  border-right: 160px solid transparent;
  transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
  top: 103px;
  left: -350px;
}

.box-gallery img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all .3s ease-in-out;
}

.box-gallery:hover img {
  opacity: .7;
  transform: scale(1.1, 1.1);
}

.box-gallery .box-content {
  color: #fff;
  background-color: var(--primary-alternative-color);
  width: 60%;
  padding: 10px 10px;
  transform: scale(0);
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all .5s ease-in-out;
}

.box-gallery:hover .box-content {
  transform: scale(1);
}

.box-gallery .title {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.box-gallery .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  transition: all .5s ease-in-out;
}

.box-gallery .icon li {
  margin: 0 3px 0 0;
  display: inline-block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.box-gallery:hover .icon li {
  opacity: 1;
}

.box-gallery:hover .icon li:nth-child(1) {
  transition-delay: .2s;
}

.box-gallery:hover .icon li:nth-child(2) {
  transition-delay: .3s;
}

.box-gallery .icon li a {
  color: var(--primary-color);
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
  height: 30px;
  width: 30px;
  border: 2px dotted transparent;
  border-radius: 50%;
  display: block;
  transform: rotate(0);
  transition: all 0.3s;
}

.box-gallery .icon li a:hover {
  color: var(--primary-alternative-color);
  background: #fff;
  border-color: var(--primary-alternative-color);
  transform: rotate(360deg);
}

@media only screen and (max-width:990px) {
  .box-gallery {
    margin: 0 0 30px;
  }
}

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

/* Testimonial Section */
.testi-slider {
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

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

.testi-slider__img {
  width: 100%;
  object-fit: cover;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}

.testi-slider__img img {
  width: 90%;
  height: auto;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}

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

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

.testi-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;

  background-image: url('https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/5236/background-texture.jpg');
}

.testi-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgb(86 114 226 / 85%) 0%, rgba(65, 85, 163, 1) 100%);
}

.testi-section .content {
  height: 100%;
  color: var(--white);
  position: relative;
}

.testi-section h2 {
  color: var(--white);
}

/* 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: rgb(0 132 183 / 63%);
}

.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 --> */
#articles .card-post {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

#articles .card-post .post-image {
  border-bottom: 5px solid var(--primary-alternative-color);
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}

#articles .card-post .post-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: .3s;
  border-radius: 20px 20px 0 0;
}

#articles .card-post:hover .post-image img {
  transform: scale(1.2);
  border-radius: 20px 20px 0 0;
}

#articles .card-post .post-content {
  background: var(--bg-grey-color);
  padding: 20px 25px 25px;
  height: 200px;
  border-radius: 0 0 20px 20px;
}

#articles .card-post .post-content h3 {
  color: var(--grey);
  height: 60px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .3s;
}

#articles .card-post:hover .post-content h3 {
  color: var(--primary-alternative-color);
}

#articles .card-post .post-content p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#articles .card-post .post-content .posted {
  position: absolute;
  bottom: 25px;
  color: var(--gray);
  font-size: 14px;
  display: flex;
  align-items: center;
}

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

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

a.box_news ul {
  padding: 0;
}

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

#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-color);
  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,
.testi-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.testi-slider .swiper-pagination-custom,
.testi-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,
.testi-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,
.testi-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,
.testi-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  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 --> */
.download-apps .overlay {
  background: linear-gradient(to left, #232323c2 0%, #232323 100%);
}
@media (min-width: 991px) {
  .download-apps .apps-image {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

@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 --> */
.bg-footer {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  position: relative;
  z-index: 0;
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/5239/footer-bg2.f8010952.png) !important;
  background-color: var(--footer-bg-color) !important;
}

.footer-item .box-icon {
  background-color: #FFFFFF29;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-item .row.d-flex span {
  font-size: 14px;
  color: #A7A7A7;
}

.footer-item .box-icon i {
  color: var(--primary-alternative-color);
  font-size: 22px;
}

footer {
  background-color: transparent;
  color: var(--footer-color);
  padding: 80px 0px;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}

footer p {
  color: #fff;
}

footer ul.social-icons {
  margin-top: 25px;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  border-radius: 50%;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  background-color: var(--primary-color);
}

footer ul.social-icons li a:hover i {
  color: var(--white);
}

footer ul li a i {
  margin: 0;
  color: var(--dark);
}

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: #fff;
  transition: all 0.3s;
}

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

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


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

.sub-footer {
  border-top: 1px solid #333;
  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-alternative-color);
  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(--primary-color);
  color: var(--white);
}


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

/* Section Header */

h3.sub-title::before,
h3.sub-title::after {
  background-color: var(--secondary-color);
  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;
  }
}

/* Search */

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

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

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


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

#chatBtn {
  display: block;
}

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

/* Root login page */
form#new_root {
  margin: 90px 60px;
  padding-top: 30px;
}