body {
  margin: 0px 0px;
  padding: 0px 0px;
  font-family: "Figtree", sans-serif;
}

p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.ttl-fonts {
  font-family: "Handlee", cursive;
}

.large-text {
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
  color: #444;
  line-height: 1.2;
  font-weight: 600;
}

.cta {
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  line-height: 50px;
  align-content: center;
  position: relative;
  z-index: 111;
}

.toggle-btn {height: 2px !important; width: 25px !important; background-color: #fff; position: relative; top: 0%; left: 0; margin: auto; transition: all 0.3s ease-in-out; }
.toggle-btn:before {content: ""; height: 2px; width: 25px; box-shadow: 0 -10px 0 0 #fff; position: absolute; top: 0; left: 0; transition: all 0.3s ease-in-out; }
.toggle-btn:after {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 10px 0 0 #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.type17:before {
  width: 12px;
}

.type17:after {
  width: 12px;
  box-shadow: 13px 10px 0 0 #fff;
}

.active .type17 {
  transform: rotate(45deg);
  background-color: #fff;
  transition: all 0.6s ease-in-out;
}

.active .type17:before {
  transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
  transform: translate(16px, -7px) rotate(90deg);
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.view-btn {
  width: fit-content;
  margin: 0px 0px 0px 0px;
  border: 2px solid #444;
  border-radius: 30px;
  position: relative;
}

.view-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #F6B527;
  border-radius: 30px;
  transition: all ease 0.5s;
}

.view-btn a {
  font-size: 15px;
  display: block;
  color: #444;
  padding: 8px 60px 8px 15px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.view-btn a::before {
  content: '';
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 10px;
  background-size: contain;
  transition: all ease 0.5s;
  opacity: 1;
}

.view-btn a::after {
  content: '';
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 10px;
  background-size: contain;
  transition: all ease 0.5s;
  opacity: 0;
}

.view-btn:hover::before {
  transform: scale(1.3);
}

.view-btn:hover a::before {
  right: 0;
  opacity: 0;
}

.view-btn:hover a::after {
  right: 16px;
  opacity: 1;
}

#header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  transition: all ease 0.5s;
}

.header-top {
  padding: 10px 25px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.top-links {
  display: flex;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  align-items: center;
}

.top-links li {
  list-style: none;
  padding: 0px 15px;
  border-right: 1px solid #F6B527;
}

.top-links li:last-child {
  border: none;
  padding-right: 0;
}

.top-links li a {
  text-decoration: none;
  display: block;
}

.top-links li a span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0px 0px 0px 10px;
}

.main-menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px;
  position: relative;
  transition: all ease 0.5s;
}

.main-menu .navbar {
  padding: 0px 0px;
}

.main-menu .nav-link {
  font-size: 18px;
  padding: 55px 15px !important;
  color: #fff;
  font-weight: 400;
  transition: all ease 0.5s;
}

#header-section.sticky {
  transform: translateY(-44px);
}

#header-section.sticky .main-menu {
  background: rgb(0 0 0 / 70%);
}

#header-section.sticky .nav-link {
  padding: 45px 15px !important;
}

.mainslider {
  margin: 0 auto;
  max-width: 100%;
  position: sticky;
  overflow: hidden;
  z-index: 0;
}

.mainslider:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 10.05);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  z-index: 2;
}

.mainslider::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 280px;
  background: url(../img/banner-shape.png) no-repeat;
  background-size: cover;
  z-index: 10
}

.mainslider .slick-slider .slick-prev, .mainslider .slider-nav .slider-prev {
  left: 0;
}

.mainslider .slick-slider .slick-next, .mainslider .slider-nav .slider-next {
  right: 0;
}

.mainslider .slick-slider .slick-next:before, .mainslider .slick-slider .slick-prev:before, .mainslider .slider-nav .slider-prev:before, .mainslider .slider-nav .slider-next:before {
  font-family: 'FontAwesome';
  color: rgba(255,255,255,.15);
  opacity: 1;
  transition: all ease 0.8s;
}

.mainslider .slick-slider .slick-prev:before, .mainslider .slider-nav .slider-prev:before {
  content: "\f177";
  margin-left: 27px;
}

.mainslider .slick-slider .slick-next:before, .mainslider .slider-nav .slider-next:before {
  content: "\f178";
  margin-left: -35px;
}

.mainslider .slick-slider .slick-prev:before, .mainslider .slider-nav .slider-prev:before, .mainslider .slick-slider .slick-next:before, .mainslider .slider-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.mainslider .slick-slider .slick-prev:before, .mainslider .slider-nav .slider-prev:before {
  background: url("../img/arrow-left-long.svg") no-repeat center;
}

.mainslider .slick-slider .slick-next:before, .mainslider .slider-next::before {
  background: url("../img/arrow-right-long.svg") no-repeat center;
}

.mainslider .slick-slider .slick-prev:hover:before, .mainslider .slick-slider .slick-next:hover:before, .mainslider .slider-nav .slider-prev:hover:before, .mainslider .slider-nav .slider-next:hover:before {
  margin-left: 0;
  color: #fff;
}

.slider-big {
  margin: 0;
  position: relative;
}

.slider-big .item {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.slider-big .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.slider-big .slider-track, .mainslider .swiper-wrapper {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.mainslider .swiper-slide.swiper-slide-active {
  transition: opacity 900ms cubic-bezier(0.7, 0, 0.3, 1) !important;
}

.slider-big .item img, .mainslider .swiper-slide .item img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  outline: 0px;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-big .item .slick-active img, .mainslider .swiper-slide.swiper-slide-active .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider-big .slick-prev, .slider-big .slick-next, .slider-nav .slider-prev, .slider-nav .slider-next {
  background: rgba(255,255,255,.15);
  padding: 10px;
  z-index: 9;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  opacity: 0;
}

.slider-big .slick-prev:hover, .slider-big .slick-next:hover, .slider-nav .slider-prev:hover, .slider-nav .slider-next:hover {
  background: rgba(0, 0, 0, 0.35);
}

.mainslider:hover .slick-prev, .mainslider:hover .slick-next, .mainslider:hover .slider-prev, .mainslider:hover .slider-next {
  opacity: 1;
}

.slider-next, .slider-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  transform: 0.4s all;
}

.mainslider .slider-thumbs {
  position: absolute;
  bottom: 4.0625VW;
  z-index: 1;
  margin-left: 7.239583333333334VW;
  visibility: hidden;
}

.slider-thumbs .item {
  padding: 0px 9px;
  display: block;
  border: none;
}

.slider-thumbs .item:focus {
  outline: none;
}

.slider-thumbs .item h6 {
  width: 100%;
  display: block;
  width: auto;
  display: inline-flex;
  outline: 0px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: 'Quicksand';
  border-left: 3px solid transparent;
  padding-left: 20px;
}

.slider-thumbs .slick-active.item h6 {
  border-left: 3px solid #ffffff;
  color: #ffffff;
}

.slider-thumbs .slick-prev, .slider-thumbs .slick-next {
  background: #FFF;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.15);
}

.slider-thumbs .slick-prev {
  left: -18px;
}

.slider-thumbs .slick-next {
  right: -18px;
}

.mainslider .item .slider-text {
  position: absolute;
  z-index: 11;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  padding: 20px 0px;
}

.mainslider .item .slider-text p {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.mainslider .item .slider-text h3 {
  color: #ffffff;
  font-size: 6.510416666666667VW;
  font-weight: 400;
  line-height: 5.8125VW;
  font-family: "Handlee", cursive;
  text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.25);
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  margin-bottom: 0;
}

.mainslider .item.slick-active .slider-text p, .mainslider .swiper-slide.swiper-slide-active .item p {
  animation-name: fadeIn;
}

.mainslider .item.slick-active .slider-text h3, .mainslider .swiper-slide.swiper-slide-active .item h3 {
  animation-name: fadeIn;
}

.mainslider .item .discount-part {
  position: absolute;
  bottom: 5%;
  right: 0%;
  margin: 0px 0px 0px 0px;
  color: #fff;
  z-index: 1;
  display: none !important;
}

.mainslider .item .discount-part a {
  display: block;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.lines .line:nth-child(1) {
  margin-left: -46.5%;
  background: rgba(255, 255, 255, 0.10);
}

.lines .line:nth-child(2) {
  margin-left: -16%;
  background: rgba(255, 255, 255, 0.10);
}

.lines .line:nth-child(4) {
  margin-left: 16%;
  background: rgba(255, 255, 255, 0.10);
}

.lines .line:nth-child(5) {
  margin-left: 46.5%;
  background: rgba(255, 255, 255, 0.10);
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(2)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line:nth-child(3)::after {
  background: none;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.tour-package {
  margin: 0px 0px;
  padding: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.tour-top, .top-destination, .tentcity-top, .unity-top, .staycation-top, .testimonial-top, .blog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 30px;
  margin: 0px 0px 30px 0px;
  gap: 10px;
}

.tour-left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 750px;
  flex-wrap: wrap;
}

.tour-left h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #444;
  font-weight: 700;
  padding: 0px 30px 0px 0px;
  margin: 0px 30px 15px 0px;
  border-right: 1px solid #B4B4B4;
}

.tour-left h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.tour-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  white-space: pre-line;
}

.tour-packages-slider {
  padding: 0px 0px 0px 135px;
  margin: 0px 0px 15px 0px;
  position: relative;
  cursor: default;
}

.packages-slider {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 65px 0px;
  position: relative;
  z-index: 0;
}

#destination-section .owl-nav::before, .statue-slider-part .owl-nav:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: #B4B4B4;
  width: calc(100% - 159px);
  z-index: -1;
}

.packages-slider .item {
  overflow: hidden;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.packages-slider .item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
}

.packages-slider .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.packages-slider .package-img {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  border-radius: 5px;
}

.packages-slider .package-img img {
  border-radius: 5px;
  transition: all ease 0.5s;
}

.packages-slider .item .packages-info {
 padding: 0px 20px 0px 20px;position: absolute;bottom: 50px;z-index: 1;transform: translateY(110px);transition: all ease 0.5s;
}

.packages-slider .item .packages-info h3 {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.8rem);
  font-weight: 600;
  color: #fff;
  white-space: pre-line;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 24px;
}

.packages-slider .item .packages-info p {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.5s;
  opacity: 0;
}

.packages-slider .item:hover .packages-info {
  transform: translateY(0);
  opacity: 1;
}

.packages-slider .item:hover .packages-info p {
  opacity: 1;
}

.packages-slider .item:hover .package-img img {
  transform: scale(1.1);
}

.packages-slider .item .day-count {
  background: #f6b527;
  color: #444;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
  width: 170px;
  position: absolute;
  left: -40px;
  top: 20px;
  z-index: 1;
  transform: rotate(-45deg);
}

.tour-package .owl-nav {
  position: relative;
  text-align: right;
  left: calc(100% - 20%);
  bottom: -45px;
  max-width: 120px;
  display: flex;
  padding: 0px 0px;
  flex-direction: row;
  justify-content: space-between;
}

.tour-package .owl-nav .owl-prev, .tour-package .owl-nav .owl-next {
  position: relative;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.tour-package .owl-nav .num {
  position: absolute;
  right: 14.3%;
  bottom: -12px;
  padding: 0;
  background: #fff;
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.ht-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.ht-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.ht-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion, .ht-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion:before, .ht-cursor.-opaque:before {
    background: white;
  }
}

.ht-cursor.-normal, .ht-cursor.-text {
  mix-blend-mode: normal;
}

.ht-cursor.-normal:before, .ht-cursor.-text:before {
  background: currentColor;
}

.ht-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ht-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.ht-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.ht-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.ht-cursor.-text .ht-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ht-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.ht-cursor.-md:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.ht-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.ht-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.-color-accent-lilac {
  color: #F6B527;
}

.-color-accent-lilac-bg {
  background: #F6B527;
}

.ht-demo {
  background: #fff;
}

#welcome-section {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  position: relative;
}

.welcome-img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.welcome-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  object-fit: cover;
}

#welcome-section:hover .welcome-img img {
  transform: scale(1.2);
}

.welcome-info {
  margin: 0px 0px;
  padding: 50px 50px;
  position: relative;
}

.welcome-info h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  color: #444;
}

.welcome-info p {
  margin: 0px 0px 30px 0px;
}

.awards-info {
  margin: 55px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  border-top: 1px solid #f5f5f514;
  position: relative;
}

.award-data {
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 15px 65px;
  position: relative;
  border-right: 1px solid #f5f5f514;
  height: 100%;
}

.award-data.bdr-none {
  border: none;
}

.award-data span {
  position: absolute;
  left: 0;
  top: 17px;
  max-width: 50px;
}

.award-data h4 {
  font-size: 15px;
  color: #F6B527;
}

.award-data h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  white-space: pre-line;
}

#counter-section {
  padding: 35px 10px;
  background: #221F20;
  position: relative;
}

.counter-info {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
}

.counter-info h3 {
  font-size: 45px;
  color: #F6B527;
  margin: 0px 0px 12px 0px;
}

.counter-info p {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  color: #fff;
}

.counter-info .counter {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 55px;
  text-align: center;
  padding-right: 2px;
  align-items: flex-end;
}

.counter-info .counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 28px;
  transition: transform 2s ease;
  transform: translateY(0);
  align-items: center;
}

.counter-info .counter > span span {
  flex: 0 0 100%;
  height: 100%;
}

.tour-package {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px;
  position: relative;
  overflow: hidden;
}

.destination-section {
  margin: 0px 0px 0px 0px;
  padding: 75px 0px 50px 0px;
  position: relative;
  overflow: hidden;
}

.destination-left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 750px;
  flex-wrap: wrap;
}

.destination-left h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #444;
  font-weight: 700;
  padding: 0px 30px 0px 0px;
  margin: 0px 30px 15px 0px;
  border-right: 1px solid #B4B4B4;
}

.destination-left h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.destination-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  white-space: pre-line;
}

.destination-slider-part {
  padding: 0px 0px 0px 135px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.destination-slider {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 65px 0px;
  position: relative;
  z-index: 0;
}

.destination-slider .item {
  overflow: hidden;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.destination-slider .item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
}

.destination-slider .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.destination-slider .destination-img {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  border-radius: 5px;
}

.destination-slider .destination-img img {
  border-radius: 5px;
  transition: all ease 0.5s;
}

.destination-slider .item .destination-info {
  padding: 0px 20px 0px 30px;
  position: absolute;
  bottom: 35px;
  z-index: 1;
  transform: translateY(110px);
  transition: all ease 0.5s;
}

.destination-slider .item .destination-info h3 {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.8rem);
  font-weight: 600;
  color: #fff;
  white-space: pre-line;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}

.destination-slider .item .destination-info p {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.5s;
  opacity: 0;
}

.destination-slider .item:hover .destination-info {
  transform: translateY(0);
}

.destination-slider .item:hover .destination-info p {
  opacity: 1;
}

.destination-slider .item:hover .destination-img img {
  transform: scale(1.1);
}

#destination-section .owl-nav, #destination-section .custom-nav, .statue-slider-part .owl-nav {
  position: relative;
  text-align: right;
  left: 0;
  bottom: 24px;
  max-width: 100%;
  display: flex;
  padding: 0px 0px;
  flex-direction: row;
  z-index: 99;
  top: -34px;
  align-items: center;
  justify-content: flex-end;
  z-index: 0;
  max-width: 1650px;
  width: calc(100% - 60px);
}

#destination-section .owl-nav .owl-prev, #destination-section .owl-nav .owl-next, #destination-section .custom-nav .custom-prev, #destination-section .custom-nav .custom-next {
  position: relative;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #ffffff;
}

#destination-section .num {
  position: relative;
  background: #fff;
  z-index: 1;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  bottom: 0;
  right: 0;
  width: auto;
}

#tentcity-section {
  margin: 0px 0px;
  padding: 75px 0px;
  background: #3D3D3D;
  position: relative;
  z-index: 1;
}

#tentcity-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tentcity-bg.png) repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: color-burn;
}

.tentcity-left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 750px;
  flex-wrap: wrap;
}

.tentcity-left h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #fff;
  font-weight: 700;
  padding: 0px 30px 0px 0px;
  margin: 0px 30px 15px 0px;
  border-right: 1px solid #B4B4B4;
}

.tentcity-left h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.tentcity-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  white-space: pre-line;
}

.tentcity-top .view-btn {
  border-color: #fff;
}

.tentcity-top .view-btn a {
  color: #fff;
}

.tentcity-top .view-btn a:before, .tentcity-top .view-btn a::after {
  filter: brightness(0) invert(1);
}

.tentcity-slider .item {
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.tentcity-slider .item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  border-radius: 5px;
}

.tentcity-slider .owl-item:not(.center) .item, .tentcity-slider-part .swiper-slide.swiper-slide-prev .item,.tentcity-slider-part .swiper-slide.swiper-slide-next .item {
  transform: scale(0.95);
}

.tentcity-slider .owl-item:not(.center) .item a,.tentcity-slider-part .swiper-slide.swiper-slide-prev .item a,.tentcity-slider-part .swiper-slide.swiper-slide-next .item a {
  display: none;
}

.tentcity-slider .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.tentcity-slider .item .tentcity-info {
  padding: 0px 80px 0px 20px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  transform: translateY(45px);
  transition: all ease 0.5s;
}

.tentcity-slider .item .tentcity-info::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  background: url(../img/yellow-arrow.svg) no-repeat;
  width: 33px;
  height: 20px;
  transform: translateY(45px);
  transition: all ease 0.5s;
}

.tentcity-slider .item .tentcity-info h3 {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.8rem);
  font-weight: 600;
  color: #fff;
  white-space: pre-line;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}

.tentcity-slider .item .tentcity-info p {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.5s;
  opacity: 0;
}

.tentcity-slider .item:hover .tentcity-info {
  transform: translateY(0);
}

.tentcity-slider .item:hover .tentcity-info p {
  opacity: 1;
}

.tentcity-slider .item:hover .tentcity-info::after {
  transform: translateY(-45px);
}

.tentcity-slider .owl-item:not(.center) .item h3, .tentcity-slider .owl-item:not(.center) .item p,.tentcity-slider-part .swiper-slide.swiper-slide-prev .item h3,.tentcity-slider-part .swiper-slide.swiper-slide-next .item h3,.tentcity-slider-part .swiper-slide.swiper-slide-prev .item p,.tentcity-slider-part .swiper-slide.swiper-slide-next .item p {
  visibility: hidden;
  opacity: 0;
}

.tentcity-slider .owl-item:not(.center) .item .tentcity-info::after,.tentcity-slider-part .swiper-slide.swiper-slide-prev .item .tentcity-info::after,.tentcity-slider-part .swiper-slide.swiper-slide-next .item .tentcity-info::after {
  visibility: hidden;
  opacity: 0;
}

.tentcity-slider .item .tentcity-img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
}

.tentcity-slider .item .tentcity-img img {
  transition: all ease 0.5s;
}

.tentcity-slider .owl-item:not(.center):hover .tentcity-img img,.tentcity-slider-part .swiper-slide.swiper-slide-prev .item .tentcity-img img,.tentcity-slider-part .swiper-slide.swiper-slide-next .item .tentcity-img img {
  transform: scale(1);
}

.tentcity-slider .item:hover .tentcity-img img {
  transform: scale(1.2);
}

#unity-section {
  padding: 75px 0px;
  margin: 0px 0px 0px 0px;
  background: #fff;
  position: relative;
}

.statue-unity {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 70px 0px;
  position: relative;
  z-index: 1;
}

.statue-unity::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 530px;
  background: url(../img/statue.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 5px;
}

.unity-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  padding: 0px 30px;
  max-width: 1100px;
}

.unity-left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 750px;
  flex-wrap: wrap;
}

.unity-left h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #444;
  font-weight: 700;
  padding: 0px 30px 0px 0px;
  margin: 0px 30px 15px 0px;
  border-right: 1px solid #B4B4B4;
}

.unity-left h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.unity-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  white-space: pre-line;
}

.statue-slider-part {
  max-width: 1250px;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 0px 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
}

.statue-slider-part .owl-carousel .owl-stage {
  display: flex;
}

.statue-slider-part .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.statue-slider-part .item {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 5px 1px;
  position: relative;
  overflow: hidden;
}

.statue-slider-part .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.statue-slider {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.statue-info {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}

.statue-info h3 {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px;
  border: 1px solid #707070;
  border-radius: 0px 0px 5px 5px;
  border-top-color: transparent;
}

.statue-info .statue-img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  max-height: 290px;
}

.statue-info .statue-img img,.stay-info .stay-img img {
  max-height: 290px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
  transition: all ease 0.5s;
  width: 100%;
  aspect-ratio: 1/0.6;
}

.statue-slider-part .item:hover .statue-img img {
  transform: scale(1.1);
}

.statue-slider-part .owl-nav {
  display: flex;
  flex-direction: row;
  bottom: -42px;
  justify-content: start;
  top: auto;
  max-width: 1450px;
}

.statue-slider-part .owl-nav .owl-prev {
  position: relative;
  left: 0px;
}

.statue-slider-part .owl-nav .owl-next {
  position: relative;
  left: 0px;
}

.statue-slider-part .num {
  position: absolute;
  left: 3.5%;
  bottom: 74px;
  background: #fff;
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

#car-rental-section {
  padding: 75px 0px;
  margin: 0px 0px;
  background: #F3F3F3;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

#car-rental-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tentcity-bg.png) repeat;
  background-size: cover;
  z-index: -1;
}

.car-rental-info {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.car-rental-info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(311deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  border-radius: 5px;
}

.car-rental-info img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  border-radius: 5px;
  transition: all ease 0.5s;
  min-height: 235px;
  object-fit: cover;
  object-position: center;
}

.car-rental-info .rental-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 65px 45px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.car-rental-info .rental-data .rental-top {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px;
  position: relative;
}

.car-rental-info .rental-data h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #fff;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.car-rental-info .rental-data h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.car-rental-info .rental-data p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  white-space: pre-line;
}

.car-rental-info .rental-data .view-btn {
  border-color: #fff;
}

.car-rental-info .rental-data .view-btn a {
  color: #fff;
}

.car-rental-info .rental-data .view-btn a:before, .car-rental-info .rental-data .view-btn a::after {
  filter: brightness(0) invert(1);
}

.car-rental-info:hover img {
  transform: scale(1.2);
}

#staycation-section {
  padding: 75px 0px;
  margin: 0px 0px 0px 0px;
  background: #fff;
  position: relative;
}

.staycation-info {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 70px 0px;
  position: relative;
  z-index: 1;
}

.staycation-info::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 530px;
  background: url(../img/staycation.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 5px;
}

.staycation-top {
  padding: 0px 45px 0px 70px;
  margin-left: auto;
  max-width: 1095px;
}

.staycation-left {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 750px;
  flex-wrap: wrap;
}

.staycation-left h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem);
  color: #444;
  font-weight: 700;
  padding: 0px 30px 0px 0px;
  margin: 0px 30px 5px 0px;
  border-right: 1px solid #B4B4B4;
}

.staycation-left h2 small {
  display: block;
  font-family: "Handlee", cursive;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.staycation-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  white-space: pre-line;
}

.staycation-slider-part {
  max-width: 1250px;
  margin: 0px 0px 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.staycation-slider-part .owl-carousel .owl-stage {
  display: flex;
}

.staycation-slider-part .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.staycation-slider-part .item {
  width: 100%;
  margin: 0;
  padding: 1px 1px 5px 1px;
  position: relative;
  overflow: hidden;
}

.staycation-slider-part .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.stay-info {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: center;
}

.stay-info h3 {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px;
  border: 1px solid #707070;
  border-radius: 0px 0px 5px 5px;
  border-top-color: transparent;
}

.stay-info .stay-img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}

.stay-info .stay-img img {
  /* max-height: 290px; */
  /* object-fit: cover; */
  /* border-radius: 5px 5px 0px 0px; */
  /* transition: all ease 0.5s; */
  /* width: 100%; */
}

.staycation-slider-part .item:hover .stay-img img {
  transform: scale(1.2);
}

#testimonial-section {
  padding: 75px 0px;
  margin: 0px 0px;
  background: #F3F3F3;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#testimonial-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tentcity-bg.png) repeat;
  background-size: cover;
  z-index: -1;
}

.testimonial-top {
  display: flex;
}

.testimonial-slider-section {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
}

.testimonial-slider {
  margin: 0px 0px;
  padding: 0px 0px 35px 0px;
  position: relative;
}

.testimonial-slider .owl-stage-outer {
  padding-top: 50px;
}

.testimonial-slider .owl-stage {
  padding-bottom: 5px;
}

.testimonial-slider .item {
  margin: 50px 0px 0px 0px;
  padding: 50px 50px;
  background: #fff;
  position: relative;
  border: 1px solid #878787;
  border-radius: 5px;
}

.testimonial-slider .item::before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50px;
  background: url(../img/quote.svg) no-repeat;
  width: 62px;
  height: 52px;
}

.testimonial-slider .item .testimonial-data {
  padding: 0px 0px;
  position: relative;
}

.testimonial-slider .item .testimonial-data p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#testimonial-section .owl-nav{position: relative;text-align: right;left: calc(100% - 10%);bottom: -20px;max-width: 128px;display: flex;padding: 0px 0px;flex-direction: row;justify-content: space-between;}

#testimonial-section .owl-nav .owl-prev {
  position: relative;
}

#testimonial-section .num {position: absolute; right: 12.5%; bottom: 0px; }
#blog-section {padding: 75px 0px; margin: 0px 0px; position: relative; }
.blog-top {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 0px 30px; margin: 0px 0px 30px 0px; }
.blog-left {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative; display: flex; align-items: center; max-width: 750px; flex-wrap: wrap; }
.blog-left h2 {font-size: clamp(1.5rem, 2vw + 1rem, 3.2rem); color: #444; font-weight: 700; padding: 0px 30px 0px 0px; margin: 0px 30px 15px 0px; border-right: 1px solid #B4B4B4; }
.blog-left h2 small {display: block; font-family: "Handlee", cursive; font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem); font-weight: 400; margin: 0px 0px 0px 0px; }
.blog-left p {font-size: 16px; margin: 0px 0px 0px 0px; white-space: pre-line; }
.blog-slider-part {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; }
.blog-slider-part .blog-content {margin-bottom: 0; padding-bottom: 0; }
.blog-slider {margin: 0px 0px; padding: 0px 0px; position: relative; }
.blog-slider .owl-stage-outer {padding: 0px 0px 5px 0px; }
.blog-slider .item {margin: 0px 0px; padding: 0px 0px; position: relative; }
.blog-slider .item a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; }
.blog-img {margin: 0px 0px; padding: 0px 0px; position: relative; overflow: hidden; border-radius: 5px 5px 0px 0px; }
.blog-img img {border-radius: 5px 5px 0px 0px; transition: all ease 0.5s; }
.blog-info {padding: 35px 60px 20px 60px; margin: 0px 0px 0px 0px; position: relative; border: 1px solid #878787; border-top: transparent; border-radius: 0px 0px 5px 5px; }
.blog-info span {font-size: 13px; font-weight: 500; color: #444; background: #F6B527; padding: 10px 30px; position: absolute; top: -20px; left: 35px; border-radius: 50px; }
.blog-info h3 {font-size: clamp(1.5rem, 2vw + 1rem, 1.7rem); color: #444; font-weight: 600; }
.blog-slider .item:hover .blog-img img {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
#footer-section {padding: 50px 0px 0px 0px; margin: 0px 0px; background: #221F20; position: relative; }
.footer-menu {margin: 0px 0px 25px 0px; padding: 0px 0px; position: relative; }
.footer-menu h3 {font-size: 15px; color: #fff; margin: 0px 0px 20px 0px; text-transform: uppercase; }
.footer-nav {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; }
.footer-nav li {margin: 0px 0px; padding: 0px 0px; list-style: none; }
.footer-nav li a {color: #BFBFBF; padding: 4px 0px; font-size: 16px; display: inline-block; text-decoration: none; width: fit-content; transition: all ease 0.5s; position: relative; overflow: hidden; }
.footer-nav li a::before {content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #F6B527; transition: all ease 0.5s; }
.footer-nav li a:hover {color: #fff; opacity: 1 !important; }
.footer-nav li a:hover::before {width: 100%; left: 100%; }
.footer-nav:hover li a {opacity: .3; }
.newsletter-form {margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative; }
.newsletter-form .form-group {margin: 0px 0px; padding: 0px 0px; position: relative; }
.newsletter-form .form-group input {width: 100%; padding: 15px 15px; margin: 0px 0px 15px 0px; border-bottom: 1px solid #cccccc2e !important; background: transparent; border: 0; color: #fff; outline: none; box-shadow: none; }
.newsletter-form .form-group .submit {color: #fff; padding: 7px 120px 7px 15px; background: transparent; border: 2px solid #fff; border-radius: 50px; position: relative; }
.newsletter-form .form-group .submit::before {content: ''; display: block; background: url(../img/arrow.svg) no-repeat; position: absolute; right: 16px; top: 0; bottom: 0; margin: auto; width: 27px; height: 10px; background-size: contain; z-index: 1; filter: brightness(0) invert(1); transition: all ease 0.5s; }
.newsletter-form .form-group .submit::after {content: ''; display: block; position: absolute; right: 9px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: #F6B527; border-radius: 30px; transition: all ease 0.5s; }
.newsletter-form .form-group .submit:hover::before {right: 10px; opacity: 1; }
.newsletter-form .form-group .submit:hover::after {transform: scale(1.3); }
.travel-guide {margin: 0px 0px 0px 0px; padding: 25px 15px; border-top: 1px solid #cccccc2e; border-bottom: 1px solid #cccccc2e; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; }
.travel-guide-menu {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.travel-guide-menu li {list-style: none; display: inline-block; border-right: 1px solid #cccccc2e; }
.travel-guide-menu li:last-child {border: none; }
.travel-guide-menu li a {display: inline-block; padding: 5px 15px; color: #BFBFBF; font-size: 17px; font-weight: 600; text-transform: uppercase; text-decoration: none; transition: all ease 0.5s; }
.travel-guide-menu li a span {margin: 0px 10px 0px 0px; }
.travel-guide-menu li a span img {filter: grayscale(1); opacity: .4; transition: all ease 0.5s; }
.travel-guide-menu li:hover a {color: #fff; }
.travel-guide-menu li:hover img {filter: grayscale(0); opacity: 1; }
.footer {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 50px 0px 50px 0px; border-bottom: 1px solid #cccccc2e; }
.footer h3 {font-size: 15px; color: #fff; text-transform: uppercase; margin: 0px 0px 20px 0px; }
.footer-left {max-width: 780px; display: flex; flex-wrap: wrap; align-items: center; }
.footer-left .footer-logo {margin: 0px 55px 10px 0px; padding: 0px 0px; position: relative; }
.footer-left .footer-address {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; }
.footer-left .footer-address p {white-space: pre-line; color: #BFBFBF; }
.social-links {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; display: flex; gap: 4px; }
.social-links li {padding: 0px 5px; list-style: none; width: 59px; height: 59px; text-align: center; /* line-height: 55px; */ border-radius: 59px; position: relative; z-index: 1; border: 1px solid #666666; display: flex; align-items: center; justify-content: center; }
.social-links li::after {position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ''; z-index: -1; border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32); transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32); background: #666666; -webkit-transition-delay: .1s; transition-delay: .1s; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: center; transform-origin: center; border: 1px solid #666666; }
.social-links li a {display: block; }
.social-links li img {max-width: 20px; transition: all ease 0.5s; }
.social-links li:hover::after {-webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.copyright {padding: 20px 20px; text-align: center; position: relative; }
.copyright p {margin: 0px 0px 0px 0px; font-size: 16px; color: #ffffff85; }
.copyright p a img {mix-blend-mode: luminosity; opacity: .65; transition: all ease 0.5s; }
.copyright p a:hover img {opacity: 1; mix-blend-mode: normal; }
#popup-form {margin: 0px 0px 0px 0px; padding: 0px 0px; }
.modal-backdrop.fade.show {opacity: .80; }
#popup-form .modal-content {border-radius: 5px; }
.modal-inquiry-content {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; }
.modal-inquiry-content .modal-img {width: 100%; height: 100%; margin: 0px 0px; position: relative; }
.modal-inquiry-content .modal-img img {height: 100%; width: 100%; object-fit: cover; border-radius: 10px 0px 0px 10px; }
.modal-form {margin: 0px 0px 0px 0px; padding: 35px 35px; position: relative; }
#popup-form .modal-body {padding: 0px 0px; }
.modal-form .btn-close {position: absolute; right: 15px; top: 15px; outline: none; box-shadow: none; }
.modal-form h3 {font-size: 24px; color: #444; text-transform: uppercase; font-weight: 700; margin: 0px 0px 15px 0px; }
.modal-form p {font-size: 16px; color: #444; margin: 0px 0px 25px 0px; }
.modal-form .form-group {margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative; }
.modal-form .form-group input {width: 100%; padding: 10px 15px; font-size: 15px; color: #444; border: 1px solid #878787; outline: none; box-shadow: none; border-radius: 5px; }
.modal-form .form-group select {width: 100%; padding: 10px 15px; font-size: 15px; color: #444; border: 1px solid #878787; border-radius: 5px; outline: none; box-shadow: none; }
.modal-form .form-group textarea {width: 100%; height: 110px; resize: none; padding: 10px 15px; font-size: 15px; color: #444; border: 1px solid #878787; outline: none; box-shadow: none; border-radius: 5px; }
.modal-form .form-group .submit {font-size: 15px; font-weight: 600; color: #444; padding: 7px 120px 7px 15px; background: transparent; border: 2px solid #444; border-radius: 50px; position: relative; }
.modal-form .form-group .submit::before {content: ''; display: block; background: url(../img/arrow.svg) no-repeat; position: absolute; right: 16px; top: 0; bottom: 0; margin: auto; width: 27px; height: 10px; background-size: contain; z-index: 1; transition: all ease 0.5s; }
.modal-form .form-group .submit::after {content: ''; display: block; position: absolute; right: 9px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: #F6B527; border-radius: 30px; transition: all ease 0.5s; }
.modal-form .form-group .submit:hover::before {right: 10px; opacity: 1; }
.modal-form .form-group .submit:hover::after {transform: scale(1.3); }
.table td:first div {white-space: nowrap; }
.run-utsav-tab tr td:first-child {white-space: nowrap; width: 17%; }
.packages-inner-table tr:first-child td {background: #f6b527; color: #444; font-weight: 600; font-size: 16px }
.packages-inner-table tr td:first-of-type {background: #fff; font-weight: 400; color: #212529; }
.packages-slider .package-img img {object-fit: cover; max-height: 100%; aspect-ratio: 1 / 1.2; }
/* Slick-like cubic-bezier transition */
/* For fade effect */
.slick-transition .swiper-slide.swiper-slide-active {transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important; transform: }
.slick-transition .swiper-slide.swiper-slide-active {transition-property: opacity, transform !important; }
.slick-transition .swiper-slide.swiper-slide-active {transition-duration: 900ms !important; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important; }
.nav-link.active, #header-section .dropdown-item.active {color: #ffcc00; font-weight: 600; background: transparent; }
#header-section .nav-item.active > .nav-link {color: #ffcc00; }
/*23-2-2026*/
.destination-slider .item .destination-info p {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.swiper .num {width: 50px; }
#destination-section .num {width: 65px; }
#destination-section .owl-nav button {width: 40px; }
.statue-slider-part .owl-nav:before {bottom: 10px; left: 0; right: auto; width: 88%; }
.statue-slider-part .owl-nav button, .statue-slider-part .owl-nav div {background: #ffffff; }
.statue-slider-part .owl-nav button {width: 50px; }
.statue-slider-part .owl-nav div {width: 60px; text-align: center; }
.awards-info .row>*:nth-child(4n) .award-data {border: none; }

.destinations-info .tour-destiny-data p {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.5s;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*umang*/
.top-social-media {position: fixed;right: 60px;top: 40%;text-align: center;z-index: 11;transform: translateX(0%);transition: all ease 0.5s;padding: 0;}
.top-social-media.show {opacity: 1;transform: translateX(100%);right: 0;}
.top-social-media li{border: 1px solid #fff;border-radius: 100%;width: 39px;height: 39px;margin: 0px 0px 10px 0px;list-style: none;line-height: 35px;transition: all ease 0.5s;}
.top-social-media li:hover{ background: #fff;}
.top-social-media li a{display: block; position: relative; z-index: 11;}
.top-social-media li a img{object-fit: contain;max-width: 15px;max-height: 15px; transition: all ease 0.5s;}
.top-social-media li a:hover img{ filter:invert(1);}

.mainslider {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.mainslider .down-arrow{position: absolute;bottom: 12%;left: 0;right: 0;margin: auto;text-align: center;}
.mainslider .down-arrow a{display: block;width: 66px;height: 66px;position: relative;margin: auto;line-height: 66px; z-index: 1024;}
.mainslider .down-arrow a span img{animation: bouncedown 1.5s ease infinite;}
.mainslider .down-arrow a::before{ content: ''; display: block; position: absolute; left: 0; right: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 100%; transition: all ease 0.5s;}
.mainslider .down-arrow a:hover::before{ border: 1px dashed #fff; animation: spin 2s linear infinite;}
.packages-slider .item .packages-info p,.tentcity-slider .item .tentcity-info p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.inner-packages-information > div+div {
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid #999999;
  display: block;
}

.inner-packages-information .packages-inner-table {
  margin-bottom: 15px;
}
.inner-packages-information .packages-table-info {margin: 0px 0px 30px 0px; padding: 45px 45px 25px 45px; position: relative; background: #ffffff; border-radius: 10px; }
.inner-packages-information h2 {text-align: center; margin: 0px 0px 30px 0px; font-size: clamp(1.5rem, 2vw + 1rem, 2.3rem); color: #444; line-height: 1.2; font-weight: 600; font-family: "Figtree", sans-serif; }
.itinerary-group-wrapper h2 {font-size: clamp(1.5rem, 2vw + 1rem, 2.3rem); color: #444; line-height: 1.2; font-weight: 600; font-family: "Figtree", sans-serif; }
.inner-packages-information .packages-table-info .view-btn {margin: 0 auto 20px auto;}



.inner-packages-information ul {margin: 0px 0px 40px 0px; padding: 0px 0px; position: relative; }
.inner-packages-information ul::before {content: ""; display: block; position: absolute; top: 0px; left: 10px; width: 1px; height: 100%; border-left: 1px dashed #444444; }
.inner-packages-information ul li {list-style: none; margin: 0px 0px 0px 0px; padding: 5px 30px; position: relative; }
.inner-packages-information ul li::before{content: ""; display: block; position: absolute; left: 5px; top: 11px; width: 11px; height: 11px; background: #fff; border-radius: 25px; border: 1px solid #444; transition: all ease 0.5s; }
.inner-packages-information ul li:hover::before {background: #f6b527; }


.accomodation-img {aspect-ratio: 1 / 0.7; }
.accomodation-img img {width: 100%; height: 100%; object-fit: cover; }



.run-utsav-tab tr td, .run-utsav-tab table tr th {
  border: 1px solid #878787;
  font-size: 16px;
  color: #444;
  padding: 8px 15px;
}

.run-utsav-tab tr td:first-child, .run-utsav-tab table tr th:first-child {
  white-space: nowrap;
  width: 17%;
}
.run-utsav-tab table tr th {
  background: #f6b527;
  border-color: f6b527;
}



@keyframes bouncedown {
  0% { transform: translateY(0);}
  50% { transform: translateY(.5rem);}
}
@keyframes spin {
  from { transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/*media*/
@media only screen and (min-width: 1921px) {
  .container {max-width: 1650px; }
}

@media only screen and (min-width: 1650px) {
  .container, .container-xl, .container-xxl {max-width: 1650px; }
}

@media only screen and (min-width: 1400px) and (max-width:1650px) {
  .container, .container-xl, .container-xxl {max-width: 1375px; }
}

@media only screen and (max-width: 1799px) {
  #unity-section .unity-top, .staycation-info .staycation-top {max-width: 1070px; margin-bottom: 0; }
  .staycation-info .staycation-top {max-width: 1090px; }
}

@media only screen and (max-width: 1650px) {
  .welcome-info {padding-left: 25px; padding-right: 10px; }
  #unity-section .unity-top, .staycation-info .staycation-top {max-width: 920px; }
  .statue-unity::after, .staycation-info::before {max-width: 430px; }
  .statue-slider-part, .staycation-slider-part {max-width: 1050px; }
  .blog-slider-part .blog-info {padding: 35px 25px 20px 25px; }
  .blog-slider-part .blog-info span {left: 25px; padding: 10px 23px; font-weight: 600; }
  .blog-slider-part .blog-info h3 {font-size: 1.4rem; }
}

@media only screen and (max-width: 1400px) {
  #staycation-section .container,#unity-section .container {max-width: 1260px; width: calc(100% - 30px); }
  .awards-info .row>*:nth-child(2n) .award-data {border-right: none; }
  .statue-unity .statue-slider-part, .staycation-info .staycation-slider-part {max-width: 863px; }
  #unity-section .unity-top, .staycation-info .staycation-top {flex-direction: column; max-width: 765px; align-items: start; padding: 0 15px 20px 30px; }
  .statue-slider-part .owl-nav:before {width: 100%; }
  .destination-slider .item .destination-info h3 {font-size: 1.4rem; } 
}

@media only screen and (max-width: 1279px) {
  .statue-unity .statue-slider-part, .staycation-info .staycation-slider-part {max-width: 100%; padding: 0; width: 100%; }
  #unity-section .unity-top, .staycation-info .staycation-top {max-width: 100%; flex-direction: row; padding: 0 20px 30px 20px; }
  .tentcity-slider .item .tentcity-info h3 {font-size: 1.4;}
  #destination-section .owl-nav, #destination-section .custom-nav, .statue-slider-part .owl-nav {width: calc(100% - 15px);margin: 0 auto;}
  .travel-guide-menu li a {font-size: 16px;}
  .top-social-media {top: 35%;}

  .mainslider .item .slider-text p {font-size: 1.5rem; }

}

@media only screen and (max-width: 1199px) {
  .welcome-info {padding: 40px 10px 40px 10px; } 
  .social-links li {width: 50px; height: 50px; }
  .footer-left .footer-logo {max-width: 210px;}
  .footer {padding: 35px 0 35px; }
  .footer h3 {margin-bottom: 10px; }
  .travel-guide-menu li a span img {width: 21px; height: 22px; }
  .travel-guide {padding: 20px 15px; }
  .footer-nav li a {padding: 2px 0; }
}


@media only screen and (max-width: 991px) {
  .welcome-info {padding: 40px 0 5px 0; }
  .container:has(.tour-top) {max-width: calc(100% - 30px); }
  .tour-top {margin-bottom: 20px; }
  .travel-guide-menu li a {font-size: 14px;padding: 5px 10px;}
  .blog-slider-part .blog-info h3 {font-size: 1.2rem;}
  .award-data h3 {font-size:20px;}
  #welcome-section .welcome-img {max-width: 570px;top: 0;height: auto;aspect-ratio: 1/0.9;}
  .destination-slider, .packages-slider, .statue-unity,.staycation-info {padding-bottom: 30px; }
  #staycation-section {padding: 50px 0; }
}

@media only screen and (max-width: 767px) {
  .destination-slider .item .destination-info h3 {font-size: 1.4rem; }
  .blog-slider-part .blog-info {padding: 30px 15px 10px 15px;}
  .blog-slider-part .blog-info h3 {font-size: 16px; }
  .blog-slider-part .blog-info span {left: 15px; padding: 6px 13px;}
}

.staycation-slider-part .owl-nav {position: relative;text-align: right;right: 30px;bottom: -30px;max-width: 135px;display: flex;padding: 0px 0px 0px 15px;flex-direction: row;justify-content: space-between;background: #ffffff;margin: 0 0 0 auto;}
 
