@charset "UTF-8";
/* Styling for the menu */

.text-price {
  padding: 6px 16px !important;
}

.package-tourid {
  background-color: #d00404 !important;
  top: 0px !important;
}

.text-tourid {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}

.text-tourid span {
  font-size: 15px !important;
}

.package-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-discount {
  text-decoration: line-through;
  font-weight: 400 !important;
  opacity: 0.7;
  margin-right: 5px;
}

/* .package-moreop {
  margin-bottom: 15px;
} */

.badge-op {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
}

.air-logo {
  width: 70px;
}

.lemu-icon {
  width: 55px;
  margin-right: 7px;
}

marquee {
  width: 160px;
}

/* todo */
.tags-content {
  position: relative;
  margin-bottom: 15px;
}

.tags-content.more {
  overflow: hidden;
  max-height: 80px;
  margin-bottom: unset;
}

.tags-content.more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
}

.tags-content.more.open {
  max-height: unset;
  height: auto;
}

.tags-content.more.open::after {
  display: none;
}

.tags-text {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden;
  height: 120px;
  --fade-start: 50%;
  mask-image: linear-gradient(to bottom, #fff var(--fade-start), transparent); */
}

.tags-text a {
  color: #787878;
  padding-right: 6px;
}

.tags-text a:hover,
.tags-text a:active,
.tags-text a:focus {
  color: #e34949;
}

.sm-tags {
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
}

.sm-tags > button {
  background: unset;
  border: unset;
  box-shadow: unset;
  padding: unset;
  margin: unset;
  outline: unset;
}

/* mobile */
@media (max-width: 767px) {
  .package-inner .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-price {
    padding: 5px 7px !important;
    font-size: 8px !important;
  }

  .text-tourid {
    padding: 6px 7px 6px 7px !important;
  }

  .text-price span {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  .text-tourid span {
    font-size: 12px !important;
  }

  .package-meta {
    margin-bottom: 10px;
    padding: 8px 0px 6px 0px;
  }

  .package-meta ul li {
    font-size: 8.5px;
    padding: 0px 8px;
  }

  .package-meta ul li [class*="fa-"] {
    margin-right: 2px;
  }

  .package-wrap .package-content {
    padding: 0 10px 0;
  }

  .package-content h3 {
    font-size: 11.5px;
    margin-bottom: 7px;
  }

  .tags-text {
    line-height: 10px;
    font-size: 8px;
    margin-bottom: 5px;
  }

  .package-wrap .review-area .review-text {
    font-size: 8px;
  }

  .package-wrap .review-area {
    margin-bottom: 5px;
  }

  .rating-start {
    font-size: 9px;
  }

  .detail-info {
    font-size: 10px;
  }

  .package-content .description {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .btn-wrap {
    margin-top: unset !important;
  }

  .package-wrap .package-content .btn-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .package-wrap .package-content .btn-wrap a {
    font-size: 9px;
    padding: 8px 0px;
  }

  .package-wrap .package-content .btn-wrap a [class*="fa-"] {
    font-size: 9px;
    margin-left: 4px;
  }

  .price-discount {
    margin-right: 2px;
  }

  .badge-op {
    font-size: 9px;
  }

  .package-moreop {
    margin-bottom: 5px;
  }

  .air-logo {
    width: 50px;
  }

  .lemu-icon {
    width: 35px;
    margin-right: 3px;
  }

  marquee {
    width: 110px;
  }

  .sm-tags {
    font-size: 8px !important;
    margin-bottom: 5px !important;
  }

  .tags-content.more {
    max-height: 50px;
  }

  .tags-content.more::after {
    height: 20px;
  }

  .widget.widget_tag_cloud {
    max-height: 180px;
  }

  .widget.widget_tag_cloud::after {
    height: 30px;
  }

}
