/*!
Theme Name: Epic Trek Nepal
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: epictrek
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.

Epic Trek Nepal 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: #0ca84c;
  --secondary-color: #014d73;
  --transition-1: all 750ms ease;
  --font-1: "Roboto Flex", sans-serif;
  --bs-accordion-active-bg: #283c902e;
  --wpforms-button-background-color-alt: #0c5b2a;
}

body,
html {
  position: relative;
}

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

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

img {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bkg-white {
  background: #fff;
}

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

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

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

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

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

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

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

.text-777 {
  color: #777777;
}

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

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

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

.rounded-circle {
  border-radius: 500px;
}

header {
  padding-top: 30px;
  z-index: 9999;
  position: relative;
}
header .expert-info {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}
header .expert-info .text {
  line-height: 22px;
  font-size: 16px;
  text-align: end;
}
header .expert-info .text span {
  font-size: 13px;
  color: #2dd873;
  font-weight: 500;
}
header .expert-info .text a {
  color: #111;
  font-weight: 600;
}
header .expert-info .img img {
  border-radius: 100px;
  border: 2px solid #fff;
}
.filter-white {
  filter: brightness(0) invert(1);
}
header nav ul {
  -moz-column-gap: 45px;
  column-gap: 45px;
}
header nav ul li {
  color: #fff;
  font-weight: 600;
}

.search-bar {
  position: relative;
  z-index: 4;
  border-radius: 1px;
  margin: auto;
  padding: 10px 20px 10px 16px;
  max-width: 960px;
  border-radius: 5px;
}
.search-bar::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 925px;
}
.search-bar.has-border {
  border: 1px solid #d0d0d0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #fff;
}
.search-bar.has-border::before {
  display: none;
}
.search-bar .input {
  height: 100%;
}
.search-bar .input input {
  background: transparent;
  padding: 18px 1px 18px 10px;
  height: 100%;
  color: #222;
  font-weight: 600;
}
.search-bar .input input::-moz-placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.search-bar .input input::placeholder {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.search-bar .search-btn {
  background: #fff;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 13px 40px;
  color: #fff;
  background: var(--primary-color);
}
.search-bar .search-btn svg,
.search-bar .search-btn i {
  font-size: 22px;
}
.search-bar .search-btn:hover {
  background: var(--secondary-color);
}

.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "";
  width: 1px;
  height: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #baeac4;
}
.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 {
  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;
  cursor: pointer;
}

.select_wrap .default_option li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  padding: 8px 0;
  padding-right: 55px;
  padding-left: 25px;
}

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

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

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

.select_wrap .select_ul li {
  padding: 4px 10px;
}

.select_wrap .select_ul li:hover {
  background: var(--secondary-color);
  color: #fff;
}

.select_wrap .option {
  display: flex;
  align-items: center;
  font-size: 16px;
}

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

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

.default-arrow .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 41%;
  z-index: 0;
}
.default-arrow .owl-nav button {
  width: 60px;
  height: 60px;
  font-size: 16px !important;
  border-radius: 100px !important;
  color: #fff !important;
  position: absolute;
  background: var(--primary-color) !important;
}
.default-arrow .owl-nav button.owl-prev {
  margin-left: -80px;
  left: 0;
}
.default-arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: -80px;
}
.default-arrow .owl-nav button.disabled {
  opacity: 1;
  color: #fff;
}
.default-arrow .owl-nav button:hover {
  background: #05642d !important;
  color: #fff !important;
}

.hero {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}
.hero.home-hero .hero-text {
	padding: 210px 0 390px;
}
.hero .hero-text h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
	margin-bottom: 120px;
	color: #000;
position: relative;
z-index: 99;
	font-weight: 800;
color: #f5fff9;
filter: drop-shadow(1px 5px 3px #0000004a);
}
.hero .hero-text h1 span {
  display: block;
	font-size: 41px;
	font-weight: 700;
letter-spacing: 0.8px;
}
.swiper-container {
height: 100% !important;
}
.swiper {
height: 100% !important;
}
.hero .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.hero .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.3019607843);
  position: absolute;
  left: 0;
  top: 0;
}
.hero .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .bottom-hero {
  position: absolute;
  margin-top: -130px;
  width: 100%;
}
.hero .bottom-hero .right-content {
  position: relative;
}
.hero .bottom-hero .left-card {
  background: var(--primary-color);
  min-width: 380px;
  padding: 40px 50px;
  border-radius: 4px;
}
.hero .bottom-hero .left-card h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 38px;
  color: #fff;
  position: relative;
  padding-bottom: 22px;
}
.hero .bottom-hero .left-card h2::after {
  content: "";
  position: absolute;
  width: 265px;
  height: 10px;
  left: 0;
  bottom: 0;
  background: url("./assets/images/line-divider.webp") no-repeat;
  background-size: contain;
}
.hero .bottom-hero .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 300px;
  margin-top: -70px;
}
.hero .bottom-hero .owl-nav button {
  background: #0c5b2a;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #fff;
}
.hero .bottom-hero .owl-nav button.disabled {
  background: #fff;
  color: var(--primary-color);
}

.card-hero {
  position: relative;
}
.card-hero a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.card-hero a img {
  border-radius: 4px;
  transition: var(--transition-1);
  height: 243px;
  -o-object-fit: cover;
  width: 300px !important;
  object-fit: cover;
  object-fit: cover;
}
.card-hero h3 {
  position: absolute;
  bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.card-hero h3 a {
  background: rgba(12, 91, 42, 0.76);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
}
.card-hero:hover a img {
  transform: scale(1.1);
}
.card-hero:hover h3 a {
  background: var(--primary-color);
}

.button-style-1 {
  background: var(--primary-color);
  padding: 12px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
}
.button-style-1 img {
  transition: var(--transition-1);
}
.button-style-1:hover {
  background: #05642d;
  color: #fff;
}
.button-style-1:hover img {
  transform: translateX(5px);
}
.button-style-1.outline-btn {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.button-style-1.outline-btn img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(77%) saturate(5748%)
    hue-rotate(126deg) brightness(100%) contrast(91%);
}
.button-style-1.outline-btn:hover {
  color: #333;
}
.button-style-1.outline-btn:hover img {
  filter: brightness(0);
}

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

.welcome .left-content img {
  border-radius: 4px;
}
.welcome .left-content img:nth-child(2) {
  position: relative;
  z-index: 2;
  margin-top: -75px;
  margin-left: 255px;
}
.welcome .left-content img:nth-child(3) {
  margin-top: -95px;
  margin-left: 250px;
}
.welcome .left-content img:nth-child(5) {
  margin-top: -80px;
}
.welcome .left-content::before {
  content: "";
  width: 328px;
  height: 283px;
  position: absolute;
  background: url("./assets/images/shape-round.webp") no-repeat;
  z-index: -1;
  margin-left: 130px;
  margin-top: 45px;
}
.welcome .left-parent {
  max-width: 580px;
}

.section-title > span {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
}
.section-title .title {
  font-weight: 700;
  font-size: 33px;
}

.card-style-1 .image-parent {
  position: relative;
}
.card-style-1 .image-parent .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.card-style-1 .image-parent .img img {
  border-radius: 4px 4px 0 0;
  transition: var(--transition-1);
  height: 300px;
  object-fit: cover;
}
.card-style-1 .image-parent .review {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ffb73b;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.card-style-1 .image-parent .review i,
.card-style-1 .image-parent .review svg {
  font-size: 20px;
}
.card-style-1 .image-parent .review span {
  color: #fff;
  font-weight: 500;
}
.card-style-1 .image-parent .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 25px;
}
.card-style-1 .text-1 {
  padding: 23px 25px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.card-style-1 .text-1 > span.region-text {
  font-size: 12px;
}
.card-style-1 .text-1 .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.card-style-1 .text-1 ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  -moz-column-gap: 7px;
  column-gap: 7px;
  color: #444444;
  font-size: 15px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.card-style-1 .text-1 .price {
  position: relative;
  line-height: 30px;
}
.card-style-1 .text-1 .price .title-price {
  position: relative;
  background: #fff;
  font-size: 14px;
  color: #1e1e1e;
  padding-right: 10px;
  z-index: 2;
}
.card-style-1 .text-1 .price::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #dcf6e7;
  margin-top: 16px;
  z-index: 0;
}
.card-style-1 .text-1 .price .bottom {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.card-style-1 .text-1 .price p {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0;
}
.card-style-1 .text-1 .price .line-through {
  color: #75b9db;
  font-weight: 500;
  font-size: 16px;
}
.card-style-1:hover .img img {
  transform: scale(1.1);
}
.card-style-1:hover .text-1 .title {
  color: var(--primary-color);
}

.line-through {
  text-decoration: line-through;
}

.section-recommended {
  background: #f0f7f0;
  margin-top: 80px;
  padding-bottom: 80px;
}

.departures .icon-arrow {
  background: #eeeeee;
  padding: 5px 5px 5px 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-transform: uppercase;
  font-weight: 800;
  max-width: -moz-max-content;
  max-width: max-content;
}
.departures .icon-arrow .icon {
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--transition-1);
}
.departures .icon-arrow:hover {
  color: #000;
}
.departures .icon-arrow:hover .icon {
  transform: translateX(10px);
}

.challenging-trips .owl-nav {
  top: 50% !important;
}
.challenging-trips .owl-nav button.owl-prev {
  margin-left: 30px;
}
.challenging-trips .owl-nav button.owl-next {
  margin-right: 30px;
}

.card-departure {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  border-radius: 4px;
  border-bottom: 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.0784313725);
}
.card-departure a img {
  border-radius: 4px;
}
.card-departure:hover h3 {
  color: var(--primary-color);
}
.card-departure:last-child {
  border: 1px solid #e5e5e5;
}

.card-style-2 {
  position: relative;
}
.card-style-2 .text-2 {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.card-style-2 .text-2 ul {
  display: flex;
  color: #0bb451;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.card-style-2 .text-2 .title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-decoration: underline;
}
.card-style-2 .image {
  position: relative;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.card-style-2 .image img {
  border-radius: 3px;
  width: auto;
  transition: var(--transition-1);
}
.card-style-2 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 62.98%,
    rgba(0, 0, 0, 0.73) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.card-style-2 .price {
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background: var(--primary-color);
  position: absolute;
  top: 20px;
  color: #fff;
  font-weight: 700;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 25px;
}
.card-style-2 .price span {
  display: block;
  font-size: 20px;
}
.card-style-2 .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 25px;
}
.card-style-2 .wishlist:hover {
  color: var(--primary-color);
}
.card-style-2:hover .image img {
  transform: scale(1.1);
}

.trip-month {
  position: relative;
  margin-top: 70px;
  padding-top: 145px;
  padding-bottom: 200px;
}
.trip-month::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.trip-month .explore {
  color: #fff;
  margin-top: 30px;
  display: block;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.trip-month .explore i,
.trip-month .explore svg {
  font-size: 12px;
}
.trip-month h2 {
  background: var(--primary-color);
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: auto;
  margin-bottom: 25px;
}
.trip-month h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.trip-month .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.trip-month .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trip-month .trips {
  background: rgba(25, 159, 255, 0.168627451);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  color: #fff;
  padding: 18px 50px;
  border: 1px solid #ffffff;
}
.trip-month .trips li {
  line-height: 12px;
}
.trip-month .trips li p {
  font-size: 14px;
}
.trip-month .trips li span {
  font-size: 20px;
  font-weight: 600;
}
.trip-month .videoplay {
  display: flex;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: 10px;
}
.trip-month .video-play {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  color: #fff;
}
.trip-month .price {
  background: var(--primary-color);
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 4px;
}
.trip-month .price span {
  font-size: 15px;
  font-weight: 500;
}

.section-tour .owl-nav button {
  background: transparent !important;
  color: var(--primary-color) !important;
}
.section-tour .owl-nav button:hover {
  color: #000 !important;
  background: transparent !important;
}
.section-tour .owl-stage-outer {
  padding-bottom: 20px;
}

.faqs-home {
  padding-bottom: 110px;
  position: relative;
}
.faqs-home .accordion-button {
  font-weight: 600;
  color: #333;
  padding: 25px;
}
.faqs-home .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.faqs-home .accordion-item {
  margin-bottom: 4px;
  border: 1px solid #f0f7f0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0392156863);
}
.faqs-home .accordion-button:not(.collapsed) {
  background-color: #18994d;
  color: #fff !important;
}
.faqs-home .accordion-button::after {
  background: url("./assets/images/arrow-down.webp") no-repeat;
  width: 12px;
  height: 7px;
}
.faqs-home .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faqs-home .image-mountain {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

.card-review {
  background: #fff;
  padding: 22px 28px;
  border-radius: 4px;
}
.card-review .top-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-review .content-inside {
  font-size: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.card-review .user-profile {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 17px;
}
.card-review .user-profile img {
  border-radius: 100px;
}
.card-review .user-profile .text {
  line-height: 20px;
}
.card-review .user-profile p {
  margin: 0;
  font-weight: 700;
}

.universal-star {
  display: flex;
  color: #f5bc00;
  font-size: 12px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.reviews {
  background: #f0f7f0;
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
}

.card-large-blog {
  padding: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #f0f7f0;
  position: relative;
}
.card-large-blog .img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.card-large-blog .img img {
  border-radius: 4px;
  transition: var(--transition-1);
  height: 255px;
  object-fit: cover;
}
.card-large-blog .image-parent {
  position: relative;
}
.card-large-blog .post-on {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(34, 185, 20, 0.7098039216);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 60px;
  height: 60px;
  padding: 7px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 0 4px 0 4px;
}
.card-large-blog .text-blog {
  padding-top: 20px;
}
.card-large-blog .text-blog h3 {
  margin-bottom: 14px;
}
.card-large-blog .text-blog h3 a {
  color: #1e1e1e;
}
.card-large-blog .text-blog a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.card-large-blog .text-blog a i,
.card-large-blog .text-blog a svg {
  font-size: 15px;
}
.card-large-blog h3 {
  font-size: 22px;
  font-weight: 700;
}
.card-large-blog:hover .img img {
  transform: scale(1.1);
}
.card-large-blog:hover .text-blog h3 a {
  color: #05642d;
}

.card-blog {
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 20px;
}
.card-blog .image-parent {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.card-blog .image-parent img {
  height: 145px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: var(--transition-1);
  width: 240px !important;
}
.card-blog .post-on {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(34, 185, 20, 0.7098039216);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 60px;
  height: 60px;
  padding: 7px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 0 4px 0 4px;
}
.card-blog .text-blog h3 {
  margin-bottom: 14px;
}
.card-blog .text-blog h3 a {
  color: #1e1e1e;
}
.card-blog .text-blog a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.card-blog .text-blog a i,
.card-blog .text-blog a svg {
  font-size: 15px;
}
.card-blog h3 {
  font-size: 22px;
  font-weight: 700;
}
.card-blog .left-blog {
  max-width: 240px;
}
.card-blog:hover .img img {
  transform: scale(1.1);
}
.card-blog:hover .text-blog h3 a {
  color: #05642d;
}

footer {
  padding-top: 80px;
}
footer .associated {
  display: block;
  text-align: center;
}
footer .associated .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
footer .associated .title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f0f7f0;
  position: absolute;
  left: 0;
  margin-top: 13px;
}
footer .associated .title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
footer .contact-details {
  list-style: none;
  padding-left: 0;
}
footer .contact-details a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.we-accept li {
  border: 1px solid #f3f3f3;
}

footer .content-footer {
  padding-top: 60px;
  padding-bottom: 140px;
  margin-top: 100px;
  position: relative;
}
footer .content-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f0f7f0;
  z-index: -2;
  top: 0;
  left: 0;
}
footer .footer-menu .title {
  font-weight: 700;
  color: #1e1e1e;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
footer .footer-menu li {
  margin-bottom: 10px;
  color: #1e1e1e;
}
footer .footer-menu li a:hover {
  color: var(--primary-color);
}
footer .right-line {
  padding-left: 40px;
  position: relative;
}
footer .right-line::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  position: absolute;
  background: #d4e8d8;
  top: 0;
  margin-left: -26px;
}
footer .follow-us {
  padding-top: 50px;
  text-align: center;
}
footer .follow-us .title {
  font-size: 18px;
  font-weight: 600;
}
footer .follow-us ul {
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 20px;
}
footer .follow-us ul li {
  color: var(--primary-color);
  font-size: 24px;
}
footer .follow-us ul li a:hover {
  color: #333;
}
footer .footer-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: auto;
}
footer .footer-image img {
  width: 100%;
  height: auto;
}

.subscribe-form {
  display: flex;
  position: relative;
  align-items: center;
  padding: 6px;
  padding-left: 15px;
  border-radius: 4px;
  margin-top: -95px;
  margin-bottom: 50px;
  border: 1px solid #f0f7f0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.subscribe-form::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 490px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0392156863);
}
.subscribe-form input {
  padding: 10px;
}
.subscribe-form button {
  background: var(--primary-color);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
}
.subscribe-form button:hover {
  background: #222;
}

.breadcrumb-parent {
  background: #f0f7f0;
  padding: 10px 0;
}

.breadcrumb-custom {
  display: flex;
  color: #262626;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
}

.inner-hero {
  padding-bottom: 20px;
  overflow: hidden;
}
.inner-hero .bg-img {
  position: relative;
}
.inner-hero h1 {
  text-align: start;
  font-weight: 700;
  font-size: 36px;
  text-transform: none;
  color: var(--primary-color);
}
.inner-hero .bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
}

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

.content-inside {
  line-height: 26px;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside ul:last-child {
  margin: 0;
}
.content-inside a {
  font-weight: 700;
  color: var(--secondary-color);
}
.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 700;
  color: #222;
}
.content-inside h2 strong,
.content-inside h3 strong,
.content-inside h4 strong,
.content-inside h5 strong,
.content-inside h6 strong {
  font-weight: 700;
}
.content-inside h2 {
  font-size: 24px !important;
}
.content-inside h3 {
  font-size: 22px !important;
}
.content-inside h4 {
  font-size: 20px !important;
}
.content-inside h5 {
  font-size: 19px !important;
}
.content-inside h6 {
  font-size: 18px !important;
}
.content-inside img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.content-inside figure {
  max-width: 100%;
  height: auto;
}
.content-inside figure figcaption {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 500;
}
.content-inside table {
  border: 1px solid #999;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.content-inside table tr:first-child td,
.content-inside table th {
  background: #26336d;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 30px;
}
.content-inside table tr {
  background: #fff;
}
.content-inside table tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 30px;
  font-weight: 600;
}

.right-links {
  background: var(--primary-color);
  padding: 20px;
  border-radius: 4px;
  position: sticky;
  height: auto;
  top: 20px;
}
.right-links .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
  display: block;
  color: #fff;
  position: relative;
}
.right-links .title::after {
  content: "";
  width: 200px;
  height: 10px;
  background: url("./assets/images/line-divider.webp") no-repeat;
  position: absolute;
  left: 0;
  background-size: contain;
  bottom: 0;
  opacity: 0.4;
  margin-bottom: -15px;
}
.right-links ul li {
  padding-left: 25px;
  margin-bottom: 7px;
  position: relative;
  color: #fff;
}
.right-links ul li::before {
  content: "";
  outline: 1px solid #fff;
  position: absolute;
  width: 8px;
  margin-top: 9px;
  height: 8px;
  left: 0;
  border-radius: 100px;
  background: #087b37;
  outline-offset: 3px;
}
.right-links ul li a {
  display: block;
}
.right-links ul li a:hover {
  transform: translateX(5px);
  text-decoration: underline;
}

.inner-hero .large-padding-top {
  padding: 400px 0 10px;
}

.packages-list {
  margin-top: 70px;
  padding-bottom: 60px;
  background: #f0f7f0;
  background: linear-gradient(
    180deg,
    rgb(240, 247, 240) 0%,
    rgb(255, 255, 255) 100%
  );
}

.packages-list.no-bg {
  background: #fff !important;
}

#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;
  border: 0;
}
#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;
  }
}
.spinner {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.spinner > div {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}

.content-card {
  display: none;
}

.card-detail {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border: 1px solid #eee;
  padding: 20px;
  background: rgba(241, 241, 241, 0.231372549);
}
.card-detail span {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 14px;
}
.card-detail i,
.card-detail svg {
  color: var(--secondary-color);
}
.card-detail .text {
  line-height: 25px;
}
.card-detail a,
.card-detail p {
  display: block;
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
}
.card-detail .icon {
  border: 1px solid #a6c6a6;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.card-documents {
  position: relative;
}
.card-documents .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60.58%,
    rgba(0, 0, 0, 0.77) 100%
  );
  position: absolute;
  left: 0;
  border-radius: 4px;
}
.card-documents .img img {
  border-radius: 4px;
  height: 550px;
  object-fit: cover;
  object-position: top;
}
.card-documents .text {
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  transition: var(--transition-1);
}
.card-documents:hover .text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.card-documents.card-team .text {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
  transform: none;
}
.card-documents.card-team .text h3 {
  font-size: 23px;
  margin: 0;
  font-weight: 600;
}
.card-documents.card-team .text p {
  font-size: 15px;
  font-weight: 400;
  color: #11f16f;
  margin: 0;
}
.card-documents.card-team .img {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.card-documents.card-team .img img {
  transition: var(--transition-1);
}
.card-documents.card-team:hover .img img {
  transform: scale(1.1);
}

.card-blog.card-2 {
  padding: 0;
  box-shadow: none;
}
.card-blog.card-2 .image-parent img {
  height: 320px;
}
.card-blog.card-2 .text-blog {
  padding: 12px;
}
.card-blog.card-2 .text-blog .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.card-blog.card-2 .text-blog .title a {
  color: #333;
}
.card-blog.card-2:hover .text-blog .title a {
  color: var(--secondary-color);
}

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

.posts {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 14px;
}
.posts .post {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: #444;
  font-weight: 500;
  align-items: center;
} /*# sourceMappingURL=style.css.map */

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

/* Pagination*/

.pagination {
  padding: 20px 0;
}

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

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

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

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

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

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

/* Cart */

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

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

.input-group button {
  background: var(--primary-color);
  min-width: 43px;
  height: 43px !important;
  border-radius: 100px !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 .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: #f8fffa !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: #006da4;
}
button.checkout:hover {
  background: #333;
  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: #015e25;
  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;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  min-width: 40px;
  min-height: 40px;
  top: 28px;
  right: 20px;
  font-size: 17px;
  border: 1px solid #ff000042;
}

.remove-cart.heart:hover {
  background: #eee;
}

.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: loading1 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.checkout {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading1 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;
}

.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: #fbfffc !important;
  border: 1px solid #22222226 !important;
}
.opacity-less {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-results {
  background: #ffffff52;
  border-radius: 6px;
  padding: 60px 45px;
}

.no-results p {
  margin: 0;
}

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

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

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

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

.opacity-2 {
  opacity: 0.4;
}
.search-2 {
  border: 1px solid #ececec;
}
.search-2 .has-line::before {
  display: none !important;
}

.no-cart {
  filter: saturate(0);
}

.right-side-content .quick-links.toc ul li a {
  all: unset;
}

.right-side-content .quick-links.toc ul li a::before {
  display: none;
}

.nolp select {
  background: #fff;
  color: #555;
  padding: 11px 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.right-contact {
  padding: 50px;
  border: 1px solid #d0d0d0a4;
  border-radius: 5px;
}

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 20px;
  bottom: 130px;
  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);
}

/* Package */

.package-page-content {
  padding-top: 30px;
}
.package-page-content .right-content-package {
  min-width: 400px;
}
.package-page-content .title-main .section-title .title {
  font-size: 32px;
}
.package-page-content .title-main .section-title .title::after {
  display: none;
}

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

.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(--secondary-color);
  background: var(--secondary-color);
  outline-offset: 3px;
  border-radius: 100px;
}
.gallery-photos .video-play a {
  height: 50px;
  width: 50px;
  font-size: 11px;
}
.gallery-photos .video-play a::after {
  height: 50px;
  width: 50px;
}
@keyframes pulse5 {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  0% {
    box-shadow: 0 0 0 0 #e9ae3a;
  }
}
.gallery-photos .video-play {
  bottom: -23px;
}

.overview-content {
  padding-top: 40px;
}

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

.content-inside a {
  color: #0b5c8e;
  font-weight: 700;
}

.section-title.no-divider {
  margin-bottom: 22px;
}
.section-title.no-divider h2 {
  font-size: 25px;
}
.section-title.no-divider .title {
  font-weight: 700;
}
.section-title.no-divider .title::after {
  display: none;
}

.highlights ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.highlights ul li {
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.highlights ul li:last-child {
  margin-bottom: 0;
}
.highlights ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  position: absolute;
  left: 0;
  margin-top: 3px;
  background-size: contain;
}

.card-gallery .image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.card-gallery .image img {
  width: auto;
}
.card-gallery .image .img-fluid {
  border-radius: 3px;
  transition: var(--transition-1);
}
.card-gallery .image a.popup-video {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-gallery .image a.popup-video img {
  transition: var(--transition-1);
}
.card-gallery:hover .image .img-fluid {
  transform: scale(1.06);
}
.card-gallery:hover .image .popup-video img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(7450%)
    hue-rotate(356deg) brightness(89%) contrast(129%);
}

.gallery .owl-nav button.owl-next {
  margin-right: -28px;
}
.gallery .owl-nav button.owl-prev {
  margin-left: -28px;
}
.gallery .owl-nav {
  top: 46%;
}
.gallery .owl-nav button {
  color: #000 !important;
  background: #fff !important;
}

.itinerary .accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.itinerary .accordion-item[aria-expanded="true"] .accordion-button {
  color: #095727 !important;
}
.itinerary .accordion-item:last-child {
  margin-bottom: 0;
}
.itinerary .accordion-item h3 {
  color: #333 !important;
}
.itinerary .accordion-item h3 span:first-child {
  font-size: 16px;
}
.itinerary .accordion-item h3 span:last-child {
  font-size: 20px;
}
.itinerary .accordion-item .top-itinerary {
  display: flex;
  align-items: center;
}
.itinerary .accordion-item .accordion-button {
  display: inline-block;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 45px;
  line-height: 26px;
  background: transparent !important;
}
.itinerary .accordion-item .accordion-button span {
  display: inline !important;
}
.itinerary .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat !important;
  background-size: contain !important;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.itinerary .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon2.webp") no-repeat !important;
  background-size: contain !important;
}
.itinerary .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 3px;
  margin-top: 14px;
}
.itinerary .accordion-item .accordion-body .itinerary-cards {
  display: flex;
  gap: 10px;
  align-items: center;
}
.itinerary .accordion-item .accordion-body .itinerary-cards .icon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(0%)
    hue-rotate(169deg) brightness(107%) contrast(94%);
}
.itinerary .accordion-item .accordion-body .itinerary-cards .text-card {
  line-height: 23px;
}
.itinerary .accordion-item .accordion-body .itinerary-cards .text-card h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 15px;
}
.itinerary .accordion-item .accordion-body .itinerary-cards .text-card span {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}

.inclusion h3 {
  margin-bottom: 14px;
}
.inclusion ul {
  list-style: none;
  padding-left: 0;
  /*   margin-bottom: 0; */
}
.inclusion ul li {
  padding-left: 33px;
  position: relative;
  margin: 10px 0;
}
.inclusion ul li:first-child {
  margin-top: 0;
}
.inclusion ul li:last-child {
  margin-bottom: 0;
}
.inclusion ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
}
.inclusion .includes ul li::before {
  background: url("./assets/images/tick.webp") no-repeat;
  background-size: contain;
}
.inclusion .excludes ul li::before {
  background: url("./assets/images/cross.webp") no-repeat;
  background-size: contain;
}

.includes-parent,
.excludes-parent {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.content-departs {
  display: none;
}

.departures-package {
  position: relative;
}
.departures-package select {
  padding: 10px 20px;
  border: 1px solid #9e9e9e;
  background: transparent;
  color: #222222;
  border-radius: 4px;
}
.departures-package .departure-table {
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0509803922);
  color: #222222;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 5px;
}
.departures-package .departure-table span {
  font-size: 16px;
}
.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}
.departures-package .departure-table button {
  background: var(--primary-color);
  padding: 8px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
}
.departures-package .departure-table button:hover {
  background: var(--secondary-color);
}

.spinner-rotate {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 5px solid #eaf5fe;
  border-right-color: var(--primary-color);
  animation: rotateSpinner 800ms linear infinite;
}

@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.loading-state {
  display: none;
}
.loading-state.active {
  display: block;
}

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

.tripadvisor-reviews a {
  text-decoration: underline;
}

.card-review {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 35px;
  border-radius: 4px;
}
.card-review h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-review .content-inside {
  max-height: 200px;
  overflow-y: auto;
  color: #555;
}
.card-review .bottom-items {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.card-review .left,
.card-review .right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.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 {
  color: var(--secondary-color);
  font-size: 12px;
  display: flex;
}

.reviews-package .button-style-2 {
  border-radius: 3px;
  padding: 14px 26px;
  background: var(--secondary-color);
  color: #fff;
}

.trip-facts .row .col-sm-6 {
  height: 100%;
}
.trip-facts .row .col-sm-6 .card-fact {
  height: 100%;
}

.card-fact {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.card-fact.last-fact {
  border-bottom: 0;
}
.card-fact .icon {
  filter: brightness(0) saturate(100%) invert(24%) sepia(9%) saturate(6791%)
    hue-rotate(104deg) brightness(95%) contrast(91%);
}
.card-fact .text {
  margin-top: 8px;
  line-height: 20px;
}
.card-fact .text p {
  font-size: 15px;
  color: #555;
}
.card-fact .text span {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}

.left-side-content-package {
  max-width: 855px;
}

.custom-row {
  gap: 20px;
}
.custom-row .left-content {
  max-width: 880px;
  width: 100%;
}
.custom-row .right-content {
  width: 100%;
}

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

.right-package-parent {
  position: sticky;
  height: auto;
  top: 65px;
}

.right-package {
  border-radius: 10px;
  padding: 23px 15px 15px 15px;
  right: 0;
  z-index: 99;
  background: #0c5b2a;
}
.right-package .wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f3f3f3;
  color: #444;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-package .wishlist:hover {
  background: var(--primary-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:last-child {
  color: #444444;
}
.right-package .text-first {
  color: #07214a;
}
.right-package .price {
  font-size: 33px;
  color: #000;
  font-weight: 800;
}
.right-package .bottom-content {
  background: #ffffffe5;
  padding: 22px 25px;
  border-radius: 5px;
}
.right-package .bottom-content p {
  color: #07214a;
}
.right-package .price-parent {
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 32px;
}

.btns-right button,
.btns-right a {
  width: 100%;
  background: var(--primary-color);
  padding: 9px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  transition: var(--transition-1);
  font-size: 16px;
  display: block;
  text-align: center;
}
.btns-right button.inquiry,
.btns-right a.inquiry {
  background: var(--secondary-color);
}
.btns-right button:hover,
.btns-right a:hover {
  background: #222;
}

.card-documents.card-team .img img {
  height: auto;
}

.have-questions {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.231372549);
  padding: 30px 10px;
  border-radius: 5px;
}
.have-questions p {
  color: #07214a;
  font-weight: 600;
}
.have-questions span {
  font-size: 16px;
}
.have-questions .images-parent {
  display: flex;
}
.have-questions .images-parent .img img {
  border-radius: 100px;
}
.have-questions .images-parent .img.main {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 100px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  background: #fff;
}
.have-questions .images-parent .img.image-1 {
  margin-right: -15px;
}
.have-questions .images-parent .img.image-3 {
  margin-left: -15px;
}

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

.toggle {
  position: relative;
  min-width: 50px;
  height: 50px;
  z-index: 10;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(40, 40, 40, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-items .icon-card {
  position: relative;
  min-width: 50px;
  height: 50px;
  z-index: 10;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(40, 40, 40, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-input {
  display: none;
}

.icon-card img,
.toggle img {
  width: 20px;
  height: auto;
}

.toggle-input:checked + .toggle:after,
.toggle-input:checked + .toggle:before {
  background-color: var(--secondary-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);
  }
}
.sticky-package {
  position: sticky;
  width: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}
.sticky-package.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
  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;
  border-radius: 2px;
}
.items-packages ul {
  width: 100%;
  overflow-x: auto;
}
.items-packages ul li {
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}
.items-packages ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100%;
  padding: 13px 20px;
  min-width: max-content;
  overflow-x: auto;
  color: #444;
}
.items-packages ul li a.active {
  color: #fff;
  background: var(--primary-color);
}
.items-packages ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.package-page .section-title span {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
}
.package-page .section-title p {
  color: #333;
  font-weight: 500;
}
.package-page .section-title .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
}
.package-page .section-title .title.has-divider::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
  margin-top: 12px;
  border-radius: 10px;
}
.package-page .section-title.centered .title::after {
  margin: 6px auto;
}
.package-page .section-title::after {
  display: none;
}
.package-page .universal-star {
  color: rgb(215, 184, 21);
} /*# sourceMappingURL=package.css.map */

.package-page-content .section-title.no-divider h2 {
  font-size: 26px;
}

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

.expert-card {
  height: 100%;
  min-width: 365px;
  border-radius: 7px;
  background: #fff;
}
.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: 2px solid #fff;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.expert-card .content-expert .profile {
  position: relative;
}
.expert-card .content-expert .profile::after {
  content: "";
  background: url("./assets/images/WhatsApp-small.webp") no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 0;
  width: 26px;
  height: 26px;
  left: 0;
  margin-bottom: 0px;
}
.expert-card .content-expert .text a:hover {
  text-decoration: underline;
}

.expert-card .content-expert .text {
  line-height: 25px;
}
.expert-card .content-expert .text a {
  font-weight: 600;
}

.expert-card .content-expert .expert-content-info {
  position: relative;
  align-items: center;
}

.max-100 {
  max-width: 100%;
}

.expert-card .button-style-1 {
  background: #0a8639;
}

.departures-package .spinner-rotate {
  position: relative;
}

.not-found {
  min-height: 500px;
}

.package-images {
  position: relative;
}
.package-images a {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
.package-images a img {
  transition: var(--transition-1);
  border-radius: 4px;
}
.package-images a:hover img {
  transform: scale(1.1);
}
.package-images .video-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

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

.package-images .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(--primary-color);
  box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  z-index: 2;
  transition: all 600ms ease;
}

.package-images .video-play a::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
  transition: var(--transition-1);
}

.package-images .video-play a:hover {
  color: var(--primary-color);
}
.package-images .video-play a:hover::after {
  background: #eee;
}
.package-images .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 #a75300;
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.view-all {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.view-all:hover {
  color: #eee;
}

.view-all-image {
  font-weight: 700;
  font-size: 15px;
  color: var(--secondary-color);
}

.content-inside h3 {
  position: relative;
  padding-left: 33px;
  color: #014d73;
}

.content-inside h3::before {
  content: "";
  width: 24px;
  height: 19px;
  position: absolute;
  background: url("./assets/images/point-icon.webp") no-repeat;
  background-size: contain;
  left: 0;
  margin-top: 5px;
}

.expert-card .links {
  margin-top: -20px !important;
  margin-left: 50px;
}

.right-package-parent .wishlist {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 27px;
  color: #fff;
}

.departure-datas {
  display: none;
}

.departures-page .card-departure {
  border: 0;
  box-shadow: none;
}

.has-border .search-1 {
  border: 1px solid #dbdbdb;
  padding: 0px 10px 0px 16px;
  border-radius: 2px;
}

.bd_toc_content_list_item ul li::before {
  left: 8px !important;
}
.bd_toc_content_list_item ul li {
  padding-left: 32px !important;
}

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

.bottom-contact-fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 6px 0 5px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(200px);
  transition: var(--transition-1);
}
.bottom-contact-fixed.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: #222;
}
.bottom-contact-fixed ul {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.bottom-contact-fixed .inquiry {
  background: var(--primary-color);
  padding: 3px 14px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
}

.bottom-contact-fixed .inquiry:hover {
  background: transparent;
  border: 1px solid #fff;
}

.bottom-contact-fixed .price {
  line-height: 25px;
}
.trip-note {
  background: #0b5e8817;
  padding: 30px 40px;
  margin-top: 25px;
  border: 1px solid #cecece;
  border-radius: 6px;
}
.top-showcase {
  position: relative;
  overflow: hidden;
}
.top-showcase .bg-img {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top-showcase .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.top-showcase .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(128, 128, 128, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
}
.top-showcase.inner-showcase .bg-img::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.73) 0%,
    rgba(128, 128, 128, 0) 100%
  );
}

.section-1 .owl-carousel .owl-item img {
  width: auto !important;
}

.section-1 {
  background: #1c5333;
  padding: 70px 0;
}

.card-offerings {
  text-align: center;
}
.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,
.card-offerings h2 {
  padding: 10px;
  font-size: 18px !important;
}
.card-offerings p {
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 500;
  margin: auto;
  border: 1px solid #faa21a;
  color: #faa21a;
}
.card-offerings:hover .icon img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(32%) saturate(4900%)
    hue-rotate(345deg) brightness(98%) contrast(99%);
  transform: scaleX(-1);
}
.card-offerings:hover h3 {
  color: var(--secondary-color) !important;
}

.offerings .owl-dots {
  position: relative;
  z-index: 2;
  max-width: -moz-max-content;
  max-width: max-content;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 27px auto 0;
  padding-top: 30px;
}
.offerings .owl-dots span {
  width: 11px;
  height: 11px;
  background: transparent;
  outline: 1px solid #999;
  outline-offset: 2px;
}
.offerings .owl-dots .owl-dot.active span {
  background: var(--primary-color) !important;
}

.recommended-by {
  padding-top: 80px;
}
.recommended-by h3, .recommended-by .title {
  font-size: 18px;
  text-align: center;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.recommended-by h3 .left-line, .recommended-by .title .left-line {
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  margin-left: -65px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.recommended-by h3 .left-line::after, .recommended-by .title .left-line::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  right: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
.recommended-by h3 .right-line, .recommended-by .title .right-line {
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  margin-right: -65px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.recommended-by h3 .right-line::after, .recommended-by .title .right-line::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}
.recommended-by .item-recommended .text {
  line-height: 20px;
}
.recommended-by .item-recommended .text p {
  font-size: 20px;
}
.recommended-by .item-recommended .text span {
  font-size: 15px;
}

.card-best .bottom-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-best .bottom-items .item-btm {
  display: flex;
  align-items: start;
  column-gap: 10px;
}

.card-style-2 .image img {
  height: 400px;
  object-fit: cover;
}

.section-2 .owl-carousel .owl-item img {
  width: auto;
}

.card-best .bottom-items .item-btm .text p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.card-best .bottom-items .item-btm img {
  margin-top: 4px;
}

.card-style-2.card-best .price {
  background: #fff;
  color: #222;
}
.card-style-2.card-best .wishlist {
  font-size: 16px;
  background: #007c33;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.card-best .bottom-items {
  padding: 0 14px;
}

.card-best .bottom-items .item-btm .text {
  line-height: 25px;
}

.section-2 {
  position: relative;
}

.section-2::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 68%;
  background: #1c5333;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.section-2 .section-title > span {
  color: #f5bc00;
}
.section-2 .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.section-2 .owl-nav button {
  font-size: 16px !important;
  border-radius: 100px !important;
  color: #fff !important;
  background: var(--primary-color) !important;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
.section-2 .owl-nav button.disabled {
  background: #e0e0e0 !important;
  color: #0ca84c !important;
}
.inner-showcase .bg-img {
  position: relative;
  margin-top: -150px;
}

.nav-links a {
  background: var(--primary-color);
  padding: 10px 25px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
}

.top-showcase.inner-showcase .bg-img img {
  object-position: bottom;
  max-height: 700px;
}

.card-blog.card-2 .image-parent img {
  width: 100% !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 600 !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  font-weight: 600 !important;
}

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

.author-information {
  padding: 25px;
  border: 2px solid #d9d9d9;
  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;
}

.korean img {
  border-radius: 2px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator::after {
  content: "\f107" !important;
  font-family: FontAwesome !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-flyout
  li.mega-menu-item
  a.mega-menu-link
  > span.mega-indicator::after {
  content: "\f105" !important;
}

#trip-map a img {
  display: block;
  border-radius: 5px;
  border: 1px solid #0f9d4ac9;
}

.top-showcase #yt-player {
  width: 100% !important;
  position: absolute;
  margin-top: 0;
}
.top-showcase .YT-container {
  height: 100%;
}
.top-showcase #YT-cover {
  width: 100% !important;
  height: 100% !important;
}
.top-showcase #YT-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.top-showcase .overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.whatsapp-footer {
  position: fixed;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
  z-index: 999;
  background: #159143;
  border: 1px solid #cad1ea;
  right: 16px;
  bottom: 60px;
}

.whatsapp-footer:hover {
  color: #fff;
  background: #086229;
}

#google_translate_element {
  position: absolute;
  top: -30px;
  right: 0;
  max-width: max-content;
}

.goog-te-gadget {
  color: #666 !important;
}
.goog-te-gadget-simple {
  background-color: #1a1a1abf !important;
  border-left: 1px solid #d5d5d5 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  font-size: 10pt !important;
  padding: 0 10px !important;
  border-radius: 0 0 5px 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;
}

/* #:1.menuBody{
	background-color: #1a1a1b !important;
border: 1px solid #1A1A1B !important;
}
#:1.menuBody div, #:1.menuBody:link div, #:1.menuBody:visited div, #:1.menuBody:hover div, #:1.menuBody:active div {
color: #fff !important;
}
#:1.menuBody div, #:1.menuBody:link div, #:1.menuBody:visited div, #:1.menuBody:active div {
color: #FFF !important;
background: #1A1A1B !important;	
} */

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

.trekking-info table {
  width: 100%;
  border: 1px solid #eeeeee;
}

.trekking-info table th {
  background: var(--primary-color);
  color: #fff;
  display: table-cell;
  padding: 10px 20px;
}

.trekking-info table td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.trekking-info table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.btns-right a.customize-btn {
  background: #333;
}

.btns-right a.customize-btn:hover {
  background: #1e1e1e;
}

.expand-all {
  border: 2px solid var(--primary-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  font-weight: 600;
  padding: 4px 18px;
  color: #464646;
}

.expand-all:hover {
  background: #f1f1f1;
}

.top-showcase .carousel-control-next,
.top-showcase .carousel-control-prev {
  width: 60px;
  height: 60px;
  opacity: 1;
  border: 2px solid #fff;
  font-size: 20px;
  border-radius: 4px;
  transition: var(--transition-1);
  margin-top: auto;
  margin-bottom: 100px;
  z-index: 99;
  left: 0;
  right: 0;
}
.top-showcase .carousel-control-next:hover,
.top-showcase .carousel-control-prev:hover {
  background: #fff;
  color: var(--primary-color);
}
.top-showcase .carousel-control-next {
  margin-right: auto;
  margin-left: auto;
  left: 80px;
}
.top-showcase .carousel-control-prev {
  margin-left: auto;
  margin-right: auto;
  right: 80px;
}
.top-showcase .carousel-inner {
  position: relative;
}
.top-showcase .carousel-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2588235294);
  position: absolute;
  z-index: 1;
}

.top-showcase .bg-img .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-100 {
  height: 100%;
}

.main-showcase #main-banner .owl-stage {
  height: 100%;
}
.main-showcase .owl-carousel .owl-stage-outer {
  height: 100%;
}

.main-showcase .owl-carousel .owl-item {
  height: 100%;
}

.main-showcase #main-banner {
  height: 100%;
}

.main-showcase .main-banner {
  height: 100%;
}

.main-showcase .card-img {
  height: 100%;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
}

.swiper-slide .swiper-slide-cover {
  transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fcfcfc;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  --swiper-navigation-color: #fcfcfc;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 10px)
  ) !important;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 10px)
  ) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(
    --swiper-pagination-bullet-inactive-color,
    rgba(252, 252, 252, 0.85)
  ) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(
    --swiper-pagination-bullet-active-color,
    rgba(252, 252, 252, 0.85)
  ) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

footer .whatsapp i,
footer .whatsapp svg {
  color: #159143;
  font-size: 17px;
  margin-right: 2px;
}
