/*!
Theme Name: Himalayan Idol
Theme URI: http://underscores.me/
Author: Aviva
Author URI: http://avivanepal.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: multi-adventure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MultiAdventure is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color: #7848ac;
  --secondary-color: #010101;
  --transition-1: all 750ms ease;
  --font-1: "Roboto", sans-serif;
  --bs-accordion-active-bg: #244c53;

  --wpforms-button-background-color-alt: #7848ac;
}

body,
html {
  position: relative;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-1);
  color: #111;
}

button {
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

a:hover,
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.pointer-none {
  pointer-events: none;
}

.lh-28 {
  line-height: 28px;
}

.custom-gy-1 {
  --bs-gutter-y: 2.2rem;
}

input,
textarea {
  border: 0;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

input:focus {
  border: 0;
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

.container-inner {
  max-width: 1360px;
}

.container-padding {
  padding: 0 40px;
}

.container-medium {
  max-width: 1250px;
}

.container-small {
  max-width: 1300px;
}

.container-high {
  max-width: 1500px;
}

.container-smaller {
  max-width: 1150px;
}

.container-max {
  max-width: 1880px;
}

.container-high {
  max-width: 1820px;
}

.container-header {
  max-width: 1360px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.bkg-white {
  background: #fff;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.text-333 {
  color: #333333 !important;
}

.text-222 {
  color: #222 !important;
}

.text-second {
  color: var(--primary-color) !important;
}

.text-third {
  color: var(--third-color);
}

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

header {
  padding-top: 5px;
}

header .main-header {
  border-top: 1px solid #e5e5e5be;
  margin-top: 4px;
}

header .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

header .notification {
background: #4a4a4a;
	position: relative;
z-index: 4;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
}

header .notification .notification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
}

.button-style-1 {
  background: var(--primary-color);
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}

.button-style-1:hover {
  color: #fff;
  background: #092c32;
}

header .brand-logo {
box-shadow: 0px 4px 4px 0px #00000040;
display: block;
padding: 12px;
padding-right: 12px;
padding-left: 12px;
position: absolute;
background: #fff;
top: 0;
border-radius: 0 0 5px 5px;
z-index: 9999;
}
.brand-logo img {
width: 140px;
height: auto;
}
.item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  -webkit-column-gap: 8px;
  column-gap: 8px;
}

.item-header .icon {
  font-size: 18px;
}

.item-header:hover {
  color: var(--primary-color);
}

.hero {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.hero::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
background: #A7D9E2;
	z-index: -2;
}
picture, picture img{
	width: 100%;
	height: auto;
}
.hero.inner-hero::before{
	display: none;
}
.hero .main-text-hero{
	position: relative;
}
.hero .main-text-hero::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background: #7848ac;
background-image: linear-gradient(to bottom,#d5ccdf ,#F1E5FF );
}

.hero-text{
	position: relative;
z-index: 2;
}

.hero.package-page {
  overflow: visible;
}

.hero .title-short {
  font-size: 19px;
  color: #666666;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 6px;
}

.hero .title-short::before {
  content: "";
  width: 44px;
  height: 3px;
  background: #244c53;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero .hero-text h1 {
  font-weight: 900;
	color: #000;
font-size: 42px;
}


.hero.homepage-hero .hero-text h1 {
  margin-bottom: 35px;
	font-size: 48px;
text-shadow: 1px 1px 2px black;
	color: #fff;
}

.hero .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
	top: 0;
}

.hero .bg-img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px -2px #00000040;
  box-shadow: 0px 0px 7px -2px #00000040;
  padding: 4px 9px 4px 15px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
	max-width: 650px;
margin-left: auto;
margin-right: auto;
	border-radius: 5px;
}
.facts-title{
	margin-bottom: 30px;
padding-top: 25px;
}
.facts-title h2{
	font-weight: 800;
font-size: 26px;
	display: flex;
align-items: center;
column-gap: 15px;
}
.facts-title h2 span{
	min-width: fit-content;
}

.facts-title h2::after{
	content: "";
	width: 100%;
	height: 1px;
background: #bebebe;
	display: flex;
}
.hero.homepage-hero .bg-img {
  height: 100%;
}
.search-bar input {
  padding: 11px 15px;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.search-bar input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}

.search-bar input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}

.search-bar input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
}

.search-bar input::placeholder {
  font-size: 15px;
  font-weight: 500;
}

.search-bar button {
  background: var(--secondary-color);
  padding: 9px 20px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}

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

.card-hero {
  position: relative;
}

.card-hero .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  height: 100%;
  max-height: 516px;
}

.card-hero .image img {
  border-radius: 4px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-hero .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.72))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.72) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}


.breadcrumb-custom {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 6px;
  padding-left: 0;
  flex-wrap: wrap;
	gap: 8px;
	row-gap: 4px !important;
color: #333;
font-size: 14px;
font-weight: 400;
}
.breadcrumb-custom a:hover {
	color: var(--secondary-color);
}
.breadcrumb-custom i,
.breadcrumb-custom svg {
font-size: 10px;
}


.card-hero .text {
  position: absolute;
  bottom: 12px;
  left: 20px;
}

.card-hero .text a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.card-hero:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-hero.left-hero img {
  height: 250px;
}

.main-header .button-style-1 {
background: var(--primary-color);
}

.logo-width {
width: 165px;
}

.main-header .button-style-1:hover {
background: #272727;
}

.down-hero {
  padding-top: 65px;
  position: relative;
}

.down-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #252427;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.down-hero::after {
  content: "";
  width: 100%;
  height: 38%;
  position: absolute;
background: #252427;
  bottom: 0;
  z-index: -1;
}

.down-hero.will-white::after {
  background: #fff;
}
.down-hero .top-button button {
  padding: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 2px solid transparent;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.down-hero .top-button button.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.down-hero .top-button button img {
filter: brightness(0) invert(1);
  width: 16px;
  height: auto;
}
 .down-hero .owl-nav {
  margin-top: -235px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

 .down-hero .owl-nav button {
  width: 50px;
  margin: 2px;
  height: 50px;
  border-radius: 100px;
  color: #1c6d44;
  font-size: 14px;
  position: absolute;
background: #ffffffeb !important;
color: #7848ac !important;
	 border: 1px solid var(--primary-color) !important;
border-radius: 100px !important;
}

.down-hero .owl-nav button.disabled {
  opacity: 1;
}

 .down-hero .owl-nav button.owl-prev {
  left: 0;
  margin-left: -20px;
}

.down-hero .owl-nav button.owl-next {
  right: 0;
  margin-right: -20px;
}

.down-hero .owl-nav button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, #ffffff),
    to(#c0d7cb)
  );
  background: linear-gradient(180deg, #ffffff 100%, #c0d7cb 100%);
  color: #000;
}

.down-hero {
  position: relative;
  overflow: hidden;
}

.down-hero .owl-carousel .owl-stage-outer {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw -1vw);
  clip-path: inset(-100vw -100vw -100vw -1vw);
}

.card-act .image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}

.card-act .image img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-act .text::before {
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, #121013 14%, rgba(18, 16, 19, 0) 100%);
  top: -20%;
  position: absolute;
  left: 0;
}

.card-act .links {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.card-act .text {
  padding: 20px 20px 18px;
  color: #fff;
  background: #121013;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.card-act .text .text-main {
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-act .text p {
  margin: 0;
  font-size: 14px;
}

.card-act .text .text-diff {
  color: #ffe128;
}

.card-act .text .selling-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-column-gap: 7px;
  column-gap: 7px;
  background: #aa951e;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  margin-left: -8px;
  margin-top: -45px;
  text-transform: capitalize;
}

.card-act .text .selling-tag::after {
  content: "";
  width: 8px;
  position: absolute;
  z-index: -1;
  border-radius: 0 0 0 100px;
  height: 20px;
  background: #887714;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
}

.card-act .text .selling-tag svg,
.card-act .text .selling-tag img {
  width: 20px;
}

.card-act .text .selling-tag.color-2 {
  background: #c02410;
}

.card-act .text .selling-tag.color-2::after {
  background: #861607;
}

.card-act:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-act:hover .text .text-main {
  color: var(--primary-color);
}

.departures-home {
background: #252427;
  padding-top: 75px;
  padding-bottom: 70px;
}

.departures-home .section-title {
  color: #fff;
}

.departures-home .section-title h2 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
}

.departures-home .buttons-down button,
.departures-home .buttons-down .button {
  background: #121013;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}

.departures-home .buttons-down button:hover,
.departures-home .buttons-down .button:hover {
  background: #333;
}

.departures-home .card-departure {
  background: #fff;
  padding: 22px 30px;
  border-radius: 12px;
  line-height: 30px;
  margin-top: 15px;
  border: 0;
}

.departures-home .card-departure:first-child {
  margin-top: 5px;
}

.departures-home .card-departure a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.departures-home .card-departure .duration {
  color: #6a7282;
}

.departures-home .card-departure .price {
  color: #121013;
}

.departures-home .card-departure .info-departure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  line-height: 23px;
}

.departures-home .card-departure .info-departure .date.left {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.departures-home .card-departure .info-departure .date.left::after {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #99a1af;
}

.departures-home .card-departure .info-departure .date .main-date {
  color: #121013;
  font-weight: 600;
}

.departures-home .card-departure .info-departure .date span {
  display: block;
}

.departures-home .card-departure .info-departure .date .title {
  font-size: 14px;
  font-weight: 400;
  color: #121013;
}

.departures-home .card-departure .left-seat {
  line-height: 25px;
  color: #121013;
}

.departures-home .card-departure .left-seat span {
  display: block;
  font-size: 15px;
}

.departures-home .card-departure .left-seat .guarantee {
  color: #54b754;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  column-gap: 6px;
}

.departures-home .card-departure button {
  background: #787878;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
}

.departures-home .card-departure button:hover {
  background: #575757;
}

.expert-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.expert-card .image {
  border: 3px solid #fff;
  border-radius: 100px;
}

.expert-card .image img {
  width: 60px;
  height: auto;
  border-radius: 100px;
}

.expert-card .text {
  color: #fff;
  line-height: 25px;
}

.expert-card .text p {
  font-weight: 700;
}

.expert-card .text .text-diff {
  font-size: 15px;
  color: #64d267;
}

.padding-top {
  padding-top: 70px;
}

.section-title .top-title {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  column-gap: 6px;
}

.section-title .top-title img {
filter: brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(875%) hue-rotate(236deg) brightness(96%) contrast(86%);
}

.section-title .main-title {
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.card-style-1 .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.card-style-1 .image img {
  border-radius: 6px 6px 0 0;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-style-1 .text {
  padding: 12px 20px;
  padding-top: 22px;
/* box-shadow: 0px 2px 16px 0px #fff; */
background: #fff;
  border-radius: 0 0 6px 6px;
  position: relative;
}

.card-style-1 .text .top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-style-1 .text .top-item .duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.card-style-1 .text .top-item .duration img {
  width: auto;
}

.card-style-1 .text .top-item .duration span {
  font-size: 14px;
  color: #64748b;
}

.card-style-1 .text .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.card-style-1 .text .reviews .text-review {
  color: #94a3b8;
  font-size: 14px;
}

.card-style-1 .text .title {
  font-size: 20px;
  color: #1e293b;
  font-weight: 600;
}

.card-style-1 .text .bottom-items {
  margin-top: 25px;
  border-top: 2px solid #f8fafc;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-style-1 .text .bottom-items .wishlist {
  background: #a6b4d6;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #fff;
}

.card-style-1 .text .bottom-items .wishlist:hover {
  background: #222;
}

.card-style-1 .text .bottom-items .left-item {
  line-height: 22px;
}

.card-style-1 .text .bottom-items .text-diff {
  color: #94a3b8;
}

.card-style-1 .text .bottom-items .price {
  font-size: 17px;
  color: #298393;
  font-weight: 700;
}

.card-style-1 .text .bottom-items .old-price {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
}

.card-style-1 .text .selling-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-column-gap: 7px;
  column-gap: 7px;
  background: #666666;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  margin-left: -8px;
  color: #fff;
  margin-top: -40px;
  text-transform: capitalize;
}

.card-style-1 .text .selling-tag::after {
  content: "";
  width: 8px;
  position: absolute;
  z-index: -1;
  border-radius: 0 0 0 100px;
  height: 20px;
  background: #5e5e5e;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
}

.card-style-1 .text .selling-tag svg,
.card-style-1 .text .selling-tag img {
  width: 16px;
}

.card-style-1 .text .selling-tag.color-2 {
  background: #c02410;
}

.card-style-1 .text .selling-tag.color-2::after {
  background: #861607;
}

.card-style-1 .universal-star {
  font-size: 10px;
}

.card-style-1:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.card-style-1:hover .text .title a {
  color: var(--primary-color);
}

.universal-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-column-gap: 2px;
  column-gap: 2px;
  color: #eab308;
}

.destinations {
  position: relative;
}

.destinations::before {
  content: "";
  width: 100%;
  height: 30%;
background: #f2f2f2;
  position: absolute;
  bottom: 0;
}

.card-destination {
  -webkit-box-shadow: 0px 4px 9px 0px #00000040;
  box-shadow: 0px 4px 9px 0px #00000040;
  border-radius: 6px;
}

.card-destination .image {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border-radius: 6px;
}

.hero.homepage-hero {
  padding-top: 420px;
  padding-bottom: 120px;
}

.card-destination .image img {
  border-radius: 6px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  width: auto;
  display: inline-block;
}

.card-destination .image .image-content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(54.33%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 54.33%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.card-destination .text {
  position: absolute;
  bottom: 12px;
  z-index: 2;
  left: 20px;
  right: 20px;
}

.card-destination .text h3 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.card-destination:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.card-activity {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
  min-height: 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-activity .links {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.card-activity .icon img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
filter: brightness(0);
}

.card-activity .text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition: var(--transition-1);
}

.card-activity:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.card-activity:hover h3 {
  color: var(--primary-color);
}

.activities {
background: #f2f2f2;
  padding: 70px 0 50px;
  position: relative;
}

.activities .button-style-2 {
  margin-top: 36px;
}

.activities .bottom-image {
  position: absolute;
  bottom: 0;
  margin-bottom: -36px;
}

.activities .bottom-image img {
  width: 100%;
  height: auto;
filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(144%) hue-rotate(314deg) brightness(116%) contrast(90%);
}

.best-selling {
  overflow-x: hidden;
}

.best-selling.has-lines .main-title {
  position: relative;
  background: #fff;
}

.best-selling.has-lines .main-title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 14px;
}

.best-selling.has-lines .main-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: 6px;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.best-selling.has-lines .button-style-2 {
  margin-top: 10px !important;
  display: block;
}

.best-selling.has-lines .owl-nav {
 background: #f4ebff;
  padding-left: 10px;
  margin-top: -55px;
}

.best-selling .owl-stage-outer {
  padding-bottom: 20px;
}

.best-selling .owl-nav {
  position: absolute;
  top: 0;
  margin-top: -60px;
  right: 0;
  margin-right: 160px;
  margin-top: -60px;
}

.best-selling .owl-nav button {
  background: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  color: #000 !important;
  font-size: 13px !important;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.best-selling .owl-nav button.disabled {
  opacity: 1 !important;
}

.best-selling .owl-nav button:hover {
  background: #75ebff !important;
}

.popular-tour {
  background: #2b2b2b;
  padding-top: 85px;
}

.popular-tour .card-style-1 .text {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.popular-tour .owl-nav button {
  background: 1C6D44 !important;
}

.popular-tour .button-style-2 {
  color: #fff;
}

.popular-tour .button-style-2 img {
  -webkit-filter: none;
  filter: none;
}

.popular-tour .card-style-1 .selling-tag {
  background: #6bbf6d;
}

.popular-tour .card-style-1 .selling-tag::after {
  background: #0b502d;
}

.welcome {
background: #2b2b2b;
  color: #fff;
  overflow-x: hidden;
  padding-bottom: 70px;
  padding-top: 40px;
}

.welcome .heading {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.welcome .heading span {
  font-size: 26px;
  font-weight: 600;
}

.welcome .left-content {
  padding-right: 30px;
}

.welcome .right-content {
  padding-left: 40px;
}

.welcome .card-welc .text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.welcome .card-welc .text p {
  font-size: 15px;
}

.button-style-3 {
  background: #121013;
  font-weight: 500;
  padding: 10px 25px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 7px;
  color: #fff;
}

.button-style-3:hover {
  background: #333;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqs-home {
background: #f4ebff;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.faqs-home .section-title .top-title {
  margin-bottom: 4px;
}

.faqs-home .section-title img {
  width: 18px;
}

.faqs-home .section-title .top-title {
  color: var(--primary-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faqs-home .accordion-item {
  margin-bottom: 6px;
  border: 0;
  border-radius: 3px;
}

.faqs-home .accordion-button {
  font-weight: 600;
  padding: 18px var(--bs-accordion-btn-padding-x);
}

.faqs-home .accordion-button::after {
  width: 12px;
  height: 12px;
  background-image: url("./assets/images/arrow-down.svg") !important;
  background-size: contain;
}

.faqs-home .accordion-button:not(.collapsed) {
background-color: #fff;
color: var(--primary-color);
}
.faqs-home .accordion-body{
	padding-top: 0;
}
.faqs-home .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-image: url("./assets/images/arrow-down.svg") !important;
}

.card-expert {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 30px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  border-radius: 7px;
  row-gap: 15px;
}

.card-expert .image img {
  border-radius: 100px;
  width: 89px;
  height: 89px;
}

.card-expert .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.card-expert .text .post {
  color: #1c6d44;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.card-expert .text .content-inside {
  color: #333333;
  font-size: 14px;
}

.card-expert .buttons-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
}

.card-expert .buttons-down .button-style-1 {
  padding: 5px 22px;
  border-radius: 4px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-expert .buttons-down .button-style-1 i,
.card-expert .buttons-down .button-style-1 svg {
  margin-right: 5px;
  font-size: 20px;
}

.card-expert .buttons-down .button-style-1:hover {
  background: var(--secondary-color);
  color: #fff;
}

.card-expert .buttons-down .button-style-1.text-underline span {
  border-bottom: 1px solid #ffffff88;
}

.faqs-link {
  color: #000;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}

.default-arrow .owl-nav {
  text-align: end;
}

.default-arrow .owl-nav button {
  background: var(--primary-color) !important;
  width: 35px;
  font-size: 12px !important;
  height: 35px;
  font-size: 12px !important;
  border-radius: 100px !important;
  color: #fff !important;
}

.default-arrow .owl-nav button.disabled {
  opacity: 1;
}

.trip-month {
  position: relative;
}

.trip-month .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trip-month .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trip-month .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000054;
  left: 0;
  top: 0;
}

.trip-month .content-month {
  padding: 210px 0;
}

.trip-month .text-left {
  color: #fff;
}

.trip-month .text-left .title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.trip-month .text-left .title-top::before {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trip-month .text-left p {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
}

.trip-month .text-left .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  -webkit-column-gap: 8px;
  column-gap: 8px;
}

.trip-month .text-left .universal-star {
  color: #e9b61d;
}

.trip-month .text-left .button-style-1 {
  border-radius: 5px;
}

.blog .section-title .top-title img {
  width: 20px;
}

.blog .section-title .top-title span {
  color: var(--primary-color);
}

.blog .section-title h2 {
  color: #000;
}

.card-blog .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.card-blog .image img {
  border-radius: 4px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-blog .text {
  padding-top: 10px;
}

.card-blog .text .date {
  color: #666666;
  font-size: 14px;
}

.card-blog .text h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 800;
}

.card-blog:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-blog:hover .text h3 {
  color: var(--primary-color);
}

.plan-trip .plan-trip-content {
background: #272727;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.plan-trip .plan-trip-content .left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
}

.plan-trip .plan-trip-content .left-item p {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

.plan-trip .plan-trip-content .left-item span {
  font-size: 16px;
}
footer .affiliations .affiliated ul li img{
	width: calc(100% - 5px);
	height: auto;
}
.plan-trip .plan-trip-content .button-style-1 {
  background: #fff;
  padding: 12px 30px;
  border-radius: 5px;
 background: var(--primary-color);
  border: 1px solid #eee;
}

.plan-trip .plan-trip-content .button-style-1:hover {
  background: var(--secondary-color);
  color: #fff;
}

footer .footer-nav {
  color: #fff;
}

footer .footer-nav .title {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}

footer .footer-nav ul li {
  margin-bottom: 5px;
}

footer .footer-nav ul li a {
  position: relative;
}

footer .footer-nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  border-radius: 10px;
  left: 0;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

footer .footer-nav ul li a:hover::after {
  width: 100%;
}

footer .plan-trip {
  margin-top: 90px;
}

footer .main-footer {
background: rgb(39, 39, 39);
  padding-top: 65px;
  padding-bottom: 5px;
  z-index: 9;
  position: relative;
}

footer .main-footer .info-footer {
  color: #fff;
}

footer .image-footer img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}

footer .stay-connected .title {
  color: #fff;
}

footer .stay-connected ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

footer .affiliations .affiliated ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}

footer .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 8px 11px;
  border-radius: 4px;
}
footer .subscribe > img:first-child{
	filter: brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(875%) hue-rotate(236deg) brightness(96%) contrast(86%);
}
footer .subscribe input {
  padding: 0 10px;
  font-size: 14px;
}

footer .subscribe button {
  background: var(--primary-color);
  padding: 5px 25px;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
}

footer .bottom-infos {
  color: #fff;
  position: relative;
  text-align: center;
}

footer .bottom-infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
  column-gap: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .bottom-infos::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 12px;
}

footer .bottom-infos .title {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 14px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
background: #272727;
  z-index: 2;
}

.challenging-adventure {
  position: relative;
}

.challenging-adventure .owl-stage-outer {
  overflow: visible;
}

.challenging-adventure .bg-img {
  width: 100%;
  height: 45%;
 background: #f4ebff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.challenging-adventure .bg-img .img {
  position: absolute;
  left: 0;
  top: -6px;
  margin-bottom: 0;
}

.challenging-adventure .bg-img .img img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.button-style-2 {
  color: var(--primary-color);
  font-weight: 500;
 border-bottom: 1px solid #939393;
  padding-bottom: 4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.button-style-2 img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(453%)
    hue-rotate(141deg) brightness(92%) contrast(85%);
}

.button-style-2:hover {
  border-color: #222;
}

.default-navs .owl-dots {
  margin-top: 15px !important;
}

.default-navs .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #fff;
  border: 1px solid var(--primary-color);
}

.default-navs .owl-theme .owl-dots .owl-dot.active span,
.default-navs .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

.content-card {
  display: none;
}

.video-play {
  z-index: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-play a {
  height: 60px;
  width: 60px;
  font-size: 14px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  line-height: 122px;
  border-radius: 50%;
  color: var(--primary-color);
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  z-index: 2;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.video-play a::after {
  position: absolute;
  content: "";
  height: 64px;
  width: 64px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  z-index: -1;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.video-play a:hover {
  color: var(--primary-color);
}

.video-play a:hover::after {
  background: #eee;
}

.video-play a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(79%)
    saturate(1605%) hue-rotate(339deg) brightness(85%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(1605%)
    hue-rotate(339deg) brightness(85%) contrast(102%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.breadcrumb-custom ul {
  color: #333;
  -webkit-column-gap: 7px;
  column-gap: 7px;
  font-size: 14px;
  font-weight: 500;
}

.hero.inner-hero {
  padding-top: 0;
}

.hero.inner-hero .main-text-hero {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.hero.inner-hero .main-text-hero h1 {
  text-transform: none;
}

.hero.inner-hero .bottom-divider {
  position: relative;
  margin-top: -20px;
filter: brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(2573%) hue-rotate(196deg) brightness(107%) contrast(102%);
}

.content-starts {
  padding-top: 50px;
}

.content-inside {
  line-height: 26px;
}

.content-inside a {
  color: var(--primary-color);
  font-weight: 500;
}

.content-inside a:hover {
  text-decoration: underline;
  color: #222;
}

.content-inside p:last-child {
  margin-bottom: 0;
}

.content-inside ul:last-child {
  margin: 0;
}

.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 800;
  color: #222;
}

.content-inside h2 {
  font-size: 25px;
}

.content-inside h3 {
  font-size: 23px;
}

.content-inside h4 {
  font-size: 22px;
}

.content-inside h5 {
  font-size: 20px;
}

.content-inside h6 {
  font-size: 19px;
}

.content-inside img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content-inside figure {
  max-width: 100%;
  height: auto;
}

.content-inside figure img {
  margin-bottom: 0;
}

.content-inside figure figcaption {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}

.content-inside iframe {
  max-width: 100%;
  width: 100%;
}

.content-inside table {
  border: 1px solid #999;
  margin-bottom: 18px;
  max-width: 100%;
}

.content-inside tr {
  border: 1px solid #999;
}

.content-inside td,
.content-inside th {
  padding: 12px;
  border-right: 1px solid #999;
}

.content-inside th {
  background: var(--primary-color);
}

.right-links {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  top: 30px;
background: linear-gradient(0deg, rgb(238, 238, 238) 0%, #f4f4f4 100%);
  padding: 20px;
  padding-top: 0;
  box-shadow: 0 10px 29px #0000001a;
  border: 1px solid #eee;
}

.right-links .title {
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--primary-color);
  display: block;
  background: var(--primary-color);
  text-align: center;
  border-radius: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: -20px;
  position: absolute;
  font-size: 19px;
  padding: 7px 30px;
}

.right-links ul {
  padding-left: 18px;
  padding-top: 25px;
}

.right-links ul li {
  padding-left: 12px;
  margin-bottom: 8px;
  color: #444;
  position: relative;
}

.right-links ul li::after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -15px;
  margin-top: 12px;
  width: 15px;
  height: 1px;
  background: #444;
}

.right-links ul li:hover::before {
  background: var(--primary-color);
}

.right-links ul li:hover a {
  color: var(--primary-color);
}

#loadMore {
  text-align: center;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  -webkit-transition: 200ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 200ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #333;
  padding: 9px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

#loadMore:hover {
  background: #1e1e1e;
}

#loadMore .loading-msg {
  display: none;
}

#loadMore.loading .default-msg {
  display: none;
  -webkit-animation: FadeOut 1.5s linear forwards;
  animation: FadeOut 1.5s linear forwards;
}

#loadMore.loading .arrow {
  display: none;
}

#loadMore.loading .loading-msg {
  display: inline-block;
  -webkit-animation: fadeIn 1.5s linear forwards;
  animation: fadeIn 1.5s linear forwards;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

.spinner {
  margin: 0 auto;
  text-align: center;
  display: none;
}

.spinner > div {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#loadMore.loading .spinner {
  display: inline;
}

#loadMore.loading .spinner > div {
  background-color: #fff;
}

#loadMore.loading .icon-arrow {
  display: none;
}

.card-documents .img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

.card-documents .img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-documents .text {
  padding: 9px 10px;
  font-weight: 600;
  display: block;
  border-radius: 0 0 5px 5px;
  text-align: center;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.card-documents:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-documents:hover .text {
  color: #222;
}

.contact-details {
  background: #eeeeee46;
  padding: 28px 24px;
  border-radius: 4px;
  border: 1px solid #22222244;
  position: sticky;
  height: auto;
  top: 10px;
}

.contact-details .section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 27px;
  padding-bottom: 5px;
}

.contact-details .section-title h2 {
  font-size: 21px !important;
}

.contact-details .section-title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(159, 157, 155, 0.44);
  bottom: 0;
}

.contact-details .name {
  line-height: 30px;
  font-size: 20px;
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-card .icon {
  border: 1px solid var(--secondary-color);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  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;
  font-size: 14px;
  background: #edfcff;
  color: var(--secondary-color);
}

.contact-card.whatsapp .icon {
  font-size: 18px;
}

.contact-card .text {
  margin-top: 6px;
  line-height: 25px;
  color: #333;
}

.contact-card .text p {
  font-weight: 700;
  font-size: 15px;
}

.contact-card .text a,
.contact-card .text span {
  font-size: 16px;
}

.card-team {
  position: relative;
}

.card-team .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
}

.card-team .image img {
  border-radius: 5px;
  -webkit-transition: var(--transition-1);
  transition: var(--transition-1);
}

.card-team .text {
  bottom: 0;
  z-index: 99;
  color: #fff;
  line-height: 24px;
  padding: 10px 8px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  text-align: center;
}

.card-team .text a,
.card-team .text .title {
  color: #333;
  font-size: 22px;
  margin-bottom: 3px !important;
  display: block;
  line-height: 30px;
}

.card-team .text span {
  font-size: 14px;
  color: #666;
}

.card-team:hover .text a {
  color: var(--primary-color);
}

.card-team:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  top: 20px;
}

.text-777 {
  color: #777;
}

.hero.blog-hero .hero-text h1 {
  font-size: 38px;
}
/*# sourceMappingURL=style.css.map */

/* Pagination*/

.pagination {
  padding: 20px 0;
}

.pagination ul {
  margin-left: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  text-decoration: none;
}

.navigation li {
  display: inline;
  display: inline-grid;
  margin-bottom: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 18px;
  font-weight: 400;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: var(--primary-color);
  color: #fff;
}
.navigation li a {
  border: 1px solid #a2a2a2;
}

.hero.search-results .hero-text h1 {
  font-size: 40px;
}

.search-page .search-bar {
  max-width: 800px;
}

.wpforms-page-indicator-steps {
  min-width: 120px;
}

.hero .main-text-hero.package-hero {
  padding-top: 55px;
  padding-bottom: 35px;
}
.photo-gallery {
  position: relative;
}
.text.show-all {
  right: 20px;
bottom: 20px;
  left: auto;
  max-width: max-content;
  position: absolute;
}
.text.show-all a {
  text-transform: none;
  background: #f9fafb;
  padding: 6px 13px;
  color: #222;
  font-size: 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.hero .content-in-hero {
  padding-top: 30px;
}
.hero .content-in-hero h1 {
  font-size: 32px;
}

.package-hero .rating .w-40 {
  width: 25px;
}

.package-hero .rating .trip-advisor .w-40 {
  width: 28px;
}

.hero.inner-hero .moving-cloud {
top: -10px;
}

.package-hero .rating .w-24 {
  width: 24px;
}

.package-hero .rating a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.package-hero .rating a span {
  font-size: 14px !important;
}

.package-hero .rating .google-review .universal-star {
  color: #eeb100;
}
.package-hero .trip-advisor ul li {
 color: #00a071;
}

.package-hero .line-1 {
  color: #9b9b9b;
}

.card-fact {
  display: flex;
  column-gap: 12px;
}
.card-fact .icon {
  margin-top: 4px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(453%)
    hue-rotate(141deg) brightness(92%) contrast(85%);
}

.card-fact .icon img {
  width: 26px;
}
.card-fact .text {
  line-height: 23px;
}
.card-fact span {
  color: #424242;
  font-size: 13px;
}

.card-fact p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0;
}
.right-package-parent {
  position: sticky;
  height: auto;
  top: 20px;
}
.content-starts .right-package-parent {
  top: 55px;
}
.right-package {
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #244c53;
  position: relative;
}
.right-package .price {
  padding: 20px 25px 10px;
}
.right-package .old-price {
  text-decoration: line-through;
  color: #374151;
  font-size: 14px;
}
.right-package .main-price {
  font-size: 25px;
  font-weight: 800;
}
.right-package .main-price span {
  font-size: 14px;
  font-weight: 400;
  color: #374151;
}
.right-package .buttons-down {
  padding: 0 25px 20px;
}
.right-package .buttons-down button,
.right-package .buttons-down a {
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px #2727270d;
}

.right-package .buttons-down button:hover,
.right-package .buttons-down a:hover {
  background: #222;
  color: #fff;
}

.right-package .buttons-down .book-btn {
  background: var(--primary-color);
  color: #fff;
}

.right-package .buttons-down .inquiry-btn {
  border: 1px solid #222;
  color: #222;
}

.right-package .ribbon {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 20px;
  right: 6px;
}
.right-package .ribbon {
  --r: 0.8em;
  border-inline: 0.5em solid #0000;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(100% - 0.5em) 100%,
    50% calc(100% - var(--r)),
    0.5em 100%,
    0 100%
  );
background: radial-gradient(50% 0.2em at top, #000a, #0000) border-box, #b8a760 padding-box;
  width: fit-content;
  padding: 10px 8px 18px;
}

.right-package .cmp-data {
background: #f0f0f0;
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-radius: 10px;
}
.right-package .cmp-data li {
  position: relative;
  padding-left: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.right-package .cmp-data li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./assets/images/checkmark.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
.section-title-pkg {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}
.section-title-pkg .title {
  margin: 0;
color: var(--primary-color);
  font-size: 24px;
  font-weight: 800;
}
.section-title-pkg .icon {
  background: #367c881c;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
	background: #f0e4fe;
}

.has-padding-left {
  padding-left: 60px;
}

.package-padding {
  padding-top: 40px;
}

.diff-accord i,
.diff-accord svg {
  color: var(--primary-color);
}
.diff-accord .accordion-button:not(.collapsed) i,
.diff-accord .accordion-button:not(.collapsed) svg {
  color: #fff;
}

.diff-accord .accordion-button:not(.collapsed),
.getting-there .accordion-button:not(.collapsed) {
  background-color: var(--primary-color) !important;
}

.diff-accord .accordion-button:not(.collapsed)::after,
.getting-there .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.diff-accord .accordion-button:not(.collapsed) span,
.getting-there .accordion-button:not(.collapsed) span {
  color: #fff !important;
}
.diff-accord .accordion-button,
.getting-there .accordion-button {
  padding: 18px;
  border-radius: 7px !important;
}
.diff-accord .accordion-button span,
.getting-there .accordion-button span {
  padding-right: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.diff-accord .accordion-button:focus,
.getting-there .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.diff-accord h3.accordion-header button,
.getting-there h3.accordion-header button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  box-shadow: 0px 1px 3px 0px #0000001e;
  background: #fff;
}
.diff-accord .accordion-button[aria-expanded="true"] .icon img {
  filter: brightness(0) invert(1);
}
.diff-accord .accordion-item,
.getting-there .accordion-item {
  margin-bottom: 12px;
  border-radius: 6px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.diff-accord .accordion-item:last-child,
.getting-there .accordion-item:last-child {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.diff-accord .accordion-item .accordion-body,
.getting-there .accordion-item .accordion-body {
  padding: 20px;
  box-shadow: 1px 0px 18px 3px #cecece5e;
}

.diff-accord .accordion-item .accordion-header {
  border-radius: 5px !important;
}

.diff-accord ul {
  padding-left: 0;
  list-style: none;
}

.diff-accord ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
}
.diff-accord ul li::before {
  content: "";
  background: url("./assets/images/arrow-rght.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  opacity: 0.5;
}

.itinerary .accordion-item {
  border: 0 !important;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.itinerary .accordion-item:last-child {
  padding-bottom: 0;
}
.itinerary .accordion-item .top-itinerary {
  display: flex;
  align-items: center;
}
.itinerary .accordion-item .accordion-button {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: start !important;
  align-items: start !important;
  row-gap: 8px;
  padding-top: 4px;
  padding-left: 15px;
  padding-bottom: 4px;
  padding-right: 45px;
}
.itinerary .accordion-item .accordion-button::after {
  content: "";
  /* background: url("./assets/images/faq.webp") no-repeat; */
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}

#itinerary .accordion-item .serial-number {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 17px;
  background: #464646;
  min-width: 20px;
  z-index: 2;
  height: 20px;
}
#itinerary .accordion-item .serial-number span {
  border: 1px solid #fff;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: 4px;
}
.itinerary .accordion-item h3 {
  font-size: 18px;
}
#itinerary .accordion-item .accordion-body {
  padding-left: 37px;
  padding-top: 3px;
}
#itinerary .accordion-item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  z-index: 0;
  top: 0;
  position: absolute;
  margin-left: 9px;
  background: #d7d7d7;
}

#itinerary .accordion-item:first-child::before {
  top: 5px;
}
.itinerary .accordion-item .day {
  border-radius: 2px;
  margin-right: 8px;
  font-size: 15px;
  padding: 0;
  color: var(--primary-color);
}
.itinerary .accordion-item .accordion-body {
  padding-top: 13px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 0;
}
.itinerary .accordion-item .accordion-body .itinerary-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}
.itinerary .accordion-item .accordion-body .itinerary-cards .icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  width: 44px;
  height: 44px;
  border-radius: 6px;
}
.itinerary .accordion-item hr {
  opacity: 1;
  margin-top: 15px;
  color: rgba(191, 191, 191, 0.44);
  margin-left: auto;
}
.itinerary .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.itinerary .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon3.webp") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: var(--primary-color);
}
.itinerary .info {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  gap: 8px;
}
.itinerary .info img {
  margin-bottom: 0;
  border-radius: 0;
  filter: brightness(0) saturate(100%) invert(15%) sepia(24%) saturate(0%)
    hue-rotate(141deg) brightness(88%) contrast(82%);
  margin-top: 2px;
}
.itinerary .info p {
  margin: 0;
}
.itinerary .img-itinerary {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.itinerary .img-itinerary img {
  border-radius: 3px;
  transition: var(--transition-1);
  margin-bottom: 0;
}
.itinerary .img-itinerary a:hover img {
  transform: scale(1.1);
}
.itinerary .accordion-item {
  position: relative;
}

.itinerary .activities {
  background: #f7f7f7;
  padding: 20px 30px;
  font-size: 15px;
  border: 1px solid #cecece;
  border-radius: 5px;
  color: #222;
}

.expand-all {
  border: 2px solid #2e2e2e;
  color: #2e2e2e;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 10px;
}
.expand-all:hover {
  background: #e4e4e4;
}
.expand-all img {
  filter: brightness(0);
}

.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: var(--primary-color) !important;
}

.itinerary .accordion-item[aria-expanded~="true"] h3 {
  color: var(--primary-color);
}

.request {
  padding: 30px;
  border-radius: 7px;
  border: 2px solid rgba(51, 51, 51, 0.0784313725);
background: rgba(112, 112, 112, 0.09);
}
.request p {
  margin-bottom: 0;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 16px;
}

.inclusions h3 {
  color: #333;
  font-size: 20px;
}
.inclusions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.inclusions ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
}
.includes ul ~ p,
.excludes ul ~ p,
.inclusions h3 ~ p {
  margin-bottom: 5px;
}
.inclusions ul li:last-child {
  margin-bottom: 0;
}
.inclusions ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
.inclusions .includes li::before {
  background: url("./assets/images/checkmark.webp") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.inclusions .inclusion-margin {
  margin-top: 25px;
}
.inclusions .excludes li::before {
  width: 20px;
  height: 20px;
  background: url("./assets/images/no-included.webp") no-repeat;
  background-size: contain;
  top: 3px;
}

.inclusions ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.group-joining select {
  border: 2px solid var(--primary-color);
  padding: 10px 25px;
  border-radius: 4px;
  color: var(--primary-color);
  font-weight: 500;
  background: #fff;
}

.departures-package .top-departure {
  background: #fff !important;
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
}
.departures-package .departure-table {
  padding: 15px 30px;
  border: 1px solid #e5dccd;
  color: #222222;
  border-bottom: 0 !important;
  background: #fff;
}
.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}
.departures-package .top-departure {
  font-weight: 600;
  color: #fff;
  background: #333 !important;
}
.departures-package .content-departs .data-departure:nth-child(odd) {
  background: #eeeeee8f;
}
.departures-package button {
  background: #fff;
  transition: var(--transition-1);
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  padding: 8px 18px;
  font-weight: 500;
  width: 100%;
}
.departures-package button:hover {
  background: #222;
  color: #fff;
}

.content-departs {
  display: none;
}

/* Loading State */
.loading-state.active {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

#departures .loading-state {
  margin-left: auto;
  text-align: center;
  display: block;
  max-width: max-content;
  margin-right: auto;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

.faqs-package {
  padding-top: 40px;
}
.faqs-package h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1d3863;
}
.faqs-package .accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: #fff !important;
}
.faqs-package .accordion-button {
  font-weight: 700;
  padding: 14px 0;
}
.faqs-package .accordion-button span {
  padding-right: 15px;
  color: #2f2f2f;
  font-weight: 500;
}
.faqs-package .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.faqs-package h3.accordion-header {
  border-radius: 4px;
}
.faqs-package h3.accordion-header button {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.faqs-package .accordion-item {
  margin-bottom: 2px;
  color: #fff;
}
.faqs-package .title-style-2 {
  margin-bottom: 8px;
}
.faqs-package .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
}
.faqs-package .accordion-item .accordion-body {
  padding: 10px 0 18px;
  font-size: 18px;
  color: #333;
  font-size: 17px;
}
.faqs-package .accordion-item .accordion-button::after {
  background: url("./assets/images/plus-icon.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.faqs-package .accordion-item .accordion-button[aria-expanded="true"]::before {
  background: #0069b0 !important;
}

.button-download {
  border: 1px solid var(--primary-color);
  padding: 5px 20px;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  column-gap: 5px;
  max-width: max-content;
  color: var(--primary-color);

  margin-left: auto;
  margin-right: auto;
}

.button-download img{
      filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(453%)
    hue-rotate(141deg) brightness(92%) contrast(85%);
}

.button-download:hover {
  background: #eee;
  border-color: var(--secondary-color);
  color: #222;
}

.hero.inner-hero.package-page .bottom-divider {
  overflow: hidden;
  z-index: -1;
filter: brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(2573%) hue-rotate(196deg) brightness(107%) contrast(102%);
}

.search-bar.search-2 {
  max-width: 800px;
}

.right-package ul.discounts {
  padding-left: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px !important;
  padding-bottom: 10px;
}
.right-package ul.discounts li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 6px 25px;
}
.right-package ul.discounts li:nth-child(odd) {
  background: #8f83500f;
}
.right-package ul.discounts li:last-child {
  border-bottom: 0;
}
.right-package ul.discounts li span:first-child {
  color: #222;
}
.right-package ul.discounts li span:last-child {
  color: #222;
}

.right-package .group-discount .top-heading {
  background: var(--primary-color);
  color: #fff;
  padding: 6px 25px;
}

.share-button {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.toggle {
  position: relative;
  z-index: 10;
  border-radius: 25px;
  cursor: pointer;
  background: transparent;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-input {
  display: none;
}

.sharing-list {
  background: transparent;
  display: flex;
  column-gap: 5px;
}

.sharing-list li {
  top: 2px;
  left: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}

.sharing-list a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharing-list a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-family: "FontAwesome";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
  box-shadow: inset 0 0 0 1px #c8c7c0;
}

.sharing-list .twitter {
  background: #00ade7;
}
.sharing-list .facebook {
  background: #1877f2;
}
.sharing-list .whatsapp {
  background: #25d366;
}
.sharing-list .instagram {
  background: #8134af;
}

input:checked ~ .sharing-list li {
  opacity: 1;
}

input:checked ~ .sharing-list li:nth-child(1) {
  top: 50px;
  left: 0;
}

input:checked ~ .sharing-list li:nth-child(2) {
  top: 100px;
}

input:checked ~ .sharing-list li:nth-child(3) {
  top: 150px;
}

input:checked ~ .sharing-list li:nth-child(4) {
  top: 200px;
} /*# sourceMappingURL=package.css.map */

/* Cart */

.input-group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  flex-wrap: nowrap !important;
}

.input-group input {
  border: 2px solid var(--secondary-color) !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
 background: var(--secondary-color);
  min-width: 43px;
  height: 43px !important;
  border-radius: 3px !important;
  color: #fff;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.calc-price {
  font-size: 24px;
}

.input-group button:first-child {
  left: -13px;
}
.input-group button:last-child {
  left: 0;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  border: 0;
  position: absolute;
  z-index: 9;
}
.input-group .button-minus {
  left: 0 !important;
}

.input-group .button-plus {
  right: 0 !important;
  left: auto !important;
}

.input-group .quantity-field {
  position: relative;
  height: 42px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  min-width: 80px;
  margin-left: 10px;
}

.input-group input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.cart-content {
  padding: 45px 0 0;
}

.cart-content .cart-thumbnail img {
  border-radius: 4px;
}

.cart-content .cart-info .cart-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.cart-content .cart-info p {
  font-size: 16px;
}

.cart-content .cart-info .cart-pricing strong {
  font-weight: 600;
  font-size: 18px;
}
.cart-content .cart-info .cart-pricing {
  font-size: 15px;
}

.addons {
  margin-top: 40px;
}
.addons .text-information {
  position: relative;
}
.addons .text-information .title {
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 5;
}
.addons .text-information .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0028653d;
  z-index: 1;
}

.addon-card {
  margin-top: 25px;
}
.right-cart-parent {
  position: sticky;
  top: 70px;
  height: auto;
}
.right-cart {
  color: #000;
  padding: 30px;
  border-radius: 6px;
  background: #fafcff !important;
  border: 1px solid #22222226 !important;
}
button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
  border: 0 !important;
}
button.checkout:hover {
  background: #a75300;
  color: #fff;
}

.accepted-right {
  padding: 0 3px;
}
.accepted-right ul li {
  border: 1px solid #8686863d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #fffbf6;
}

.cart-left-content {
  padding: 25px;
  border-radius: 5px;
  background: #e9f3f9;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f2f1ff;
  padding: 10px 15px;
  border: 2px solid #00336f1f;
}

.cart-left-content {
  margin-top: 35px;
}
.cart-left-content:first-child {
  margin-top: 0;
}

.total-amount {
  font-size: 22px;
}

.payable-amount strong {
  font-size: 22px;
}

.payable-amount hr {
  margin: 10px 0;
}

.cart h1 {
  position: absolute;
  color: #fff;
  z-index: 99;
  bottom: 40px;
}

.agree {
  font-size: 16px;
}
.agree input,
.advance input {
  max-width: max-content;
}

/* Contact */
.contact-details-cart {
  padding: 30px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}
.contact-details-cart input {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 43px;
  padding: 0 12px;
  border-radius: 2px;
}

.contact-form-cart label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 17px;
}

.contact-details-cart input:focus,
.contact-details-cart select:focus {
  outline: 1px solid #002050 !important;
}

.contact-form-cart .form-inside {
  margin-bottom: 20px;
}

.contact-form-cart textarea {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.contact-details-cart select {
  max-height: 43px;
  margin-bottom: 0;
  background: #fff;
  height: 100%;
  padding: 0 25px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.payment-details {
  padding: 30px;
  margin-top: 30px;
  background: var(--primary-color);
  border-radius: 5px;
  color: #fff;
}

.trip-image-cart {
  width: 100px;
}

.trip-image-cart img {
  border-radius: 4px;
}

/* Remove  */
.remove-cart {
  position: absolute;
  max-width: max-content;
  max-height: max-content;
  right: 0;
  top: 0;
  margin-top: -10px;
  font-size: 25px;
  background: transparent;
  margin-right: -10px;
  color: red;
}

.remove-cart.heart {
  color: #f00d0d;
  min-width: 30px;
  min-height: 30px;
  top: 20px;
  right: 20px;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}

.fw-800 {
  font-weight: 800;
}
.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}
.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}
/* Wishlist  */
.wishlist_btn button {
  width: 100%;
  padding: 6px;
  margin-top: 5px;
  border-radius: 3px;
}

.wishlist_btn.style_2_btn button {
  width: 45px;
  margin-left: auto;
  display: block;
  padding: 15px;
  border-radius: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist_info {
  position: relative;
}
.wishlist_info span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #01822f;
  top: 0;
  right: 0;
  font-size: 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -18px;
}
/* Departure Loading */
.depart-data {
  display: none;
}
#one {
  display: block;
}
.loader {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100vmin;
  overflow: hidden;
  width: 55px;
  padding: 14px;
  margin-top: 40px;
}
.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}
.path {
  stroke: #002050;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

.right-form {
  background: #fff;
  padding: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0 #0000001a;
}

.form input:not(input[type="radio"], input[type="checkbox"]) {
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
}
.form label {
  width: 100%;
  color: #333;
  padding-left: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.form .input-field {
  margin-top: 18px;
}
.form textarea {
  width: 100%;
  padding: 10px;
}

.form select {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  color: #2c2c2c;
}

.form textarea {
  min-height: 150px;
}
.form input[type="submit"] {
  transition: all 600ms ease;
}
.form input[type="submit"]:hover {
  background: #000;
}
.form input,
.form textarea,
.form select {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  border: 1px solid rgba(148, 148, 149, 0.6);
}

.form .upload-btn {
  max-width: 150px;
}

.form #travelPhotosPreview,
.form #profilePreview {
  max-width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.form #travelPhotosPreview img,
.form #profilePreview img {
  height: auto;
  object-fit: contain;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  border-radius: 5px;
}

.form #travelPhotosPreview:has(img),
.form #profilePreview:has(img) {
  margin-top: 15px;
}

#travelers {
  pointer-events: none;
  margin-bottom: 0;
}

/* Loading State */
.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #00ade7 !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.checkout {
  margin-top: 0 !important;
}

.quantity-field {
  pointer-events: none;
}
.travel_date {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #00286585 !important;
  padding: 10px 15px;
}
.addons {
  margin-top: 18px;
}
textarea {
  background: #fff !important;
  height: 180px !important;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 9px;
  height: 9px;
}
.table-condensed {
  width: 160px;
  height: 160px;
  font-size: 11px;
}
.table-condensed td {
  padding: 2px !important;
}
.datepicker td {
  width: 10px;
  height: 10px;
  padding: 3px 5px !important;
}
.datepicker th {
  padding: 0 10px;
}
.datepicker .datepicker-switch {
  font-size: 15px;
}
.cart-date {
  position: relative;
}
.cart-date img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}

.item-card-parent {
  display: none;
}

.in-wishlist {
  color: #00ade7 !important;
}

/* Toast Wishlist */
#toaster {
  background: var(--primary-color);
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}

.wishlist-item {
  padding: 18px !important;
}

.nolp {
  margin-top: 15px;
}
.nolp {
  color: #2f2f2f;
}

.form-control {
  border-radius: 2px !important;
  padding: 10px 18px !important;
  background: transparent !important;
}

.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.loading-popup-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  text-align: center;
}

.loading-popup p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.fixed-departures button.btn-style-1 {
  padding: 6px 30px !important;
}

.fixed-departures .departure-table {
  background: #ffffff9e !important;
}
.fixed-departures button.btn-style-1:hover {
  color: #fff !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #0000005c;
  z-index: 999;
  top: 0;
  left: 0;
}
.overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-write-review {
  background: #002050 !important;
}

.list-photo-traveler img {
  border-radius: 8px !important;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff; /* Adjust color as needed */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px; /* Space between spinner and message */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.book-btn {
  flex: 1;
}

.card-left-content .input-group button {
  background: #0c468a;
}
.form-all {
  background: #fff;
  padding: 38px 50px;
}

.group-prices.main-prices.show {
  position: static;
  visibility: visible;
  opacity: 1;
}

.price-addon {
  color: #24346e;
  font-weight: 500;
}

.addons .addon-title {
  background: #eee;
  padding: 15px 20px;
}
.addons .data-addons {
  padding: 15px 20px;
  border-bottom: 1px solid #7575753d;
}

.addons .addon-title h3 {
  margin: 0;
  font-size: 18px;
  color: #141414;
}
.addons-data {
  border: 2px solid #eee;
  border-radius: 10px;
}

.addon-options-pkg i,
.addon-options-pkg svg {
  font-size: 12px;
}
.calculated_price {
  font-size: 18px;
}

.select-box-title select {
  background: #eee;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

.cart-left-content {
  background: #fafcff !important;
  border: 1px solid #22222226 !important;
}
.opacity-less {
  opacity: 0.5;
}

.wpforms-page-indicator-steps {
  min-width: 110px;
}

.cart-left-content .discount-group {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
}

.cart-left-content .discount-group .title-discount i,
.right-top .discount-group.show-prices .title-discount i {
  transition: all 500ms ease;
}

.cart-left-content .discount-group.show-prices .title-discount i {
  transform: rotate(180deg) !important;
}

.cart-left-content .discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  margin-top: 5px;
  border: 1px solid #bcc2d7;
}

.cart-left-content .discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 25px;
  font-size: 16px;
  background: var(--primary-color);
  border: 0;
}
.cart-left-content .discount-group .title-discount i {
  font-size: 13px !important;
}

.cart-left-content .discount-group .group-prices {
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transition: all 200ms linear;
  z-index: 99;
  padding: 10px 20px;
}

.cart-left-content .discount-group .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.cart-left-content .discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.cart-left-content .discount-group .group-prices ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-left-content .discount-group .group-prices ul li span {
  color: #222 !important;
}
.cart-left-content .discount-group .group-prices ul li .per-price {
  font-weight: 700;
}

.cart-left-content .discount-group .group-prices ul li:last-child {
  border-bottom: 0;
}

.cart-left-content .discount-group .arrow {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-left-content .discount-group .arrow i,
.cart-left-content .discount-group .arrow svg {
  font-size: 14px;
}

.cart-left-content .discount-group.show-prices .arrow {
  background: #1f4903;
  color: #fff;
}

.cart-left-content .group-prices {
  visibility: hidden;
  opacity: 0;
}

.cart-left-content .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
}

/* Toast Wishlist */
#toaster {
  background: var(--primary-color);
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
  font-weight: 500;
  align-items: center;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}

.cart-content .title-discount {
  max-width: max-content;
}
.cart-content .discount-group {
  max-width: max-content;
}

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  transform: translateY(50%);
  transition: var(--transition-1);
}
.scroll-top button {
  color: #fff;
  background: var(--primary-color);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}

.right-links.toc {
  padding: 0;
  background: none;
  border: 0;
}

.departure-date .title-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.departure-date .title-options li button {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 26px;
  font-weight: 700;
  color: #222;
}
.departure-date .title-options li button.active {
  color: var(--secondary-color);
}
.departure-date .title-options li button:hover {
  color: var(--secondary-color);
}

.departure-date .departures-package .departure-table {
  padding: 15px 30px;
  border: 1px solid #dfdfdf;
  color: #222222;
  margin-bottom: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0509803922);
}
.departure-date .departures-package .departure-table:last-child {
  border-bottom: 1px solid #dfdfdf !important;
}
.departure-date .departures-package .top-departure {
  font-weight: 500;
  color: #333;
}
.departure-date .departures-package button {
  background: #fff;
  transition: var(--transition-1);
  background: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  font-weight: 500;
  width: 100%;
}
.departure-date .departures-package button:hover {
  background: var(--primary-color);
  color: #fff;
}

.card-departure button {
  background: #fff;
  transition: var(--transition-1);
  background: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  font-weight: 500;
  width: 100%;
}
.card-departure button:hover {
  background: var(--primary-color);
  color: #fff;
}

.card-departure {
  border: 1px solid #d7d7d7;
  padding: 20px;
}

.departure-datas {
  display: none;
}

.sticky-package {
  position: fixed;
  width: 100vw;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1490196078);
}
.sticky-package.active {
  visibility: visible;
  opacity: 1;
  animation: fadeIn 600ms ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.items-packages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
}
.items-packages ul {
  width: 100%;
}
.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
}
.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 8px 0;
  color: #606060;
}
.items-packages ul li a.active {
  color: var(--secondary-color);
  border-bottom: 1px dashed var(--secondary-color);
}
.items-packages ul li a:hover {
  color: var(--secondary-color);
}

#review {
  background: #f9f8f5;
  margin-top: 60px;
  padding-top: 65px;
  padding-bottom: 65px;
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-weight: 500 !important;
} */
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::after {
  background-color: #fff !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column-standard
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  line-height: 17px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  line-height: 17px;
}

#loadMore .spinner {
  border: 0 !important;
}

.card-package-recommend {
  border-radius: 6px;
  padding: 18px 20px;
  position: relative;
  margin: 15px 0 28px 0;
  border: 1px solid #b7b7b75e;
  background: var(--primary-color);
  -webkit-box-shadow: 5px 3px 11px -5px #00000029;
  box-shadow: 5px 3px 11px -5px #00000029;
  color: #fff;
}

.card-package-recommend .bottom-info img {
  border-radius: 0 !important;
  margin: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.card-package-recommend .content-in {
  color: #bfbfbf;
}
.card-package-recommend .bottom-info {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px;
}

.card-package-recommend .inner-left .title a {
  color: #fff !important;
  font-size: 21px;
  font-weight: 800;
}
.card-package-recommend .main-image a {
  display: block;
  border-radius: 5px;
}
.card-package-recommend .main-image a img {
  border-radius: 5px;
  margin-bottom: 0;
}
.card-package-recommend .bottom-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
.card-package-recommend .price-text {
  position: absolute;
  background: #f77c03;
  right: 0;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 800;
  bottom: 0;
  color: #fff;
  border-radius: 10px 0 4px 0;
}
.card-package-recommend .title {
  padding: 3px 15px;
  border-radius: 5px;
  max-width: max-content;
  font-size: 14px;
  font-weight: 500;
  background: #222;
}

.card-package-recommend .main-image a {
  height: 100%;
}
.card-package-recommend .main-image a img {
  height: 100%;
  object-fit: cover;
}

.hero #yt-player {
  width: 100% !important;
  position: absolute;
  height: 100%;
  transform: scale(1.05);
}
.hero .YT-container {
  height: 100%;
}
.hero #YT-cover {
  width: 100% !important;
  height: 100% !important;
}
.hero #YT-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
#yt-container {
  height: 100% !important;
}
.top-header .item-click img {
  width: 20px;
  height: auto;
  filter: brightness(0);
}
.top-header .item-click:hover {
filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(453%) hue-rotate(141deg) brightness(92%) contrast(85%);
}

#video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

#video-cover {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.8s ease;
  transition: var(--transition-1);
}

.best-selling.challenging-adventure .owl-nav button {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.diff-accord .accordion-button span img{
    filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(453%) hue-rotate(141deg) brightness(92%) contrast(85%);
}
.popular-tour .section-title .top-title img{
	filter: brightness(0) invert(1);
}


/* Moving Cloud */
.moving-cloud {
  position: absolute;
z-index: 0;
top: -70px;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}

.moving-cloud img {
  position: absolute;
  top: 0;
  max-width: 100%;
  -webkit-animation: move calc(40s * var(--s)) linear infinite !important;
  animation: move calc(40s * var(--s)) linear infinite !important;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.hero.homepage-hero::before{
	display: none;
}

.card-style-1a .image-parent {
  position: relative;
}
.card-style-1a .image-parent .image {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.card-style-1a .image-parent .image img {
  border-radius: 10px;
  transition: var(--transition-1);
	max-height: 440px;
object-fit: cover;
}
.card-style-1a .image-parent .wishlist {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 32px;
  background: #fff6ee;
  border-radius: 100px;
color: #7848ac;
}
.card-style-1a .image-parent .wishlist:hover {
  background: var(--secondary-color);
	color: #fff;
}
.card-style-1a .top-item {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}
.card-style-1a .text-card {
  padding: 12px 0;
}
.card-style-1a .text-card h3 {
  color: #222;
  border-bottom: 0.5px solid rgba(173, 181, 189, 0.4431372549);
  padding-bottom: 20px;
  margin-bottom: 20px;
	font-size: 24px;
font-weight: 700;
}
.card-style-1a .text-card .items {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.card-style-1a .text-card .items .icon{
	filter: brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(875%) hue-rotate(236deg) brightness(96%) contrast(86%);
}
.card-style-1a .text-card .items .text {
  line-height: 22px;
}
.card-style-1a .text-card .items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.card-style-1a .text-card .items span {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.card-style-1a .ribbon {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  color: #fff;
  background: url("./assets/images/ribbon.webp") no-repeat;
	background-size: contain;
padding: 8px 15px;
}
.card-style-1a .ribbon .main-price {
  font-weight: 700;
  font-size: 20px;
}
.card-style-1a .ribbon .line-through {
  text-decoration: line-through;
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  padding-right: 10px;
}
.card-style-1a:hover .text-card h3 {
  color: var(--secondary-color);
}
.card-style-1a:hover .image img {
  transform: scale(1.1);
}

.best-selling.main-selling .container-inner{
	max-width: 1200px;
}
.best-selling.best-selling-2{
	background: #f4ebff;
padding-top: 60px;
margin-top: 60px;
padding-bottom: 60px;
}
.best-selling.best-selling-2 .main-title {
background: #f4ebff;
}
.best-selling.best-selling-2 .main-title span {
background: #f4ebff;
}

.highlights .diff-accord ul li::before{
	content: "";
  background: url("./assets/images/checkmark.svg") no-repeat;
    background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  opacity: 0.5;
  filter: brightness(0);
}

.mega-menu-tabbed > .mega-sub-menu {
padding-top: 35px !important;
	padding-bottom: 35px !important;
border-top: 1px solid #ececec !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu {
padding-top: 25px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: var(--primary-color) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	color: var(--primary-color) !important;
	
}