:root {
  --theme-color: #f5b218;
  --primary-color: #1CA8CB;
  --title-color: #113D48;
  --body-color: #6E7070;
  --smoke-color: #E9F6F9;
  --smoke-color2: #F3F4F6;
  --black-color: #000000;
  --black-color2: #0D0D0C;
  --gray-color: #E1E4E5;
  --white-color: #ffffff;
  --light-color: #E1E4E5;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E9EDF5;
  --title-font: "Manrope", sans-serif;
  --body-font: "Inter", sans-serif;
  --style-font: "Montez", cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
}
/*Gallery*/
.gallery-card .box-img img {
    border-radius: 24px;
}
.global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.gallery-card:nth-child(2) {
    margin-top: 17px;
}
/*Gallery end*/
    /*------------------- 4.00. Category -------------------*/
/* category area start --------------------------*/
.categorySlider .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.category-area {
  padding: 100px 0 40px 0;
  margin-top: -55px;
}

.category-area .th-container {
  --main-container: 1750px;
}

.category-area .swiper .swiper-slide {
  width: 312px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card.style2 .box-img {
  border-radius: 50%;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style2 .box-img img {
  border-radius: 50%;
}

.category-card.style2:hover .box-img {
  border-color: var(--theme-color);
}

.category-card.style5 .box-img {
  border-radius: 200px;
  width: 200px;
  height: 300px;
}

.category-card.style5 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.category-card.style5 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}

.category-card .box-img img {
  border-radius: 24px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border: 5px solid white;
}

.category-card .box-title {
  margin-bottom: 0;font-size:20px;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);font-size:14px;
}
.box-title a {
    color: inherit;
}
.category-card .line-btn:before {
  display: none;
}


/* category area end --------------------------*/
.categorySlider2 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.categorySlider6 {
  margin: 0 -30px !important;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .categorySlider6 {
    margin: 0 0px !important;
  }
}

.categorySlider6 .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .categorySlider6 .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.categorySlider6 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.categorySlider6 .swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: #E1E4E5;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.categorySlider6 .th-swiper-custom {
  max-width: 728px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .categorySlider6 .th-swiper-custom {
    display: none;
  }
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--title-color);
}

.categorySlider6 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  background: var(--white-color);
  height: 3px;
}

.categorySlider6 .slider-arrow {
  --icon-size: 64px;
  min-width: 64px;
  background: rgba(250, 252, 244, 0.2);
  border: 1px solid #E1E4E5;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: unset;
}

@media (max-width: 1499px) {
  .categorySlider6 .slider-arrow {
    display: block !important;
  }
}

.categorySlider6 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: brightness(0.9) invert(1);
          filter: brightness(0.9) invert(1);
}

.categorySlider6 .slider-arrow.slider-next {
  right: unset;
  left: auto;
}

.categorySlider6 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.categorySlider6 .slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.category-slider3 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto auto 10px auto;
  overflow: hidden;
}

.categorySlider4 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.category-area3 .th-container {
  --main-container: 1689px;
}

.category-area4 .th-container {
  --main-container: 1656px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card.style3 .box-img {
  border-radius: 24px;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style3 .box-img img {
  border-radius: 24px;
}

.category-card.style3:hover .box-img {
  border-color: var(--theme-color);
}

.category-card.style4 {
  height: 476px;
}

.category-card.style4 .box-img {
  height: 416px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 30px;
}

.category-card.style4 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card.style4 .box-content {
  text-align: left;
}

.category-card.style4 .box-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.category-card.style4 .box-title {
  margin-bottom: 7px;
}

.category-card.style4 .box-text {
  max-width: 235px;
}

.category-card.style4:hover .box-img {
  height: 312px;
}

.category-card.style4:hover .box-wrapp {
  height: 100%;
  opacity: 1;
  overflow: visible;
}

.category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}

.category-card .box-img img {
  border-radius: 24px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}


.category-area2 {
  position: relative;
  z-index: 1;
}
.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

/*------------------- 4.00. Destination -------------------*/
/* destination 1 start  ---------------------------------- */
.destination-slider .swiper-slide {
  border-radius: 24px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.destination-slider .swiper-slide.swiper-slide-active {
  border-radius: 24px;
  -webkit-filter: none !important;
          filter: none !important;
}

.destination-slider .destination-box .destination-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  --space: 40px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .destination-box {
    --space: 20px;
  }
}

@media (max-width: 575px) {
  .destination-box {
    padding: 10px;
    border-radius: 20px;
    --space: 10px;
  }
}

.destination-box .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 2;
  /* Extra small devices */
}

.destination-box .destination-img:before {
  content: "";
  position: absolute;height: 30%;width:100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.9) 95%, rgb(0, 0, 0) 100%);
  border-radius: 24px;
}

@media (max-width: 575px) {
  .destination-box .destination-img {
    border-radius: 15px;
  }
}

.destination-box .destination-img img {
  max-width: 430px;
  height: 400px;
  max-height: 636px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .destination-box .destination-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
  }
}

.destination-box .destination-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .destination-box .destination-content {
    max-width: 380px;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .destination-box .destination-content {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.destination-box .box-title {
  margin-bottom: 0px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .destination-box .box-title {
    font-size: 16px;
  }
}

.destination-box .box-title a {
  color: var(--white-color);
}

.destination-box .destination-subtitle {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 8px;
}

.destination-box .th-btn {
  padding: 11.5px 34px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

.destination-box .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right3.svg");
          mask-image: url("../img/icon/arrow-right3.svg");
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .destination-box .th-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .destination-box .th-btn {
    padding: 7px 20px;
    margin-top: 10px;
  }
  .destination-box .th-btn:after {
    display: none;
  }
}

@media (max-width: 375px) {
  .destination-box .th-btn {
    padding: 7px 10px;
  }
}

.destination-box:hover .destination-img:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* destination 1 start  ---------------------------------- */
/* destination 2 start  ---------------------------------- */
.destination-list {
  position: relative;
  height: 636px;
  border-radius: 24px;
  z-index: 2;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  cursor: pointer;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 110px;
  }
}

.destination-list:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
  border-radius: 24px;
  z-index: -1;
}

.destination-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.destination-list-wrap {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.destination-list-wrap.style2.active {
  -webkit-box-flex: 205%;
  -webkit-flex: 205%;
      -ms-flex: 205%;
          flex: 205%;
}

.destination-list-wrap.style3 .destination-list:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
  background: linear-gradient(180deg, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
  border-radius: 24px;
  z-index: -1;
}

.destination-list-wrap.style3 .destination-content {
  opacity: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: -30px;
  left: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list-wrap.style3 .destination-content {
    left: 20px;
    bottom: -20px;
  }
}

.destination-list-wrap.style3 .destination-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F8BC22;
  display: block;
  margin-bottom: 10px;
}

.destination-list-wrap.style3 .icon-btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.destination-list-wrap.style3 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.destination-list-wrap.style3.active .destination-content {
  opacity: 1;
}

.destination-list-wrap.style3.active .icon-btn {
  opacity: 1;
  visibility: visible;
}

.destination-list-wrap.active {
  -webkit-box-flex: 324%;
  -webkit-flex: 324%;
      -ms-flex: 324%;
          flex: 324%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .destination-list-wrap.active {
    max-width: 100%;
  }
}

.destination-list-wrap.active .destination-list {
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list-wrap.active .destination-list {
    max-height: 345px;
  }
}

.destination-list-wrap.active .th-btn {
  opacity: 1;
  visibility: visible;
}

.destination-list-wrap.active .box-content {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 325px;
}

.destination-list-wrap.active .destination-content {
  left: 40px;
  bottom: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list-wrap.active .destination-content {
    left: 20px;
    bottom: 20px;
  }
}

.destination-list .destination-content {
  position: absolute;
  left: 5px;
  bottom: 70px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list .destination-content {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    bottom: 20px;
    left: 20px;
  }
}

.destination-list .box-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .destination-list .box-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.destination-list .destination-subtitle {
  color: var(--white-color);
}

.destination-list .th-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 10px 30px;
  opacity: 0;
  visibility: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list .th-btn {
    right: 20px;
    bottom: 20px;
  }
}

.destination-list .box-icon {
  padding: 30px 40px;
  border-bottom: 3px solid var(--white-color);
}

.destination-list .box-content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-height: 0;
  padding: 30px 30px 40px 40px;
  overflow: hidden;
}

.destination-box .th-btn {
    padding: 11.5px 34px;
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--black-color);
    font-family: var(--body-font);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 18.8px 35px;
    border-radius: 48px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    gap: 8px;
}
.destination-item2 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.destination-item2 .box-img {
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item2 .box-img {
    margin-bottom: 0;
  }
}

.destination-item2 .box-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
  border-radius: 24px;
  z-index: 10;
}

.destination-item2 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-item2 .box-content {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 11;
}

.destination-item2 .box-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item2 .box-title {
    font-size: 22px;
  }
}

.destination-item2 .box-text {
  color: var(--white-color);
  display: block;
}

.destination-item2:hover .box-img {
  border-color: var(--white-color);
}

/* destination area 3 end ---------------------*/
/* destination area 4 start ---------------------*/
.destination-area6 .th-container {
  --main-container: 1472px;
}

.destination-slider2 .swiper-slide {
  box-shadow: none;
  border-radius: 24px;
  overflow: hidden;
}

.destination-slider2 .swiper-slide.swiper-slide-active {
  border-radius: 24px;

}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img {
  width: 100%;
  display: block;
  margin: auto;
}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img img {
  width: 100%;
  height: 100%;
}

.destination-box2 {
  position: relative;
}

.destination-box2 .destination-img {
  position: relative;
  border-radius: 24px;
  height: 370px;
  overflow: hidden;
  box-shadow: none;
}


.destination-box2 .destination-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.destination-box2 .destination-img .icon-btn:hover {
  background-color: transparent;
}

.destination-box2 .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: calc(100%, 100%);
  border-radius: 24px;
}

.destination-box2:hover .destination-img:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box2:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/*arrow style*/
.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 48px;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 88px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .slider-arrow {
    display: none !important;
  }
}

.slider-arrow.style2 {
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow.style2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style3 {
  background-color: var(--white-color);
  color: var(--white-color);
  --icon-size: 48px;
  line-height: 48px;
  border-radius: 50%;
  border-color: var(--white-color);
}

.slider-arrow.style3:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.slider-arrow.style4 {
  background-color: transparent;
  color: var(--title-color);
  border-color: #E4E4E4;
  box-shadow: none;
  font-size: var(--icon-font-size, 22px);
}

.slider-arrow.style4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style5 {
  border: 1px solid var(--title-color);
  /* Extra large devices */
}

.slider-arrow.style5:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style5 {
    display: inline-block !important;
  }
}

.slider-arrow.style6 {
  --icon-size: 64px;
  border: 1px solid #E1E4E5;
  box-shadow: none;
  /* Extra large devices */
}

.slider-arrow.style6:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style6 {
    display: inline-block !important;
  }
}

.slider-arrow.style7 {
  --icon-size: 64px;
  border: 1px solid var(--title-color);
  box-shadow: none;
  background-color: transparent;
  /* Extra large devices */
}

.slider-arrow.style7:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style7 {
    display: inline-block !important;
  }
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

.icon-box .slider-arrow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}
/*arrow style end*/
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  position: relative;
  overflow: hidden;
}

.hero-1 .th-hero-bg {
  z-index: 2;
}

.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}

.hero-1 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-1 .th-swiper-custom {
    display: none;
  }
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-1 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  background: var(--white-color);
  height: 3px;
}

.hero-1 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1399px) {
  .hero-1 .slider-arrow {
    display: none;
  }
}

.hero-1 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-1 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-1 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-1:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-style1 {
  position: relative;
  z-index: 9;
  max-width: 700px;
  padding: 156px 0 200px 0;
}

.hero-style1 .sub-title {
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}

.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 45px;
}

.hero-style1 .hero-text {
  max-width: 582px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-style1 .btn-group {
  gap: 16px;
}

@media (max-width: 480px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    max-width: 550px;
  }
  .hero-style1 .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-1 .hero-img {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .hero-1 .hero-shape2 {
    display: none;
  }
  .hero-style1 {
    padding: 130px 0 185px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title-img {
    max-width: 40px;
    right: 5%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 {
    padding: 130px 0 180px 0;
  }
  .hero-style1 .title-img {
    right: 3%;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

/* Hero 1 end ----------------------------------*/

/*------------------- 4.00. Booking -------------------*/
/* booking area  start --------------------*/
.booking-form {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 21px 32px;
  z-index: 3;
  margin-top: -55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 20px 20px;
  }
}

.booking-form.style2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .booking-form.style2 {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

.booking-form.style2 .input-wrap .form-group {
  margin-bottom: 0;
  height: 33px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.booking-form.style2 .input-wrap .form-group .search-input {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style2 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

.booking-form.style2 .input-wrap .form-group .nice-select:after {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.booking-form.style2 .input-wrap .form-btn .th-btn {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    padding: 5px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.booking-form.style5 {
  position: relative;
  background: #E9F6F9;
  border-radius: 16px 0px 0px 0px;
  border: none;
  box-shadow: none;
  overflow: initial;
  z-index: 9;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 {
    margin-top: -125px;
  }
}

@media (max-width: 991px) {
  .booking-form.style5 {
    margin-top: 65px;
    border-radius: 0;
  }
}

.booking-form.style5 .input-wrap .form-group select,
.booking-form.style5 .input-wrap .form-group .form-control,
.booking-form.style5 .input-wrap .form-group .form-select,
.booking-form.style5 .input-wrap .form-group textarea,
.booking-form.style5 .input-wrap .form-group .nice-select,
.booking-form.style5 .input-wrap .form-group input {
  background: transparent;
}

.booking-form.style5 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .th-btn {
    width: 100%;
  }
}

.booking-form.style5 .input-wrap .form-group {
  margin-bottom: 0;
  height: 33px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.booking-form.style5 .input-wrap .form-group .search-input {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style5 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

.booking-form.style5 .input-wrap .form-group .nice-select:after {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.booking-form.style5 .input-wrap .form-btn .th-btn {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .booking-form.style5 .input-wrap .form-btn .th-btn {
    padding: 5px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.form_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.input-wrap.style2 .form-group:not(:first-child) {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .input-wrap.style2 .form-group:not(:first-child) {
    border-left: transparent;
  }
}

.input-wrap .form-group {
  margin-bottom: 0 !important;
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* Medium devices */
  /* Small devices */
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .input-wrap .form-group .search-input {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .input-wrap .form-group .search-input {
    min-width: 92%;
  }
}

.input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .input-wrap .form-group:not(:last-child) {
    border: none;
  }
}

.input-wrap .form-group .icon i {
  font-size: 24px;
  color: var(--theme-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group .icon i {
    font-size: 18px;
  }
}

.input-wrap .form-group label {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
}

.input-wrap .form-group input {
  padding: 0 0 0 37px;
  font-size: 16px;
  font-weight: 600;
}

.input-wrap .form-group .nice-select {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.input-wrap .form-group .nice-select:after {
  top: 10px;
  right: -20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.input-wrap .form-group .nice-select.open .list {
  -webkit-animation: fade-down .3s linear;
          animation: fade-down .3s linear;
}

.input-wrap .form-group .nice-select .list {
  overflow-y: scroll;
  z-index: 9;
}

.input-wrap .form-group .nice-select .list {
  width: 200px;
}

.input-wrap .form-group select,
.input-wrap .form-group .form-control,
.input-wrap .form-group .form-select,
.input-wrap .form-group textarea,
.input-wrap .form-group .nice-select,
.input-wrap .form-group input {
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color2);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group select,
  .input-wrap .form-group .form-control,
  .input-wrap .form-group .form-select,
  .input-wrap .form-group textarea,
  .input-wrap .form-group .nice-select,
  .input-wrap .form-group input {
    font-size: 14px;
  }
}

.input-wrap .form-group .nice-select .option {
  color: var(--title-color);
  display: block;
}

.input-wrap .form-group .nice-select .option p {
  display: block;
}

.input-wrap .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.input-wrap .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.input-wrap .form-group .nice-select .option:hover, .input-wrap .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.input-wrap .form-group .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.input-wrap .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-btn {
    display: block;
  }
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.input-wrap .form-btn .th-btn {
  padding: 5px 45px;
  /* Small devices */
}

@media (max-width: 767px) {
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}
/*booking form*/
.destination-box2 .destination-img:before
{
  color: #ec543b;
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 11;
}