@charset "UTF-8";
:root{
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-color:#de2dc5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
footer a:hover {
  color: #fff;
}
.custom-header {
  padding-top: 0;
}
#logo_home img {
  width: 70%;
}
@media screen and (max-width: 992px) {
  #logo_home img {
    width: 100%;
  }
}
.text-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-menu-adjustments {
  justify-content: space-between;
}
.img_container img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.img-cover {
  object-fit: cover !important;
}
.img-250 {
  height: 250px !important;
}
.img-no-bg {
  background: none !important;
}
.fancybox__container {
  z-index: 99999999999999999999;
}
@media screen and (max-width: 1440px) {
  .img_container img {
     height: 200px; 
  }
}
@media screen and (max-width: 600px) {
  .img_container img {
    height: 340px;
  }
}
.tour_container {
  overflow: hidden;
}
.img_container {
  border-radius: 0 !important;
}
.tour_title.main-box span:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    width: max-content;
  }
}
#search_2 {
  background: none;
}
#search_container_2 {
  position: relative;
}
#search_container_2::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 18px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  color: #fff;
}

.float i {
  margin: 0;
}
@media screen and (max-width:992px){
  .float{
    bottom: 90px;
  }
}