* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0 0 75px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #000000;
  background: #fafafa;
  overflow-x: hidden;
}

/* @media(min-width: 768px) {
    body {
        padding: 0;
    }
} */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}

.page-header {
  padding: 0 0;
}

.header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.logo {
  width: 100px;
  margin: 0 0;
}

.search-col {
  position: relative;
  width: 225px;
  height: 40px;
  background: transparent;
  border: 1px solid #ccc;
  margin-left: auto;
  border-radius: 5px;
}

.search-col input {
  padding: 0 30px 4px 10px;
  color: #000;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.search-col input::placeholder {
  color: #000;
  opacity: 1;
}

.search-col button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  background: url(../img/search.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
	width:16px !important;
    height:16px !important;
    min-width:16px !important;
    padding:0 !important;
    border:0 !important;
    appearance:none;
    -webkit-appearance:none;
    flex:none;
}

.search-col button:hover {
  color: var(--primary-color-hover);
}

.product {
  padding: 30px 0;
}

.product:nth-child(even) {
  background: #64aea81a;
}

.product .container {
  padding: 0 0;
}

.content {
  padding: 30px 0;
  text-align: center;
  background: #64aea81a;
}

.product__heading {
  margin-bottom: 25px;
  text-align: left;
}

.product__heading h2,
.content__wrap h2 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  color: #121129;
}

.product__heading p,
.content__wrap p {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #121129;
  margin: 0;
  padding: 0;
}

.product__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 16px;
  border-top: 1px solid #64aea866;
   position: relative;
}

.product__item:nth-child(odd) {
  background: #fff;
}

.product__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.product__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}

.product__info {
  width: calc(100% - 130px);
  padding-left: 10px;
}

.product__item h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #121129;
}

.price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #4c9690;
  padding-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6px;
}

.price span {
  font-size: 16px;
  font-weight: 800;
  color: #0d297a;
}

.qty-control {
	margin: 0 10px 0 56px !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	 gap: 7px !important;
}

.qty-control button {
	width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    box-sizing:border-box !important;
    line-height:28px !important;
    font-size:18px !important;
	flex:0 0 28px !important;
}

.view-cart-btn {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    padding: 20px !important;
    font-size: 17px !important;
    width: calc(100% - 48px) !important;
}

@media(max-width: 768px) {
    .product__heading {
    margin-bottom: 0px;
    text-align: left;
    background: #64aea8;
    padding: 16px 20px;
    margin-top: 0;
    }
 
    .product {
		padding: 0;
    }
	
	.product__heading h2 {
		color: #fff;
	}
}

@media(min-width: 768px) {
	.product__heading h2,
	.content__wrap h2 {
	  font-size: 35px;
	}
}



.scroll-up {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 0px;
  display: none;
  text-indent: -9999px;
  background: url(../img/scroll_up.png) 0 0 no-repeat;
}

.outer-container {
  width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

#change-button {
  background: #a4cb61;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  border: 0px;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

#change-button:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.outer-container.active {
  width: 500px !important;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.center {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#itinerary,
#dates,
#map,
#book {
  background: #c4da9e;
}

#accommodation,
#includes-excludes,
#gallery {
  background: #e4e4e4;
}

/* Sticky nav */
#eight-day-sticky-section .tour-details-section-active {
  color: #a4cb61 !important;
  background: #64aea8 !important;
  /* order: -1; */
}

#eight-day-sticky-section .tour-details-section-active h6 {
  color: #000;
}

#eight-day-sticky-section .tour-details-section-active .nav-parts-link-image {
  background: #fff;
}

.sticky-section {
  z-index: 19 !important;
}

.scrollmenu-fade {
  position: relative;
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  padding: 12px 15px 12px 15px;
  display: flex;
  gap: 12px;
}

.nav-parts-link-image {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 4px 4px;
}

.nav-parts-link-image img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

div.scrollmenu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 5px 6px;
  text-decoration: none;
  background: #1e1d1d;
  border-radius: 6px;
  width: 100px;
  transition: unset;
  gap: 6px;
}

div.scrollmenu a h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

div.scrollmenu p {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Media queries */

@media only screen and (min-width: 650px) {
  div.scrollmenu p.scroll-display-arrow {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  #change-button {
    display: none;
  }

  .hide-mobile {
    display: none;
  }
}

.bottom-nav {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 20;
  background: #1e1d1d;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-nav.is-visible {
  bottom: 0;
}

.bottom-nav-toogle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  background: #1e1d1d;
  bottom: 6px;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
}

.bottom-nav-toogle span {
  width: 34px;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
}

.bottom-nav-area {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  transition: all ease 0.3s;
  background: #000;
}

.bottom-nav.active {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bottom-nav.active .bottom-nav-area {
  right: 0;
}

.bottom-nav-area ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0px 22px 20px;
}

.bottom-nav-area ul li {
  width: 100%;
}

.bottom-nav-area ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 10px;
  background: #161616;
  border-radius: 10px;
  gap: 12px;
}

.bottom-nav-area ul li.tour-details-section-actives a {
  background: #64aea8 !important;
}

.bottom-nav-area ul li.tour-details-section-actives h6 {
  color: #000;
}

.bottom-nav-area ul li.tour-details-section-actives .nav-parts-link-image {
  background: #fff;
}

.bottom-nav-area ul li a h6 {
  color: #fff;
  font-size: 16px;
}

.bottom-nav-head {
  position: sticky;
  z-index: 30;
  top: 0;
  background: #202020;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  height: 70px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.5);
}

.bottom-nav-close {
  position: relative;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.bottom-nav-close span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  display: block;
  left: 0;
  position: absolute;
  top: 12px;
}

.bottom-nav-close span:first-child {
  transform: rotate(45deg);
}

.bottom-nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.bottom-nav-head p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  div.scrollmenu a {
    padding: 16px 20px;
    width: 170px;
    min-width: 170px;
    gap: 10px;
  }

  div.scrollmenu a h6 {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-parts-link-image {
    width: 70px;
    height: 70px;
    padding: 10px;
  }

  .search-col {
    width: 400px;
  }
}

/* lightbox */

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75svh;
  height: 75svh;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1);
}

.lightbox-enabled {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.lightbox-container {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 60vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 25px;
}

.lightbox-btn.left {
  left: 20px;
}

.lightbox-btn.right {
  right: 20px;
}

#close {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f00;
}

.lightbox-image {
  width: 100%;
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@media (min-width: 1200px) {
  .lightbox-btn.left {
    left: 50px;
  }

  .lightbox-btn.right {
    right: 50px;
  }

  .lightbox-image-wrapper {
    max-width: 80vw;
  }

  #close {
    top: 20px;
    right: 20px;
  }
}

.hide-search {
  display: none;
  color: #000;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
}

/* hide item */
.product__item.hide {
  display: none;
}

/* hide whole section if no product found */
.product.hide {
  display: none;
}

.no-result {
  display: none;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0;
}

.no-result.show {
  display: block;
}

/* popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0 22px;
}

.popup.show {
  display: flex;
}

.popup-content {
  background: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  max-width: 600px;
}

.popup-content h2 {
  font-weight: 700;
}

.popup-content h2 span {
  color: #64aea8;
}

.popup-content p span {
  font-weight: bold;
  font-style: italic;
}

.popup-btn a {
  margin: 0;
  padding: 10px 25px;
  background-color: #64aea8;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  width: 31px;
  height: 31px;
  background: #f00;
  border-radius: 0 8px 0 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#closeBtn {
  display: none;
}

.marquee-block {
  background: #64aea81a;
}

.marquee-block {
  background: #64aea81a;
  color: #000;
  overflow: hidden;
  padding: 10px 0;
}

.marquee {
  position: relative;
text-align: left
}

.marquee p {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  /*padding-left: 100%;*/
  font-size: 9px;
  font-weight: 600;
  /*animation: marquee 15s linear infinite; */
}

.marquee-flex {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.app-float{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	background:#000;
	color:#fff;
	border-radius:6px;
	text-decoration:none;
	transition:.3s;
    padding: 10px 6px;
    font-size: 10px;
    line-height: 1em;
}

@media (min-width: 390px) {
.app-float{
    font-size: 11px;
	font-weight: 600
}
	.marquee p {
		font-size: 10px;
	}
}

@keyframes marquee____fdfdsfd {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.office-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  padding-right: 30px;
}

.office-time p {
  margin: 2px 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
}

.office-time p strong {
  color: #ccc;
  font-weight: 500;
}

.office-time p span {
  font-weight: 600;
  color: #ffaa05;
}

p.devider {
    display: none;
}

@media (min-width: 768px) {
  .office-time {
    gap: 0 30px;
    padding-right: 50px;
  }

  .office-time p {
    font-size: 14px;
  }

	p.devider {
		display: block;
	}

	.marquee p {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
  .office-time p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
	
	.app-float{
		font-size: 16px;
		font-weight: 600;
		padding: 10px 12px
	}
}









.scrollmenu{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.lightbox-btn {
    display: none !important;
}

.cart-sheet__lines [data-cart-line] img {
	 padding: 5px;
}

.cat-table thead tr th{
  position: sticky;
  top: 0;
  z-index: 9;
}