html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  --outfit-font: "outfit", sans-serif;
  --primary-font: "Protest Strike", sans-serif;

  --bg-primary-color: #ee2966;
  --bg-secondary-color: #2b2273;
  --bg-star-color: #fba322;
  --bg-green-whtsapp: #22ce58;
  --text-color: #262626;
  --text-box-bg: #f7f7f8;
  --bg-black: #000000;
  --bg-white: #ffffff;
  --bg-pink: #ee2966;
  box-sizing: border-box;
}

body {
  font-family: var(--outfit-font);
  max-width: 1920px;
}

h1,
h2 {
  font-family: var(--primary-font);
  color: var(--text-color);
}

ul,
a {
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

sub {
  bottom: 0;
}

a {
  transition: all 0.4s ease;
}

span {
  display: inline-block;
}

button {
  transition: all 0.4s ease-in;
  border: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

/* Input:number inc/dec Button Remover   */
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  margin: 0;
}

.form-control {
  border: none;
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

/* Removing Accordion custom Styling --s */

/* Remove background, borders, and icon styles */
.accordion-button {
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 0;
  font-weight: 400;
  border-radius: 15px;
}

/* Remove the chevron icon */
.accordion-button::after {
  background: var(--bg-secondary-color);
  content: url(/assets/images/arrow-up.png);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 13px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}

/* Remove border and background from accordion items */
.accordion-item {
  border: none !important;
  /* background: transparent !important; */
}

/* Remove border and padding from accordion body */
.accordion-body {
  border: none !important;
  /* background: transparent !important; */
  padding: 0;
}

/* Prevent hover/focus color change */
.accordion-button:not(.collapsed) {
  background: none !important;
  color: inherit !important;
}
.accordion-button:not(.collapsed)::after {
  background: var(--bg-primary-color);
  transform: rotate(0deg);
}

/* Removing Accordion custom Styling --e */
/* custom range ---s */

.double_range_slider {
  max-width: 247px;
  height: 4px;
  position: relative;
  background-color: #dedede;
  border-radius: 20px;
  margin: 45px auto 10px;
}

.range_track {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-color: var(--bg-secondary-color);
}

.minvalue {
  position: absolute;
  color: var(--bg-secondary-color);
  bottom: -10px;
  transform: translate(0, -100%);
  left: 0;
  font-size: 14px;
  font-weight: 500;
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: left, transform;
}

.maxvalue {
  position: absolute;
  color: var(--bg-secondary-color);
  bottom: 30px;
  transform: translate(0, 100%);
  right: 0;
  font-size: 14px;
  font-weight: 500;
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: right, transform;
}

.double_range_slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 50%;
  transform: translateY(-50%);
}

.double_range_slider input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--bg-primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}

.double_range_slider input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: none;
  background-color: var(--bg-primary-color);
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
}

/* custom range ---e*/
/* check box styling s */
.form-input .checkbox input {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}

.checkmark {
  margin: 0 !important;
  padding: 0 !important;
  width: 16px !important;
  height: 16px;
  display: inline-block;
  border: 1px solid var(--bg-secondary-color);
  border-radius: 4px;
  position: relative;
  transition: 0.2s;
}

.checkbox input:checked ~ .checkmark::after {
  content: url(/assets/images/check-mark.png);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 55%;
}

.checkbox input:checked ~ .checkmark {
  background-color: var(--bg-secondary-color);
}

.form label.checkbox {
  padding-right: 13px;
  top: 3px;
}

/* check box styling e */
/* Custom classes */
.bg-primary {
  background-color: var(--bg-primary-color) !important;
}

.bg-secondary {
  background-color: var(--bg-secondary-color) !important;
}

.transition {
  transition: all 0.4s ease;
}

/* Scroll bar s */
.header-cvr .scrollbar-track {
  width: 4px;
  background-color: #dedede;
  border-radius: 0;
}

.scrollbar-track .scrollbar-thumb {
  background-color: var(--bg-primary-color);
}

.scrollbar-track {
  background-color: #d1d1d1 !important;
}

.header-cvr .scrollbar-track .scrollbar-thumb {
  width: 4px;
  background-color: var(--text-color);
  border-radius: 0;
}

/* Scroll bar e */

/* form-validation s */

.form-control.error::placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
}

.form-control.error,
.form-check-input.error {
  border-color: rgba(255, 0, 0, 0.5) !important;
  color: rgba(255, 0, 0, 0.5) !important;
}

label.error {
  display: none !important;
}

.checkbox:has(#check.error) ~ label[for="check"] {
  color: rgba(255, 0, 0, 0.5) !important;
}

#check.error ~ .checkmark {
  border-color: rgba(255, 0, 0, 0.5) !important;
}

/* form-validation e*/

/* header s */
header.header-cvr {
  z-index: 99;
  background-color: var(--bg-white);
}

.header-cvr .top-bar {
  padding: 26px 0 23px;
}

.header-cvr .contact-img {
  padding: 9px;
  border-radius: 8px;
  background-color: var(--bg-green-whtsapp);
}

.header-cvr .contact-item a {
  inset: 0;
}

.btn-hover {
  overflow: hidden;
}

.btn-hover::before {
  background-color: var(--bg-secondary-color);
}

.header-cvr .contact-item a::after {
  background-color: var(--bg-primary-color);
}

.btn-hover::before,
.header-cvr .contact-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-hover:hover::before {
  width: 100%;
}

.header-cvr .contact-item a:hover::after {
  width: 105%;
}

.header-cvr .contact-item:has(a):hover span {
  color: var(--bg-white);
}

.header-cvr .contact-item.whatsapp a::after {
  background-color: var(--bg-green-whtsapp);
}

.header-cvr .contact-item {
  gap: 9px;
}

.header-cvr .contact-item span {
  font-size: 18px;
  line-height: 22px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.stellarnav > ul > li > a {
  padding: 0;
  color: var(--bg-white);
}

.top-bar .stellarnav {
  border-radius: 5px;
}

.top-bar .stellarnav .menu-toggle {
  padding: 9px 11px;
}

.top-bar .stellarnav .menu-toggle span.bars {
  margin-right: 0;
}

.top-bar .stellarnav .menu-toggle span.bars span {
  background-color: var(--bg-white);
}

.top-bar .stellarnav .menu-toggle span.bars span:nth-of-type(2) {
  width: 70%;
}

.stellarnav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-color: transparent;
  transition: all 0.4s ease-in-out;
  border-bottom: 4px solid transparent;
  width: 0;
}

.stellarnav > ul > li > a:hover::before {
  border-bottom: 4px solid var(--bg-star-color);
  width: 44px;
}

.stellarnav > ul > li {
  padding: 23px 36px 25px;
}

.mega-menu {
  background-color: var(--bg-white);
  border-radius: 10px;
  padding: 20px 0 28px;
}

.mega-menu .menu .form-input {
  padding: 14px 0;
}
.mega-menu .menu button,
.mega-menu .menu a {
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  text-align: left;
  background: none;
  display: inline-block;
  padding: 14px 0;
}

.stellarnav .has-sub > ul:has(.mega-menu) {
  background-color: transparent;
  background: none;
  width: 1210px;
  background-color: var(--bg-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  left: 50%;
  transform: translateX(-50%);
}

.stellarnav .has-sub > ul:has(.mega-menu.small-mega-menu) {
  width: 545px;
}

.mega-menu .menu button:hover > *,
.mega-menu .menu a:hover > * {
  color: var(--bg-primary-color);
}

.mega-menu .menu button:hover,
.mega-menu .menu a:hover {
  color: var(--bg-primary-color);
}

.mega-menu .menu .menu-sect.active a,
.mega-menu .menu .menu-sect.active a * {
  color: var(--bg-primary-color) !important;
}

.dropdown .mega-menu .sub-menu-inner {
  height: 284px;
  overflow-y: auto;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .dropdown .mega-menu .sub-menu-inner {
    height: 240px;
  }
}

.mega-menu .menu button > *,
.mega-menu .menu a > * {
  transition: all 0.4s ease-in-out;
}

.mega-menu .menu {
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  text-align: left;
  background: none;
  padding: 14px 10px 14px 30px;
  transition: all 0.4s ease-in-out;
  max-width: 260px;
  width: 260px;
}

.mega-menu .inner-menu {
  width: 220px;
  right: 0;
  height: 284px;
  padding: 0;
  margin: 0 10px 0 0 !important;
}

.menu-featured-packages-inner .package-img > a {
  padding: 0 !important;
}

.menu-featured-packages-inner {
  margin-top: 20px;
  gap: 24px;
}

.mega-menu .menu::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #dedede;
}

.mega-menu .outer-menu::after {
  right: 50%;
}

.mega-menu .menu > div.menu-cvr {
  flex-direction: column !important;
  padding-right: 28px;
  height: 284px;
}

.mega-menu .menu > p {
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.menu-featured-packages {
  margin: 0 25px;
}

.menu-featured-packages > p {
  font-size: 44px;
  font-weight: 600;
  font-family: var(--primary-font);
  padding: 4px 0 15px;
  text-transform: capitalize;
  color: var(--text-color);
  position: relative;
  border-bottom: 1px solid #dedede;
}

.stellarnav ul ul:not(:has(.mega-menu)) {
  padding: 35px 30px;
}

.stellarnav ul ul:not(:has(.mega-menu)) {
  padding: 23px 30px;
}

.stellarnav ul ul:not(:has(.mega-menu)) > li > a {
  padding: 12px 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.stellarnav ul ul:not(:has(.mega-menu)) > li > a:hover {
  color: var(--bg-primary-color);
}

.stellarnav ul ul {
  top: 70px;
  border-radius: 0 0 10px 10px;
  background-color: var(--bg-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* header e */

/* banner sect --s */
.banner-sect .heading {
  bottom: 67px;
  padding: 15px 74px;
  background-color: var(--bg-secondary-color);
  border-radius: 8px;
  margin-bottom: 10px;
}

.banner-sect .heading h1 {
  font-size: 35px;
  line-height: 42px;
  color: var(--bg-white);
  font-weight: 600;
  text-transform: capitalize;
}

.search-banner-cvr {
  position: relative;
  top: -45px;
}

.search-banner {
  padding: 20px;
  background-color: var(--text-box-bg);
  border-radius: 8px;
}

.search-banner .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0 0 5px #2626261a;
  background-color: var(--bg-white);
  z-index: 9999;
}

.dropdown {
  box-shadow: 0px 0px 5px #dedede;
}

.search-banner .dropdown input.dropdown-toggle {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: var(--bg-secondary-color);
  background-color: var(--text-box-bg);
  padding: 15px 25px 15px 38px;
  background-color: var(--bg-white);
  border-radius: 8px;
}

.search-banner .form-inputs .dropdown {
  width: 280px;
}

.search-banner .dropdown input.dropdown-toggle::placeholder {
  color: var(--bg-secondary-color);
}

.search-banner .dropdown input.dropdown-toggle + label svg {
  transition: all 0.4s ease-in-out;
}

.search-banner .dropdown input.dropdown-toggle:focus + label svg {
  transform: rotate(180deg);
}

.search-banner .form-inputs {
  gap: 2px;
}

.search-banner .form-inputs button {
  padding: 15px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  background-color: var(--bg-primary-color);
  color: var(--bg-white);
  border-radius: 8px;
  text-transform: uppercase;
  max-width: 147px;
  z-index: 0;
}

.search-banner .form-inputs button > * {
  position: relative;
  z-index: 1;
}

.search-banner .form-inputs button.btn-hover.btn-hover:hover::before {
  background-color: var(--bg-secondary-color) !important;
  z-index: 0;
}

.search-banner .dropdown-menu {
  padding: 24px 20px 36px;
  width: 100%;
  z-index: 9999;
}

.search-banner .dropdown-menu:has(.mega-menu) {
  padding: 0;
  width: auto;
}

.search-banner .dropdown-header {
  padding: 0;
  margin-bottom: 27px;
}

.search-banner .dropdown-header label {
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 600;
}

.search-banner .dropdown-header p {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.dropdown .checkmark {
  border: 1px solid #dedede;
  background-color: #dedede;
}

.dropdown .checkbox input:checked ~ .checkmark {
  border-color: var(--bg-primary-color);
  background-color: var(--bg-primary-color);
}

.dropdown li > .check-cvr .checkbox:has(input:checked) ~ label {
  color: var(--bg-primary-color);
}

.dropdown .checkbox input:hover ~ .checkmark {
  border-color: var(--bg-primary-color);
  background-color: var(--bg-primary-color);
}

.dropdown .checkbox:has(input) ~ label {
  transition: all 0.4s ease-in-out;
}

.dropdown .checkbox:has(input:hover) ~ label {
  color: var(--bg-primary-color);
}

.dropdown-header .checkbox input:checked ~ .checkmark {
  border-color: var(--bg-secondary-color);
  background-color: var(--bg-secondary-color);
}

.dropdown-header .checkmark {
  border: 1px solid var(--bg-secondary-color);
  background-color: var(--bg-secondary-color);
}

.check-header {
  padding: 11px 13px;
  background-color: var(--text-box-bg);
  border-radius: 8px;
}

.dropdown li > .check-cvr {
  padding: 8px 0px 8px 13px;
}

.dropdown .dropdown-menu .dropdown-submit:hover {
  border-color: var(--bg-secondary-color);
  z-index: 0;
}

.dropdown .dropdown-menu .dropdown-submit {
  margin-top: 30px;
  padding: 15px 0;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

.dropdown:has(.mega-menu) .dropdown-submit {
  max-width: 90%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.dropdown .small-mega-menu .mega-menu-sec {
  padding-bottom: 100px;
}

.dropdown-list {
  height: 274px;
}

.dropdown input.dropdown-toggle.holiday-input {
  background: var(--bg-white) url(/assets/images/date-tree.webp) no-repeat left
    15px center;
}

.dropdown input.dropdown-toggle.destination-input {
  background: var(--bg-white) url(/assets/images/location-sign.webp) no-repeat
    left 15px center;
}

.dropdown input.dropdown-toggle.night-input {
  background: var(--bg-white) url(/assets/images/pond-sign.webp) no-repeat left
    15px center;
}

.dropdown input.dropdown-toggle.budget-input {
  background: var(--bg-white) url(/assets/images/moon-sign.webp) no-repeat left
    15px center;
}

/* banner sect --e */

/* features swiper s */
.swiper-navigation-icon {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 13px 11px;
  border-radius: 8px;
  background-color: var(--bg-primary-color);
  overflow: hidden;
}

svg {
  transition: all 0.4s ease-in-out;
}

.swiper-button-next path,
.swiper-button-prev path {
  font-size: 14px;
  color: var(--bg-white);
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: none;
}

.swiper-cvr {
  max-width: 1450px;
  margin: auto;
}

.features-cvr {
  padding-bottom: 5px;
}

.features-cvr .swiper-wrapper {
  padding: 20px 0;
}

.features-swiper .feature-card {
  padding: 20px;
  border: 2px solid var(--text-box-bg);
  box-shadow: 0px 0px 5px var(--text-box-bg);
  border-radius: 8px;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

.features-swiper .feature-card:hover {
  transform: translateY(-5px);
}

.features-swiper .feature-card h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 4px;
}

.features-swiper .feature-card p {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--text-color);
  font-weight: 300;
}

.features-swiper .feature-icon {
  margin-bottom: 8px;
}

/* features swiper e */
.travel-intro-cvr {
  padding: 25px 0 50px;
}

.travel-intro-cvr .swiper-button-next,
.travel-intro-cvr .swiper-button-prev {
  top: 84%;
}

.travel-intro-cvr .heading {
  padding-bottom: 55px;
}

/* For all .heading */
.heading h2 {
  font-size: 35px;
  line-height: 42px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.heading p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}

.heading p.readmore-height {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.travel-intro-img img {
  border-radius: 8px;
}

.travel-intro-img a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.travel-intro-img span {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.travel-intro-img a:hover {
  transform: translateY(-5px);
}

.travel-intro-img a:hover span {
  color: var(--bg-primary-color);
}

.travel-intro-cvr .heading label {
  font-size: 16px;
  line-height: 20px;
  color: var(--bg-primary-color);
  font-weight: 500;
  cursor: pointer;
}

.travel-intro-cvr .heading:has(input:checked) p {
  display: block;
}

.readmore-btn {
  padding: 8px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--bg-primary-color);
  background: none;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}

.readmore-btn:hover {
  color: var(--bg-secondary-color);
}

/* Cheap packages -s */
/* span.active */
/* For All Swipers... rating stars */
.stars span {
  clip-path: polygon(
    50% 0,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  width: 8px;
  height: 9px;
  background-color: #dedede;
}

.stars span.active {
  background-color: var(--bg-star-color);
}

.bg-swiper {
  background-color: var(--text-box-bg);
}

.cheap-packages-cvr {
  padding: 50px 0;
}

.cheap-packages-cvr .cheap-packages-swiper .swiper-wrapper {
  padding: 42px 0 0;
}

.cheap-packages-cvr .packages-card {
  padding: 10px;
  border-radius: 8px;
  background-color: var(--bg-white);
  gap: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 5px #dedede;
}

.cheap-packages-cvr .packages-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 20px #dedede;
}

.cheap-packages-cvr .packages-card:hover::after {
  height: 100px;
}

.cheap-packages-cvr .packages-card::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 70px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid var(--bg-star-color);
  background-color: var(--bg-white);
  transition: all 0.4s ease-in-out;
}

.cheap-packages-cvr .packages-card .package-img img {
  border-radius: 8px;
}

.cheap-packages-cvr .packages-card .package-heading p {
  font-size: 17px;
  line-height: 25px;
  color: var(--text-color);
  font-weight: 700;
}

.cheap-packages-cvr .packages-card .package-heading span {
  font-size: 14px;
  line-height: 18px;
  color: var(--bg-primary-color);
  font-weight: 500;
}

.cheap-packages-cvr .packages-card .package-content > p {
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 400;
  padding: 5px 0;
}

.cheap-packages-cvr .packages-card .package-content a {
  font-size: 15px;
  line-height: 19px;
  color: var(--bg-secondary-color);
  font-weight: 600;
  margin: 15px 0 5px;
  display: inline-block;
  position: relative;
}

.cheap-packages-cvr .packages-card .package-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--bg-secondary-color);
}

.package-price p {
  font-size: 28px;
  font-weight: 700;
  color: var(--bg-primary-color);
  line-height: 38px;
  font-family: var(--primary-font);
}

.package-price sup,
.package-price sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--bg-primary-color);
  line-height: 19px;
}

.package-price sup {
  left: -1px;
  font-weight: 400 !important;
}

/* Cheap packages -e */

/* trending-dest-cvr s */
.trending-dest-cvr {
  padding: 50px 0 25px;
}

.trending-dest-cvr .swiper-wrapper {
  padding: 30px 0 0;
}

.menu-featured-packages .trending-dest-card {
  width: 33.33%;
}
.menu-featured-packages .trending-dest-card,
.trending-dest-cvr .trending-dest-card {
  border-radius: 8px;
  padding: 9px;
  border: 1px solid var(--text-box-bg);
  box-shadow: 0px 0px 5px #dedede;
}

.trending-dest-cvr .trending-dest-card:hover {
  box-shadow: 0px 0px 20px #dedede;
  transform: translateY(-5px);
}

.menu-featured-packages .trending-dest-card .package-img img,
.trending-dest-cvr .trending-dest-card .package-img img {
  border-radius: 8px;
}

.menu-featured-packages .trending-dest-card .heading-top p,
.trending-dest-cvr .trending-dest-card .heading-top p {
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
}

.trending-dest-cvr .trending-dest-card .heading-top p {
  font-size: 18px;
  line-height: 22px;
}

.menu-featured-packages .trending-dest-card .package-heading span,
.trending-dest-cvr .trending-dest-card .package-heading span {
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  font-weight: 500;
}

.menu-featured-packages .trending-dest-card .package-main {
  margin-top: 8px;
  width: 100%;
}

.menu-featured-packages .trending-dest-card .package-price p {
  font-size: 26px;
  font-weight: 700;
  color: var(--bg-primary-color);
  line-height: 32px;
  font-family: var(--primary-font);
}

.package-main span {
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-featured-packages .trending-dest-card .package-content {
  margin-top: 5px;
}

.trending-dest-cvr .trending-dest-card .package-content {
  margin-top: 20px;
}

.menu-featured-packages .trending-dest-card .package-content a,
.trending-dest-cvr .trending-dest-card .package-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-secondary-color);
  border-radius: 4px;
  width: 28px;
  height: 28px;
}

.menu-featured-packages .trending-dest-card .package-content a {
  padding: 6px;
}

.menu-featured-packages .trending-dest-card .package-content a svg,
.trending-dest-cvr .trending-dest-card .package-content a svg {
  color: var(--bg-white);
  font-size: 10px;
  z-index: 2;
  position: static;
}

.menu-featured-packages
  .trending-dest-card
  .package-content
  a.btn-hover::before,
.trending-dest-cvr .trending-dest-card .package-content a.btn-hover::before {
  width: 0;
  z-index: 1;
  border-radius: 0;
  background-color: var(--bg-primary-color);
}

.menu-featured-packages
  .trending-dest-card
  .package-content
  a.btn-hover:hover::before,
.trending-dest-cvr
  .trending-dest-card
  .package-content
  a.btn-hover:hover::before {
  width: 100%;
}

.trending-dest-card .stars span {
  width: 13px;
  height: 13px;
}

/* .trending-dest-card .stars span:not(.active) {
  display: none;
} */

.swiper-button-next,
.swiper-button-prev {
  top: 60%;
}

.trending-dest-cvr .swiper-button-next,
.trending-dest-cvr .swiper-button-prev {
  top: 70%;
}

/* trending-dest-cvr e */

/* img-content-cvr s */
.img-content-cvr {
  padding: 25px 0;
}

.img-content-cvr:nth-child(odd) .content-img-right .row .col-sm-5 {
  order: 1;
}

.img-content-cvr .page-content.scroll-content {
  max-height: 560px;
}

.content-img-right .page-content.scroll-content .scrollbar-track {
  left: 0;
}

.content-img-right .page-content.scroll-content {
  padding-left: 20px;
}

.content-img-right .row .col-sm-5 {
  order: 1;
}

/* img-content-cvr e */
/* packages by Months s */
.bymonths-package-cvr {
  padding: 50px 0;
  margin: 25px 0;
}

.bymonths-package-cvr .swiper-wrapper {
  padding: 10px 0;
}

.bymonths-package-cvr .package-content {
  margin-top: 10px !important;
}

.bymonths-package-cvr .trending-dest-card {
  background-color: var(--bg-white) !important;
  box-shadow: 0 0 5px #dedede !important;
}

.bymonths-package-cvr .package-content p {
  margin: 0 !important;
  font-size: 22px;
  line-height: 28px;
  color: var(--bg-primary-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* packages by Months e */
/* Holidays packages  s */
.holidays-deal-cvr {
  margin: 25px 0;
}

.holidays-deal-cvr .swiper-wrapper {
  padding: 10px 0;
}

.holidays-deal-cvr .trending-dest-card {
  padding: 0;
  border-radius: 8px;
}

.holidays-deal-cvr .trending-dest-card:hover .package-details {
  height: 80px;
  /* height: auto; */
}

.trending-dest-cvr .package-main {
  margin-top: 8px;
  width: 100% !important;
}

.holidays-deal-cvr .trending-dest-card .package-main {
  padding: 15px 10px;
  background-color: var(--bg-white);
  border-radius: 8px;
  max-width: 247px;
}

.holidays-deal-cvr .trending-dest-card .heading-top {
  margin-bottom: 8px;
}

.holidays-deal-cvr .trending-dest-card .package-details {
  height: 0;
  transition: height 0.4s ease-in-out;
}

.holidays-deal-cvr .trending-dest-card .package-details img {
  margin: 5px 0;
}

.holidays-deal-cvr .trending-dest-card .package-details span {
  color: var(--bg-primary-color);
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.holidays-deal-cvr .trending-dest-card .package-content {
  padding: 5px 0 0;
  margin: 5px 0 0;
  border-top: 1px solid #dedede;
  flex-wrap: wrap;
  gap: 5px 0;
}

.holidays-deal-cvr .trending-dest-card:hover {
  box-shadow: none;
  transform: none;
}

.holidays-deal-cvr .package-img {
  margin-bottom: 135px;
}

.blog-content a span:nth-of-type(1),
.holidays-deal-cvr .package-content a span:nth-of-type(1) {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 17px;
  color: var(--bg-secondary-color);
  font-weight: 600;
  border-bottom: 1px solid var(--bg-secondary-color);
}

.blog-content a span:nth-of-type(2),
.holidays-deal-cvr .package-content a span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-secondary-color);
  border-radius: 4px;
  width: 28px;
  height: 28px;
}

.blog-content a span.btn-hover::before,
.holidays-deal-cvr .package-content a span.btn-hover::before {
  width: 0;
  z-index: 1;
  border-radius: 0;
  background-color: var(--bg-primary-color);
}

.blog-content a:hover span.btn-hover::before,
.holidays-deal-cvr .package-content a:hover span.btn-hover::before {
  width: 100%;
}

.blog-content a,
.holidays-deal-cvr.trending-dest-cvr .trending-dest-card .package-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: auto;
  height: auto;
  gap: 5px;
}

.swiper-bg-img {
  background-image: url(/assets/images/bg-swiper23.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-bg-img .heading * {
  color: var(--bg-white) !important;
}

.swiper-bg-img .heading .readmore-btn * {
  color: var(--bg-star-color) !important;
}

.swiper-bg-img .trending-dest-card {
  box-shadow: none;
  border: none;
}

.swiper-bg-img .swiper-button-next,
.swiper-bg-img .swiper-button-prev {
  background-color: var(--bg-star-color);
}

/* Holidays packages  e */
/* footer  s */
.footer-cvr {
  padding: 50px 0 0;
  background-color: var(--bg-secondary-color);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.footer-cvr .footer-content p {
  font-size: 16px;
  line-height: 20px;
  color: var(--bg-white);
  font-weight: 400;
  margin-bottom: 24px;
}

.footer-nav ul {
  padding: 20px 0;
  border-top: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  gap: 15px 84px;
  margin: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-nav ul a {
  display: inline-block;
  color: var(--bg-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
  position: relative;
  text-transform: capitalize;
}

.footer-nav ul a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--bg-primary-color);
  transition: width 0.4s ease-in-out;
}

.footer-nav ul a:hover {
  color: var(--bg-primary-color);
}

.footer-nav ul a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.footer-cvr .social-media {
  padding: 20px 0;
  border-bottom: #dedede 1px solid;
}

.payment-card {
  padding: 20px 0 40px;
}

.footer-cvr .footer-copyright {
  padding: 32px 0;
}

.footer-cvr .footer-copyright p {
  font-size: 16px;
  line-height: 24px;
  color: var(--bg-white);
  font-weight: 400;
}

.footer-cvr .footer-links {
  background-color: var(--bg-white);
  padding: 8px 0;
}

.footer-cvr .footer-links address,
.footer-cvr .footer-links a {
  color: var(--bg-secondary-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  gap: 13px;
  margin: 0;
}

.footer-cvr .footer-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--bg-primary-color);
  transition: width 0.4s ease-in-out;
}

.footer-cvr .connection-links a:hover {
  color: var(--bg-primary-color);
}

.footer-cvr .social-links a span svg,
.footer-cvr .social-links a span,
.footer-cvr .social-links a image {
  width: 40px !important;
  height: auto !important;
}
.footer-cvr .social-links a span,
.footer-cvr .connection-links a img {
  transition: all 0.3s ease-in-out;
}

.footer-cvr .connection-links {
  gap: 24px;
}

.footer-cvr .connection-links a:hover img {
  transform: translateX(5px);
}

.footer-cvr .social-links a:hover span {
  transform: translateY(-5px);
}

/* footer  e */

/* detail page s */
/* detail section s */
.detail-sect-cvr {
  padding: 50px 0;
}

.detail-sect-cvr .row div[class^="col-"] {
  padding: 0;
}

.detail-swiper-cvr {
  padding: 36px 42px;
  background-color: var(--text-box-bg);
  background-color: #eaeaea;
  border-radius: 5px;
}

.detail-swiper-cvr .swiper-slide,
.detail-swiper-cvr .swiper-slide img {
  border-radius: 20px;
}

.detail-swiper-cvr .heading {
  margin-bottom: 30px;
}

.detail-swiper-cvr .heading h2 {
  font-size: 30px;
  line-height: 36px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-swiper-cvr .heading .location {
  font-size: 13px;
  line-height: 16px;
  color: var(--bg-primary-color);
  gap: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-swiper-cvr .stars span {
  width: 13px;
  height: 13px;
}

.detail-swiper-cvr .stars span:not(.active) {
  background-color: #777;
}

.detail-swiper-cvr .swiper-button-next {
  right: 40px;
}

.detail-swiper-cvr .swiper-button-prev {
  left: 40px;
}

.detail-sect-cvr .package-detail {
  margin-left: 24px;
}

.detail-sect-cvr .package-detail .package-detail-header {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.detail-sect-cvr .package-detail .package-detail-header > p {
  font-size: 20px;
  line-height: 26px;
  color: var(--bg-primary-color);
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

.detail-sect-cvr .package-detail .package-price p {
  font-size: 40px;
  line-height: 44px;
  color: var(--bg-primary-color);
  font-weight: 700;
}

.detail-sect-cvr .package-detail .package-price p sub {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.detail-sect-cvr .package-detail .package-price p sub:nth-of-type(2) {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: var(--outfit-font);
}

.detail-sect-cvr .package-detail .package-price span {
  font-size: 14px;
  line-height: 18px;
  color: var(--bg-primary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.detail-sect-cvr .package-detail .package-price span:nth-of-type(2) {
  color: var(--text-color);
}

.detail-sect-cvr .package-detail {
  padding: 28px;
  border: 1px solid var(--text-box-bg);
  box-shadow: 0px 0px 5px var(--text-box-bg);
  border-radius: 5px;
}

.detail-sect-cvr .package-detail .package-sub-header {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}

.detail-sect-cvr .package-detail .package-sub-header p {
  font-size: 25px;
  line-height: 28px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--primary-font);
}

.detail-sect-cvr .package-detail .package-sub-header span {
  font-size: 14px;
  line-height: 18px;
  color: var(--bg-primary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.detail-sect-cvr .package-detail .package-inclusions p {
  padding: 16px 0;
  font-size: 25px;
  line-height: 28px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--primary-font);
  border-bottom: 1px solid #dedede;
}

.package-inclusions ul {
  padding: 28px 0 16px;
}

.package-inclusions ul li {
  gap: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.package-inclusions ul li span {
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  font-weight: 600;
}

.package-detail + .package-btns {
  width: 100%;
  padding-left: 24px;
  gap: 3px;
  margin-top: 3px;
}

.package-detail + .package-btns button,
.package-detail + .package-btns a {
  flex: 0 0 33%;
  padding: 14px 0;
  color: var(--bg-white);
  background-color: var(--bg-secondary-color);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  z-index: 1;
}

.package-detail + .package-btns button.book-now {
  background-color: var(--bg-primary-color);
  border-radius: 0;
}

.package-detail + .package-btns a.call {
  border-radius: 5px 0 0 5px;
}

.package-detail + .package-btns a.whatsapp {
  border-radius: 0 5px 5px 0;
}

.package-detail + .package-btns a.btn-hover::before {
  background-color: var(--bg-primary-color);
  border-radius: 0;
  z-index: -1;
}

.package-detail + .package-btns button.btn-hover::before {
  background-color: var(--bg-secondary-color);
  border-radius: 0;
  z-index: -1;
}

.package-save::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 134px;
  border-bottom: 8px solid var(--bg-star-color);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: translateX(-50%);
}
.package-save-clip {
  inset: 0;
  height: 74px;
  width: 124px;
  background-color: var(--bg-star-color);
  clip-path: polygon(0% 20%, 0 0, 100% 0, 100% 50%, 100% 76%, 49% 100%, 0 73%);
  z-index: 0;
}

.package-save {
  left: 21px;
  padding-top: 10px;
  width: 124px;
}

.package-save p {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: var(--bg-white);
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  margin: auto;
}

.package-save span {
  display: block;
  margin: auto;
  position: relative;
  font-size: 25px;
  line-height: 28px;
  color: var(--bg-white);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.detail-video {
  margin-bottom: 22px;
}

.detail-video img {
  max-height: 266px;
}

.detail-video .play-icon {
  display: inline-block;
}

.detail-video .play-icon svg {
  color: var(--bg-primary-color);
}

.detail-video .play-icon::before,
.detail-video .play-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  z-index: -1;
  background-color: var(--bg-white);
  transition: all 0.3s ease-in-out;
}

.detail-video .play-icon::after {
  background-color: #fffa;
  width: 74px;
  height: 74px;
}

.detail-video .video-thumb-btn {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: var(--bg-black);
}

.detail-video .video-thumb-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-video .video-thumb-btn .play-icon {
  width: 15px;
  height: 12px;
  border-radius: 50%;
  color: var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.detail-video .video-thumb-btn:hover .play-icon::after {
  width: 86px;
  height: 86px;
}

/* detail Enquiry form */
.detail-enquiry-form {
  padding: 22px 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: var(--text-box-bg);
}

.detail-enquiry-form .heading h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-color);
  text-transform: capitalize;
  font-family: var(--primary-font);
  margin-bottom: 24px;
}

.form .row div[class^="col-"] {
  margin-bottom: 22px;
}

.form textarea.form-control {
  height: 108px;
}

.form .form-control::placeholder,
.form .form-control {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #dedede;
}

.form .checkbox input:checked ~ .checkmark::after {
  bottom: 68%;
}

.form .checkbox input:checked ~ .checkmark {
  border-color: var(--bg-primary-color);
  background-color: var(--bg-primary-color);
}

.form .submit.btn-hover::after {
  z-index: 1;
}

.form .submit {
  border: none;
  width: 178px;
  border-radius: 8px;
  background-color: var(--bg-primary-color);
  color: var(--bg-white);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0;
  margin: auto;
  z-index: 1;
}

.detail-content-btns ul {
  border: none;
  gap: 9px;
  margin-bottom: 45px;
}

.detail-content-btns li .btn.active,
.detail-content-btns li .btn {
  border: none;
  border: 2px solid var(--bg-primary-color);
  width: 162px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: var(--bg-white);
  border-radius: 5px;
  background-color: var(--bg-primary-color);
  text-transform: uppercase;
}

.detail-content-btns li .btn:not(.active) {
  background-color: transparent;
  color: var(--bg-primary-color);
}

.detail-content-btns li .btn:hover {
  border-color: var(--bg-secondary-color);
  background-color: var(--bg-secondary-color);
  color: var(--bg-white);
}

/* detail section e */
/* detail page e */
/* Contact -us -s */
.contact-sec-cvr {
  padding: 50px 0 80px;
}

.contact-sec .heading h2 {
  margin-bottom: 30px;
}

.contact-sec .contact-form-sec .form .row div[class^="col-"] {
  margin-bottom: 40px;
}

.contact-sec .contact-form-sec .check-cvr label[for="check"] {
  font-size: 16px;
  line-height: 21px;
}

.contact-sec .contact-form-sec {
  border: none;
  border-radius: 20px;
  background-color: var(--text-box-bg);
  padding: 64px 38px 24px;
}

.contact-sec .form .submit {
  width: 272px;
}

.contact-sec .contact-form-sec h3 {
  font-size: 28px;
  line-height: 33px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin-bottom: 38px;
}

.contact-sec .contact-info-sec {
  padding: 50px 34px 66px;
  background-color: var(--bg-secondary-color);
  border-radius: 20px;
}

.contact-sec .contact-info-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: var(--bg-primary-color);
  bottom: 0;
  left: 0;
}

.contact-sec .contact-info-sec .sub-heading {
  margin-bottom: 40px;
}

.contact-sec .contact-info-sec .sub-heading h3 {
  font-size: 18px;
  line-height: 21px;
  color: var(--bg-white);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-sec .contact-info-sec .sub-heading p {
  font-size: 14px;
  line-height: 22px;
  color: var(--bg-white);
  font-weight: 400;
}

.contact-sec .contact-info-sec .contact-info {
  gap: 40px;
}

.contact-info-sec .contact-box::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 35px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/images/contact-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
}

.contact-info-sec .contact-box span {
  margin: 12px 0 14px;
  font-size: 16px;
  line-height: 19px;
  color: var(--bg-white);
  font-weight: 500;
  text-transform: uppercase;
}

.contact-info-sec .contact-box address,
.contact-info-sec .contact-box a {
  color: var(--bg-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.contact-info-sec .contact-box a:hover {
  color: var(--bg-primary-color);
}

/* Contact -us -e */
/* Travel Brochures -s */
.travel-brochures-cvr {
  padding: 50px 0;
}

.travel-brochures-cvr .brochures-card {
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.travel-brochures-cvr .brochures-card img {
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.travel-brochures-cvr .brochures-card .brochures-card-text {
  top: 30px;
  z-index: 5;
}

.travel-brochures-cvr .brochures-card .brochures-card-text p {
  font-size: 28px;
  line-height: 31px;
  color: var(--bg-white);
  font-weight: 500;
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.travel-brochures-cvr .brochures-card .brochures-card-text span {
  font-size: 18px;
  line-height: 20px;
  color: var(--bg-white);
  font-weight: 400;
  text-transform: uppercase;
}

.travel-brochures-cvr .travel-brochures-main {
  gap: 24px 19px;
}

.travel-brochures-cvr .travel-brochures-main .brochures-card:hover {
  transform: translateY(-5px);
}

.travel-brochures-cvr .travel-brochures-main .brochures-card a:hover img {
  filter: brightness(0.6);
  z-index: 0;
}

/* Travel Brochures -e */
/* Customer Support -s */
.assistant-sec-cvr {
  padding: 50px 0;
}

.assistant-sec-cvr .heading {
  margin-bottom: 15px;
}

.assistant-sec {
  padding: 45px 0;
  background-color: var(--text-box-bg);
}

.assistance-card .enquire-btn::before {
  border-radius: 0;
}

.assistance-card .enquire-btn svg {
  font-size: 12px;
}

.assistance-card .enquire-btn {
  width: 30px;
  height: 30px;
  align-self: self-end;
  background-color: var(--bg-primary-color);
  color: var(--bg-white);
  border-radius: 5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.assistance-card {
  padding: 18px;
  border: 1px solid #dedede;
  background-color: var(--bg-white);
  border-radius: 15px;
}

.assistance-card p {
  font-size: 18px;
  line-height: 24px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.assistance-card span {
  font-size: 16px;
  line-height: 22px;
  color: var(--bg-primary-color);
  font-weight: 400;
  text-transform: capitalize;
}

.assistant-sec-main .row {
  gap: 24px 0;
}

/* Customer support modal */
.assistant-sec-cvr .modal-dialog {
  max-width: 648px;
}

.assistant-sec-cvr .modal-content {
  border: none;
  border-radius: 8px;
}

.assistant-sec-cvr .modal-content {
  background-color: var(--bg-white);
  padding: 50px 36px;
  border-radius: 8px;
  min-height: auto !important;
}

.assistant-sec-cvr .modal-content .modal-heading h3 {
  font-size: 30px;
  font-family: var(--primary-font);
  line-height: 36px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 38px;
}

.assistant-sec-cvr .modal-content .form .row div[class^="col-"] {
  margin-bottom: 15px;
}

/* Customer Support -e */
/* Blog page -s */
.blog-page-main .blog-card {
  border-radius: 8px;
}

.blog-page-main .blog-card:hover img {
  transform: scale(1.05);
}

.blog-page-main .blog-card img {
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.blog-page-main .blog-card .blog-content {
  top: -10px;
  padding: 22px 13px;
  background-color: var(--bg-white);
  border-radius: 8px;
  box-shadow: 0px 1px 5px #dedede;
}

.blog-page-main .blog-content a {
  align-self: flex-end;
}

.blog-content a span svg {
  z-index: 2;
}

.blog-page-main .blog-card .blog-content h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--bg-secondary-color);
  margin-bottom: 12px;
}

.blog-page-main .blog-card .blog-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 12px;
}

.blog-page-main .blog-card .blog-content > span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: var(--bg-primary-color);
  margin-bottom: 12px;
}

.blog-page-main .blog-card .blog-content a svg {
  font-size: 12px;
}

.blog-cards-sect .row {
  gap: 24px 0;
}

.blog-filter-sect .search-box .input-group {
  box-shadow: 0 0 5px #dedede;
  border-radius: 8px;
}

.blog-filter-sect .search-box .input-group svg {
  color: #6d6d6d;
}

.blog-filter-sect .search-box .input-group input {
  color: #6d6d6d;
  font-size: 14px;
  padding: 10px 0 10px 14px;
}

.blog-filter-sect .tags,
.blog-filter-sect .categories {
  border-radius: 8px;
  padding: 22px 20px 60px;
  box-shadow: 0 0 5px #dedede;
}

.blog-filter-sect .tags .heading h4,
.blog-filter-sect .categories .heading h4 {
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.blog-filter-sect .categories ul li {
  width: 100%;
  padding: 9px 0 8px;
  border-bottom: 1px solid #dedede;
}

.blog-filter-sect .categories ul li span {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.blog-filter-sect .categories ul li span.active,
.blog-filter-sect .categories ul li span:hover {
  color: var(--bg-primary-color);
}

.blog-filter-sect .tags ul {
  gap: 14px 8px;
}

.blog-filter-sect .tags ul li input {
  display: none;
}

.blog-filter-sect .tags ul li label {
  color: var(--text-color);
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid var(--bg-primary-color);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.blog-filter-sect .tags ul li input:checked ~ label {
  color: var(--bg-white);
  background-color: var(--bg-primary-color);
}

.blog-filter-sect .tags ul li label:hover {
  color: var(--bg-primary-color);
}

/* Blog page -e */

/* why-choose-us s */
.why-choose-us-main {
  padding: 50px 0;
}

.why-choose-us-main .heading,
.customer-swp-main.swiper-cvr .heading,
.faqs-cvr .heading {
  margin-bottom: 50px;
}

.why-choose-us-cvr {
  padding: 70px 0;
}

.why-choose-us-cvr .heading-sec {
  margin-bottom: 59px;
}

.why-choose-us-main .row .col-2:nth-of-type(2n) {
  animation: "bounceInLeft" 2s;
}

.why-choose-us-main .row .col-2:nth-of-type(2n + 1) {
  animation: "bounceInRight" 2s;
}

.why-choose-us-main .why-choose-us-box[data-bs-target] {
  cursor: pointer;
}

.why-choose-us-box {
  padding: 45px 28px;
  border-radius: 50px;
  max-width: 200px;
  gap: 17px;
  background: var(--text-box-bg);
  border: 1px solid #e8e8e8;
}

.why-choose-us-box:hover {
  box-shadow: 0 0 20px var(--secondary_light_color);
}

.why-choose-us-box span {
  font-size: 18px;
  line-height: 21px;
}

.why-choose-us-box p {
  font-size: 14px;
  line-height: 16px;
}

/* why-choose-us e */
/* client-reviews s */
.customer-swp-main .swiper-button-next,
.customer-swp-main .swiper-button-prev {
  top: 70%;
}

.customer-swp-main.swiper-cvr {
  padding: 37px 0 50px;
}

.client-reviews-cvr {
  padding: 55px 0 50px;
}

.client-reviews-cvr .scrollbar-thumb,
.client-reviews-cvr .scrollbar-track {
  opacity: 0;
}

.scrollbar-thumb {
  background: var(--bg-pink);
  border-radius: 2px;
}

.scrollbar-track {
  border-radius: 2px;
}

.client-reviews-cvr .client-message:hover .scrollbar-thumb,
.client-reviews-cvr .client-message:hover .scrollbar-track {
  opacity: 1;
}

.client-reviews-cvr .heading-sec h3 {
  margin-bottom: 4px;
}

.client-reviews-cvr .swiper-wrapper {
  padding-top: 26px;
}

.client-reviews-cvr .swiper-slide:has(.client-reviews-box):hover {
  transform: translateY(-10px);
}

.client-reviews-cvr .heading-sec {
  margin-bottom: 25px;
}

.client-reviews-cvr .client-info p {
  font-size: 18px;
  line-height: 24px;
}

.client-reviews-cvr .client-info span {
  font-size: 14px;
  line-height: 20px;
}

.client-reviews-swp .swiper-pagination-bullet-active {
  background-color: var(--secondary_color) !important;
}

.client-reviews-box {
  padding: 20px;
  border-radius: 20px;
  background: var(--text-box-bg);
  border: 1px solid #e8e8e8;
}

.client-reviews-box .client-message {
  margin: 15px 0 10px;
}

.client-reviews-box .client-message p {
  padding-right: 10px;
  line-height: 22px;
  height: 65px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.client-reviews-box .client-detail {
  gap: 18px;
  font-family: var(--primary_font);
}

.client-reviews-box .client-detail span {
  font-size: 15px;
  line-height: 17px;
}

.client-reviews-box > img {
  right: 45.8px;
  bottom: -19.1px;
}

.client-reviews-box .scrollbar-track {
  width: 4px;
}

.client-reviews-box .scrollbar-thumb {
  width: 4px;
}

/* client-reviews e */

.page-content.home {
  height: 570px;
  padding-right: 15px;
}

.page-content-box {
  background-color: var(--text-box-bg);
  border-radius: 20px;
  padding: 50px 40px 62px;
}

/* faqs s */

.faqs-cvr {
  padding: 40px 0 60px;
}

.faqs-cvr .heading-sec {
  margin-bottom: 38px;
}

.faqs-cvr .heading-sec h2 {
  margin-bottom: 7px;
}

.faqs-main .row {
  gap: 24px;
}

.faqs-main .row .col-lg-6 {
  padding: 0;
  flex: 0 0 49%;
}

.faqs-main .accordion-button {
  font-size: 18px;
  line-height: 23px;
  padding: 20px 20px 19px;
  border: 1px solid var(--bg-secondary-color);
  border-radius: 15px !important;
  color: var(--bg-secondary-color) !important;
  font-family: var(--secondary_font);
}

.faqs-main .accordion-button:not(.collapsed) {
  background-color: var(--bg-secondary-color);
  box-shadow: none;
  border-radius: 15px 15px 0 0 !important;
  padding: 20px 20px 14.5px;
  border: none !important;
  color: var(--secondary_color) !important;
}

.faqs-main .accordion-button .arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--bg-secondary-color);
  border-radius: 10px;
}

.faqs-main .accordion-button .arrow::after {
  content: "";
  background-image: url(/assets/images/arrow-up.png);
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
}

.faqs-main .accordion-button:not(.collapsed) .arrow {
  background-color: var(--bg-primary-color);
}

.faqs-main .accordion-button:not(.collapsed) {
  color: var(--bg-pink) !important;
}

.faqs-main .accordion-button:not(.collapsed) .arrow::after {
  transform: rotate(0deg);
}

.faqs-main .accordion-button:not(.collapsed)::before {
  display: none;
}

.faqs-main .accordion-item {
  background: var(--text-box-bg);
  border-radius: 15px;
}

.faqs-main .accordion-body {
  font-weight: 400;
  line-height: 19px;
  font-size: 15px;
  color: var(--secondary_color);
  font-family: var(--secondary_font);
  padding: 0 20px 22px;
  border-radius: 0 0 15px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--bg-primary-color);
}

.accordion-button:hover {
  z-index: initial;
}

/* faqs e */

/* page-content s */

.page-content.home {
  padding-bottom: 34px;
}

.page-content.content {
  padding: 50px 0;
}

.page-content.content h1 {
  margin-top: 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  font-weight: 700;
  margin: 25px 0;
  text-transform: capitalize;
}

.page-content h1,
.page-content h2 {
  color: var(--text-color);
}

.page-content h1 {
  font-size: 36px;
  line-height: 45px;
}

.page-content h2 {
  font-size: 30px;
  line-height: 40px;
}

.page-content h3 {
  font-size: 28px;
  line-height: 35px;
}

.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 500;
  margin: 20px 0;
  text-transform: capitalize;
}

.page-content h3,
.page-content h4 {
  color: var(--text-color);
}

.page-content h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.page-content h5 {
  font-size: 20px;
  line-height: 25px;
}

.page-content h6 {
  font-size: 18px;
  line-height: 22px;
}

.page-content h5,
.page-content h6 {
  color: var(--text-color);
}

.page-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 25px;
  margin: 15px 0;
}

.page-content strong {
  font-weight: 600;
}

.page-content a {
  color: var(--bg-primary-color);
  font-weight: 500;
  text-decoration: underline !important;
}

.page-content p a:hover {
  color: var(--bg-secondary-color);
}

.page-content blockquote {
  text-align: center;
  max-width: 80%;
  margin: 25px auto;
  padding: 20px 30px;
  border-radius: 10px;
  border-right: 10px solid var(--bg-secondary-color);
  border-left: 10px solid var(--bg-secondary-color);
  box-shadow: 0 0 5px 0 var(--bg-secondary-color);
  font-style: italic;
}

.page-content ul,
.page-content ol {
  padding: 15px 27.6px;
}

.page-content ul ul,
.page-content ol ol {
  padding: 15px;
  margin: 15px;
}

.page-content ol {
  list-style-type: decimal;
}

.page-content ul li,
.page-content ol li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 35px;
  margin-bottom: 5px;
  padding-left: 24.6px;
  position: relative;
}

.page-content ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  border-left: 8px solid var(--text-color);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.page-content table {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}

.page-content table thead {
  background-color: var(--bg-primary-color);
}

.page-content table th,
.page-content table td {
  padding: 10px 10px;
  color: var(--bg-white);
}

.page-content table tbody tr:nth-of-type(odd) td {
  background-color: #ee2966aa;
}

.page-content table tbody tr:nth-of-type(odd) {
  transition: all 0.2s ease-in-out;
}

.page-content table tbody tr:nth-of-type(odd):hover {
  background-color: #ee2966ee;
}

.page-content table tbody tr:nth-of-type(even) td {
  background-color: #2b2273cc;
}

.page-content table tbody tr:nth-of-type(even) {
  transition: all 0.2s ease-in-out;
}

.page-content table tbody tr:nth-of-type(even):hover {
  background-color: #2b2273dd;
}

/* page-content e */
/* utility pages S */
.utility-page-wrapper {
  padding: 100px 0;
}

.utility-page-main .utility-img-main {
  margin-bottom: 42px;
}

.utility-page-main h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  color: var(--bg-secondary-color);
  margin-bottom: 30px;
}

.utility-page-main p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 44px;
}

.utility-page-main a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: var(--bg-secondary-color);
  color: var(--bg-white);
  border-radius: 8px;
  padding: 17px 26px;
}

.utility-page-main a img {
  margin-right: 9px;
}

.utility-page-wrapper a.btn-hover {
  background-color: var(--bg-secondary-color);
  z-index: 1;
  position: relative;
  border: none;
}

.utility-page-wrapper a.btn-hover {
  color: var(--bg-white);
}

.utility-page-wrapper a.btn-hover::before {
  background-color: var(--bg-primary-color);
}

/* utility pages E */
.filter-toggle {
  width: 130px;
  left: -96px;
  border-radius: 0 5px 5px 0;
}

.filter-toggle:hover {
  left: 0px;
}

/* Mobile stellarnav s */
.stellarnav.mobile > ul {
  background: var(--bg-secondary-color);
}

.stellarnav.mobile > ul .close-menu:not(:first-child) {
  display: none;
}

.stellarnav.mobile > ul .close-menu:hover span::before,
.stellarnav.mobile > ul .close-menu:hover span::after {
  border-color: var(--bg-primary-color) !important;
}

.stellarnav.mobile > ul .close-menu span::before,
.stellarnav.mobile > ul .close-menu span::after {
  transition: all 0.3s ease-in-out;
  height: 3px;
  width: 20px;
  border-color: var(--bg-white);
}

.stellarnav.mobile > ul li {
  padding: 0;
}

.stellarnav.mobile > ul .has-sub ul {
  top: 0 !important;
}

.stellarnav.mobile > ul .has-sub ul .mega-menu * {
  color: var(--bg-white) !important;
}

.stellarnav.mobile > ul .has-sub ul .mega-menu {
  border-radius: 0;
  background: var(--bg-secondary-color) !important;
}

.stellarnav.mobile > ul .has-sub ul:has(.mega-menu) .mega-menu-sec,
.stellarnav.mobile > ul .has-sub ul:has(.mega-menu) {
  max-width: 280px;
  flex-direction: column;
}

.stellarnav.mobile .mega-menu .menu::after,
.stellarnav.mobile .mega-menu .outer-menu::after {
  content: none;
}

.stellarnav.mobile .mega-menu .menu.sub-menu {
  display: none;
}

.stellarnav.mobile .mega-menu .dropend-btn {
  border: none;
  padding: 10px;
}

.stellarnav.mobile .mega-menu .dropend-btn:hover * {
  color: var(--bg-primary-color) !important;
}

.stellarnav.mobile .mega-menu .has-sub .inner-menu {
  position: relative !important;
}

.stellarnav.mobile .mega-menu .inner-menu {
  width: 100% !important;
  position: relative !important;
  height: auto !important;
  padding-left: 0 !important;
  width: 100% !important;
}

.stellarnav.mobile .mega-menu .inner-menu a {
  padding: 10px 10px 10px 20px !important;
  border: none;
}

.stellarnav.mobile .mega-menu .inner-menu a:hover {
  color: var(--bg-primary-color) !important;
}

.stellarnav.mobile .mega-menu .menu {
  padding: 0 10px 0 30px;
}

.stellarnav.mobile .menu-featured-packages {
  display: none;
}

.stellarnav.mobile .has-sub ul:not(:has(.mega-menu)) {
  background: var(--bg-secondary-color) !important;
  border-radius: 0;
}

.stellarnav.mobile .has-sub ul:not(:has(.mega-menu)) a {
  padding: 10px 20px !important;
  border: none;
  color: var(--bg-white) !important;
}

.stellarnav.mobile .has-sub ul:not(:has(.mega-menu)) a:hover {
  color: var(--bg-primary-color) !important;
}

.stellarnav.mobile > ul > li > a:not(.dd-toggle)::before {
  left: 0;
  transform: none;
}

/* Mobile stellarnav e */

/* blog detail ---s */
.blog-detail-cvr {
  padding: 70px 0 0;
}

.blog-container {
  padding: 0 100px;
}

.blog-detail .heading h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  color: var(--text-color);
  margin-bottom: 22px;
}

.blog-banner-head {
  padding: 16px 0 25px;
  background-color: #e7f4fd;
  border-radius: 10px 10px 0 0;
  position: relative;
  top: 9px;
  z-index: -1;
}

.blog-face-img {
  padding: 2px;
  border: 2px solid var(--bg-primary-color);
}

.blog-banner-head span,
.blog-banner-head p {
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
}

.blog-banner-head span {
  font-weight: 500;
}

.blog-banner-img {
  z-index: 1;
  border-radius: 10px;
}

/* Comments --s */
.blog-comments-cvr {
  padding: 50px 0;
}

.blog-comments-cvr .heading h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: var(--bg-secondary-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: var(--outfit-font);
}

.blog-comments {
  padding: 50px 0;
}

.commenter-img img {
  border-radius: 50%;
}

.commenter-name {
  font-size: 18px;
  line-height: 22px;
  color: var(--bg-secondary-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comment-text {
  color: #515151;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-date {
  font-size: 14px;
  line-height: 17px;
  color: var(--bg-primary-color);
  font-weight: 500;
  margin-top: 10px;
}

.comment-reply {
  font-size: 14px;
  line-height: 17px;
  color: var(--bg-primary-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.comment-reply:hover {
  color: var(--bg-secondary-color);
}

.blog-comments::after {
  content: "";
  position: absolute;
  width: 960px;
  height: 1px;
  background-color: #dedede;
  bottom: 0;
  left: 0;
}

.blog-comments .row {
  margin-right: 170px;
}

.blog-comments .row:nth-of-type(even) {
  margin-left: 100px;
}

.blog-comments .row ~ .row {
  margin-top: 60px;
}

/* Comments --e */
/* Reply form --s */
.reply-form-cvr {
  padding: 20px 0 30px;
}

.heading {
  margin-bottom: 10px;
}

.reply-form-cvr .heading h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--outfit-font);
  line-height: 28px;
  color: var(--bg-primary-color);
  text-transform: capitalize;
  margin-bottom: 23px;
}

.reply-form .form label,
.heading p {
  font-size: 16px;
  line-height: 24px;
  color: #515151;
  font-weight: 500;
}

.reply-form {
  padding: 25px 0;
  max-width: 945px;
}

.reply-form .form .row div[class^="col-"] {
  margin-bottom: 24px;
}

.reply-form .form textarea.form-control {
  height: 205px;
}

.reply-form .form .form-control {
  box-shadow: none;
  background-color: #e7f4fd;
}

/* Reply form --e */
/* blog detail ---e */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 30px;
}
.pagination .page-btn {
  background-color: var(--bg-secondary-color);
  padding: 5px;
  transition: all ease-in-out 0.3s;
  margin: 0 10px;
}
.pagination .page-btn:hover {
  background-color: var(--bg-primary-color);
}
.pagination .page-btn svg {
  color: var(--bg-white);
}
.pagination p {
  display: inline-block;
  padding: 5px 12px;
  background-color: #ddd;
  border-radius: 5px;
}

/* social-proof-sec ----s*/

.social-proof-sec {
  padding: 50px 0 70px;
  background-color: var(--bg-secondary-color);
  color: var(--bg-white);
  margin: 30px 0;
}

.social-proof-sec .heading .readmore-btn {
  color: var(--bg-star-color);
}

.social-proof-sec .heading p,
.social-proof-sec .heading h2 {
  color: var(--bg-white);
}

.social-proof-sec .swiper-button-next,
.social-proof-sec .swiper-button-prev {
  background-color: var(--bg-star-color);
  top: 86% !important;
}
.social-proof-swiper {
  margin-top: 40px;
}
.social-proof-card {
  background-color: var(--bg-white);
  border-radius: 20px;
  padding: 16px;
  gap: 25px;
}
.social-proof-card-content p {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  font-family: var(--primary-font);
  text-transform: capitalize;
  color: #2b2273;
}
.social-proof-card-content span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #6d6d6d;
}
/* social-proof-sec ----e*/
/* loading page ---s */

.loading-section {
  inset: 0;
  z-index: 9999;
  position: fixed;
}
.loading-section-content {
  max-width: 900px;
  margin: auto;
}

.loading-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    var(--bg-primary-color),
    var(--bg-secondary-color)
  );
  opacity: 0.4;
  bottom: 0;
  left: 0;
}
.range-sec {
  max-width: 858px;
  margin-bottom: 40px;
}
.rang-cvr {
  height: 33px;
  background-color: var(--bg-white);
  border-radius: 8px;
  padding: 0 10px;
  width: 600px;
}
.range {
  height: 14px;
  background-color: var(--bg-primary-color);
  border-radius: 8px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 0;
}
.range .airplane {
  z-index: 2;
  transform: translate(50%, -50%);
}
.rang-cvr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  z-index: 1;
  height: 0px;
  border-bottom: 3px dashed #dedede;
  transform: translate(-50%, -50%);
}
#rangeValue {
  top: -50px;
  font-size: 16px;
  line-height: 19px;
  color: var(--bg-primary-color);
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  background-color: var(--bg-white);
  padding: 4px 6px;
  position: relative;
}
#rangeValue::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--bg-white);
}
/* loading page ---e */
