/*!
Theme Name: Sonam Adventure
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: sonamadventure
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.

SonamAdventure 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: #1e647a;
  --secondary-color: #f15f28;
  --third-color: #f15f28;
  --transition-1: all 600ms ease;
  --font-1: "Mulish", sans-serif;
  --font-2: "Mulish", sans-serif;
}

html {
  overflow-x: hidden !important;
}

body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-1);
  color: #000;
}

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

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

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

.lh-28 {
  line-height: 28px;
}
.container-header {
  max-width: 1400px;
}
input,
textarea {
  border: 0;
  width: 100%;
  transition: all 500ms ease;
}

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

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

select {
  width: 100%;
}

input {
  border-radius: 3px;
}

select {
  border: 0;
}

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

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

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

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

.mt-40 {
  margin-top: 40px !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-22 {
  font-size: 22px;
}

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

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

.text-28 {
  font-size: 28px;
}

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

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

.pt-90 {
  padding-top: 90px;
}

.button-primary {
  background: var(--secondary-color);
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
}
.button-primary:hover {
  background: #003852;
}

.btn-secondary {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
}
.btn-secondary:hover {
  background: #b1000c;
}

.btn-outline {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}
.btn-outline:hover {
  border: 1px solid #002231;
  background: #002231;
}

.text-222 {
  color: #222222;
}

.text-555 {
  color: #555555;
}

.text-666 {
  color: #666666;
}

.text-777 {
  color: #777777;
}

.text-333 {
  color: #333333;
}

.text-444 {
  color: #444;
}

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

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

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

.showcase-view {
  width: 100%;
  height: 100%;
  position: relative;
}
.showcase-view .background-banner {
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.showcase-view .background-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top !important;
}
.showcase-view .background-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.77) 3%,
    rgba(17, 17, 17, 0.24) 52%
  );
}
.showcase-view .bottom-img {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: auto;
}

header .top-header {
  min-height: 45px;
  padding: 10px;
  font-size: 16px;
  background: rgb(24, 87, 111);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.168627451);
  color: #fff;
}
header .top-header a:hover {
  text-decoration: underline !important;
}
header .top-header .social-list a:hover {
  color: #11a84a;
}
header .top-header .center-content .remove-noti {
  min-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border-radius: 100px;
  font-size: 12px;
  background: var(--primary-color);
  color: #fff;
}
header .main-header {
  background: #fff;
}
header .main-header button {
  padding: 6px 20px;
  font-size: 16px;
}
header .main-header nav {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-2);
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li#mega-menu-item-504
  > a.mega-menu-link {
  line-height: 40px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li#mega-menu-item-505
  > a.mega-menu-link {
  line-height: 40px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  line-height: 21px;
}

.hero {
  padding: 210px 0 340px 0;
  position: relative;
}
.hero .hero-text .main-title {
  font-family: var(--font-2);
  font-size: 55px;
  text-shadow: 2px 3px 3px #262626bd;
  font-weight: 900 !important;
  text-shadow: 1px 4px 2px #000c;
  text-transform: uppercase !important;
}
.hero-text p {
  background: #1e647ac4;
  max-width: max-content;
  margin: auto;
  margin-bottom: 15px;
  padding: 5px 25px;
  font-size: 16px !important;
  border-radius: 3px;
}

.inquiry-btn {
  position: fixed;
  z-index: 99;
  right: -71px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  background: #4da528;
  color: #fff;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 20px;
}
.inquiry-btn i {
  font-size: 25px;
}
.inquiry-btn:hover {
  background: #00752d;
}

.search-bar {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  min-height: 65px;
  padding: 0 15px 0 22px;
}
.search-bar input {
  padding: 20px;
  width: 100%;
}
.search-bar input::-moz-placeholder {
  color: #5b5b5b;
}
.search-bar input::placeholder {
  color: #5b5b5b;
}
.search-bar button {
  background: var(--primary-color);
  padding: 10px 40px;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-2);
  letter-spacing: 0.6px;
  color: #f3f3f3;
}
.search-bar button:hover {
  background: #b99b15;
}

.welcome {
  padding-top: 60px;
  position: relative;
}
.welcome .left-welcome img {
  border-radius: 8px;
}
.welcome .right-welcome .title-welcome {
  font-size: 36px;
  line-height: 50px;
  font-family: var(--font-2);
}
.welcome .right-welcome .info-brand ul {
  list-style: none;
  padding-left: 0;
}
.welcome .right-welcome .info-brand ul li {
  margin: 8px 0;
}
.welcome .right-welcome .info-brand ul li:last-child {
  margin-top: 8px;
  margin-bottom: 0;
}
.welcome .right-welcome .info-brand ul li i {
  color: #c4c4c4;
}
.welcome .right-welcome .info-brand ul li span {
  display: inline-block;
  padding-left: 10px;
}
.welcome .info-content {
  line-height: 31px;
}
.welcome .video-play {
  top: 0;
  right: 0px;
  margin: auto 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: -33px;
  left: auto;
}
.welcome .video-play a {
  transform: translateX(0%) !important;
}
.welcome .bg-image {
  position: absolute;
  z-index: -1;
}
.welcome .bg-image-1 {
  top: 0;
  left: 0;
  margin-left: -200px;
  margin-top: -100px;
	z-index: 0;
}
.welcome .bg-image-2 {
  bottom: 0;
  right: 0;
}

.luxury-trips {
  background: #e8f0f3;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 55px;
}
.luxury-trips .image-top {
  top: 0;
  position: absolute;
  margin-top: -34px;
}
.luxury-trips .owl-nav button.owl-next {
  right: -30px;
}

.title .title-heading {
  font-family: var(--font-2);
  font-size: 32px;
  font-weight: 800;
  margin-top: 6px;
}
.title .title-heading.has-divider {
  position: relative;
}
.title .title-heading.has-divider::after {
  content: "";
  display: block;
  width: 66px;
  height: 12px;
  background: url("./assets/images/divider-heading.webp") no-repeat;
  background-size: contain;
  margin: 18px 0;
  filter: brightness(0) saturate(100%) invert(29%) sepia(11%) saturate(5160%)
    hue-rotate(156deg) brightness(93%) contrast(77%);
}

.title .title-heading.has-divider.divider-white::after {
  filter: brightness(0) invert(1);
}

.luxury-trips #luxury-trips {
  margin-top: 15px;
}
.luxury-trips #luxury-trips .owl-stage-outer {
  overflow: visible !important;
}

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

.luxury-trips .owl-nav button.owl-next {
  right: -30px !important;
}

.top-destinations {
  padding-top: 70px;
  position: relative;
}
.top-destinations .image-right {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
.top-destinations .destiny-text {
  position: relative;
}
.top-destinations .destiny-text h3 {
  line-height: 45px;
}
.top-destinations .destiny-text::after {
  content: "";
  position: absolute;
  width: 107px;
  height: 107px;
  background: url("./assets/images/quote.webp") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  margin-left: -150px;
}
.top-destinations .destination {
  line-height: 30px;
}
.top-destinations .destiny-image img {
  border-radius: 8px;
}
.top-destinations .button-explore {
  padding: 12px 38px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.top-destinations .button-explore:hover {
  color: #fff !important;
}

.center-notification p {
  margin: 0;
}

.btn-tab,
.btn-destination {
  padding: 10px 32px;
  margin-right: 20px;
  border: 2px solid #eee;
  color: var(--primary-color);
  border-radius: 5px;
  font-weight: 800;
  font-family: var(--font-2);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.btn-tab:last-child,
.btn-destination:last-child {
  margin-right: 0;
}
.btn-tab.active,
.btn-destination.active {
  background: var(--secondary-color);
  color: #fff;
  position: relative;
}
.btn-tab.active::after,
.btn-destination.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid var(--secondary-color);
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

.trip-month {
  min-height: 645px;
}
.trip-month .image-month {
  max-width: 100%;
  min-height: 555px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.trip-month .trip-image {
  position: absolute;
  z-index: -1;
  padding-right: 40px;
}
.trip-month .trip-image img {
  border-radius: 7px;
}
.trip-month .trip-image .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 50%,
    rgba(102, 102, 102, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 7px;
}
.trip-month .text-trip-month .duration-trip {
  max-width: -moz-max-content;
  max-width: max-content;
  background: radial-gradient(
    105.23% 371.04% at 50% 50%,
    #c43340 0%,
    #a21d2d 100%
  );
  padding: 10px 40px;
  letter-spacing: 0.5px;
  border-radius: 15px 0 15px 0;
  position: relative;
}
.trip-month .text-trip-month .duration-trip::before,
.trip-month .text-trip-month .duration-trip::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 55px;
  background: url("./assets/images/card-curve.webp") no-repeat;
  background-size: contain;
}
.trip-month .text-trip-month .duration-trip::before {
  left: 0;
  top: 0;
  margin-left: -8px;
}
.trip-month .text-trip-month .duration-trip::after {
  transform: rotate(180deg);
  top: 0;
  right: 0;
  margin-top: -8px;
  margin-right: -7px;
}
.trip-month .text-trip-month h3 {
  font-size: 45px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4941176471));
}
.trip-month .text-trip-month .btn-secondary {
  padding: 10px 25px;
}
.trip-month .title-month {
  padding: 10px 60px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  margin-top: -25px;
  display: block;
  margin-left: auto;
}
.trip-month .video-play a {
  color: #fff;
  background: #e20a17;
}
.trip-month .content-trip-month {
  padding-top: 90px;
  padding-left: 220px;
}

.tab-packages {
  padding-top: 90px;
}
.tab-packages h2 {
  display: inline-block;
}
.tab-packages .buttons-tabs {
  margin-bottom: 36px;
}
.tab-packages .buttons-tabs button {
  padding: 14px 40px;
}
.tab-packages .owl-carousel .owl-stage-outer {
  padding-left: 10px !important;
  margin-left: -8px !important;
}
.tab-packages .owl-nav button {
  background: linear-gradient(180deg, #ececec 0%, #ffffff 100%);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.168627451);
}
.tab-packages .owl-nav button.owl-prev {
  margin-left: -100px;
}
.tab-packages .owl-nav button.owl-next {
  margin-right: -85px;
}

.testimonials {
  position: relative;
  margin-top: 50px;
  padding-top: 130px;
  padding-bottom: 80px;
}
.testimonials::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: #0e3e51;
  z-index: -5;
}
.testimonials .top-image {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
.testimonials .center-image {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 280px;
  z-index: -1;
}
.testimonials .title h2::after {
  margin: 18px auto !important;
  filter: brightness(0) invert(1);
}
.testimonials .cards-all-testimonial .cards {
  margin-top: 60px;
}
.testimonials .cards-all-testimonial .cards:nth-child(2) {
  margin-top: 25px;
}

.testimonials
  .cards-all-testimonial
  .cards:nth-child(2)
  .card-testimonial-main
  .card-testimonial {
  padding: 30px 20px;
}

.card-testimonial-main {
  text-align: center;
}
.card-testimonial-main .card-testimonial {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.card-testimonial-main .card-testimonial p {
  margin-bottom: 0;
}
.card-testimonial-main .card-testimonial h3 {
  color: #18191f;
  font-size: 22px;
}
.card-testimonial-main .card-testimonial::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 13px solid #fff;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.card-testimonial-main .details-by img {
  border-radius: 100px;
}

.read-all {
  border: 2px solid #fff;
}

.activities {
  padding-top: 80px;
}
.activities h2 {
  color: #e0e0e0;
  font-size: 65px;
}
.activities .cards-activities {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.activities .cards-activities .card-activity {
  border: 1px solid #edeeee;
  width: 220px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  line-height: 27px;
  color: var(--primary-color);
  border-radius: 8px;
  gap: 18px;
  transition: var(--transition-1);
  cursor: pointer;
}
.activities .cards-activities .card-activity h3 {
  font-size: 17px;
  transition: var(--transition-1);
}
.activities .cards-activities .card-activity.active {
  background: #262626;
  color: #fff !important;
  position: relative;
  transition: var(--transition-1);
}
.activities .cards-activities .card-activity.active img {
  filter: brightness(0) invert(1);
  transition: var(--transition-1);
}
.activities .cards-activities .card-activity.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 13px solid #262626;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.activities .cards-activities .card-activity:hover {
  background: #262626;
  color: #fff;
}
.activities .cards-activities .card-activity:hover img {
  filter: brightness(0) invert(1);
}
.activities .card-activity-main {
  background: #262626;
  padding: 50px 40px;
  color: #fff;
  border-radius: 6px;
}
.activities .card-activity-main .info-content p:last-child {
  margin-bottom: 0;
}
.activities .card-activity-main .img-card {
  width: 175px;
  height: 175px;
  background: rgba(217, 217, 217, 0.1098039216);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activities .with-suitcase .icon {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-trips .owl-stage-outer {
  padding-left: 15px;
  margin-left: -15px;
  padding-bottom: 10px;
}
.popular-trips .owl-nav button.owl-next {
  margin-right: -30px;
}
.popular-trips .card-style-1 .text-card-1 {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1019607843);
}

.recommended-trips .owl-carousel .owl-item img {
  width: auto;
}
.recommended-trips .owl-nav {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  position: static;
  margin: 20px auto;
}
.recommended-trips .owl-controls,
.recommended-trips .owl-prev,
.recommended-trips .owl-next {
  position: relative;
  left: 10px;
  right: 10px;
}

.easy-booking {
  padding-top: 30px;
}
.easy-booking .content-easy {
  border-top: 1px solid #ededed;
  padding-top: 60px;
}
.easy-booking .card-booking {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  color: #555;
  font-size: 18px;
  max-width: 300px;
}
.easy-booking .card-booking .img-booking {
  background: #e8f0f3;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 75px;
  height: 75px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-booking .card-booking .img-booking img {
  width: 45px;
}
.easy-booking .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -280px;
  margin-bottom: -60px;
}

.card-style-1 {
  position: relative;
}
.card-style-1 .image-card-1 {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.card-style-1 .image-card-1 a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) -120%,
    rgba(0, 0, 0, 0) 145%
  );
  top: 0;
  bottom: 0;
  z-index: 0;
}
.card-style-1 .image-card-1 img {
  border-radius: 7px 7px 0 0;
}
.card-style-1 .card-information {
  position: absolute;
  bottom: 0;
  padding: 20px 28px;
  z-index: 9;
}
.card-style-1 .text-card-1 {
  background: #fff;
  padding: 20px 28px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1019607843);
}
.card-style-1 .heart {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2588235294);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
}
.card-style-1 .heart:hover {
  background: var(--primary-color);
}
.card-style-1 .hover-show {
  position: absolute;
  background: rgb(225, 141, 9);
  width: 90px;
  height: 90px;
  bottom: 0;
  right: 0;
  border-radius: 100px 0 0 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: translate(20px, 20px);
  z-index: 11;
}
.card-style-1 .hover-show span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(-45deg);
  font-size: 33px;
}
.card-style-1 .image-card-1 a img {
  transition: var(--transition-1);
}
.card-style-1:hover .hover-show {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.card-style-1:hover .text-card-1 h3 {
  color: var(--primary-color);
}
.card-style-1:hover .image-card-1 a img {
  filter: saturate(1.6);
}

.card-style-2 {
  position: relative;
}
.card-style-2 .card-image-2 {
  position: relative;
  overflow: hidden;
}
.card-style-2 .card-image-2 img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-style-2 .text-card-2 {
  padding: 10px 0;
}
.card-style-2 .heart {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2588235294);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
}
.card-style-2 .heart:hover {
  background: var(--primary-color);
}
.card-style-2 .hover-show {
  position: absolute;
  background: rgba(226, 10, 23, 0.6588235294);
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  border-radius: 100px 0 0 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: translate(20px, 20px);
}
.card-style-2 .hover-show span {
  position: absolute;
  bottom: 12px;
  right: 15px;
  transform: rotate(-45deg);
  font-size: 28px;
}
.card-style-2:hover .hover-show {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.card-style-2:hover .text-card-1 h3 {
  color: var(--primary-color);
}
.card-style-2:hover .card-image-2 img {
  opacity: 0.8 !important;
}
.card-style-2:hover h3 {
  color: var(--primary-color);
}

.card-style-3 {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  min-height: 343px;
  display: flex;
}
.card-style-3 .title-card-3 {
  color: #1c1c1e;
  transition: var(--transition-1);
  font-size: 22px;
}
.card-style-3 .trip-info {
  color: #3a3a3c;
  font-size: 15px;
}
.card-style-3 .price {
  color: var(--secondary-color);
}
.card-style-3 .image-card-3 {
  position: relative;
}
.card-style-3 .image-card-3 .inner-img-3 {
  overflow: hidden;
  border-radius: 10px;
}
.card-style-3 .image-card-3 .inner-img-3 img {
  transition: var(--transition-1);
  width: 100%;
}
.card-style-3 .heart {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2588235294);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  z-index: 8;
}
.card-style-3 .heart:hover {
  background: var(--primary-color);
}
.card-style-3 .ribbon-second {
  margin-top: 40px;
}
.card-style-3 .ribbon-second .ribbon3 {
  background: #6e55ff;
}
.card-style-3 .ribbon-second .ribbon3::after {
  border-left: 11px solid #6e55ff;
}
.card-style-3 .ribbon-second .ribbon3::before {
  border-top: 9px solid #3722ae;
}
.card-style-3:hover .title-card-3 {
  color: var(--primary-color);
}
.card-style-3:hover .inner-img-3 img {
  transform: scale(1.1);
}
.card-style-3 .detail:hover {
  color: var(--primary-color) !important;
}

.card-news .card-news-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.card-news .card-news-image img {
  transition: var(--transition-1);
}
.card-news .card-news-image .info-card {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 25px;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.8392156863);
  left: 20px;
  bottom: 20px;
  border-radius: 6px;
  align-items: center;
}
.card-news .card-news-image .info-card .info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px !important;
}
.card-news .more {
  transition: var(--transition-1);
}
.card-news .text-card-news {
  padding-top: 20px;
}
.card-news .text-card-news h3 {
  color: #1c1c1e;
  line-height: 27px;
}
.card-news .more:hover {
  color: var(--primary-color) !important;
}
.card-news:hover .card-news-image a img {
  transform: scale(1.1);
  opacity: 0.8;
}
.card-news:hover h3 {
  color: #000;
}

.button-1-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 30px;
  border-radius: 5px;
}
.button-1-outline:hover {
  color: #fff;
  border: 2px solid transparent;
}

.video-play {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: auto;
}

.video-play a {
  height: 68px;
  width: 68px;
  font-weight: 900;
  font-size: 20px;
  line-height: 69px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
  color: var(--secondary-color);
  background: #fff;
  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: 95px;
  width: 95px;
  top: -13px;
  left: -13px;
  background: rgba(255, 255, 255, 0.178);
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
}

.video-play a:hover {
  background: var(--secondary-color);
  color: #fff;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(170, 139, 0, 0.16);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.star-universal li {
  font-size: 11px;
  color: #ffcc23;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  position: absolute;
  width: 69px;
  height: 53px;
  background: var(--secondary-color);
  left: -10px;
  top: 30px;
  z-index: 99;
}

.ribbon-1 .ribbon {
  position: absolute;
  height: 10px;
  width: 10px;
  background: var(--secondary-color);
  top: 53px;
  border-radius: 0 0 0 10px;
  z-index: -1;
}

.ribbon-1:before {
  height: 0;
  height: 10px;
  width: 10px;
  background: var(--secondary-color);
  top: -8px;
  border-radius: 10px 0 0 0;
  z-index: -1;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  border-top: 26px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 22px solid var(--secondary-color);
  right: -22px;
}

.ribbon-1 span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 10px 8px;
  line-height: 19px;
  text-align: center;
}

.ribbon {
  width: -moz-max-content;
  width: max-content;
  height: 188px;
  position: absolute;
  top: 0;
  float: left;
  margin-bottom: 30px;
  background-size: cover;
  color: white;
}

.ribbon3 {
  width: auto;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #e92228;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px 0 0 0;
}

.ribbon3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}

.ribbon3:before {
  height: 0;
  width: 0;
  left: 0.1px;
  bottom: -8.5px;
  border-top: 9px solid #750206;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -10.5px;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #e92228;
}

.ribbn {
  text-align: center;
  padding: 20px;
}

.ribbn h2 {
  margin: 0 0 20px;
  background: radial-gradient(
    105.23% 371.04% at 50% 50%,
    #c43340 0%,
    #a21d2d 100%
  );
  color: #ffffff;
  padding: 15px;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  border-radius: 0 0 40px 40px;
}

.ribbn h2::before {
  position: absolute;
  content: "";
  border-color: transparent transparent #7c1d26 #7c1d26;
  border-style: solid;
  transform: rotate(450deg);
  border-width: 15px;
  top: 0px;
  left: -10px;
  z-index: -88;
  border-radius: 10px;
}

.ribbn h2::after {
  position: absolute;
  content: "";
  border-color: transparent transparent #7c1d26 #7c1d26;
  border-style: solid;
  transform: rotate(540deg);
  border-width: 15px;
  top: 0px;
  right: -10px;
  z-index: -88;
  border-radius: 10px;
}

footer {
  position: relative;
  margin-top: 60px;
  overflow-x: hidden;
  /* 	  padding-top: 50px; */
  background: #e8f0f3;
}
footer .image-curve-top {
  position: absolute;
  top: -1px;
  z-index: 1;
  transform: rotate(180deg);
}
footer .footer-items {
  background: #e8f0f3;
  padding-top: 100px;
}
footer .footer-items .footer-options ul li {
  margin: 10px 0;
  color: #444444;
}
footer .footer-items .footer-options ul li a {
  display: inline-block;
}
footer .footer-items .footer-options ul li a:hover {
  color: var(--secondary-color);
  transform: translateX(4px);
}
footer .footer-right {
  margin-top: 0;
}
footer .footer-right .footer-box {
  background: #fff;
  padding: 30px;
  min-height: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px !important;
}
footer .footer-right .footer-box .image-box {
  background: #e8f0f3;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px;
  border-radius: 100px !important;
  margin: 0 auto;
  border-radius: 4px;
}
footer .footer-right .footer-box a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}
footer .footer-right .footer-box-1 a {
  background: #0b73ab;
}
footer .footer-right .footer-box-1 a:hover {
  background: #015785;
}
footer .footer-right .footer-box-2 .image-box {
  font-size: 32px;
  background: #11a84a;
  color: #fff;
  min-width: 60px;
  height: 60px;
}
footer .footer-right .footer-box-2 a {
  background: #11a84a;
}
footer .footer-right .footer-box-2 a:hover {
  background: #00752d;
}
footer .bottom-footer .title-footer {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}
footer .bottom-footer ul {
  display: flex;
  gap: 20px;
}
footer .hr-footer {
  color: #c4c4c4;
}
footer .bottom-footer-lists a:not(.links) {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
footer .bottom-footer-lists a.facebook {
  background: #1076ce;
}
footer .bottom-footer-lists a.twitter {
  background: #08a1d1;
}
footer .bottom-footer-lists a.instagram {
  background: #b667db;
}
footer .bottom-footer-lists a.youtube {
  background: #b667db;
}
footer .bottom-footer-lists a.pinterest {
  background: #cc0000;
}
footer .bottom-footer-lists a:hover {
  background: var(--primary-color);
}
footer .follow-us {
  gap: 6px !important;
}
footer .footer-image-bottom {
  margin-top: 100px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(11%) saturate(5160%) hue-rotate(156deg) brightness(93%) contrast(77%);
}

.bottom-footer-lists a:not(.links) {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.bottom-footer-lists a.facebook {
  background: #1076ce;
}
.bottom-footer-lists a.twitter {
  background: #08a1d1;
}
.bottom-footer-lists a.instagram {
  background: #b667db;
}
.bottom-footer-lists a.youtube {
  background: #b667db;
}
.bottom-footer-lists a.pinterest {
  background: #cc0000;
}
.bottom-footer-lists a:hover {
  background: var(--primary-color);
}

.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);
  padding: 13px;
  border-radius: 2px;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-1);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  transform: scale(0.4);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.5);
}

.breadcrumb-custom {
  font-size: 14px;
  color: #fff;
}
.breadcrumb-custom i {
  font-size: 12px;
}
.breadcrumb-custom a:hover {
  color: #00a6ff;
  text-decoration: underline;
}

.inside-page .background-banner {
  background: linear-gradient(180deg, #124757 20%, #283c42 100%);
  width: 100%;
  height: 100%;
  max-height: 690px;
}
.inside-page .background-banner::after {
  all: unset;
}

.hero-inner {
  padding-top: 110px;
}
.hero-inner .image-bg {
  position: absolute;
  top: 0;
  margin-top: -85px;
  z-index: -1;
}
.hero-inner .image-right {
  margin-left: auto;
  right: 0;
  margin-right: 50px;
}
.hero-inner h1 {
  font-size: 40px;
  font-weight: 800 !important;
}
.hero-inner.package-page .star-universal li {
  color: #efa61c !important;
}
.hero-inner.package-page .price-top .pricing .price {
  font-size: 28px;
}
.hero-inner.package-page .price-top a {
  text-align: end;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
.hero-inner.package-page .price-top a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100px;
  margin-left: -25px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: var(--transition-1);
}
.hero-inner.package-page .price-top a::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background: #fff;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-left: -195px;
  transition: var(--transition-1);
}
.hero-inner.package-page .price-top a:hover {
  color: var(--secondary-color);
}
.hero-inner.package-page .price-top a:hover::after,
.hero-inner.package-page .price-top a:hover::before {
  background: var(--secondary-color);
}
.hero-inner.package-page .package-images .video-play a {
  color: #fff;
  background: var(--secondary-color);
}
.hero-inner.package-page .package-images img {
  border-radius: 8px;
}

.trip-outline .outline-items .line {
  position: absolute;
  z-index: 99;
  width: 1px;
  height: 100%;
  background: #d6e4eb;
  top: 0;
  margin-left: -40px;
}
.trip-outline .outline-items .line.activities {
  margin-left: -40px;
}
.trip-outline .outline-items .line.meals {
  margin-left: -40px;
}
.trip-outline .meals-div {
  margin-left: -25px;
}
.trip-outline .accommodation-div {
  margin-left: 25px;
}
.trip-outline .outline-item:last-child {
  margin-top: 40px !important;
}
.trip-outline .outline-content {
  margin-top: 60px;
  background: linear-gradient(180deg, #edfaff 0%, #ffffff 100%);
  border: 1px solid #d5e4eb;
  position: relative;
}
.trip-outline .outline-content .content-container {
  padding: 45px 15px;
}
.trip-outline .list-outline {
  padding-left: 1rem;
  color: #333;
  margin: 0;
}
.trip-outline .list-outline li {
  margin: 10px 0;
}

.title-inner .has-divider {
  position: relative;
}
.title-inner .has-divider::after {
  content: "";
  display: block;
  width: 50px;
  height: 9px;
  background: url("./assets/images/Squiggly-line-1.webp") no-repeat;
  background-size: contain;
  margin: 10px 0;
  filter: brightness(0) saturate(100%) invert(37%) sepia(28%) saturate(2927%)
    hue-rotate(171deg) brightness(95%) contrast(84%);
}
.bd_toc_header_title {
  position: relative;
  font-size: 20px;
  color: var(--primary-color);
}
.bd_toc_header_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 9px;
  background: url("./assets/images/Squiggly-line-1.webp") no-repeat;
  background-size: contain;
  margin: 2px 0;
}

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

.highlight-lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.highlight-lists ul li {
  padding-left: 35px;
  position: relative;
  margin: 12px 0;
}
.highlight-lists ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 26px;
  background: url("./assets/images/checkmark.webp") no-repeat;
  left: 0;
  filter: brightness(0) saturate(100%) invert(43%) sepia(75%) saturate(2281%)
    hue-rotate(346deg) brightness(98%) contrast(92%);
}
.accordion-button {
  cursor: pointer;
}

.itinerary {
  /* margin-bottom: 30px; */
}
.itinerary .accordion-item {
  padding: 30px 38px 30px 45px;
  border: 2px solid #becfd6;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.itinerary .accordion-body strong {
  color: #1c1c1c !important;
}
.itinerary .accordion-body h4 {
  font-size: 19px;
}
.itinerary .accordion-body h5 {
  font-size: 18px;
}
.itinerary .accordion-body h6 {
  font-size: 17px;
}
.itinerary .accordion-item .accordion-button {
  padding-right: 30px;
  line-height: 26px;
  cursor: pointer;
}
.itinerary .accordion-item .serial-number {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 55px;
  height: 55px;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -28px;
}
.itinerary .accordion-item .itinerary-cards {
  display: flex;
  gap: 20px;
  line-height: 20px;
  align-items: center;
}
.itinerary .accordion-item .itinerary-cards img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(75%) saturate(2281%)
    hue-rotate(346deg) brightness(98%) contrast(92%);
}

.itinerary .single-pkg-image {
  display: flex;
  gap: 15px;
}
.itinerary .single-pkg-image img {
  border-radius: 5px;
}
.itinerary .accordion-button::after {
  content: "";
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 21px;
  height: auto;
  background: url("./assets/images/plus-icon.webp") no-repeat;
  filter: brightness(0) saturate(10%) invert(75%) sepia(0%) saturate(1%)
    hue-rotate(289deg) brightness(98%) contrast(96%);
}
.itinerary .accordion-button[aria-expanded~="true"]::after {
  content: "";
  background: url("./assets/images/minus-icon.webp") no-repeat;
  background-size: contain;
}
.itinerary .accordion-body {
  line-height: 28px;
}

.imp-note {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 3px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.imp-note p {
  margin: 0;
}
.imp-note .icon-note {
  min-width: 85px;
  height: 85px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #29739b;
}
.imp-note .text-note {
  color: #fff;
}
.imp-note.private-trip {
  position: relative;
}
.imp-note.private-trip a {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
  right: 30px;
  font-size: 16px;
  background: var(--third-color);
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
}
.imp-note.private-trip a:hover {
  background: var(--primary-color);
  border: 1px solid #fff;
}

.trip-map {
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 14px;
}
.trip-map h2 {
  color: #df8800;
}
.trip-map .download {
  display: block;
  margin-bottom: -30px;
  background: #df8800;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 25px;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.trip-map .download:hover {
  background: var(--primary-color);
}

.read-more {
  color: #df8800;
}

.inclusion .inclusion-head .title {
  background: #666666;
  padding: 15px 30px;
  color: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition-1);
}
.inclusion .inclusion-head .title:hover {
  background: var(--third-color);
}
.inclusion .inclusion-head.active .title {
  background: var(--third-color);
  position: relative;
  transition: var(--transition-1);
}
.inclusion .inclusion-head.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);
}
.inclusion .inclusion-tab {
  margin-top: 30px;
}
.inclusion .inclusion-tab ul {
  list-style: none;
  margin: 0;
  padding-left: 0.5em;
}
.inclusion .inclusion-tab ul li {
  color: #222222;
  padding-left: 30px;
  margin: 10px 0;
  position: relative;
  font-weight: 500;
}
.inclusion .inclusion-tab ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-top: 3px;
}
.inclusion .inclusion-tab.includes ul li::before {
  background: url("./assets/images/checked.webp") no-repeat;
  filter: brightness(0) saturate(100%) invert(65%) sepia(88%) saturate(2716%)
    hue-rotate(157deg) brightness(94%) contrast(94%);
  background-size: contain;
}
.inclusion .inclusion-tab.excludes ul li::before {
  background: url("./assets/images/cross.webp") no-repeat;
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(5992%)
    hue-rotate(1deg) brightness(114%) contrast(121%);
  background-size: contain;
}

.pricing-tag .right-top {
  padding: 35px 38px;
}
.pricing-tag .right-top .selling-tag {
  margin-left: 0;
}
.pricing-tag .discount-group .title-discount {
  padding: 8px 20px;
}
.pricing-tag .right-top .trip-duration {
  margin-right: 38px;
  margin-top: -30px;
  border-radius: 3px;
}

.price-options .owl-carousel .owl-stage-outer {
  padding: 28px 0;
}
.price-options .owl-nav button.owl-prev {
  margin-left: -25px;
}
.price-options .owl-nav button.owl-next {
  margin-right: -25px;
}
.price-options .owl-nav {
  top: 48%;
}
.price-options .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border: 2px solid #df8800 !important;
}
.price-options .owl-nav button:hover {
  border-color: var(--primary-color) !important;
}

.card-price-option {
  border: 2px solid #e8f0f3;
  background: #e8f0f3;
  position: relative;
  border-radius: 3px;
}
.card-price-option .top-opt {
  background: #fff;
  padding: 20px 24px;
}
.card-price-option .bottom-opt {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 30px 24px 35px 24px;
}
.card-price-option .bottom-opt > span {
  margin-top: 10px;
}
.card-price-option .bottom-opt .price-option p {
  font-size: 44px;
}
.card-price-option .pricing-top-tag {
  position: absolute;
  top: 0;
  padding: 3px 27px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  margin-top: -17px;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.card-price-option .pricing-top-tag.bkg-green {
  background: #51a769;
}
.card-price-option .pricing-top-tag.bkg-yellow {
  background: #b2a41d;
}
.card-price-option .pricing-top-tag.bkg-blue {
  background: #1d50b2;
}
.card-price-option .pricing-top-tag.bkg-pale-red {
  background: #c05b74;
}
.card-price-option .arrow {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 49px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  border-radius: 100px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6d6d;
}
.card-price-option .arrow:hover {
  background: var(--primary-color);
  color: #fff;
}

.main-image .video-play:hover a {
  background: var(--primary-color) !important;
}

.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 1px;
}
.departure-package .top-departure {
  background: #e8f0f3;
  font-weight: 700;
  color: #222222;
}
.departure-package a {
  background: var(--third-color);
  color: #fff;
  border-radius: 4px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 15px;
  font-size: 16px;
}
.departure-package a:hover {
  background: var(--primary-color);
}
.departure-package select {
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  border: 2px solid #9e9e9e;
  border-radius: 6px;
}

.faqs .accordion-item .accordion-button::after {
  content: "";
  background: url("./assets/images/collapse-show.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(6%) sepia(12%) saturate(1053%)
    hue-rotate(314deg) brightness(95%) contrast(75%);
}
.faqs .title h2 {
  font-size: 22px;
}
.faqs .accordion-item {
  margin-bottom: 10px;
}
.faqs .accordion-item .accordion-button {
  padding: 7px 0;
}
.faqs .accordion-item .accordion-button::after {
  left: 0;
  right: auto;
}
.faqs .accordion-item .accordion-body,
.faqs .accordion-item .accordion-button {
  padding-left: 35px;
}
.faqs hr {
  color: #979797;
  margin: 2px 0;
}

.related-blogs .owl-nav {
  top: 47%;
}
.related-blogs .owl-nav button {
  width: 35px;
  height: 35px;
  font-size: 14px !important;
  border: 2px solid #df8800 !important;
}
.related-blogs .owl-nav button:hover {
  border: 2px solid var(--primary-color) !important;
}
.related-blogs .owl-nav button.owl-prev {
  margin-left: -58px;
}
.related-blogs .owl-stage-outer {
  padding-bottom: 20px;
}

.card-blog-related .img-blog {
  overflow: hidden;
  border-radius: 4px;
}
.card-blog-related img {
  border-radius: 4px;
  transition: var(--transition-1);
}
.card-blog-related h3 {
  transition: var(--transition-1);
}
.card-blog-related a {
  background: #999999;
  padding: 5px 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
}
.card-blog-related a:hover {
  background: var(--primary-color);
}
.card-blog-related:hover h3 {
  color: var(--third-color);
}
.card-blog-related:hover img {
  transform: scale(1.04);
}

.related-blogs h2,
.faqs h2 {
  font-size: 24px !important;
}

.trip-reviews .content {
  margin-top: 40px;
}
.trip-reviews .content:first-child {
  margin-top: 10px;
}
.trip-reviews .review-btn {
  background: var(--third-color);
  padding: 10px 25px;
  border-radius: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
}
.trip-reviews .review-btn:hover {
  background: var(--primary-color);
}
.trip-reviews .review-rating {
  line-height: 19px;
}
.trip-reviews .review-rating .review-points {
  background: #efa61c;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trip-reviews .card-client-review {
  padding: 30px 36px;
  background: #f4f9fb;
  border: 1px solid #e8eef1;
  position: relative;
}
.trip-reviews .card-client-review .user-details img {
  border-radius: 5px;
}
.trip-reviews .card-client-review .verify-user {
  position: absolute;
  background: #51a769;
  color: #fff;
  padding: 2px 16px;
  border-radius: 100px;
  right: 30px;
  bottom: 0;
  margin-bottom: -14px;
}
.trip-reviews .card-client-review .verify-user span {
  font-size: 14px;
}
.trip-reviews .btns-review {
  display: flex;
  align-items: center;
  gap: 16px;
}
.trip-reviews .btns-review button {
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
}
.trip-reviews .btns-review button:hover {
  background: var(--primary-color);
}
.trip-reviews .btns-review .load-more {
  background: #efa61c;
}
.trip-reviews .btns-review .write-review {
  background: var(--third-color);
}

.right-content {
  position: sticky;
  top: 35px;
  height: -moz-max-content;
  height: max-content;
}

.star-universal.star-yellow li {
  color: #efa61c !important;
}

.right-top .buttons-bottom button.book-trip {
  background: #0c6795;
}

.similar-trips {
  padding-top: 90px;
}

.dynac-text {
  color: #222222;
  line-height: 26px;
}
.dynac-text a {
  color: var(--third-color);
  font-weight: 600;
}
.dynac-text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.dynac-text p {
  color: inherit;
}
.dynac-text p:last-child {
  margin-bottom: 0;
}
.dynac-text ul:last-child {
  margin: 0;
}
.dynac-text h2,
.dynac-text h3,
.dynac-text h4,
.dynac-text h5,
.dynac-text h6 {
  font-weight: 800;
  color: #222222;
}
.dynac-text h2 {
  font-size: 26px;
  color: #087cae;
}
.dynac-text h3 {
  font-size: 22px;
}
.dynac-text h4 {
  font-size: 19px;
}
.dynac-text h5 {
  font-size: 18px;
}
.dynac-text h6 {
  font-size: 18px;
}
.dynac-text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.dynac-text figure {
  max-width: 100%;
  height: auto;
}
.dynac-text ul li {
  margin-bottom: 8px;
}
.dynac-text figure figcaption {
  font-size: 15px;
  color: var(--third-color);
  font-weight: 500;
}

.gc-1 {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 3.5rem !important;
}

.gc-normal {
  --bs-gutter-y: 2rem !important;
}

.gutter-one-half {
  --bs-gutter-y: 1rem !important;
}

.gc-2 {
  --bs-gutter-x: 3.5rem !important;
  --bs-gutter-y: 3.5rem !important;
}

.gc-1-5 {
  --bs-gutter-y: 1.5rem !important;
}

.sharing-items .share .icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}

.need-help {
  margin-top: 40px;
  background: #222;
  border-radius: 6px;
  padding: 0 15px;
}
.need-help .img-expert {
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: 16px;
}
.need-help .img-expert img {
  border: 3px solid #fff;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.0588235294);
  margin-top: -20px;
  border-radius: 10px;
}
.need-help .img-expert .text-help {
  color: #fff;
}
.need-help .bottom-expert {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 10px;
}
.need-help .bottom-expert a {
  border: 1px solid transparent;
}
.need-help .bottom-expert a:hover {
  background: var(--primary-color);
  border: 1px solid #fff;
}
.need-help .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;
}
.need-help .social {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
}
.need-help .social.viber {
  background: #7b2cde;
}
.need-help .social.whatsapp {
  background: #11a84a;
}

.right-main {
  margin-top: 35px;
  position: sticky;
  top: 20px;
}

.right-top {
  background: #0b6986;
  border-radius: 5px;
  position: relative;
  padding: 35px 25px;
  box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.1019607843);
}
.right-top .selling-tag {
  margin-top: -50px;
  font-size: 14px;
  background: #51a769;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 3px 24px;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 15px;
}
.right-top .trip-duration {
  background: #f15f28;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.0588235294);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 800;
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
  line-height: 21px;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
  margin-top: -10px;
  padding: 10px;
}

.right-top .text-price-start {
  font-size: 17px;
}

.right-top .actual_price {
  font-size: 30px;
  font-weight: 600;
}

.right-top .actual_price small {
  font-size: 18px;
}

.right-top .discount-group {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  padding: 5px 14px;
  color: #fff;
  cursor: pointer;
}

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

.right-top .discount-right-side .title-discount {
  width: 100%;
  padding: 6px 0;
}

.right-top .number-travelers {
  width: 100%;
  max-width: 100%;
}

.right-top .number-travelers button,
.right-top .number-travelers input {
  background: transparent;
  border: 2px solid #eee;
  color: #fff;
}

.right-top .number-travelers input {
  min-width: 160px;
}

.right-top .input-group button,
.right-top .input-group input {
  width: 100%;
}

.right-top .input-group {
  flex-wrap: nowrap;
  gap: 5px;
}
.right-top .input-group button {
  font-size: 14px;
  max-width: 40px;
  background: var(--primary-color);
}
.right-top .input-group input {
  padding: 5px 10px;
}

.right-top .brand-showcase li {
  font-size: 16px;
  margin: 4px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.right-top .buttons-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.right-top .buttons-bottom button {
  background: #f15f28;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  display: inline-block;
  height: 45px;
  width: 100%;
  border: 1px solid transparent;
}

.right-top .buttons-bottom button.add-cart {
  padding: 9px 16px;
}
.right-top .buttons-bottom button:hover {
  background: #12313f;
  border: 1px solid #eee;
}

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

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

.discount-group {
  max-width: 220px;
  background: #fff;
  font-size: 15px;
  position: relative;
}

.discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f4f4f4;
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 4px 0;
  font-weight: 600;
}

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

.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: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 600;
}
.discount-group .group-prices ul li span:first-child {
  font-size: 15px;
  font-weight: 400;
}

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

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

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

.right-top .discount-group .title-discount .icon {
  border: 1px solid #fff;
  padding: 2px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  min-width: 20px;
  display: flex;
}

.discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  left: 0;
}

.mfp-prevent-close {
  background: #1b4f6b !important;
  opacity: 0.9 !important;
  border-radius: 100px;
  width: 80px !important;
  height: 80px !important;
}

.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow::after {
  top: -8px !important;
}

.mfp-arrow-left::after {
  margin-left: 24px !important;
}

.mfp-arrow::after,
.mfp-arrow::before {
  margin-top: 36px !important;
}

.mfp-arrow-right::after {
  margin-left: 34px !important;
}

.mfp-arrow {
  top: 54% !important;
}
.luxury-trips .owl-stage-outer {
  clip-path: inset(-100vw -100vw -100vw -1vw);
}
.share-buttons {
  position: absolute;
  width: 300px;
  z-index: 66;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  visibility: hidden;
  left: 10%;
  transform: translateY(10%);
  transition: var(--transition-1);
}
.share-buttons .share-button {
  margin-top: 15px;
}
.share-buttons .share-button:first-child {
  margin-top: -10px;
}
.share-buttons.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: var(--transition-1);
}
.share-buttons .share-button-primary:first-child {
  top: 10px;
}
.share-buttons .share-button-primary:nth-child(2) {
  top: 60px;
}
.share-buttons .share-button-primary:nth-child(3) {
  top: 110px;
}
.share-buttons .share-button-primary:last-child {
  top: 160px;
}

.max-w-150 {
  max-width: 150px !important;
}

.share-button-primary {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
.share-button-primary i {
  transition: var(--transition-1);
}
.share-button-primary:hover {
  background: var(--primary-color);
  transition: var(--transition-1);
}
.share-button-primary:hover i {
  color: #fff !important;
}

.share-button-icon {
  display: block;
  color: #242424;
  position: absolute;
  font-size: 21px;
  margin-top: 1px;
}

.facebook {
  color: #1076ce;
}

.twitter {
  color: #08a1d1;
}

.pinterest {
  color: #cc0000;
}

.whatsapp {
  color: #25d366;
}

#loadMore {
  transition: var(--transition-1);
  transition: 200ms all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loadMore .loading-msg {
  display: none;
}
#loadMore.loading .default-msg {
  display: none;
  animation: FadeOut 1.5s linear forwards;
}
#loadMore.loading .loading-msg {
  display: block;
  animation: fadeIn 1.5s linear forwards;
}
#loadMore.load-more--loading .icon-arrow {
  animation: rotate 1.5s linear infinite;
  animation-delay: 0.2s;
  background-color: transparent;
}
#loadMore.load-more--loading.load-more--loading.style-2 .icon-arrow {
  width: 25px;
  height: 25px;
}
#loadMore.load-more--loading.load-more--loading.style-2 .icon-arrow img {
  display: none;
}

.content {
  display: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.pkg-content h2 {
  font-size: 29px;
  font-weight: 800 !important;
}

.showcase-view.inside-page {
  padding-bottom: 100px;
}

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

.right-options-company {
  border: 1px solid #ececec;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.0392156863);
  background: #fff;
}
.right-options-company ul li {
  margin: 13px 0;
  font-weight: 500;
}
.right-options-company ul li:last-child {
  margin-bottom: 0;
}
.right-options-company ul li a {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  position: relative;
}
.right-options-company ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  background: var(--third-color);
  left: 0;
  border-radius: 0 10px 10px 0;
  width: 0;
  transition: var(--transition-1);
}
.right-options-company ul li a:hover {
  color: var(--primary-color);
}
.right-options-company ul li a:hover::after {
  width: 100%;
}

.hero-inner.not-found-page {
  padding-top: 90px;
}

.showcase-view.error-page {
  padding-bottom: 200px;
}

.card-legal-docs .img-docs {
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 56, 82, 0.1294117647);
  transition: var(--transition-1);
  overflow: hidden;
}
.card-legal-docs img {
  border-radius: 3px;
  transition: var(--transition-1);
}
.card-legal-docs span {
  display: block;
  background: var(--primary-color);
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  margin: auto;
  padding: 5px 15px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  transition: var(--transition-1);
  font-size: 18px !important;
  text-align: center;
}
.card-legal-docs:hover img {
  opacity: 0.8;
}
.card-legal-docs:hover span {
  background: var(--third-color);
}

.team-card .img-team {
  position: relative;
  transition: var(--transition-1);
}
.team-card .img-team::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2549019608);
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
  left: 0;
}
.team-card img {
  border-radius: 4px 4px 0 0;
}
.team-card .text-team {
  border: 2px solid #ececec;
  padding: 8px 15px 12px 15px;
  background: #fff;
}
.team-card .user-info {
  background: var(--third-color);
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 0;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
}
.team-card .user-info:hover {
  background: var(--primary-color);
}
.team-card:hover .user-info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team-card:hover .img-team::after {
  visibility: visible;
  opacity: 1;
}

.single-team-page {
  position: relative;
}
.single-team-page::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ececec;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}

.list-photo-member img {
  border-radius: 3px;
  transition: var(--transition-1);
}
.list-photo-member img:hover {
  opacity: 0.7;
  filter: saturate(1.5);
}

.contact-details-parent {
  position: sticky;
  height: auto;
  top: 20px;
}

.contact-details-parent .details-list li {
  display: flex;
  margin: 25px 0;
  gap: 20px;
}
.contact-details-parent .details-list li:first-child {
  margin-top: 0;
}
.contact-details-parent .details-list li:last-child {
  margin-bottom: 0;
}
.contact-details-parent .details-list li a {
  color: #333;
  font-weight: 400;
}
.contact-details-parent .details-list li a:hover {
  color: var(--third-color);
  text-decoration: underline;
}
.contact-details-parent .details-list .icon {
  width: 60px;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: var(--primary-color);
}

.contact-form {
  background: #fff;
  border-radius: 10px;
}
.contact-form label {
  margin-bottom: 2px;
  font-weight: 500;
  width: 100%;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f1f1f1;
  border-radius: 3px;
  /* padding: 10px 40px 10px 20px; */
  padding: 10px;
  border: 1px solid rgb(193, 205, 211);
  outline: 0;
}
.wpcf7-acceptance {
  span {
    margin-left: 0;
  }
}
.contact-form textarea {
  min-height: 180px;
}
/* .contact-form .inputs {
	position: relative;
	min-height: 40px;
  } */
.inputs.box span {
  all: unset !important;
}
.contact-form .inputs i {
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgba(16, 71, 101, 0.2117647059);
}
.contact-form .inputs.textarea i {
  top: 20px;
  bottom: auto !important;
}
.wpcf7-list-item.first.last {
  margin: 0;
}
.contact-form .inputs span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font-size: 18px;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  color: #79c8ea;
}
.contact-form input[type="submit"] {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.contact-form input[type="submit"]:hover {
  background: var(--third-color);
}

.form-right {
  position: relative;
}
.form-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ececec;
  left: 0;
  margin-left: -70px;
}

.btns-more .load-more-1 {
  display: flex;
  background: var(--primary-color);
  padding: 10px 25px;
  gap: 10px;
  border-radius: 4px;
  min-width: 180px;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  border: 2px solid transparent;
}
.btns-more .load-more-1:hover {
  background: #ebebeb;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.btns-more .load-more-1:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(19%) saturate(1857%)
    hue-rotate(157deg) brightness(97%) contrast(88%);
}

.right-side-content {
  position: sticky;
  top: 20px;
}

.card-blog .text-card-1 {
  padding: 20px 28px;
  padding: 16px 22px;
}
.card-blog img {
  transition: var(--transition-1);
}
.card-blog .image-card-1 {
  border-radius: 10px 10px 0 0;
}
.card-blog:hover img {
  transform: scale(1.1);
}
.card-blog .bottom-info {
  font-size: 15px;
  font-weight: 700;
}
.card-blog .bottom-info i {
  color: var(--third-color);
}

.right-side-blog .search-side {
  display: flex;
  min-height: 45px;
}
.right-side-blog .search-side input {
  background: #ececec;
  padding: 0 15px;
  font-size: 15px;
}
.right-side-blog .search-side button {
  background: var(--primary-color);
  padding: 10px 18px;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.right-side-blog .search-side button:hover {
  background: var(--third-color);
}

.card-right-side .img-card-right {
  overflow: hidden;
  border-radius: 5px;
}
.card-right-side img {
  border-radius: 5px;
  transition: var(--transition-1);
}
.card-right-side .text-card-right .date {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
}
.card-right-side .text-card-right .title {
  font-weight: 700 !important;
  color: #3a3a3a;
}
.card-right-side:hover .text-card-right .title {
  color: var(--primary-color);
}
.card-right-side:hover img {
  transform: scale(1.05);
}

.right-side-blog {
  position: sticky;
  top: 25px;
}

.blog-single-page h1 {
  font-size: 39px;
}

.showcase-view.inside-page.single-page-blog {
  padding-bottom: 0;
}

.content-page.single-blogs {
  padding-top: 25px;
}

.featured-image img {
  border-radius: 9px;
}

.right-blog-single {
  position: sticky;
  top: 25px;
}

.bottom-info.single-page-blogs {
  font-size: 15px;
}

.inside-page.page-package {
  padding-bottom: 0;
}

.content-team h2 {
  font-size: 31px !important;
} /*# sourceMappingURL=style.css.map */

.table-of-content {
  padding: 22px;
}
.search-bar.with-box-shadow {
  box-shadow: 0px 0px 10px -2px #0000003d;
}

/*Fixed Departures*/

.fix-departure {
  background: #e8efea;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 35%,
    rgba(255 255 255) 100%
  );
}

.fixdtable table {
  margin: 10px auto 10px auto;
  border-collapse: collapse;
  width: 100% !important;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
  background: #fff;
}

.fixdtable thead {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #1b4f6b !important;
  font-size: 16px;
}

.fixdtable th {
  padding: 15px 20px;
}

.fixdtable td {
  padding: 13px 20px;
  line-height: 22px;
}

.fixdtable td span {
  color: #545454;
}

.fixdtable tr:nth-child(even) {
  background-color: #f7f7f7;
}

.fixdtable .status {
  padding: 0.2rem 1rem;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.fixdtable a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.fixdtable a:hover {
  text-decoration: underline;
}

.tblnote {
  font-size: 14px;
  color: #999;
}

.teldes {
  font-size: 16px;
  color: #666;
}

/* CSS for responsive table */
@media only screen and (max-width: 991px) {
  /* Hide the table header */
  #groupjointable thead {
    display: none;
  }

  /* Display table rows as blocks */
  #groupjointable tbody,
  #groupjointable tr,
  #groupjointable td {
    display: block;
    width: 100%;
  }

  /* Style table rows */
  #groupjointable tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* Style table cells */
  #groupjointable td {
    text-align: left;
    padding: 10px;
  }

  /* Style table cells with data labels */
  #groupjointable td[data-label]:before {
    content: attr(data-label);
    font-weight: bold;
    float: left;
    text-transform: capitalize;
  }
}

.sticky-package {
  position: fixed;
  min-height: 40px;
  display: flex;
  align-items: center;
  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%;
  min-height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 2px;
}
.items-packages ul {
  width: 100%;
  overflow-x: auto;
}
.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  min-width: max-content;
}
.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 7px 50px;
}
.items-packages ul li a.active {
  background: var(--primary-color);
  color: #fff;
}

.chartWrapper {
  position: relative;
  max-width: 100% !important;
}

.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
  width: 902px;
  overflow-x: auto;
}

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

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-image-choices-item
  label,
div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-classic
  .wpforms-image-choices-item
  label {
  border: 1px solid #e1e1e1;
}

div.wpforms-container-full
  .wpforms-form
  .wpforms-image-choices-modern
  .wpforms-image-choices-item.wpforms-selected
  .wpforms-image-choices-image::after {
  background-color: var(--secondary-color) !important;
}
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-2
  .mega-search-wrap {
  margin-right: 20px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator::after {
  content: "\f107";
  font-family: fontawesome !important;
  font-size: 11px !important;
}
picture img {
  width: 100%;
  height: auto;
}
.footer-right .bg-transparent .image-box {
  transition: 500ms ease all;
}
.footer-right .bg-transparent:hover .image-box {
  background: var(--primary-color);
}
.footer-right .bg-transparent:hover .image-box img {
  filter: brightness(0) invert(1);
}
div.content-team:nth-child(1) {
  margin-top: 0 !important;
}

.contact {
  background: none;
  margin-top: 10px;
  padding: 0;
}
.contact .social {
  min-width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 26px;
}
.details-content span {
  padding-right: 60px;
}
.mega-menu-item > a.mega-menu-link {
  font-family: var(--font-2) !important;
}
.mega-sub-menu a.mega-menu-link {
  font-family: var(--font-1) !important;
}
canvas.canvasjs-chart-canvas:nth-child(1) {
  position: static !important;
}
canvas.canvasjs-chart-canvas:nth-child(2) {
  max-width: 100%;
  width: 0 !important;
}
.mega-sub-menu .mega-menu-item {
  position: relative;
}
.mega-sub-menu .mega-menu-item:before {
  content: "\f30b" !important;
  display: inline !important;
  font-family: FontAwesome !important;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  display: inline-block;
  padding-left: 16px;
}

.mega-menu-item.mega-menu-item-has-children::before {
  display: none !important;
}

.dynac-text table {
  border: 1px solid #999;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.dynac-text th,
.dynac-text tr:first-child {
  background: #f5f5f5;
}
.dynac-text tr {
  border: 1px solid #999;
  font-size: 16px;
}
.dynac-text td,
.dynac-text th {
  padding: 5px 12px;
  border-right: 1px solid #999;
}

/* 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: #183761;
  text-decoration: none;
}

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

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

.navigation li a:hover,
.navigation li.active a {
  background-color: #0b1d37;
  color: #fff;
}
.navigation li a {
  border: 1px solid var(--primary-color);
}
.outline-item .img-item {
  filter: brightness(0) saturate(100%) invert(30%) sepia(64%) saturate(472%)
    hue-rotate(148deg) brightness(99%) contrast(95%);
}

.mega-menu-item a.mega-menu-link {
  font-weight: 600 !important;
}

/* Cart */

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

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

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

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

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

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

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

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

.cart-content {
  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: #fcfeff;
  border: 1px solid #22222226 !important;
}
button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: var(--secondary-color);
}
button.checkout:hover {
  background: #a75300;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Remove  */
.remove-cart {
  position: absolute;
  max-width: max-content;
  max-height: max-content;
  right: 0;
  top: 0;
  margin-top: -10px;
  font-size: 25px;
  background: transparent;
  margin-right: -10px;
  color: red;
  z-index: 99;
  background: #fff;
  border-radius: 100px;
}

.remove-cart.heart {
  z-index: 9;
  border-radius: 100px;
  color: #ae0303;
  min-width: 40px;
  min-height: 40px;
  top: 22px;
  left: 14px;
  background: #ffffffa8;
  font-size: 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 {
  background: #00bd1e;
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.book-btn {
  flex: 1;
}

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

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

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

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

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

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

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

.cart-left-content {
  background: #fcfeff !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;
}

.itinerary .accordion,
.faqs-package .accordion {
  border: 1px solid #eee;
  padding: 22px 20px;
  border-radius: 4px;
}

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

.itinerary-note {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #e2e9f3;
  margin-bottom: 15px;
}

.affiliations ul {
  gap: 5px;
}
.affiliations li {
  background: #fff;
  padding: 7px;
  box-shadow: 11px 4px 75px rgba(0, 0, 0, 0.2039215686);
  border-radius: 3px;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .we-accept {
  min-width: 365px;
}

.affiliated {
  margin-top: 40px !important;
}

/* Blockquote style */
blockquote {
  font-size: 17px;
  font-style: italic;
  border-radius: 4px;
  clear: both;
  border: 3px solid #f9c200;
  padding: 25px 30px;
  font-weight: 500;
  color: var(--primary-color);
}

.class-3 .card-side-blog.has-line {
  padding-top: 65px;
}
.class-3 .card-side-blog::after {
  display: none;
}
.bd_toc_container .bd_toc_wrapper {
  max-height: 650px !important;
  overflow-y: auto !important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul {
  list-style: disc !important;
}
.bd_toc_content_list_item ul > li {
  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::after {
  content: "\f107" !important;
  font-family: fontAwesome !important;
  font-weight: 500;
}

#mega-menu-wrap-menu-1:has(.mega-menu-open)
  #mega-menu-menu-1[data-effect-mobile^="slide_"]
  + button.mega-close::before {
  content: "\f00d" !important;
  font-family: fontAwesome !important;
}

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

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

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

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

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

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

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

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

.itinerary .top-itinerary .serial-number span {
  font-weight: 800 !important;
}

.content-departs {
  display: none;
}

.calculated-price {
  font-size: 16px;
}

.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #575757;
}

.wishlist-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.pricing-tag {
  position: relative;
  z-index: 99;
}

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

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

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

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

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

#toaster .loading-state {
  display: none;
}
.single-team-page .team-card {
  position: sticky;
  height: auto;
  top: 20px;
}

#mega-menu-item-489 {
  position: relative;
}
a.mega-menu-logo {
  left: 0;
  top: 0;
  width: 100%;
}
img.mega-menu-logo {
  margin-top: 0;
  background: #fff;
  padding: 14px 12px;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid #eeeeee8c;
  width: auto;
  height: auto;
  border-radius: 0 0 2px 2px;
}
#mega-menu-wrap-menu-1 li.mega-menu-item img.mega-menu-logo {
  position: relative;
  z-index: 9999;
}
