.podListing .postWrapper {
  border-radius: 15px;
  background-repeat: no-repeat;
  justify-content: end;
  transition: var(--ease);
  background-size: cover;
  gap: 10px;
  position: relative;
  padding: 30px;
  overflow: hidden;
  /*&:after {
            content: "";
            background-color: black;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }*/
}
.podListing .postWrapper .elementor-widget-jet-listing-dynamic-meta svg {
  fill: #fff;
}
.podListing .postWrapper .elementor-widget-jet-listing-dynamic-meta time {
  color: var(--light);
}
.podListing .postWrapper .elementor-widget-jet-listing-dynamic-meta .jet-listing-dynamic-meta__item-val {
  color: var(--light);
}
.podListing .postWrapper .elementor-widget-jet-listing-dynamic-meta .is-svg-icon {
  margin-right: 10px;
}
.podListing .postWrapper .elementor-heading-title {
  font-size: 30px;
  color: var(--light);
  transform: translateY(70px);
  transition: var(--ease);
}
@media (max-width: 1200px) {
  .podListing .postWrapper .elementor-heading-title {
    font-size: 20px;
  }
}
.podListing .postWrapper .nts *, .podListing .postWrapper .nts {
  color: var(--light);
}
.podListing .postWrapper .nts {
  transform: translateY(100vh) !important;
  transition: var(--ease);
}
.podListing .draggable {
  min-height: 575px;
}
@media (max-width: 1200px) {
  .podListing .draggable {
    min-height: auto;
  }
}
.podListing .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.podListing .slick-slide .postWrapper {
  aspect-ratio: 0.9090909091;
  transition: var(--ease);
}
@media (max-width: 1200px) {
  .podListing .slick-slide .postWrapper {
    aspect-ratio: 0.7692307692;
    text-align: center;
  }
}
.podListing .slick-active .postWrapper {
  aspect-ratio: 0.8;
  transition: var(--ease);
}
@media (max-width: 1200px) {
  .podListing .slick-active .postWrapper {
    aspect-ratio: 0.7692307692;
  }
}
.podListing .slick-center .postWrapper {
  aspect-ratio: 0.7142857143;
  transition: var(--ease);
}
@media (max-width: 1200px) {
  .podListing .slick-center .postWrapper {
    aspect-ratio: 0.7692307692;
  }
}
.podListing .slick-center .nts {
  transform: translateY(0vh) !important;
  transition: var(--ease);
}
.podListing .slick-center .elementor-heading-title {
  transform: translateY(0px);
  transition: var(--ease);
}
.podListing .jet-slick-dots li {
  border: 2px solid #fff;
}
.podListing .jet-slick-dots .slick-active {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}
