/*!
Theme Name: ReiseLokal
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: reiselokal
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.

ReiseLokal 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: #1F783F;
  --secondary-color: #E66F27;
  --transition-1: all 750ms ease;
  --font-1: "Roboto Flex", serif;
  --font-2: "Caveat", serif;
  --bs-accordion-active-bg: #283c902e;
	--wpforms-button-background-color-alt: #206c3d !important;
}

body,
html {
  position: relative;
}

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

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

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

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

.container-large {
  max-width: 1450px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bkg-white {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

header .top-header {
  background: linear-gradient(90deg, #1E6C3A 0%, #E66F27 100%);
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}
header .top-header .item-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
header .top-header .line {
  color: #424447;
  font-weight: 600;
}
header .top-header button {
  border: 1px solid #424447;
  border-radius: 5px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  color: #fff;
	font-size: 14px;
}
header .main-header {
  padding: 10px 0;
}

.btn-1 {
  padding: 12px 35px;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.btn-1:hover {
  background: rgba(238, 238, 238, 0.8078431373);
}

.top-showcase {
  position: relative;
  overflow: hidden;
}
header .top-header {
z-index: 9;
position: relative;
}
header .main-header {
position: relative;
z-index: 9999;
}
.top-showcase .bg-img {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top-showcase.homepage .bg-img {
	z-index: auto;
}
.top-showcase .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-showcase .bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
	background: linear-gradient(180deg,rgba(41, 41, 41, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
z-index: 2;
}
.top-showcase.homepage .bg-img::before {
	z-index: 1;
}
.top-showcase .owl-dots {
  position: absolute !important;
  width: 100%;
  z-index: 99 !important;
  margin-top: -100px !important;
}
.top-showcase .bottom-img {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
	z-index: 5;
}
.top-showcase.homepage .owl-carousel{
	z-index: auto;
}
.hero {
z-index: 9;
}
.top-showcase .owl-nav button{
	background: var(--primary-color) !important;
width: 50px;
height: 50px;
color: #fff !important;
border-radius: 100px !important;
}
.top-showcase .owl-nav button:hover{
	background: #16542c !important;
}
.top-showcase .owl-nav{
	position: absolute;
  width: 100%;
  z-index: 999999 !important;
  margin-bottom: 100px !important;
  top: 46%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.top-showcase .owl-nav .owl-prev{
	margin-left: 70px;
}
.top-showcase .owl-nav .owl-next{
	margin-right: 70px;	
}.top-showcase .bottom-img img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(140%) hue-rotate(59deg) brightness(110%) contrast(91%);
}

.hero {
  padding: 120px 0 240px;
  position: relative;
}
.hero .circle-dotted {
  position: absolute;
  bottom: -120px;
  left: -250px;
  z-index: 9;
}
.hero .left-content {
  color: #fff;
}
.hero .left-content .small-title {
  font-size: 30px;
  color: #3DDB76;
}
.hero .left-content h1 {
  font-size: 55px;
  font-weight: 700;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5019607843);
}
.hero .right-image {
  position: relative;
}
.hero .right-image .mask-1 {
  -webkit-mask-image: url("./assets/images/mask-1.webp");
          mask-image: url("./assets/images/mask-1.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; /* optional but usually needed */
  -webkit-mask-position: right;
          mask-position: right;
}
.hero .right-image .heart-img {
  position: absolute;
  right: 20px;
  z-index: 9;
  top: -90px;
}
.hero .right-image .dot-rect {
  position: absolute;
  right: -200px;
  bottom: -55px;
}

.what-we-do {
  margin-top: -180px;
  position: relative;
}
.what-we-do::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f0f4ec;
  position: absolute;
  left: 0;
  z-index: -10;
  top: 0;
}
.what-we-do.different-page {
  margin-top: 0;
  padding: 75px 0 60px 0;
  border-bottom: 1px solid #fff;
}
.top-showcase.homepage .owl-carousel, .top-showcase.homepage .owl-carousel .owl-stage-outer, .top-showcase.homepage .owl-carousel .owl-stage,.top-showcase.homepage .owl-carousel .owl-item, .top-showcase.homepage .card-img {
	height: 100%;	
}
.card-we-do {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
  padding: 40px 30px;
  position: relative;
  border-radius: 10px;
  z-index: 99;
  background: #fff;
  border: 2px solid rgba(31, 120, 64, 0.1019607843);
  cursor: pointer;
  transition: var(--transition-1);
}
.card-we-do .icon {
  background: #E6F5EB;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: var(--transition-1);
}
.card-we-do {
  text-align: center;
}
.card-we-do .text h2 {
  font-size: 20px;
  font-weight: 600;
  transition: var(--transition-1);
}
.card-we-do .text p {
  color: #333333;
  transition: var(--transition-1);
}
.card-we-do:hover {
  background: #1F783F;
}
.card-we-do:hover .text h2 {
  color: #ffffff;
}
.card-we-do:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}
.card-we-do:hover .arrow,
.card-we-do:hover .icon {
  background: #eee;
}

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

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

.video-play a span {
  position: absolute;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 200px;
  text-transform: uppercase;
}

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

.video-play a:hover {
  color: #e9ce38;
}

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

.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 #E66F27;
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video-div {
  margin-top: -50px;
  margin-bottom: -60px;
}

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

.search-div {
  background: #f0f4ec;
}
.search-div .title-search h2 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-right: -150px;
}
.search-div .title-search h2::after {
  content: "";
  width: 150px;
  height: 1px;
  background: var(--primary-color);
  display: flex;
}
.search-div .spring-arrow {
  position: absolute;
  margin-left: -180px;
}

.search-bar {
  position: relative;
  z-index: 4;
  border-radius: 1px;
  padding: 8px 12px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 16px 80px 11px rgba(0, 0, 0, 0.0705882353);
}
.search-bar::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
}
.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: 16px 35px;
  height: 100%;
  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;
  border-radius: 3px;
  color: #444444;
  font-weight: 600;
}
.select_wrap p {
  margin: 0;
  font-size: 14px;
}
.select_wrap ul {
  margin-bottom: 0;
}

.search-container {
  position: relative;
  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;
  min-width: max-content;
}

.select_wrap .default_option li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  padding: 15px 0;
  padding-right: 25px;
  padding-left: 25px;
}
.select_wrap .default_option li p {
  font-weight: 600 !important;
  text-transform: none !important;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  background: url("./assets/images/arrow-down.svg") no-repeat;
  background-size: contain;
  right: 8px;
  bottom: 0;
  top: 0;
  font-size: 13px;
  filter: brightness(0);
  color: #000;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
}

.select_wrap .select_ul {
  position: absolute;
  left: 0;
  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;
  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);
}

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

.section-title span {
  font-size: 16px;
  font-weight: 700;
  color: #E66F27;
}
.section-title .title {
  font-size: 38px;
  font-weight: 700;
  color: #0F172A;
}

.best-selling {
  background: #f0f4ec;
  padding-bottom: 80px;
}

.card-style-1 {
  position: relative;
	height: 100%;
overflow: hidden;
border-radius: 0 0 6px 6px;
}
.card-style-1 .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.card-style-1 .image img {
  transition: var(--transition-1);
  border-radius: 6px 6px 0 0;
}
.card-style-1 .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.card-style-1 .wishlist img {
  transition: var(--transition-1);
  width: 15px;
  height: auto;
}
.card-style-1 .wishlist:hover {
  background: #222;
}
.card-style-1 .wishlist:hover img {
  filter: brightness(0) invert(1);
}
.card-style-1 .text {
  padding: 1px 20px;
  box-shadow: 0px 1px 4px 0px rgba(39, 105, 157, 0.2);
  border-radius: 0 0 6px 6px;
  background: #fff;
	height: 100%;
}
.card-style-1 .text .info-card {
  color: #424242;
  flex-wrap: wrap;
}
.card-style-1 .text .duration img {
  width: auto;
}
.card-style-1 .text .selling-tag {
  background: #50B747;
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  margin-top: -18px;
  border-radius: 6px;
  position: relative;
  display: none;
}
.card-style-1 .text .title a {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  display: block;
  line-height: 25px;
}
.card-style-1 .text .price-from {
  display: block;
  position: relative;
}
.card-style-1 .text .price-from::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.card-style-1 .text .price-from .text-price {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.card-style-1 .text .bottom-info {
  padding-bottom: 20px;
}
.card-style-1 .text .bottom-info .price-parent {
  color: #424242;
}
.card-style-1 .text .bottom-info .price {
  color: #1F783F;
  font-weight: 700;
  font-size: 19px;
}
.card-style-1 .text .bottom-info a {
  color: #50b747;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.card-style-1 .text .bottom-info a svg,
.card-style-1 .text .bottom-info a i {
  font-size: 12px;
}
.card-style-1 .text .bottom-info a:hover {
  color: #222;
}
.card-style-1:hover .image img {
  transform: scale(1.3);
}
.card-style-1:hover .text .title a {
  color: var(--primary-color);
}

.departures {
  position: relative;
}
.departures::before {
  content: "";
  width: 100%;
  height: 300px;
  background: #f0f4ec;
  position: absolute;
  top: 0;
  z-index: -1;
}
.departures .content-departs-home {
  background: #124846;
  padding-top: 70px;
}
.departures .btn-1 {
  border: 0;
}
.departures .lines-circle,
.departures .lines-curve {
  position: absolute;
  opacity: 0.5;
}
.departures .lines-circle {
  right: 0;
  bottom: 0;
  margin-bottom: 200px;
  margin-right: -5%;
}
.departures .lines-curve {
  left: 0;
  bottom: 0;
  margin-bottom: -100px;
}
.departures .section-title {
  color: #fff;
  position: relative;
}
.departures .section-title span {
  color: #73e669;
  margin-bottom: 6px;
  font-weight: 500;
  display: block;
}
.departures .section-title .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.departures .section-title p {
  font-size: 14px;
  line-height: 22px;
}
.departures .section-title .left-arrow {
  position: absolute;
  left: 0;
  margin-left: -200px;
}
.departures .btn-1 {
  background: #50b747;
  padding: 15px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 3px;
}
.departures .btn-1:hover {
  background: #1b9111;
}

.departures {
  position: relative;
}
.departures .buttons-down {
  position: relative;
  z-index: 2;
}
.departures .buttons-down button,
.departures .buttons-down .button {
  background: #FFFFFF;
  font-weight: 600;
  padding: 8px 28px;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
}
.departures .buttons-down button.explore,
.departures .buttons-down .button.explore {
  background: #E66F27;
  color: #fff;
}
.departures .buttons-down button:hover,
.departures .buttons-down .button:hover {
  background: #333;
  color: #fff;
}
.departures .card-departure {
  background: #fff;
  padding: 22px 30px;
  border-radius: 12px;
  line-height: 30px;
  margin-top: 15px;
  position: relative;
}
.departures .card-departure:first-child {
  margin-top: 5px;
}
.departures .card-departure .tag {
  max-width: -moz-max-content;
  max-width: max-content;
  background: #ffcc00;
  font-weight: 500;
  margin-left: 60px;
  font-size: 12px;
  color: #212529;
  padding: 0 16px;
  border-radius: 100px;
  display: block;
}
.departures .card-departure .tag.sold {
  background: #ff6767;
}
.departures .card-departure a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.departures .card-departure .duration {
  color: #6a7282;
}
.departures .card-departure .price {
  color: #121013;
  font-size: 14px;
}
.departures .card-departure .price .main-price {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
}
.departures .card-departure .info-departure {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 23px;
}
.departures .card-departure .info-departure .date.left {
  text-align: end;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.departures .card-departure .info-departure .date.left::after {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #99a1af;
}
.departures .card-departure .info-departure .date .main-date {
  color: #121013;
  font-weight: 600;
}
.departures .card-departure .info-departure .date span {
  display: block;
}
.departures .card-departure .info-departure .date .title {
  font-size: 14px;
  font-weight: 400;
  color: #121013;
}
.departures .card-departure .left-seat {
  line-height: 25px;
  color: #121013;
}
.departures .card-departure .left-seat .text-first {
  color: var(--primary-color);
  font-weight: 600;
}
.departures .card-departure .left-seat span {
  display: block;
  font-size: 15px;
}
.departures .card-departure .left-seat .guarantee {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.departures .card-departure button {
  background: #388e31;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
}
.departures .card-departure button:hover {
  background: #0f5509;
}

.content-card {
  display: none;
}

.inspiration {
  background: #124846;
  padding-bottom: 60px;
}

.card-style-2 {
  position: relative;
}
.card-style-2 .img {
  display: block;
  overflow: hidden;
  border-radius: 11px;
}
.card-style-2 .img img {
  border-radius: 11px;
  transition: var(--transition-1);
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-style-2 .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  right: 0;
  padding-bottom: 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0 0 11px 11px;
}
.card-style-2 .text h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #000000;
}
.card-style-2 .text .link {
  background: #FFFFFF;
  color: #121212;
  font-weight: 900;
  padding: 12px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
}
.card-style-2 .text .link:hover {
  background: var(--primary-color);
  color: #fff;
}
.card-style-2:hover .img img {
  transform: scale(1.05);
}

.default-nav .owl-dots {
  margin-top: 25px !important;
}
.default-nav .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #cccccc;
}
.default-nav .owl-theme .owl-dots .owl-dot.active span {
  outline: 1px solid #cccccc;
  outline-offset: 2px;
}
.default-nav .owl-theme .owl-dots .owl-dot.active span,
.default-nav .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

.default-arrow .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 0;
}

.default-arrow .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 37px !important;
  color: #fff !important;
  position: absolute;
  display: flex;
  font-size: 20px !important;
  align-items: center;
  justify-content: center;
  background: #023F17 !important;
  border-radius: 100px !important;
}

.default-arrow .owl-nav button img {
  background: none !important;
  margin-bottom: 5px;
  width: 17px;
  transition: var(--transition-1);
  height: auto;
}

.default-arrow .owl-nav button.owl-prev {
  margin-left: -75px;
  left: 0;
}

.default-arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: -65px;
}

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

.default-arrow .owl-nav button:hover {
  background: var(--secondary-color) !important;
}

.default-arrow .owl-nav button:hover img {
  filter: brightness(0) invert(1);
}

.default-arrow .owl-nav button:hover::before {
  background: #000 !important;
}

.outdoor {
  background: #f0f4ec;
  padding-bottom: 60px;
}
.outdoor .card-style-1 .wishlist img {
  width: 15px;
  height: auto;
}
.outdoor .owl-stage-outer {
  padding-bottom: 20px;
}

.welcome .left-welcome {
  position: relative;
}
.welcome .left-welcome .img-1 {
  max-width: 400px;
  clip-path: polygon(100% 0, 100% 100%, 19% 100%, 0 85%, 0 0);
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome .left-welcome .welcome-2 {
  position: absolute;
  max-width: 230px;
  clip-path: polygon(81% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  border: 8px solid #FFFFFF;
  margin-left: -50px;
  margin-top: 20px;
  height: 250px;
}
.welcome .left-welcome .experience {
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 700;
  width: 175px;
  height: 175px;
  position: absolute;
  background: #fff;
  border-radius: 200px;
  text-align: center;
  line-height: 30px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -2px;
  right: 100px;
}
.content-starts .welcome .left-welcome .experience {
right: 0;
}
.welcome .left-welcome .experience span {
  font-size: 14px;
  color: #555;
  display: block;
  font-weight: 500;
}
.welcome .right-welcome .tab-contents {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.welcome .right-welcome .tab-contents h3 {
  font-size: 18px;
  transition: var(--transition-1);
  font-weight: 600;
  position: relative;
  color: #333;
  cursor: pointer;
}
.welcome .right-welcome .content-data-in{
	max-height: 400px;
overflow-y: auto;
padding-right: 15px;
}
.welcome .right-welcome .tab-contents h3::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
  display: none;
}
.welcome .right-welcome .tab-contents h3.active {
  color: var(--secondary-color);
}
.welcome .right-welcome .tab-contents h3.active::after {
  display: block;
}
.welcome .right-welcome .tab-contents h3:hover {
  color: var(--secondary-color);
}
.welcome .right-welcome .btn-more {
  background: #E66F27;
  padding: 5px 35px;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 5px;
}
.welcome .right-welcome .btn-more .icon {
  background: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome .right-welcome .btn-more:hover {
  background: #222;
}
.welcome .right-welcome .contact-data {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.welcome .right-welcome .contact-data .icon {
  background: var(--secondary-color);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.reviews-home {
  position: relative;
}
.reviews-home .owl-stage-outer {
  padding-bottom: 30px;
}
.card-testimonial {
  box-shadow: 0px 2px 16px 0px rgba(66, 66, 66, 0.1019607843);
  padding: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
 .card-testimonial .top-info {
  align-items: start !important;
}
.card-testimonial .top-info img {
  width: auto;
  height: auto;
}
.card-testimonial .universal-star {
  color: #FFC20E;
}
.card-testimonial .content-testi {
  color: #424242;
	max-height: 240px;
overflow-y: auto;
padding-right: 10px;
}
.card-testimonial .content-testi h3 {
  font-size: 18px;
  color: #424242;
  font-weight: 700;
}
 .card-testimonial .content-testi .read-more {
  color: #255D7E;
  font-weight: 600;
  font-size: 15px;
}
.card-testimonial .content-testi .read-more:hover {
  color: var(--secondary-color);
}
.card-testimonial .profile {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
 .card-testimonial .profile .image img {
  width: 65px;
  height: auto;
  border-radius: 100px;
}
.card-testimonial .profile .text p {
  font-weight: 600;
}
.reviews-home .owl-nav {
  position: absolute;
  top: 0;
  margin-top: -55px;
  right: 0;
}
.reviews-home .owl-nav button {
  background: #A8BDCC !important;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  color: #fff !important;
}
.reviews-home .owl-nav button.disabled {
  opacity: 1;
}
.reviews-home .owl-nav button:hover {
  background: #222 !important;
}

.travelers {
  position: relative;
  padding-top: 180px;
  margin-top: 60px;
}
.travelers .bg-img {
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: -1;
  max-height: 550px;
  height: 100%;
  width: 100%;
}
.travelers .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  left: 0;
  top: 0;
}
.travelers .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.travelers .card-happy-travelers {
  position: relative;
}
.travelers .card-happy-travelers .img {
  position: relative;
  overflow: hidden;
}
.travelers .card-happy-travelers .img img {
  border-radius: 5px;
  min-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
.travelers .card-happy-travelers .img::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.travelers .card-happy-travelers .video-play {
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin-bottom: 30px;
}
.travelers .card-happy-travelers .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 20px;
  background: linear-gradient(0deg, #000000 21.15%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 5px 5px;
}
.travelers .card-happy-travelers .text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.travelers .card-happy-travelers .text .done-by p {
  color: var(--secondary-color);
}
.travelers .card-happy-travelers .text .done-by span {
  color: rgba(255, 255, 255, 0.6980392157);
}
.travelers .card-happy-travelers:hover .img::before {
  animation: shine 0.5s;
}

.home-blogs, .blogs-page {
  padding-bottom: 70px;
}
.home-blogs .card-side-blog .image,
.home-blogs .card-large-blog .image, .blogs-page .card-side-blog .image,
.blogs-page .card-large-blog .image {
  position: relative;
}
.home-blogs .card-side-blog .post-time,
.home-blogs .card-large-blog .post-time, .blogs-page .card-side-blog .post-time,
.blogs-page .card-large-blog .post-time {
  background: #255d7e;
  padding: 15px 18px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home-blogs .card-side-blog .post-time .text,
.home-blogs .card-large-blog .post-time .text, .blogs-page .card-side-blog .post-time .text,
.blogs-page .card-large-blog .post-time .text {
  display: block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.home-blogs .card-side-blog:hover a,
.home-blogs .card-large-blog:hover a, .blogs-page .card-side-blog:hover a,
.blogs-page .card-large-blog:hover a {
  background-size: 0 0.08em, 100% 0.08em;
  color: var(--primary-color);
}
.home-blogs .card-side-blog:hover a img,
.home-blogs .card-large-blog:hover a img, .blogs-page .card-side-blog:hover a img,
.blogs-page .card-large-blog:hover a img {
  transform: scale(1.08);
}
.home-blogs .card-side-blog .image img,
.home-blogs .card-large-blog .image img, .blogs-page .card-side-blog .image img,
.blogs-page .card-large-blog .image img {
  border-radius: 5px;
}
.home-blogs .card-side-blog:last-child, .blogs-page .card-side-blog:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.home-blogs .card-side-blog img, .blogs-page .card-side-blog img {
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-blogs .card-side-blog h3, .blogs-page .card-side-blog h3 {
  font-size: 20px;
  line-height: 31px;
}
.home-blogs .card-side-blog a, .blogs-page .card-side-blog a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.home-blogs .card-side-blog a img, .blogs-page .card-side-blog a img {
  transition: var(--transition-1);
}
.home-blogs .card-side-blog .side-left-blog, .blogs-page .card-side-blog .side-left-blog {
  max-width: 320px;
}
.home-blogs h3 a, .blogs-page h3 a {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
}
.home-blogs .post-info, .blogs-page .post-info {
  color: #666666;
  font-weight: 400;
  flex-wrap: wrap;
  row-gap: 5px !important;
}
.home-blogs .post-info img, .blogs-page .post-info img {
  width: auto !important;
  height: auto !important;
}

.card-large-blog .text-card {
  padding: 15px 0;
}
.card-large-blog a img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-large-blog a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.card-large-blog a img {
  transition: var(--transition-1);
}

.left-side-blog-home {
  max-width: 620px;
}

.explore-all {
  background: #50B747;
  padding: 12px 35px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
  border-radius: 5px;
}
.explore-all:hover {
  background: #222;
}

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

.departures {
  overflow: hidden;
}

.images-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.images-gallery .card-gallery {
  position: relative;
}
.images-gallery .card-gallery .main-image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.images-gallery .card-gallery .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
}
.images-gallery .card-gallery .icon img {
  width: 34px;
  height: auto;
  z-index: 1;
}
.images-gallery .card-gallery .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  left: 0;
  right: 0;
}
.images-gallery .card-gallery:hover .icon {
  visibility: visible;
  opacity: 1;
}

.content-galley-image {
  background: #f0f4ec;
	position: relative;
overflow: hidden;
}
.content-galley-image.default-arrow .owl-nav button.owl-prev {
margin-left: 50px;
}
.content-galley-image.default-arrow .owl-nav button.owl-next {
margin-right: 50px;
}
.content-galley-image.default-arrow .owl-nav {
top: 49%;
}
.content-galley-image h2 {
  font-size: 80px;
  font-weight: 900;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.337254902);
  color: transparent;
}
.content-galley-image .content-journey {
  padding: 55px 0 30px;
  text-align: center;
}

.join-us {
  background: linear-gradient(90deg, #1E6C3A 0%, #E66F27 100%);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
.join-us .section-title span {
  color: #000;
}
.join-us .section-title h2 {
  color: #000;
}
.join-us .content-join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.join-us .content-join .btn-1 {
  min-width: -moz-max-content;
  min-width: max-content;
  background: #000000;
  color: #fff;
  padding: 12px 40px;
}
.join-us .content-join .btn-1 img {
  filter: brightness(0) invert(1);
}
.join-us .content-join .btn-1:hover {
  background: #222;
}
.join-us .line-dashed {
  transform: rotate(180deg);
  position: absolute;
  right: 40px;
  opacity: 0.8;
  width: 100px;
  height: auto;
}
.join-us .right-img {
  position: absolute;
  right: 0;
  margin-right: 360px;
  margin-bottom: 30px;
  bottom: 0;
}

.filter-dark {
  filter: brightness(0);
}

.subscribe-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background: #fff;
  padding: 6px 10px 6px 30px;
  border-radius: 100px;
}
.subscribe-form input {
  width: 100%;
  min-width: 350px;
}
.subscribe-form button {
  min-width: -moz-max-content;
  min-width: max-content;
  background: #0F172A;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  display: block;
  border-radius: 100px;
}

.container-extra-large {
  max-width: 1800px;
}

footer {
  padding: 100px 0 0;
  color: #94a3b8;
  position: relative;
}
footer .has-line-left {
  position: relative;
  padding-left: 40px;
}
footer .has-line-left::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(33, 116, 113, 0.368627451);
  position: absolute;
  left: 0;
  top: -25px;
  margin-left: -10px;
}
footer .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(14, 59, 57, 0.8431372549);
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-list .title {
  font-size: 20px;
  font-weight: 600;
  color: #CBD5E1;
  margin-bottom: 14px;
  display: block;
}
footer .footer-list li {
  margin-bottom: 10px;
}
footer .footer-list li a:hover {
  color: #fff;
}
footer .contact-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #B8B8B8;
}
footer .footer-bottom {
  background: linear-gradient(90deg, #1E6C3A 0%, #E66F27 100%);
  padding: 16px 0;
  margin-top: 80px;
  color: #fff;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom .we-accept {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .circle-dashed {
  position: absolute;
  bottom: 110px;
  left: 50px;
  opacity: 0.6;
}
footer .curve {
  position: absolute;
  right: 50px;
  top: 50px;
}

.social-links {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.social-links a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.social-links a:hover {
  background: #222;
}

.card-style-1 .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.card-style-1 .image:hover::before {
  animation: circle 1s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.breadcrumb-custom {
  color: #fff;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 14px;
  font-weight: 300;
}

.hero.inner-hero {
  padding: 200px 0 40px;
}

.content-starts {
  padding-top: 70px;
  padding-bottom: 70px;
}

.right-all-links {
  position: sticky;
  top: 30px;
  height: auto;
}

.right-links {
  background: #2d6c39;
padding: 25px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.right-links .title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
}
.right-links ul {
  padding-left: 18px;
}
.right-links ul li {
  padding-left: 12px;
  margin-bottom: 8px;
  color: #fff;
  position: relative;
}
.right-links ul li::after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -15px;
  margin-top: 14px;
  width: 15px;
  height: 1px;
  background: #f1f1f1;
  opacity: 0.4;
}
.right-links ul li:hover::before {
  background: var(--secondary-color);
}
.right-links ul li:hover a {
  color: var(--secondary-color);
}
.right-links .content {
  color: #fff;
  padding-top: 35px;
  font-size: 14px;
}
.right-links.links-2 {
  margin-top: 40px;
}
.right-links .contact-info ul {
  padding-left: 0;
  padding-top: 8px;
}
.right-links .contact-info ul li {
  padding-left: 0;
  font-weight: 300;
}
.right-links .contact-info ul li .link {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.right-links .contact-info ul li .link img {
  filter: brightness(0) invert(1);
}
.right-links .contact-info ul li::after {
  display: none;
}

.left-side-default {
  max-width: 870px;
}

.content-inside {
  line-height: 26px;
  color: #333;
}
.content-inside a {
  color: var(--primary-color);
  font-weight: 500;
}
.content-inside a:hover {
  text-decoration: underline;
  color: #222;
}
.content-inside p:last-child {
  margin-bottom: 0;
}
.content-inside ul:last-child {
  margin: 0;
}
.content-inside h2,
.content-inside h3,
.content-inside h4,
.content-inside h5,
.content-inside h6 {
  font-weight: 800;
  color: #222;
}
.content-inside h2 {
  font-size: 25px;
}
.content-inside h3 {
  font-size: 23px;
}
.content-inside h4 {
  font-size: 22px;
}
.content-inside h5 {
  font-size: 20px;
}
.content-inside h6 {
  font-size: 19px;
}
.content-inside img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.content-inside figure {
  max-width: 100%;
  height: auto;
}
.content-inside figure img {
  margin-bottom: 0;
}
.content-inside figure figcaption {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}
.content-inside iframe {
  max-width: 100%;
  width: 100%;
}
.content-inside table {
  border: 1px solid #999;
  margin-bottom: 18px;
  max-width: 100%;
}
.content-inside tr {
  border: 1px solid #999;
}
.content-inside td,
.content-inside th {
  padding: 12px;
  border-right: 1px solid #999;
}
.content-inside th {
  background: rgba(152, 219, 165, 0.368627451);
}

.about-content .section-title {
  line-height: 20px;
}
.about-content .section-title::before {
  content: "";
}
.about-content .section-title .title {
  font-size: 32px;
}
.about-content .content-inside ul {
  list-style: none;
  padding: 0;
}
.about-content .content-inside ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  color: #222;
}
.about-content .content-inside ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./assets/images/tickmark.svg") no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 2px;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.card-contact {
  background: rgba(255, 255, 255, 0.9176470588);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.031372549);
  padding: 30px 40px;
  border-radius: 6px;
  border: 1px solid rgba(230, 111, 39, 0.15);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: start;
}
.card-contact .top-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.card-contact .top-item .icon {
  width: 45px;
  height: 45px;
  background: var(--secondary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
}
.card-contact .top-item svg, .card-contact .top-item i {
  font-size: 18px;
}
.card-contact .title-text {
  font-size: 20px;
  font-weight: 800;
}
.card-contact .link {
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  display: block;
}
.card-contact .link a {
  color: var(--primary-color);
}
.card-contact .link a:hover {
  text-decoration: underline;
}

.form-box {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.not-found-page {
  padding-bottom: 120px;
  border-bottom: 1px solid #fff;
}
.not-found-page .title-search h2 {
  padding-left: 0;
}
.not-found-page .title-search h2::after {
  display: none !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: 9px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}
#loadMore:hover {
  background: #1e1e1e;
}
#loadMore .loading-msg {
  display: none;
}
#loadMore.loading .default-msg {
  display: none;
  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;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#loadMore.loading .spinner {
  display: inline;
}
#loadMore.loading .spinner > div {
  background-color: #fff;
}
#loadMore.loading .icon-arrow {
  display: none;
}

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

.hero.blog-hero .left-content h1 {
  font-size: 45px;
}

.toc {
  position: fixed;
  bottom: 0;
  padding: 12px 10px;
  width: 250px;
  right: 30px;
  z-index: 999;
  bottom: 100px;
  cursor: pointer;
}
.toc ul {
  display: none;
}
.toc .title {
  font-size: 20px;
  text-align: center;
  display: block;
  padding-left: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
}
.toc .title .arrow {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #023F17;
  border-radius: 100px;
}

.card-document {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card-document .image {
  display: block;
}
.card-document .title {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0 0 10px 10px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-1);
}
.card-document img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.card-document:hover .title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.card-team .image {
  border-radius: 10px;
  transition: var(--transition-1);
  position: relative;
}
.card-team .image img {
  border-radius: 10px;
  height: auto;
}
.card-team .image a:first-child {
  position: relative;
  display: block;
}
.card-team .image a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
}
.card-team .text {
  color: #333;
  text-align: center;
  padding-top: 15px;
}
.card-team .text h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.card-team .text p {
  font-size: 14px;
}
.card-team .view-detail {
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 20px;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  background: var(--secondary-color);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9176470588);
  padding: 1px 20px;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-1);
  transform: translateY(20px);
}
.card-team .view-detail:hover {
  background: var(--primary-color);
  color: #fff;
}
.card-team:hover .image {
  border-color: var(--primary-color);
}
.card-team:hover .image .view-detail {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.card-team:hover .image::after {
  visibility: visible;
  opacity: 1;
}
.card-team:hover .image a:first-child::after {
  visibility: visible;
  opacity: 1;
}
.card-team:hover .text h3 a {
  color: var(--primary-color);
}

.team-page .tab-contents {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.team-page .tab-contents h3 {
  font-size: 18px;
  transition: var(--transition-1);
  font-weight: 600;
  position: relative;
  color: #333;
  cursor: pointer;
}
.team-page .tab-contents h3::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
  display: none;
}
.team-page .tab-contents h3.active {
  color: var(--secondary-color);
}
.team-page .tab-contents h3.active::after {
  display: block;
}
.team-page .tab-contents h3:hover {
  color: var(--secondary-color);
}

.content-team {
  display: none;
}

.card-team-single {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
.card-team-single .img-team {
  width: 250px;
}
.card-team-single .img-team img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}

.card-gallery {
  position: relative;
}
.card-gallery .main-image {
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-gallery .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
}
.card-gallery .icon img {
  width: 34px;
  height: auto;
  z-index: 1;
}
.card-gallery .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  left: 0;
  right: 0;
}
.card-gallery:hover .icon {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */

.top-showcase.package-page .bg-img {
position: relative;
z-index: -100;
margin-top: -135px;
max-height: 800px;
overflow: hidden;
}

.hero.package-hero {
background: #1e6b3a;
padding-top: 55px;
}

.hero.package-hero .left-content h1 {
font-size: 42px;
}



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

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

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

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

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

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

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

.card-fact {
  display: flex;
  column-gap: 12px;
}
.card-fact .icon {
  margin-top: 4px;
}

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

.card-fact p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0;
}


.facts-title {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.facts-title h2 {
  font-size: 18px;
  font-weight: 800;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
}
.facts-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.card-fact {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.card-fact .icon {
  margin-top: 4px;
}

.card-fact .icon img {
  width: 26px;
}

.card-fact .text {
  line-height: 23px;
}

.card-fact span {
  font-size: 13px;
  color: #e3e3e3;
}

.card-fact p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.package-hero .down-divider {
position: absolute;
bottom: 0;
margin-bottom: -60px;
right: 0;
}

.top-showcase.package-page {
padding-bottom: 65px;
}
.hero.package-hero {
padding-bottom: 0;
}


.section-title-pkg {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 10px;
}

.section-title-pkg .title {
  margin: 0;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}

.section-title-pkg .icon {
  background: #E4F0EA;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

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

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

.highlights .content-inside {
  background: #EDF4F0;
  padding: 35px 30px;
}

.highlights .title-style-2 h2 {
  color: var(--primary-color);
  padding-left: 28px;
  font-size: 22px;
}

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

.highlights ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
  color: #222;
}

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

.highlights ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  margin-top: 2px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  background-size: contain;
}

.itinerary .accordion-item {
  border: 0 !important;
  margin-bottom: 0;
  padding-bottom: 20px;
}

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

.itinerary .accordion-item .top-itinerary {
  display: flex;
  align-items: center;
}

.itinerary .accordion-item .accordion-button {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: start !important;
  align-items: start !important;
  row-gap: 8px;
  padding-top: 4px;
  padding-left: 15px;
  padding-bottom: 4px;
  padding-right: 45px;
}

.itinerary .accordion-item .accordion-button::after {
  content: "";
  /* background: url("./assets/images/faq.webp") no-repeat; */
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 26px;
  height: 26px;
}

#itinerary .accordion-item .serial-number {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 17px;
  background: #464646;
  min-width: 20px;
  z-index: 2;
  height: 20px;
}

#itinerary .accordion-item .serial-number span {
  border: 1px solid #fff;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: 4px;
}

.itinerary .accordion-item h3 {
  font-size: 18px;
}

#itinerary .accordion-item .accordion-body {
  padding-left: 37px;
  padding-top: 3px;
}

#itinerary .accordion-item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  z-index: 0;
  top: 0;
  position: absolute;
  margin-left: 9px;
  background: #d7d7d7;
}

#itinerary .accordion-item:first-child::before {
  top: 5px;
}

.itinerary .accordion-item .day {
  border-radius: 2px;
  margin-right: 8px;
  font-size: 15px;
  padding: 0;
  color: var(--primary-color);
}

.itinerary .accordion-item .accordion-body {
  padding-top: 13px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 0;
}

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

.itinerary .accordion-item .accordion-body .itinerary-cards .icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.itinerary .accordion-item hr {
  opacity: 1;
  margin-top: 15px;
  color: rgba(191, 191, 191, 0.44);
  margin-left: auto;
}

.itinerary .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/plus-icon2.webp") no-repeat;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.itinerary .accordion-item[aria-expanded~=true] .accordion-button::after {
  content: "";
  background: url("./assets/images/minus-icon3.webp") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

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

.itinerary .info {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  gap: 8px;
}

.itinerary .info img {
  margin-bottom: 0;
  border-radius: 0;
  filter: brightness(0) saturate(100%) invert(15%) sepia(24%) saturate(0%) hue-rotate(141deg) brightness(88%) contrast(82%);
  margin-top: 2px;
}

.itinerary .info p {
  margin: 0;
}

.itinerary .img-itinerary {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.itinerary .img-itinerary img {
  border-radius: 3px;
  transition: var(--transition-1);
  margin-bottom: 0;
}

.itinerary .img-itinerary a:hover img {
  transform: scale(1.1);
}

.itinerary .accordion-item {
  position: relative;
}

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

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

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

.expand-all img {
  filter: brightness(0);
}

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

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

.request {
  padding: 30px;
  border-radius: 7px;
  border: 2px solid rgba(51, 51, 51, 0.0784313725);
  background: rgb(255, 244, 236);
}

.request p {
  margin-bottom: 0;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 16px;
}

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

.button-style-1:hover {
  color: #fff;
  background: #0d4629;
}

.text.show-all {
  left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  bottom: 35px;
  position: absolute;
  right: 45.5%;
}

.text.show-all a {
  text-transform: none;
  background: #f9fafb;
  padding: 6px 13px;
  color: #374151;
  font-size: 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 600;
}

.content-starts.package-contents {
  padding-top: 40px;
}

.inclusions h3 {
  color: #333;
  font-size: 20px;
}

.inclusions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.inclusions ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
}

.includes ul ~ p,
.excludes ul ~ p,
.inclusions h3 ~ p {
  margin-bottom: 5px;
}

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

.inclusions ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}

.inclusions .includes li::before {
  background: url("./assets/images/checkmark-included.webp") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.inclusions .inclusion-margin {
  margin-top: 25px;
}

.inclusions .excludes li::before {
  width: 20px;
  height: 20px;
  background: url("./assets/images/no-included.webp") no-repeat;
  background-size: contain;
  top: 3px;
}

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

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

.departures-package .top-departure {
  background: #fff !important;
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
}

.departures-package .departure-table {
  padding: 15px 30px;
  border: 1px solid #e5dccd;
  color: #222222;
  border-bottom: 0 !important;
  background: #fff;
}

.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}

.departures-package .top-departure {
  font-weight: 600;
  color: #fff;
  background: #333 !important;
}

.departures-package .content-departs .data-departure:nth-child(odd) {
  background: rgba(238, 238, 238, 0.5607843137);
}

.departures-package button {
  background: #fff;
  transition: var(--transition-1);
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  padding: 8px 18px;
  font-weight: 500;
  width: 100%;
}

.departures-package button:hover {
  background: #222;
  color: #fff;
}

.content-departs {
  display: none;
}

.h-100 {
  height: 100%;
}

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

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

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

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.faqs-package {
  padding-top: 40px;
}

.faqs-package h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1d3863;
}

.faqs-package .accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: #fff !important;
}

.faqs-package .accordion-button {
  font-weight: 700;
  padding: 14px 0;
}

.faqs-package .accordion-button span {
  padding-right: 15px;
  color: #2f2f2f;
  font-weight: 500;
}

.faqs-package .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}

.faqs-package h3.accordion-header {
  border-radius: 4px;
}

.faqs-package h3.accordion-header button {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.faqs-package .accordion-item {
  margin-bottom: 2px;
  color: #fff;
}

.faqs-package .title-style-2 {
  margin-bottom: 8px;
}

.faqs-package .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
}

.faqs-package .accordion-item .accordion-body {
  padding: 10px 0 18px;
  font-size: 18px;
  color: #333;
  font-size: 17px;
}

.faqs-package .accordion-item .accordion-button::after {
  background: url("./assets/images/plus-icon.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.faqs-package .accordion-item .accordion-button[aria-expanded=true]::before {
  background: #0069b0 !important;
}

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

.right-package {
  background: #1E1E1E;
}
.right-package .padding {
  padding: 20px 20px 5px 20px;
}

.right-package ul.discounts {
  padding-left: 0;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  font-family: var(--font-1);
}

.right-package ul.discounts li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 6px 25px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4039215686);
  margin-bottom: 5px;
  padding-bottom: 8px;
}

.right-package ul.discounts li:last-child {
  border-bottom: 0;
}

.right-package ul.discounts li span:first-child {
  color: #fff;
}

.right-package ul.discounts li span:last-child {
  color: #fff;
}

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

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

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

.toggle-input {
  display: none;
}

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

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

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

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

.sharing-list .twitter {
  background: #00ade7;
}

.sharing-list .facebook {
  background: #1877f2;
}

.sharing-list .whatsapp {
  background: #25d366;
}

.sharing-list .instagram {
  background: #8134af;
}

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

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

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

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

input:checked ~ .sharing-list li:nth-child(4) {
  top: 200px;
} 
/* 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 #333 !important;
  width: 100% !important;
  border-radius: 100px !important;
}

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

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

.right-package {
  border-radius: 8px;
  position: relative;
}
.right-package .down-items {
  position: relative;
}
.right-package .down-items .down-bg {
  background: #1e6b3a;
  position: relative;
  z-index: 2;
  border-radius: 0 0 8px 8px;
}

.right-package .price {
  padding: 20px 25px 10px;
}
.right-package .divider-down{
	margin-bottom: -3px;
}
.right-package .price .divider-down {
  position: relative;
  left: 0;
  z-index: 0;
}

.right-package .old-price {
  text-decoration: line-through;
  color: #374151;
  font-size: 14px;
}

.right-package .main-price {
  font-size: 25px;
  font-weight: 800;
  line-height: 33px;
}
.right-package .main-price .currency {
  font-size: 18px;
  font-weight: 600;
}
.right-package .main-price .real-price {
  font-size: 36px;
  font-weight: 700;
}

.right-package .main-price span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.right-package .buttons-down {
  padding: 0 25px 20px;
}

.right-package .buttons-down button,
.right-package .buttons-down a {
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(39, 39, 39, 0.0509803922);
}

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

.right-package .buttons-down .book-btn {
  background: #50B747;
  color: #fff;
}

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

.right-package .ribbon {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 20px;
  right: 6px;
}

.right-package .ribbon {
  --r: .8em;
  border-inline: 0.5em solid rgba(0, 0, 0, 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.5em) 100%, 50% calc(100% - var(--r)), 0.5em 100%, 0 100%);
   background: radial-gradient(50% 0.2em at top, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0)) border-box, #CF6F29 padding-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 8px 18px;
}

.right-package .cmp-data {
  background: #EBF6FB;
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.right-package .cmp-data li {
  position: relative;
  padding-left: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.right-package .cmp-data li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./assets/images/checkmark.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}

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

.input-group input {
  border: 0 !important;
  width: 100% !important;
  border-radius: 100px !important;
}

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

.calc-price {
  font-size: 24px;
}

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

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

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

.input-group .button-minus {
  left: 0 !important;
}

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

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

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

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

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

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

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

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

.cart-content .cart-info .cart-pricing {
  font-size: 15px;
}

.addons {
  margin-top: 40px;
}

.addons .text-information {
  position: relative;
}

.addons .text-information .title {
  padding-right: 15px;
  position: relative;
  background: #fafcff;
  z-index: 5;
}

.addons .text-information .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: rgba(0, 40, 101, 0.2392156863);
  z-index: 1;
}

.addon-card {
  margin-top: 25px;
}

.right-cart-parent {
  top: 20px;
  height: auto;
}

.right-cart {
  color: #000;
  box-shadow: 0 1px 2px rgba(37, 57, 84, 0.63);
  border: 1px solid rgba(37, 57, 84, 0.0705882353);
  padding: 15px 20px;
}

button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
  border: 0 !important;
}

button.checkout:hover {
  background: #a75300;
  color: #fff;
}

.accepted-right {
  padding: 0 3px;
}

.accepted-right ul li {
  border: 1px solid rgba(134, 134, 134, 0.2392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #fffbf6;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 10px 15px;
  border: 2px solid rgba(0, 51, 111, 0.1215686275);
}

.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: -moz-max-content;
  max-width: max-content;
}

/* Contact */
.contact-details-cart {
  padding: 30px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}

.contact-details-cart input {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 43px;
  padding: 0 12px;
  border-radius: 2px;
}

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

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

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

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

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

.payment-details {
  padding: 30px;
  margin-top: 30px;
  background: #1b522f;
  color: #fff;
}

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

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

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

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

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

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

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

.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}

.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}

/* Wishlist  */
.wishlist_btn button {
  width: 100%;
  padding: 6px;
  margin-top: 5px;
  border-radius: 3px;
}

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

.wishlist_info {
  position: relative;
}

.wishlist_info span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #01822f;
  top: 0;
  right: 0;
  font-size: 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -18px;
}

/* Departure Loading */
.depart-data {
  display: none;
}

#one {
  display: block;
}

.loader {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100vmin;
  overflow: hidden;
  width: 55px;
  padding: 14px;
  margin-top: 40px;
}

.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}

.path {
  stroke: #002050;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
.right-form {
  background: #fff;
  padding: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1019607843);
}

.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 {
  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;
  -o-object-fit: contain;
  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;
}

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

.travel_date {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid rgba(0, 40, 101, 0.5215686275) !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;
}

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

.nolp {
  margin-top: 15px;
}

.nolp {
  color: #222;
}

.form-control {
  border-radius: 2px !important;
  padding: 10px 18px !important;
  background: transparent !important;
}
.order-info{
border: 1px solid #eee;
border-radius: 5px;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

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

.loading-popup p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.fixed-departures button.btn-style-1 {
  padding: 6px 30px !important;
}

.fixed-departures .departure-table {
  background: rgba(255, 255, 255, 0.6196078431) !important;
}

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

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3607843137);
  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;
}

.spinner2 {
  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 rgba(117, 117, 117, 0.2392156863);
}

.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;
  font-family: var(--font-1);
}

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

.opacity-less {
  opacity: 0.5;
}

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



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

.right-package-parent .expert-card2 {
  background: #E6FFE4;
  padding: 15px;
  border: 1px solid #B4D8B1;
  border-radius: 12px;
}
.right-package-parent .expert-card2 .top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-package-parent .expert-card2 .top-item .texts {
  line-height: 19px;
}
.right-package-parent .expert-card2 .top-item a span {
  font-size: 14px !important;
}
.right-package-parent .expert-card2 .top-item .w-40 {
  width: 30px;
}
.right-package-parent .expert-card2 .top-item .trip-advisor ul li {
  color: #00E19F;
}
.right-package-parent .expert-card2 .top-item .google-review .w-40 {
  width: 25px;
}
.right-package-parent .expert-card2 .top-item .google-review ul li {
  color: #FFBF00;
}
.right-package-parent .expert-card2 .universal-star {
  font-size: 11px;
}

.right-package-parent .expert-card2 .bottom-item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -30px;
}
.right-package-parent .expert-card2 .bottom-item .item-img {
  border: 5px solid #FFFFFF;
  border-radius: 10px;
}
.right-package-parent .expert-card2 .bottom-item .item-img img {
  width: 74px;
  border-radius: 10px;
  height: auto;
}
.right-package-parent .expert-card2 .bottom-item .text-img span {
	line-height: 20px;
}
.share-items-all {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.share-items-all .title {
  font-weight: 600;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.share-items-all ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.share-items-all ul li a {
  background: #D8EBEB;
  min-width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.share-items-all ul li a:hover {
  border-color: #222;
}

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

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

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

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

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

.cart-left-content .discount-group .title-discount i {
  font-size: 13px !important;
}

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

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

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

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

.cart-left-content .discount-group .group-prices ul li span {
  color: #222 !important;
}

.cart-left-content .discount-group .group-prices ul li .per-price {
  font-weight: 700;
}

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

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

.cart-left-content .discount-group .arrow i,
.cart-left-content .discount-group .arrow svg {
  font-size: 14px;
}

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

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

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

/* Toast Wishlist */
#toaster {
  color: #fff;
  font-weight: 700;
  transition: transform ease 0.7s;
  font-size: 13px;
  z-index: 999999999;
  padding: 1em 1.4em;
  height: 70px;
  background: rgba(24, 138, 13, 0.8431372549);
  position: fixed;
  right: 0;
  top: 0;
  border-radius: 0;
  transform: translateY(-120%);
  display: flex;
  align-items: center;
  left: 0;
  text-align: center;
  justify-content: center;
}

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

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

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

.cart-left-content .top-content, .cart-left-content .addons-down {
  background: #fafcff;
  border: 1px solid rgba(34, 34, 34, 0.1490196078) !important;
  padding: 30px;
  box-shadow: 0 0 10px 4px rgba(79, 79, 79, 0.05);
}

.cart-left-content .addons-down {
  padding: 10px 30px 30px 30px;
  background: #fff;
}

.cart-page .cart-left-content {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

.cart-page #travelers {
  border: 1px solid #222 !important;
}
.cart-page .button-minus {
  border: 1px solid #222 !important;
  background: #f1f1f1;
}
.cart-page .button-plus {
  border: 1px solid #222 !important;
  background: #f1f1f1;
}

.departure-datas {
  display: none;
}

.departure-full-info .card-departure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.departure-full-info .card-departure.last-div {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.departure-full-info .card-departure img {
  border-radius: 2px;
}

.departure-full-info .card-departure button {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
}

.departure-full-info .card-departure button:hover {
  background: var(--secondary-color);
}

.departure-full-info .card-departure:hover .title {
  color: var(--primary-color);
}

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

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 30px;
  bottom: 20px;
  z-index: 99999;
  transform: translateY(50%);
  transition: var(--transition-1);
}

.scroll-top button {
  color: #fff;
  background: var(--primary-color);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}



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

.select_wrap .default_option::after {
  content: "";
  width: 1px;
  background: rgb(230, 230, 230);
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.search-bar.has-border {
  border: 1px solid #c9c9c9;
}

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

#mega-menu-wrap-menu-1 a {
  transition: var(--transition-1) !important;
}

#search {
  align-items: center;
  height: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  height: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}
#search .search-bar button {
  background: var(--primary-color);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
}

#search .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#search.visible {
  height: 100vh !important;
  opacity: 1;
  visibility: visible;
  width: 100vw !important;
  z-index: 99999;
}

.close-btn {
  display: block;
}

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

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

.cart-content .cart-left-content:first-child {
  border: 1px solid #eee;
  border-radius: 10px;
}

.right-cart-parent {
  top: 20px;
  height: auto;
}

.right-cart-parent.topped {
  position: fixed;
  top: 15px;
  width: 319px;
}

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

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.faqs-home.faqs-page-item {
  background: transparent;
  padding-top: 0;
  margin-top: 35px;
}

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

.sticky-package.active {
  visibility: visible;
  opacity: 1;
  animation: fadeIn 600ms ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.items-packages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
}

.items-packages ul {
  width: 100%;
}

.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
}

.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 10px 0;
  color: #606060;
}

.items-packages ul li a.active {
  color: var(--primary-color);
  border-bottom: 1px dashed var(--primary-color);
}

.items-packages ul li a:hover {
  color: var(--primary-color);
}/*# sourceMappingURL=style.css.map */

.package-main-page{
	padding-bottom: 70px;
}

.card-style-1 .text.no-price {
padding-bottom: 15px;
}

.right-trip-size {
  width: 100%;
  max-width: 310px;
}

.pricing-tag {
  background: #D96F28;
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  border-radius: 3px;
  justify-content: center;
}

.package-hero .info-price {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.package-hero .info-price .left-info {
  color: #fff;
}
.package-hero .info-price .left-info span {
  font-size: 14px;
  font-weight: 400;
}
.package-hero .info-price .left-info p {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
.package-hero .info-price .right-info {
  flex: 1;
}
.package-hero .info-price .right-info a, .package-hero .info-price .right-info button {
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
.package-hero .info-price .right-info a:hover, .package-hero .info-price .right-info button:hover {
  background: #222;
  color: #fff;
}


/* Pagination*/
.pagination {
  padding: 20px 0;
}

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

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

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

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

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

.navigation li a {
  border: 1px solid #a2a2a2;
}

.hero.inner-hero .left-content h1 {
font-size: 43px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-weight: 500 !important;
}

.btns a, .btns button {
  border: 1px solid #fff;
  display: flex;
  padding: 8px 40px;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
	width: 100%;
}

.btns a:hover, .btns button:hover {
  background: var(--primary-color);
}


.reviews-package .review-rating {
  line-height: 19px;
}
.reviews-package .review-rating .review-points {
  background: var(--secondary-color);
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-package .stars-universal.icon-size-11 li {
  font-size: 11px;
}
.reviews-package .card-client-review {
  padding: 30px 38px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.27);
  border-radius: 8px;
  margin-top: 50px;
}
.reviews-package .card-client-review .card-client {
  background: #fff;
}
.reviews-package .card-client-review img {
  border-radius: 6px;

}
.reviews-package .card-client-review .user-details img {
		width: 70px; 
	height: 70px;
	object-fit: cover;
}
.reviews-package .card-client-review small {
  font-size: 13px;
  color: #6c757d;
}
.reviews-package .card-client-review .review-content {
  margin-top: 8px;
  padding-left: 85px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 40px;
}
.reviews-package .card-client-review .review-content p {
  margin: 0;
}
.reviews-package .buttons {
  margin-top: 20px;
}
.reviews-package .buttons button, .reviews-package .buttons a {
  border-radius: 3px;
  padding: 8px 35px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  height: 45px;
  -webkit-transition: var(--transition-1);
  -o-transition: var(--transition-1);
  transition: var(--transition-1);
}
.reviews-package .buttons button:hover {
  background: var(--secondary-color);
}
.reviews-package .review-text a:hover {
  color: var(--secondary-color) !important;
}


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

.information-content .left-side-default{
	max-width: 70%;
}
.information-content .right-info-default{
	max-width: 30%;
}



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

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

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

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

.menu-translate-header li {
  margin: 0;
	border-bottom: 1px solid #eee;
}

.menu-translate-header li:last-child{
	border-bottom: 0;
}

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

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

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

.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: 999999;
  background: #159143;
  border: 1px solid #cad1ea;
  right: 25px;
  bottom: 80px;
}

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

.main-heads svg, .main-heads a > img{
	width: 28px;
height: 28px;
}
.best-selling.luxury-trip{
	background: #f6f6f6;
	margin-top: 70px;
}
a.btn-more {
padding: 14px 25px;
padding-right: 4px;
border-radius: 5px;
background: var(--primary-color);
color: #fff;
}
a.btn-more > span {
filter: brightness(0) invert(1);
}
.btn-more:hover{
	background: #155b2e;
}
.welcome a.btn-more > span {
filter: unset;
}