@keyframes zoomBackground {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Calendas", "DBHelvethaicaX-55Regular";
}

.mainSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBackground 5s ease-in-out forwards;
}
@media (max-width: 768px) {
  .mainSwiper .swiper-slide {
    animation: none !important;
  }
}

.mainSwiper .greenbg {
  background: rgba(60, 74, 58, 0.5);
}

.widgetSwiperWrapper .widgetSwiper .widgetitem .text {
  font-family: "DBHelvethaicaX-55Regular";
}

.facser {
  background: none;
}
.facser.vaillapicker.villalisting .contentwrap2 .text h2 {
  margin-bottom: 10px;
}
.facser .expimagewrapper2 {
  margin-left: -16%;
}