.product-slider .item{
  background-color: #fff;
  background-clip: border-box;
  border: none;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 0;
}

.product-slider .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.08);
  transition: transform .2s;
}

.product-slider .item:not(:hover) {
  transition: transform .2s;
}

.product-slider .item .featured-image{
  position: relative;
  overflow: initial;
}

.product-slider .item .content-item {
    position: relative;
    padding: 0px 10px;

}
.top-item {
  flex: 1;
}

.product-slider .item .content-item .title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.product-slider .item .content-item .title a {
  color: #b30660 !important ;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-slider .item .content-item .reviews {
  margin-top: 0;
  margin-bottom: 4px;
}

.product-slider .item .content-item .reviews i {
  color: #FFB21D;
  font-size: 12px;
}
.product-slider .item {
    Padding:0px;
}
.product-slider .item .content-item .reviews .rate {
  background-color: transparent; 
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  color: #232323;
  padding: 0px;
  border: none;
  margin-right: 4px;
}

.product-slider .item .content-item .reviews .summary {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #727272;
}

.product-slider .item .content-item .price-tour .price {
  font-weight: 800;
  line-height: 20px;
}

.product-slider .item .content-item .price-tour .price-span {
  background: #FFF0E5;
  text-align: center;
  border-radius: 5px;
  color: #FF5B00;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
}

.product-slider .item .slider-first-image-heading {
  bottom: 44px !important;
  position: absolute;
  z-index: 1;
  padding-left: 10px;
  color: #fff;
}

.product-slider .item  .featured-image a {
  display: block;
  overflow: hidden;
  color: #232323;
  text-decoration: none;
}

.product-slider .item  .featured-image a h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}

.product-slider .item  .featured-image a span {
  color: #fff !important;
  font-weight: 500; 
}

.product-slider .item  .slider-last-image-heading{
  bottom: 36% !important;
  left: 18%;
  position: absolute;
  z-index: 1;
  padding-left: 10px;
  color: #fff;
}

.product-slider .item  .slider-last-image-heading i{
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 20px;
  background: #ffffff94;
  color: #fff;
}

.product-slider .item  .slider-last-image-heading span{
  color: #fff !important;
  font-weight: 500;
}

@media (min-width: 768px) {
  .product-slider .item  .slider-first_image{
      object-fit:cover;
  }
}

.product-slider .item .slider-last_image{
  filter: brightness(0.5);
  object-fit:cover;
  
}

.owl-carousel .owl-stage-outer {
  padding-top: 10px !important;
  min-height: 100% !important;
}

.full-card {
  display: flex;
  flex-direction: column;
}

.pricing-container {
  flex: 1;
}

.owl-stage{
  height: 315px !important;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  .owl-stage {
    height: 330px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .owl-stage {
    height: 330px !important;
  }
}
@media only screen and (max-width: 575px) and (min-width: 480px) {
  .owl-stage {
    height: 520px !important;
  }
}
@media only screen and (max-width: 479px) and (min-width: 0px) {
 .product-slider .owl-stage {
    height: 250px !important;
    margin-bottom: 85px;
}.country {
    font-size: 14px;}

}

.owl-item {
  height: 100% !important;
}

.owl-item .item-slide {
  height: 100%;
}

.owl-item .item-slide .item {
  height: 100%;
}

.feature-image {
  height: 100% !important;
}

.slider-first_image{
  height: 100% !important;
}
.slider-last_image{
  height: 100% !important;
}

.product-slider .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.product-slider .owl-nav button.owl-prev {
  left: -18px !important;
  top: 40% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider .owl-nav button.owl-prev span{
  font-size: 26px;
  transform: translateY(-2px);
}
.product-slider .owl-nav button.owl-next {
  right: -30px !important;
  top: 40% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider .owl-nav button.owl-next span{
  font-size: 26px;
  transform: translateY(-5px);
}
 
.price-span-top {
  margin-top: 2px;
}

 

.country{
  font-size: 20px;
  font-weight: 600; 
}

.explore-container {
  display: flex;
  align-items: center;
}

.explore-text {
  padding-right: 5px;
  font-size: 18px; 
}

.explore-icon {
  font-size: 24px;
  width: 14px;
  height: 14px; 
  line-height: 16px;
}
@media only screen and (max-width: 769px) and (min-width: 0px) {
 .country {
    font-size: 14px;}
.explore-text { 
    font-size: 14px;
}
}