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

html {
  --dark-color: #241C26 !important;
  --primary: #9ec181 !important;
  --bg-black: #000;
  --bg-overlay: #000000b5 ;
  --bg-black-transparent: #000000f2;
  --text-grey: #736D75;
  --footer: #121921 !important;
}

.h1, h1{
  font-size: 2.5rem;
}

.gap-15 {
  gap: 15px;
}

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

.btn-theme {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn-theme::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--primary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-theme::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--dark-color);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-theme span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}

.btn-theme:hover {
  color: #fff;
}

.btn-theme:hover::after {
  bottom: -50%;
}


.section-title {
  margin-bottom: 20px;
}

.section-title h5 {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: var(--primary);
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 700;
}

.section-title h2 {
  font-family: inherit;
  color: var(--dark-color);
  font-weight: 700;

  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0;
}

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

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

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

.header-top {
  background-color: var(--dark-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 a
.header-top ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
}

.header-top ul.left-info li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.header-top ul.left-info li:last-child a {
  border-right: none;
  padding: 0 0 0 10px;
}

.header-top ul.right-icons {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}

.header-top ul.right-icons li {
  /* width: 46px; */
  width: auto;
  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 {
  border-right: 1px solid #fff;
  height: 16px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.header-top ul.right-icons li:last-child a {
  border: none;
}

.header-top ul.right-icons li a i {
  margin-right: 5px;
}

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

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

@media only screen and (max-width: 576px) {
  .header-top ul.right-icons li a span {
    display: none;
  }
  .header-top ul.right-icons li a {
    font-size: 20px;
    height: unset;
  }
}

@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 ul.right-icons {
    height: 46px;
  }

  .header-top .row .col-12.col-md-4 {
    display: flex;
    justify-content: center;
  }

  .hide-text {
    display: none;
  }
  
}
/* <!-- 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(--dark-color);
  padding: 0 15px !important;
}

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

.btn-custom:hover {
  background-color: var(--dark-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 {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0;
  border: none;
}

header.header .content-right {
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #eee;

  z-index: 1111;
  position: relative;
}

header.header .content-right i {
  border-radius: 50%;
  background-color: #f0efe4;
  color: var(--dark-color);
  font-size: 16px;
  height: 35px;
  width: 35px;

  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.6s ease;
}


header.header .content-right:hover i {
  transform: rotateY(360deg); 
}

header.header .content-right p {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray);
}

header.header .content-right h5 {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
}

@media only screen and (max-width: 560px) {
  header.header .content-right {
    border: none;
    padding: 0;
  }

  header.header .content-right i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 10px;
  }

  header.header .content-right .d-block {
    display: none !important;
  }
}

header.header #logo {
  border-right: 1px solid #eee;
  height: 100%;
  padding: 0 15px 0px 20px;

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

header.header.sticky #logo {
  padding: 0 15px 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);
  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 .main-menu>ul>li span>a,
header.sticky .main-menu>ul>li span>a {
  color: var(--dark-color);
}

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

.main-menu ul ul {
  text-align: left;
  display: inline-grid; 
  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 .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: 35px;
}

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(--dark-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-backdrop.show {
  display: none;
}

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

.modal-login a {
  color: var(--text-grey);
  display: flex;
  justify-content: center;
}

.modal-login .card {
  width: 90%;
  transition: background 0.4s ease-in-out;
  border-radius: 10px;
}

.modal-login .card .card-body {
  padding: 20px;
  display: flow-root;
  justify-content: center;
  align-items: center;
}

.modal-login a .card .card-body img {
  height: 100px;
  margin-bottom: 10px;
}

.modal-login a .card h5.card-title {
  font-size: 1rem;
  color: var(--text-gray);
}

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

.modal-login a:hover .card img {
  webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  transition: .3s all ease-in-out;
  transition-property: filter;
}

.modal-login a:hover .card i,
.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;
  }
}

@media (max-width: 359px) {

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

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

/* Banner Home */
.hero_single.version_2 {
  height: 750px;
}

.hero_single.version_2 img {
  height: 100px;
}

.hero_single.version_2 .present {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #fff !important;
  font-style: italic;
}

#text-overlay {
  background-color: rgba(0, 0, 0, 0.739);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 100%;
}

#text-overlay h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 74px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0.8
}

#text-overlay p.sub-title {
  font-size: 18px;
}

#text-overlay div.content {
  padding-top: 50px;
  width: 100%;
}

#text-overlay div.content h3,
#text-overlay div.content h1,
#text-overlay div.content p {
  color: #a9c183;
}

/* About Section */
.about-section {
  position: relative;
  padding: 120px 0;
}

.about-section .about-content .section-heading {
  font-family: inherit;
  font-weight: 700;

  color: var(--dark-color);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}

.about-section .about-content .section-content {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.8;
  font-weight: 700;
}

.about-section .about-image {
  position: relative;
  margin-left: 40px;
}

.about-section .about-image .about-image-big {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;

  border-radius: 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.about-section .about-image .about-image-two {
  position: relative;
  margin-top: -150px;
  margin-bottom: 15px;
  margin-left: 75px;
  width: 100%;
}

.about-section .about-image .about-image-two .about-image-two-content {
  position: relative;
  border-radius: 20px;
  border: 1px solid #EBE6DE;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 250px;
  transform: rotate(6.371deg);
  text-align: center;
  margin-left: auto;
  padding: 12px 14px;
}

.about-section .about-image .about-image-two .about-image-two-content img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-section .about-image .about-image-info {
  z-index: 2;
  display: inline-block;
  max-width: 210px;
  background-color: var(--primary);
  border-radius: 10px;
  text-align: center;
  padding: 0 20px 17px;
  position: absolute;
  left: -30px;
  bottom: 10px;
}

.about-section .about-image .about-image-info .about-image-info-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background-color: var(--dark-color);
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px auto 18px;
}

.about-section .about-image .about-image-info .about-image-info-icon i {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.about-section .about-image .about-image-info:hover .about-image-info-icon i {
  transform: rotateY(360deg);
}

.about-section .about-image .about-image-info .about-image-info-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;

  color: #ffffff;
  font-size: 15.493px;
  line-height: 23.24px;
  margin: 0 0 15px;
}

.about-section .about-image .about-image-info .about-image-info-text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;

  color: #ffffff;
  font-size: 12.395px;
  line-height: 1;
  margin: 0 0 4px;
}

.about-section .about-image .about-image-info .about-image-info-number {
  font-family: "Nunito", sans-serif;
  font-weight: 700;

  color: #ffffff;
  font-size: 18.592px;
  line-height: 22.781px;
  margin: 0;
}

.about-section .about-image .about-image-info .about-image-info-number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-section .about-image .about-image-info:hover .about-image-info-number a {
  background-size: 100% 1px;
  color: var(--dark-color);
}

@media (max-width: 1285px) {
  .about-section .about-image .about-image-two {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-section .about-image {
    margin: 35px 0 0;
  }

  .about-section .about-image .about-image-big {
    width: 100%;
  }

  .about-section .about-image .about-image-two {
    margin-left: 20px;
  }
}

@media only screen  and (max-width: 1105px) {
  .about-section .about-image .about-image-two {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .about-section .about-image {
    padding-left: 25px;
  }
  .about-section .about-image .about-image-info .about-image-info-title {
    font-size: 14px; 
  }
  .about-section .about-image .about-image-info {
    left: 0;
    bottom: -70px;
    max-width: 175px;
  }
  .about-section .about-image .about-image-two,
  .about-section .about-image .about-image-info .about-image-info-text {
    display: none;
  }
}

.bg-inside-column {
  max-height: 750px;
  margin-left: 0px;
  margin-right: -150px;
}

.bg-inside-column .why-image {
  background: url('https://cdn.muslimpergi.com/uploads/gallery/pict/6529/POSTER_1-Post.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  text-align: right;
  width: 100%;
  position: relative;
}

/* Video YT */
.video {
  padding: 50px 0;
  overflow: hidden;
}

.video .bg-inside-column .why-image {
  min-height: 500px;
}

.videoModal,
.videoModal2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.videoModal iframe,
.videoModal2 iframe {
  width: 800px;
  height: 450px;
  transform: scale(0, 0);
  border-radius: 5px;
  margin: 15px;
}
.videoModal.toggle,
.videoModal2.toggle {
  opacity: 1;
  visibility: visible;
}

.OpenVideo {
  animation: OpenVideo 0.3s ease forwards;
}

@keyframes OpenVideo {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.video-main-image {
  margin: 30px 0;
}

.video-main-image .video-one {
  position: relative;
  width: 100%;
}

.video-main-image .video-one::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -40px;
  width: 347px;
  height: 330px;
  background-color: var(--primary);
  z-index: -1;
  border-radius: 46px;
  animation: zumpBottom 2500ms infinite linear;
}


@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 1199px) {
  .video-main-image .video-one::before {
    left: -30px;
  }
}

.video-main-image img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 30px;

  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.video-main-image a.showVid,
.video-main-image a.showVid2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  font-size: 50px;
  color: var(--primary);

  transition: all 0.3s ease-in-out;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-main-image a.showVid:hover,
.video-main-image a.showVid2:hover {
  cursor: pointer;
}

.video-main-image a.showVid span,
.video-main-image a.showVid2 span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid #ffffff33;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

.video-main-image a.showVid span:nth-child(2),
.video-main-image a.showVid2 span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-main-image a.showVid span:nth-child(3),
.video-main-image a.showVid2 span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-main-image a.showVid span:nth-child(4),
.video-main-image a.showVid2 span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

/* New Listings Styling */
.bg-listings {
  /* background-image: url('https://cdn.muslimpergi.com/uploads/gallery/pict/792/tour-bg-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat; */
  background: rgb(0 0 0 / 75%);
  color: #fff;
  position: relative;
}

.bg-listings .section-title h2,
.bg-listings .section-title h5 {
  color: var(--white);
}

.bg-listings::before {
  background: url(https://cdn.muslimpergi.com/uploads/gallery/pict/6723/BANNER_WEB_THE_HIJRA.jpg) -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.listings {
  /* background-color: #ffffff; */

  position: relative;
  padding: 75px 0 80px;
}

.listing-card {
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: all 500ms ease;
  
  border-radius: 10px;
  border: 1px solid #EBE6DE;

  position: relative;
}

.listing-card:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}

.listing-card .listing-card-image-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  margin: -1px -1px 0;

  box-shadow: none;
  text-decoration: none;
}

.listing-card .listing-card-image-box img {
  display: block;
  height: 225px;
  width: 100%;
  object-fit: cover;
  object-position: top;

  border-radius: 10px 10px 0 0;
  border: 1px solid #EBE6DE;
}

.listing-card .listing-card-btn-group {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
}

.listing-card .listing-card-btn-group .listing-card-btn-group-category {
  min-width: 66px;
  padding: 3px 5px;
  display: table;
  background-color: #ffffff;
  font-size: 12px;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
}

.listing-card .listing-card-image-overlay {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000d6;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
}

.listing-card:hover .listing-card-image-overlay {
  top: 0;
  height: 100%;
}

.listing-card .listing-card-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 10px;
}

.listing-card .listing-card-content .listing-card-content-title {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  height: 55px;
  margin-bottom: 1px;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listing-card .listing-card-content .listing-card-content-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.listing-card:hover .listing-card-content .listing-card-content-title a {
  background-size: 100% 1px;
  color: var(--primary);
}

.listing-card .listing-card-content .listing-card-content-text {
  line-height: 24px;
  margin-bottom: 18px;
}

.listing-card .listing-card-content .listing-card-inner-content {
  position: relative;
  padding: 17px 20px 15px;
  margin-top: 18px;
  background-color: #FAF5EE;
  border-radius: 10px;
  transition: all 400ms ease-in-out;
  z-index: 1;
}

.listing-card .listing-card-content .listing-card-inner-content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
}

.listing-card:hover .listing-card-content .listing-card-inner-content::after {
  top: 0;
  height: 100%;
}


.listing-card .listing-card-content .listing-card-inner-content .listing-card-inner-content-box {
  font-family: "Nunito", sans-serif;
  display: flex;
  margin-bottom: 5px;
}

.listing-card .listing-card-content .listing-card-inner-content .listing-card-inner-content-box i {
  color: var(--primary);
  font-size: 14px;
  width: 15px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
  
  transition: all 0.4s ease-in-out;
  
  /* top: 4px; */
  /* position: relative; */
}

.listing-card .listing-card-content .listing-card-inner-content .listing-card-inner-content-box .listing-card-inner-content-review-text {
  color: #333;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.listing-card:hover .listing-card-content .listing-card-inner-content .listing-card-inner-content-box i,
.listing-card:hover .listing-card-content .listing-card-inner-content .listing-card-inner-content-box .listing-card-inner-content-review-text,
.listing-card:hover .listing-card-content .listing-card-inner-content .listing-card-inner-content-box .listing-card-inner-content-price-currency {
  color: #fff;
}


.listing-card .listing-card-content .listing-card-inner-content .listing-card-inner-content-box .listing-card-inner-content-price-currency {
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.listing-card .listing-card-content .listing-card-inner-content .listing-card-inner-content-divider {
  margin-top: 7px;
  margin-bottom: 13px;
  height: 1px;
  background-color: #EBE6DE;
  transition: all 0.4s ease-in-out;
}

.listing-card:hover .listing-card-content .listing-card-inner-content .listing-card-inner-content-divider {
  background-color: RGBA(250, 245, 238, 0.5);
}

@media only screen and (max-width: 576px) {
  .listing-card .listing-card-image-box img {
    object-fit: cover;
    object-position: top;
  }
}
/* End New Listings Styling */

/* Galleries */
.galleries {
  padding: 60px 0;
}
.galleries .gal-single-item {
  position: relative;
}

.galleries .gal-single-item .gal-single-item-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.galleries .gal-single-item .gal-single-item-box img {
  display: block;
  width: 100%;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000000a6;
  transition: all 0.5s ease;
  border-radius: 10px;
}


.galleries .gal-single-item .gal-single-item-box:hover .gal-single-item-overlay {
  top: 0;
  height: 100%;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a {
  color: var(--white);
  padding: 0;
  background-color: var(--primary);
  transition: all 500ms ease;

  width: 58px;
  height: 58px;
  border-radius: 10px;
  font-size: 25px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  text-align: center;
  z-index: 1;
  position: relative;
}

.galleries .gal-single-item .gal-single-item-box:hover .gal-single-item-overlay a {
  opacity: 1;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a i {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--primary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--white);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a:hover::before {
  top: 100%;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a:hover::after {
  bottom: -50%;
}

.galleries .gal-single-item .gal-single-item-box .gal-single-item-overlay a:hover i {
  color: var(--dark-color);
}

/* Why Choose Us */
.why-choose-us {
  background-color: #A9C191;
  padding: 60px 0 0;
  position: relative;
}

.why-choose-us .bg-inside-column .why-image {
  min-height: 720px;
}

.why-choose-us .section-title h2,
.why-choose-us .section-title h5 {
  color: #fff;
}

.why-choose-us .section-content {
  color: #fff;
  position: relative;
}

.why-choose-us .section-content a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.why-choose-us .section-content a.custom-link:hover {
  background-size: 100% 1px;
  color: var(--primary);
}

.why-choose-us .mobile-only {
  display: none;
}

.why-choose-us .bg-overlay-why {
  /* background-image: url('https://cdn.muslimpergi.com/uploads/gallery/pict/792/tour-bg-1.jpg'); */
}

.why-choose-us .bg-overlay-why {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  /* animation: zumpRight 3s infinite linear; */
}
/* 
@keyframes zumpRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
} */

.why-list {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -300px;
  gap: 30px;
}

.why-list .why-list-box {
  position: relative;
  border-radius: 13px;
  border: 1px solid #EBE6DE;
  background: #ffffff;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 17px 29px 28px;
  margin-top: 30px;
}

.why-list .why-list-box .why-list-box-icon {
  background-color: var(--primary);
  font-size: 40px;
  color: var(--white);
  width: 82px;
  height: 82px;
  margin: -45px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  
  transition: 500ms;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 7px 2px #fff;
}

.why-list .why-list-box .why-list-box-icon i {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-list .why-list-box .why-list-box-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--primary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.why-list .why-list-box .why-list-box-icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--dark-color);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.why-list .why-list-box:hover .why-list-box-icon i {
  transform: scale(0.95);
}

.why-list .why-list-box:hover .why-list-box-icon::after {
  bottom: -50%;
}

.why-list .why-list-box h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-color);
  margin: 0 0 9px;
}

.why-list .why-list-box p {
  line-height: 1.8;
}

/* .bg-inside-column .why-image img {
  border-radius: 50px 0px 0px 0px;
  max-width: 100%;
  height: auto;
  object-fit: cover;

  width: 100%;
  display: block;
} */

@media only screen and (min-width: 1199px) {
  .why-choose-us {
    padding-top: 0;
    overflow: hidden;
  }
  .why-choose-us .container,
  .why-choose-us .container .col-xl-6:last-child {
    padding-right: 0;
  }

  /* .why-choose-us .container .col-xl-6:first-child {
    padding-top: 60px;
  } */
}

@media only screen and (max-width: 1199px) {
  .why-choose-us {
    background-color: #a9c191d1;
  }

  .why-choose-us .bg-overlay-why {
    background-image: url('https://cdn.muslimpergi.com/uploads/gallery/pict/6527/COVER_MAP_copy.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .why-choose-us .mobile-only {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 30px;
    object-fit: cover;
    object-position: 50% 90%;
    border-radius: 10px;

    border: 1px solid #EBE6DE;
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  }

  .why-choose-us .container .col-xl-6:first-child {
    padding: 50px 15px 0;
  }
  
  .why-choose-us .container .col-xl-6:last-child {
    display: none;
  }

  .why-list {
    margin-bottom: 60px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .why-list {
    grid-template-columns: repeat(1, 1fr); 
  }
}

/* Article */
.blog-section {
  position: relative;
  padding: 60px 0;
}

.blog-list .blog-item {
  background: #ffffff;
  padding: 29px;
  margin-bottom: 30px;
  
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 13px;
  border: 1px solid #EBE6DE;
}

.blog-list .blog-item .blog-content {
  position: relative;
}

.blog-list .blog-item .blog-content h3.blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 11px;

  height: 68px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-list .blog-item .blog-content h3.blog-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-list .blog-item:hover .blog-content h3.blog-title a {
  background-size: 100% 1px;
  color: var(--primary);
}

.blog-list .blog-item .blog-content p.blog-text {
  opacity: 0.6;
  margin: 0 0 20px;

  height: 62px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-list .blog-item .blog-content .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0eefa;
  border-radius: 10px;
  padding: 20px 20px 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-list .blog-item .blog-content .blog-meta {
    margin-bottom: 20px;
  }
}

.blog-list .blog-item .blog-content .blog-meta .blog-author {
  position: relative;
  min-height: 35px;
  padding: 1px 0 0 45px;
  align-items: center;
  display: flex;
}

.blog-list .blog-item .blog-content .blog-meta .blog-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 12px;
  color: var(--primary);
  overflow: hidden;
}

.blog-list .blog-item:hover .blog-content .blog-meta .blog-link {
  background-color: var(--primary);
  color: #ffffff;
}

.blog-list .blog-item:hover .blog-content .blog-meta .blog-link i {
  animation: iconTranslateX 0.4s forwards;
}


@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

.blog-list .blog-item .blog-content .blog-meta .blog-author img {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-list .blog-item .blog-content .blog-meta .blog-author h5.blog-author-name {
  line-height: 1;
  font-size: 16px;
  margin: 0;
}

.blog-list .blog-item a.blog-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.blog-list .blog-item a.blog-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.blog-list .blog-item a.blog-image .blog-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(45, 35, 48, 0.6);
  transition: all 0.5s ease;
  border-radius: 10px;
}


.blog-list .blog-item a.blog-image .blog-overlay i {
  font-size: clamp(35px, 2vw, 40px);
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.blog-list .blog-item .blog-image .blog-date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  background-color: var(--primary);
  text-align: center;
  line-height: 1;
  border-radius: 20px 0px 10px 0px;
  color:  #ffffff;
  font-size: 32px;
  font-weight: 700;
  padding: 7px 12px 13px;
}

.blog-list .blog-item .blog-image .blog-date i {
  margin-top: 1px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.blog-list .blog-item:hover .blog-image .blog-overlay i {
  opacity: 1;
}

.blog-list .blog-item:hover .blog-image .blog-overlay {
  top: 0;
  height: 100%;
}

.blog-list .blog-item .blog-image .blog-date span {
  margin-top: 1px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}


/* CTA */
.cta-download {
  /* background: url('https://cdn.muslimpergi.com/uploads/gallery/pict/6549/12067358_4882066.jpg') no-repeat bottom center / cover; */
  position: relative;
  width: 100%;
}

.cta-download::before {
  background: var(--primary);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta-download .btn-theme {
  border: 2px solid var(--dark-color);
}

.cta-download .download-txt {
  padding: 55px 0 50px;
}

@media (min-width: 1199px) {
  .cta-download .download-txt {
    padding: 80px 0 50px;
  }
}

.cta-download .download-txt h3 {
  font-size: 35px;
  font-weight: 700;
  color: var(--dark-color);
}

.cta-download .download-txt p {
  color: var(--dark-color);
}

.cta-download .download-txt .action-button ul {
  display: flex;
}

.cta-download .download-txt .action-button ul li:first-child {
  margin-right: 10px;
}

.cta-download .download-txt .action-button ul li a span {
  font-size: 20px;
  color: var(--dark-color);
}

.cta-download .download-txt .action-button ul li a:hover span {
  color: var(--white);
}

.cta-download img {
}

/* End CTA */

/* <!-- Footer --> */
footer {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  position: relative;
  z-index: 0;
  background-image: url(https://cdn.muslimpergi.com/uploads/gallery/pict/5239/footer-bg2.f8010952.png) !important;
  background-color: var(--bg-black-transparent) !important;
}

footer .partner .partner-payment {
  display: flex;
  position: relative;
}

footer .partner .partner-payment img {
  margin: 10px 15px 2px 0;
  border-radius: 5px;
  width: 56px;
  height: 40px;
}

footer .partner .partner-payment p {
  padding-left: 20px;
}

footer .partner .partner-payment p::before {
  font-family: FontAwesome !important;
  content: "\f054";
  top: 20px;
  left: 70px;
  position: absolute;
}

footer ul.contacts li {
  display: flex;
}

footer ul.contacts li div.info {
  flex: 2;
}

footer ul.contacts li div.action {
  flex: 1;
}

footer ul.contacts li div.action {
  display: flex;
  justify-content: center;
}

footer ul.contacts li div.action a {
  margin: 10px 5px;
}

footer ul.contacts li div.action a img {
  height: 35px;
  border-radius: 10px;
}

footer div.mail p {
  word-break: break-all;
  overflow-wrap: break-word;
}

ul#additional_links {
  float: unset;
  padding: 0;
}

ul#additional_links li span,
ul#additional_links li a {
  opacity: 1;
}

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

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

ul#footer-selector li img {
  border-radius: 5px;
}

#toTop {
  background: #042b86;
  color: transparent;
  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;
  color: #fff;
}

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

@media (min-width: 992px) {

  ul#footer-selector {
    float: right;
  }
}

@media (max-width: 800px) {

  #footer-selector {
    display: inline-block;
    text-align: center;
  }

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

/* <!-- 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 {
  margin-left: 5px;
  padding-left: 10px;
  list-style: decimal !important;
}

/*
.listing_description ul li, .singlepost .post-content ul li {
  margin-left: 5px;
  padding-left: 10px;
  list-style: square !important;
}
*/

.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 {
  margin-left: 15px;
  padding-left: 5px;
  list-style: square !important;
}

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

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