/*!
Theme Name: Everest Summit Treks
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: everestsummittrek
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.

Everest Summit Treks 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;
  box-sizing: border-box;
}

:root {
  --primary-color: #1d3863;
  --secondary-color: #f76b05;
  --transition-1: all 750ms ease;
  --font-1: "Roboto Flex", serif;
  --bs-accordion-active-bg: #283c902e;
}

body,
html {
  position: relative;
}

body {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--font-1);
  color: #000;
}

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

a:hover,
a {
  text-decoration: none;
  color: inherit;
  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%;
  transition: all 500ms ease;
}

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

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

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

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

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

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

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

.container-hero {
  max-width: 1550px;
  padding-left: 135px;
}

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

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

.container-inner-page {
  max-width: 1200px;
}

.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;
}

.text-222 {
  color: #222;
}

.text-first {
  color: var(--primary-color);
}

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

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

.item-dest {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.item-dest span:first-child {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  transition: var(--transition-1);
}
.item-dest img {
  transition: var(--transition-1);
}
.item-dest .text {
  line-height: 24px;
  color: #333;
}
.item-dest:hover img {
  transform: scaleX(-1);
}
.item-dest:hover span:first-child {
  color: #333;
}

header::before {
  content: "";
  width: 640px;
  height: 6px;
  background: var(--secondary-color);
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 10px 0 0 10px;
}
header .brand-logo {
  position: absolute;
  min-width: 415px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  text-align: end;
  border-radius: 0 0 5px 0;
  background: #fff;
  z-index: 9;
}
header .top-items {
  padding:0;
}
header .header-nav .container-inner {
  padding-left: 142px;
}
header .main-header {
  background: linear-gradient(90deg, #26336d 0%, #af6500 52.5%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2588235294);
  padding: 18px 0;
  color: #fff;
  position: relative;
}
header .main-header nav ul {
  gap: 80px;
}
header .notification {
  background: linear-gradient(90deg, #1d3863 52%, #a35805 100%);
  display: flex;
  padding: 11px 0;
  align-items: center;
  justify-content: center;
  padding-left: 250px;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  z-index: 0;
}
header .item-header {
  max-width: -moz-max-content;
  max-width: max-content;
	position: relative;
}
header .item-header .item-number {
  background: var(--primary-color);
  color: #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
	position: absolute;
left: 0;
right: 0;
margin: auto;
margin-top: -15px !important;
	
}
header .search button {
  background: var(--secondary-color);
  display: block;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}
header .right-heads {
  gap: 20px;
}

#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: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  font-size: 12px;
}


.hero {
  position: relative;
  overflow: hidden;
}
.hero.homepage {
  padding: 210px 0 265px 0;
}
.hero .main-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero .hero-text {
  position: relative;
  z-index: 10;
}
.hero .hero-text h1 {
  line-height: 55px;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.hero .hero-text h1 span {
  font-size: 36px;
}
.hero .owl-item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 5;
}
.hero .owl-dots {
  position: absolute !important;
  width: 100%;
  z-index: 99 !important;
  margin-top: -100px !important;
}
.hero .owl-dots .owl-dot {
  width: 16px !important;
  height: 16px !important;
  padding-right: 18px;
  height: 18px;
  outline: 1px solid #fff;
  opacity: 1 !important;
  border-radius: 100px;
  margin-right: 14px;
}
.hero .owl-dots .owl-dot span {
  display: none;
}
.hero .owl-dots .owl-dot.active {
  outline: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  outline-offset: 3px;
  border-radius: 100px;
}

.search-bar {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
  gap: 10px;
  border: 2px solid var(--secondary-color);
  max-width: 700px;
  margin: auto;
  border-radius: 10px;
  background: #00000029;
}
.search-bar i,
.search-bar svg {
  color: #fff;
}
.search-bar input {
  background: transparent;
  color: #fff;
  padding-left: 5px;
}
.search-bar input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.search-bar input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.search-bar button {
  background: var(--secondary-color);
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 7px;
}
.search-bar button:hover {
  background: #a35805;
}
.search-bar.search-2 i,
.search-bar.search-2 svg {
  color: #222;
}
.search-bar.search-2 input {
  color: #000;
}
.search-bar.search-2 input::-moz-placeholder {
  color: #333;
}
.search-bar.search-2 input::placeholder {
  color: #333;
}
.search-bar.search-dark select {
	color: #111 !important;
}
.search-bar.search-dark i,
.search-bar.search-dark svg {
  color: #333;
}
.search-bar.search-dark input[type="search"] {
  color: #333;
}
.search-bar.search-dark input[type="search"]::-moz-placeholder {
  color: #333;
}
.search-bar.search-dark input[type="search"]::placeholder {
  color: #333;
}

.search-bar select {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  padding: 9px 15px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  max-width: 100%;
  margin-right: 0;
  height: 48px;
}

.search-bar select option {
  color: #333;
}

.section-why {
  padding: 50px 0;
  border-bottom: 1px solid #f4f4f4;
}

.card-why {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-why .icon {
  width: 75px;
  height: 75px;
  background: var(--primary-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.card-why .text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  color: #333;
}

.section-title span {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 16px;
}
.section-title .title {
  font-size: 34px;
  font-weight: 700;
  color: #333;
}
.section-title.has-divider::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
  margin-top: 12px;
  border-radius: 10px;
}

.button-style-1 {
  background: var(--secondary-color);
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.button-style-1:hover {
  background: #b36001;
  color: #fff;
}

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

.video-play {
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.video-play a::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: var(--secondary-color);
  border-radius: 50%;
  animation: pulse5 2s infinite;
  z-index: -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 {
  filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(1605%)
    hue-rotate(339deg) brightness(85%) contrast(102%);
}

@keyframes pulse5 {
  0% {
    box-shadow: 0 0 0 0 #a75300;
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.welcome {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.welcome .bg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, #eef7ff 0%, #dbe8f4 100%);
  max-height: 92%;
}
.welcome .bg::after {
  content: "";
  width: 400px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  bottom: -3px;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.welcome .title {
  font-size: 40px;
}
.welcome .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.welcome .card-img-1 {
  position: relative;
  border-radius: 10px;
}
.welcome .card-img-1 .video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.welcome .card-img-1 .video-play a::after {
  background: #de2200;
}
.welcome .card-img-1 .video-play a:hover {
  color: #fff;
}
.welcome .card-img-1 .video-play a:hover::after {
  background: #861501;
}
.welcome .card-img-1 img {
  border-radius: 10px 50px 10px 50px;
}

.recommended-treks {
  position: relative;
}
.recommended-treks .world-img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-top: -40px;
  z-index: -1;
}
.recommended-treks .section-title .title {
  color: var(--primary-color);
  font-size: 600 !important;
}
.recommended-treks .section-title::after {
  background: var(--primary-color);
}
.recommended-treks::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}

#best-selling .owl-nav {
  top: 42%;
}

.card-style-1 {
  position: relative;
}
.card-style-1 .image-parent .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.card-style-1 .image-parent .image img {
  border-radius: 6px;
  transition: var(--transition-1);
}
.card-style-1 .image-parent .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.5%,
    rgba(0, 0, 0, 0.6) 70.5%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}
.card-style-1 .price {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--secondary-color);
  padding: 10px 15px;
  line-height: 23px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px 5px 5px 0;
}
.card-style-1 .price::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--secondary-color);
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  bottom: -9px;
  transform: rotate(90deg);
}
.card-style-1 .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  font-size: 16px;
}
.card-style-1 .wishlist:hover {
  background: #222;
}
.card-style-1 .text-card {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
.card-style-1 .text-card .top-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--secondary-color);
}
.card-style-1 .text-card .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  line-height: 35px;
}
.card-style-1:hover .image-parent .image img {
  transform: scale(1.15);
}
.card-style-1:hover .text-card .title {
  color: #eee;
}

.recommended-tour .section-title .title {
  font-size: 30px;
}
.recommended-tour .owl-stage-outer {
  padding: 10px 0;
}

.recommended-tour .title-recommended {
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
}

.button-style-1-outline {
  border: 2px solid var(--secondary-color);
  border-radius: 2px;
  font-size: 16px;
  color: var(--secondary-color);
  padding: 6px 30px;
  display: block;
}
.button-style-1-outline:hover {
  background: #eee;
  color: var(--primary-color);
}

.card-style-2 .image-card {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.card-style-2 .image-card a:not(.show-hover) {
  display: block;
  position: relative;
}
.card-style-2 .image-card a:not(.show-hover)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: 5px;
  z-index: 5;
}
.card-style-2 .image-card img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-style-2 .image-card .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 16px;
  z-index: 9;
}
.card-style-2 .image-card .wishlist:hover {
  background: #222;
}
.card-style-2 .text-card {
  display: flex;
  align-items: start;
  padding: 0 8px;
  margin-top: -55px;
  gap: 18px;
  position: relative;
  z-index: 8;
}
.card-style-2 .text-card .detail-trip {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  text-align: center;
  min-width: 70px;
}
.card-style-2 .text-card .detail-trip .duration {
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  color: #000;
}
.card-style-2 .text-card .detail-trip .price {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  line-height: 24px;
  padding: 10px;
}
.card-style-2 .text-card .headings .review {
  margin-top: 18px;
}
.card-style-2 .text-card .headings h3 {
  font-size: 22px;
  color: #333;
  margin-top: 70px;
}
.card-style-2 .text-card .bottom-info {
  display: flex;
  gap: 10px;
  color: #333;
  font-size: 16px;
}
.card-style-2 .text-card .bottom-info .line {
  color: #b4b4b4;
  font-weight: 300;
}
.card-style-2:hover .show-hover {
  visibility: visible;
  opacity: 1;
  width: 100px;
  height: 100px;
}
.card-style-2:hover a {
  color: var(--primary-color);
}
.card-style-2:hover .image-card img {
  transform: scale(1.15);
}

.default-arrow .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 37%;
  z-index: 0;
}
.default-arrow .owl-nav button {
  width: 55px;
  height: 55px;
  font-size: 15px !important;
  border-radius: 100px !important;
  color: #fff !important;
  position: absolute;
  background: var(--secondary-color) !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
.default-arrow .owl-nav button.owl-prev {
  margin-left: 35px;
  left: 0;
}
.default-arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: 60px;
}
.default-arrow .owl-nav button.disabled {
  opacity: 1;
}
.default-arrow .owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.multi-country .section-title .title {
  font-size: 28px;
}
.multi-country .owl-dots {
  margin-top: 40px;
}
.multi-country .owl-dots {
  margin-top: 50px;
}
.multi-country .multi-country .owl-nav {
  top: 37%;
}
.multi-country .owl-theme .owl-dots .owl-dot span,
.default-dots-1 .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  outline: 1px solid var(--secondary-color);
  outline-offset: 2px;
  transition: var(--transition-1);
}
.multi-country .owl-theme .owl-dots .owl-dot.active span,
.default-dots-1 .owl-theme .owl-dots .owl-dot.active span,
.default-dots-1 .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}

.default-dots-1 .owl-theme .owl-dots .owl-dot {
  margin-top: 25px;
}

.recommended-treks .owl-nav button {
  color: #000 !important;
  background: #fff !important;
}
.recommended-treks .owl-nav button.owl-next {
  margin-right: -25px;
}
.recommended-treks .owl-nav button.owl-prev {
  margin-left: -25px;
}

.card-style-3 {
  position: relative;
}
.card-style-3 .image-parent {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card-style-3 .image-parent .image {
  border-radius: 10px;
}
.card-style-3 .image-parent .image img {
  border-radius: 10px;
  transition: var(--transition-1);
}
.card-style-3 .image-parent .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(30, 19, 19, 0.06) 0%,
    rgba(30, 19, 19, 0.6) 99.99%,
    rgba(30, 19, 19, 0.06) 100%
  );
  left: 0;
  top: 0;
}
.card-style-3 .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  font-size: 16px;
}
.card-style-3 .wishlist:hover {
  background: #222;
}
.card-style-3 .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.card-style-3 .text .button-style-1-outline {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  padding: 4px 38px;
}
.card-style-3 .text .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0 25px;
}
.card-style-3 .text .top-info {
  color: var(--secondary-color);
  font-weight: 700;
}
.card-style-3:hover .image-parent .image img {
  transform: scale(1.15);
}
.card-style-3:hover .text .title {
  color: #eee;
}

.card-testimonial {
  display: flex;
  gap: 25px;
  padding-right: 30px;
  position: relative;
}
.card-testimonial:last-child {
  border-radius: 0;
}
.card-testimonial .text-card {
  color: #444444;
}
.card-testimonial .user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.card-testimonial .user-info .image img {
  border-radius: 100px;
}
.card-testimonial .user-info .right-side {
  line-height: 22px;
}
.card-testimonial .user-info .universal-star li {
  font-size: 12px;
  color: #f9c200;
}
.card-testimonial .user-info .name span {
  color: #999999;
  font-size: 16px;
}

.activity-main {
  overflow: hidden;
}
.activities {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
.activities .section-title .title {
  font-size: 30px;
}
.activities .bg-image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 90%;
}
.activities .bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 28, 0.231372549);
  position: absolute;
  top: 0;
  left: 0;
}
.activities .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.activities .go-down {
  border: 2px solid var(--secondary-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--secondary-color);
  margin: auto;
}
.activities .go-down:hover {
  background: #eee;
}
.activities .owl-nav button.owl-next {
  margin-right: -70px;
}
.activities .owl-nav button.owl-prev {
  margin-left: -70px;
}
.activities .owl-nav {
  top: 43%;
}
.activities #activities {
  margin-top: 230px;
}

.activities .bg-image::before {
  content: "";
  width: 400px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  top: -3px;
  right: 0;
  border-radius: 10px 0 0 10px;
  z-index: 9;
}

.multi-country .owl-nav button {
  color: #000 !important;
  background: #fff !important;
}
.multi-country .owl-nav button.owl-next {
  margin-right: -25px;
}
.multi-country .owl-nav button.owl-prev {
  margin-left: -25px;
}

.card-activity {
  position: relative;
}
.card-activity .image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}
.card-activity .image img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-activity .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 76%,
    rgba(0, 0, 0, 0.6) 85%
  );
  border-radius: 5px;
}
.card-activity .text {
  position: absolute;
  bottom: 10px;
  padding: 20px;
  width: 100%;
}
.card-activity .text h3 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.card-activity:hover .image img {
  transform: scale(1.15);
}
.card-activity:hover .text h3 {
  color: var(--secondary-color);
}

.blogs .section-title .title {
  font-size: 30px;
}

.card-blog .btn-flex {
  color: #999999;
  font-size: 15px;
}
.card-blog h3 {
  font-size: 18px;
  line-height: 28px;
}
.card-blog .img {
  border-radius: 3px;
  overflow: hidden;
}
.card-blog .img img {
  border-radius: 3px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition-1);
}
.card-blog:hover .img img {
  transform: scale(1.15);
  filter: saturate(1.08);
}
.card-blog:hover h3 {
  color: var(--primary-color);
}

.affiliations {
  padding-top: 100px;
  padding-bottom: 40px;
}
.affiliations .we-accept li {
  background: #fff;
  padding: 7px;
  box-shadow: 11px 4px 75px rgba(0, 0, 0, 0.2039215686);
  border-radius: 3px;
}

.affiliated ul {
  gap: 8px !important;
}
.affiliated ul li {
  background: #fff;
  width: auto;
  max-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 11px 4px 75px rgba(0, 0, 0, 0.2039215686);
  border: 1px solid #eeeeee;
}
.affiliated ul li img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

footer .footer-image {
  width: 100%;
  height: 100%;
  margin-top: -80px;
  pointer-events: none;
	position: relative;
	z-index: -99;
}
footer .footer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .content-footer-section {
  background: #373737;
  padding-top: 75px;
  margin-top: -5px;
  padding-bottom: 50px;
}
footer .content-footer-section .info-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  color: #ffffff;
  font-size: 16px;
}
footer .content-footer-section .info-contact a {
  line-height: 20px;
}
footer .content-footer-section .info-contact span i,
footer .content-footer-section .info-contact span svg {
  font-size: 20px;
}
footer .content-footer-section .info-contact a:hover {
  color: var(--secondary-color);
}
footer .content-footer-section .footer-menus li {
  margin: 8px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
footer .content-footer-section .footer-menus li a:hover {
  color: var(--secondary-color);
}
footer .content-footer-section .footer-menus li:last-child {
  margin-bottom: 0;
}
footer .content-footer-section .menu-left {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  position: relative;
}
footer .content-footer-section .menu-left strong {
  font-weight: 500;
}
footer .content-footer-section .menu-left::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  margin-left: -53px;
  margin-top: 3px;
}
footer .content-footer-section .menu-left.whatsapp::before {
  background: url("./assets/images/whatsapp.webp") no-repeat;
}
footer .content-footer-section .menu-left.email::before {
  background: url("./assets/images/email.webp") no-repeat;
  margin-top: 5px;
}
footer .content-footer-section .emails {
  line-height: 22px;
}
footer .footer-company {
  font-size: 22px;
}

.bottom-social-links li a {
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bottom-social-links li a.facebook {
  background: #1076ce;
}
.bottom-social-links li a.twitter {
  background: #08a1d1;
}
.bottom-social-links li a.instagram {
  background: #b667db;
}
.bottom-social-links li a.youtube {
  background: #df1f1f;
}
.bottom-social-links li a.pinterest {
  background: #cc0000;
}
.bottom-social-links li a:hover {
  background: var(--primary-color);
}

.sub-form {
  display: flex;
  align-items: center;
  position: relative;
}
.sub-form input {
  border: 2px solid #4f4f4f;
  color: #fff;
  background: transparent;
  padding: 5px 14px;
}
.sub-form input::-moz-placeholder {
  font-size: 15px;
  color: #999999;
}
.sub-form input::placeholder {
  font-size: 15px;
  color: #999999;
}
.sub-form button {
  min-width: -moz-max-content;
  min-width: max-content;
  background: #4f4f4f;
  padding: 7px 16px;
  margin-top: 14px;
  margin-right: -5px;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
}
.sub-form button:hover {
  background: var(--primary-color);
}

.bottom-footer {
  padding-top: 50px;
}

.max-w {
  max-width: -moz-max-content;
  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);
  width: 40px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 14px;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.hero.inner-hero {
  padding: 150px 0 30px;
}
.hero.inner-hero .hero-text h1 {
  font-size: 38px;
}
.hero.inner-hero .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.hero.inner-hero .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.inner-hero .banner-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 5;
}

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

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-custom svg,
.breadcrumb-custom i {
  font-size: 14px;
}

.content-inside {
  line-height: 26px;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside ul:last-child {
  margin: 0;
}
.content-inside a {
  color: var(--secondary-color);
}
.content-inside a:hover {
  color: #a35805;
}
.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 700;
  color: #222;
}
.content-inside h2 {
  font-size: 25px;
}
.content-inside h3 {
  font-size: 23px;
}
.content-inside h4 {
  font-size: 21px;
}
.content-inside h5 {
  font-size: 19px;
}
.content-inside h6 {
  font-size: 18px;
}
.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 figcaption {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 500;
}

.row-contact-details .card-detail {
  border-radius: 4px;
  display: flex;
  margin-top: 16px;
  border-bottom: 1px solid #e1e1e1;
  gap: 15px;
  color: #333;
  padding-bottom: 10px;
  align-items: center;
  font-size: 16px;
}
.row-contact-details .card-detail:last-child {
  border-bottom: 0;
}
.row-contact-details .card-detail .icon {
  font-size: 19px;
  width: 40px;
  height: 40px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100px;
}
.row-contact-details .card-detail .text-card {
  line-height: 24px;
}
.row-contact-details .card-detail .text-card a,
.row-contact-details .card-detail .text-card p {
  font-weight: 500;
}
.row-contact-details .card-detail .text-card a:hover {
  color: var(--secondary-color);
}
.row-contact-details .card-detail .text-card span {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 15px;
  font-family: var(--font-2);
}

.contact-page .touch {
  color: #999;
  font-size: 14px;
}
.contact-page h2 {
  font-size: 29px;
  font-weight: 700;
  color: var(--primary-color);
}

.right-contact {
  padding-left: 50px;
  position: relative;
  height: 100%;
}
.right-contact::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
}

.card-document a {
  display: block;
}
.card-document a .image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px 6px 0 0;
}
.card-document a .image img {
  transition: var(--transition-1);
  border-radius: 6px 6px 0 0;
}
.card-document a .text {
  background: var(--primary-color);
  padding: 10px 20px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 0 0 6px 6px;
  margin-top: -2px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  transition: var(--transition-1);
}
.card-document a:hover .image img {
  transform: scale(1.1);
}
.card-document a:hover .text {
  background: #222;
}

.right-menu .quick-links {
  border: 1px solid #cacaca;
  padding: 20px 25px;
  background: rgba(246, 250, 255, 0.55);
  box-shadow: 0 2px 2px rgb(152, 168, 193), 0 -1px 2px rgba(11, 60, 93, 0.06);
  border-radius: 3px;
}
.right-menu .quick-links span {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.right-menu .quick-links span::after {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--secondary-color);
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
}
.right-menu .quick-links ul li a {
  font-size: 16px;
  color: #444;
  margin-bottom: 4px;
  display: block;
  font-weight: 500;
}
.right-menu .quick-links ul li a i,
.right-menu .quick-links ul li a svg {
  font-size: 12px;
  color: #222;
  margin-right: 5px;
  transition: var(--transition-1);
}
.right-menu .quick-links ul li a:hover {
  color: var(--secondary-color);
}
.right-menu .quick-links ul li a:hover i,
.right-menu .quick-links ul li a:hover svg {
  color: var(--primary-color);
  padding-left: 10px;
}

.content-has-page .section-title .title {
  font-size: 30px;
}

.card-blog-2 .img a img {
  height: auto;
}

.main-banner #main-banner {
  width: 100%;
  height: 100%;
}
.main-banner #main-banner .owl-stage-outer,
.main-banner #main-banner .owl-stage,
.main-banner #main-banner .owl-item {
  height: 100%;
}
.main-banner #main-banner .owl-stage-outer .card-img,
.main-banner #main-banner .owl-stage .card-img,
.main-banner #main-banner .owl-item .card-img {
  height: 100%;
}
.main-banner #main-banner .owl-stage-outer .card-img img,
.main-banner #main-banner .owl-stage .card-img img,
.main-banner #main-banner .owl-item .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-card {
  display: none;
}

#loadMore {
  text-align: center;
  transition: var(--transition-1);
  transition: 200ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: var(--primary-color);
  padding: 10px 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 17px;
}
#loadMore .loading-msg {
  display: none;
}
#loadMore.loading .default-msg {
  display: none;
  animation: FadeOut 1.5s linear forwards;
}
#loadMore.loading .arrow {
  display: none;
}
#loadMore.loading .loading-msg {
  display: inline-block;
  animation: fadeIn 1.5s linear forwards;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.spinner1 {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.spinner1 > div {
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner1 .bounce1 {
  animation-delay: -0.32s;
}
.spinner1 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#loadMore.loading .spinner1 {
  display: inline;
}
#loadMore.loading .spinner1 > div {
  background-color: var(--secondary-color);
}
#loadMore.loading .icon-arrow {
  display: none;
}

.card-team img {
  border-radius: 8px;
}

.team-page hr {
  opacity: 0.1;
}

.breadcrumb-custom {
  gap: 8px;
  font-size: 15px;
}
.breadcrumb-custom svg,
.breadcrumb-custom i {
  font-size: 12px;
}

.blog-single-page.hero.inner-hero .hero-text h1 {
  font-size: 38px;
  line-height: 46px;
}

.single-blog h1 {
  font-size: 33px;
  font-weight: 700;
}
.single-blog .breadcrumb-custom {
  color: #333;
} /*# 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(--secondary-color);
  color: #fff;
}
.navigation li a {
  border: 1px solid #a2a2a2;
}

/* pkg */
.gallery-photos {
  position: relative;
}
.gallery-photos .image{
	border-radius: 5px;
}
.gallery-photos .owl-carousel {
	border-radius: 5px;
}
.gallery-photos .owl-carousel .owl-item{
	border-radius: 5px;
}
.gallery-photos .image img {
  border-radius: 5px;
  height: 524px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-photos .owl-nav button {
  background: #fff !important;
  color: #000 !important;
  opacity: 0.5 !important;
}
.gallery-photos .owl-nav button:hover {
  opacity: 1 !important;
}
.gallery-photos .video-play {
  position: absolute;
  top: -25px;
  right: 60px;
}
.gallery-photos .owl-item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.0823529412);
  z-index: 5;
  border-radius: 5px;
}
.gallery-photos .owl-nav {
  top: 47%;
}
.gallery-photos .owl-dots {
  position: absolute !important;
  width: 100%;
  z-index: 99 !important;
  margin-top: -100px !important;
}
.gallery-photos .owl-dots .owl-dot {
  width: 16px !important;
  height: 16px !important;
  padding-right: 18px;
  height: 18px;
  outline: 2px solid #fdc53b;
  opacity: 1 !important;
  border-radius: 100px;
  margin-right: 14px;
}
.gallery-photos .owl-dots .owl-dot span {
  display: none;
}
.gallery-photos .owl-dots .owl-dot.active {
  outline: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  outline-offset: 3px;
  border-radius: 100px;
}
.gallery-photos .video-play a {
  height: 50px;
  width: 50px;
  font-size: 11px;
}
.gallery-photos .video-play a::after {
  height: 50px;
  width: 50px;
}
@keyframes pulse5 {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  0% {
    box-shadow: 0 0 0 0 #e9ae3a;
  }
}

.package-content .title-main {
  padding-top: 30px;
}
.package-content .title-main .section-title .title {
  font-size: 32px;
  color: var(--primary-color);
  font-weight: 800;
}
.package-content .title-main .section-title .title::after {
  display: none;
}
.package-content .title-main .tripadvisor-reviews a {
  text-decoration: underline;
}

.universal-star li {
  font-size: 12px;
  color: #f9c200;
}

.custom-gutter-large {
  --bs-gutter-y: 1.9rem;
}

.card-fact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-fact .icon {
  min-width: 38px;
}
.card-fact .text {
  line-height: 24px;
  font-size: 16px;
}
.card-fact .text p {
  color: var(--primary-color);
}
.card-fact .text span,
.card-fact .text a {
  font-weight: 800;
  color: #333;
}

.trip-map {
  text-align: center;
}
.trip-map .image {
  padding: 20px;
  border: 2px solid #1d3863;
  border-radius: 5px;
}

.start-end {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.point-lines {
  position: relative;
  margin-top: 20px;
}
.point-lines .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.point-lines .line .dot {
  width: 11px;
  height: 11px;
  background: var(--secondary-color);
  display: block;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}
.point-lines .line .line-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  margin-top: 4px;
}

.start-end .start,
.start-end .end {
  color: var(--secondary-color);
  font-size: 14px;
}
.start-end .title {
  font-weight: 700;
  color: #666666;
  margin-top: -5px;
  font-size: 15px;
}

.pkg-title {
  margin-bottom: 20px;
}
.pkg-title h2 {
  font-size: 24px;
  font-weight: 800;
}
.pkg-title .icon {
  position: absolute;
  min-width: 30px;
  margin-left: -40px;
}
.pkg-title .icon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #b5c8e8;
  border-radius: 100px;
  left: -15px;
  top: -8px;
  opacity: 0.5;
  z-index: -1;
}
.pkg-title.inside-title .icon::after {
  opacity: 0.22;
  left: -18px;
  top: -13px;
}

.package-gap {
  padding-top: 50px;
}

.highlights {
  padding-top: 25px;
}
.highlights h2 {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  margin-bottom: 15px;
}
.highlights ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.highlights ul li {
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
}
.highlights ul li:last-child {
  margin-bottom: 0;
}
.highlights ul li::before {
  content: "";
  width: 25px;
  height: 10px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 8px;
  background-size: contain;
}

.itinerary .left-lining {
  width: 65px;
  height: 100%;
}

.itinerary-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}

.itinerary-cards .icon-card {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itinerary-cards .text-card {
  line-height: 24px;
}

.itinerary-cards h4 {
  color: var(--primary-color);
  font-weight: 700;
}

.itinerary-detail {
  color: #333;
  position: relative;
  padding-top: 35px;
  padding-left: 65px;
  position: relative;
}
.itinerary-detail::before {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--secondary-color);
  position: absolute;
  left: 20px;
}
.itinerary-detail:last-child::before {
  height: 94%;
}
.itinerary-detail:first-child {
  margin-top: -50px;
}
.itinerary-detail h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 12px;
  color: #222;
}
.itinerary-detail .info {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.itinerary-detail .info p {
  margin: 0;
}
.itinerary-detail .dot-left {
  width: 36px;
  height: 36px;
  background: var(--secondary-color);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  margin-left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  outline: 3px solid #fff;
  margin-top: 3px;
}
.itinerary-detail .dot-left .inner-circle {
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.itinerary-detail .image-itinerary {
  overflow: hidden;
  border-radius: 4px;
}
.itinerary-detail .image-itinerary img {
  border-radius: 4px;
  transition: var(--transition-1);
}
.itinerary-detail .image-itinerary:hover img {
  transform: scale(1.06);
}
.itinerary-detail .more-images {
  height: 100%;
}
.itinerary-detail .more-images a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}
.itinerary-detail .more-images a:hover {
  background: var(--primary-color);
  color: #fff;
}

.itinerary {
  position: relative;
}
.itinerary .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fdbd40;
  left: 0;
  right: 0;
  margin: auto;
}

.inclusion ul {
  list-style: none;
  padding-left: 0;
}
.inclusion ul li {
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
}
.inclusion ul li:first-child {
  margin-top: 0;
}
.inclusion ul li:last-child {
  margin-bottom: 0;
}
.inclusion ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 4px;
}
.inclusion h3 {
  color: #333;
  font-weight: 700;
  margin: 15px 0;
}
.inclusion .includes ul li::before {
  background: url("./assets/images/checkmark-icon.webp") no-repeat;
  background-size: contain;
}
.inclusion .excludes ul li::before {
  background: url("./assets/images/cross-icon.webp") no-repeat;
  background-size: contain;
}

.faqs {
  padding-top: 30px;
}
.faqs h2 {
  color: #222;
  font-size: 23px;
}
.faqs .title h2 {
  font-size: 22px;
}
.faqs .accordion-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
}
.faqs .accordion-item .accordion-button::after {
  left: 0;
  right: auto;
}
.faqs .accordion-item .accordion-body,
.faqs .accordion-item .accordion-button {
  padding-left: 33px;
}
.faqs .accordion-item {
  border: 0 !important;
}
.faqs .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}

.reviews-package {
  background: #f4faff;
  padding: 55px 0;
  margin-top: 35px;
}

.card-review {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 35px 35px 70px 35px;
  position: relative;
  background: #fff;
  margin-bottom: 100px;
}
.card-review h3 {
  margin-bottom: 15px;
  color: #000;
}
.card-review .universal-star {
  font-size: 11px;
}
.card-review .content-inside {
  max-height: 200px;
  padding-right: 18px;
  overflow-y: auto;
  line-height: 25px;
  font-size: 16px;
}
.card-review .profile {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -95px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-review .profile img {
  border-radius: 100px;
  width: auto;
}
.card-review .universal-star {
  display: flex;
  justify-content: center;
}

.reviews-package .owl-nav button {
  background: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  opacity: 1;
  border-radius: 100px !important;
  font-size: 13px !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}
.reviews-package .owl-nav button:hover {
  background: var(--primary-color) !important;
}

.package-right {
  padding: 20px 25px;
  background: #fff;
  position: sticky;
  border-radius: 15px;
  height: auto;
  top: 60px;
  border: 1px solid #f76b05;
  border-top: 5px solid #f76b05;
  min-width: 320px;
  right: 0;
  margin-left: -50px;
  z-index: 77;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5882352941);
  margin-top: 30px;
}
.package-right .wishlist {
  position: absolute;
  right: 10px;
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  color: #949494;
}
.package-right .wishlist:hover {
  background: var(--primary-color);
  color: #fff;
}
.package-right .price {
  font-size: 28px;
}
.package-right .short-text {
  color: #444;
  line-height: 20px;
  margin-top: 8px;
}
.package-right .bottom-item {
  display: flex;
  gap: 14px;
  align-items: center;
}
.package-right .bottom-item .text p {
  position: relative;
  margin-bottom: 12px !important;
  padding-bottom: 5px;
}
.package-right .bottom-item .text p::after {
  content: "";
  width: 140%;
  height: 1px;
  background: #e3e3e3;
  left: 0;
  position: absolute;
  z-index: 0;
  bottom: -2px;
}
.package-right .bottom-item .image {
  border: 7px solid #f0f0f0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  width: 70px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
}
.package-right .bottom-item .image img {
  width: 100%;
  border-radius: 100px;
}
.package-right .bottom-item ul {
  display: flex;
  gap: 10px;
}
.package-right .bottom-item ul li a {
  font-size: 24px;
}
.package-right .bottom-item ul .whatsapp {
  color: #12bc45;
}
.package-right .bottom-item ul .viber {
  color: #6920e8;
}
.package-right .bottom-item ul .facebook {
  color: #338cf1;
}
.package-right .bottom-item ul .insta {
  color: #aa58c5;
}
.package-right .short-text {
  color: #945100;
  font-size: 16px;
  line-height: 25px;
}

.discount-group {
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}

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

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

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

.discount-group .group-prices {
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transform: translateY(5%);
  transition: all 200ms linear;
  z-index: 99;
}
.discount-group .group-prices ul li {
  font-weight: 500 !important;
  color: #333;
}
.discount-group .group-prices ul li .per-price {
  font-weight: 800;
}

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

.discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

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

.discount-group .arrow {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-group .arrow i,
.discount-group .arrow svg {
  font-size: 14px;
}

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

.btns-right button {
  width: 100%;
  background: linear-gradient(180deg, #0076be 46.49%, #0065a3 46.5%);
  padding: 6px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: var(--transition-1);
  font-size: 16px;
}
.btns-right button:hover {
  background: linear-gradient(180deg, #0076be 46.49%, #0065a3 86.5%);
}
.btns-right .book-now {
  background: linear-gradient(180deg, #d86817 46.49%, #bc5d18 46.5%);
  font-size: 16px;
}

.has-padding-right {
  padding-right: 52px;
}

.icon-content .item-1 {
  border: 1px solid #666666;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-button {
  position: relative;
  z-index: 99;
}

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

.toggle-input {
  display: none;
}

.toggle-input:checked + .toggle:after,
.toggle-input:checked + .toggle:before {
  content: "";
  position: absolute;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666;
  left: 11px;
  top: 15px;
  width: 12px;
}

.toggle-input:checked + .toggle img {
  display: none !important;
}

.toggle-input:checked + .toggle:after {
  transform: rotate(45deg);
  animation: bar1 0.3s forwards;
}

.toggle-input:checked + .toggle:before {
  transform: rotate(-45deg);
  animation: bar2 0.3s forwards;
}

.sharing-list {
  background: #fff;
  position: absolute;
}

.sharing-list li {
  position: absolute;
  top: 2px;
  left: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  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: 36px;
  height: 36px;
  line-height: 50px;
  font-size: 18px;
  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;
}
.sharing-list li a:hover {
  border-radius: 100px;
  background: var(--primary-color);
}

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

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

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

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

input:checked ~ .sharing-list li:nth-child(4) {
  top: -55px;
  left: 123px;
}
.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;
  width: 100%;
  text-align: center;
}
.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 10px 0;
  color: #606060;
}
.items-packages ul li a.active {
  color: #fff;
  background: var(--primary-color);
}
.items-packages ul li a.active:hover {
  color: #fff;
}
.items-packages ul li a:hover {
  color: var(--primary-color);
} /*# sourceMappingURL=package.css.map */

.itinerary-detail .view-more {
  text-align: end;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 5px 0 0 0;
}

.itinerary-detail .view-more i,
.itinerary-detail .view-more svg {
  font-size: 14px;
}

/* 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(--primary-color) !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
  background: var(--primary-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;
}

.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: #fff0e038 !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);
}
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: 30px;
  border-radius: 5px;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  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: 500;
  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: #24346e;
  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: #f76b05;
  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;
  align-items: center;
  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: var(--primary-color);
}

.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;
}
button.checkout {
  margin-top: 0 !important;
}
@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(--secondary-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;
}

.button-outline-1 {
  border: 2px solid var(--secondary-color);
  font-size: 16px;
  color: var(--secondary-color);
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 26px;
  display: block;
  max-width: max-content;
}

.button-outline-1:hover {
  background: #fff;
}

.no-results {
  padding: 45px;
  border: 1px solid #e4e4e4;
  background: #f5f5f5cf;
  border-radius: 6px;
}

.no-results p {
  margin: 0;
}

.search-bar-1 {
  background: none;
  max-width: 100%;
}

.search-bar-1 i,
.search-bar-1 svg,
.search-bar-1 select,
.search-bar-1 input::placeholder,
.search-bar-1 input {
  color: #333;
}

.search-bar-1 input {
  font-weight: 700;
}

.advance-search .search-bar {
  padding: 22px;
  border: 1px solid #e8e8e8;
  background: #d9d9d917;
  border-radius: 4px;
}

.card-package-recommend {
  border-radius: 6px;
  border: 1px solid #a1a1a1;
  background: #fbfbfb9e;
  padding: 18px 20px;
  position: relative;
  margin: 15px 0 28px 0;
}

.card-package-recommend .bottom-info img {
  border-radius: 0 !important;
}
.card-package-recommend .bottom-info {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px;
}

.card-package-recommend .inner-left .title a {
  color: var(--primary-color) !important;
  font-size: 22px;
  font-weight: 700;
}
.card-package-recommend .main-image a {
  border: 1px solid #f0dddd;
  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: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
.card-package-recommend .price-text {
  position: absolute;
  background: var(--primary-color);
  right: 0;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  bottom: 0;
  color: #fff;
  border-radius: 10px 0 4px 0;
}
.toc{
	position: sticky;
	height: auto;
	top: 20px;
}
.posts-navigation .nav-links a{
	background: var(--secondary-color);
padding: 10px 20px;
color: #fff;
font-weight: 500;
font-size: 16px;
	border-radius: 4px;
}
.posts-navigation .nav-links a:hover{
	background: var(--primary-color);
}

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  height: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#search .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#search.visible {
  height: 100vh !important;
  opacity: 1;
  visibility: visible;
  width: 100vw !important;
  z-index: 99;
}
.close-btn {
  display: block;
}

.search-overlay .search-bar {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 10px;
  height: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}

.close-btn {
  color: #fff;
  font-size: 65px;
  position: absolute;
  top: 60px;
  right: 60px;
}


.search-overlay {
  width: 100%;
  max-width: 950px;
  padding: 100px 0;
  z-index: 999;
}

.search-overlay .search-bar {
  border-bottom: 0;
}

.search-overlay input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 15px 0 15px 7px;
  border-bottom: 1px solid #ffffff6b;
}

.search-overlay input::placeholder {
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
}

.search-overlay select {
  padding: 10px 20px;
  max-width: max-content;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #040404;
  border: 1px solid #fff;
  margin-right: 0;
}

.search-overlay select option {
  font-family: Arial;
}

.search-overlay .search-bar button {
  max-width: 50px;
  height: 50px;
	display: flex;
	justify-content: center; 
	align-items: center;
}

#search .search-bar select option {
  color: #fff;
}

button.s:hover{
	background: #222;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 100px;
  transition: 0.5s;
  box-shadow: -12px 4px 15px 4px rgba(0, 0, 0, 0.1764705882);
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  transform: translateX(100px);
}
.sidenav .title{
	font-size: 18px !important;
}

.sidenav .title::after {
  content: "";
  display: block;
  width: 25px;
	height: 2px;
background: #162b4c;
border-radius: 10px;
	margin: 0px 0 5px;
}

.overlay-side {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.231372549);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.overlay-side.active {
  opacity: 1;
  visibility: visible;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 45px;
  margin-left: 50px;
  color: #818181;
  margin-top: 30px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.sidenav {
  right: 0;
}

.right-sidebar img {
  border-radius: 3px;
}
.right-sidebar h3 a {
  font-size: 16px;
  padding: 0;
  color: #333333;
}
.right-sidebar h3 a:hover {
  color: var(--primary-color);
}
.right-sidebar h3 ~ p {
  font-weight: 800;
  color: var(--primary-color);
  font-size: 16px;
}

.sidenav .contact .left-content img {
  filter: brightness(0) !important;
}
.sidenav .contact .left-content .info_item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 400;
  color: #333;
}
.sidenav .contact .left-content .info_item:hover {
  color: var(--primary-color);
}

.trip-expert-head {
  background: #d0d0d033;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.trip-expert-head .image-expert{
display: flex;
align-items: center;
column-gap: 18px;
}
.image-expert > img:nth-child(1) {
border-radius: 100px;
}
.item-pkg {
column-gap: 12px;
	padding-bottom: 10px;
border-bottom: 1px solid #d7d7d7;
}
.item-pkg .img{
	min-width: 60px;
}
.item-pkg .img > img {
border-radius: 4px;
	width: 65px;
	height: 65px;
	object-fit:cover;
}
.item-pkg .text{
	width: 100%;
}
.item-pkg .text a{
	display: block;
font-weight: 600;
color: #162b4c;
font-size: 16px;
}
.item-pkg:hover .text a{
	color: #f06806;
}
.item-pkg .text .bottom-content {
color: #999;
font-size: 15px;
font-weight: 500;
}
.item-pkg .text .price{
	color: var(--secondary-color);
}

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

.card-departure .book-btn {
  background: #ff9c07;
  padding: 9px 18px;
  border-radius: 100px;
  color: #fff;
}
.card-departure .book-btn:hover {
  background: #ff9c0794;
  color: #000;
}

.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;
}
.departures-package .btn-join button {
  color: #fff;
  border-radius: 4px;
  transition: var(--transition-1);
	padding: 8px 18px;
font-weight: 500;
background: #0076be;
}

.departures-package .btn-join button:hover {
  background: #000;
}