
.prestigeretreats-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    margin: 20px 0px;

}

.prestigertreats-image-size {
    display: flex;
    align-items: center;
    padding: 0px 6px;
    justify-content: space-around;
}

.prestigertreats-image-size p {
    padding: 0px 4px;
    word-break: auto-phrase;
    font-size: 14px;
}

.prestigeretreats-card .prestigertreats-image-size img {
    max-width: 20px;
    max-height: 50px;
    width: auto;
    height: auto;
}

.prestigeretreats-card .prestigeretreats-card:hover {
    transform: scale(1.05);
}

.prestigeretreats-card-body {
    padding: 15px;
}

.prestigeretreats-card-title {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    color: #222222;
}

.prestigeretreats-card-location {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.prestigeretreats-card-details {
    font-size: 14px;
    color: #444;
    text-align: left;
}

.prestigeretreats-rating {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    margin: 10px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 20px 0px;
}

.prestigeretreats-rating {
    margin: auto;
}

.prestigeretreats-rating p {
    margin: 0;

}
.prestigeretreats-rating-item:last-child {
    border: unset;
}
.prestigeretreats-rating-area {
    display: flex;
}

.prestigeretreats-rating-item {
    width: 30%;
    border-right: 1px solid #ddd;
    font-size: 12px;

}

.prestigertreats-image-size {
    width: 40%;
}


.rating-item:last-child {
    border-right: none;
}

.rating-item p:first-child {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
}



.rating-item p:last-child {
    font-size: 0.9rem;
    color: #777;
}


.prestigeretreats-host {
    display: flex;
    align-items: center;
    text-align: left;

    gap: 10px;
    margin-top: 20px;
}

.prestigeretreats-host img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;


}

.prestigeretreats-host p {
    margin: 0;
}

.prestigeretreats-host-badge {
    font-size: 12px;
    color: #666;
}

.prestigeretreats-owl-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100% !important;
    transform: unset !important;
    top: unset !important;
}

.owl-theme .owl-nav {
    display: none;
}

.prestigeretreats-owl-carousel {
    margin-bottom: 40px;
}


.prestigeretreats-rating-item svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    fill: #ffcc00;

}


.video-slider{
  
  width: 980px;
  margin: auto;
}
/* .video-item {
    width: 380px;
} */

.video-slider .owl-item {
    opacity: 0;
    transition:0.3s;
}
.video-slider .owl-item.active {
    transform: scale(0.8);
    
    opacity: .5;
}


.video-slider .owl-item.active.center {
    transform: scale(1.3);
    z-index: 5;
    opacity: 1;
}

.video-slider .owl-nav button span {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #978667;
    display: inline;
    top:calc(50% - 25px);
    left: -30px;
    color:#fff;
    line-height:50px;
    font-size:26px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-slider .owl-nav button.owl-next span {
    left:unset;
    right: -60px;
}

@media only screen and (max-width: 1024px) {
  .video-slider{	
    width: 700px;
    margin: auto;
  }
  /* .video-slider .owl-item.active.center, .video-slider .owl-item {
      transform: scale(0.8);
  } */

  .video-slider .owl-nav button.owl-next span {
      right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .video-slider{	
    width: 380px;
    margin: auto;
  }
  .video-slider .owl-item.active.center, .video-slider .owl-item {
      transform: scale(0.8);
  }

  .video-slider .owl-nav button.owl-next span {
      right: -30px;
  }
}


