selector .swiper {
  /*overflow: inherit;*/
  padding-bottom: 25px;
  margin-left: -12px;
  margin-right: -12px;
}

.item-pricings-box {
  padding: 10px;
}

.item-pricing {
  position: relative;
  border-radius: 8px;
  background-color: #F8F9FA;
  box-shadow: 0px 0px 17px rgba(2, 6, 19, 0.09);
  overflow: hidden;
  max-width: 444px;
  margin: auto;
  padding-bottom: 50px;
}

.item-pricing .img-con {
  position: relative;
  display: flex;
  line-height: 0;
  height: 280px;
  padding-top: 58.4782608696%;
  background: #eee;
  overflow: hidden;
}

.item-pricing .img-con img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.5s ease;
}

.item-pricing a:hover img {
  transform: scale(1.03);
}

.item-pricing .s2 {
  /*padding: 12px 30px 20px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.item-pricing .price {
  font-family: "Raleway", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 24px;
  padding: 0 10px;
  color: #FFF;
  border-radius: 3px;
  --c1: #51CEF8;
  --c2: #28A0EF;
  --c3: #0D1737;
  background: linear-gradient(90deg, var(--c1, #51CEF8), var(--c2, #28A0EF) 48%, var(--c3)) var(--x, 0)/200%;
  min-height: 50px;
  transition: background ease 0.2s;
}

.item-pricing a:hover .price {
  --x:100%;
}

.item-pricing .title-con {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Raleway", Sans-Serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 90px;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  padding: 17px 24px 17px;
}

.item-pricing .excerpt {
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 150px;
  margin-bottom: 12px;
  /* background: red; */
  padding: 0 24px 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .item-pricing .excerpt {
    height: 268px;
    -webkit-line-clamp: 8;
  }
}

.item-pricing .excerpt p {
  margin-bottom: 0;
}

.item-pricing .more-link {
  min-width: 140px;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  left: 0;
}

.item-pricing a:hover .more-link {
  --x: 100%;
}

.item-pricing .listings {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0 24px;
  gap: 0 60px;
}

.item-pricing .listings p {
  margin-bottom: 0;
}

.item-pricing .listings .listing-label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.item-pricing .listings .listing-title {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5003;
}

@media (max-width: 1400px) {
  selector .swiper {
    overflow: hidden;
  }
}
.item-pricing .hover-listing-container {
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 40px 20px 60px;
  --c1: #0D1737;
  --c2: transparent;
  background: linear-gradient(0deg, var(--c1), var(--c2) 380%) var(--x, 0%)/200%;
  COLOR: #FFF;
  transition: height 0.2s ease;
  position: absolute;
  bottom: 0;
}

.item-pricing:hover .hover-listing-container {
  height: 100%;
  opacity: 1;
}
/*# sourceMappingURL=internals.css.map */
