/* CSS for style two shortcode */
.special-offer-style-two .rlr-section-header > .rlr-section__title {
  padding-bottom: 0;
}
.special-offer-style-two .rlr-section__title--main {
  font-size: var(--tt-font-size-main-heading);
  font-weight: 500;
  line-height: 1.33;
  color: var(--tt-text-black);
}
.special-offer-style-two .container {
  max-width: 100%;
  padding: 0;
}
.special-offer-style-two .rlr-section__title--sub {
  font-size: var(--tt-font-size-medium-title);
  color: var(--tt-font-size-button);
  font-weight: 300;
}
.special-offer-style-two .rlr-section-header {
  padding-bottom: 4rem;
}
.special-offer-style-two .rlr-featured__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 0;
}
.special-offer-style-two .rlr-featured__cards .col-lg-4 {
  padding: 0 10px;
}
.special-offer-style-two .rlr-product-card {
  background-color: var(--tt-bg-white);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 4px 0 var(--tt-box-shadow);
  box-shadow: 0 2px 4px 0 var(--tt-box-shadow);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, 
  -webkit-box-shadow 0.3s ease-in-out;
}
.special-offer-style-two .rlr-product-card--featured .rlr-product-card__image-wrapper {
  padding: 0;
margin: 0;
}

.special-offer-style-two .rlr-product-card--featured .rlr-product-card__image-wrapper .trending-img {
  border-radius: 0.5rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 68%;
}
.special-offer-style-two .rlr-product-card--featured__inner {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.special-offer-style-two .rlr-product-card--featured .rlr-product-card__image-wrapper img {
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  max-width: 100%;
}
.special-offer-style-two .rlr-product-card--featured:hover .rlr-product-card--featured__inner {
  opacity: 1;
}

.special-offer-style-two .rlr-badge--abs {
  position: absolute;
  top: 2rem;
}
.special-offer-style-two .rlr-badge--abs-dest,
.special-offer-style-two .rlr-badge--abs-right {
  right: 2rem;
}
.special-offer-style-two .rlr-product-card .card-img-overlay {
  border-radius: 0.5rem;
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
.special-offer-style-two .rlr-product-card--featured:hover .rlr-product-card--featured__inner .card-img-overlay {
  background-color: var(--tt-black-overlay-25); 
}
.special-offer-style-two .rlr-product-card .rlr-product-card--featured__duration .body,
.special-offer-style-two .rlr-product-card .rlr-product-card--featured__duration .type-h4 {
  color: var(--tt-text-white);
}
.special-offer-style-two .rlr-product-card .rlr-product-card--featured__duration .type-h4 {
  text-decoration: underline;
  margin-bottom: 0;
}
.special-offer-style-two .rlr-product-card--featured__body .rlr-product-detail-header__actions {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-offer-style-two .rlr-product-detail-header__button-wrapper {
  position: relative;
}
.special-offer-style-two .product-card-buttonrlr-button--medium {
  -webkit-box-shadow: 0 4px 4px var(--tt-box-shadow);
  box-shadow: 0 4px 4px var(--tt-box-shadow);
  color: var(--tt-text-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--tt-bg-primary);
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: -0.29px;
  line-height: 1.5;
  border: none;
  font-size: var(--tt-font-size-medium-title);
  text-transform: capitalize;
}
.special-offer-style-two .rlr-badge--abs-right,
.special-offer-style-two .rlr-badge--abs-left {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.375rem 0.825rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  z-index: 2;
  border-radius: 32px;
  font-size: var(--tt-font-size-small-paragraph);
  /*background-color: var(--st-badge-background);
  color: var(--st-badge-color);*/
background-color: var(--tt-bg-black);
  color: var(--tt-bg-white);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.special-offer-style-two .rlr-badge--abs-left {
right:auto;
left: 1em;
}
.special-offer-style-two .rlr-product-card--featured__summary .type-h6-semi-bold {
  padding-bottom: 0.75rem;
  font-size: var(--tt-font-size-medium-title);
  font-weight: 600;
  letter-spacing: -0.38px;
  margin: 0;
  color: var(--tt-text-black);
}
.special-offer-style-two .rlr-product-card--featured__summary {
  padding: 2rem;
  text-align: center;
}
.special-offer-style-two .rlr-product-card--featured__summary .type-body {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-medium-title);
  letter-spacing: -0.26px;
  margin: 0;
}
.special-offer-style-two .rlr-product-card .rlr-product-card--featured__duration .body {
  margin-bottom: 10px;
}
.special-offer-style-two .column-1 .swiper-slide {
  height: 210px;
}
.special-offer-style-two .rlr-section-header {
  padding-left: 0;
}
.special-offer-style-two .rlr-featured__cards {
  padding: 0 10px;
}
.tax-destination .post-grid h2.rlr-section__title--main{
  font-size: var(--tt-font-size-sub-title);
  font-weight: 500;
  line-height: 1.33;
  color: var(--tt-text-black);
}

@media (min-width: 1200px) {
  .special-offer-style-two .rlr-cta p,
  .special-offer-style-two .type-h4 {
      font-size: var(--tt-font-size-medium-title);
  }
  .special-offer-style-two .rlr-section__title--main {
      font-size: var(--tt-font-size-sub-title);
  }
  .special-offer-style-two .rlr-section__title--sub {
      font-size: var(--tt-font-size-medium-title);
  }
}

@media (min-width: 576px) {
  .special-offer-style-two .rlr-section-header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .special-offer-style-two .rlr-product-card--featured__summary {
      padding: 1rem;
  }
  .special-offer-style-two .rlr-section-header > .rlr-section__title {
      padding-bottom: 1rem;
  }
  .special-offer-style-two .rlr-section-header {
      padding-bottom: 2rem;
  }
  .special-offer-style-two .rlr-featured__cards .col-lg-4 {
      padding: 0;
  }
}