// =====================================
//  content.scss
//   |
//   |-> Content
// =====================================


@import "_variables";
@import "helpers-placeholders";



 /**
  * -------------------------------------------------------------------------------
  * ( 04 ) - Content
  * -------------------------------------------------------------------------------
  *
  *  This part contains all content sections in main content
  *
  * ------
  *
  *  Content is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Content
  *    |-->  [ 02 ] - Sidebar
  *    |-->  [ 03 ] - Section About 1
  *    |-->  [ 04 ] - Section Top Destinations
  *    |-->  [ 05 ] - Section Popular Packages
  *    |-->  [ 06 ] - Section Services 1
  *    |-->  [ 07 ] - Section Customers Review
  *    |-->  [ 08 ] - Section News Events
  *    |-->  [ 09 ] - Page Login & Register
  *    |-->  [ 10 ] - Page Search
  *    |-->  [ 11 ] - Page Blog Single
  *    |-->  [ 12 ] - Page Destination Single
  *    |-->  [ 13 ] - Page Profile Hotel Availability
  *    |-->  [ 14 ] - Section Featured Cars 1
  featured-cars
  */


#content {
  position: relative;
  // overflow: hidden;
  line-height: $line-height-content;
  background-color: #fff;
  z-index: 5; /* Important for icons animations */

  h1,h2,h3,h4,h5,h6 {

  }
}

#content-wrap {
  position: relative;
}


/*  [ 01 ] - Content
====================== */

.page-single {
  .section-content {
    padding-top: 80px !important;
    background-color: #fff;

    @at-root .bg-grey#{&} {
      background-color: #f6f6f6;
    }
  }

  .page-single-content {
    .content-main {
      padding-right: 10px;
    }

    &.sidebar-left {
      .content-main {
        padding: 0 0 0 10px;
      }
    }
  }

  &.with-sidebar {
    .content-main {
      padding: 0 10px 0 0;
    }
  }

  // &:not(.with-sidebar) {
  //   .content-main {
  //     margin-bottom: -40px;
  //   }
  // }
}

@media (max-width: 1200px) {
  .page-single {
    &.with-sidebar {
      .content-main {
        padding: 0 !important;
        border-right: none;
      }
    }
  }
} // width < 1200px



/*  [ 02 ] - Sidebar
====================== */

.sidebar {
  &.style-1 {    
    padding: 40px 30px;
    box-shadow: 0px 2px 3px 0 rgba(#000, 0.1);
    background-color: #fff;
  }
}

.box-widget {
  .style-3 & {
    padding-left: 30px;
    padding-right: 30px;
  }

  & + .box-widget {
    .style-1 & {
      margin-top: 0;
      padding-top: 40px;
      border: none;
    }
  }

  &+.box-widget {
    .style-2 & {
      margin-top: 0;
      padding-top: 50px;
      border: none;
    }
  }


  .box-title {
    margin-bottom: 15px;
    text-transform: uppercase;

    &.title-featured {
      margin-bottom: 25px;
    }
  }
}


@media (max-width: 1200px) {
  .sidebar {
    margin-top: 60px;
  }
} // width < 1200px


/* List Box Sidebar */
.list-box-sidebar {
  list-style: none;
  box-shadow: 0px 2px 3px 0 rgba(#000, 0.1);
  background-color: #fff;

  .box-title {
    padding: 0 30px 30px;
    margin: 0 -30px 25px;
    border-bottom: 1px solid #ddd;
  }

  & + .list-box-sidebar {
    margin-top: 50px;
  }

  > li {
    padding: 30px;
    
    & + li {
      padding-bottom: 40px;
      border-top: 1px solid #ddd;
    }
  }

  .hotel-title {
    h2 {
      margin-bottom: 5px;
    }

    .location {
      display: block;
      margin-top: -5px;
    }

    .hotel-rating {
      display: flex;
      align-items: center;
      margin-top: 10px;

      .rating {
        margin-right: 20px;
        font-size: 20px;
      }

      > i {
        margin-right: 5px;
        font-size: 18px;
        color: $dark-color;
      }

      .value {
        position: relative;
        top: 2px;
      }
    }
  }

  .car-title {
    display: flex;
    margin-bottom: 20px;

    .title {
      margin-bottom: 5px;
    }

    img {
      flex: 0 0 100px;
      width: 100px;
      margin-right: 20px;
    }

    span {
      display: flex;
      align-items: center;
      margin-bottom: 5px;

      i {
        margin-right: 5px;
        font-size: 16px;
        color: $dark-color;
      }
    }
  }

  .booking-cost {
    h3 {
      margin-bottom: 5px;
    }

    h4 {
      margin-bottom: 0;
      color: $body-color;
    }
  }

  .booking-help {
    p {
      font-size: 18px;
    }

    .phone-number {
      display: flex;
      align-items: center;
      margin-top: -10px;
      font-size: 16px;
      font-weight: 700;
      color: $dark-color;

      i {
        margin-right: 8px;
        font-size: 18px;
      }
    }
  }
}

/* List Booking Details */
.list-booking-details {
  list-style: none;

  li {
    display: flex;
    flex-direction: column;
    
    & + li {
      margin-top: 10px;
    }

    strong {
      margin-bottom: 3px;
    }

    span {
      padding-left: 10px;
      margin-top: -3px;
    }
  }
}




/*  [ 03 ] - Section About 1
============================== */

#section-about-1 {
  .section-content {

  }

  .video-preview {
    margin-top: -20px;

    @media (max-width: 992px) {
      margin-top: 60px;
    } // < 992px width
  }
}

/* Box About 1 */
.box-about-1 {
  h4 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  i {
    margin-right: 15px;
    font-size: 35px;
    color: $theme-color-3;
  }

  .box-content {

  }
}

/* Video Preview */
.video-preview {

}

/* Video Preview */
.video-preview {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  border-radius: 10px;
  box-shadow: 5px 15px 28px 5px rgba(#000,0.18);
  background-color: #ddd;

  @media (max-width: 768px) {
    min-height: 300px;
  } // < 768px width

  .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .btn-video {
    position: absolute;
    z-index: 2;

    &:focus {
      color: #fff;
      background-color: $theme-color-4;
    }
  }

  .overlay-colored {
    transition: all 0.2s;
  }

  &:hover {
    .overlay-colored {
      opacity: 0.6;
    }
  }
}

/* Btn Video */
.btn-video {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 25px;
  text-indent: 2px;
  border-radius: 999px;
  background-color: #fff;
  background-color: $theme-color-3;
  color: #fff;

  @media (max-width: 768px) {
    width: 70px;
    height: 70px;
    font-size: 20px;
  } // < 768px width

  &:hover {
      background-color: $theme-color-4;
      color: #fff;
  }
}



/* Center Horizontal */
.center-horizontal {
  position: relative;
  display: inline-block;
  right: -50%;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  .xs-center-horizontal {
    position: relative;
    display: inline-block;
    left: -50%;
    transform: translateX(50%);
  }
} // < 480px width



/*  [ 04 ] - Section Top Destinations
======================================= */

#section-top-destintations {
  .section-content {
    padding-top: 0;
  }

  .container-fluid {
    padding: 0 100px;
  }
}

/* Box Preview */
.box-preview {
  width: 100%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;

  &:hover {
    .box-img {  
      .overlay {
        // overlay & overlay-inner hover state visibility
        &,
        .overlay-inner {
          opacity: 1;
          visibility: visible;          
        }

        // overlay-inner show delay when hidden
        .overlay-inner {
          transition-delay: 0.25s;
        }
      }
    }
  }

  .box-img {
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: rgba(#000,0.75);
      transition: all 0.3s ease;

      // overlay & overlay-inner default state visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }

      .overlay-inner {
        transition: all 0.3s ease;
      }
    }
  }

  .box-content {
    padding: 45px 25px;
    position: relative;
  }
}

/* Box Area Destination */
.box-area-destination {
  position: relative;
  z-index: 0;
  border-radius: 5px;
  transition: all 0.2s;

  .box-img {
    overflow: hidden;
    margin: auto;
    height: 350px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0px rgba(#000, 0.15);
    background-color: #ccc;

    @media (max-width: 1200px) {
      height: 320px;
    } // < 1200px width

    @media (max-width: 768px) {
      height: 250px;
    } // < 768px width

    .bg-element {
      transition-duration: 0.3s;
    }
    
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      img {
        max-height: 100%;
        width: auto;
      }
    }

    .overlay {
      color: #fff; // content color inside overlay
      background-color: rgba($dark-color, 0.7);

      .overlay-inner {
        align-items: center;
        justify-content: center;
      }

      // overlay & overlay-inner default visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }
    }

    // hover box img
    &:hover {
      .overlay {
        &,
        .overlay-inner {

        }
      }
    }
  }

  .box-content {
    display: flex;
    padding: 30px 20px;

    i {
      margin-right: 15px;
      font-size: 30px;
      color: $theme-color-4;
    }
    
    .title {
      h5 {
        margin-bottom: 6px;
      }
      
      h6 {
        color: $body-color;
      }
    }
  }

  // hover box preview
  &:hover {      
    .box-img {
      box-shadow: 0 10px 25px 0 rgba(#000, 0.3);
      
      > .bg-element {
        transform: scale(1.05);
      }
    }

    .overlay {
      &,
      .overlay-inner {
        opacity: 1;
        visibility: visible;
      }

      .overlay-inner {
        transition-delay: 0.2s;
      }
    }

    .box-content {

    }
  }
}


/* Slider Top Destinations */
.slider-top-destinations {
  .slick-slider {
    .slick-list {
      overflow: initial;
      margin: -35px -30px -51px; // 15px padding + 15px of slick-slide
      padding: 35px 15px 51px;
    }
    
    .slick-slide {
      padding: 0 15px;
      transition: all 0.4s;

      &:not(.slick-active) {
        opacity: 0.3;
      }
    }
  }

  .slick-arrows {
    justify-content: space-between;
    // position: absolute;
    // top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: absolute;
      top: 50%;
      padding: 10px 12px;
      margin: 0;
      opacity: 1;
      transform: translateY(-80px);
      border-radius: 3px;
      background-color: $theme-color-1;
      color: #fff;

      @media (max-width: 992px) {
        transform: translateY(-70px);
      } // < 992px width

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }

      &.slick-next {
        right: -150px;

        @media (max-width: 1400px) {
          right: 30px;
        } // < 1400px width
      }

      &.slick-prev {
        left: -150px;

        @media (max-width: 1400px) {
          left: 30px;
        } // < 1400px width
      }

      &.slick-next:hover:not(.slick-disabled) {}

      &.slick-prev:hover:not(.slick-disabled) {}

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled {
        // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
    }
  }
}


/*  [ 05 ] - Section Popular Packages
======================================= */

#section-popular-packages {
  .section-content {

  }
}


/* Box Tour Package */
.box-tour-package {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(#000, 0.15);
  transition: all 0.2s;
  background-color: #fff;

  &:hover {
    box-shadow: 0 10px 25px 0 rgba(#000, 0.15);
  }

  .box-img {
    overflow: hidden;
    margin: auto;
    height: 250px;
    // border-radius: 5px;
    background-color: #ccc;

    @media (max-width: 1200px) {
      height: 230px;
    } // < 1200px width

    @media (max-width: 768px) {
      height: 200px;
    } // < 768px width

    .bg-element {
      transition-duration: 0.3s;
    }
    
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      img {
        max-height: 100%;
        width: auto;
      }
    }

    .overlay {
      color: #fff; // content color inside overlay
      background-color: rgba($dark-color, 0.7);

      .overlay-inner {
        align-items: center;
        justify-content: center;
      }

      // overlay & overlay-inner default visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }
    }

    // hover box img
    &:hover {
      .overlay {
        &,
        .overlay-inner {

        }
      }
    }
  }

  .box-content {
    padding: 35px 30px;
  }

  // hover box preview
  &:hover {      
    .box-img {      
      > .bg-element {
        transform: scale(1.05);
      }
    }

    .overlay {
      &,
      .overlay-inner {
        opacity: 1;
        visibility: visible;
      }

      .overlay-inner {
        transition-delay: 0.2s;
      }
    }

    .box-content {

    }
  }

  .list-meta {
    list-style: none;
    display: flex;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
    
    li {
      & + li {
        margin-left: 20px;
      }
    }

    i {
      margin-right: 5px;
      font-size: 16px;
      color: $theme-color-3;
    }
  }

  .night-price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px 0 0;
    background-color: $theme-color-3;
    color: #fff;
  }
}


/* Slider Popular Packages */
.slider-popular-packages {
  .slick-slider {
    .slick-list {
      // overflow: initial;
      margin: -35px -30px -51px; // 15px padding + 15px of slick-slide
      padding: 35px 15px 51px;
    }
    
    .slick-slide {
      padding: 0 15px;
      transition: all 0.4s;

      &:not(.slick-active) {
        opacity: 0;
      }
    }
  }

  .slick-arrows {
    justify-content: space-between;
    // position: absolute;
    // top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: absolute;
      top: 50%;
      padding: 10px 12px;
      margin: 0;
      opacity: 1;
      transform: translateY(-80px);
      border-radius: 3px;
      background-color: $theme-color-1;
      color: #fff;

      @media (max-width: 992px) {
        transform: translateY(-70px);
      }

      // < 992px width

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }

      &.slick-next {
        right: -150px;

        @media (max-width: 1400px) {
          right: 30px;
        }

        // < 1400px width
      }

      &.slick-prev {
        left: -150px;

        @media (max-width: 1400px) {
          left: 30px;
        }

        // < 1400px width
      }

      &.slick-next:hover:not(.slick-disabled) {}

      &.slick-prev:hover:not(.slick-disabled) {}

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled {
        // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
    }
  }
}



/*  [ 06 ] - Section Services 1
================================= */

#section-services-1 {
  .section-content {

  }
}

/* Box Service 1 */
.box-service-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  
  .box-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 30px 0 0;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 999px;
    transition: all 0.4s;

    i {
      position: relative;
      z-index: 1;
      font-size: 40px;
      line-height: 40px;
      color: $dark-color;
      transition: all 0.4s;
    }
  }

  .box-content {
    position: relative;
    display: flex;
    flex-direction: column;
    // padding-top: 20px;
  }

  &:hover {
    .box-icon {
      box-shadow: none;
      
      i {
        color: $theme-color-1;
      }
    }
  }
}


/*  [ 07 ] - Section Customers Review
======================================= */

#section-customers-review {
  .section-content {
    background-color: #f7f7f7;
  }
}


/* Testimonial Single 1 */
.testimonial-single-1 {
  position: relative;
  
  .ts-person {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 25px;
  }

  .ts-img {
    overflow: hidden;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 100%;
    border: 3px solid $theme-color-3;
    background-color: #ccc;

    img {
      width: 100%;
      height: 100%;
    }
  }

  .ts-name {
    h5 {
      margin: 0 0 0;
    }

    span {
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: rgba(#000, 0.6);

      @media (max-width: 480px) {
        font-size: 16px;
      } // < 480px width
    }
  }
  
  .ts-content {
    position: relative;
    padding: 50px 40px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;

    p {
      font-size: 18px;

      @media (max-width: 480px) {
        font-size: 16px;
      } // < 480px width
    }
  }

  .rating {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .sign-quote {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 25px;
    color: #ffbc08;
  }
}

/* Rating */
.rating {
  display: flex;
  position: relative;
  color: #ffbc08;
  font-size: 14px;

  i + i {
    margin-right: 2px;
  }
}


/* Slider Testimonials */
.slider-testimonials {
  .slick-slider {
    .slick-list {
      // overflow: initial;
      margin: -35px -30px -51px; // 15px padding + 15px of slick-slide
      padding: 35px 15px 51px;
    }
    
    .slick-slide {
      padding: 0 15px;
      transition: all 0.4s;

      &:not(.slick-active) {
        opacity: 0;
      }
    }
  }
}


/*  [ 08 ] - Section News Events
================================== */

#section-news-events {
  .section-content {
    padding-bottom: 0;
  }
}

/* Box News Event */
.box-news-event {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(#000, 0.15);
  transition: all 0.2s;
  background-color: #fff;

  &:hover {
    box-shadow: 0 10px 25px 0 rgba(#000, 0.15);
  }

  .box-img {
    overflow: hidden;
    margin: auto;
    height: 250px;
    // border-radius: 5px;
    background-color: #ccc;

    @media (max-width: 1200px) {
      height: 230px;
    } // < 1200px width

    @media (max-width: 768px) {
      height: 200px;
    } // < 768px width

    .bg-element {
      transition-duration: 0.3s;
    }
    
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      img {
        max-height: 100%;
        width: auto;
      }
    }

    .overlay {
      color: #fff; // content color inside overlay
      background-color: rgba($dark-color, 0.7);

      .overlay-inner {
        align-items: center;
        justify-content: center;
      }

      // overlay & overlay-inner default visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }
    }

    .overlay-inner {
      padding: 0;

      [class*="lightbox-"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 35px;
        transition: all 0.3s;
        color: rgba(#fff, 0.5);
      }

      &:hover {
        [class*="lightbox-"] {
          color: rgba(#fff, 1);
        }
      }
    }

    // hover box img
    &:hover {
      .overlay {
        &,
        .overlay-inner {

        }
      }
    }
  }

  .box-content {
    padding: 35px 30px;

    h4 {
      margin-bottom: 20px;

      &::after {
        content: "";
        display: block;
        margin-top: 20px;
        width: 60px;
        height: 1px;
        background-color: #ddd;
      }
    }
  }

  // hover box preview
  &:hover {      
    .box-img {      
      > .bg-element {
        transform: scale(1.05);
      }
    }

    .overlay {
      &,
      .overlay-inner {
        opacity: 1;
        visibility: visible;
      }

      .overlay-inner {
        transition-delay: 0.2s;
      }
    }

    .box-content {

    }
  }

  .meta-event {
    display: flex;
    align-items: center;
    font-size: 16px;

    @media (max-width: 768px) {
      font-size: 14px;
    } // < 768px width

    .btn-rm {
      margin-left: auto;
    }
  }

  &.box-newsletter {
    .box-content {
      background-color: $theme-color-4;
      color: #fff;
    }

    h4 {
      a {
        color: #fff;

        &:hover {
          opacity: 0.7;
        }
      }
    }

    p {
      opacity: 0.5;
    }

    .meta-event {
      .date {
        opacity: 0.7;
      }

      .btn-rm {
        &:hover {
          color: #fff;

          &::after {
            background-color: #fff;
          }
        }
      }
    }

    .form-newsletter-register {
      margin-top: 25px;
    }
  }
}

/* Btn Read More */
.btn-rm {
  display: inline-block;
  font-weight: 500;
  font-family: $heading-font;

  &::after {
    content: "";
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: $theme-color-1;
    transition: all 0.2s;
  }

  i {
    position: relative;
    left: 0;
    margin-left: 8px;
    font-size: 16px;
    transition: all 0.1s;
    transform: rotate(90deg);
  }

  &:hover {
    // color: $theme-color-2;

    &::after {
      background-color: $dark-color;
    }
    
    i {
      left: 3px;
    }
  }
}


/* Form Newsletter Register */
.form-newsletter-register {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;

  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
  }

  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
  }

  input[type="text"] {
    // width: 360px;
    border: none;
    background-color: #fff;

    &:focus,
    &:hover {
      box-shadow: none;
    }
  }
    
  .form-group {
    &:first-child {
      width: 100%;
    }
  }
  
  button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: transparent;
    
    &:hover {
      background-color: $theme-color-1;

      i {
        color: #fff;
      }
    }
    
    i {
      color: $theme-color-1;
      transform: rotate(90deg);
    }
  }

  .form-note {
    display: block;
    margin-top: 10px;
    width: calc(100% - 50px);
    font-size: 12px;
    flex: 0 0 100%;
    margin-right: auto;
  }
}


/* List Items */
.list-boxes {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px -50px;

  &.boxes-2 {
    > li { width: 50%; }
  }

  &.boxes-3 {
    > li { width: 33.33333%; }
  }

  &.boxes-4 {
    > li { width: 25%; }
  }

  > li {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .list-boxes {
    &.boxes-2 {
      > li {
        width: 100%;
      }
    }
  }
} // < 1200px width

@media (max-width: 1200px) {
  .list-boxes {
    &.boxes-3,
    &.boxes-4 {
      > li { width: 50%; }
      
      &.mq-1200 {
        > li {

        }
      }
    }
  }
} // < 992px width

@media (max-width: 768px) {
  .list-boxes {
    &.boxes-3,
    &.boxes-4 {
      > li { width: 100%; }
      
      &.mq-768 {
        > li {
          width: 100%;
        }
      }
    }
  }
} // < 768px width


/* Slider Instagram Feed */
.slider-instagram-feed {
  margin-top: 80px;
  width: 100%;

  .slick-slider {
    overflow: hidden;

    .slick-track {
      display: flex;
      align-items: center;
    }
    
    .slick-list {
      margin: 0 -1px; // 15px padding + 15px of slick-slide
    }
    
    .slick-slide {
      padding: 0 1px;
      transition: all 0.4s;
    }
  }
}

/* Instagram Image */
.instagram-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  // padding: 30px;

  @media (max-width: 1200px) {
    height: 200px;
  } // < 1200px width

  @media (max-width: 992px) {
    height: 160px;
  } // < 992px width

  @media (max-width: 768px) {
    height: 120px;
  } // < 768px width

  a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    &::before,
    &::after {
      content: "";
      position: absolute;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s;
    }

    &::before {
      width: 100%;
      height: 100%;
      background-color: rgba($dark-color, 0.6);
    }

    &::after {
      content: "\f16d";
      font-family: "Font Awesome 5 Brands";
      font-weight: 700;
      font-size: 40px;
      color: rgba(#fff, 0.6);
    }

    &:hover {
      &::before,
      &::after {
        opacity: 1;
        visibility: visible;
      }
    }
  }

  img {
    position: relative;
    top: 0;
    width: auto !important;
    opacity: 0.7;
    transition: all 0.15s;
  }

  a:hover img {
    opacity: 1;
    // top: -2px;
  }
}


/*  [ 09 ] - Page Login & Register
==================================== */

/* Popup Preview */
.popup-preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;

  .container,
  .row {
    height: 100%; // keep as it is
  }

  [class*="col-"] {
    display: flex; // keep as it is
    justify-content: center;
    min-height: 100%; // keep as it is
  }

  &.viewed {
    opacity: 1;
    visibility: visible;
    // transition: all 0.3s;

    .popup-content {
      margin-top: 0;
      opacity: 1;
      visibility: visible;
      // transition-delay: 0.3s;
    }
  }

  .popup-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    // background: #777;
  }

  .box-title {
    position: relative;
  }

  .popup-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    padding: 100px 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0.3s ease;

    > * {
      z-index: 2;
    }
  }

  .popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 15px;
    height: 15px;

    &:hover {
      opacity: 1;

      .hamburger-inner, 
      .hamburger-inner::before, 
      .hamburger-inner::after {
        background-color: $theme-color-1;
      }
    }

    .hamburger-box {
      display: block;
      width: 15px;
    }

    .hamburger-inner, 
    .hamburger-inner::before, 
    .hamburger-inner::after {
      width: 15px;
      // background: #fff;
      transition: all 0.2s;
    }
  }
}

/* Popup Preview Login Register */
.popup-preview-2 {
  .block-content {
    padding: 50px;
    max-width: 700px;
    min-width: 700px;
    border-radius: 10px;
    box-shadow: 0px 7px 32px 0 rgba(166, 165, 165, 0.34);
    background-color: #fff;

    @media (max-width: 768px) {
      padding: 50px 40px;
    } // < 768px width

    .block-title {
      padding-bottom: 40px;

      h3 {
        margin-bottom: 6px;
      }
      
      h5 {
        margin-bottom: 0;
        color: $body-color;
      }
    }

    > .content {
      display: flex;
      flex-wrap: wrap;

      @media (max-width: 600px) {
        flex-direction: column;
      } // < 600px width

      .left {
        flex: 0 0 60%;
        padding-right: 30px;
        border-right: 1px solid #ddd;

        @media (max-width: 600px) {
          order: 1;
          padding-right: 0;
          margin-bottom: 20px;
          border: none;
        } // < 600px width
      }

      .right {
        flex: 0 0 40%;
        padding-left: 30px;

        @media (max-width: 600px) {
          order: 3;
          padding-left: 0;
        } // < 600px width

        h5 {
          margin-bottom: 25px;
        }
      }

      .foot-msg {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        font-size: 18px;
        text-align: center;

        @media (max-width: 600px) {
          order: 2;
          margin: 0 0 50px;
        } // < 600px width

        .msg {
          // margin-bottom: 20px;
        }

        a {
          text-decoration: underline;
        }
      }
    }
  }
}

.popup-preview-overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #000;

  &.viewed {
    opacity: 0.7;
    visibility: visible;
  }
}

html {
  &.scroll-lock {
    overflow: hidden;

    .popup-preview {
      overflow-y: auto;
    }
  }
}


/* Popup Login Register */
.block-content {
  position: relative;
  // max-width: 700px;

  .popup-preview & .popup-close {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.15s;

    &:hover {
      border-color: $theme-color-2;
      
      .hamburger-inner, 
      .hamburger-inner::before, 
      .hamburger-inner::after {
        background: $theme-color-2;
      }      
    }
    
    .hamburger-box {

    }
    
    .hamburger-box,
    .hamburger-inner, 
    .hamburger-inner::before, 
    .hamburger-inner::after {
      width: 20px;
    }
    
    .hamburger-inner, 
    .hamburger-inner::before, 
    .hamburger-inner::after {
      background: $body-color;
    }
  }
}


/* Form Login */
#form-login {
  width: 100%;
  
  .form-content {
    position: relative;
  }

  .form-group {
    &:last-child {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 5px;
    }
  }

  input[type="submit"] {
    margin-top: 0;
  }

  .checkbox-default {
    margin-left: 20px;
    width: auto;
  }

  a {
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .checkmark {
    top: 0;
  }
}

/* Form Register */
#form-register {
  width: 100%;

  @media (max-width: 600px) {
    margin-bottom: 30px;
  } // < 600px width
  
  .form-content {
    position: relative;
  }

  .form-group {
    &:last-child {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 5px;
    }

    &:nth-child(3) {
      overflow: hidden;
      margin-left: -5px;
      margin-right: -5px;
    }
  }

  .box-field {
    width: 50%;
    float: left;
    padding: 0 5px;
  }

  input[type="submit"] {
    margin-top: 0;
  }

  .checkbox-default {
    align-items: flex-start;
    margin-top: 25px;
    width: 100%;
  }

  a {
    flex: 0 0 100%;
    margin-top: 20px;

    &:hover {
      text-decoration: underline;
    }
  }
}


/* Custom Checkbox */
.label-container {
  &.checkbox-default {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    /* Hide the browser's default checkbox */
    input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
  
    /* On mouse-over, add a grey background color */
    &:hover input ~ .checkmark {
      box-shadow: inset 0 0 0 2px $theme-color-1;
    }
  
    /* When the checkbox is checked, add a blue background */
    input:checked ~ .checkmark {
      background-color: $theme-color-1;
      box-shadow: inset 0 0 0 1px $theme-color-1;
    }
  
    /* Create a custom checkbox */
    .checkmark {
      display: inline-block;
      position: relative;
      top: 2px;
      left: 0;
      margin-right: 10px;
      height: 20px;
      width: 20px;
      flex: 0 0 20px;
      border-radius: 5px;
      box-shadow: inset 0 0 0 2px #ccc;
    }
  
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
  
    /* Show the checkmark when checked */
    input:checked ~ .checkmark:after {
      display: block;
    }
  
    /* Style the checkmark/indicator */
    .checkmark:after {
      left: 8px;
      top: 4px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }  
  }

  &.small {
    width: auto;

    .checkmark {
      width: 20px;
      height: 20px;
      border-radius: 3px;

      &::after {
        left: 7px;
        top: 4px;
        width: 6px;
        height: 9px;
      }
    }
  }
}

/* List Buttons Social */
.list-btns-social {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;

  &.items-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px -5px -10px;

    li {
      padding: 0 5px;
      margin-top: 0;
      margin-bottom: 10px;
      flex: 0 0 140px;
    }
  }

  li {
    width: 100%;
    
    & + li {
      margin-top: 10px;
    }
  }

  a {
     @at-root .rounded#{&} {
      border-radius: 999px !important;
    }
  }

  &.style-2 {
    li {
      + li {
        margin-top: 8px;
      }
    }
    a {
      justify-content: flex-start;
    }

    i {
      margin-right: 15px;
    }

    span:last-child {
      margin: 0;
    }
  }
}

/* Buttons Social */
a.btn-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;

  .style-2 & {
    height: 50px;
  }

  i {
    width: 24px;
    font-size: 18px;
    // font-weight: 300;

    & + span {
      margin: auto;

      .style-2 & {
        margin: 0;
      }
    }
  }

  .count {
    width: 80px;
  }

  .plus {
    font-size: 20px;
    position: absolute;
    right: 20px;
  }

  
  &.bs-google-plus {
    background-color: #dd4b39;

    &:hover {
      background-color: darken(#dd4b39, 7%);
    }
  }

  &.bs-facebook {
    background-color: #425993;

    &:hover {
      background-color: darken(#425993, 7%);
    }
  }

  &.bs-twitter {
    background-color: #50aae7;

    &:hover {
      background-color: darken(#50aae7, 7%);
    }
  }

  &.bs-instagram {
    background-color: #6c27b3;

    &:hover {
      background-color: darken(#6c27b3, 7%);
    }
  }

  &.bs-pinterest {
    background-color: #cb2027;

    &:hover {
      background-color: darken(#cb2027, 7%);
    }
  }

  &.bs-email {
    background-color: #7d7d7d;

    &:hover {
      background-color: darken(#7d7d7d, 7%);
    }
  }

  &.bs-whatsapp {
    background-color: #25d366;

    &:hover {
      background-color: darken(#25d366, 7%);
    }
  }

  &.bs-linkedin {
    background-color: #0077b5;

    &:hover {
      background-color: darken(#0077b5, 7%);
    }
  }

  &.bs-share {
    background-color: #95d03a;

    &:hover {
      background-color: darken(#95d03a, 7%);
    }
  }
}


/* Popup Language Choice */
.popup-language-choice {
  .block-content {
    padding: 35px;
    max-width: 100%;
  }

  h5 {
    margin-bottom: 20px;
  }
}

/* Form Language Choice */
.form-language-choice {
  display: flex;
  width: 100%;

  @media (max-width: 1200px) {
    flex-wrap: wrap;
    margin: 0 -10px -10px -10px !important;
  } // < 1200px width
  
  .form-group {
    display: flex;
    align-items: center;
    width: 100%;

    & + .form-group {
      padding-left: 20px;
    }

    @media (max-width: 1200px) {
      flex: 0 0 33.33333%;
      margin: 0 !important;
      padding: 0 10px 10px 10px !important;
    } // < 1200px width

    @media (max-width: 768px) {
      flex: 0 0 50%;
    } // < 768px width

    @media (max-width: 480px) {
      flex: 0 0 100%;
    } // < 480px width

    > i {
      position: absolute;
      right: 20px;
      font-size: 18px;
      color: #666;
      transition: all 0.2s;

      @media (max-width: 1200px) {
        right: 30px;
      } // < 1200px width
    }

    input[type="text"]:focus {
      & + i {
        color: $theme-color-2;
      }
    }

    &:last-child {
      width: auto;
      
      button[type="submit"] {
        position: initial;
      }
    }
  }

  .select2 {
    .select2-selection__arrow {
      display: none;
    }

    .select2-selection {
      border: 1px solid #eee;
      background: #eee;
    }

    &.select2-container--open .select2-selection {
      border-color: $theme-color-1;
      background-color: #fff;
    }
  }
}

/* List Select Options */
.list-select-options {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;

  select {
    padding: 0 20px 0 15px;
    width: 100%;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;

    &:focus {
      border: 1px solid $theme-color-1;
      
      & + i {
        color: $theme-color-1;
      }
    }
  }
  
  i {
    position: absolute;
    right: 20px;
    font-size: 14px;
    color: $dark-color;
  }
}





/*  [ 10 ] - Page Search
========================== */

.page-search {
  .section-content {
    background-color: #f6f6f6;
  }
  
  .banner-reservation-tabs {
    margin-top: 0;
  }
}

/* Box Banner */
.box-banner {
  a {
    display: block;
  }

  &.with-space {
    padding: 20px;
  }

  img {
    width: 100%;
  }
}

/* Slider Price Range */
.price-filter {
  b {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: $body-font;
    color: $dark-color;

    &:nth-of-type(2) {

    }
  }

  .slider-horizontal {
    margin: 10px 0 0;
  }
}

/* Bootstrap Tooltip */
.tooltip {
  position: absolute;
  z-index: 1030;
  top: -30px !important;
  display: flex;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -10px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}


/* Block Content 2 */
.block-content-2 {
  padding: 30px 30px;
  box-shadow: 0px 2px 3px 0 rgba(#000, 0.1);
  background-color: #fff;

  & + & {
    margin-top: 30px;
  }

  &.style-2 {
    padding: 50px;
  }

  &.style-3 {
    padding-bottom: 50px;
  }

  .block-title {
    // margin: 0 -30px 40px;
    margin: 0 -30px 20px;
    padding: 0 30px 30px;
    border-bottom: 1px solid #ddd;

    &.wide-bottom {
      margin-bottom: 30px;
    }

    h3 {
      margin-bottom: 0;
    }

    &:not(:first-child) {
      margin-top: 50px;
    }
  }
}

/* Trip Sorter */
.trip-sorter {
  display: flex;
  align-items: center;

  @media (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
  } // < 768px width

  > span {
    color: $dark-color;
    font-family: $heading-font;
    font-weight: 500;

    @media (max-width: 768px) {
      margin-bottom: 10px;
    } // < 768px width
  }
}

/* List Trip Sorter */
.list-trip-sorter {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 0 20px 0 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;

  @media (max-width: 768px) {
    margin-left: 0;
  } // < 768px width

  @media (max-width: 600px) {
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: -10px;
    width: 100%;
    border-left: none;
  } // < 600px width

  li {
    @media (max-width: 600px) {
      flex: 0 0 50%;
      padding: 0 20px 0 10px !important;
      margin-left: 0 !important;
      margin-bottom: 10px;
      border-left: 1px solid #ddd;
      
    } // < 600px width
    
    & + li {
      padding-left: 10px;
      margin-left: 20px;
      border-left: 1px solid #ddd;
    }
  }
}

.list-sorter-single {
  position: relative;
  display: flex;
  align-items: center;
  width: 110px;

  select {
    padding: 0 20px 0 10px;
    height: 25px;
    line-height: 25px;
    border: none;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;

    &:focus {
      & + i {
        color: $theme-color-1;
      }
    }
  }
  
  i {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: $dark-color;
  }

  .select2 {
    .select2-selection {
      height: auto;
      border: none;
    }
    
    .select2-selection__arrow {
      display: none;
    }

  }
  
}

/* Box Result */
.box-result {
 display: flex;

 @media (max-width: 992px) {
   flex-direction: column;
 } // < 992px width
}

.list-search-result {
  list-style: none;
  flex: 1;

  > li {
    flex: 1;

    & + li {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px dashed #ccc;

      @media (max-width: 768px) {
        padding-top: 30px;
        margin-top: 30px;
      } // < 768px width
    }
  }
}

.result-single {
  list-style: none;
  display: flex;
  align-items: flex-end;

  @media (max-width: 768px) {
    flex-wrap: wrap;
    margin-bottom: -10px;
  } // < 768px width

  > li {
    display: flex;
    flex-direction: column;

    @media (max-width: 768px) {
      flex: 0 0 50%;
      margin-bottom: 10px;
      padding-left: 0 !important;
    } // < 768px width
    
    & + li {
      padding-left: 40px;
    }
  }

  img {
    margin-bottom: 10px;
    width: 25px;
  }
  
  .date {
    margin-top: 3px;
    font-weight: 600;
    color: $dark-color;
  }

  .shape-distance {
    position: relative;
    display: flex;
    align-items: center;
    bottom: 25px;
    width: 75px;
    height: 2px;
    background-color: #ddd;

    &::before,
    &::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      border: 2px solid #ddd;
      background-color: #fff;
    }

    &::before {
      left: 0;
    }

    &::after {
      right: 0;
    }
  }

  .duration {
    font-weight: 600;
    color: $dark-color;

    span {
      font-weight: 400;
      color: $body-color;
    }
  }
}

.result-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  margin-left: 30px;
  font-size: 16px;
  border-left: 1px dashed #ccc;

  @media (max-width: 992px) {
    margin: 30px 0 0;
    padding: 0;
    border-left: none;
  } // < 992px width
  
  .value {
    font-weight: 600;
    color: $dark-color;
  }
  
  .description {
    display: block;
    font-size: 12px;
  }

  .btn {
    margin-top: 15px;
  }
}

/* Check Boxes Custom */
.list-checkboxes {
  list-style: none;
  display: flex;
  flex-direction: column;

  li {
    display: flex;
    
    & + li {
      margin-top: 10px;
    }
  }

  .checkbox-default {
    font-size: 14px;
  }
}


/*  [ 11 ] - Page Blog Single
=============================== */

.page-blog-single {
  .section-content {

  }

  .breadcrumb {
    margin: 0 0 30px;
  }


}

/* Blog Post */
.blog-post {  
  .list-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(15px - 10px);

    li {
      margin: 0 10px 10px 0;

      @media (max-width: 992px) {
        margin: 0 0 10px 10px;
      } // < 992px width
      
      & + li {
        
      }
    }

    a {
      display: block;
      padding: 4px 12px;
      font-size: 13px;
      background-color: $theme-color-1;
      color: #fff;

      &:hover {
        background-color: $dark-color;
      }
    }
  }

  /* post title */
  .title {
    margin-bottom: 15px;
  }

  .list-meta {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;

    @media (max-width: 1200px) {
      margin-bottom: 15px;
    } // < 1200px width

    li {
      display: flex;
      align-items: center;
      
      & + li {
        margin-left: 20px;
      }
    }
    
    i {
      margin-right: 6px;
      font-size: 16px;
      color: #000;
    }

    .author-and-date {
      a {
        margin-right: 5px;
      }
    }

    .views {
      margin-left: auto;
    }

    .comments {
      a {
        color: $body-color;
      }
    }
  }

  .post-img {
    overflow: hidden;
    margin-top: 20px;
    height: 500px;

    @media (max-width: 992px) {
      height: 350px;
    } // < 992px width

    @media (max-width: 768px) {
      height: 280px;
    } // < 768px width

    img {
      display: block;
      width: 100%;
    }
  }

  /* Blog Content */
  > .content {
    margin-top: 30px;
    font-size: 18px;

    @at-root .style-2#{&} {
      font-size: 20px;
    }
  }
}

/* Blockquote */
blockquote {
  border-left: 3px solid $theme-color-1;
  background-color: lighten($theme-color-1, 32%);
}

/* Featured Title */
.title-featured {
  &::before {
    content: "";
    position: relative;
    top: 6px;
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    background-color: $theme-color-1;
  }

  &.style-2 {
    font-size: 16px;
    text-transform: uppercase;

  }
}

/* Post Meta */
.post-meta {
  display: flex;
  padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

  @media (max-width: 480px) {
    flex-direction: column;
    align-items: flex-start;
  } // < 480px width

  .tags {
    display: flex;
    align-items: center;

    h6 {
      display: flex;
      align-items: center;
      margin: 0 15px 0 0;
      padding: 8px 15px;
      font-size: 14px;
      text-transform: uppercase;
      background-color: $theme-color-4;
      color: #fff;
    }
  }

  .list-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;

    li {
      margin: 0 15px 10px 0;

      @media (max-width: 992px) {
        margin: 0 0 10px 10px;
      } // < 992px width
      
      & + li {
        
      }
    }

    a {
      display: flex;
      flex-direction: column;
      font-size: 16px;
      color: $theme-color-4;

      &::after {
        content: "";
        margin-top: -4px;
        width: 100%;
        height: 1px;
        background-color: $theme-color-4;
        transition: all 0.2s;
      }

      &:hover {
        color: $theme-color-1;

        &::after {
          background-color: $theme-color-1;
        }
      }
    }
  }

  .share {
    display: flex;
    align-items: center;
    margin-left: auto;

    @media (max-width: 480px) {
      margin-left: 0;
      margin-top: 20px;
    } // < 480px width

    h6 {
      margin: 0 15px 0 0;
    }
  }
}

/* Post Prev Next */
.post-prev-next {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  font-size: 16px;

  .next {
    margin-top: 10px;
  }

  .post-prev-next-arrows {
    flex: 0 0 125px;
    font-size: 18px;

    > div {
      cursor: pointer;
      transition: all 0.2s;

      &:hover {
        color: $theme-color-1;
      }
      
      i {
        margin-right: 5px;
      }
    }

  }

  .author {
    margin-bottom: 0;
    font-size: 14px;

    a {
      color: #666;

      &:hover {
        color: $theme-color-1;
      }
    }

    span {
      font-size: 12px;
      font-style: italic;
      color: #999;
    }
  }
}

/* Post Author */
.post-author {
  display: flex;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

  .img {
    overflow: hidden;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border-radius: 999px;

    img {
      display: block;
      width: 100%;
    }
  }

  .content {
    font-size: 16px;
  }

  .name {
    .date {
      display: block;
      margin-top: 5px;
      font-size: 12px;
      color: $body-color;
    }
  }
}

/* Post Reply */
.post-reply {
  margin-top: 50px;

  h3 {
    margin-bottom: 6px;
  }
}

/* Form Post Reply */
#form-post-reply {
  margin-top: 30px;
  width: 100%;
  
  .form-content {
    position: relative;
  }

  .form-group {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    
    &:first-child {
      width: 50%;
      padding-right: 15px;
    }

    &:last-child {
      flex-direction: row;
      align-items: center;

      @media (max-width: 992px) {
        flex-direction: column;
        align-items: flex-start;
      } // < 992px width
      
      input[type="submit"] {
        margin-right: auto;
        width: auto;

        @media (max-width: 992px) {
          margin-right: 0;
        } // < 992px width
      }

      .g-recaptcha {

      }
    }
    
    &:nth-child(2) {
      margin-top: 0;
      width: 50%;
      padding-left: 15px;
      float: right;
    }

    &:nth-child(3) {

    }
  }
  
  input {

  }

  input[type="submit"] {
    display: block;
  }
}

@media (max-width: 768px) {
  #form-bp-reply {
    .form-group {
      padding: 0 !important;
      width: 100% !important;

      &:first-child {
        padding-right: 0;
      }

      &:nth-child(2) {
        margin-top: 30px;
      }
    }
  }
} // width < 768px

/* Form With Label Style 1 */
form.with-label-style-1 {
  label {
    position: absolute;
    // left: 0;
    top: -5px;
    margin-top: -14px;
    margin-right: 25px;
    font-size: 14px;
    opacity: 0;
    color: $body-color;
    transition: all 0.1s linear;

    &.show {
      margin-top: -20px;
      opacity: 1;
      transition-delay: 0.1s;
    }

    &.on {
      // color: $theme-color-1;
    }
  }
}


/* Box Blog Post */
.box-blog-post {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  height: 100%;
  transition: all 0.2s;

  .box-img {
    overflow: hidden;
    margin: 0;
    // padding: 30px;
    height: auto;
    min-height: 250px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;

    @media (max-width: 1400px) {
      min-height: 230px;
    } // < 1400px width

    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      img {
        display: none;
        max-height: 100%;
        width: auto;
      }
    }

    .overlay {
      transition-duration: 0.3s;
      color: #bbb; // content color inside overlay
      background-color: rgba(#fff, 0);

      .overlay-inner {
        align-items: center;
        justify-content: center;
      }

      // overlay & overlay-inner default visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }
    }

    .overlay-inner {
      padding: 0;

      [class*="lightbox-"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 35px;
        transition: all 0.3s;
        color: rgba(#fff, 0.5);
      }

      &:hover {
        [class*="lightbox-"] {
          color: rgba(#fff, 1);
        }
      }
    }

    // hover box img
    &:hover {
      .overlay {
        &,
        .overlay-inner {

        }
      }
    }
  }

  .video-icon {
    position: absolute;
    z-index: 100;
    font-size: 60px;
    color: #fff;

    &:hover {
      opacity: 0.6;
    }

    & + .overlay,
    & + .overlay .overlay-inner {
      opacity: 0.5 !important;
      visibility: visible !important;
    }

    & + .overlay {
      background-color: rgba(#000, 0.3);
    }
  }

  .box-content {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0;
    flex: 1 0 auto;
    // background-color: #fff;

    .list-meta {
      margin-bottom: 10px;
    }

    h4 {
      // margin: 10px 0 8px;

      a {
        color: $dark-color;

        &:hover {
          color: $theme-color-1;
        }
      }
    }
  }

  // hover box preview
  &:hover {    
    .box-img {
      > .bg-element {
        // opacity: 0.6;
      }
    }

    .overlay {
      background-color: rgba($dark-color, 0.6);
      
      &,
      .overlay-inner {
        opacity: 1;
        visibility: visible;
      }

      .overlay-inner {
        transition-delay: 0.2s;
      }
    }

    .box-content {
      
    }
  }

  .btn-rm {
    align-self: flex-start;
  }

  .list-meta {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-family: $heading-font;
  
    li {
      display: flex;
      align-items: center;
      
      & + li {
        margin-left: 20px;
      }
    }
  
    i {
      margin-right: 6px;
      // font-size: 18px;
      color: $dark-color;
    }
  }
}


/* Slider Blog Posts */
.slider-related-posts {
  .slick-slider {
    overflow: hidden;
    
    .slick-list {
      margin: 0 -15px;
    }
    
    .slick-slide {
      padding: 0 15px;
      transition: all 0.4s;

      &:not(.slick-active) {
        opacity: 0;
      }
    }
  }
}

/* List Latest Posts */
.list-latest-posts {
  list-style: none;

  li {
    display: flex;

    & + li {
      padding-top: 20px;
    }
  }

  .item-img {
    flex: 0 0 90px;
    width: 90px;
    height: 80px;

    a {
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      &:hover {
        opacity: 0.6;
      }
    }
  }

  .item-content {
    margin-left: 15px;
    padding-top: 5px;
    width: 100%;

    h6 {
      display: flex;
      margin-bottom: 2px;

      .quantity {
        margin-right: auto;
        font-size: 12px;
      }

      @at-root .header-dark & {
        & a,
        & .quantity {
          color: #fff;
        }

        & a:hover {
          color: var(--theme-color-1);
        }
      }
    }
    .price {
      font-size: 14px;

      @at-root .header-dark & {
        color: rgba(#fff, 0.6);
      }
    }
  }
}


/* Box Newsletter Register */
.box-newsletter-register {
  padding: 30px;
  border: 1px solid #ddd;

  h3 {
    margin-bottom: 5px;
  }

  .form-newsletter-register {
    input[type="text"] {
      border: 1px solid #ddd;

      &:focus {
        border-color: $theme-color-1;
      }
    }

    button[type="submit"] {
      position: relative;
      margin-top: 10px;
      height: 50px;
      line-height: 50px;
      border-radius: 5px !important;
      background-color: $theme-color-1;

      &:hover {
        background-color: $theme-color-4;
      }
    }
  }
}

/* Post Link Related */
.post-link-related {
  h5 {
    margin-bottom: 10px;
  }
}


/* Slider Post Prev Next */
.slider-post-prev-next {
  position: relative;

  .slick-slider {
    overflow: hidden;

    .slick-list {
      margin: -10px 0; // 15px padding + 15px of slick-slide
    }
    
    .slick-slide {
      padding: 10px 0;
      transition: all 0.4s;
    }
  }

  .slick-arrows {
    justify-content: space-between;
    // position: absolute;
    // top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: absolute;
      top: 50%;
      padding: 10px 12px;
      margin: 0;
      opacity: 0.6;
      transform: translateY(-50%);
      background-color: $theme-color-1;
      color: #fff;

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }

      &.slick-next {
        right: 20px;
      }

      &.slick-prev {
        left: 20px;
      }

      &.slick-next:hover:not(.slick-disabled) {

      }
      
      &.slick-prev:hover:not(.slick-disabled) {

      }

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled { // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
    }
  }
}




/*  [ 12 ] - Page Destination Single
====================================== */

.page-destination-single {

}


/* Airfares Calender Dates */
.airfares-calender-dates {
  h3 {
    margin-bottom: 30px;
  }

  .date-month {
    margin-bottom: 25px;
    text-align: center;
  }

  .table-wrap {
    min-width: 900px;
  }

  table {
    border: 1px solid #ddd;
  }

  thead {
    background-color: #f3f3f3;

    tr {

    }

    th {
      text-align: center;
    }
  }
  
  tbody {
    color: $body-color;

    tr {
      &:nth-child(even) {
        background-color: #f9f9f9;
      }
    }
    
    td {
      padding: 7px 10px 50px;
      text-align: right;
      font-size: 16px;
      font-weight: 500;
    }
  }

  tr {
    &:first-child {

    }

    &:not(:first-child) {

    }

    th {
      &:first-child {
        // width: 195px;
      }

      &:nth-child(2) {
        // width: 29%;
      }
    }
  }
}

@media (max-width: 992px) {
  .airfares-calender-dates {
    .table-wrap {
      overflow-x: auto;
      min-width: 100%;
    }      
  }
} // width < 992px


/* Slider Airfares Calender */
.slider-airfares-calender {
  position: relative;

  .slick-slider {
    .slick-list {
      margin: 0 -15px; // 15px padding + 15px of slick-slide
    }
    
    .slick-slide {
      transition: all 0.4s;

      @media (max-width: 992px) {
        padding: 0 15px;
      } // < 992px width
    }
  }

  .slick-arrows {
    justify-content: space-between;
    position: absolute;
    top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: relative;
      top: -37px;
      padding: 10px 12px;
      margin: 0;
      background-color: $theme-color-1;
      color: #fff;

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }
      
      &.slick-next:hover:not(.slick-disabled) {
        left: 1px;
      }
      
      &.slick-prev:hover:not(.slick-disabled) {
        right: 1px;
      }

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled { // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }
}


/* List Flight Facs */
.list-flight-facts {
  list-style: none;
  display: flex;
  flex-direction: column;

  li {
    & + li {
      margin-top: 30px;
    }
  }
}

/* Box Flight Fact */
.box-flight-fact {
  padding: 35px 35px;
  border-radius: 5px;
  border: 1px solid #ddd;
  
  .title {
    display: flex;
    margin-bottom: 20px;

    &::before {
      content: "";
      position: relative;
      top: 10px;
      margin-right: 10px;
      width: 10px;
      height: 10px;
      flex: 0 0 10px;
      border-radius: 999px;
      background-color: $dark-color;
    }
  }

  .content {
    padding-left: 20px;
  }
}

/* Form Hotel Booking */
#form-hotel-booking {
  margin: 30px 0 20px;
  width: 100%;
  
  .form-content {
    position: relative;
  }

  label:not(.checkbox-default) {
    display: block;
  }

  .checkbox-default {
    margin-bottom: 20px;
    font-size: 14px;
  }

  small.note {
    margin-top: 5px;
    font-style: italic;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  input[type="submit"] {
    align-self: flex-start;
    width: auto;
  }
}

/* Fields Row */
.fields-row {
  display: flex;
  margin: 0 -10px;

  &.fields-2 {
    .box-field {
      width: 50%;
    }
  }

  &.fields-3 {
    .box-field {
      width: 33.3333%;
    }
  }

  &.fields-4 {
    .box-field {
      width: 25%;
    }
  }

  @media (max-width: 768px) {
    flex-direction: column;
  }

  // < 768px width

  .box-field {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;

    @media (max-width: 768px) {
      width: 100% !important;

      & + .box-field {
        margin-top: 30px;
      }
    } // < 768px width

    @media (max-width: 1200px) {
      @at-root .fields-4#{&} {
        width: 50%;
      }
    } // < 1200px width

    > input + i {
      position: absolute;
      right: 30px;
      font-size: 18px;
      color: #666;
      transition: all 0.2s;
      transform: none !important;

      &.rotate-90-pos {
        transform: rotate(90deg) !important;
      }

      &.rotate-90-neg {
        transform: rotate(-90deg) !important;
      }
    }
  }
}



/* Select 2 Override */
.select2 {
  .select2-selection {
    display: flex;
    align-items: center;
    // padding: 15px;
    height: 45px;
    // font-weight: 600;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.2s;
    border: 1px solid #ddd;
  }

  &.select2-container {
    width: 100% !important;
  }

  .select2-selection__rendered {
    padding-left: 15px !important;
  }

  .select2-selection__arrow {
    top: initial !important;
    right: 10px !important;
  }
}

.select2-search--dropdown .select2-search__field {
  padding: 0 15px;
  box-shadow: none;
}


/* Booking MSG Confirm */
.booking-msg-confirm {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 18px;

  @media (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
  } // < 768px width

  .btn {
    margin-left: auto;

    @media (max-width: 768px) {
      margin: 15px 0 0;
    } // < 768px width
  }
}

/* List Traveller Info */
.list-traveller-info {
  display: flex;
  flex-direction: column;

  li {
    display: flex;
    align-items: center;

    & + li {
      display: flex;
      margin-top: 5px;
    }
  }

  .title {
    width: 200px;
    flex: 0 0 160px;
    font-weight: 600;
    color: $dark-color;
  }
}





/*  [ 13 ] - Page Profile Hotel Availability
============================================== */



/* Slider Hotel Preview */
.slider-hotel-preview {
  position: relative;

  .img-bg {
    height: 500px;

    @media (max-width: 992px) {
      height: 400px;
    } // < 992px width

    @media (max-width: 768px) {
      height: 350px;
    } // < 768px width

    @media (max-width: 480px) {
      height: 250px;
    } // < 480px width
  }

  .slick-slider {
    overflow: hidden;

    .slick-list {
      margin: 0 -15px; // 15px padding + 15px of slick-slide
    }
    
    .slick-slide {
      transition: all 0.4s;

      @media (max-width: 992px) {
        padding: 0 15px;
      } // < 992px width
    }
  }

  .slick-arrows {
    justify-content: space-between;
    // position: absolute;
    // top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: absolute;
      top: 50%;
      padding: 10px 12px;
      margin: 0;
      opacity: 0.6;
      transform: translateY(-50%);
      background-color: $theme-color-1;
      color: #fff;

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }

      &.slick-next {
        right: 20px;
      }

      &.slick-prev {
        left: 20px;
      }

      &.slick-next:hover:not(.slick-disabled) {

      }
      
      &.slick-prev:hover:not(.slick-disabled) {

      }

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled { // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
    }
  }
}

/* Slider Hotel Preview Thumbs */
.slider-hotel-preview-thumbs {
  position: relative;
  margin-top: 30px;

  .img-bg {
    height: 100px;

    @media (max-width: 480px) {
      height: 80px;
    } // < 480px width
  }

  .slick-slider {
    overflow: hidden;

    .slick-list {
      margin: 0 -10px; // 15px padding + 15px of slick-slide
    }
    
    .slick-slide {
      padding: 0 10px;
      transition: all 0.4s;

      &:not(.slick-current) {
        opacity: 0.5;

        &:hover {
          opacity: 0.75;
        }
      }
    }
  }
}


/* Hotel Info Tabs */
.hotel-info-tabs {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;

  @media (max-width: 768px) {
    flex-direction: column;
  } // < 768px width
}

.hi-tabs {
  list-style: none;

  @media (max-width: 768px) {

  } // < 768px width

  a {
    display: block;
  }
}

.hi-tabs-content {
  position: relative;
  width: 100%;

  > li {
    width: 100%;
    position: absolute;
    // top: 10px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    transition: all 0.2s;
    
    &.active {
      // top: 0;
      opacity: 1;
      visibility: visible;
      transition-delay: 0.2s;
    }
  }
}

.hi-tabs {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 190px;
  flex: 0 0 190px;
  margin-right: 30px;
  box-shadow: 0px 2px 3px 0 rgba(#000, 0.1);
  background-color: #fff;

  @media (max-width: 768px) {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -5px 40px;
  } // < 768px width

  li {
    @media (max-width: 768px) {
      flex: 0 0 50%;
    } // < 768px width
    
    & + li {

    }

    &.active {
      a {
        border-bottom-color: $theme-color-1;
        background-color: $theme-color-1;
        color: #fff;

        &::after {
          right: -10px;
          border-left-color: $theme-color-1;
          opacity: 1;
          visibility: visible;
        }
      }
    }
  }

  a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    height: 100%;
    font-size: 14px;
    font-family: $heading-font;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    color: $theme-color-4;

    &::after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 0;
      transform: translateY(50%);
      opacity: 0;
      visibility: hidden;
      border-left: 10px solid $theme-color-1;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      transition: all 0.2s;
      background-color: transparent;

      @media (max-width: 768px) {
        display: none;
      } // < 768px width
    }

    i {
      margin-right: 6px;
    }

    &:hover {
      text-indent: 3px;
      color: $theme-color-1;
      background-color: #f6f6f6;
    }
  }
}

.hi-tabs-content {

}

/* List Room Types */
.list-room-types {
  list-style: none;

  > li {
    display: flex;

    @media (max-width: 768px) {
      flex-direction: column;
    } // < 768px width

    & + li {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #ddd;
    }
  }
}

/* Box Room */
.box-room {
  display: flex;
  flex: 100%;

  .img {
    width: 150px;
    height: 110px;
    flex: 0 0 150px;
    margin-right: 20px;

    @media (max-width: 992px) {
      flex: 0 0 90px;
      height: 70px;
    } // < 992px width

    &:hover {
      opacity: 0.7;
    }
  }

  .content {
    h5 {
      margin-bottom: 8px;
    }

    .btn-rm {
      margin-top: 5px;
    }
  }

  .list-room-info {
    list-style: none;
    display: flex;
    flex-direction: column;
  }
}

/* List Room Specs */
.list-room-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex: 0 0 122px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ddd;

  @media (max-width: 768px) {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
    border: none;
  } // < 768px width

  > li {
    display: flex;
    align-items: center;
    
    & + li {
      margin-top: 3px;
    }

    span {
      margin-right: 5px;
    }

    i {
      margin-right: 3px;
      color: $dark-color;
    }
  }
}

/* List Tags 2 */
.list-tags-2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;

  li {
    margin: 0 10px 10px 0;    
    & + li {
      
    }
  }

  a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 999px;
    background-color: #e5e5e5;
    color: $theme-color-4;

    &::after {
      content: "";
      position: absolute;
      left: 20px;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background-color: #fff;
      transition: all 0.2s;
    }

    &:hover {
      color: #fff;
      background-color: $theme-color-1;

      &::after {
        background-color: #fff;
      }
    }
  }
}


/* Testimonial Single 2 */
.testimonial-single-2 {
  padding: 30px;
  background-color: $theme-color-2;
  color: #fff;

  .content {
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
  }

  h5 {
    margin: 15px 0 0;
    opacity: 0.7;
    color: #fff;
  }
}

/* Lists */
.list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px;

  li {
    display: flex;
    align-items: center;
    padding: 0 10px 5px;
    
    @at-root .row-3#{&} {
      flex: 0 0 33.3333%;
    }

    &::before {
      content:"";
      display: inline-block;
      margin-right: 8px;
      
      @at-root .dottes#{&} {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background-color: $dark-color;
      }
    }
  }
}


/* Location Map */
#location-map {
  height: 400px;

  /* Popup Styling */
  #map-popup {
    overflow: initial !important;
    padding: 25px 10px 15px 25px;
    color: #fff;

    h5 {
      color: #fff;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(#fff, 0.2);
    }

    #mp-content {
      font-size: 16px;
      line-height: 1.6;
    }
  }

  .gm-style-iw {
    background-color: $theme-color-1;
  }

  .gm-style .gm-style-iw-c {
    padding: 0;

    &::before {
      content: "";
      position: absolute;
      right: 0;
      width: 20px;
      height: 100%;
      background-color: $theme-color-1;
    }

    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 20px;
      background-color: $theme-color-1;
    }
  }

  .gm-ui-hover-effect {
    opacity: 1 !important;
    background-color: $theme-color-1 !important;

    img {
      position: relative !important;
      top: 5px !important;
      right: 5px !important;
    }
  }  
}

.gm-style .gm-style-iw-t::after {
  background: $theme-color-1 !important;
}

/* Box Hotel Review */
.box-hotel-review {
  display: flex;

  @media (max-width: 480px) {
    flex-direction: column;
  } // < 480px width

  .score {
    margin-right: 20px;
    flex: 0 0 150px;

    @media (max-width: 480px) {
      flex: initial;
      margin-bottom: 20px;
    } // < 480px width

    h1 {
      margin-bottom: 11px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd;
    }

    .review-summary {
      display: block;
      margin-top: 3px;
      font-size: 12px;
      font-weight: 400;
      color: #666;
    }

    .note {
      display: block;
      font-size: 11px;
      line-height: 1.6;
    }
  }
}

/* List Features Score */
.list-features-score {
  list-style: none;
  flex: 100%;

  li {
    display: flex;
    background-color: #ccc;

    & + li {
      margin-top: 5px;
    }
  }

  .feature-score {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 15px 0 10px;
    border-radius: 0 999px 999px 0;
    font-size: 12px;
    background-color: $theme-color-1;
    color: #fff;

    &.score-1 { flex: 0 0 10%; }
    &.score-2 { flex: 0 0 20%; }
    &.score-3 { flex: 0 0 30%; }
    &.score-4 { flex: 0 0 40%; }
    &.score-5 { flex: 0 0 50%; }
    &.score-6 { flex: 0 0 60%; }
    &.score-7 { flex: 0 0 70%; }
    &.score-8 { flex: 0 0 80%; }
    &.score-9 { flex: 0 0 90%; }
    &.score-10 { flex: 0 0 100%; }

    .value {
      margin-left: auto;
      font-weight: 600;
    }
  }
}


/* List Guests Reviews */
.list-guests-reviews {
  list-style: none;

  > li {
    & + li {
      padding-top: 25px;
      margin-top: 25px;
      border-top: 1px solid #ddd;
    }
  }
}

.box-guest-review {
  display: flex;

  @media (max-width: 480px) {
    flex-direction: column;
  } // < 480px width

  .box-person {
    display: flex;
    flex: 0 0 220px;
    margin-right: 20px;

    @media (max-width: 480px) {
      flex: initial;
      margin-bottom: 20px;
    } // < 480px width

    img {
      margin-right: 15px;
      width: 80px;
      height: 80px;
      flex: 0 0 80px;
      border-radius: 999px;
      border: 2px solid $theme-color-1;
    }

    .content {
      margin-top: 10px;
      font-size: 12px;
      
      h6 {
        margin-bottom: 5px;
      }
      
      .date {
        margin-top: 5px;
      }
    }
  }
}

.list-review-notes {
  list-style: none;
  font-size: 12px;

  li {
    display: flex;
    align-items: flex-start;

    & + li {
      margin-top: 5px;
    }

    i {
      position: relative;
      top: 1px;
      margin-right: 10px;
      font-size: 24px;
    }

    &.positive i { color: red; }
    &.negative i { color: green; }
  }
}


/* Box Things To Do */
.box-things-to-do {
  .img {
    height: 300px;

    @media (max-width: 768px) {
      height: 250px;
    } // < 768px width

    @media (max-width: 480px) {
      height: 200px;
    } // < 480px width
  }

  .content {
    margin-top: 25px;
  }
}



/* Slider Dragable Range */
.slider-dragable-range {
  input {
    pointer-events: none;
    border: none;
    padding: 0;
    height: auto;
    line-height: initial;
    font-size: 16px;
  }

  // ui slider defaults
  .ui-slider {
    margin-top: 15px;
    height: 4px;
    border: none;
    background-color: #e5e5e5;

    .ui-slider-range {
      background-color: $theme-color-1;
    }

    .ui-slider-handle {
      outline: none;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      border-radius: 999px;
      border: 2px solid $theme-color-1;
      background-color: #fff;

      &:first-of-type {
        // margin-left: 0;
      }

      &:last-of-type {
        // margin-left: -16px;
      }
    }
  }
}

/* Slider Range Time */
.slider-range-time {
  .time {
    font-size: 16px;
    color: $dark-color;
  }
}

/* Tabs Popular packages */
.tabs-popular-packages {
  input[type="radio"] {
    // visibility: hidden;
    // opacity: 0;
    display: none;
  }
    
  label {
    position: relative;
    z-index: 1000;
    float: left;
    cursor: pointer;
    margin:0 30px 20px 0;
    font-size: 18px;
    font-family:$heading-font;
    font-weight: 500;
    transition: all 0.2s;
    color: #666;

    @media (max-width: 600px) {
      float: none;
      display: block;
    } // < 600px width
    
    &::after {
      content: "";
      display: block;
      margin-top: 10px;
      width: 40px;
      max-width: 100%;
      height: 1px;
      transition: all 0.2s;
      background-color: transparent;
    }

    &:hover {
      color: $dark-color;
    }
  }
  
  input:checked + label {
    color: $theme-color-1;
    
    &::after {
      background-color: $theme-color-1;
    }
  }
  
  input:nth-of-type(1):checked~.tabs-content .panel:first-child,
  input:nth-of-type(2):checked~.tabs-content .panel:nth-child(2),
  input:nth-of-type(3):checked~.tabs-content .panel:nth-child(3),
  input:nth-of-type(4):checked~.tabs-content .panel:last-child {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    position:relative; // layout control
    z-index: 999;
  }
  
  .tabs-content {
    margin-top: 20px;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
  }
  
  .panel {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

/* Country Select */
.country-select {
  width: 100%;

  input#select-language {
    &:focus {
      border-color: #f1f1f1;
      background-color: #f1f1f1;
      color: $dark-color;
      cursor: default;
    }
  }
  
  .country-list {
    // width: 316px !important;
  }

  .flag-dropdown {
    cursor: pointer !important;
  }
}



/*  [ 14 ] - Section Featured Cars 1
====================================== */

#section-featured-cars-1 {
  .section-content {
    padding-top: 130px !important;
    background-color: #f7f7f7;

    .page-car-single & {
      background-color: #fff;
    }
  }
}


/* Box Featured Car */
.box-featured-car {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(#000, 0.15);
  transition: all 0.2s;
  background-color: #fff;

  &:hover {
    box-shadow: 0 10px 25px 0 rgba(#000, 0.15);
  }

  .box-img {
    overflow: hidden;
    margin: auto;
    height: 200px;
    // border-radius: 5px;
    background-color: #ccc;

    .bg-element {
      transition-duration: 0.3s;
    }
    
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: all 0.2s;

      img {
        max-height: 100%;
        width: auto;
      }
    }

    .overlay {
      color: #fff; // content color inside overlay
      background-color: rgba($dark-color, 0.7);

      .overlay-inner {
        align-items: center;
        justify-content: center;
      }

      // overlay & overlay-inner default visibility
      &,
      .overlay-inner {
        opacity: 0;
        visibility: hidden;
      }
    }

    // hover box img
    &:hover {
      .overlay {
        &,
        .overlay-inner {

        }
      }
    }
  }

  .box-content {
    padding: 35px 30px;

    h4 {
      margin-bottom: 5px;
    }
  }

  // hover box preview
  &:hover {      
    .box-img {      
      > .bg-element {
        transform: scale(1.05);
      }
    }

    .overlay {
      &,
      .overlay-inner {
        opacity: 1;
        visibility: visible;
      }

      .overlay-inner {
        transition-delay: 0.2s;
      }
    }

    .box-content {

    }
  }

  .list-meta {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
    
    li {
      & + li {
        margin-left: 20px;
      }

      &:last-child {
        margin-left: auto;
      }
    }

    .price {
      i {
        color: $theme-color-1;
      }
    }
  }

  .location {
    i {
      color: $dark-color;
    }
  }
}


/* Slider Featured Cars */
.slider-featured-cars {
  .slick-slider {
    .slick-list {
      // overflow: initial;
      margin: -35px -30px -51px; // 15px padding + 15px of slick-slide
      padding: 35px 15px 51px;
    }
    
    .slick-slide {
      padding: 0 15px;
      transition: all 0.4s;

      &:not(.slick-active) {
        opacity: 0;
      }
    }
  }

  .slick-arrows {
    justify-content: space-between;
    // position: absolute;
    // top: 30px;
    font-size: 22px;
    margin: 0;
    width: 100%;

    a {
      position: absolute;
      top: 50%;
      padding: 10px 12px;
      margin: 0;
      opacity: 1;
      transform: translateY(-80px);
      border-radius: 3px;
      background-color: $theme-color-1;
      color: #fff;

      @media (max-width: 992px) {
        transform: translateY(-70px);
      }

      // < 992px width

      &.slick-arrow {
        i {
          transform: rotate(90deg);
        }
      }

      &.slick-next {
        right: -150px;

        @media (max-width: 1400px) {
          right: 30px;
        }

        // < 1400px width
      }

      &.slick-prev {
        left: -150px;

        @media (max-width: 1400px) {
          left: 30px;
        }

        // < 1400px width
      }

      &.slick-next:hover:not(.slick-disabled) {}

      &.slick-prev:hover:not(.slick-disabled) {}

      &:hover {
        // color: $theme-color-1;
        background-color: $theme-color-4;
      }

      &.slick-disabled {
        // disabled arrow
        opacity: 0.5;

        &:hover {
          background-color: $theme-color-1;
          color: #fff;
        }
      }
    }
  }

  &:hover {
    .slick-arrow {
      opacity: 1;
    }
  }
}

/* Car Preview Wrap */
.car-preview-wrap {
  
  .car-preview {
    .img-bg {
      height: 450px;

      @media (max-width: 768px) {
        height: 320px;
      } // < 768px width
    }
  }

  #location-map {
    height: 450px;
  }
}


/* Summary Booking */
.summary-booking {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #eee;

  h5 {
    margin-bottom: 5px;
  }
}


/* Table Car Booking Extras */
.table-car-booking-extras {
  table {
    tbody {
      td {
        padding-top: 15px;
        padding-bottom: 15px;
      }
    }
  }
}


/* On Off Switch */
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden;
    margin-bottom: 0;
    height: 34px;
    cursor: pointer;
    border: 2px solid $theme-color-1; 
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 30px; 
    padding: 0; 
    line-height: 30px;
    font-size: 14px; 
    color: white; 
    font-family: Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: $theme-color-1; 
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE; 
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 16px;
    height: 16px;
    margin: 9px;
    background: #FFFFFF;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 56px;
    border: 2px solid $theme-color-1; 
    border-radius: 20px;
    transition: all 0.3s 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/* Form Coupon Code */
.form-coupon-code {
  display: flex;
  align-items: center;
  
  .form-group {
    & + .form-group {
      padding-left: 10px;
    }
  }
}
