/*  7.14 destination
/*----------------------------------------*/
.tp-destination-item {
  border-radius: 16px;
}
.tp-destination-item:hover .tp-destination-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-destination-thumb {
  margin-bottom: 0;
}
.tp-destination-thumb::before {
  height: 100px;
}
.tp-destination-content {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-destination-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
}
.tp-destination-title:hover {
  color: var(--tp-common-white);
}
.tp-destination-btn {
  width: 32px;
  height: 32px;
  background: var(--tp-theme-1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}
.tp-destination-btn:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-destination-nearby-wrap {
    padding-bottom: 70px;
  }
}
.tp-destination-nearby-wrap .tp-tour-dayfilter-thumb::before {
  height: 100%;
  border-radius: 12px;
  background: rgba(7, 21, 22, 0.4);
  backdrop-filter: blur(0);
}
.tp-destination-nearby-wrap .tp-destination-content {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
}
.tp-destination-one-duration {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
}
.tp-destination-one-item:hover .tp-destination-one-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-destination-one-item .tp-tour-dayfilter-thumb::before {
  height: 120px;
}
.tp-destination-one-content {
  bottom: 15px;
}
.tp-destination-one-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  color: var(--tp-common-black);
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  background: var(--tp-common-white);
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}
.tp-destination-one-btn:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-destination-two-thumb {
  border-radius: 16px;
  overflow: hidden;
}
.tp-destination-two-thumb img {
  border-radius: 16px;
  transition: all 0.4s ease;
}
.tp-destination-two-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-theme-1);
  position: relative;
  border-radius: 100px;
}
.tp-destination-two-title {
  font-weight: 600;
  font-size: 24px;
}
.tp-destination-two-title a:hover {
  color: var(--tp-theme-1);
}
.tp-destination-two-duration {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-destination-two-item:hover .tp-destination-two-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tp-destination-two-item:hover .tp-destination-two-thumb img {
  transform: scale(1.1);
}
.tp-destination-two-content {
  background: var(--tp-common-white);
  border-radius: 12px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 20px 24px;
  transform: translateY(20px);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  direction: ltr;
}
.tp-destination-3-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--tp-theme-1);
  transform: scaleX(0);
  transition: all 0.4s ease;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-destination-3-item:hover::before {
  transform: scaleX(1);
}
.tp-destination-3-item:hover .tp-destination-3-icon {
  color: var(--tp-theme-1);
}
.tp-destination-3-item:hover .tp-destination-3-content {
  color: var(--tp-theme-1);
}
.tp-destination-3-icon {
  transition: all 0.4s ease;
}
.tp-destination-3-content {
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-common-black);
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-destination-3-content {
    font-size: 11px;
  }
}
.tp-destination-3-space {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.tp-destination-3-slider .swiper-slide {
  text-align: center;
}
.tp-destination-3-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fffefd 0%, #fffefd 41.18%, rgba(255, 254, 254, 0) 100%);
  width: 100px;
  height: 55px;
  z-index: 2;
}
.tp-destination-3-shadow.shadow-two {
  transform: rotate(-180deg);
  left: auto;
  right: 0;
}
.tp-destination-3-navigation {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.tp-destination-3-navigation.tp-testimonial-two-navigation button {
  width: 40px;
  height: 40px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-destination-3-badge {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-radius: 60px;
  padding: 4px 10px;
  background: var(--tp-theme-1);
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 0;
  margin-left: 18px;
}
.tp-destination-4-item:hover .tp-destination-two-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-destination-4-item .tp-destination-two-btn {
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}
.tp-destination-4-item .tp-destination-one-content {
  bottom: 24px;
}
.tp-destination-4-shape {
  position: absolute;
  right: 30px;
  top: 230px;
  z-index: -1;
}
.tp-destination-5 .tp-destination-two-content {
  border-radius: 50px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 6px 16px;
  padding-right: 6px;
}
.tp-destination-5 .tp-destination-two-title {
  font-weight: 500;
  font-size: 16px;
}
.tp-destination-5 .tp-destination-two-btn {
  width: 36px;
  height: 36px;
}
.tp-destination-5-pagination {
  text-align: center;
}
.tp-destination-5-pagination span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #071516;
}
.tp-destination-5-pagination span.swiper-pagination-bullet-active {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-destination-5-title p br {
    display: none;
  }
}
.tp-destination-city-main .tp-tour-dayfilter-thumb::before {
  height: 250px;
}
.tp-destination-city-main .tp-destination-title {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 574.98px) {
  .tp-destination-city-main .tp-destination-title {
    font-size: 20px;
  }
}
.tp-destination-city-main .tp-destination-one-content {
  bottom: 40px;
  left: 50px;
  right: 50px;
  align-items: end;
}
@media (max-width: 574.98px) {
  .tp-destination-city-main .tp-destination-one-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.tp-destination-city-main .tp-destination-two-btn {
  width: 60px;
  height: 60px;
}
.tp-destination-city-main .tp-destination-two-btn {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-destination-city-main .tp-tour-dayfilter-thumb {
  border-radius: 0;
}
.tp-destination-city-main-2 .tp-destination-one-content {
  bottom: 30px;
  left: 40px;
  right: 40px;
}
.tp-destination-city-main-2 .tp-destination-two-btn {
  width: 40px;
  height: 40px;
}
.tp-destination-city-tour {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: var(--tp-common-white);
  line-height: 1;
  border-radius: 24px;
  padding: 9px 14px;
  background: var(--tp-theme-1);
  display: inline-block;
}
.tp-destination-6-item:hover .tp-destination-6-thumb img {
  transform: scale(1.1) rotate(10deg);
}
.tp-destination-6-item:hover .tp-destination-6-title {
  color: var(--tp-theme-1);
}
.tp-destination-6-thumb {
  border-radius: 180px;
  width: 120px;
  overflow: hidden;
  height: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-destination-6-thumb {
    width: 90px;
    height: 90px;
  }
}
.tp-destination-6-thumb img {
  transition: all 0.4s ease;
}
.tp-destination-6-title {
  font-weight: 600;
  font-size: 24px;
  transition: all 0.4s ease;
}
.tp-destination-6-duration {
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-destination-7-item:hover .tp-bounce {
  opacity: 1;
  visibility: visible;
}
.tp-destination-7-item .tp-tour-dayfilter-thumb::before {
  height: 120px;
}
.tp-destination-7-item .tp-destination-content {
  justify-content: center;
  bottom: 28px;
}
.tp-destination-7-item .tp-bounce {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.tp-bounce a, .tp-bounce .bounce {
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: 1;
  position: relative;
}
.tp-bounce a:hover, .tp-bounce .bounce:hover {
  color: var(--tp-common-white);
}
.tp-bounce a:hover span, .tp-bounce .bounce:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tp-bounce a span, .tp-bounce .bounce span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
