/*!
Theme Name: SherpaDiscovery
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: sherpadiscovery
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.

SherpaDiscovery 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: #e96303;
  --secondary-color: #e96303;
  --third-color: #e96303;
  --transition-1: all 750ms ease;
  --font-1: "Mulish", sans-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: 1300px;
}

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

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

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

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

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

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

.container-max {
  max-width: 96%;
}

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

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

.text-444 {
  color: #444 !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-third {
  color: var(--third-color);
}

.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: 800;
  transition: var(--transition-1);
}
.item-dest img {
  transition: var(--transition-1);
}
.item-dest .text {
  line-height: 21px;
  color: #333;
}
.item-dest:hover img {
  transform: scaleX(-1);
}
.item-dest:hover span:first-child {
  color: #333;
}

header {
  position: relative;
}
header .brand-logo img {
  width: 130px;
  height: auto;
  filter: brightness(0) invert(1);
}
header .top-items {
  padding: 12px 0;
}
header .items-destination {
  -moz-column-gap: 100px;
  column-gap: 100px;
}
header .main-header {
  color: #fff;
  position: relative;
}
header .main-header nav ul {
  gap: 50px;
}
header .main-header .button-outline-1 {
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  font-size: 16px;
  padding: 7px 18px;
}
header .main-header .button-outline-1 img {
  filter: brightness(0) invert(1);
}
header .notification {
  background: #ffffff;
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  z-index: 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1803921569);
  position: relative;
}
header .notification.homepage-noti {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 9;
}
header .notification.homepage-noti .content-noti {
  padding-top: 18px;
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
  box-shadow: none;
  color: #fff;
  left: 0;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
header .notification.homepage-noti .content-noti img {
  filter: brightness(0) invert(1);
}
header .notification.homepage-noti .content-noti i,
header .notification.homepage-noti .content-noti svg {
  color: #fff;
}
header .button-outline-1 {
  line-height: 20px;
  padding: 10px 20px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.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: pulse 2s infinite;
  z-index: -1;
  transition: var(--transition-1);
}

.video-play a:hover {
  color: #fff;
}
.video-play a:hover::after {
  background: var(--primary-color);
}
.video-play a:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(1605%)
    hue-rotate(339deg) brightness(85%) contrast(102%);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #36bae1;
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.button-outline-1 {
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  padding: 8px 20px;
  color: #333;
  font-size: 17px;
}
.button-outline-1 img {
  transition: var(--transition-1);
}
.button-outline-1:hover {
  background: var(--secondary-color);
  color: #fff;
}
.button-outline-1:hover img {
  transform: rotate(45deg);
}

.content-has-bg {
  position: relative;
}
.content-has-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, #fff 0%, #eef3ff 30%, #fff 100%);
  left: 0;
  top: 0;
  z-index: -100;
}

.hero .card-image {
  position: relative;
}
.hero .card-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 0;
  top: 0;
}

.hero-text {
  padding-bottom: 55px;
}
.hero-text.homepage-hero-text {
  margin-top: -40px;
}
.hero-text h1 {
  font-size: 46px;
  font-weight: 900;
  color: var(--primary-color);
}
.hero-text h1 span {
  color: var(--secondary-color);
}
.hero-text .content-right {
  position: relative;
}
.hero-text .content-right .video-play {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  right: 0;
  width: 58px;
  height: 58px;
}
.hero-text .content-right .video-play a::after {
  animation: pulse2 2s infinite;
  background: var(--third-color);
}
.hero-text .content-right .video-play:hover a::after {
  background: var(--secondary-color);
}

.button-style-1 {
  border: 1px solid var(--third-color);
  color: var(--third-color);
  padding: 7px 35px;
  display: block;
  font-weight: 700;
  border-radius: 2px;
}
.button-style-1:hover {
  background: var(--primary-color);
  color: #fff;
}

.search-bar {
  position: relative;
  z-index: 4;
  background: #ffffffe8;
  padding: 17px 20px;
  border-radius: 5px;
  box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}
.search-bar .input {
  height: 100%;
}
.search-bar .input input {
  background: transparent;
  padding-left: 10px;
  height: 100%;
  color: #222;
  font-weight: 600;
}
.search-bar .input input::-moz-placeholder {
  color: #222;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.search-bar .input input::placeholder {
  color: #222;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.search-bar .search-btn {
  padding: 10px 22px;
  font-weight: 800;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  background: var(--primary-color);
  color: #fff;
  column-gap: 12px;
}
.search-bar .search-btn:hover {
  color: #eee;
  background: #222;
}

.select_wrap {
  position: relative;
}
.select_wrap p {
  margin: 0;
}
.select_wrap ul {
  margin-bottom: 0;
}

.search-container {
  position: relative;
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
  padding-top: 120px;
  margin-top: -120px;
}
.search-container .bg-image {
  margin-top: -102px;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
.search-container .content-search {
  background: #f7be27;
  padding: 50px 0;
  max-height: 141px;
}
.search-container .content-search button {
  background: #255270;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 12px 20px;
  color: #fff;
  width: 100%;
  max-width: 190px;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.6px;
  border-radius: 5px;
  position: relative;
  z-index: 6;
}
.search-container .content-search button i,
.search-container .content-search button svg {
  font-size: 20px;
}
.search-container .content-search button:hover {
  background: var(--secondary-color);
}

.select_wrap .default_option {
  border-radius: 5px;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}

.select_wrap .default_option li {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #222;
  font-size: 16px;
}

.select_wrap .default_option:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 9px;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
  border: 1px solid #222;
  color: #222;
}

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 180px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
  z-index: 9;
  border: 1px solid #bfbfbf;
  padding: 6px 0;
}

.select_wrap .select_ul li {
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
  background: #c2e6f1;
}

.select_wrap .option {
  display: flex;
  align-items: center;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  transform: rotate(-180deg);
}

.happy-customers {
  margin-top: 60px;
}
.happy-customers ul {
  display: flex;
}
.happy-customers ul li {
  border-radius: 100px;
  border: 3px solid #fff;
  width: 69px;
  height: 69px;
}
.happy-customers ul li img {
  border-radius: 100px;
  width: 100%;
}
.happy-customers ul li:nth-child(2) {
  margin-left: -20px;
}
.happy-customers ul li:nth-child(3) {
  margin-left: -20px;
  position: relative;
}
.happy-customers ul li:nth-child(4) {
  margin-left: -20px;
}
.happy-customers ul li:nth-child(5) {
  margin-left: -20px;
  position: relative;
  z-index: -1;
}

.content-page {
  padding-top: 20px;
}

.section-title span {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--third-color);
}
.section-title .title {
  font-weight: 900;
  color: #000;
  font-size: 32px;
}
.section-title p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.section-title.section-title-2 .title {
  color: #000;
  font-size: 30px;
}

.trip-expert .expert-image img {
  border-radius: 100px;
}
.trip-expert .text-expert {
  line-height: 24px;
}
.trip-expert .text-expert a:hover {
  color: var(--secondary-color);
}

.card-style-2 {
  background: #fff;
  position: relative;
  border-radius: 6px;
}
.card-style-2 .title {
  font-size: 22px;
  font-weight: 800;
  color: #222;
}
.card-style-2 .image {
  border-radius: 6px 6px 0 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.card-style-2 .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 74%,
    rgba(0, 0, 0, 0.51) 100%
  );
  left: 0;
  border-radius: 6px 6px 0 0;
  top: 0;
}
.card-style-2 .image img {
  border-radius: 6px 6px 0 0;
  transition: var(--transition-1);
}
.card-style-2 .image-parent {
  position: relative;
}
.card-style-2 .image-parent .selling-tags {
  position: absolute;
  top: 0;
  padding: 28px 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-style-2 .image-parent .selling-tags .selling-tag {
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.card-style-2 .image-parent .selling-tags .selling-tag-1 {
  background: #fff;
  color: #f77c03;
}
.card-style-2 .image-parent .selling-tags .selling-tag-2 {
  color: #fff;
  background: #f77c03;
}
.card-style-2 .text {
  padding: 20px 28px;
  background: #fff;
  border-radius: 0 0 7px 7px;
}
.card-style-2 .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #444444;
}
.card-style-2 .item img {
  width: auto;
}
.card-style-2 .price {
  font-size: 24px;
  color: var(--third-color);
  font-weight: 800;
  position: relative;
  padding-right: 20px;
}
.card-style-2 .price::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  margin-left: -40px;
  opacity: 0.5;
}
.card-style-2 .price span {
  font-size: 17px;
  font-weight: 700;
  display: block;
}
.card-style-2 .detail {
  position: absolute;
  right: 0;
  border: -7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  background: #fff;
  padding: 5px 27px;
  border-radius: 5px 0 5px 5px;
}
.card-style-2 .detail svg,
.card-style-2 .detail i {
  font-size: 14px;
  margin-left: 7px;
}
.card-style-2 .detail:hover {
  background: var(--secondary-color);
  color: #fff;
}
.card-style-2:hover .image img {
  transform: scale(1.1);
  filter: saturate(0.6);
}
.card-style-2:hover .title {
  color: var(--primary-color);
}

.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: 50px;
  height: 50px;
  font-size: 15px !important;
  border-radius: 100px !important;
  color: #666 !important;
  position: absolute;
  background: #fff !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: 35px;
}
.default-arrow .owl-nav button.disabled {
  opacity: 1;
}
.default-arrow .owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.best-selling .owl-dots {
  margin-top: 40px;
}
.best-selling .owl-dots {
  margin-top: 50px;
}
.best-selling .multi-country .owl-nav {
  top: 37%;
}
.best-selling .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: transparent;
  outline: 1px solid #fff;
  outline-offset: 2px;
  transition: var(--transition-1);
}
.best-selling .owl-theme .owl-dots .owl-dot.active span,
.best-selling .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--third-color);
  outline: 1px solid var(--third-color);
}

.explore {
  position: relative;
  margin-top: -190px;
  padding-top: 125px;
}
.explore::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #333;
  left: 0;
  top: 0;
  z-index: -98;
  max-height: 94%;
}
.explore::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("./assets/images/grey-bg.webp");
  left: 0;
  top: 0;
  z-index: -98;
  max-height: 94%;
  opacity: 0.15;
}
.explore .left-content {
  color: #fff;
  margin-top: 25px;
}
.explore .left-content .section-title .title {
  font-size: 28px;
  font-weight: 800;
}
.explore .has-margin-top {
  margin-top: 60px;
}
.explore .has-negative-margin {
  margin-top: -30px;
}
.explore .welcome-title h3 {
  cursor: pointer;
}
.explore .welcome-title h3.active {
  position: relative;
  color: var(--third-color) !important;
}
.explore .welcome-title h3.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--third-color);
  border-radius: 100px;
  margin: 6px auto;
}

.content-welcome {
  display: none;
}

.card-exp-1 {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.1215686275);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-exp-1 img {
  transition: var(--transition-1);
  filter: brightness(0) saturate(100%) invert(18%) sepia(1%) saturate(0%)
    hue-rotate(218deg) brightness(107%) contrast(98%);
}
.card-exp-1 h3 {
  color: #333;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 800;
  transition: var(--transition-1);
}
.card-exp-1 p {
  font-size: 15px;
  max-height: 120px;
  overflow: auto;
  padding-right: 10px;
}
.card-exp-1:hover img {
  transform: scaleX(-1);
}
.card-exp-1:hover h3 {
  color: var(--primary-color);
}

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

.universal-star {
  display: flex;
  margin: 0;
  color: #f9c200;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}

.card-style-1 .universal-star {
  font-size: 11px;
}
.card-style-1 .img-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.card-style-1 .img-card a {
  position: relative;
  display: block;
}
.card-style-1 .img-card a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 79.5%,
    rgba(0, 0, 0, 0.38) 100%
  );
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.card-style-1 .img-card img {
  border-radius: 5px;
  transition: var(--transition-1);
  transform: scale(1);
}
.card-style-1 .img-card .info-card {
  position: absolute;
  width: 100%;
  padding: 18px 20px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}
.card-style-1 .img-card .info-card .left-item {
  display: flex;
  gap: 6px;
}
.card-style-1 .img-card .info-card .right-item {
  background: var(--third-color);
  padding: 2px 18px;
  border-radius: 3px;
  font-weight: 700;
  border-radius: 7px 0 7px 0;
}
.card-style-1 .heart {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.2588235294);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  z-index: 8;
}
.card-style-1 .heart:hover {
  background: var(--primary-color);
}
.card-style-1 .text-card-1 {
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}
.card-style-1 .text-card-1 h3,
.card-style-1 .text-card-1 .title {
  font-size: 21px;
  color: #333333;
  margin-bottom: 3px;
}
.card-style-1 .text-card-1 p {
  color: var(--third-color);
  font-weight: 800;
  font-size: 17px;
}
.card-style-1:hover .img-card img {
  transform: scale(1.06);
}
.card-style-1:hover .text-card-1 h3 {
  color: var(--primary-color);
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  justify-content: center;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
  z-index: 0;
  position: relative;
  margin: 0;
}
.breadcrumb-custom ol {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  color: #fff;
  justify-content: center;
  margin: 0;
}
.breadcrumb-custom ol li a:hover {
  text-decoration: underline;
}

.inner-page-hero .hero-text {
  padding: 35px 0 0 0;
}
.inner-page-hero .hero-text h1 {
  font-size: 39px;
}
.inner-page-hero .arrow {
  position: absolute;
  right: 0;
  transform: scaleX(-1);
  top: -17px;
  z-index: -10;
  filter: brightness(0) saturate(100%) invert(11%) sepia(74%) saturate(2702%)
    hue-rotate(223deg) brightness(94%) contrast(104%);
}

.right-links {
  position: sticky;
  top: 24px;
  height: auto;
}
.right-links .quick-links {
  position: relative;
  padding: 20px;
  border-radius: 4px 4px 0 0;
  background: #fff2e9;
  box-shadow: 0 2px 2px rgb(152, 168, 193), 0 -1px 2px rgba(198, 223, 240, 0.28);
}
.right-links .quick-links::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  border: 2px solid var(--secondary-color);
  z-index: -1;
  top: 0;
  margin-top: -10px;
  outline: 2px solid var(--primary-color);
  outline-offset: 9px;
  background: #eee;
  right: 20px;
}
.right-links .quick-links ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
}
.right-links .quick-links ul li {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.right-links .quick-links ul li:last-child {
  margin-bottom: 0;
}
.right-links .quick-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding-left: 15px;
}
.right-links .quick-links ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #000;
  display: block;
  position: absolute;
  transition: var(--transition-1);
  left: 0;
}
.right-links .quick-links ul li a i,
.right-links .quick-links ul li a svg {
  font-size: 17px;
  color: #777;
  transition: var(--transition-1);
}
.right-links .quick-links ul li a:hover {
  padding-left: 18px;
  color: rgb(226, 226, 3);
}
.right-links .quick-links ul li a:hover i,
.right-links .quick-links ul li a:hover svg {
  color: rgb(226, 226, 3);
}
.right-links .quick-links ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.right-links .quick-links span {
  font-size: 19px;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  color: #000 !important;
}
.right-links .quick-links span::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 4px;
}

.expert-card {
  background: #fff;
  border: 1px solid #cecece;
  padding: 20px 26px;
  height: 100%;
  min-width: 365px;
  border-top: 0;
}
.expert-card.mw-auto {
  min-width: auto;
}
.expert-card .content-expert {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.expert-card .content-expert .profile img {
  border-radius: 100px;
  border: 1px solid #e6890b8c;
  outline: 1px solid #19419d82;
  outline-offset: 4px;
}
.expert-card .content-expert .text a:hover {
  text-decoration: underline;
}
.expert-card.expert-2 {
  border-radius: 0 0 4px 4px;
}
.expert-card.expert-2 .content-expert {
  margin-top: 0;
}

.content-inside {
  line-height: 26px;
}
.content-inside a {
  color: #e6890b;
  font-weight: 600;
}
.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: #1c1c1c;
}
.content-inside h2 {
  font-size: 26px;
}
.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%;
}

.contact-details {
  padding-top: 25px;
  border-radius: 5px;
}
.contact-details ul {
  list-style: none;
  margin: 0;
}
.contact-details ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  line-height: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.6509803922);
  padding-bottom: 15px;
}
.contact-details ul li:last-child {
  margin-bottom: 0;
}
.contact-details ul li span {
  display: block;
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
}
.contact-details ul li .icon {
  border: 1px solid #bebebe;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
}
.contact-details ul li .text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.contact-details ul li .text a:hover {
  color: var(--primary-color);
}
.contact-details ul li .text a,
.contact-details ul li .text p {
  font-weight: 500;
}

.form-all {
  position: relative;
  height: 100%;
  padding-left: 30px;
}
.form-all::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(214, 214, 214, 0.8784313725);
  left: 0;
  position: absolute;
}
.form-all h2 {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 28px;
}
.form-all h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  display: block;
  margin-top: 6px;
  border-radius: 10px;
}

.content-team .title-team h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
}
.content-team .title-team h2::after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #868686;
  margin: 8px 0 15px;
  border-radius: 10px;
}

.card-team {
  position: relative;
}

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

.card-team .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.5%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
}

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

.card-team .text {
  bottom: 0;
  z-index: 99;
  color: #fff;
  padding: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}

.card-team .text a {
  color: var(--secondary-color);
  font-size: 21px;
}

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

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

.mw-auto {
  min-width: auto;
}

#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: 8px 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#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;
  }
}

.content-card {
  display: none;
}

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

.title-content h2 {
  font-size: 30px;
}

.card-documents .img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.card-documents .img img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-documents .text {
  padding: 5px 10px;
  font-size: 19px;
  color: #333;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: var(--transition-1);
}
.card-documents:hover .img img {
  transform: scale(1.1);
}
.card-documents:hover .text {
  color: var(--secondary-color);
}

.team-page-single .card-team {
  position: sticky;
  height: auto;
  top: 20px;
}
.team-page-single .card-team .image img {
  transform: scale(1);
}
.team-page-single .card-team .text-first {
  color: var(--primary-color);
}

.not-found {
  border: 1px solid #eee;
  padding: 50px;
  background: rgba(248, 248, 248, 0.1450980392);
}

.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(--secondary-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);
}

.blog-single-page .hero-text h1 {
  font-size: 31px;
}
.blog-single-page .arrow {
  margin-top: -15px;
}

.toc {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.toc .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.toc ul {
  padding-left: 1rem;
}
.toc ul li {
  margin-top: 3px;
}
.toc ul li:first-child {
  margin-top: 0;
}
.toc ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.toc ul li a:hover {
  color: var(--primary-color);
}

.img-blog img {
  border-radius: 5px;
}

.posted {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.posted .by {
  font-size: 15px;
  color: #444;
  font-weight: 600;
}
.posted .by i,
.posted .by svg {
  font-size: 16px;
  color: var(--primary-color);
}

.mw-auto {
  min-width: auto !important;
}

.trip-month {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding-bottom: 320px;
  padding-top: 180px;
}
.trip-month .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.trip-month .bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.3;
}
.trip-month .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trip-month .text-month .title-month {
  color: var(--primary-color);
  font-size: 18px;
  border: 2px solid var(--primary-color);
  padding: 7px 20px;
}
.trip-month .text-month .item {
  color: #fff;
  font-size: 16px;
}
.trip-month .text-month .item img {
  filter: brightness(0) invert(1);
}
.trip-month .text-month .content-month h3 {
  font-size: 48px;
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  margin: 25px 0;
}
.trip-month .text-month .content-month .text p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.trip-month .text-month .content-month .text .button-style-2 {
  gap: 20px;
}
.trip-month .text-month .content-month .text .button-style-2 .icon {
  width: 38px;
  height: 38px;
}
.trip-month .video-play a {
  background: var(--primary-color);
}
.trip-month .video-play a::after {
  background: var(--third-color);
  animation: pulse2 2s infinite;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 var(--third-color);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.departures {
  background: #ffffff;
  border-radius: 10px;
  padding: 55px;
  margin-top: -150px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1490196078);
}
.departures .section-title h2 {
  font-size: 24px !important;
  color: #000;
}

.departures-parent {
  position: relative;
}

.card-departure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.card-departure:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.card-departure img {
  border-radius: 2px;
}
.card-departure .join {
  background: #555;
  color: #fff;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
}
.card-departure .join:hover {
  background: var(--secondary-color);
}
.card-departure:hover .title {
  color: var(--primary-color);
}

.button-outline-2 {
  padding: 5px 45px;
  border: 2px solid var(--third-color);
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--third-color);
  font-weight: 700;
  border-radius: 4px;
}
.button-outline-2:hover {
  background: var(--third-color);
  color: #fff;
}

.contents-home .image-bg {
  position: relative;
}
.contents-home .image-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./assets/images/bg-overlay-1.webp") repeat;
  position: absolute;
  opacity: 0.3;
  z-index: -1;
}

.card-style-3 {
  position: relative;
}
.card-style-3 .image {
  position: relative;
  border-radius: 5px 5px 0 0;
}
.card-style-3 .image a {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-style-3 .image a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 47%,
    rgba(0, 0, 0, 0.6) 100%
  );
  left: 0;
  bottom: 0;
  z-index: 0;
}
.card-style-3 .image a img {
  transition: var(--transition-1);
  border-radius: 5px 5px 0 0;
}
.card-style-3 .wishlist {
  background: rgba(40, 40, 40, 0.31);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 25px;
  z-index: 10;
  border: 1px solid transparent;
  color: #fff;
}
.card-style-3 .wishlist:hover {
  background: #093b13;
}
.card-style-3 .wishlist img {
  max-width: -moz-max-content;
  max-width: max-content;
}
.card-style-3 .text-card {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
}
.card-style-3 .text-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #222;
  line-height: 26px;
}
.card-style-3 .price {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-weight: 700;
  z-index: 5;
}
.card-style-3:hover .image img {
  transform: scale(1.04);
}
.card-style-3:hover a {
  color: var(--third-color);
}

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

.special-tour .owl-stage-outer {
  padding-bottom: 40px;
}

.default-arrow .owl-nav {
  top: 37%;
  z-index: 0;
}
.default-arrow .owl-nav button {
  width: 55px;
  height: 55px;
  font-size: 18px;
  border-radius: 100px !important;
  color: #fff !important;
  position: absolute;
  background: #fff !important;
  color: #333 !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
.default-arrow .owl-nav button.owl-prev {
  margin-left: -25px;
}
.default-arrow .owl-nav button.owl-next {
  margin-right: -25px;
}
.default-arrow .owl-nav button.disabled {
  opacity: 1;
}
.default-arrow .owl-nav button:hover {
  background: var(--third-color) !important;
  color: #fff !important;
}

.activities {
  background: #333;
  padding: 65px 0;
  margin-top: 40px;
}
.activities h2.title {
  font-size: 30px;
  font-weight: 800;
}
.activities p {
  color: #fff;
  line-height: 25px;
  font-weight: 400;
}
.activities .owl-dots {
  margin-top: 40px;
}
.activities .owl-dots {
  margin-top: 50px;
}
.activities .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: transparent;
  outline: 1px solid #fff;
  outline-offset: 2px;
  transition: var(--transition-1);
}
.activities .owl-theme .owl-dots .owl-dot.active span,
.activities .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--third-color);
  outline: 1px solid var(--third-color);
}

#offers .owl-stage {
  margin: auto;
  margin-top: 50px;
}

.card-offerings {
  text-align: center;
  position: relative;
}
.card-offerings .icon {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.card-offerings .icon img {
  transition: var(--transition-1);
}
.card-offerings h3 {
  padding: 15px;
  font-size: 18px !important;
  color: var(--third-color);
}
.card-offerings:hover .icon img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(32%) saturate(4900%)
    hue-rotate(345deg) brightness(98%) contrast(99%);
}
.card-offerings:hover h3 {
  color: var(--secondary-color) !important;
}
.card-offerings::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #1c2b6f;
  position: absolute;
  left: 0;
}
.card-offerings.no-left-line::before {
  display: none;
}

.card-blog-1 .image {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.card-blog-1 .image img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition-1);
  height: 350px;
  object-fit: cover;
}
.card-blog-1 .top-item {
  font-weight: 800;
  font-size: 15px;
  color: var(--third-color);
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 5px 0;
}
.card-blog-1 .text {
  padding: 5px 0;
}
.card-blog-1 .text h3 {
  font-size: 19px;
  font-weight: 800;
  color: #333333;
}
.card-blog-1:hover .image img {
  transform: scale(1.1);
}
.card-blog-1:hover h3 {
  color: var(--primary-color);
}

.team .section-title {
  position: relative;
  z-index: 9;
}
.team .section-title span {
  text-transform: none;
  font-size: 20px;
  display: block;
}
.team .section-title .title {
  font-size: 26px;
}
.team .section-title::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e96303;
  bottom: -15px;
  position: absolute;
  border-radius: 10px;
}

.card-team-1 .image {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.card-team-1 .image img {
  border-radius: 5px;
  height: auto;
  transition: var(--transition-1);
}
.card-team-1 h3 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.card-team-1:hover .image img {
  transform: scale(1.1);
}
.card-team-1:hover h3 {
  color: var(--secondary-color);
}

footer {
  margin-top: -90px;
}
footer .footer-image {
  width: 100%;
  height: 100%;
  margin-top: -80px;
  pointer-events: none;
}
footer .footer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .content-footer-section {
  background: #333;
  padding-top: 150px;
  margin-top: -5px;
  padding-bottom: 45px;
}
footer .content-footer-section .text-second {
  color: #fff !important;
}
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;
  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;
}

.affiliations {
  padding-top: 40px;
  padding-bottom: 20px;
}
.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;
  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;
}

.affiliated ul li.taan img {
  width: 30px;
}

.copyright {
  margin-top: 80px;
}

.right-content-foot {
  position: relative;
  padding-left: 30px;
}
.right-content-foot::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  margin-left: -60px;
	border-right: 1px solid #93735d4f;
}

.hero.default-arrow button.owl-prev {
  margin-left: 5%;
}
.hero.default-arrow button.owl-next {
  margin-right: 5%;
}
.hero.default-arrow .owl-nav {
  top: 45%;
}
.hero.default-arrow .owl-nav button {
  border-radius: 6px !important;
  width: 70px;
  height: 70px;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.hero.default-arrow .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.568627451) !important;
}
.hero.default-arrow .owl-dots {
  margin-top: -110px;
  z-index: 9;
  position: absolute;
  width: 100%;
}
.hero.default-arrow .multi-country .owl-nav {
  top: 37%;
}
.hero.default-arrow .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  outline: 1px solid #fff;
  outline-offset: 2px;
  transition: var(--transition-1);
}
.hero.default-arrow .owl-theme .owl-dots .owl-dot.active span,
.hero.default-arrow .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--third-color);
  outline: 1px solid var(--third-color);
}

.trip-page h1 {
  font-size: 36px;
}

.share-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-items .icon-card {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-fact {
  display: flex;
  align-items: start;
  gap: 12px;
}
.card-fact img {
  margin-top: 7px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%)
    hue-rotate(101deg) brightness(95%) contrast(87%);
}
.card-fact .card-text {
  line-height: 22px;
}
.card-fact p {
  margin: 0;
  font-size: 15px;
  color: #393939;
  font-weight: 700;
}
.card-fact span {
  color: #6f6f6f;
  font-weight: 600;
  font-size: 16px;
}

.trip-facts {
  padding-top: 35px;
}

.highlights {
  margin-top: 50px;
  padding: 35px 30px;
  position: relative;
}
.highlights::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 217, 168, 0.22);
  z-index: -2;
  border-radius: 7px;
}
.highlights ul {
  list-style: none;
  padding-left: 60px;
}
.highlights ul li {
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}
.highlights ul li:first-child {
  margin-top: 0;
}
.highlights ul li:last-child {
  margin-bottom: 0;
}
.highlights ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url("./assets/images/checkmark.webp") no-repeat;
}

.pkg-title {
  margin-bottom: 20px;
}
.pkg-title h2 {
  font-size: 26px;
  font-weight: 800;
}
.pkg-title .icon {
  position: relative;
  min-width: 30px;
}
.pkg-title .icon::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgb(230, 137, 11);
  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;
}

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

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

.card-assets {
  position: relative;
}
.card-assets img {
  border-radius: 5px;
}
.card-assets .video-play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card-assets .video-play a {
  background: var(--third-color);
}
.card-assets .video-play a::after {
  background: var(--third-color);
  animation: pulse2 2s infinite;
}

.itinerary .accordion-button > span:first-child {
  min-width: -moz-max-content;
  min-width: max-content;
}

.accordion-item {
  border: 0 !important;
  margin-bottom: 25px;
}
.accordion-item .top-itinerary {
  display: flex;
}
.accordion-item .accordion-button {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0 !important;
}
.accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}
.accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon.webp") no-repeat;
  background-size: contain;
}
.accordion-item .accordion-body {
  padding-left: 75px;
  padding-top: 3px;
}
.accordion-item .accordion-body .itinerary-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion-item .accordion-body .itinerary-cards .icon-card {
  border: 1px solid #d2d2d2;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.accordion-item .accordion-body .itinerary-cards .icon-card img {
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(3935%)
    hue-rotate(317deg) brightness(108%) contrast(81%);
}

.accordion-body {
  padding: 0 !important;
}

.trip-note {
  margin-top: 30px;
  background: #f6f6f6;
  padding: 25px 30px;
  border-radius: 7px;
}
.trip-note .icon {
  background: var(--primary-color);
  width: 55px;
  height: 55px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.trip-note span {
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 5px;
  display: block;
}

.inclusion ul {
  list-style: none;
  padding-left: 0;
}
.inclusion ul li {
  padding-left: 30px;
  position: relative;
  margin: 6px 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: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
}
.inclusion .includes ul li::before {
  background: url("./assets/images/checkmark-inc.webp") no-repeat;
  background-size: contain;
}
.inclusion .excludes ul li::before {
  width: 17px;
  height: 17px;
  background: url("./assets/images/cross-icon.webp") no-repeat;
  background-size: contain;
}

.faq-package .title h2 {
  font-size: 22px;
}
.faq-package .accordion-item {
  margin-bottom: 14px;
  border: 0 !important;
}
.faq-package .accordion-item .accordion-button {
  color: #222 !important;
  font-weight: 700 !important;
}
.faq-package .accordion-item .accordion-button::after {
  left: 0;
  right: auto;
}
.faq-package .accordion-item .accordion-body,
.faq-package .accordion-item .accordion-button {
  padding-left: 32px !important;
}
.faq-package .accordion-item .accordion-body {
  font-size: 16px;
}
.faq-package .accordion-item[aria-expanded="true"] .top-itinerary h3 span {
  color: var(--primary-color) !important;
}
.faq-package .accordion-item .accordion-button::after {
  width: 20px;
  height: 20px;
}

.card-treview {
  box-shadow: 0px 2px 1px 0px #dcc6b1;
  padding: 25px 28px;
  background: #fff;
  padding-bottom: 40px;
  position: relative;
  border-radius: 6px;
}
.card-treview h3 {
  font-size: 22px;
}
.card-treview .image-user {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
.card-treview .image-user img {
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.card-treview .content-inside {
  max-height: 250px;
  overflow-y: auto;
}
.card-treview .user-detail {
  margin: auto;
  width: 100%;
}
.card-treview .user-detail .name {
  font-size: 16px;
  color: #222;
}

.trip-reviews {
  background: #fff8f1;
  margin-top: 55px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
.trip-reviews .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}
.trip-reviews .owl-theme .owl-nav {
  position: absolute;
  top: -34%;
  right: 0;
}
.trip-reviews .owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
}

.detail-view {
  background: var(--secondary-color);
  padding: 2px 22px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}

.right-side {
  position: sticky;
  top: 20px;
}
.right-side .right-side-content {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 10px;
}
.right-side .right-side-content .top-pricing .old-price {
  text-decoration: line-through;
  font-weight: 500;
  color: #999999;
}
.right-side .right-side-content .top-pricing .current-price {
  font-size: 32px;
}
.right-side .right-side-content .lists-showcase ul li {
  padding-left: 28px;
  position: relative;
  color: #555555;
  margin: 5px 0;
}
.right-side .right-side-content .lists-showcase ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  background-size: contain;
  left: 0;
  top: 4px;
}
.right-side .right-side-content .buttons button {
  width: 100%;
  color: #fff;
  border-radius: 4px;
  transition: var(--transition-1);
  padding: 10px 15px;
  font-weight: 500;
}
.right-side .right-side-content .buttons .book-trip {
  background: var(--secondary-color);
}
.right-side .right-side-content .buttons .book-trip:hover {
  background: var(--primary-color);
}
.right-side .right-side-content .buttons .inquiry {
  border: 2px solid var(--secondary-color);
  color: #555555;
}
.right-side .right-side-content .buttons .inquiry:hover {
  border-color: var(--primary-color);
  color: #000;
}
.right-side .trip-expert {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1490196078);
  padding: 20px;
}
.right-side .trip-expert .expert-info {
  margin-top: -50px;
}
.right-side .trip-expert .expert-info img {
  border-radius: 100px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2784313725);
}
.right-side .trip-expert .need-help {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  transition: var(--transition-1);
  position: relative;
}
.right-side .trip-expert .need-help::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 2px;
  background: var(--secondary-color);
  bottom: 0;
  border-radius: 10px;
  transition: all 600ms ease-in;
}
.right-side .trip-expert .need-help:hover {
  color: var(--secondary-color);
}
.right-side .trip-expert .need-help:hover::after {
  width: 100%;
}
.right-side .tripad-reviews {
  font-size: 16px;
  transition: var(--transition-1);
}
.right-side .left-tripadvisor a:hover span {
  color: green;
  text-decoration: underline;
}
.right-side .title-discount {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 2px solid var(--secondary-color);
  padding: 6px 12px 9px;
  border-radius: 3px;
}
.right-side .expert-info .image img {
  border-radius: 10px;
}
.right-side .expert-info .image::after {
  right: -4px;
}

.trip-advisor-right .reviews-read:hover {
  color: var(--secondary-color);
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon-2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.ribbon-2 {
  --f: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.5;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51% /
    var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51% / var(--f);
  -webkit-clip-path: polygon(
    100% calc(100% - var(--f)),
    100% 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    var(--f) calc(100% - var(--f)),
    0 100%,
    0 calc(100% - var(--f)),
    999px calc(100% - var(--f) - 999px),
    calc(100% - 999px) calc(100% - var(--f) - 999px)
  );
  clip-path: polygon(
    100% calc(100% - var(--f)),
    100% 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    var(--f) calc(100% - var(--f)),
    0 100%,
    0 calc(100% - var(--f)),
    999px calc(100% - var(--f) - 999px),
    calc(100% - 999px) calc(100% - var(--f) - 999px)
  );
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: var(--secondary-color);
}

.shared-items {
  margin-top: -15px;
}

.sharing-items,
.download {
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2470588235);
}

.download {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharing-items,
.download {
  border-radius: 100px;
}

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

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

.toggle-input {
  display: none;
}

.toggle-input:checked + .toggle:after,
.toggle-input:checked + .toggle:before {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  left: 14px;
  top: 23px;
  height: 2px;
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.sharing-list li {
  position: absolute;
  top: 2px;
  left: 0;
  width: 45px;
  height: 45px;
  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: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 25px;
  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: 55px;
}

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

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

input:checked ~ .sharing-list li:nth-child(4) {
  top: 205px;
}
@keyframes bar1 {
  0% {
    width: 46px;
    height: 50px;
    background-color: transparent;
    transform: rotate(0deg) scale(1);
    top: 0;
    left: 0;
    opacity: 1;
  }
  50% {
    background-color: transparent;
    width: 46px;
    height: 50px;
    top: 0;
    left: 0;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50.001% {
    background-color: #fff;
    left: 10px;
    top: 22px;
    height: 3px;
    width: 30px;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
@keyframes bar2 {
  0% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}
.discount-group {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  background: #fff;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}

.discount-group .title-discount {
  background: transparent;
}

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

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

.discount-group .group-prices {
  padding: 7px 20px;
  position: absolute;
  width: 100%;
  background: #fff;
  border-top: 1px solid #d0d0d0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 4px 4px;
  transform: translateY(5%);
  transition: all 200ms linear;
  z-index: 99;
}

.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;
  border-bottom: 1px dashed #999;
}

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

button .arrow {
  transition: var(--transition-1);
}

.show-prices button .arrow {
  transform: rotate(-180deg);
}

.itinerary .accordion-item span.text-third-color {
  padding-right: 40px;
}

.sticky-package {
  position: fixed;
  width: 100%;
  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: flex;
  padding: 10px 35px;
  gap: 10px;
  align-items: center;
}
.items-packages ul li a img {
  transition: var(--transition-1);
}
.items-packages ul li a > span:last-child {
  color: #242121;
  font-weight: 500;
}
.items-packages ul li a.active {
  background: var(--primary-color);
  color: #fff;
}
.items-packages ul li a.active img {
  filter: brightness(0) invert(1);
}
.items-packages ul li a.active > span:last-child {
  color: #fff;
}

.card-review {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 32px;
  border-radius: 4px;
  margin-top: 22px;
}
.card-review h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}
.card-review .content-inside {
  max-height: 200px;
  overflow-y: auto;
  font-size: 17px;
  color: #333;
}
.card-review .left,
.card-review .right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.card-review .right {
  gap: 8px;
  font-size: 16px;
}
.card-review .image {
  width: 74px;
  height: 74px;
  border: 5px solid #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 100px;
}
.card-review .image img {
  width: 100%;
  border-radius: 100px;
}
.card-review .text {
  line-height: 20px;
}
.card-review .text .universal-star {
  font-size: 12px;
  display: flex;
}

.similar-trips {
  border-top: 1px solid rgba(184, 184, 184, 0.2823529412);
  margin-top: 70px;
  padding-top: 50px;
}

.right-package-parent {
  position: sticky;
  height: auto;
  top: 62px;
}
.right-package-parent .expert-info {
  margin-top: -50px;
}
.right-package-parent .expert-info img {
  border-radius: 100px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2784313725);
}

.right-package {
  border-radius: 10px;
  right: 0;
  z-index: 99;
  background: #df650d;
}
.right-package .wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f3f3f3;
  color: #444;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-package .wishlist:hover {
  background: var(--third-color);
  color: #fff;
}
.right-package .text-special {
  line-height: 22px;
  display: block;
}
.right-package ul.discounts {
  padding-left: 0;
}
.right-package ul.discounts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.right-package ul.discounts li:last-child {
  border-bottom: 0;
}
.right-package ul.discounts li span:first-child {
  color: #444444;
}
.right-package ul.discounts li span.bold {
  color: #444444;
  font-weight: 700;
}
.right-package .text-first {
  color: #e4e4e4;
}
.right-package .price {
  font-size: 33px;
  color: #fff;
  font-weight: 900;
}
.right-package .bottom-content {
  background: #fff;
  padding: 22px 25px;
  border-radius: 5px;
  border: 2px solid #eaeaea;
}
.right-package .bottom-content p {
  color: #222;
}
.right-package .price-parent {
  line-height: 32px;
  padding: 20px;
}

.btns-right button,
.btns-right a {
  width: 100%;
  background: #2d2d2d;
  padding: 9px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  transition: var(--transition-1);
}
.btns-right button.inquiry,
.btns-right a.inquiry {
  background: var(--primary-color);
}
.btns-right button:hover {
  background: var(--secondary-color);
}
.btns-right button:hover {
  background: #373737;
}

.gallery-photos {
  position: relative;
}
.gallery-photos .image img {
  border-radius: 5px;
  height: 524px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-photos .video-play {
  position: absolute;
  bottom: -30px;
  right: 40px;
}
.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 #fff;
  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(--third-color);
  background: var(--third-color);
  outline-offset: 3px;
  border-radius: 100px;
}
.gallery-photos .video-play a {
  height: 50px;
  width: 50px;
  font-size: 11px;
  background: var(--third-color);
}
.gallery-photos .video-play a::after {
  background: var(--third-color);
  animation: pulse2 2s infinite;
}
.gallery-photos .video-play a::after {
  height: 50px;
  width: 50px;
}
.gallery-photos .video-play {
  bottom: -23px;
}
.gallery-photos .owl-nav button.owl-prev {
  margin-left: 35px;
}
.gallery-photos .owl-nav button.owl-next {
  margin-right: 35px;
}

.button-style-2 {
  background: var(--third-color);
  padding: 8px 30px;
  border-radius: 5px;
  color: #fff;
  display: block;
}
.button-style-2:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Pagination*/

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

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: var(--primary-color);
  text-decoration: none;
}

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

.max-w {
  max-width: max-content;
}

.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: #1d3863;
  color: #fff;
}
.navigation li a {
  border: 1px solid #97baf2;
}

.wpforms-page-indicator-steps {
  min-width: 150px;
  font-weight: 600;
}

/* Cart */

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

.input-group input {
  width: 100% !important;
  border-radius: 100px !important;
  border: 2px solid #2d2d2d !important;
}

.input-group button {
  background: #2d2d2d;
  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;
  max-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;
}

.itinerary .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

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

.sticky-package {
  position: fixed;
  width: 100%;
  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;
  min-width: max-content;
}
.items-packages ul li a {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  height: 100%;
  padding: 10px 50px;
  color: #333;
}
.items-packages ul li a > span {
  font-weight: 700 !important;
  font-size: 15px !important;
}
.items-packages ul li a.active {
  background: #222;
  color: #fff;
}
.content-starts .padding-top {
  padding-top: 50px;
}

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

.search-hero .hero-text h1 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}

.addons .card-addon {
  margin-top: 30px;
}
.addons .card-addon:first-child {
  margin-top: 0;
}
.addons h3 {
  font-size: 20px;
  color: #222;
  font-weight: 800;
}
.addon-card .text-addon {
  color: #646464;
}

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

.excerpt-text {
  line-height: 28px;
  color: #666;
}

.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li > ul {
  padding-left: 0 !important;
}

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

.author-information {
  padding: 25px;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  background: #ececec26;
}

.author-information .img img {
  border-radius: 100px;
}

.author-information .author-title {
  font-size: 20px;
  display: block;
  margin-bottom: 20px !important;
  font-weight: 700;
  color: #333;
}

.author-information a {
  text-transform: capitalize;
}

.goog-te-gadget {
  color: #666 !important;
}
.goog-te-gadget-simple {
  border-bottom: 1px solid #e8e8e8 !important;
  font-size: 10pt !important;
  background-color: transparent !important;
  margin-left: 20px;
  border: 0 !important;
  padding: 2px 5px !important;
}

.goog-te-gadget-simple span {
  color: #fff;
}
.goog-te-gadget img {
  display: none;
}

.goog-te-gadget-simple a > span:nth-child(3) {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

header .content-expert .profile {
  border: 1px solid #fff;
  border-radius: 5px;
}

header .content-expert .profile img {
  border-radius: 5px;
}

header .content-expert .text p {
  font-size: 17px;
}

header .content-expert .text a {
  color: #fff;
  font-weight: 600;
}

header .content-expert .text {
  line-height: 26px;
}

#loadMore .spinner {
  display: none;
}

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

.goog-te-gadget-simple a span {
  color: #fff !important;
}

.top-showcase {
  position: relative;
}
.top-showcase .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
}
.top-showcase .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-showcase .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.81) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  top: 0;
}
.top-showcase .main-header {
  padding-top: 10px;
  /* background: rgba(43, 43, 43, 0.2); */
}
.top-showcase .hero.main-hero .hero-text {
  padding: 260px 0 200px;
}
.top-showcase .hero.main-hero .hero-text h1 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 900;
  font-size: 54px;
  line-height: 75px;
}
.top-showcase .hero.inner-hero .hero-text {
  padding: 200px 0 50px;
}
.top-showcase .hero.inner-hero .hero-text h1 {
  color: #fff;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 0;
  text-align: center;
}
.top-showcase .hero.inner-hero .hero-text p {
  color: #fff;
  font-size: 15px;
  margin-top: 12px;
}

.top-header {
  padding: 4px 0;
  background: #a65820cf;
  font-size: 14px;
}

.top-header .list-socials {
  display: flex;
  color: #fff;
  column-gap: 20px;
}

.blog-single-page .breadcrumb-custom ol {
  color: #333;
  justify-content: start;
}

.trip-page .breadcrumb-custom ol {
  color: #333;
}

.trip-showcase .hero-text {
  min-height: 450px;
}

.menu-translate {
  position: relative;
  display: inline-block;
}

.translate-toggle {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 8px;
  background: transparent;
  border-radius: 2px;
}

.menu-translate-header {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 180px;
  padding: 4px 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  top: 114%;
  left: -30px;
}

.menu-translate-header.open {
  display: block;
}

.menu-translate-header li {
  margin: 0;
}

.menu-translate-header li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  padding: 2px 12px;
  transition: background 0.2s;
}

.menu-translate-header li a:hover {
  background: #f2f2f2;
}

.menu-translate-header li img {
  width: 20px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.translate-toggle svg,
.translate-toggle i {
  font-size: 9px;
}

.btns-right button.inquiry,
.btns-right a.inquiry {
  border: 1px solid transparent;
}
.btns-right a.inquiry:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

header .ico {
  background: #0b8f28;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 22px;
}
.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: #ffb47e2b;
}

.pkg-title .icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(3935%)
    hue-rotate(317deg) brightness(108%) contrast(81%);
}
.trip-map .image {
  border: 1px solid #f1af79;
  border-radius: 2px;
}
.main-parent-map .button-style-1 {
  border: 1px solid #393939;
  color: #393939;
  padding: 7px 25px;
}
.main-parent-map .button-style-1:hover {
  color: #fff;
}

#yt-player {
  width: 100% !important;
  top: -274px;
  position: absolute;
}

.departures-package .top-departure {
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
  background: #f3f3f3 !important;
}
.departures-package .top-departure span {
  font-weight: 700;
  color: #333;
}
.departures-package .departure-table {
  border: 1px solid #d1d1d1;
  border-top: 0;
  border-bottom: 1px solid #d1d1d1 !important;
  color: #222222;
  padding: 14px 30px;
}
.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}
.departures-package .top-departure {
  font-weight: 500;
  color: #333;
}
.departures-package .data-departure {
  color: #626262;
}
.departures-package button {
  background: #fff;
  transition: var(--transition-1);
  background: var(--third-color);
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 500;
  width: 100%;
}
.departures-package button:hover {
  background: #444;
  color: #fff;
}

.group-joining select {
  border: 1px solid #a29d9db0;
  padding: 9px 20px;
  border-radius: 4px;
  color: #222;
  font-weight: 600;
  background: #fff;
  font-size: 18px;
}
