/home/blackyak/www/wordpress/wp-content/themes/travivu/assets/sass/booking/_style.scss
.lt-review-show-start{
   display: flex;
   align-items: center;
   position: relative;
   .lt-review-name{
      display: inline-block;
      margin-right: 6px;
      font-size: 14px;
      color: $black;
      font-weight: 600;
      float: left;
      line-height: 20px;
   }
   .lt-review-suffix{
      margin-left: 2px;
      font-size: 14px;
      line-height: 20px;
      margin-top: -5px;
      white-space: nowrap;
   }
   .review-results{
      display: inline-block;
      position: relative;
      height: 20px;
      font-size: 14px;
      float: left;
      span{ 
         display: inline-block;
         @include size(16px, 18px);
         .star{
            font-size: 15px;
            @include size(100%, 100%);
         }
      }
      .base-stars{
         white-space: nowrap;
         height: 18px;
         span{
            color: #d4d8df;
            i{
               color: #d4d8df;
            }
         }
      }
      .votes-stars{
         overflow: hidden;
         white-space: nowrap;
         position: absolute;
         top: 0;
         left: 0;
         height: 18px;
         span{
            color: $rating-color;
         }
      }
   }
}

.booking{
   &__price{
      font-weight: 500;
      font-size: 15px;
      label{
         margin-right: 5px;
         font-size: 14px;
         font-weight: 400;
         i{
            font-size: 16px;
            color: $theme-color;
            margin-right: 10px;
         }
      }
   }
   &__media{
      font-size: 14px;
      line-height: 1;
      padding: 0 3px;
      a{
         color: $body-color;
         i{
            font-size: 16px;
         }
         &.booking-gallery{
            margin-left: 0;
            position: relative;
            span{
               display: inline-block;
               background: $theme-color;
               color: $white;
               width: 14px;
               height: 14px;
               border-radius: 50%;
               line-height: 1;
               font-size: 11px;
               line-height: 14px;
               position: absolute;
               text-align: center;
               right: 5px;
               top: 5px;
            }
         }
         &:hover{
            color: $theme-color;
         }
      }
      .wp-travel-engine-vid-gal-popup{
         margin: 0;
         a{
            position: relative;
            font-size: 0;
            color: transparent;
            &:after{
               content: '\e928';
               font-family: 'ticomoon' !important;
               color: $white;
               font-size: 16px;
            }
         }
      }
   }
   &__item-labels{
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 11;
   }
   &__item-label{
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      padding: 8px 15px;
      line-height: 1;
      color: $white;
      display: block;
      clear: both;
      text-align: center;
      &:not(:last-child){
         margin-bottom: 5px;
      }
   }
   &__item-discount{
      background: $theme-color;
   }
   &__item-featured{
      background: $white;
      color: $theme-color;
   }
   &__rating{
      white-space: nowrap;
      .post-total-rating{
         font-size: 14px;
         overflow: hidden;
         .stars{
            letter-spacing: 1px;
         }
         .star{
            transition: all 0.5s;
         }
         .total-rating{
            margin-left: 6px;
            font-weight: 500;
            transition: all 0.5s;
         }
         .post-total-rating-value{
            position: absolute;
            top: -20px;
            left: 0;
            z-index: 1;
            opacity: 0;
            text-transform: uppercase;
            font-weight: 500;
            transition: all 0.5s;
            color: $rating-color;
         }
      }
   }
}

// Booking One
.booking-one{
   margin-bottom: 30px;
   transition: all 0.35s;
   border-radius: 10px;
   &__thumbnail{
      position: relative;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      min-height: 90px; 
      background: #ccc;
      position: relative;
   }
   &__content{
      padding: 30px 30px 30px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      border-top: none;
      border-radius: 0 0 10px 10px;
      background: $white;
      position: relative;
      margin-top: -16px;
      @media(max-width: 767px){
         padding-left: 15px;
         padding-right: 15px;
      }
   }
   &__content-top{
      display: flex; 
      justify-content: space-between;
      .booking__rating{
         flex: 0 0 calc(100% - 66px);
      }
   }

   &__media{
      background: $theme-color-2;
      position: absolute;
      top: -35px;
      left: 30px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 10px 10px 0 0;
      z-index: 11;
      display: flex;
      justify-content: flex-end;
      > *{
         border-left: 1px solid rgba(255, 255, 255, 0.2);
         &:first-child{
            border-left: 0;
         }
      }
      .booking-gallery, .wp-travel-engine-vid-gal-popup a{
         padding: 10px 12px 8px;
         display: block;
         &:after, i{
            transition: all 0.36s;
         }
         &:hover{
            &:after, i{
               color: $theme-color;
            }
         }
      }
      i{
         color: #fff;
      }
   }
   &__video{
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid rgba(255,255,255,0.2);
   }
   &__title{
      font-size: 21px;
      margin: 0 0 15px;
   } 
   &__desc{
      font-size: 15px;
      line-height: 24px;
   }
   &__meta{
      margin-top: 20px;
      margin-bottom: 25px;
      padding: 18px 18px 12px;
      border: 1px solid $border-color;
      border-radius: 12px;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      i{
         color: $theme-color;
         margin-right: 5px;
      }
      a{
         color: $body-color;
      }
      .lt-review-show-start{
         margin-bottom: 2px;
      }
   }
   &__price{
      line-height: 1;
   }
   &__price-label{
      font-size: 14px;
      position: relative;
      .discount-label{
         font-size: 10px;
         color: $white;
         background: #FF9D3D;
         padding: 3px 8px;
         border-radius: 30px;
         font-weight: 500;
         display: inline-block;
      }
   }
   &__price-number{
      margin-top: 4px;
      font-size: 22px;
      font-weight: 700;
      color: $link-color;
      position: relative;
      .striked-price{
         margin-left: 4px;
         font-size: 16px;
         color: $body-color;
         font-weight: 500;
         text-decoration: line-through;
      }
   }
   &__meta-inline{
      display: flex;
      gap: 16px; 
   }
   &__bottom{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   &__readmore{
      .btn-booking{
         font-size: 14px;
         font-weight: 500;
         padding: 10px 20px 12px;
         background: $theme-color-2;
         color: $white;
         border-radius: 30px;
         &:hover{
            background: $theme-color;
         }
      }
   }
}

// Booking Two
.booking-two{
   margin-bottom: 68px;
   transition: all 0.35s;
   border-radius: 16px;
   box-shadow: 0 0 20px 0 rgba(6, 30, 98, 0.08);
   position: relative;
   width: 100%;
   padding: 20px 20px 15px;
   background: $white;
   @media(max-width: 1320px){
      padding: 12px 12px 15px;
   }
   &:after{
      content: '';
      height: 20px;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc(100% - 20px);
      z-index: 1;
      border-radius: 0 0 16px 16px;
      background: $white;
      opacity: 0;
      transition: all 0.35s;
   }
   &__single{
      position: relative;
   }
   &__thumbnail{
      border-radius: 16px;
      overflow: hidden;
      min-height: 120px;
      background: #ccc;
      position: relative;
   }
   &__media{
      background: $white;
      border-radius: 30px;
      position: absolute;
      bottom: 15px;
      left: 15px;
      display: flex;
      padding: 1px 8px;
      a{
         font-size: 16px;
         color: $link-color;
         width: 35px;
         height: 35px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         padding: 15px;
         margin: 0;
      } 
      a.booking-gallery{
         span{
            right: 3px;
            top: 3px;
         }
      }
      .wp-travel-engine-vid-gal-popup{
         border-left: 1px solid $border-color;
         a{
            &:after{
               color: $link-color;
            }
            &:hover{
               &:after{
                  color: $theme-color;
               }
            }
         }
      }
   }
   &__price{
      background: #F2F5F9;
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto;
      border-radius: 30px 0 0 30px;
      padding: 10px 18px;
      line-height: 1;
      font-size: 14px;
      font-weight: 500;
      color: $link-color;
   }
   &__price-label{
      font-size: 14px;
      position: relative;
      .discount-label{
         font-size: 10px;
         color: $white;
         background: #FF9D3D;
         padding: 3px 8px;
         border-radius: 30px;
         font-weight: 500;
         display: inline-block;
      }
   }
   &__price-number{
      margin-top: 4px;
      font-size: 18px;
      font-weight: 700;
      color: $link-color;
      position: relative;
      .striked-price{
         margin-left: 4px;
         font-size: 13px;
         color: $body-color;
         font-weight: 500;
         text-decoration: line-through;
      }
   }
   &__content{
      padding: 30px 0 10px;
      position: relative;
   }
   &__title{
      font-size: 21px;
      margin: 2px 0 12px;
      line-height: 26px;
      @media(max-width: 1360px){
         font-size: 19px;
         line-height: 22px;
      }
      a{
         transition: all 0.35s;
      }
   }
   &__desc{
      font-size: 14px;
      line-height: 24px;
      transition: all 0.35s;
      padding-bottom: 4px;
   }
   &__meta{
      display: flex;
      border-top: 1px solid $border-color;
      gap: 15px;
      margin-top: 15px;
      padding-top: 15px;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      color: $link-color;
      transition: all 0.35s;
      @media(max-width: 1360px){
         gap: 8px;
         font-size: 13px;
      }
      i{
         color: $theme-color-2;
         margin-right: 5px;
         transition: all 0.35s;
      }
      a{
         transition: all 0.35s;
         &:hover{
            text-decoration: underline;
         }
      }
   }
   &__read-more{
      position: absolute;
      top: 100%;
      left: 0;
      padding: 0 30px;
      width: 100%;
      transition: all 0.35s;
      opacity: 0;
      z-index: 11;
      transform: translateY(-20px);
      a{
         text-align: center;
         width: 100%;
         &:hover{
            opacity: 1;
            background: $white;
            color: $headings-color;
         }
      }
   }
   &:hover{
      //background: $theme-color;
      border-radius: 16px 16px 0 0;
      &:after{
         opacity: 1;
         //background: $theme-color;
         top: 100%;
      }
      .booking-two{
         &__title a{
            //color: $white;
         }
         &__desc{
            //color: $white;
         }
         &__meta{
           // color: $white;
           // border-top-color: rgba(255, 255, 255, 0.5);
           // a,i{
          //     color: $white;
          //  }
         }
         &__read-more{
            opacity: 1;
            transform: translateY(12px);
         }
      }
   }
}
.item-active.center{
   .booking-two{
      //background: $theme-color;
      border-radius: 16px 16px 0 0;
      &:after{
         opacity: 1;
         //background: $theme-color;
         top: 100%;
      }
      &__title a{
        // color: $white;
      }
      &__desc{
         //color: $white;
      }
      &__meta{
        // color: $white;
        // border-top-color: rgba(255, 255, 255, 0.5);
        // a,i{
        //    color: $white;
        // }
      }
      &__read-more{
         opacity: 1;
         transform: translateY(12px);
      }
   }
}
// Booking Three
.booking-three{
   margin-bottom: 30px;
   transition: all 0.35s;
   border-radius: 20px;
   overflow: hidden;
   position: relative;
   width: 100%;
   &__thumbnail{
      overflow: hidden;
      min-height: 500px;
      background: #ccc;
      position: relative;
      @media(max-width: 1360px){
         min-height: 390px;
      }
      &:after{
         content: '';
         width: 100%;
         height: 100%;
         position: absolute;
         background: linear-gradient(0deg, #16243D 0%, rgba(27, 31, 46, 0) 80%);
         z-index: 2;
      }
      img{
         position: absolute;
         display: block;
         width: 100%;
         height: 100%;
         object-fit: cover;
         z-index: 1;
      }

   }
   &__content{
      padding: 10px 35px 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 11;
      transition: all 0.5s;
   }
   &__content-top{
      .title{
         font-size: 24px;
         line-height: 32px;
         margin: 0 0 20px;
         min-height: 32px;
         transition: all 0.6s;
         font-weight: 600;
         @media(max-width: 1360px){
            font-size: 20px;
            line-height: 28px;
         }
         a{
            color: $white;
         }
      }
   }
  &__media{
      border-radius: 30px;
      position: absolute;
      top: 15px;
      right: 15px;
      transform: translateX(-50%);
      z-index: 11;
      width: 32px;
      a{
         font-size: 16px;
         color: $white;
         width: 32px;
         height: 32px;
         border-radius: 50%;
         background: rgba(0, 0, 0, 0.3);
         display: inline-flex;
         align-items: center;
         justify-content: center;
         padding: 15px;
         margin: 0;
         i{
            color: $white;
         }
         &:hover{
            background: $theme-color;
            span{
               background: $theme-color-2;
            }
         }
      } 
      a.booking-gallery{
         margin-bottom: 6px;
         span{
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            right: -6px;
            top: -6px;
            transition: all 0.35s;
         }
      }
      .wp-travel-engine-vid-gal-popup{
         a{
            &:after{
               color: $white;
            }
         }
      }
   }
   &__title{
      font-size: 20px;
      margin: 0 0 10px;
      line-height: 30px;
   }
   &__main-title{
      margin: 0 0 10px;
      font-size: 20px;
   }
   &__desc{
      font-size: 14px;
      line-height: 24px;
      transition: all 0.35s;
      margin-bottom: 5px;
      @media(max-width: 1360px){
         display: none;
      }
   }
   &__bottom{
      display: flex;
      justify-content: space-between;
      color: $white;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
      padding: 10px 0;
   }
   &__meta{
      padding-top: 5px;
   }
   &__meta-inline{
      display: flex;
      gap: 12px;
      font-size: 14px;
      font-weight: 700;
      @media(max-width: 1600px){
         gap: 10px;
      }
      i{
         color: $theme-color;
         margin-right: 5px;
      }
   }
   &__max-capacity{
      @media(max-width: 1600px){
         display: none;
      }
   }
   &__location{
      margin-top: 2px;
      font-size: 14px;
      font-weight: 600;
      color: $link-color;
      i{
         color: $theme-color;
         margin-right: 5px;
      }
   }
   &__review{
      margin-top: 5px;
      font-size: 14px;
      font-weight: 600;
      color: $link-color;
      i{
         color: $theme-color;
         margin-right: 5px;
      }
   }
   &__price{
      line-height: 1;
   }
   &__price-label{
      font-size: 14px;
      position: relative;
      .discount-label{
         font-size: 10px;
         color: $white;
         background: #FF9D3D;
         padding: 3px 8px;
         border-radius: 30px;
         font-weight: 500;
         display: inline-block;
      }
   }
   &__price-number{
      margin-top: 4px;
      font-size: 22px;
      font-weight: 700;
      color: $white;
      position: relative;
      @media(max-width: 1600px){
         font-size: 18px;
      }
      .striked-price{
         margin-left: 4px;
         font-size: 16px;
         color: #e1dfdf;
         font-weight: 500;
         text-decoration: line-through;
         @media(max-width: 1600px){
            font-size: 14px;
         }
      }
   }
   &__hover{
      opacity: 0;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      padding: 30px 20px 75px 20px;
      background: $white;
      border-radius: 16px;
      z-index: 10;
      transition: all 0.6s;
   }
   &:hover, &:active{
      .booking-three{
         &__content{
            bottom: 15px;
            .title{
               opacity: 0;
               display: none;
            }
         }
         &__hover{
            opacity: 1;
            bottom: 15px;
         }
         &__bottom{
            border-top-color: rgba(0, 0, 0, 0.18);
         }
         &__meta-inline{
            color: $headings-color;
         }
         &__price-label{
            color: $headings-color;
         }
         &__price-number{
            color: $headings-color;
            .striked-price{
               color: $body-color;
            }
         }
      }
   }
}

.swiper-slide.item-active.first{
   .booking-three{
      &__content{
         bottom: 15px;
         .title{
            opacity: 0;
            display: none;
         }
      }
      &__hover{
         opacity: 1;
         bottom: 15px;
      }
      &__bottom{
         border-top-color: rgba(0, 0, 0, 0.18);
      }
      &__meta-inline{
         color: $headings-color;
      }
      &__price-label{
         color: $headings-color;
      }
      &__price-number{
         color: $headings-color;
         .striked-price{
            color: $body-color;
         }
      }
   }
}

// Booking List
.booking-list{
   margin-bottom: 30px;
   transition: all 0.35s;
   border-radius: 10px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   @media(max-width: 560px){
      max-width: 450px;
      margin: 0 auto 30px;
   }
   &__wrap{
      display: flex;
      flex-wrap: wrap;
   }
   &__thumbnail{
      position: relative;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      min-height: 90px; 
      background: #ccc;
      position: relative;
      flex: 0 0 100%;
      @media(min-width: 560px){
         flex: 0 0 35%;
         border-radius: 10px 0 0 10px;
      }
      img{
         height: 100%;
         width: 100%;
         object-fit: cover;
         transform: scale(1);
         transition: all 2.2s;
      }
   }
   &__content{
      padding: 30px 30px 30px; 
      border-top: none;
      border-radius: 0 0 10px 10px;
      background: $white;
      position: relative;
      flex: 0 0 100%;
      @media(min-width: 560px){
         flex: 0 0 65%;
         border-radius: 0 10px 10px 0;
      }
      @media(max-width: 767px){
         padding-left: 15px;
         padding-right: 15px;
      }
   }
   &__content-top{
      display: flex;  
      justify-content: space-between;
      .booking__rating{
         flex: 0 0 calc(100% - 66px);
      }
   }

   &__media{
      background: $theme-color-2;
      position: absolute;
      bottom: 0;
      left: 20px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 10px 10px 0 0;
      z-index: 11;
      display: flex;
      justify-content: flex-end;
      > *{
         border-left: 1px solid rgba(255, 255, 255, 0.2);
         &:first-child{
            border-left: 0;
         }
      }
      .booking-gallery, .wp-travel-engine-vid-gal-popup a{
         padding: 10px 12px 8px;
         display: block;
         &:after, i{
            transition: all 0.36s;
         }
         &:hover{
            &:after, i{
               color: $theme-color;
            }
         }
      }
      i{
         color: #fff;
      }
   }
   &__video{
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid rgba(255,255,255,0.2);
   }
   &__title{
      font-size: 21px;
      margin: 5px 0 0;
   } 
   &__desc{
      font-size: 15px;
      line-height: 24px;
   }
   &__meta{
      margin-top: 10px;
      margin-bottom: 18px;
      padding-bottom: 18px;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      border-bottom: 1px solid $border-color;
      i{
         color: $theme-color;
         margin-right: 5px;
      }
      a{
         color: $body-color;
      }
      .lt-review-show-start{
         margin-bottom: 2px;
      }
   }
   &__price{
      line-height: 1;
   }
   &__price-label{
      font-size: 14px;
      position: relative;
      .discount-label{
         font-size: 10px;
         color: $white;
         background: #FF9D3D;
         padding: 3px 8px;
         border-radius: 30px;
         font-weight: 500;
         display: inline-block;
      }
   }
   &__price-number{
      margin-top: 4px;
      font-size: 22px;
      font-weight: 700;
      color: $link-color;
      position: relative;
      .striked-price{
         margin-left: 4px;
         font-size: 16px;
         color: $body-color;
         font-weight: 500;
         text-decoration: line-through;
      }
   }
   &__meta-inline{
      display: flex;
      gap: 16px; 
   }
   &__bottom{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   &__readmore{
      .btn-booking{
         font-size: 14px;
         font-weight: 500;
         padding: 10px 20px 12px;
         background: $theme-color-2;
         color: $white;
         border-radius: 30px;
         &:hover{
            background: $theme-color;
         }
      }
   }
}