/*!
Theme Name: Hiking in 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: hikinginnepal
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.

Hiking in 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: #ac521f;
  --secondary-color: #fdbd40;
  --transition-1: all 750ms ease;
  --font-1: "Playfair Display", serif;
  --font-2: "Lato", sans-serif;
  --bs-accordion-active-bg: #283c902e;
  --wpforms-button-background-color-alt: #ac521f;
}

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

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

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

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

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

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

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

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

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

.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;
  line-height: 28px;
}

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

.font-1 {
  font-family: var(--font-1);
}

.font-2 {
  font-family: var(--font-2);
}

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

.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: 100px !important;
}

.btn-style-1 {
  background: var(--secondary-color);
  color: #222;
  font-weight: 700;
  font-family: var(--font-2);
  padding: 13px 35px;
  border-radius: 4px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.btn-style-1:hover {
  background: #222;
  color: #fff;
}

header .top-header {
  box-shadow: 0px 0px 3px 0px rgba(110, 135, 180, 0.6);
  padding: 4px 0;
  background: #ae480d;
}
header .main-header {
  box-shadow: 0px 0px 3px 0px rgba(110, 135, 180, 0.6);
	padding: 6px 0;
}

header .notification-main .notification-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
header .notification-main .notification-inner p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-2);
}
header .notification-main .notification-inner button {
  margin-left: 12px;
  color: #fff;
}

.hero.main-hero .hero-text {
  padding-top: 100px;
}
.hero.main-hero .hero-text h1,
.hero.main-hero .hero-text .title {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 80px;
}
.hero.main-hero .hero-text h1 .text,
.hero.main-hero .hero-text .title .text {
  display: block;
  letter-spacing: 1.5px;
  font-size: 75px;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke: 2px var(--primary-color);
  position: relative;
}
.hero.main-hero .hero-text h1 .text::after,
.hero.main-hero .hero-text .title .text::after {
  content: "";
  width: 446px;
  height: 28px;
  background: url("./assets/images/divide-line.webp") no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.search-bar {
  position: relative;
  z-index: 4;
  border-radius: 100px;
  background: #fff;
  max-width: 1050px;
  font-family: var(--font-2);
  margin: auto;
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #d5d5d5;
  padding: 5px 6px 5px 15px;
}
.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;
  height: 100%;
  color: #222;
  font-weight: 600;
  padding: 10px 1px 10px 10px;
}
.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 {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  color: #222;
  background: var(--secondary-color);
  padding: 12px 35px;
}
.search-bar .search-btn svg,
.search-bar .search-btn i {
  font-size: 22px;
}
.search-bar .search-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "";
  width: 1px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  height: 62px;
  background: #d9d9d9;
}
.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: 30px;
  padding-left: 35px;
}

.select_wrap .default_option:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  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: 52px;
  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: var(--font-2);
  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;
}

.select_wrap.active .select_ul {
  display: block;
  font-family: var(--font-1);
}

.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: 48%;
  z-index: 0;
}
.default-arrow .owl-nav button {
  width: 60px;
  height: 60px;
  font-size: 16px !important;
  border-radius: 100px !important;
  color: #222 !important;
  position: absolute;
  background: #fff !important;
}
.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: 0.2;
}
.default-arrow .owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.card-style-1 {
  position: relative;
}
.card-style-1 .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.card-style-1 .image img {
  border-radius: 3px;
  transition: var(--transition-1);
}
.card-style-1 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.48%,
    rgba(0, 0, 0, 0.6) 80.77%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.card-style-1 .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  /* font-weight: 800; */
  font-weight: 500;
}
.card-style-1 .text a {
  display: block;
  text-align: center;
}
.card-style-1:hover .image img {
  transform: scale(1.1);
}

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

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

.section-title .title {
  font-size: 36px;
  /* font-weight: 800; */
  font-weight: 500;
}
.section-title .title::after {
  content: "";
  width: 78px;
  height: 3px;
  background: #c15f28;
  display: block;
  margin-top: 14px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.card-style-2 {
  position: relative;
  font-family: var(--font-2);
}
.card-style-2 .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.card-style-2 .image img {
  border-radius: 6px;
  transition: var(--transition-1);
  height: 420px;
  object-fit: cover;
}
.card-style-2 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.48%,
    rgba(0, 0, 0, 0.35) 80.77%
  );
  left: 0;
  position: absolute;
  top: 0;
}
.card-style-2 .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.card-style-2 .text .title {
  color: var(--secondary-color);
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  padding: 10px;
  padding-bottom: 0;
}
.card-style-2 .text ul {
  color: #fff;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
}
.card-style-2 .pricing {
  position: absolute;
  top: 10px;
  padding: 15px 13px;
  font-weight: 800;
  font-size: 20px;
  border-radius: 10px;
  line-height: 23px;
  left: 10px;
  background: var(--secondary-color);
}
.card-style-2 .pricing span {
  font-size: 15px;
  font-weight: 700;
}
.card-style-2:hover .image img {
  transform: scale(1.1);
}

.popular-hiking {
  position: relative;
  background: #222;
  padding: 50px 0 110px;
  margin-top: 60px;
}
.popular-hiking .owl-nav {
  top: -70px;
  right: -25px;
}
.popular-hiking .owl-nav button.owl-prev {
  margin-left: auto;
  left: auto;
  right: 85px;
}
.popular-hiking .owl-nav button {
  width: 48px;
  height: 48px;
  font-size: 15px !important;
}
.popular-hiking .divider {
  position: absolute;
  bottom: -4px;
  text-align: center;
  width: 100%;
}
.popular-hiking .btn-style-1 {
  border: 1px solid transparent;
}
.popular-hiking .btn-style-1:hover {
  border: 1px solid #fff;
}

.section-title.has-img .title::after {
  display: none;
}
.section-title.has-img::after {
  content: "";
  width: 446px;
  height: 28px;
  background: url("./assets/images/divide-line.webp") no-repeat;
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
}

.travel-info .section-title .title {
  font-size: 60px;
}

.card-dest {
  font-family: var(--font-2);
}
.card-dest .title {
  font-size: 20px;
  font-weight: 800;
  color: #c15f28;
}
.card-dest p {
  font-size: 15px;
  color: #222;
}

.card-style-3 {
  position: relative;
  height: 100%;
}
.card-style-3 .img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.card-style-3 .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68.27%,
    rgba(0, 0, 0, 0.7) 86.54%
  );
  position: absolute;
  left: 0;
  top: 0;
}
.card-style-3 .img img {
  transition: var(--transition-1);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-style-3 .img {
  position: relative;
}
.card-style-3 .img .bg {
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-style-3.card-no-image a:hover{
  color: #a84103;
}
.card-style-3 .text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 20px 35px;
  font-family: var(--font-2);
  font-weight: 700;
}
.card-style-3 .text p {
  margin: 0;
  font-size: 18px;
}
.card-style-3 .text h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 5px;
}
.card-style-3.card-no-image .img::after {
  display: none;
}

.card-style-3.card-image .text {
  color: #fff;
}

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

.essentials .section-title {
  text-align: center;
}
.essentials .section-title .title {
  font-size: 50px;
  font-weight: 600;
}
.essentials .section-title::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.essentials .content-topic {
  /* position: sticky; */
  /* height: auto; */
  /* top: 20px; */
}
.essentials .content-topic ul {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 30px;
  font-family: var(--font-2);
  font-weight: 600;
}
.essentials .content-topic ul li {
  margin-bottom: 18px;
  color: #222;
  font-weight: 700;
}
.essentials .content-topic ul li a {
  display: block;
  font-size: 16px;
}
.essentials .content-topic ul li a.active {
  color: var(--primary-color);
  border-right: 6px solid var(--primary-color);
  margin-right: -30px;
}

.content-inside {
  line-height: 26px;
	display: block !important;
}

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

.content-inside ul {
  padding-left: 1rem;
}

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

.content-inside a {
  font-weight: 700;
  color: var(--primary-color);
}
.content-inside a:hover {
  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 {
  font-size: 26px;
}

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

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

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

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

.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(--primary-color);
  font-weight: 500;
}

.content-inside figure img{
	margin-bottom: 5px !important;
}

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

.content-inside table th {
  background: var(--primary-color);
  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;
}

.universal-star {
  color: #fec60f;
  font-size: 12px;
  -moz-column-gap: 2px;
  column-gap: 3px;
}

.reviews {
  background: #f9f1e2;
  padding: 55px 0 70px;
  margin-top: 70px;
}
.reviews .section-title .title {
  font-size: 42px;
  font-weight: 700;
}
.reviews .section-title.has-img::after {
  margin-left: auto;
}
.reviews .info-reviews {
  font-weight: 700;
  font-size: 18px;
  flex-wrap: wrap;
}

.card-review-1 {
  font-family: var(--font-2);
}
.card-review-1 .content-inside {
  background: #fff;
  padding: 30px;
  font-size: 15px;
  color: #000;
  text-align: center;
}
.card-review-1 .profile {
  text-align: center;
}
.card-review-1 .profile .img img {
  border-radius: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.card-review-1 .profile ul {
  justify-content: center;
}

.card-blog-1 {
  border: 1px solid #e6e6e6;
  padding: 10px;
  font-family: var(--font-2);
  border-radius: 5px;
}
.card-blog-1 .img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.card-blog-1 .img img {
  border-radius: 5px;
  transition: var(--transition-1);
  height: 280px;
  object-fit: cover;
}
.card-blog-1 .text {
  padding: 18px 10px 0;
}
.card-blog-1 .text .post-info {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-weight: 600;
  justify-content: space-between;
  font-size: 15px;
  color: var(--primary-color);
}
.card-blog-1 .text .post-info li {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.card-blog-1 h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: start;
  color: #333333;
}
.card-blog-1 .more {
  background: var(--secondary-color);
  color: #222222;
  padding: 8px 30px;
  border-radius: 100px;
  font-weight: 700;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.card-blog-1 .more:hover {
  background: var(--primary-color);
  color: #fff;
}
.card-blog-1:hover .img img {
  transform: scale(1.1);
}
.card-blog-1:hover .text h3 {
  color: var(--primary-color);
  text-decoration: none;
}

footer {
  margin-top: 80px;
}
footer .top-footer {
  position: relative;
  background: #fff4df;
  padding: 45px 0;
}
footer .top-footer .divider-top {
  position: absolute;
  top: 0;
  margin-top: -15px;
}
footer .top-footer .bg-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
footer .top-footer .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .top-footer .bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 64.5%,
    rgba(0, 0, 0, 0.77) 85.5%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .affiliated ul {
  gap: 12px !important;
}
footer .affiliated ul li {
  background: #fff;
  width: auto;
  max-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 75px -10px rgba(0, 0, 0, 0.1607843137);
  padding: 8px;
  border-radius: 4px;
}
footer .affiliated ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
footer .we-accept ul li {
  background: transparent;
  max-width: 60px;
  padding: 0;
}
footer .affiliated-brand li img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%)
    hue-rotate(129deg) brightness(96%) contrast(96%);
}
footer .main-footer {
  background: #ac521f;
  padding: 55px 0;
}
footer .main-footer .footer-options ul li {
  margin: 8px 0;
  font-family: var(--font-2);
  font-size: 16px;
}
footer .main-footer .footer-options ul li:first-child {
  margin-top: 0;
}
footer .main-footer .footer-options ul li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  position: relative;
  border-radius: 0 10px 10px 0;
}
footer .main-footer .footer-options ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: var(--transition-1);
}
footer .main-footer .footer-options ul li a:hover {
  color: var(--secondary-color);
}
footer .main-footer .footer-options ul li a:hover::after {
  width: 100%;
}
footer .main-footer .has-line-left {
  position: relative;
}
footer .main-footer .has-line-left::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  margin-left: -70px;
}
footer .bottom-footer {
  text-align: center;
  background: #fff;
  padding: 50px 0 30px;
}
footer .bottom-footer a {
  text-decoration: underline;
}

.bottom-social-links li a {
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: var(--primary-color);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2509803922);
}
.bottom-social-links li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.package-hero {
  position: relative;
}
.package-hero .bg-img {
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
.package-hero .hero-text {
  background: linear-gradient(180deg, #fee8bd 70.67%, #f0d196 77.4%);
  max-width: 490px;
  padding: 30px 35px 45px 35px;
  position: absolute;
  bottom: 0;
  border-radius: 3px 3px 0 0;
}
.package-hero .hero-text h1 {
  font-size: 35px;
  font-weight: 800;
  color: #7c3005;
  margin-bottom: 10px;
}
.package-hero .hero-text ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin: 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-weight: 700;
  flex-wrap: wrap;
  color: #222222;
  font-family: var(--font-2);
}
.package-hero .hero-text .bottom-item {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-top: 2px solid #222;
  padding-top: 15px;
  margin-top: 15px;
}
.package-hero .hero-text .bottom-item .icon {
  opacity: 0.3;
}
.package-hero .hero-text .bottom-item .text {
  font-family: var(--font-2);
  font-weight: 600;
  color: #000;
}
.package-hero .hero-text .bottom-item .text p {
  margin: 0;
}

.info-package {
  padding-top: 60px;
  position: relative;
  margin-bottom: 90px;
}
.info-package .bg-color {
  width: 100%;
  height: 100px;
  background: #ae470d;
  position: absolute;
  z-index: -2;
  top: 0;
}
.info-package::before {
  content: "";
  width: 100%;
  height: 121px;
  position: absolute;
  background: url("./assets/images/top-divider.webp") no-repeat;
  left: 0;
  top: 0;
  margin-top: -50px;
}
.info-package::after {
  content: "";
  width: 100%;
  height: 121px;
  position: absolute;
  background: url("./assets/images/bottom-divider.webp") no-repeat;
  left: 0;
  bottom: 0;
  margin-bottom: -70px;
  z-index: -1;
}
.info-package .top-divider {
  position: absolute;
  top: 0;
  margin-top: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.info-package .bottom-divider {
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin-bottom: -75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.info-package .reviews-crd {
  display: flex;
}
.info-package .reviews-crd .left {
  background: #d78e00;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  border-radius: 3px 0 0 3px;
}
.info-package .reviews-crd .right {
  background: #531e00;
  color: #fff;
  padding: 10px 20px;
  font-family: var(--font-2);
  border-radius: 0 3px 3px 0;
}
.info-package .reviews-crd .right a {
  text-decoration: underline;
  font-size: 14px;
}
.info-package .reviews-crd .right .less-down {
  line-height: 20px;
}
.info-package .reviews-crd .right .less-down ul {
  font-size: 10px;
}
.info-package .wishlist {
  background: transparent !important;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 700;
}
.info-package .item-info {
  font-family: var(--font-2);
  color: #fff;
}
.info-package .item-info p {
  font-weight: 500;
  margin-bottom: 0;
}
.info-package .item-info span {
  font-size: 21px;
  font-weight: 800;
}
.info-package button,
.info-package a {
  background: #531e00;
  color: #fff;
}

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

.package-title {
  margin-bottom: 18px;
}
.package-title h2 {
  font-size: 27px;
  font-weight: 700;
}

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

.card-info {
  background: #f0f0f0;
  padding: 30px 15px;
  border-radius: 5px;
  font-family: var(--font-2);
  text-align: center;
  height: 100%;
  position: relative;
}
.card-info ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-size: 15px;
}
.card-info p {
  font-weight: 800;
  font-size: 18px;
  color: #531e00;
  margin: 10px 0;
}
.card-info .text {
  line-height: 20px;
}

.lining {
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.lining li {
  width: 60px;
  height: 9px;
  background: #b4b4b4;
}
.lining li.active {
  background: #c15f28;
}

.tooltip-wrapper {
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  cursor: help;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 9999;
}

.tooltip-wrapper .tooltip {
  background: var(--primary-color);
  bottom: 100%;
  width: 200px;
  color: #f3f3f3;
  display: block;
  left: -88px;
  margin-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  padding: 13px;
  font-size: 13px !important;
  z-index: 9999;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip-wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid var(--third-color) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.video-play1 {
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  outline: 1px solid #fff;
  outline-offset: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

.gallery-post .full-img {
  position: relative;
}
.gallery-post .full-img .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  padding: 30px;
}
.gallery-post .full-img .content span {
  color: #fff;
  font-size: 48px;
  display: block;
  font-weight: 900;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  line-height: 55px;
}

.card-gallery .image img {
  border-radius: 4px;
}

.itinerary {
  font-family: var(--font-2);
}
.itinerary .section-title .title {
  font-size: 30px;
}
.itinerary .section-title::after {
  margin-left: auto;
  margin-right: auto;
}
.itinerary .accordion-button {
  padding: 0;
}
.itinerary .accordion-item {
  border: 0;
  outline: 0;
  border-top: 1px solid #222;
  padding-top: 22px;
  border-radius: 0;
  padding-bottom: 22px;
}
.itinerary .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat;
  width: 12px;
  height: 13px;
}
.itinerary .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon3.webp") no-repeat;
  width: 12px;
  height: 13px;
  background-size: contain;
}
.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: #37b248;
}
.itinerary .info {
  display: flex;
  align-items: start;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.itinerary .info img {
  margin-bottom: 0;
}
.itinerary .info span {
  font-weight: 800;
}

.itinerary-content {
  padding: 60px;
  padding-bottom: 0;
}

.expand-all {
  font-size: 18px;
  display: flex;
  font-family: var(--font-2);
  align-items: center;
  min-width: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  border-radius: 3px;
  color: #333;
  font-weight: 800;
}

.section-title.has-img.img-center::after {
  margin-left: auto;
}

.package-title.section-title.has-img .title {
  font-size: 32px;
  font-weight: 800;
}
.package-title.section-title.has-img::after {
  background: url("./assets/images/small-divide.webp") no-repeat;
  width: 228px;
  height: 18px;
  margin-bottom: 30px;
}

.information {
  padding-left: 80px;
  padding-right: 80px;
}
.information .accordion-button {
  padding: 0;
}
.information .accordion-item {
  border: 0;
  outline: 0;
  border-top: 1px solid #222;
  padding-top: 22px;
  border-radius: 0;
  padding-bottom: 22px;
}
.information .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat;
  width: 12px;
  height: 13px;
}
.information .accordion-item[aria-expanded~="true"] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon3.webp") no-repeat;
  width: 12px;
  height: 13px;
  background-size: contain;
}
.information .accordion-item[aria-expanded~="true"] .serial-number {
  background: #37b248;
}

.left-review {
  border: 1px solid #cfcfcf;
  padding: 30px 20px;
  position: sticky;
  height: auto;
  top: 10px;
}
.left-review .head {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.left-review ul {
  font-size: 18px;
  justify-content: center;
}

.card-review-user {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 35px;
}
.card-review-user .images img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-review-user.first {
  margin-top: 0;
  border: 0;
  padding-top: 25px;
}

.card-blog2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}
.card-blog2 .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card-blog2 .img img {
  min-width: 120px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: var(--transition-1);
}
.card-blog2 .text h3 {
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-2);
  text-decoration: underline;
}
.card-blog2:hover .img img {
  transform: scale(1.1);
}
.card-blog2:hover .text h3 {
  color: var(--primary-color);
}

.right-links {
  font-family: var(--font-2);
  position: sticky;
  height: auto;
  top: 20px;
}
.right-links .title {
  font-size: 20px;
  font-weight: 800;
}
.right-links ul {
  padding-left: 0;
}
.right-links ul li {
  list-style: none;
  border-top: 1px solid #acacac;
  padding-top: 10px;
  margin-top: 10px;
}

.left-content-pkg {
  max-width: 1000px;
}

.hero.main-hero.inner-pages-hero .hero-text h1 .text,
.hero.main-hero.inner-pages-hero .hero-text .title .text {
  -webkit-text-stroke: 0;
  font-size: 45px;
  color: #ac521f;
}

.hero.main-hero.inner-pages-hero .hero-text h1 .text::after,
.hero.main-hero.inner-pages-hero .hero-text .title .text::after {
  width: 228px;
  height: 18px;
  background: url("./assets/images/small-divide.webp") no-repeat;
  margin-top: 5px;
}

.inner-pages-hero.hero.main-hero {
  position: relative;
  padding: 100px 0;
}
.inner-pages-hero.hero.main-hero .hero-text {
  padding-top: 0;
  text-align: center;
}
.inner-pages-hero.hero.main-hero .hero-text h1 span,
.inner-pages-hero.hero.main-hero .hero-text .title span {
  color: #fff !important;
}
.inner-pages-hero.hero.main-hero .hero-text h1 span::after,
.inner-pages-hero.hero.main-hero .hero-text .title span::after {
  filter: brightness(0) invert(1);
}
.inner-pages-hero.hero.main-hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.inner-pages-hero.hero.main-hero .bg-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.inner-pages-hero.hero.main-hero .bg-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 59.5%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.have-question {
  padding: 26px;
  border-radius: 8px;
  background: var(--primary-color);
}
.have-question .title::after {
  background: #fff !important;
}
.have-question p:not(.contact) {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.have-question a {
  font-size: 17px;
  color: #fff;
}

.title-right .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  display: block;
  font-family: var(--font-1);
  margin-bottom: 10px;
  color: var(--primary-color);
}
.title-right .title::after {
  content: "";
  width: 40px;
  border-radius: 1px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: 3px;
  left: 0;
}
.title-right.text-center h2::after {
  margin: auto;
  right: 0;
}

.gap-right {
  margin-top: 35px;
}

.why-with-us .title-right h2::after {
  width: 30px;
}
.why-with-us ul i,
.why-with-us ul svg {
  color: var(--primary-color);
  font-size: 15px;
  margin-right: 5px;
}
.why-with-us ul li {
  color: #444;
  margin: 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.getting-there .accordion-button:not(.collapsed) {
  background-color: var(--primary-color) !important;
}
.getting-there .accordion-button:not(.collapsed) img {
  filter: brightness(0) invert(1);
}
.getting-there .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.getting-there .accordion-button:not(.collapsed) span {
  color: #fff !important;
}
.getting-there .accordion-button {
  padding: 18px 25px;
  border-radius: 3px !important;
}
.getting-there .accordion-button span {
  padding-right: 15px;
  color: #333;
}
.getting-there .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.getting-there h3.accordion-header button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.getting-there .accordion-item {
  margin-bottom: 12px;
  border-radius: 6px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  font-family: var(--font-2);
}
.getting-there .accordion-item:last-child {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.getting-there .accordion-item .accordion-body {
  padding: 25px;
}

.content-more,
.fourth-section {
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 0.815) 57%,
    rgb(255, 255, 255) 100%
  );
  margin-top: 65px;
  padding-bottom: 40px;
  padding-top: 60px;
}

.quick-links ul {
  border-radius: 5px 5px 0 0;
  font-family: var(--font-2);
}
.quick-links ul li {
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.quick-links ul li:first-child {
  border-top: 1px solid #e6e6e6;
}
.quick-links ul li:first-child a {
  border-radius: 5px 5px 0 0;
}
.quick-links ul li a {
  padding: 10px 15px;
  display: flex;
  color: #333;
  font-weight: 600;
  font-size: 17px;
}
.quick-links ul li a::before {
  content: "- ";
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(-15px);
  transition: var(--transition-1);
}
.quick-links ul li a:hover {
  background: #f1f1f1;
  transform: translateX(5px);
  color: var(--primary-color);
}
.quick-links ul li a:hover::before {
  visibility: visible;
  transform: translateX(-5px);
  opacity: 1;
}

.hero.main-hero.inner-pages-hero.large-hero {
  padding: 230px 0;
}

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

.contact-card {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-card .icon {
  border: 1px solid var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f4f4f4;
  color: #7a3303;
}
.contact-card .text {
  margin-top: 6px;
  line-height: 25px;
  color: #333;
}
.contact-card .text p {
  font-weight: 700;
  font-size: 15px;
}
.contact-card .text a,
.contact-card .text span {
  font-size: 16px;
}

.contact-details {
  background: rgba(247, 225, 212, 0.7137254902);
  border: 1px solid var(--primary-color);
  padding: 35px 24px;
  border-radius: 4px;
}
.contact-details .section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 27px;
  padding-bottom: 5px;
}
.contact-details .section-title h2 {
  font-size: 21px !important;
}
.contact-details .section-title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(193, 96, 40, 0.4392156863);
  bottom: 0;
}
.contact-details .name {
  line-height: 30px;
  font-size: 20px;
}

.blog-single h1 {
  font-size: 32px;
  font-family: var(--font-1);
  font-weight: 800;
}
.blog-single .post-on {
  color: #c16028;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-single .post-on img {
  margin: 0;
  border-radius: 0;
}

.teampage {
  background: #eee;
}

.meet-our-team {
  position: relative;
  overflow: hidden;
  padding: 100px 0 !important;
  margin-top: 70px;
}
.meet-our-team::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 2.5%,
    rgba(0, 0, 0, 0.4) 57.5%
  );
  top: 0;
  left: 0;
  z-index: 0;
}
.meet-our-team .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.meet-our-team .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.meet-our-team .team-img {
  position: absolute;
  bottom: 0;
  margin-left: 80px;
}
.meet-our-team .inside-meet {
  border: 2px solid var(--secondary-color);
  border-radius: 4px;
  padding: 50px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.meet-our-team .inside-meet h2 {
  font-size: 800;
  font-family: var(--font-2);
  margin-bottom: 20px;
}
.meet-our-team .inside-meet p {
  font-weight: 400;
}
.meet-our-team .inside-meet .read-more {
  padding: 5px 50px;
}

.teampage .content-page .section-title.has-line::before {
  border-radius: 1px;
  background: #8f4013;
}

.teams {
  padding-bottom: 80px;
}

.card-team-member h3 {
  font-size: 23px;
  color: #b44a0d;
}

.teampage .section-title h2 {
  color: #8f4013;
}

.teampage .content-page .section-title.has-line::after {
  background: #bfb1a9;
}

.card-team-member {
  background: #fff;
  padding: 30px;
  margin-top: 33px;
}

.card-team-member:first-child {
  margin-top: 0;
}

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

.field-staffs {
  background: #464646;
  padding-top: 70px;
}

.teampage .field-staffs .content-page .section-title.has-line::before {
  background: #fff;
}

.teampage .field-staffs .content-page .section-title.has-line::after {
  background: #808080;
}

.card-team-member-2 img {
  border-radius: 4px;
}

.field-staffs .card-team-member-2 h3 {
  color: #fff;
}

.card-team-member-2 h3 {
  font-size: 23px;
}

.management-team {
  padding-top: 70px;
  background: #fff;
}

.section-title.text-white .title {
  color: #fff;
}
.section-title.text-white::after {
  filter: brightness(0) invert(1);
}

.best-price {
  position: relative;
}
.best-price .icon {
  border: 2px solid var(--primary-color);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 212, 212, 0.5294117647);
  margin: auto;
}

.how-does ul li {
  list-style: auto;
  padding-left: 5px;
  margin: 8px 0;
}
.how-does ul li::marker {
  font-size: 17px;
  font-weight: 600;
}

.how-it-works {
  background: rgba(240, 240, 240, 0.5294117647);
}
.how-it-works img {
  margin-top: 80px;
}

.has-line-btm {
  position: relative;
  padding-bottom: 40px;
}
.has-line-btm::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #8c4203 50%,
    rgba(255, 255, 255, 0) 100%
  );
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}

.last-bottom-form .has-line-btm {
  padding-bottom: 30px;
}

#loadMore2 {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#loadMore2 .loading-state {
  display: none;
}
#loadMore2 .loading-state .loading {
  border-top-color: var(--primary-color) !important;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
}
#loadMore2.loading .icon {
  display: flex;
  align-items: center;
}
#loadMore2.loading .icon svg,
#loadMore2.loading .icon i {
  display: none;
}
#loadMore2.loading .loading-state {
  display: inline-block;
}

/* Loading State */
.loading-state.active {
  display: flex;
  justify-content: center;
  margin-left: 13px;
}
.loading-state.active span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  height: 20px;
}

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

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.content-card {
  display: none;
} /*# sourceMappingURL=style.css.map */

.scroller-links ul li a.active {
  color: var(--primary-color);
  font-weight: 800;
}

.faqs .accordion-item,
.faqs .accordion-button {
  background: transparent;
}

.line-rating {
  width: 100%;
  height: 4px;
  background: #eee;
  position: relative;
}

.line-rating .active {
  position: absolute;
  width: var(--data);
  height: 4px;
  background: #fdbd40;
  max-width: 100%;
}

.main-review {
  display: flex;
  column-gap: 14px;
  font-size: 14px;
  margin-bottom: 5px;
}

.main-review .left-item {
  column-gap: 5px;
}

.main-review .left-item i,
.main-review .left-item svg {
  color: #fdbd40;
}

.main-review ul {
  list-style: none;
}

.left-review .btn-style-1 {
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 4px !important;
}

.left-review .btn-style-1:hover {
  background: #222;
}

.contact span {
  color: #fff;
}

.table-of-content {
  margin-top: -140px;
  background: #fff;
  position: relative;
  z-index: 999;
  box-shadow: 0px 1px 2px 0px #00000040;
  border-radius: 4px;
}
.table-of-content h2 {
  font-size: 22px;
  color: #c16028;
  font-weight: 800;
  padding: 20px 25px 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.table-of-content ul {
  list-style: none;
  padding-left: 0;
}
.table-of-content ul li a {
  display: block;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  color: #333;
	padding: 9px 25px;
font-weight: 400;
}
.table-of-content ul li a.active,
.table-of-content ul li a:hover {
  background: #fff7e8;
  color: #c16028;
}

.sharing-items {
  width: 100%;
  position: relative;
  z-index: 999;
}

.shared-items {
  position: relative;
}

.right-queries {
  position: sticky;
  height: auto;
  top: 25px;
}

.toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #333;
  display: flex;
  font-family: var(--font-2);
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 6px 25px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  border-radius: 5px;
  background: var(--primary-color);
  color: #fff;
}

.toggle img {
  filter: brightness(0) invert(1);
}

.toggle-input {
  display: none;
}

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

.toggle-input + .toggle .share {
  display: none;
}

.toggle-input:checked + .toggle img {
  display: none !important;
}
.toggle-input:checked + .toggle .share {
  display: block;
  width: 13px;
}

.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 {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 5px;
  top: -54px;
  padding-top: 50px;
  margin-left: 27px;
}
.sharing-list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -27px;
  background: #ffffffe5;
  top: -3px;
  border-top: 2px solid var(--primary-color);
}

.sharing-list li {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  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: 33px;
  height: 33px;
  line-height: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.sharing-list .twitter {
  background: #202020;
}
.sharing-list .facebook {
  background: #1877f2;
}
.sharing-list .whatsapp {
  background: #25d366;
}
.sharing-list .instagram {
  background: #8134af;
}
.messenger {
  background: #9f33ff;
}
.copy-link {
  background: var(--primary-color);
}

.sharing-list li:hover {
  background: #682c04;
}

.copy-link-btn {
  font-size: 18px;
}

input:checked ~ .sharing-list {
  display: block;
}

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

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

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

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

input:checked ~ .sharing-list li:nth-child(5) {
  left: 200px;
}
@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);
  }
}

/* Cart */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.addon-card {
  margin-top: 25px;
}
.right-cart-parent {
  position: sticky;
  top: 70px;
  height: auto;
}
.right-cart {
  color: #000;
  padding: 30px;
  border-radius: 6px;
  background: #fff0e038 !important;
  border: 1px solid #22222226 !important;
}
button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
}
button.checkout:hover {
  background: #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: #24346e;
  color: #fff;
}

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

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

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

.remove-cart.heart {
  color: #f00d0d;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  min-width: 40px;
  min-height: 40px;
  top: 28px;
  left: 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: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.checkout {
  margin-top: 0 !important;
}

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

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

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

/* Toast Wishlist */
#toaster {
  background: var(--primary-color);
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: 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: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

.book-btn {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-package-recommend {
  background: #fff;
  box-shadow: 0px 1px 2px 0px #00000033;
  padding: 25px 30px;
}
.card-package-recommend .title {
  color: #fff;
  border: 2px solid #fff;
  padding: 2px 30px;
  max-width: max-content;
  border-radius: 100px;
  font-size: 16px;
}
.card-package-recommend .right-text {
  height: 100%;
  padding: 30px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.card-package-recommend .right-text .price {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.card-package-recommend .right-text .inner-right a {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 25px;
  font-size: 16px;
  display: block;
}
.card-package-recommend .right-text .inner-right a:hover {
  background: var(--primary-color);
  text-decoration: none;
}
.card-package-recommend .right-text .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.card-package-recommend .main-image img {
  border-radius: 0 !important;
  margin-bottom: 0;
}
.title-blog-recommend {
  font-size: 21px;
}
.card-package-recommend .right-text .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.card-package-recommend .right-text .duration,
.card-package-recommend .right-text .difficulty {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
}

.card-package-recommend .bottom-info img {
  margin-bottom: 0;
}

.card-package-recommend .right-text {
  background: url("./assets/images/bg-recommend.webp") no-repeat;
  background-size: cover;
}

.footer-options .accordion .accordion-item .accordion-button {
  padding: 10px 0 !important;
}

.footer-options .accordion .accordion-item {
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
}

.footer-options .accordion .accordion-item .accordion-button::after {
  background-image: url("./assets/images/arrow-1.webp");
}

.accordion-button:focus {
  border: 0 !important ;
  box-shadow: none !important;
}

.highlights .content-inside ul li {
  margin-bottom: 10px;
}

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

.right-links ul li:first-child {
  border-top: 0 !important;
}

.home-page-info .bg-color {
  height: 75px;
}

.home-page-info {
  padding-top: 48px;
}
.home-page-info::after {
  margin-bottom: -80px;
}

.card-style-4 {
  background: #fff;
  border-radius: 6px;
}
.card-style-4 .image img {
  max-height: 350px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.card-style-4 .text {
  padding: 23px;
}
.card-style-4 .text h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 2px;
}
.card-style-4 .text .locate {
  font-size: 13px;
  color: #444;
}
.card-style-4 .text .days {
  font-size: 18px;
  font-weight: 800;
  display: block;
  color: #333;
}
.card-style-4 .text .pricing {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.card-style-4 .text .pricing li {
  line-height: 22px;
}
.card-style-4 .text .pricing li span {
  display: block;
}
.card-style-4 .text .pricing li .head {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}
.card-style-4 .text .pricing li .line-through {
  color: #555;
}
.card-style-4 .text .pricing li .price {
  font-size: 19px;
  font-weight: 800;
}
.card-style-4 .text .btn-style-1 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 9px 20px;
  font-size: 18px;
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.card-style-4 .text .text-information {
  color: var(--primary-color);
  font-weight: 700;
  text-align: end;
  display: block;
  font-size: 15px;
}
.card-style-4 .image-parent {
  position: relative;
}
.card-style-4 .image-parent .showcase {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  left: 10px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 13px;
  font-family: var(--font-2);
  border-radius: 5px;
}
.card-style-4 .image-parent .showcase li {
  background: var(--primary-color);
  padding: 2px 10px;
  color: #fff;
  font-weight: 600;
}
.card-style-4 .image-parent .showcase li:nth-child(2) {
  background: #b37909;
}

.line-through {
  text-decoration: line-through;
} /*# sourceMappingURL=style.css.map */

.essentials .show-content {
  height: 100%;
  max-height: 720px;
  padding-right: 20px;
  overflow-y: auto;
}

.reviews .default-arrow .owl-nav button.owl-next {
  margin-right: -90px;
}
.reviews .default-arrow .owl-nav {
  top: 26%;
}

.reviews .default-arrow .owl-nav button.owl-prev {
  margin-left: -85px;
}

.home-page-info::after {
  display: none;
}

.home-page-info .bg-color {
  height: 100%;
}
.home-page-info {
  padding-bottom: 55px;
  margin-bottom: 0;
}
.essentials .content-topic ul {
  min-width: 300px;
}
.main-header {
  font-family: "Lato", sans-serif;
}

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

.inclusion h3 {
  font-size: 22px;
}

.inclusion hr {
  color: #eee;
  opacity: 1;
  margin-top: 25px;
}

.map-title .title {
  font-size: 26px;
  text-align: center;
  padding-top: 40px;
  font-weight: 700;
}

.map-img img {
  border: 1px solid #eee;
  padding: 12px;
}

.section-title.map-title .title::after {
  width: 45px;
  height: 2px;
  margin-top: 10px;
}

.section-title.map-title .title::after {
  margin-left: auto;
  margin-right: auto;
}

.card-side-blog {
  display: flex;
  gap: 20px;
}
.card-side-blog .img {
  min-width: 100px;
  overflow: hidden;
  border-radius: 3px;
}
.card-side-blog .img a {
  position: relative;
  display: block;
}
.card-side-blog .img a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 64.5%,
    rgba(0, 0, 0, 0.6) 85.5%
  );
  left: 0;
  top: 0;
  border-radius: 3px;
}
.card-side-blog .img a img {
  border-radius: 3px;
  transition: var(--transition-1);
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.card-side-blog h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 26px;
}
.card-side-blog .post-on {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-side-blog .post-on span {
  font-size: 16px;
  color: #333333;
}
.card-side-blog:hover .img img {
  transform: scale(1.06);
  filter: saturate(1.4);
}
.card-side-blog:hover h3 {
  color: var(--primary-color);
}

.info-package .inquiry-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 30px;
}

.info-package .inquiry-btn:hover {
  background: #913d0d;
}

.mblbooking {
  position: fixed;
  bottom: 0 !important;
  z-index: 9999;
  background: #000000bf;
  width: 100%;
  height: auto;
  color: #fff;
  padding: 3px 15px;
  font-family: var(--font-2);
  display: none;
}

.mblbooking ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

ul.mbl-tabs li {
  padding-right: 5px;
}

ul.mbl-tabs li a,
ul.mbl-tabs li button {
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  padding: 0 20px;
  display: inline-block;
  line-height: 0;
  color: #fff;
  padding: 17px 20px;
  background: #8a4305;
  -webkit-box-shadow: inset 0 -10px 12px -13px rgb(0 0 0 / 42%);
  -moz-box-shadow: inset 0 -10px 12px -13px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 -10px 12px -13px rgb(0 0 0 / 42%);
  border-radius: 3px;
  margin: 7px 10px 7px 0 !important;
  transition: var(--transition-1);
}

ul.mbl-tabs li a:hover,
ul.mbl-tabs li button:hover {
  background: var(--secondary-color);
  color: #000;
}

.card-review-1 .content-inside .content {
max-height: 300px;
overflow: auto;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
background-color: #fff;
}

.card-style-4 .text{
  border: 1px solid #eee;
  border-top: 0;
}

.card-style-4:hover .title{
  color: #a84103;
}

.card-style-4 .btn-style-1:hover{
  background: #fff4df;
}


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


/* Pagination*/

.pagination {
  padding: 20px 0;
	font-family: var(--font-2); 
	font-weight: 500;
}

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

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

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

.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: 600;
  font-size: 14px;
}

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