/*!
Theme Name: ExploreVisionNepal
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: explorevision
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.

ExploreVisionNepal 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: #00549a;
  --secondary-color: #f47944;
  --third-color: #f77c03;
  --transition-1: all 750ms ease;
  --font-1: "Lexend", sans-serif;
  --bs-accordion-active-bg: #283c902e;
}

body,
html {
  position: relative;
}

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

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

a:hover,
a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-1);
}

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

.lh-28 {
  line-height: 28px;
}

.custom-gy-1 {
  --bs-gutter-y: 2.2rem;
}

input,
textarea {
  border: 0;
  width: 100%;
  transition: all 500ms ease;
}

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

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

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

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

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

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

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

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

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

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

.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-first {
  color: var(--primary-color) !important;
}

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

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

.text-4141 {
  color: #414141;
}

.text-999 {
  color: #999999;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

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

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

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

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

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 121, 68, 0.6);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
header {
  position: relative;
  z-index: 9999;
}
header .notification-main {
  background: #4fc3f1;
  padding: 10px 0;
}
header .notification-main p {
  color: #fff;
}
header .notification-main svg,
header .notification-main i {
  color: #fff;
}
header .main-header {
  padding-right: 150px;
}
header .brand-logo {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: block;
  padding: 20px 25px;
  min-width: 400px;
  text-align: end;
  border-radius: 0 0 5px 0;
  background: #fff;
}
header .contact-card {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}
header .contact-card .text {
  line-height: 24px;
}
header .contact-card .text p{
color: #51b655;
}

header nav {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
header nav ul {
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.has-pb {
  padding-bottom: 15px;
}

.button-1 {
  background: var(--secondary-color);
  padding: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.button-1:hover {
  background: #005499;
  color: #fff;
}

.hero {
  position: relative;
  margin-top: -15px;
  padding-top: 65px;
}
.hero.main-hero {
padding-top: 320px;
padding-bottom: 30px;
}

.hero .card-image {
  position: relative;
}
.hero .card-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 0;
  top: 0;
}
.hero .video-play a::after {
  background: #fff;
}
.hero .video-play a {
  color: var(--secondary-color);
  font-size: 20px;
}
.hero .video-play a:hover {
  color: #fff;
}
.hero .video-play a:hover::after {
  background: var(--primary-color);
}
.hero .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	border-radius: 0 0 20px 20px;
}
.hero .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
	border-radius: 0 0 20px 20px;
}

.hero.home-hero .bg-img img,  .hero.home-hero .bg-img{
	border-radius: 0;
}

.hero .bg-img .bottom-img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  margin-top: -22px;
  margin-left: -30px;
  margin-right: 20px;
}

.hero-text {
  font-family: var(--font-2);
  padding-top: 15px;
  position: relative;
  z-index: 10;
  padding-bottom: 25px;
}
.hero-text .text-show {
  border: 2px solid #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px 22px;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
margin-bottom: 15px;
background: #5383aa75;
  box-shadow: 1px 1px 20px 1px #00000015;
}
.main-hero .hero-text .short-text-info{
  text-shadow: 1px 2px 2px #00000087;
}
.hero-text h1 {
  font-weight: 700;
  color: #fff;
font-size: 48px;
	line-height: 54px;
text-shadow: 1px 2px 2px #0009;
}
.hero-text h1 span {
  color: var(--primary-color);
}
.hero-text .short-text-info {
  margin-top: 0;
}
.hero-text .left-content {
  position: relative;
  padding-right: 50px;
}
.hero-text .left-content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -300px;
  margin-top: -50px;
  z-index: -1;
  opacity: 0.85;
}
.hero-text .search-bar {
  margin-top: 28px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
}

.search-bar {
  position: relative;
  z-index: 4;
  padding: 7px;
  border-radius: 100px;
}
.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::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px;
}
.search-bar .input {
  height: 100%;
}
.search-bar .input input {
  background: transparent;
  padding: 12px 10px 12px 20px;
  height: 100%;
  color: #222;
  font-weight: 600;
}
.search-bar .input input::-moz-placeholder {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.search-bar .input input::placeholder {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.search-bar .search-btn {
  background: #fff;
  font-weight: 600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 12px 22px;
  color: #fff;
  background: var(--secondary-color);
}
.search-bar .search-btn svg,
.search-bar .search-btn i {
  font-size: 22px;
}
.search-bar .search-btn:hover {
  background: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-title span {
  font-weight: 500;
  color: var(--secondary-color);
  font-size: 17px;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary-color);
}
.section-title h2.has-divider::after {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--third-color);
  display: block;
  border-radius: 10px;
  margin: 14px auto;
}
.section-title.has-divider h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(3, 31, 124, 0.4745098039);
  border-radius: 10px;
  margin: 5px 0;
}
.section-title.text-center h2::after {
  margin: 5px auto;
}

.btn-style-1 {
  position: relative;
  padding: 8px 60px 8px 0;
  border-radius: 100px;
  transition: all 600ms ease;
  display: block;
}
.btn-style-1.color-2 {
  border-color: transparent !important;
  color: var(--secondary-color);
}
.btn-style-1.color-2 .icon-arrow {
  background: var(--secondary-color);
}
.btn-style-1:hover .icon-arrow {
  color: var(--secondary-color) !important;
}

.btn-style-1 .icon-arrow {
  position: absolute;
  right: 3px;
  color: #fff;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms ease;
  transform: rotate(-45deg);
  transition: var(--transition-1);
}

.btn-style-1:hover .icon-arrow {
  transform: rotate(-90deg) translateY(5px);
  padding: 5px;
  color: #fff !important;
}

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

.card-style-1 .image-card {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.card-style-1 .image-card a:not(.show-hover) {
  display: block;
  position: relative;
}
/* .card-style-1 .image-card a:not(.show-hover)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: 5px;
  z-index: 5;
} */
.card-style-1 .image-card img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-style-1 .image-card .show-hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: rgba(206, 86, 34, 0.6980392157);
  width: 0;
  height: 0;
  border-radius: 0 0 0 100px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-style-1 .image-card .show-hover span {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 30px;
  margin-top: -25px;
  margin-left: 20px;
  color: #fff;
}
.card-style-1 .text-card {
  display: flex;
  align-items: start;
  padding: 0 15px;
  margin-top: -55px;
  gap: 15px;
  position: relative;
  z-index: 8;
}
.card-style-1 .text-card .detail-trip {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  text-align: center;
  min-width: 80px;
}
.card-style-1 .text-card .detail-trip .duration {
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.card-style-1 .text-card .detail-trip .price {
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  display: inline-block;
  line-height: 24px;
  padding: 10px;
}
.card-style-1 .text-card .detail-trip .price span {
  font-size: 16px;
  font-weight: 700;
}
.card-style-1 .text-card .headings .review {
  margin-top: 18px;
}
.card-style-1 .text-card .headings h3 {
  font-size: 22px;
color: #333;
font-weight: 600;
  margin-top: 22px;
}
.card-style-1:hover .show-hover {
  visibility: visible;
  opacity: 1;
  width: 100px;
  height: 100px;
}
.card-style-1:hover a {
  color: var(--primary-color);
}
.card-style-1:hover .image-card img {
  transform: scale(1.04);
}

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

.best-selling {
  padding-top: 60px;
}
.best-selling .owl-stage-outer {
  padding-bottom: 20px !important;
}

.card-activity .img {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.card-activity .img::after {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.card-activity .img img {
  border-radius: 4px;
  transition: var(--transition-1);
	height: auto;
}
.card-activity .text {
  padding: 15px 0;
  text-align: center;
}
.card-activity .text h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.card-activity .text h3::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #666666;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.card-activity:hover h3 {
  color: var(--primary-color);
}
.card-activity:hover .img img {
  transform: scale(1.08);
}

.things-todo {
  padding-top: 80px;
  margin-top: 65px;
  position: relative;
  overflow-x: hidden;
}
.things-todo .owl-theme .owl-dots .owl-dot span {
  outline: 1px solid var(--primary-color);
  outline-offset: 3px;
}
.things-todo .owl-theme .owl-dots .owl-dot.active span,
.things-todo .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
.things-todo .divs {
  content: "";
  width: 100%;
  height: 100%;
 background: #395d93;
  position: absolute;
  z-index: -1;
  top: 0;
  max-height: 70%;
}
.things-todo .divs img {
  position: absolute;
  bottom: 0;
}
.things-todo .divs .div-2 {
  right: 0;
}
.things-todo .divs .top-div {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.welcome {
  position: relative;
  overflow-x: hidden;
}

.welcome .section-title h2 {
  color: #00549a;
}
.welcome .max-600 {
  max-width: 600px;
}
.welcome .content-left {
  padding-right: 30px;
}
.welcome ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.welcome ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #100e2c;
}
.welcome ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background: url("./assets/images/checkmark.webp") no-repeat;
  background-size: contain;
  left: 0;
  margin-top: 4px;
}
.welcome .image {
  position: relative;
  height: 100%;
}
.welcome .image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.welcome .image .btn-style-1 {
  position: absolute;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2196078431);
  background: #fff;
  bottom: 40px;
  border-radius: 10px;
  left: -55px;
  padding: 17px 75px 17px 40px;
}
.welcome .image .btn-style-1 .icon-arrow {
  right: 20px;
}

.trusted {
	background: #f5faff;
padding-bottom: 60px;
	padding-top: 50px;
}
.trusted .title {
  position: relative;
}
.trusted .title p {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 10px;
	background: #f5faff;
z-index: 4;
position: relative;
}
.trusted .title::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: #c5d4e1;
  margin-top: -30px;
	z-index: 1;
}

.card-have .bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.card-have .bottom span {
  font-size: 14px;
  color: #5e5b5b;
}
.card-have .bottom .circle {
  background: var(--primary-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.card-have .bottom .circle span {
  color: #fff;
}

.featured-images li img{
	mix-blend-mode: multiply;
}

.card-style-2 .img-card-1 {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
}
.card-style-2 .img-card-1 img {
  border-radius: 3px 3px 0 0;
  transition: var(--transition-1);
}
.card-style-2 .img-card-1 button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
.card-style-2 .img-card-1 button:hover {
  background: var(--secondary-color);
}
.card-style-2 .text-card-1 {
  background: #fff;
  /* margin-top: -25px; */
  position: relative;
}
.card-style-2 .text-card-1 .universal-star {
  color: #f9c200;
}
.card-style-2 .text-card-1 .universal-star li {
  font-size: 12px;
}
.card-style-2 .text-card-1 ul {
  padding: 15px 25px 0;
}
.card-style-2 .text-card-1 h3 {
  color: #333333;
  padding: 0 25px;
  font-size: 20px;
}
.card-style-2 .text-card-1 .infos {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 6px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4235294118);
}
.card-style-2 .text-card-1 .infos .info {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.card-style-2 .text-card-1 .infos .info img {
  width: auto;
}
.card-style-2 .text-card-1 .price {
  padding: 10px 0;
  color: #999999;
  font-size: 16px;
}
.card-style-2 .text-card-1 .price .text-first {
  color: #00297b;
}
.card-style-2 .bottom-item {
  padding: 6px 25px;
}
.card-style-2 .btn-custom {
  background: var(--secondary-color);
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
}
.card-style-2 .btn-custom:hover {
  background: var(--primary-color);
}
.card-style-2:hover .img-card-1 img {
  transform: scale(1.06);
}
.card-style-2:hover .text-card-1 h3 {
  color: var(--primary-color);
}

.best-selling-trips {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow-x: hidden;
}
.best-selling-trips::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./assets/images/bg-palette.webp") repeat;
  opacity: 0.3;
  z-index: -1;
}
.best-selling-trips .owl-stage-outer {
  padding-bottom: 20px;
}
.best-selling-trips .owl-nav {
  border-radius: 100px;
  padding: 5px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 0;
  right: 16%;
  margin-top: -4.5%;
}
.best-selling-trips .owl-nav button {
  width: 50px;
  height: 50px;
}
.best-selling-trips .owl-nav button.owl-prev {
  margin-left: -40px;
}

.happy-clients {
  overflow: hidden;
  position: relative;
}
.happy-clients .section-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.happy-clients .section-title h2 {
  font-size: 30px;
}
.happy-clients::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
background: #135953;
  z-index: -1;
  max-height: 80%;
}
.happy-clients .left-side {
  position: relative;
  padding-top: 80px;
}
.happy-clients .left-side .top-line {
  position: absolute;
  top: -1px;
  left: 60px;
  right: 0;
  margin: auto;
}
.happy-clients .img-right {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0509803922);
}
.happy-clients .img-right img {
  border-radius: 0 0 0 20px;
}
.happy-clients .content-down {
  display: flex;
  color: #fff;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.happy-clients .content-down .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.happy-clients .details ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.happy-clients .details ul li:first-child {
  font-size: 22px;
  font-weight: 500;
}
.happy-clients .details ul li:first-child span {
  font-weight: 500;
}

.card-style-4 {
  background: #fff;
  position: relative;
  border-radius: 6px;
}
.card-style-4 .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
}
.card-style-4 .image {
  border-radius: 6px 6px 0 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.card-style-4 .image img {
  border-radius: 6px 6px 0 0;
  transition: var(--transition-1);
}
.card-style-4 .image-parent {
  position: relative;
}
.card-style-4 .image-parent .selling-tags {
  position: absolute;
  top: 0;
  right: 0;
  padding: 28px 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-style-4 .image-parent .selling-tags .selling-tag {
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.card-style-4 .image-parent .selling-tags .selling-tag-1 {
  background: #fff;
  color: #f77c03;
}
.card-style-4 .image-parent .selling-tags .selling-tag-2 {
  color: #fff;
  background: #f77c03;
}
.card-style-4 .text {
  padding: 20px 28px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 5px;
}
.card-style-4 .text .d-flex {
  flex-wrap: wrap;
  row-gap: 5px !important;
}
.card-style-4 .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #444444;
}
.card-style-4 .item img {
  width: auto;
}
.card-style-4 .price {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  padding-right: 20px;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 7px 0;
  z-index: 9;
  background: #fff;
  line-height: 27px;
  padding: 25px 18px;
}
.card-style-4 .price .per {
  color: #878787;
  font-size: 12px;
}
.card-style-4 .price .line-through {
  color: #333333;
  font-weight: 800;
}
.card-style-4 .price .main-price {
  font-size: 25px;
  color: var(--secondary-color);
  font-weight: 900;
}
.card-style-4 .price span {
  font-size: 17px;
  font-weight: 700;
  display: block;
}
.card-style-4 .item img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(0%) saturate(0%)
    hue-rotate(32deg) brightness(92%) contrast(90%);
}
.card-style-4 .detail {
  position: absolute;
  right: 0;
  border: -7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  background: #fff;
  padding: 5px 27px;
  border-radius: 5px 0 5px 5px;
}
.card-style-4 .detail svg,
.card-style-4 .detail i {
  font-size: 14px;
  margin-left: 7px;
}
.card-style-4 .detail:hover {
  background: var(--secondary-color);
  color: #fff;
}
.card-style-4:hover .image img {
  transform: scale(1.1);
}
.card-style-4:hover .title {
  color: var(--secondary-color);
}

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

.adventures {
  padding-top: 20px;
  overflow: hidden;
  position: relative;
}
.adventures .section-title h2 {
  font-size: 31px;
}
.adventures .owl-nav {
  border: 2px solid #3d5980;
  border-radius: 100px;
  padding: 2px 15px;
  margin-top: -5%;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 0;
  top: 0;
}
.adventures .owl-nav button {
  font-size: 16px !important;
  color: var(--primary-color) !important;
}
.adventures .owl-nav button:last-child {
  margin-left: 10px;
}
.adventures .owl-nav button:hover {
  color: var(--secondary-color) !important;
  background: transparent !important;
}
.adventures .btn-style-1 {
  margin-left: 50px;
  margin-top: 8px;
  margin-top: -8px;
}

.btn-style-1.color-3 {
  color: var(--primary-color);
}
.btn-style-1.color-3 .icon-arrow {
  background: var(--primary-color);
}
.btn-style-1.color-3:hover {
  color: var(--secondary-color);
}
.btn-style-1.color-3:hover .icon-arrow {
  background: var(--secondary-color);
  color: #fff !important;
}

.departures {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 55px;
  margin-top: 0;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1490196078);
  overflow-x: hidden;
}
.departures .section-title h2 {
  font-size: 30px !important;
  color: var(--primary-color);
}

.departures-parent {
  position: relative;
}
.departures-parent::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #0d3b80;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

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

.photo-gallery {
  padding-bottom: 70px;
  padding-top: 65px;
  position: relative;
  background: #0d3b80;
}
.photo-gallery .bg-down {
  position: absolute;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  margin-bottom: -1px;
}
.photo-gallery .top-item {
  position: relative;
}
.photo-gallery .top-item::after {
  content: "";
  width: 90%;
  height: 2px;
  background: #c5d4e1;
  position: absolute;
  left: 20px;
  margin-bottom: 22px;
  z-index: -1;
}
.photo-gallery .section-title h2 {
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 10px;
  color: #fff;
  font-size: 26px;
  background: #0d3b80;
}
.photo-gallery .btn-style-1 {
  background: #0d3b80;
  padding-left: 20px;
}

.card-gallery .image {
  position: relative;
  display: block;
  border-radius: 10px;
}
.card-gallery .image img {
  border-radius: 10px;
}
.card-gallery .image a {
  display: block;
}
.card-gallery .image a::after {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  top: 0;
  transition: var(--transition-1);
}
.card-gallery .image span {
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 48px;
  color: var(--secondary-color);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50px);
  transition: var(--transition-1);
}
.card-gallery:hover .image a::after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.card-gallery:hover span {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.blogs .card-side-blog img {
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs .card-side-blog h3 {
  font-size: 20px;
  line-height: 31px;
}
.blogs .card-side-blog a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.blogs .card-side-blog a img {
  transition: var(--transition-1);
}
.blogs .card-side-blog .post-on {
  padding-top: 10px;
}
.blogs h3 a {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.blogs .post-info {
  color: #666666;
  font-weight: 400;
}
.blogs .post-info img {
  width: auto !important;
  height: auto !important;
}

.card-large-blog .text-card {
  padding: 10px 15px;
}
.card-large-blog a img {
  height: 375px;
  -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);
}
.card-large-blog h3,
.card-large-blog h2 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}

.card-side-blog:hover a,
.card-large-blog:hover a {
  background-size: 0 0.08em, 100% 0.08em;
  color: var(--primary-color);
}
.card-side-blog:hover a img,
.card-large-blog:hover a img {
  transform: scale(1.08);
}
.card-side-blog .image img,
.card-large-blog .image img {
  border-radius: 5px;
}

.affiliations {
  padding-top: 35px;
  padding-bottom: 70px;
}
.affiliations .we-accept li {
  padding: 7px;
  border-radius: 3px;
}

.affiliated ul {
  gap: 8px !important;
}
.affiliated ul li {
  width: auto;
  max-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 3px;
}
.affiliated ul li img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

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

.subscribe-form {
  border: 1px solid #f47944;
  display: flex;
  align-items: center;
  padding: 1px;
  border-radius: 4px;
}
.subscribe-form input {
  padding: 10px;
}
.subscribe-form button {
  background: #f47944;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

.subscribe-form button:hover {
  background: #a75300;
}

.contact-details {
  background: #213b62;
  padding: 35px 28px;
  border-radius: 7px;
  max-width: 330px;
}
.contact-details .title {
  font-size: 20px;
  font-weight: 500;
  color: #ff8600;
  display: block;
  margin-bottom: 18px;
}
.contact-details ul li {
  display: flex;
  color: #fff;
  -moz-column-gap: 14px;
  column-gap: 14px;
  margin-bottom: 12px;
}

footer {
  overflow-x: hidden;
  position: relative;
	margin-top: 40px;
}
footer .content-footer {
  background: #082653;
  padding: 20px 0 85px;
  position: relative;
  margin-top: -1px;
}
footer .footer-menus li {
  margin: 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
footer .footer-menus li a:hover {
  color: var(--secondary-color);
}
footer .footer-menus li:last-child {
  margin-bottom: 0;
}
footer .card-expert {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #fff;
  align-items: center;
  min-width: 380px;
}
footer .card-expert .img {
  border: 3px solid #fff;
  border-radius: 7px;
}
footer .card-expert .text {
  font-size: 16px;
}
footer .item-footer {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #fff;
}
footer .bottom-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: -9px;
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  font-size: 14px;
  -moz-column-gap: 10px;
  column-gap: 10px;
color: #3e3e3e;
margin-bottom: 5px;
  border-radius: 100px;
}

.inner-hero.hero {
/*   padding-top: 85px;
  padding-bottom: 90px;  */
	padding-top: 140px;
padding-bottom: 60px;
}
.inner-hero .hero-text {
  padding-top: 0;
}
.inner-hero .hero-text h1 {
  font-size: 39px;
  line-height: 45px;
}
.inner-hero .short-text-info {
  margin-top: 15px;
}
.inner-hero .short-text-info p {
  font-weight: 400;
  font-size: 16px;
}

.content-starts {
  padding-top: 45px;
}
.content-starts .section-title h2 {
  font-size: 32px;
}

.right-links {
  position: sticky;
  height: auto;
  top: 30px;
  box-shadow: 0 0px 2px rgba(11, 60, 93, 0.6), 0 -1px 2px rgba(11, 60, 93, 0);
  background: linear-gradient(
    0deg,
    rgba(97, 139, 202, 0.17) 0%,
    rgba(245, 249, 255, 0.58) 100%
  );
  padding: 20px;
  padding-top: 0;
}
.right-links .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--primary-color);
  padding: 7px 35px;
  display: block;
  background: var(--primary-color);
  text-align: center;
  border-radius: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: -20px;
  position: absolute;
}
.right-links ul {
  padding-left: 18px;
  padding-top: 35px;
}
.right-links ul li {
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333;
  position: relative;
}
.right-links ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 100px;
  position: absolute;
  left: 0;
  margin-top: 9px;
  z-index: 2;
  transition: var(--transition-1);
}
.right-links ul li::after {
  content: "";
  width: 20px;
  position: absolute;
  height: 1px;
  background: #333;
  left: 0;
  margin-left: -15px;
  margin-top: 12px;
}
.right-links ul li:hover::before {
  background: var(--secondary-color);
}
.right-links ul li:hover a {
  color: var(--third-color);
}

.high-padding.inner-hero {
/*   padding-top: 120px;
  padding-bottom: 120px; */
	padding-top: 425px;
	padding-bottom: 40px;
}


.inner-hero.blog-single-hero {
padding-top: 435px;
padding-bottom: 50px;
}
.hero .bg-img.has-image::after {
  background: linear-gradient(
    90deg,
    rgba(13, 59, 128, 0.9098039216) 0%,
    rgba(13, 59, 128, 0.5490196078) 100%
  );
}

.content-card {
  display: none;
}

.content-starts .btn-style-1 {
  border: 1px solid var(--third-color);
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.content-starts .btn-style-1.bg-eee {
  background: #eee;
}
.content-starts .btn-style-1 .icon {
  background: var(--third-color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00549a;
  transition: var(--transition-1);
}
.content-starts .btn-style-1:hover {
  background: #c94e02 !important;
  color: #fff;
}
.content-starts .btn-style-1:hover .icon {
  background: #c94e02 !important;
  border: 1px solid transparent;
}
.content-starts .btn-style-1.icon-green {
  border: 0;
}
.content-starts .btn-style-1.icon-green .icon {
  background: #fff;
}
.content-starts .btn-style-1.icon-green:hover {
  background: var(--primary-color) !important;
}
.content-starts .btn-style-1.icon-green:hover .icon {
  transform: translateX(10px);
  background: #fff !important;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

#loadMore2 {
	border: 1px solid var(--third-color);
	padding: 5px 0px 5px 30px;
	color: #f47944;
	border-radius: 6px;
}
#loadMore2 .icon{
	width: 35px;
height: 35px;
	background: #f47944;
margin-right: -15px;
	color: #fff;
	border: 1px solid var(--third-color);
}
#loadMore2 .loading-state {
  display: none;
}
#loadMore2 .loading-state .loading {
  border-top-color: var(--primary-color) !important;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
}
#loadMore2.loading .icon svg,
#loadMore2.loading .icon i {
  display: none;
}
#loadMore2.loading .loading-state {
  display: inline-block;
}

#loadMore2:hover .icon{
	transform: none;
	color: #f47944;
}

#loadMore2:hover{
	color: #fff !important;
}

/* 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: max-content;
  margin-right: auto;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.search-2 {
  border: 1px solid #999;
  min-width: 100% !important;
}

.not-found {
  padding: 35px 0 100px;
}

.left-contact {
  min-width: 420px;
}
.left-contact .right-links .contact-details {
  background: transparent;
  padding: 40px 0 0;
}
.left-contact .right-links .contact-details ul {
  list-style: none;
  padding: 0;
}
.left-contact .right-links .contact-details ul li {
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
}
.left-contact .right-links .contact-details ul li img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(0%)
    hue-rotate(173deg) brightness(99%) contrast(94%);
}
.left-contact .right-links .contact-details ul li::before,
.left-contact .right-links .contact-details ul li::after {
  display: none;
}
.left-contact .right-links .contact-details .title {
  display: none;
}
.left-contact .right-links .contact-details .bottom-social-links ul {
  gap: 4px;
}
.left-contact .right-links .contact-details .bottom-social-links li {
  padding-left: 0;
}

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

.card-team {
  position: relative;
}

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

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

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

.card-team .text {
  bottom: 0;
  z-index: 99;
  color: #fff;
  line-height: 24px;
  padding: 20px 25px;
  width: 100%;
  max-width: 95%;
  margin-top: -30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #f9fcff;
  border-radius: 3px;
  border: 1px solid rgba(34, 34, 34, 0.0941176471);
}

.card-team .text a,
.card-team .text .title {
  color: #333;
  font-size: 22px;
  margin-bottom: 3px !important;
  display: block;
  line-height: 30px;
	font-weight: 600;
}
.card-team .text h3{
	margin: 0;
}
.card-team .text span {
  font-size: 14px;
  color: #666;
}

.card-team:hover .text a {
  color: var(--secondary-color);
}

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

.left-team {
  min-width: 360px;
  max-width: 360px;
}

.team-single-page .card-team {
  position: sticky;
  height: auto;
  top: 10px;
}
.content-inside.text-222{
	color: #333 !important;
}
.content-inside {
  line-height: 26px;
	color: #333;
}
.content-inside a {
  color: #4fc3f1;
  font-weight: 500;
}
.content-inside a:hover {
  text-decoration: underline;
  color: #005499;
}
.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: 700;
  color: #444;
}
.blog-contents.content-inside h2,
.blog-contents.content-inside h3,
.blog-contents.content-inside h4,
.blog-contents.content-inside h5,
.blog-contents.content-inside h6,
.blog-contents.content-inside h2 strong,
.blog-contents.content-inside h3 strong,
.blog-contents.content-inside h4 strong,
.blog-contents.content-inside h5 strong,
.blog-contents.content-inside h6 strong,
.blog-contents.content-inside h2 b, 
.blog-contents.content-inside h3 b,
.blog-contents.content-inside h4 b,
.blog-contents.content-inside h5 b,
.blog-contents.content-inside h6 b{
	font-weight: 700;
}
.content-inside h2 {
  font-size: 26px;
	color: #f47944;
}
.content-inside h3 {
  font-size: 23px;
	color: #005499;
}
.content-inside h4 {
  font-size: 22px;
	color: #000;
}
.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);
}

.blog-single-hero .short-text-info {
  -moz-column-gap: 38px;
  column-gap: 38px;
	flex-wrap: wrap;
row-gap: 5px;
}
.blog-single-hero .short-text-info .post {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.blog-single-hero .short-text-info .post i,
.blog-single-hero .short-text-info .post svg {
  font-size: 16px !important;
}
.blog-single-hero .short-text-info .post span {
  font-size: 14px !important;
}
.blog-single-hero .hero-text h1 {
  font-size: 35px;
}

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

.inner-hero.team-single .hero-text h1 {
  font-size: 34px;
  line-height: 34px;
} /*# sourceMappingURL=style.css.map */

.wpforms-page-indicator-steps {
  min-width: 130px;
}
.more-padding {
  padding-top: 50px;
}

/* PKG */
.package-page {
  padding-top: 50px;
}

.card-fact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-fact .icon {
  min-width: 45px;
  border: 2px solid #093962;
  border-radius: 10px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-fact .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(2086%)
    hue-rotate(179deg) brightness(97%) contrast(90%);
}

.card-fact .text {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}

.card-fact .text p {
	font-weight: 500;
color: #333;
}

.card-fact .text span,
.card-fact .text a {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}

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

.start-end .has-dot p {
  font-size: 15px;
  font-weight: 700;
}

.section-title h2,
.section-title .title {
  font-weight: 700;
  font-size: 33px;
  color: var(--primary-color);
}

.point-lines {
  position: relative;
  margin-bottom: 5px;
}

.point-lines .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.point-lines .line .dot {
  width: 11px;
  height: 11px;
  background: #143e60;
  display: block;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}

.point-lines .line .line-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(244, 121, 68, 0.38);
  margin-top: 4px;
}

.start-end .start,
.start-end .end {
  color: #143e60;
}

.start-end .title {
  font-weight: 700;
  color: #666666;
  margin-top: -5px;
}

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

.trip-map .image {
  border: 1px solid #d1d8e4;
  padding: 25px 30px;
  border-radius: 5px;
}

.card-gallery .image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

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

.gallery-pkg .owl-item, .gallery-pkg .owl-carousel .owl-stage-outer{
  border-radius: 5px !important;
}

.card-gallery .image a.popup-video {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-gallery .image a.popup-video img {
  transition: var(--transition-1);
}

.card-gallery:hover .image .img-fluid {
  transform: scale(1.06);
}

.card-gallery:hover .image .popup-video img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(7450%)
    hue-rotate(356deg) brightness(89%) contrast(129%);
}

.gallery-pkg .owl-nav button.owl-next {
  margin-right: -28px;
}

.gallery-pkg .owl-nav button.owl-prev {
  margin-left: -28px;
}

.gallery-pkg .owl-nav {
  top: 46%;
}

.title-style-2 .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.title-style-2.has-divider::after {
  content: "";
  width: 65px;
  height: 2px;
  background: var(--secondary-color);
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
}

.gallery-pkg .title-style-2 .title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 20px;
  margin: 0;
}

.gallery-pkg .btn-style-1 {
  background: #fff;
  padding: 8px 50px 8px 30px;
}

.gallery-pkg .btn-style-1 .icon-arrow {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.padding-lg {
  padding-top: 48px;
}

.gallery-pkg .top-item {
  position: relative;
}

.gallery-pkg .top-item::after {
  content: "";
  width: 96%;
  height: 1px;
  background: #c5d4e1;
  position: absolute;
  left: 20px;
  margin-bottom: 0;
  z-index: -1;
}

.content-inside a {
  color: var(--secondary-color);
}

.highlights .title-style-2 .title {
  color: #333;
}

.highlights ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  color: #333;
}

.highlights ul li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 30px;
}

.highlights ul li::before {
  content: "";
  background: url("./assets/images/highlights-icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  margin-top: 7px;
  width: 19px;
  height: 19px;
  margin-top: 3px;
  /* filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(7293%) hue-rotate(331deg) brightness(98%) contrast(94%); */
}

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

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

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

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

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

.accordion-item .accordion-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 45px;
  margin-bottom: 0;
  display: block;
}

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

.accordion-item .accordion-button {
  line-height: 26px;
}

.accordion-item .serial-number {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  min-width: 44px;
  min-height: 44px;
  background: #093962;
  font-size: 16px;
}

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

.accordion-item .day {
  color: var(--primary-color);
}

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

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

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

.accordion-item hr {
  margin-top: 10px;
  color: rgba(190, 190, 190, 0.5882352941);
  opacity: 1;
  max-width: 820px;
  margin-left: auto;
}

.itinerary h2 {
  font-size: 24px;
}

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

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

.itinerary .accordion-item[aria-expanded~="true"] .serial-number {
  background: #f47944;
}

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

.itinerary .info img {
  margin-bottom: 0;
}

.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 .accordion-item::before {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #b1b1b1;
  position: absolute;
  margin-left: 22px;
  opacity: 0.5;
}

.note {
  background: #e9f5ff;
  padding: 30px;
  border-radius: 10px;
}
header .item-1 img{
	filter: brightness(0) invert(1);
}
.note .icon {
  border: 2px solid var(--primary-color);
  filter: brightness(0) saturate(100%) invert(22%) sepia(92%) saturate(1558%)
    hue-rotate(187deg) brightness(92%) contrast(105%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.note .button-style-1 {
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 26px;
}

.note .button-style-1:hover {
  background: #1f4903 !important;
}

.button-style-3 {
  background: var(--secondary-color);
  padding: 8px 28px;
  color: #fff;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.button-style-3:hover {
  background: var(--primary-color);
  color: #fff;
}

.inclusion h3 {
  color: #df612a;
  font-size: 21px !important;
  font-weight: 700;
}

.inclusion ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.inclusion ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
	color: #333;
font-weight: 400;
}

.tab-content{
	display: none;
}

.inclusion .includes li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 1px;
  background: url("./assets/images/includes-icon.webp") no-repeat;
  background-size: contain;
}

.inclusion .excludes li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 4px;
  background: url("./assets/images/excludes-icon.webp") no-repeat;
  background-size: contain;
}

.departures-package .content-departures .title-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.departures-package .content-departures .title-options li button {
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 26px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  color: #222;
}

.departures-package .content-departures .title-options li button.active {
  background: var(--secondary-color);
  color: #fff;
}

.departures-package .content-departures .title-options li button.active:hover {
  color: #fff;
}

.departures-package .content-departures .title-options li button:hover {
  color: var(--secondary-color);
}

.departures-package .top-departure {
  background: var(--primary-color) !important;
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
  padding: 15px 30px !important;
}

.departures-package .top-departure .row {
  gap: 16px;
}

.departures-package .departure-table {
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0509803922);
  color: #222222;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 5px;
}

.departures-package .departure-table span {
  font-size: 16px;
}

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

.departures-package .top-departure {
  font-weight: 700;
  color: #fff;
}

.departures-package .data-departure .row {
  row-gap: 20px;
}

.departures-package .data-departure p {
  font-size: 16px;
}

.departures-package .data-departure button {
  border-radius: 5px;
}

.departures-package .text-second {
  color: var(--secondary-color);
}

.departures-package button {
  transition: var(--transition-1);
  padding: 8px 20px;
  gap: 10px;
  border-radius: 6px;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  color: #093962;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #09396270;
}

.departures-package button .icon {
  background: var(--primary-color);
  color: #fff;
}

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

/* Loading State */
.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #00ade7 !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}

.departures-package select {
  padding: 10px 35px;
  border: 1px solid #9e9e9e;
  background: transparent;
  color: #222222;
  border-radius: 4px;
}

.departures-package .price {
  display: block;
  line-height: 20px;
}

.departures-package .price span {
  font-size: 18px !important;
  color: #666666;
}

.departures-package .price strong {
  color: var(--secondary-color);
}

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

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

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

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

.discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  color: #222;
  min-width: 280px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

.discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px dashed #999;
}

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

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

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

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

.addons-pkg {
  background: #ebf6ff;
  border-radius: 10px;
  margin-top: 40px;
}

.addons-pkg .main-content {
  padding: 40px;
  padding-bottom: 25px;
}

.addons-pkg .button-style-3 {
  padding: 10px 32px;
}

.addons-pkg .first-text {
  font-size: 16px;
}

.addons-pkg .note-text {
  border-bottom: 1px solid #cee0d1;
}

.addons-pkg .title-style-2 .title {
  font-size: 24px;
  color: #222;
}

.addons-pkg .accordion-button {
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.addons-pkg .accordion-button span.title {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}

.addons-pkg .accordion-button span.title i,
.addons-pkg .accordion-button span.title svg {
  color: #999999;
  margin-left: 8px;
}

.addons-pkg .accordion-button .price {
  font-weight: 800;
  color: #f47944;
  background: #ebf6ff;
  position: relative;
  z-index: 2;
  padding-left: 18px;
}

.addons-pkg .accordion-button::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  border: 1px dashed #adadad;
  z-index: 0;
  opacity: 0.8;
}

.addons-pkg .accordion-item {
  background-color: transparent;
  margin-bottom: 5px;
}

.addons-pkg .accordion-item[aria-expanded="true"] .top-addon .title i,
.addons-pkg .accordion-item[aria-expanded="true"] .top-addon .title svg {
  color: var(--secondary-color) !important;
}

.addons-pkg .top-addon .left {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: center;
  background: #ebf6ff;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.addons-pkg .top-addon .left .serial-num {
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: var(--secondary-color);
}

.addons-pkg .accordion-item .accordion-body {
  padding-left: 35px;
  font-size: 15px;
}

.addons-pkg .bottom-content {
  padding: 25px 40px 40px;
}

.addons-pkg .bottom-content .price {
  line-height: 35px;
}

.addons-pkg .bottom-content .price > span {
  color: #222;
}

.addons-pkg .bottom-content .price .main-price {
  font-size: 38px;
  font-weight: 800;
}

.addons-pkg .bottom-content .tag {
  font-size: 18px;
  font-weight: 900;
}

.faqs-package {
  margin-top: 40px;
  border-radius: 10px;
	padding: 0 !important;
}

.faqs-package .title {
  font-size: 22px !important;
}

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

.faqs-package .accordion-button {
  padding: 0;
  font-weight: 600;
  background: transparent !important;
}

.faqs-package .accordion-button span {
  padding-right: 15px;
  color: #222;
}

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

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

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

.faqs-package .accordion-item {
  margin-bottom: 15px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(217, 217, 217, 0.431372549) !important;
  background: transparent !important;
}

.faqs-package .accordion-item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.faqs-package .accordion-item .accordion-body {
  padding: 10px 0 0;
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faqs-package .accordion-button[aria-expanded="true"] span {
  color: var(--secondary-color);
}
.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;
}

.related-blogs .button-outline-1 {
  border-color: var(--primary-color);
  padding: 8px 25px;
  color: var(--primary-color);
}

.related-blogs .button-outline-1:hover {
  background: #eee;
  color: #222;
}

.related-blogs .owl-nav {
  margin-top: 30px;
}

.related-blogs .owl-nav button {
  width: 44px;
  height: 44px;
  font-size: 12px !important;
  border-radius: 100px !important;
  color: #000 !important;
  background: #fff !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.related-blogs .owl-nav button.owl-prev {
  margin-left: 35px;
}

.related-blogs .owl-nav button.owl-next {
  margin-right: 35px;
}

.related-blogs .owl-nav button.disabled {
  opacity: 1;
}

.related-blogs .owl-nav button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.card-blog-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 10px;
}

.card-blog-2 .img-blog {
  overflow: hidden;
  border-radius: 4px;
}

.card-blog-2 .img-blog img {
  border-radius: 4px;
  transition: var(--transition-1);
}

.card-blog-2 .text-blog span {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.card-blog-2 .text-blog h3 {
  color: #333;
  font-weight: 600;
  line-height: 25px;
}

.card-blog-2 .text-blog .date {
  color: #999;
  font-weight: 600;
}

.card-blog-2:hover img {
  transform: scale(1.08);
}

.card-blog-2:hover h3 {
  color: var(--third-color);
}

.trip-reviews {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.trip-reviews .button-outline-1 {
  border-color: var(--secondary-color);
  padding: 11px 28px;
  color: #fff;
  font-weight: 500;
  background: var(--secondary-color);
  border-radius: 4px;
}

.trip-reviews .button-outline-1:hover {
  background: #a75300;
}

.trip-reviews .title-style-2 .title {
  font-size: 22px !important;
}

.trip-reviews .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
}

.trip-reviews .owl-theme .owl-nav {
  margin-top: 150px;
}

.trip-reviews .owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  font-size: 14px;
  color: #444;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.pkg-title .icon {
  position: relative;
  min-width: 30px;
}

.pkg-title .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--secondary-color);
  border-radius: 100px;
  left: -15px;
  top: -6px;
  opacity: 0.5;
  z-index: -1;
}

.card-treview {
  box-shadow: 0px 2px 2px 0px #cfcfcf;
  padding: 25px 28px;
  background: #fff;
  padding-bottom: 40px;
  position: relative;
  border-radius: 6px;
}

.card-treview h3 {
  font-size: 20px;
  font-weight: 800;
}

.card-treview .image-user {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}

.card-treview .image-user img {
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.card-treview .content-inside {
  max-height: 250px;
  overflow-y: auto;
  font-size: 16px;
}

.card-treview .user-detail {
  margin: auto;
  width: 100%;
}

.card-treview .user-detail .name {
  font-size: 16px;
  color: #222;
}

.star-universal {
  color: #f9c200;
  font-size: 13px;
  display: flex;
  gap: 4px;
}

.related-packages {
  position: relative;
}

.related-packages #best-selling {
  position: relative;
}

.related-packages .owl-nav {
  position: absolute;
  top: -18%;
  right: 0;
  margin-top: 0;
  left: auto !important;
}

.related-packages .owl-nav button {
  width: 40px;
  min-height: 40px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
}

.related-packages .owl-nav button:first-child {
  margin-right: 8px;
}

.related-packages .owl-nav {
  margin-top: 25px;
  position: absolute;
  left: 0;
  right: 0;
}

.related-packages .owl-nav button {
  min-width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 12px !important;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.related-packages .owl-nav button:hover {
  background: var(--primary-color);
  color: #fff;
}

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

.right-package-parent .first-text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.right-package-parent .main-price {
  font-weight: 700;
  color: #f47944;
}

.right-package-parent .tag {
  color: #f47944;
}

.right-package {
  padding: 15px 10px 15px 10px;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #d5d5d594;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.right-package .wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-package .wishlist:hover {
  background: var(--primary-color);
  color: #fff;
}

.right-package .text-special {
  line-height: 22px;
  display: block;
}

.right-package ul.discounts {
  padding-left: 0;
}

.right-package ul.discounts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

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

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

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

.right-package .text-first {
  color: #07214a;
}

.right-package .price {
  color: #000;
  line-height: 28px;
  font-weight: 700;
  font-size: 27px;
}

.card-style-2 .text-card-1.has-line {
border: 1px solid #eee;
}

.right-package .bottom-content {
  background: #eff8ff9e;
  border: 1px solid #e8e8e896;
  padding: 20px 20px 25px 20px;
  border-radius: 5px;
}

.right-package .bottom-content p {
  color: #07214a;
}

.right-package .price-parent {
  padding-left: 12px;
  padding-bottom: 20px;
  line-height: 32px;
  display: flex;
  column-gap: 12px;
}

.btns-right button {
  width: 100%;
  padding: 9px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: var(--transition-1);
  font-size: 16px;
}

.btns-right button.book-now {
  background: var(--secondary-color);
}

.btns-right button.inquiry {
  background: #0665b5;
  color: #fff;
  border-bottom: 3px solid #02447b;
}

.btns-right button:hover {
  background: var(--primary-color) !important;
  border-color: transparent !important;
}

.btns-right button.inquiry:hover {
  background: #193348 !important;
}

.specials {
  list-style: none;
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
}

.specials li {
  padding-left: 25px;
  position: relative;
}

.specials li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./assets/images/check-icon.webp") no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.ask-question {
  padding: 0 20px;
}

.ask-question span {
  color: #07214a;
}

.ask-question span .text-ask {
  color: #ca9718;
}

.ask-question .trip-expert {
  display: flex;
  font-size: 16px;
  column-gap: 10px;
}

.ask-question .trip-expert .icon {
  min-width: 70px;
  max-width: 70px;
  height: auto;
  position: relative;
}

.ask-question .trip-expert .icon img {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
}

.ask-question .trip-expert .icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #19c55b;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 100px;
  right: 3px;
  top: 10px;
}

.ask-question .trip-expert .text {
  margin-top: 5px;
}

.ask-question .trip-expert p {
  font-weight: 700;
  color: var(--primary-color);
}

.ask-question .trip-expert a {
  font-weight: 600;
  color: #333;
  line-height: 22px;
  display: block;
  font-size: 15px;
}

.ask-question .trip-expert a span {
  color: #14b644;
  font-size: 14px;
}

.right-package-parent .ask-question {
  border-radius: 10px;
  padding: 12px 20px;
  margin-top: 15px;
}

.items-page .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.items-page .item .icon {
  background: #eeeeee;
  min-width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-page .item .text {
  font-size: 15px;
}

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

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

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

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

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

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

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

.sharing-list {
  background: #fff;
}

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

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

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

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

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

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

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

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

input:checked ~ .sharing-list li:nth-child(1) {
  top: 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;
}
.inner-hero-package {
  margin-top: -15px;
}

.package-hero {
  padding-top: 0 !important;
}
.package-hero .bg-img {
  position: relative;
}
.package-hero .bg-img::after {
  display: none;
} /*# sourceMappingURL=package.css.map */

/* Cart */

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

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

.input-group button {
  background: #093962;
  min-width: 43px;
  height: 43px !important;
  border-radius: 100px !important;
  color: #fff;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.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: 42px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  min-width: 80px;
  margin-left: 10px;
}

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

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

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

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

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

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

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

.addon-card {
  margin-top: 25px;
}
.right-cart-parent {
  position: sticky;
  top: 70px;
  height: auto;
}
.right-cart {
  color: #000;
  padding: 30px;
  border-radius: 6px;
  background: #fafcff;
  border: 1px solid #22222226 !important;
}
button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
  border: 0 !important;
}
button.checkout:hover {
  background: #a75300;
  color: #fff;
}

.accepted-right {
  padding: 0 3px;
}
.accepted-right ul li {
  border: 1px solid #8686863d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #fffbf6;
}

.cart-left-content {
  padding: 30px;
  border-radius: 5px;
  background: #e9f3f9;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 10px 15px;
  border: 2px solid #00336f1f;
}

.cart-left-content {
  margin-top: 35px;
}
.cart-left-content:first-child {
  margin-top: 0;
}

.total-amount {
  font-size: 22px;
}

.payable-amount strong {
  font-size: 22px;
}

.payable-amount hr {
  margin: 10px 0;
}

.cart h1 {
  position: absolute;
  color: #fff;
  z-index: 99;
  bottom: 40px;
}

.agree {
  font-size: 16px;
}
.agree input,
.advance input {
  max-width: max-content;
}

/* Contact */
.contact-details-cart {
  padding: 30px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}
.contact-details-cart input {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 43px;
  padding: 0 12px;
  border-radius: 2px;
}

.contact-form-cart label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 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: #093962;
  color: #fff;
}

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

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

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

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

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

.fw-800 {
  font-weight: 800;
}
.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}
.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}
/* Wishlist  */
.wishlist_btn button {
  width: 100%;
  padding: 6px;
  margin-top: 5px;
  border-radius: 3px;
}

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

.wishlist_info {
  position: relative;
}
.wishlist_info span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #01822f;
  top: 0;
  right: 0;
  font-size: 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -18px;
}
/* Departure Loading */
.depart-data {
  display: none;
}
#one {
  display: block;
}
.loader {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100vmin;
  overflow: hidden;
  width: 55px;
  padding: 14px;
  margin-top: 40px;
}
.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}
.path {
  stroke: #002050;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

.right-form {
  background: #fff;
  padding: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0 #0000001a;
}

.form input:not(input[type="radio"], input[type="checkbox"]) {
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
}
.form label {
  width: 100%;
  color: #333;
  padding-left: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.form .input-field {
  margin-top: 18px;
}
.form textarea {
  width: 100%;
  padding: 10px;
}

.form select {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  color: #2c2c2c;
}

.form textarea {
  min-height: 150px;
}
.form input[type="submit"] {
  transition: all 600ms ease;
}
.form input[type="submit"]:hover {
  background: #000;
}
.form input,
.form textarea,
.form select {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  border: 1px solid rgba(148, 148, 149, 0.6);
}

.form .upload-btn {
  max-width: 150px;
}

.form #travelPhotosPreview,
.form #profilePreview {
  max-width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.form #travelPhotosPreview img,
.form #profilePreview img {
  height: auto;
  object-fit: contain;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  border-radius: 5px;
}

.form #travelPhotosPreview:has(img),
.form #profilePreview:has(img) {
  margin-top: 15px;
}

#travelers {
  pointer-events: none;
  margin-bottom: 0;
}

/* Loading State */
.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #00ade7 !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.checkout {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.book-btn {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.faqs.faqs-home .accordion-item {
  margin-bottom: 0;
}

.faqs-home .accordion-item .accordion-body {
  padding-top: 5px;
  margin-bottom: 10px;
}

.departure-full-info .card-departure {
  border: 1px solid #d9d9d9;
  margin-bottom: 0 !important;
  padding: 22px;
  border-bottom: 0 !important;
}
.departure-full-info .card-departure.last-div {
  border-bottom: 1px solid #d9d9d9 !important;
}
.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);
}

.departure-datas {
  display: none;
}

.sticky-package {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1490196078);
}
.sticky-package.active {
  visibility: visible;
  opacity: 1;
  animation: fadeIn 600ms ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.items-packages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
}
.items-packages ul {
  width: 100%;
  overflow-x: auto;
}
.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 2px;
}
.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 13px 50px;
  padding: 8px 25px;
  color: #353535;
  min-width: max-content;
}
.items-packages ul li a.active {
  background: var(--primary-color);
  color: #fff;
}

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

.review-rating .review-text {
  font-size: 18px;
  line-height: 22px;
}

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

.departures-home .card-departure.last-div {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.ask-question .bottom-expert {
  display: flex;
/*   justify-content: center; */
  margin-top: 10px;
  column-gap: 5px;
}
.ask-question .bottom-expert a {
  border: 1px solid transparent;
}
.ask-question .bottom-expert a:hover {
  background: var(--primary-color);
  border: 1px solid #fff;
}
.ask-question .bottom-expert .live-chat {
  background: #11a84a;
  color: #fff;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.ask-question .social {
  min-width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  border-radius: 100px;
  font-size: 18px !important;
}
.ask-question .social.viber {
  background: #7b2cde;
}
.ask-question .social.whatsapp {
  background: #11a84a;
}

.card-package-recommend {
  border-radius: 6px;
  padding: 18px 20px;
  position: relative;
  margin: 15px 0 28px 0;
  border: 1px solid #b7b7b75e;
  background: #fffaf621;
  box-shadow: 5px 3px 11px -5px #00000029;
}

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

.card-package-recommend .inner-left .title a {
  color: var(--primary-color) !important;
  font-size: 21px;
  font-weight: 800;
}
.card-package-recommend .main-image a {
  border: 1px solid #f0dddd;
  display: block;
  border-radius: 5px;
}
.card-package-recommend .main-image a img {
  border-radius: 5px;
  margin-bottom: 0;
}
.card-package-recommend .bottom-info div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
.card-package-recommend .price-text {
  position: absolute;
  background: var(--primary-color);
  right: 0;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 800;
  bottom: 0;
  color: #fff;
  border-radius: 10px 0 4px 0;
}

.right-links.right-toc {
	padding: 0 !important;
border: 0;
box-shadow: none !important;
}
.right-links.right-toc .title {
  margin-top: -50px;
}

.outline-itinerary h4 {
  font-weight: 500;
  margin-bottom: 13px;
  padding-bottom: 13px;
  line-height: 26px;
	font-size: 17px;
border-bottom: 1px solid #eaeaea;
}

.outline-itinerary h4 span {
  min-width: max-content;
  font-weight: 700;
}

.outline-itinerary h4:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-btn.active {
  cursor: pointer;
}

.tab-btn {
  cursor: pointer;
  position: relative;
}

.inclusion .title-style-2 .title {
  padding: 11px 25px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inclusion .title-style-2 .title {
  background: #464646;
}
.inclusion .tab-btn.active .title {
  background: #f47944;
}
.inclusion .tab-btn.active .title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--third-color);
  bottom: -9px;
  z-index: -1;
  transition: var(--transition-1);
}

.tab-content {
  padding-top: 22px;
}

.why-us {
  background: #f0f8ffb2;
  padding-bottom: 70px;
  margin-top: 55px;
}

.why-us .why-data {
  padding: 5px;
  border-left: 5px solid #f47944;
  padding-left: 15px;
  display: block;
  font-weight: 600;
  position: relative;
}

.why-us .right-image img {
  border-radius: 5px;
}

/* .why-us .why-data::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
} */

.why-us .btn-style-1 {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2196078431);
  max-width: max-content;
  padding: 10px 60px 10px 30px;
  padding: 12px 65px 12px 25px;
  border-radius: 3px;
  border: 1px solid #f2eded !important;
  background: #fff;
}

.why-us .btn-style-1 .icon-arrow {
  right: 10px;
}

.top-treks {
  margin-top: 30px;
  padding-top: 40px;
}

.best-explore {
  padding-top: 60px;
}
.departures-home {
  position: relative;
}
.departures-home::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./assets/images/bg-palette.webp") repeat;
  opacity: 0.3;
  z-index: -1;
}

.cultural-tours {
  margin-top: 45px;
}

.cultural-tours .card-style-2 .text-card-1 {
  border: 1px solid #dfdfdf;
}
.best-selling-trips.cultural-tours .owl-nav {
  right: 3%;
}

.left-side-pkg {
  max-width: 920px;
}

.right-package-parent .top-reviews {
  display: flex;
  align-items: center;
  color: #fff;
  column-gap: 12px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 12px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 11px;
}

.right-package-parent .rating {
  width: 44px;
  height: 44px;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  column-gap: 10px;
  font-weight: 700;
}
.right-package-parent .universal-star {
  font-size: 13px;
}
.right-package-parent .right-rate {
  line-height: 24px;
}

.right-package .icon-price img {
  transform: scaleX(-1);
  width: 19px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(20%) sepia(2%) saturate(5%)
    hue-rotate(314deg) brightness(92%) contrast(95%);
}

.icon-price {
  width: 45px;
  height: 45px;
  border: 1px solid #cacaca;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}

.btns-right button.book-now {
  border-bottom: 3px solid #e15d24;
}

.best-selling .card-style-1 .text-card .headings h3 {
font-size: 20px;
}
.welcome {
background: #f5faff;
padding-bottom: 60px;
margin-top: 40px;
padding-top: 70px;
}

#trip-facts {
background: #f5faff;
padding: 30px;
border-radius: 5px;
box-shadow: 0 0 2px -4px #dbdbdb82;
}

.outline-itinerary .content-inside{
	background: #f5faff;
padding: 25px;
border-radius: 7px;
box-shadow: 0 0 2px -4px #dbdbdb82;
}

.accordion-item .top-itinerary[aria-expanded="true"] .serial-number{
	background: #f47944;
}

.gallery-itinerary img{
	margin-bottom: 0 !important;
}

.right-links.right-toc ul li::before {
display: none;
}
.right-links.right-toc ul li::after {
display: none;
}
.right-links.right-toc ul li {
padding-left: 0;
}
.inquiry-form {
background: #f5faff;
padding: 40px;
border-radius: 6px;
}

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

.faqs-package .title {
  font-size: 24px !important;
}
.faqs-package .accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
}
.faqs-package .accordion-button {
  padding: 0;
  font-weight: 600;
  background: transparent !important;
}
.faqs-package .accordion-button span {
  padding-left: 33px;
  display: block;
  color: #222;
}
.faqs-package .accordion-button:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !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: 10px;
  padding-bottom: 10px;
  color: #333;
  background: transparent !important;
}
.faqs-package .accordion-item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.faqs-package .accordion-item .accordion-body {
  color: #333;
  margin-bottom: 0;
	padding: 5px 0 0 33px;
font-size: 15px;
}
.faqs-package .accordion-item .accordion-button::after {
/*   background: url("./assets/images/arrow-right-round.webp") no-repeat; */
  background-size: contain;
  width: 21px;
  height: 21px;
}
.faqs-package .accordion-item .accordion-button[aria-expanded="true"]::before {
  background: #0069b0 !important;
}
.faqs-lists{
margin-top: 15px !important;
}
#general {
margin-top: 0 !important;
}
.faqs-lists .title{
	margin-bottom: 5px;
}
.faqs-lists .title .row{
	align-items: center;
}
.faqs-lists .title p{
	display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 600;
	color: #00549a;
}
.faqs-lists .title p img{
	filter: brightness(0) saturate(100%) invert(18%) sepia(88%) saturate(2643%) hue-rotate(193deg) brightness(90%) contrast(101%);
}
.itinerary .expand-all{
	min-width: 140px;
}


.table-of-content {
  background: #fff;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 1px 2px 0px #00000040;
  border-radius: 4px;
	margin-bottom: 15px;
}
.table-of-content h2 {
  color: #e3770c;
  font-weight: 800;
  margin-bottom: 0;

	font-size: 20px;
}
.table-of-content .top-item{
	cursor: pointer;
	display: flex;
  color: #e3770c;
	justify-content: space-between;
padding: 15px 20px 12px;
	  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
	
}
.table-of-content .top-item i, 
.table-of-content .top-item svg{
	font-size: 15px;
	transition: var(--transition-1);
}
.table-of-content .top-item.open i, 
.table-of-content .top-item.open svg {
    transform: rotate(180deg); /* arrow up */
}

.table-of-content ul {
  list-style: none;
  padding-left: 0;
	max-height: 400px;
overflow: auto;
	margin-bottom: 0;
}
.table-of-content ul li a {
  display: block;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-weight: 600;
font-size: 14px;
line-height: 21px;
	padding: 7px 20px;
}
.table-of-content ul li a.active,
.table-of-content ul li a:hover {
  background: #ffe9d4;
  color: #243954;
}
.table-of-content ul{
	padding-top: 0 !important;
}

.card-galleries1 img{
	margin-bottom: 0 !important;
}
.faqs-inner section:first-child{
	margin-top: 0 !important;
}

.hero.inner-hero .bg-img::after {
background: linear-gradient(180deg, #fff0 30%, #002662 100%);
}
.content-departs{
	display: none;
}
.content-starts .hero-text{
  padding-top: 0 !important;
}
.content-starts .hero-text h1 {
  color: var(--primary-color);
  text-shadow: none;
  font-size: 44px;
line-height: 50px;
}

.no-padding.inner-hero{
  padding-top: 0;
  padding-bottom: 0 !important;
}

.inner-hero.no-padding .bg-img{
  position: relative;
}

/* Trustindex plugin name / branding text */
.ti-widget .ti-footer,
.ti-widget .ti-footer a,
.ti-widget .ti-powered-by,
.ti-widget .ti-powered-by a {
    color: #ffffff !important;   /* Change to your desired color */
}

.notification-main .right-list{
	display: flex;
	column-gap: 22px;
	flex-wrap: wrap;
	row-gap: 6px;
	color: #fff;
}
.notification-main .right-list i, .notification-main .right-list svg{
	font-size: 18px;
}
.notification-main .right-list .item{
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.card-style-3 .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.card-style-3 .image img {
  border-radius: 6px 6px 0 0;
  transition: var(--transition-1);
}
.card-style-3 .text {
  padding: 10px 15px;
  padding-top: 15px;
  border-radius: 0 0 6px 6px;
  position: relative;
  background: #fff;
}
.card-style-3 .text .top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-wrap: wrap;
column-gap: 10px;
}
.card-style-3 .text .top-item .duration {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.card-style-3 .text .top-item .duration img {
  width: auto;
}
.card-style-3 .text .top-item .duration span {
  font-size: 14px;
  color: #64748b;
}
.card-style-3 .text .reviews {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.card-style-3 .text .reviews .text-review {
  color: #94a3b8;
  font-size: 14px;
}
.card-style-3 .text .title {
  font-size: 20px;
  color: #1e293b;
  font-weight: 600;
}
.card-style-3 .text .bottom-items {
  margin-top: 25px;
  border-top: 2px solid #f8fafc;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-style-3 .text .bottom-items .wishlist {
  background: #a6b4d6;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #fff;
}
.card-style-3 .text .bottom-items .wishlist:hover {
  background: #222;
}
.card-style-3 .text .bottom-items .left-item {
  line-height: 22px;
}
.card-style-3 .text .bottom-items .text-diff {
  color: #94a3b8;
}
.card-style-3 .text .bottom-items .price {
  font-size: 17px;
 color: #f47944;
  font-weight: 700;
}
.card-style-3 .text .bottom-items .old-price {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
}
.card-style-3 .text .selling-tag {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  border-radius: 6px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  margin-left: -8px;
  color: #fff;
	background: #f47944;
  margin-top: -40px;
}
.card-style-3 .text .selling-tag::after {
  content: "";
  width: 8px;
  position: absolute;
  z-index: -1;
  border-radius: 0 0 0 100px;
  height: 20px;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
	background: #dd5e28;
}
.card-style-3 .text .selling-tag svg,
.card-style-3 .text .selling-tag img {
  width: 16px;
}
.card-style-3 .text .selling-tag.color-2 {
  background: #c02410;
}
.card-style-3 .text .selling-tag.color-2::after {
  background: #861607;
}
.card-style-3 .universal-star {
  font-size: 10px;
}
.card-style-3:hover .image img {
  transform: scale(1.2);
}
.card-style-3:hover .text .title a {
  color: var(--primary-color);
}

.search-content-home{
	padding: 50px 0;
	background: #005499;
	border-radius: 0 0 20px 20px;
}
.main-buttons-home{
	background: #f5faff;
}
.buttons-home{
background:#005499;
padding: 40px;
		border-radius: 10px;
	}
.buttons-home .button-style-3 {
width: 100%;
max-width: 100%;
text-align: center;
	padding: 13px 28px;
	font-size: 18px;
	border: 2px solid transparent;
}
.buttons-home .button-style-3.inquiry{
	background: #eee;
color: #000;
}
.buttons-home .button-style-3.chat{
	background: transparent;
border: 2px solid #eee;
}
.buttons-home .button-style-3.inquiry:hover{
background: var(--primary-color);
border: 2px solid #fff;
color: #fff;
	}
.buttons-home .button-style-3:hover{
border: 2px solid #fff;
}
.buttons-home .button-style-3.chat:hover{
	background: #f67841;
}

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