@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Marcellus&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.zhara-back-wrapper,
a,
button,
p,
span,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.zhara-dashboard-nav-menu a .zhara-svg-icon,
.zhara-tour-card-price-regular,
.zhara-tour-author-info-content .bottom svg,
.zhara-destination-item.style-3 .zhara-destination-3-btn a span,
.zhara-hero-2-search-input span,
.zhara-footer-widget-info-item a span,
.zhara-header-user-menu a .zhara-svg-icon,
.zhara-header-2-top-info a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.zhara-dashboard-review-item-title svg,
.zhara-shop-action a svg,
.zhara-shop-action button svg,
.zhara-item-plus svg,
.zhara-item-minus svg,
.zhara-tour-card-meta svg,
.zhara-tour-card-rating svg,
.zhara-tour-author-info-content span svg,
.zhara-checkout-payment-item-title svg,
.zhara-tour-details-booking-list ul li span,
.zhara-cta-4-list ul li span,
.zhara-footer-8-info a svg,
.zhara-blog-item-meta .date svg,
.zhara-btn-primary span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.zhara-tour-details-booking-info a span {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.zhara-review-item-title span,
.zhara-tour-details-review-left .rating svg,
.zhara-section-subtitle.ff-inter img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* transform */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter-Italic-VariableFont_opsz\,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  /**
  @font family declaration
  */
  --zhara-ff-inter: "Inter", sans-serif;
  /**
  @color declaration
  */
  --zhara-common-white: #ffffff;
  --zhara-bg-color: #f1f8ff;
  --zhara-common-black: #292b26;
  --zhara-common-black-2: #1e1e1e;
  --zhara-common-red: #ff252b;
  --zhara-common-orange: #ed2b04;
  --zhara-common-yellow: #ffe453;
  --zhara-yellow: #ecaf01;
  --zhara-light-green: #b2ffdc;
  --zhara-common-green: #00c950;
  --zhara-dark-green: #28b05e;
  --zhara-common-brown: #664117;
  --zhara-theme-primary: #eb662b;
  --zhara-theme-aqua: #1cb2c4;
  --zhara-theme-secondary: #fbdfd1;
  --zhara-text-body: #333333;
  --zhara-gray-1: #dddddd;
  --zhara-gray-2: #eeeeee;
  --zhara-gray-3: #c9c9c9;
  --zhara-gray-6: #82857e;
  --zhara-gray-7: #646760;
  --zhara-gray-8: #474943;
  --zhara-light-blue: #c5dffe;
  --zhara-sky-blue: #3179cc;
  --zhara-dark-blue: #0c243f;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1265px;
  }
  .container-1440 {
    max-width: 1465px;
  }
  .container-1640 {
    max-width: 1640px;
  }
  .container-1850 {
    max-width: 1850px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
  background-color: var(--zhara-bg-color);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.55;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-common-black);
  background-color: var(--zhara-common-white);
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--zhara-gray-3);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--zhara-gray-3);
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--zhara-gray-3);
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--zhara-gray-3);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--zhara-gray-3);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: var(--zhara-common-black);
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--zhara-common-black);
  color: var(--zhara-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--zhara-common-black);
  color: var(--zhara-common-white);
  text-shadow: none;
}

::selection {
  background: var(--zhara-common-black);
  color: var(--zhara-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--zhara-common-black);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--zhara-common-black);
  font-size: 16px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.gx-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}
@media (max-width: 767px) {
  .gx-45 {
    --bs-gutter-x: 0px;
  }
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-50 {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 767px) {
  .gx-50 {
    --bs-gutter-x: 0px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-60 {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 767px) {
  .gx-60 {
    --bs-gutter-x: 15px;
  }
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.bg-pos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

p.fs-18 {
  font-size: 18px;
}
p.ff-inter {
  font-family: var(--zhara-ff-inter);
}
p.ff-inter {
  font-family: var(--zhara-ff-inter);
}
p.color-white {
  color: var(--zhara-common-white);
}

/* dropcap */
.zhara-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}

.zhara-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.zhara-slide-transtion .swiper-slide {
  width: auto;
}

.zhara-line-anim {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-image:
    linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}
.zhara-line-anim:hover {
  background-size:
    0% 1px,
    100% 1px;
}

a.line-border,
button.line-border {
  position: relative;
  display: inline-flex;
  align-items: center;
}
a.line-border:hover span::after,
button.line-border:hover span::after {
  transform: translate(1rem);
}
a.line-border:hover span::before,
button.line-border:hover span::before {
  transform: translate(calc(100% + 1rem));
}
a.line-border span,
button.line-border span {
  position: relative;
  overflow: hidden;
}
a.line-border span::before,
a.line-border span::after,
button.line-border span::before,
button.line-border span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
a.line-border span::before,
button.line-border span::before {
  left: 0;
}
a.line-border span::after,
button.line-border span::after {
  left: -1rem;
  transform: translate(-100%);
}
a.hover-line,
button.hover-line {
  position: relative;
}
a.hover-line::after,
button.hover-line::after {
  content: "";
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  position: absolute;
  transition: 0.3s ease-in-out;
  background-color: currentColor;
}
a.hover-line:hover::after,
button.hover-line:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.datepicker {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.datepicker__topbar,
.datepicker__info {
  display: none !important;
}
.datepicker__inner {
  padding: 0;
  color: #222;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
.datepicker__nav {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.datepicker__nav button {
  background: #fff;
  border: 1px solid var(--zhara-gray-2);
  color: #333;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.datepicker__nav button:hover {
  background: #f5f5f5;
  border-color: #ddd;
}
.datepicker__months {
  gap: 35px;
  display: flex;
  justify-content: space-between;
}

.datepicker__months_2 {
  gap: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.datepicker__month {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.datepicker__month caption,
.datepicker__month th.month-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #222;
}
.datepicker__month-button {
  height: 36px;
  width: 36px;
  display: inline-grid;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
}
.datepicker__month-button::after {
  transform: translate(0px, -6px);
}
.datepicker__month-button:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.datepicker__month-caption {
  border: none;
}
.datepicker__month th {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--zhara-common-black);
}
.datepicker__month th.datepicker__week-name {
  font-size: 14px;
  font-weight: 500;
}
.datepicker__month th.datepicker__week-days {
  color: #666;
  text-transform: capitalize;
}
.datepicker__month td {
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
  position: relative;
}
.datepicker__month td:hover {
  background-color: #f5f5f5;
}
.datepicker__month td.active,
.datepicker__month td.-selected- {
  background: #000 !important;
  color: #fff !important;
  font-weight: 500;
}
.datepicker__month-day--today {
  font-weight: bold;
  color: var(--zhara-common-white) !important;
  background-color: var(--zhara-theme-primary);
}
.datepicker__month-day--today:hover {
  background-color: #000;
}
.datepicker__month.-in-range- {
  background: #f8f8f8;
  border-radius: 0 !important;
  color: #000;
}
.datepicker__buttons {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}
.datepicker__buttons button {
  background: transparent;
  color: #000;
  border: none;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.datepicker__buttons button:hover {
  color: #444;
}

.datepicker__month td.active,
.datepicker__month td.-selected- {
  color: #fff !important;
  font-weight: 500;
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: var(--zhara-theme-primary) !important;
  color: #fff !important;
}

.datepicker__month-day--selected,
.datepicker__month-day--hovering {
  background-color: rgba(253, 70, 33, 0.2);
  color: #fff;
}

.datepicker__month-day--today {
  font-weight: bold;
  color: var(--zhara-common-white) !important;
  background-color: var(--zhara-theme-primary);
}

#chart {
  min-height: 450px;
}

.zhara-pagination nav ul {
  display: flex;
  align-items: center;
}
.zhara-pagination nav ul li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}
.zhara-pagination nav ul li a {
  height: 36px;
  width: 36px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  color: var(--zhara-common-black);
}
.zhara-pagination nav ul li a.next {
  border: 1px solid rgba(238, 238, 238, 0.9);
}
.zhara-pagination nav ul li a.active,
.zhara-pagination nav ul li a:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.zhara-back-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .zhara-back-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.zhara-back-wrapper.zhara-back-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.zhara-back-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: var(--zhara-common-black);
  background: var(--zhara-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-back-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.zhara-back-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.zhara-btn-primary {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 26px 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
  &.large {
    padding: 12px 32px;
  }
}
.zhara-btn-primary span {
  /* line-height: 1; */
  margin-right: 4px;
  display: inline-block;
}
.zhara-btn-primary:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-common-orange);
}
.zhara-btn-primary.bdr-style {
  background-color: transparent;
  color: var(--zhara-common-white);
  border: 1px solid var(--zhara-common-white);
}
.zhara-btn-primary.bdr-style:hover {
  border-color: transparent;
  background-color: var(--zhara-common-orange);
}
.zhara-btn-primary.bdr-style.orange-bdr {
  color: var(--zhara-theme-primary);
  border-color: var(--zhara-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-btn-primary.bdr-style.orange-bdr {
    padding: 8px 18px 8px;
  }
}
.zhara-btn-primary.bdr-style.orange-bdr:hover {
  color: var(--zhara-common-white);
}
.zhara-btn-primary.bdr-style-black {
  background-color: transparent;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-common-black);
}
.zhara-btn-primary.bdr-style-black:hover {
  border-color: transparent;
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-btn-primary.btn-white-bg {
  color: var(--zhara-common-black);
  background-color: var(--zhara-common-white);
}
.zhara-btn-primary.btn-white-bg:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.zhara-btn-primary.black-btn {
  background-color: var(--zhara-common-black);
  color: var(--zhara-common-white);
  border: 1px solid var(--zhara-common-black);
}

.zhara-btn-primary.black-btn:hover {
  border-color: var(--zhara-theme-primary);
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.zhara-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--zhara-theme-primary);
}
.zhara-loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}
.zhara-loader span::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(5px);
  transform: scale(0);
  animation: load 2s linear infinite;
  animation-delay: calc(0.1s * var(--i));
  background-color: var(--zhara-common-white);
}

.zhara-preloader {
  width: 130px;
  height: 130px;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(1.2);
    opacity: 1;
  }
  80%,
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  animation: rotate 2s linear infinite;
  animation-delay: -1.5s;
}
.plane svg {
  position: absolute;
  top: -10px;
  left: 80px;
  transform: rotate(65deg);
  color: var(--zhara-common-white);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.zhara-breadcrumb-bg {
  position: relative;
}
.zhara-breadcrumb-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-breadcrumb-content {
  display: inline-block;
}
.zhara-breadcrumb-content .zhara-hero-11-input-wrapper {
  display: flex;
  align-items: center;
  padding: 1px 15px;
  border-radius: 40px;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .zhara-breadcrumb-content .zhara-hero-11-input-wrapper {
    flex-wrap: wrap;
  }
}
.zhara-breadcrumb-content .zhara-hero-11-input-wrapper .datepicker {
  top: 60px;
}
.zhara-breadcrumb-content
  .zhara-hero-11-input-wrapper
  .zhara-hero-11-input-search {
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .zhara-breadcrumb-content
    .zhara-hero-11-input-wrapper
    .zhara-hero-11-input-search {
    width: 100%;
  }
}
.zhara-breadcrumb-content
  .zhara-hero-11-input-wrapper
  .zhara-hero-11-input-search:nth-child(-n + 2) {
  margin-right: 10px;
  border-right: 1px solid var(--zhara-gray-2);
}
@media (max-width: 767px) {
  .zhara-breadcrumb-content
    .zhara-hero-11-input-wrapper
    .zhara-hero-11-input-search:nth-child(-n + 2) {
    width: 100%;
    border: none;
  }
}
@media (max-width: 767px) {
  .zhara-breadcrumb-content
    .zhara-hero-11-input-wrapper
    .zhara-hero-2-search-btn {
    padding-bottom: 15px;
  }
}
.zhara-breadcrumb-list ul {
  display: flex;
  align-items: center;
}
.zhara-breadcrumb-list ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  color: var(--zhara-common-black);
}
.zhara-breadcrumb-list ul li.dev {
  margin: 0 8px;
}
.zhara-breadcrumb-list ul li a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-breadcrumb-style-2-ptb {
  padding-top: 260px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-breadcrumb-style-2-ptb {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .zhara-breadcrumb-style-2-ptb {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.zhara-breadcrumb-heading p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-breadcrumb-heading p br {
    display: none;
  }
}
.zhara-breadcrumb-title {
  font-size: 56px;
  line-height: 1;
  color: var(--zhara-common-white);
}
@media (max-width: 767px) {
  .zhara-breadcrumb-title {
    font-size: 40px;
  }
  .zhara-breadcrumb-title br {
    display: none;
  }
}
.zhara-breadcrumb-sub_title {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-common-white);
}

.breadcrumbs {
  display: none;
  background-color: var(--zhara-common-white);
  padding: 12px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding: 8px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 20px;
  }
}

.breadcrumbs ul {
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li + li::before {
  content: "\203A";
  color: var(--zhara-common-black);
  display: inline-block;
  margin: 0 8px;
  font-size: 16px;
  vertical-align: middle;
  /*height: 10px; */
  background-color: var(--zhara-common-white);
}

.breadcrumbs a {
  color: var(--color-gray-300);
  text-decoration: none;
}

.breadcrumbs li:last-child>a, .breadcrumbs li:last-child>span {  
  color: var(--zhara-theme-primary);
  pointer-events: none; /* последний элемент не кликабелен */
}

@media (min-width: 480px) {
  .breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

/*----------------------------------------*/
/*  2.8 Section Title
/*----------------------------------------*/
.zhara-section-subtitle {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-theme-primary);
}
.zhara-section-subtitle.color-white {
  color: var(--zhara-common-white);
}
.zhara-section-subtitle.color-black {
  color: var(--zhara-common-black);
}
.zhara-section-subtitle.ff-inter {
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}
.zhara-section-subtitle.ff-inter img {
  margin-right: 4px;
  animation: rotate2 4s linear infinite;
}
.zhara-section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-section-title br {
    display: none;
  }
}
.zhara-section-title.ff-interlayfair {
  font-family: var(--zhara-ff-interlayfair);
}
.zhara-section-title.ff-inter {
  font-family: var(--zhara-ff-inter);
}
.zhara-section-title.ff-inter {
  font-family: var(--zhara-ff-inter);
}
.zhara-section-title.ff-inter {
  font-family: var(--zhara-ff-inter);
}
.zhara-section-title.fs-28 {
  font-size: 28px;
}
.zhara-section-title.fs-36 {
  font-size: 36px;
}
.zhara-section-title.fs-46 {
  font-size: 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-section-title.fs-46 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-section-title.fs-46 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .zhara-section-title.fs-46 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-section-title.fs-46 br {
    display: none;
  }
}
.zhara-section-title.fs-56 {
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-section-title.fs-56 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-section-title.fs-56 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .zhara-section-title.fs-56 {
    font-size: 34px;
  }
}
.zhara-section-title.fs-64 {
  font-size: 64px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-section-title.fs-64 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-section-title.fs-64 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-section-title.fs-64 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .zhara-section-title.fs-64 {
    font-size: 36px;
  }
}
.zhara-section-title.fw-400 {
  font-weight: 400;
}
.zhara-section-title.fw-600 {
  font-weight: 600;
}
.zhara-section-title.color-white {
  color: var(--zhara-common-white);
}

/*----------------------------------------*/
/*  2.9 select
/*----------------------------------------*/
.nice-select {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  height: 42px;
  line-height: 40px;
  padding: 0 30px 0 18px;
  position: relative;
  font-size: 14px;
  font-family: inherit;
  user-select: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  clear: both;
  outline: none;
  /* Size variations */
  /* Dropdown list */
  /* Options */
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:focus,
.nice-select:active,
.nice-select.open {
  border-color: #999;
}
.nice-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: 500;
  width: 10px;
  height: 6px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.15s ease;
  font-family: var(--zhara-ff-inter);
  background-color: currentColor;
  -webkit-mask: url("../img/icon/chevron-down.svg") no-repeat center / contain;
  mask: url("../img/icon/chevron-down.svg") no-repeat center / contain;
}
.nice-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.nice-select.disabled {
  color: #999;
  border-color: #ededed;
  pointer-events: none;
}
.nice-select.disabled::after {
  color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  right: 0;
  left: auto;
}
.nice-select.small {
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  min-height: 34px;
  line-height: 34px;
}
.nice-select .list {
  opacity: 0;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 5;
  margin-top: 4px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  pointer-events: none;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select .option {
  min-height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0 29px 0 18px;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  cursor: default;
  color: #999;
  background: transparent;
}

/* No pointer-events fallback */
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon,
.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button,
.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a,
.ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*---------------------------------
    2.10  Spacing
---------------------------------*/
.pt-1 {
  padding-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

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

.pb-16 {
  padding-bottom: 16px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

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

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-ptb {
    padding: 10px 0;
  }
}
.zhara-header-wrapper {
  padding: 0 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-header-wrapper {
    padding: 0 30px;
  }
}

.zhara-header-menu {
  position: relative;
}
.zhara-header-menu > nav > ul > li {
  margin: 0 11px;
  list-style: none;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-menu > nav > ul > li {
    margin: 0 8px;
  }
}
.zhara-header-menu > nav > ul > li > a {
  padding: 21px 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}

.zhara-header-menu > nav > ul > li > a.active,
.zhara-header-menu > nav > ul > li > ul > li > a.active {
  color: var(--zhara-theme-primary);
}
.zhara-header-menu > nav > ul > li.p-static {
  position: static;
}
span.zhara-dropdown {
  position: relative;
  display: inline-block;
}
.zhara-header-menu > nav > ul > li.zhara-dropdown > a::after,
span.zhara-dropdown > a::after {
  content: "";
  font-size: 14px;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
  font-family: var(--zhara-ff-inter);
  background-color: currentColor;
  -webkit-mask: url("../img/icon/chevron-down.svg") no-repeat center / contain;
  mask: url("../img/icon/chevron-down.svg") no-repeat center / contain;
}
.zhara-header-menu > nav > ul > li.zhara-dropdown:hover > a,
span.zhara-dropdown:hover > a {
  color: var(--zhara-theme-primary);
}
.zhara-header-menu > nav > ul > li.zhara-dropdown:hover > a::after,
span.zhara-dropdown:hover > a::after {
  transform: rotate(-180deg);
  color: var(--zhara-theme-primary);
}
.zhara-header-menu > nav > ul > li .zhara-submenu {
  position: absolute;
  left: 0;
  width: 240px;
  z-index: 99;
  padding: 16px 0;
  text-align: start;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: calc(100% + 20px);
  transform: translateY(10px);
  border: 1px solid var(--zhara-gray-2);
  border-radius: 0 0 16px 16px;
  background: var(--zhara-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
span .zhara-submenu {
  margin-top: 7px;
  position: absolute;
  left: 0;
  z-index: 99;
  padding: 16px 0;
  width: max-content;
  text-align: start;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: calc(100% + 20px);
  transform: translateY(10px);
  border: 1px solid var(--zhara-gray-2);
  border-radius: 0 0 16px 16px;
  background: var(--zhara-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-menu > nav > ul > li .zhara-submenu {
    width: 200px;
  }
}
.zhara-header-menu > nav > ul > li .zhara-submenu li,
span .zhara-submenu li {
  width: 100%;
  padding: 0 20px;
  list-style: none;
  position: relative;
}
.zhara-header-menu > nav > ul > li .zhara-submenu li:not(:last-of-type),
span .zhara-submenu li:not(:last-of-type) {
  margin-bottom: 12px;
}
.zhara-header-menu > nav > ul > li .zhara-submenu li a,
span .zhara-submenu li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: inline-block;
  color: var(--zhara-common-black);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-menu > nav > ul > li .zhara-submenu li a,
  span .zhara-submenu li a {
    font-size: 14px;
  }
}
.zhara-header-menu > nav > ul > li .zhara-submenu li .zhara-submenu {
  left: 100%;
  top: calc(100% + 10px);
}
.zhara-header-menu > nav > ul > li .zhara-submenu li.zhara-dropdown > a::after {
  position: absolute;
  right: 0;
  content: "\203A";
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
  color: var(--zhara-common-black);
  transition: all 0.3s 0s ease-out;
  font-family: var(--zhara-ff-inter);
}
.zhara-header-menu
  > nav
  > ul
  > li
  .zhara-submenu
  li.zhara-dropdown:hover
  > a::after {
  transform: rotate(90deg);
}
.zhara-header-menu > nav > ul > li .zhara-submenu li:hover > a,
.zhara-header-menu > nav > ul > li .zhara-submenu li.active > a,
span .zhara-submenu li:hover > a,
span .zhara-submenu li.active > a {
  margin-left: 5px;
  margin-right: -5px;
  color: var(--zhara-theme-primary);
}
.zhara-header-menu > nav > ul > li .zhara-submenu li:hover > .zhara-submenu,
.zhara-header-menu > nav > ul > li .zhara-submenu li.active > .zhara-submenu {
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.zhara-header-menu > nav > ul > li .zhara-megamenu {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 1175px;
  text-align: start;
  visibility: hidden;
  transition: all 0.3s;
  top: calc(100% + 20px);
  padding: 16px 24px 16px 0;
  transform: translateY(10px);
  border: 1px solid var(--zhara-gray-2);
  border-radius: 0 0 16px 16px;
  background: var(--zhara-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-header-menu > nav > ul > li .zhara-megamenu {
    width: 1050px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-header-menu > nav > ul > li .zhara-megamenu {
    width: 1012px;
    left: -120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-menu > nav > ul > li .zhara-megamenu {
    width: 930px;
    left: -120px;
  }
}
.zhara-header-menu > nav > ul > li:hover > .zhara-submenu,
.zhara-header-menu > nav > ul > li:hover > .zhara-megamenu,
span:hover > .zhara-submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.zhara-header-menu > nav > ul > li.active > a {
  color: var(--zhara-theme-primary) !important;
}
.zhara-header-menu > nav > ul > li.active > a::after {
  transform: rotate(-180deg);
  color: var(--zhara-theme-primary) !important;
}
.zhara-header-logo img {
  max-width: inherit;
}
.zhara-header-cart-btn:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-user {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-header-user:hover {
  cursor: pointer;
  color: var(--zhara-theme-primary);
}
.zhara-header-user:hover .zhara-header-user-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.zhara-header-user-submenu {
  position: absolute;
  top: 100%;
  bottom: auto;
  right: 0;
  opacity: 0;
  left: auto;
  z-index: 9;
  width: 220px;
  padding: 20px;
  text-align: start;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(10px);
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
.zhara-header-user-thumb a {
  display: block;
}
.zhara-header-user-thumb a:hover span {
  color: var(--zhara-theme-primary);
}
.zhara-header-user-thumb a img {
  border-radius: 50%;
}
.zhara-header-user-thumb a span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-common-black);
}
.zhara-header-user-menu a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--zhara-common-black);
}
.zhara-header-user-menu a:not(:last-of-type) {
  margin-bottom: 10px;
}
.zhara-header-user-menu a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-user-menu a .zhara-svg-icon {
  width: 24px;
  margin-right: 5px;
  display: inline-block;
}
.zhara-header-style-1 {
  margin-left: -20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-style-1 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-style-1 {
    margin-left: 0;
  }
}
.zhara-header-style-2
  .zhara-header-menu
  > nav
  > ul
  > li.zhara-dropdown:hover
  > a {
  color: var(--zhara-theme-primary);
}
.zhara-header-style-2
  .zhara-header-menu
  > nav
  > ul
  > li.zhara-dropdown:hover
  > a::after {
  transform: rotate(-180deg);
  color: var(--zhara-theme-primary);
}
.zhara-header-style-4 .zhara-header-menu > nav > ul > li > a {
  color: var(--zhara-common-white);
}
.zhara-header-style-4
  .zhara-header-menu
  > nav
  > ul
  > li.zhara-dropdown
  > a::after {
  color: var(--zhara-common-white);
}
.zhara-header-style-4
  .zhara-header-menu
  > nav
  > ul
  > li.zhara-dropdown:hover
  > a {
  color: var(--zhara-common-white);
}
.zhara-header-style-4
  .zhara-header-menu
  > nav
  > ul
  > li.zhara-dropdown:hover
  > a::after {
  transform: rotate(-180deg);
  color: var(--zhara-common-white);
}
.zhara-header-style-4 .zhara-header-menu > nav > ul > li.active > a {
  color: var(--zhara-common-white) !important;
}
.zhara-header-style-4 .zhara-header-menu > nav > ul > li.active > a::after {
  color: var(--zhara-common-white) !important;
}
.zhara-header-2-top {
  padding: 7px 50px;
  margin-top: 74px;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-header-2-top {
    padding: 7px 30px;
  }
}
@media (max-width: 767px) {
  .zhara-header-2-top {
    padding: 0 20px;
  }
}
.zhara-header-2-top-info a {
  color: var(--zhara-sky-blue);
}
.zhara-header-2-top-info a:not(:last-of-type) {
  margin-right: 15px;
}
.zhara-header-2-top-info a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-2-top-text p {
  margin: 0;
  font-weight: 500;
  color: var(--zhara-sky-blue);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-header-2-top-text p {
    font-size: 13px;
  }
}
.zhara-header-2-top-text p a {
  color: var(--zhara-theme-primary);
}
.zhara-header-2-top-border {
  border-bottom: 1px solid var(--zhara-sky-blue);
}
.zhara-header-2-top-social a {
  color: var(--zhara-sky-blue);
}
.zhara-header-2-top-social a:not(:last-of-type) {
  margin-right: 24px;
}
.zhara-header-2-top-social a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-2-top.header-style-4 {
  padding: 0px 50px;
}
.zhara-header-2-top.header-style-4 .zhara-header-2-top-info a {
  color: var(--zhara-common-black);
}
.zhara-header-2-top.header-style-4 .zhara-header-2-top-info a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-2-top.header-style-4 .zhara-header-2-top-text p {
  color: var(--zhara-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-2-top.header-style-4 .zhara-header-2-top-text p {
    font-size: 15px;
  }
}
.zhara-header-3-cart-btn {
  color: var(--zhara-common-black);
}
.zhara-header-3-cart-btn span:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-3-bar {
  color: var(--zhara-common-black);
}
.zhara-header-3-bar .zhara-offcanvas-3-open-btn:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-4-top-right {
  padding: 9px 0;
  padding-right: 12px;
}
.zhara-header-4-top-right .zhara-header-4-user {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid var(--zhara-gray-2);
}
.zhara-header-4-top-right .zhara-header-4-cart-btn {
  padding-left: 12px;
  margin-left: 12px;
  padding-right: 12px;
  border-left: 1px solid var(--zhara-gray-2);
  border-right: 1px solid var(--zhara-gray-2);
}
.zhara-header-4-top-right .zhara-footer-copyright-currence-btn {
  padding-left: 12px;
  border-left: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-6-style {
    margin-left: 20px;
  }
}
.zhara-header-6-style .zhara-header-menu > nav > ul > li {
  margin: 0 8px;
}
.zhara-header-6-top {
  padding: 20px 0;
}
.zhara-header-6-top-content span {
  display: block;
  line-height: 1;
  color: var(--zhara-common-white);
}
.zhara-header-6-top-content a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-white);
}
.zhara-header-6-top-content a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-6-top-right {
  display: flex;
}
.zhara-header-6-top-right .zhara-header-6-top-content:not(:last-of-type) {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid rgba(238, 238, 238, 0.5);
}
.zhara-header-6-top-right.style-7 .zhara-header-6-top-content span {
  color: var(--zhara-text-body);
}
.zhara-header-6-top-right.style-7 .zhara-header-6-top-content a {
  color: var(--zhara-common-black);
}
.zhara-header-6-top-right.style-7 .zhara-header-6-top-content a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-6-top-right.style-7
  .zhara-header-6-top-content:not(:last-of-type) {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.zhara-header-6-top-right.style-7 .zhara-header-6-top-content:nth-child(2n) {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid var(--zhara-gray-2);
}
.zhara-header-6-wrapper {
  border-radius: 33px;
  background: #fffbf8;
  padding: 0 15px 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-6-wrapper {
    margin-top: 20px;
    padding: 15px 15px 15px 40px;
  }
}
.zhara-header-6-user span {
  color: var(--zhara-common-black);
}
.zhara-header-7-wrapper {
  padding: 0 34px;
  border-top: 1px solid var(--zhara-gray-2);
  border-bottom: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-7-wrapper {
    padding: 22px 34px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-7-style .zhara-header-menu > nav > ul > li .zhara-megamenu {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-header-8-style .zhara-header-menu > nav > ul > li .zhara-megamenu {
    left: 0;
  }
}
.zhara-header-10-right .zhara-header-cart-btn {
  color: var(--zhara-common-white);
}
.zhara-header-10-right .zhara-header-cart-btn:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-10-right .zhara-header-user {
  color: var(--zhara-common-white);
}
.zhara-header-10-right .zhara-header-user:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-11-style {
  margin-left: -20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-header-11-style {
    margin-left: 20px;
  }
}
.zhara-header-11-right .zhara-header-cart-btn {
  color: var(--zhara-common-black);
}
.zhara-header-11-right .zhara-header-cart-btn:hover {
  color: var(--zhara-theme-primary);
}
.zhara-header-11-right .zhara-header-user {
  color: var(--zhara-common-black);
}
.zhara-header-11-right .zhara-header-user:hover {
  color: var(--zhara-theme-primary);
}

.zhara-hdr-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.zhara-hdr-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}
.zhara-hdr-bdr {
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-megamenu-nav {
  display: flex;
  height: 100%;
  padding: 0 26px;
  flex-direction: column;
  border-right: 1px solid var(--zhara-gray-2);
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-megamenu-nav {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.zhara-megamenu-nav ul {
  display: block;
}
.zhara-megamenu-nav ul li {
  list-style: none;
}
.zhara-megamenu-nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.zhara-megamenu-nav ul li:hover a,
.zhara-megamenu-nav ul li.active a {
  color: var(--zhara-theme-primary);
}
.zhara-megamenu-nav ul li a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--zhara-common-black);
}
.zhara-megamenu-nav ul li a span {
  display: inline-block;
}
.zhara-megamenu-nav ul li a span svg {
  width: 18px;
}
.zhara-megamenu-banner {
  border-radius: 8px;
  padding: 24px 24px 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.zhara-megamenu-banner-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-megamenu-banner-title {
    font-size: 22px;
  }
}
.zhara-megamenu-banner p {
  padding-bottom: 20px;
  color: var(--zhara-common-white);
}
.zhara-megamenu-destination-wrap {
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s ease-in-out;
}
.zhara-megamenu-destination-wrap.show {
  opacity: 1;
  transform: translateX(0px);
}
.zhara-megamenu-destination-title {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
}
.zhara-megamenu-destination-item {
  gap: 12px;
  display: flex;
  align-items: center;
}
.zhara-megamenu-destination-item:hover .zhara-megamenu-destination-thumb img {
  transform: scale(1.1);
}
.zhara-megamenu-destination-thumb {
  overflow: hidden;
  border-radius: 50%;
}
.zhara-megamenu-destination-thumb img {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.zhara-megamenu-destination-content a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-megamenu-destination-content a:hover {
  color: var(--zhara-theme-primary);
}

/*----------------------------------------*/
/*  3.2 Mobile Style
/*----------------------------------------*/
.zhara-mobilemenu-content {
  /* Disable transitions for nested ul/li */
}
.zhara-mobilemenu-content .zhara-submenu {
  display: none;
}
.zhara-mobilemenu-content ul {
  position: static;
  display: block;
  box-shadow: none;
}
.zhara-mobilemenu-content ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.zhara-mobilemenu-content ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(234, 235, 237, 0.7);
}
.zhara-mobilemenu-content ul li.zhara-dropdown > a {
  position: relative;
}
.zhara-mobilemenu-content ul li.zhara-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  transform: translateY(-15px);
  color: var(--zhara-common-black);
  border: 1px solid rgba(234, 235, 237, 0.7);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhara-mobilemenu-content ul li.zhara-dropdown > a .dropdown-toggle-btn i,
.dropdown-toggle-btn svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-mobilemenu-content
  ul
  li.zhara-dropdown
  > a
  .dropdown-toggle-btn.dropdown-opened
  i,
.dropdown-toggle-btn.dropdown-opened svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zhara-mobilemenu-content ul li.zhara-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--zhara-theme-primary);
  border-color: var(--zhara-theme-primary);
  color: var(--zhara-common-white);
}
.zhara-mobilemenu-content
  ul
  li.zhara-dropdown
  > a
  .dropdown-toggle-btn:hover
  i {
  color: var(--zhara-common-white);
}
.zhara-mobilemenu-content ul li.zhara-dropdown > a.expanded {
  color: var(--zhara-theme-primary);
}
.zhara-mobilemenu-content
  ul
  li.zhara-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--zhara-theme-primary);
  border-color: var(--zhara-theme-primary);
  color: var(--zhara-common-white);
}
.zhara-mobilemenu-content
  ul
  li.zhara-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened
  i {
  color: var(--zhara-common-white);
}
.zhara-mobilemenu-content ul li.zhara-dropdown:hover > a::after {
  color: var(--zhara-theme-green);
}
.zhara-mobilemenu-content ul li:last-child a span {
  border-bottom: 0;
}
.zhara-mobilemenu-content ul li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 10px 20px 10px 0;
  color: var(--zhara-common-black);
}
.zhara-mobilemenu-content ul li > a > i {
  width: 11%;
  font-size: 21px;
  line-height: 1;
  margin-right: 13px;
  display: inline-block;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.zhara-mobilemenu-content ul li > a svg {
  transform: zhara-translateY(2px);
}
.zhara-mobilemenu-content ul li img {
  width: 100%;
}
.zhara-mobilemenu-content ul li ul {
  padding: 0;
}
.zhara-mobilemenu-content ul li ul li {
  padding: 0;
}
.zhara-mobilemenu-content ul li ul li a {
  width: 93%;
  padding: 10px 20px 10px 0;
  margin-left: auto;
  text-shadow: none !important;
}
.zhara-mobilemenu-content ul li ul li li a {
  width: 88%;
}
.zhara-mobilemenu-content ul li ul li li li a {
  width: 83%;
}
.zhara-mobilemenu-content ul li ul li li li li a {
  width: 68%;
}
.zhara-mobilemenu-content ul li:hover > a {
  color: var(--zhara-theme-primary);
}
.zhara-mobilemenu-content ul li:hover > a::after,
.zhara-mobilemenu-content ul li:hover > a .dropdown-toggle-btn i {
  color: var(--zhara-theme-primary);
}
.zhara-mobilemenu-content ul li .mega-menu,
.zhara-mobilemenu-content ul li .mobile-slide {
  position: static;
  min-width: 100%;
  display: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
}
.zhara-mobilemenu-content ul li .mega-menu li,
.zhara-mobilemenu-content ul li .mobile-slide li {
  float: none;
  width: 100%;
  padding: 0;
}
.zhara-mobilemenu-content ul li .mega-menu li:hover a .dropdown-toggle-btn,
.zhara-mobilemenu-content ul li .mobile-slide li:hover a .dropdown-toggle-btn {
  color: var(--zhara-theme-primary);
}
.zhara-mobilemenu-content .zhara-megamenu-nav {
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.zhara-mobilemenu-content .zhara-megamenu-banner {
  display: none;
}
.zhara-mobilemenu-content * ul,
.zhara-mobilemenu-content * li {
  transition: none !important;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-postbox-box {
    padding-bottom: 80px;
  }
}
.zhara-postbox-details-wrapper {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #edf0f2;
}
.zhara-postbox-details-tags span {
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.zhara-postbox-details-tags span:not(:last-of-type) {
  margin-right: 15px;
  padding-right: 15px;
}
.zhara-postbox-details-tags span:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 5px;
  width: 5px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--zhara-text-body);
}
.zhara-postbox-details-title {
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-postbox-details-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .zhara-postbox-details-title {
    font-size: 32px;
  }
  .zhara-postbox-details-title br {
    display: none;
  }
}
.zhara-postbox-details-thumb img {
  border-radius: 16px;

  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhara-postbox-details-text p {
  padding-bottom: 5px;
}
.zhara-postbox-details-related {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf0f2;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-sidebar-box {
    padding-bottom: 80px;
  }
}
.zhara-sidebar-widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--zhara-common-black);
}
.zhara-sidebar-search-input {
  position: relative;
}
.zhara-sidebar-search-input input {
  height: 54px;
  border-radius: 8px;
  padding-right: 60px;
  border-color: #ddd;
  color: var(--zhara-common-black);
  background: var(--zhara-common-white);
}
.zhara-sidebar-search-input input:focus {
  border-color: var(--zhara-theme-primary);
}
.zhara-sidebar-search-input button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.zhara-sidebar-search-input button:hover {
  color: var(--zhara-theme-primary);
}
.zhara-sidebar-post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.zhara-sidebar-post-title:hover {
  color: var(--zhara-theme-primary);
}
.zhara-sidebar-item {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-sidebar-item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.zhara-sidebar-item:hover .zhara-sidebar-item-thumb img {
  transform: scale(1.1);
}
.zhara-sidebar-item-thumb {
  width: 340px;
  height: 240px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-sidebar-item-thumb {
    width: 100%;
    height: 300px;
  }
}
.zhara-sidebar-item-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-sidebar-item-thumb img {
    object-fit: cover;
  }
}
.zhara-sidebar-item-tag {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.zhara-sidebar-item-title {
  margin-bottom: 15px;
}
.zhara-sidebar-item-title a:hover {
  color: var(--zhara-theme-primary);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.zhara-blog-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-blog-heading p br {
    display: none;
  }
}
.zhara-blog-item:hover .zhara-blog-item-thumb img {
  transform: scale(1.2);
}
.zhara-blog-item.blog-style-2 {
  gap: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-blog-item.blog-style-2 {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .zhara-blog-item.blog-style-2 {
    flex-wrap: wrap;
  }
}
.zhara-blog-item.blog-style-2 .zhara-blog-item-thumb {
  width: 100%;
  height: 100%;
  max-height: 166px;
  max-width: 185px;
}
@media (max-width: 767px) {
  .zhara-blog-item.blog-style-2 .zhara-blog-item-thumb {
    max-width: 100%;
    max-height: 100%;
  }
}
.zhara-blog-item.blog-style-2 .zhara-blog-item-meta {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-blog-item.blog-style-2 .zhara-blog-item-content {
    padding-top: 0;
  }
}
.zhara-blog-item.blog-style-2 .zhara-blog-item-content p {
  margin-bottom: 7px;
}
.zhara-blog-item.blog-style-2.style-10 {
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-blog-item.blog-style-2.style-10 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .zhara-blog-item.blog-style-2.style-10 {
    gap: 0;
  }
}
.zhara-blog-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.zhara-blog-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-blog-item-content {
  padding: 16px 0;
}
.zhara-blog-item-content p {
  line-height: 1.4;
}
.zhara-blog-item-meta span {
  position: relative;
  font-size: 16px;
  line-height: 1;
}
.zhara-blog-item-meta span:not(:last-of-type) {
  margin-right: 20px;
}
.zhara-blog-item-meta span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 8px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--zhara-gray-1);
}
.zhara-blog-item-meta .label {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-blog-item-meta .date {
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-blog-item-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--zhara-common-black);
}
.zhara-blog-item-title.fs-18 {
  font-size: 18px;
  font-weight: 500;
}
.zhara-blog-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-blog-item-btn a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}

.zhara-blog-2-item:hover .zhara-blog-2-item-thumb img {
  transform: scale(1.2);
}
.zhara-blog-2-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18px;
}
.zhara-blog-2-item-title.ff-inter {
  font-family: var(--zhara-ff-inter);
}
.zhara-blog-2-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-blog-2-card-more {
  margin-top: 16px;
}

.zhara-blog-2-card-more a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--zhara-theme-primary);
}
.zhara-blog-2-card-more a:hover {
  color: var(--zhara-theme-primary);
  span {
    color: var(--zhara-theme-primary);
  }
}
.zhara-blog-2-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.zhara-blog-2-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .zhara-blog-4-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-blog-4-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-blog-4-heading p br {
    display: none;
  }
}
.zhara-blog-4-item {
  gap: 20px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #fff1f0;
}
.zhara-blog-4-item:hover .zhara-blog-4-item-thumb img {
  transform: scale(1.2);
}
.zhara-blog-4-item-title {
  font-size: 18px;
  line-height: 1.4;
}
.zhara-blog-4-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-blog-4-item-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 185px;
  border-radius: 16px 0 0 16px;
}
.zhara-blog-4-item-thumb img {
  width: 100%;
  border-radius: 16px 0 0 16px;
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-blog-6-ptb {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-blog-9-heading,
  .zhara-blog-10-heading {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-blog-11-ptb {
    padding-top: 0;
  }
}

/*----------------------------------------*/
/*  4.2 offcanvas scss
/*----------------------------------------*/
.offcanvas-area.opened .offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-area.opened .cart-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  z-index: 999;
  padding: 40px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #fff;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas-wrapper {
    width: 400px;
  }
}
.offcanvas-top {
  margin-bottom: 50px;
}
.offcanvas-close-btn {
  color: black;
}
.offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zhara-offcanvas-hamburger-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 38px;
  text-align: center;
  transition: 0.3s linear;
  border: 1px solid rgba(3, 31, 66, 0.2);
  background-color: var(--zhara-common-white);
}

.cart-area.opened .cart-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cart-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #fff;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(-100% - 80px));
  -moz-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
  -o-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
}
@media (max-width: 767px) {
  .cart-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-wrapper {
    width: 300px;
  }
}
.cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  height: 55px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.12);
}
.cart-title {
  font-size: 20px;
  font-weight: 600;
}
.cart-close button {
  transform: scale(0.7);
}
.cart-close button:hover {
  transform: scale(0.7) rotate(90deg);
}
.cart-empty-content {
  display: flex;
  align-items: center;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
}
.cart-empty-icon {
  margin-bottom: 15px;
}
.cart-empty-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.cart-empty-text {
  margin-bottom: 10px;
}
.cart-empty-text p {
  font-size: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .filter-area,
  .zhara-tour-filter-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .desktop-tour-filters {
    display: none;
  }
}

.filter-area.opened .filter-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #fff;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(-100% - 80px));
  -moz-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
  -o-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
}
@media (max-width: 767px) {
  .filter-wrapper {
    width: 300px;
  }
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1 Mobile Menu
/*----------------------------------------*/
.zhara-offcanvas-menu {
  margin-bottom: 80px;
}
.zhara-offcanvas-menu ul {
  list-style: none;
}
.zhara-offcanvas-menu ul li {
  position: relative;
}
.zhara-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.zhara-offcanvas-menu ul li.active > a {
  color: var(--zhara-common-black);
}
.zhara-offcanvas-menu ul li.active > .zhara-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.zhara-offcanvas-menu ul li .submenu {
  display: none;
}
.zhara-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.zhara-offcanvas-menu .zhara-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.zhara-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.zhara-offcanvas-menu .zhara-megamenu-list ul li {
  padding: 0;
}
.zhara-offcanvas-menu .zhara-megamenu-list ul li a {
  font-size: 17px;
  padding: 12px 20px;
}
.zhara-offcanvas-menu .zhara-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.zhara-offcanvas-menu .zhara-submenu > li > a:hover {
  background-color: #f8f8fb;
  color: var(--zhara-common-black);
}
.zhara-offcanvas-menu .zhara-megamenu-box {
  padding: 20px 0;
}
.zhara-offcanvas-menu .zhara-megamenu-box li a {
  font-size: 17px;
  padding: 8px 20px;
  border-radius: 10px;
}
.zhara-offcanvas-menu .zhara-megamenu-box li a:hover {
  background-color: #f8f8fb;
  color: var(--zhara-common-black);
}

.zhara-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.zhara-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.zhara-footer-widget-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-footer-widget-info-item a {
  gap: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  display: inline-flex;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-footer-widget-info-item a span {
  display: inline-block;
}
.zhara-footer-widget-info-item a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-widget-menu ul li {
  list-style-type: none;
}
.zhara-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.zhara-footer-widget-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-footer-widget-menu ul li a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-widget-input input {
  font-size: 16px;
  border-radius: 28px;
  padding-right: 55px;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-1);
}
.zhara-footer-widget-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-footer-widget-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-footer-widget-input input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-footer-widget-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-footer-widget-input input::placeholder {
  /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-footer-widget-input input:focus {
  border-color: var(--zhara-theme-primary);
}
.zhara-footer-widget-input-btn {
  position: absolute;
  top: 12px;
  right: 25px;
}
.zhara-footer-widget-input-btn span {
  color: var(--zhara-theme-primary);
}
.zhara-footer-widget-social-icon a:not(:last-of-type) {
  margin-right: 10px;
}
.zhara-footer-widget-social-icon a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-title {
  color: var(--zhara-gray-1);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-info-item a {
  color: var(--zhara-common-white);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-info-item a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-menu ul li a {
  color: var(--zhara-common-white);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-input p {
  color: var(--zhara-common-white);
}
.zhara-footer-main-wrapper.black-style .zhara-footer-widget-social-icon a {
  color: var(--zhara-common-white);
}
.zhara-footer-main-wrapper.black-style
  .zhara-footer-widget-social-icon
  a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-top-border {
  border-top: 1px solid var(--zhara-gray-2);
}
.zhara-footer-copyright-text p {
  margin: 0;
}
.zhara-footer-copyright-text p a {
  color: var(--zhara-theme-primary);
}
.zhara-footer-copyright-currence-btn {
  position: relative;
  display: inline-block;
}
.zhara-footer-copyright-currence-btn:hover
  .zhara-footer-copyright-currence-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.zhara-footer-copyright-currence-btn span {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 22px;
  cursor: pointer;
  border-radius: 23px;
  display: inline-block;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-gray-1);
}
.zhara-footer-copyright-currence-btn span svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-footer-copyright-currence-btn span:hover svg {
  transform: rotate(-180deg);
}
.zhara-footer-copyright-currence-btn.bottom-style span {
  padding: 0;
  border: none;
  font-size: 14px;
}
.zhara-footer-copyright-currence-btn.bottom-style:hover
  .zhara-footer-copyright-currence-content {
  transform: translateY(0px);
}
.zhara-footer-copyright-currence-btn.bottom-style
  .zhara-footer-copyright-currence-content {
  top: 100%;
  bottom: auto;
  transform: translateY(10px);
  border-radius: 0 0 16px 16px;
}
.zhara-footer-copyright-currence-content {
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  opacity: 0;
  left: auto;
  width: 200px;
  padding: 20px;
  text-align: start;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-10px);
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 1px 9px 26px 0px rgba(0, 0, 0, 0.04);
}
.zhara-footer-copyright-currence-content h4 {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  text-transform: uppercase;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.zhara-footer-copyright-currence-content ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  background-color: #f8f9fa;
  color: var(--zhara-common-black);
}
.zhara-footer-copyright-currence-content ul li:not(:last-of-type) {
  border-bottom: 1px solid #e9ecef;
}
.zhara-footer-copyright-currence-content ul li.active,
.zhara-footer-copyright-currence-content ul li:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
.zhara-footer-copyright-currence-content ul li a {
  display: flex;
  transition: none;
  justify-content: space-between;
}
.zhara-footer-col-4 {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-footer-col-4 {
    padding-left: 0;
  }
}

.zhara-footer-2-ptb {
  border-radius: 32px 32px 0 0;
}

.zhara-footer-2-top-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zhara-footer-2-top-border .zhara-footer-copyright-text p {
  color: var(--zhara-common-white);
}
.zhara-footer-2-top-border .zhara-footer-copyright-currence-btn span {
  color: var(--zhara-common-white);
}
.zhara-footer-2-top-border .zhara-footer-2-social-item a {
  color: var(--zhara-common-white);
}
.zhara-footer-2-top-border .zhara-footer-2-social-item a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-widget-title {
  color: var(--zhara-common-white);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-widget-info p {
  color: var(--zhara-gray-1);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-widget-info-item a {
  color: var(--zhara-common-white);
}
.zhara-footer-2-main-wrapper.black-style
  .zhara-footer-widget-info-item
  a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-widget-menu ul li a {
  color: var(--zhara-common-white);
}
.zhara-footer-2-main-wrapper.black-style
  .zhara-footer-widget-menu
  ul
  li
  a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-2-social-item a {
  color: var(--zhara-common-white);
}
.zhara-footer-2-main-wrapper.black-style .zhara-footer-2-social-item a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-2-main-wrapper .zhara-footer-widget-title {
  font-size: 18px;
  font-family: var(--zhara-ff-inter);
}
.zhara-footer-2-social-item {
  margin-bottom: 10px;
}
.zhara-footer-2-social-item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-footer-2-social-item a span {
  width: 100%;
  max-width: 24px;
  margin-right: 6px;
  display: inline-block;
}
.zhara-footer-2-social-item a:hover {
  color: var(--zhara-theme-primary);
}

.zhara-footer-5-t-bdr {
  border-top: 1px solid var(--zhara-gray-2);
}

.zhara-footer-6-ptb {
  margin-top: -2px;
}

.zhara-footer-8-ptb {
  margin-top: -290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-footer-8-ptb {
    margin-top: -300px;
  }
}
@media (max-width: 767px) {
  .zhara-footer-8-ptb {
    margin-top: -360px;
  }
}
.zhara-footer-8-border {
  border-top: 1px solid rgba(248, 249, 250, 0.2);
}
.zhara-footer-8-menu ul li {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: var(--zhara-common-white);
  font-family: var(--zhara-common-white);
}
.zhara-footer-8-menu ul li:not(:last-of-type) {
  margin-right: 20px;
}
.zhara-footer-8-menu ul li:hover a {
  color: var(--zhara-theme-primary);
}
.zhara-footer-8-social a {
  display: inline-block;
  color: var(--zhara-common-white);
}
.zhara-footer-8-social a:not(:last-of-type) {
  margin-right: 20px;
}
.zhara-footer-8-social a:hover {
  transform: translateY(-4px);
  color: var(--zhara-theme-primary);
}
.zhara-footer-8-info a {
  font-size: 16px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-footer-8-info a:not(:last-of-type) {
  margin-right: 20px;
}
.zhara-footer-8-info a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-footer-8-info a svg {
  margin-right: 4px;
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.zhara-hero-hight {
  height: 92vh;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .zhara-hero-hight {
    height: 600px;
  }
}
.zhara-hero-heading p {
  font-size: 18px;
  margin-bottom: 22px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-hero-heading p br {
    display: none;
  }
}
.zhara-hero-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-interlayfair);
}
@media (max-width: 767px) {
  .zhara-hero-title {
    font-size: 42px;
  }
}

.zhara-hero-2-item {
  height: 90vh;
  position: relative;
  padding-top: 250px;
  padding-bottom: 240px;
}
@media (max-width: 767px) {
  .zhara-hero-2-item {
    height: 60vh;
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
.zhara-hero-2-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition:
    transform 6000ms ease,
    opacity 1000ms ease-in,
    -webkit-transform 6000ms ease;
}
.zhara-hero-2-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: transparent; */
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.zhara-hero-2-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zhara-hero-2-heading p {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-hero-2-heading p {
    font-size: 17px;
  }
}
.zhara-hero-2-heading p.fs-18 {
  font-size: 18px;
  margin-bottom: 18px;
}
.zhara-hero-2-title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-2-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-2-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-hero-2-title {
    font-size: 45px;
  }
}
.zhara-hero-2-search-box {
  display: flex;
  align-items: center;
  border-radius: 40px;
  position: relative;
  padding: 12px 10px 12px 20px;
  justify-content: space-between;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-1);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
.zhara-hero-2-search-box .zhara-hero-2-search-input {
  flex: 1;
  min-width: 0;
}
.zhara-hero-2-search-box .zhara-hero-2-search-btn {
  flex-shrink: 0;
}
.zhara-hero-2-search-input input {
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
  border-color: transparent;
  background-color: transparent;
  flex: 1;
  width: 100%;
  min-width: 0;
}
.zhara-hero-2-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #555555;
}
.zhara-hero-2-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #555555;
}
.zhara-hero-2-search-input input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 16px;
  color: #555555;
}
.zhara-hero-2-search-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 16px;
  color: #555555;
}
.zhara-hero-2-search-input input::placeholder {
  /* MODERN BROWSER */
  font-size: 16px;
  color: #555555;
}
.zhara-hero-2-search-input input:focus {
  border-color: transparent;
}
.zhara-hero-2-search-input.date {
  padding-left: 20px;
  border-left: 1px solid var(--zhara-gray-1);
}
.zhara-hero-2-search-input.date .datepicker {
  top: 55px;
  right: -90px;
}
@media (max-width: 767px) {
  .zhara-hero-2-search-input.date .datepicker {
    right: 0;
  }
}
.zhara-hero-2-search-btn button {
  height: 42px;
  width: 42px;
  text-align: center;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-hero-2-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zhara-hero-2-fraction-wrap {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: -60px;
  width: 210px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-2-fraction-wrap {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-2-fraction-wrap {
    display: none;
  }
}
.zhara-hero-2-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.zhara-hero-2-fraction-wrap
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
.zhara-hero-2-fraction-wrap
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.zhara-hero-2-fraction-wrap
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  margin: 0 30px;
  text-align: center;
  background: var(--zhara-common-white);
}
.zhara-hero-2-fraction-wrap
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  top: -1px;
  height: 3px;
  background: var(--zhara-common-white);
}
.zhara-hero-2-fraction-wrap .swiper-horizontal > .swiper-pagination-bullets,
.zhara-hero-2-fraction-wrap
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.zhara-hero-2-fraction-wrap .swiper-pagination-custom,
.zhara-hero-2-fraction-wrap .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: auto;
}
.zhara-hero-2-fraction-wrap .swiper-pagination-fraction span {
  position: absolute;
  top: -10px;
  right: -50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--zhara-common-white);
}
.zhara-hero-2-fraction-wrap .swiper-pagination-fraction span.current {
  right: auto;
  left: 10px;
}

.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-title,
.zhara-hero-2-active .swiper-slide-active .zhara-hero-8-subtitle,
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-heading p,
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-search-wrap,
.zhara-hero-2-active .swiper-slide-active .zhara-hero-3-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.zhara-hero-2-search-wrap {
  width: 424px;
}

.zhara-hero-2-active .swiper-slide-active .zhara-hero-8-subtitle {
  animation-delay: 0.6s;
  animation-duration: 0.4s;
}
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-title {
  animation-delay: 0.7s;
  animation-duration: 0.5s;
}
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-heading p {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
}
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-search-wrap,
.zhara-hero-2-active .swiper-slide-active .zhara-hero-3-btn {
  animation-delay: 1s;
  animation-duration: 0.9s;
}
.zhara-hero-2-active .swiper-slide-active .zhara-hero-2-bg {
  transform: scale(1.1);
}

.zhara-hero-3-wrapper .zhara-hero-2-fraction-wrap {
  right: 50px;
  left: auto;
  bottom: 300px;
  width: 90px;
  writing-mode: sideways-lr;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .zhara-hero-3-wrapper .zhara-hero-2-fraction-wrap {
    right: 10px;
    bottom: 350px;
  }
}
.zhara-hero-3-wrapper .zhara-hero-2-fraction-wrap .swiper-pagination-progress {
  margin: 5px 30px;
}
.zhara-hero-3-wrapper
  .zhara-hero-2-fraction-wrap
  .swiper-pagination-fraction
  span {
  right: -58px;
}
.zhara-hero-3-wrapper
  .zhara-hero-2-fraction-wrap
  .swiper-pagination-fraction
  span.current {
  top: -8px;
  left: 5px;
}
.zhara-hero-3-banner {
  position: absolute;
  top: 105px;
  right: 120px;
  z-index: 2;
  transform-origin: top center;
  animation: swing 10s ease-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-3-banner {
    right: 60px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-3-banner {
    display: none;
  }
}
.zhara-hero-3-bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.zhara-hero-3-bottom-shape img {
  width: 100%;
}
.zhara-hero-3-item {
  padding-top: 340px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-3-item {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-3-item {
    padding-top: 250px;
  }
}
.zhara-hero-3-item.zhara-hero-hight {
  height: 100vh;
}
.zhara-hero-3-item .zhara-hero-2-bg {
  background-position: bottom center;
}

.zhara-hero-4-ptb {
  background-position-y: -40px;
}
@media (max-width: 767px) {
  .zhara-hero-4-ptb {
    padding-top: 140px;
  }
}
.zhara-hero-4-thumb {
  transform: translateY(100px) scale(0.9);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-4-thumb {
    transform: translateY(20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-4-thumb {
    transform: translateY(50px);
  }
}
.zhara-hero-4-thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-4-heading {
    padding-top: 0;
  }
}
.zhara-hero-4-heading .zhara-hero-2-title {
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-4-heading .zhara-hero-2-title {
    font-size: 50px;
  }
}
.zhara-hero-4-heading p {
  font-size: 28px;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-4-heading p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-4-heading p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-5-ptb {
    padding-top: 150px;
  }
}
.zhara-hero-5-bg {
  height: 100vh;
}
@media (max-width: 767px) {
  .zhara-hero-5-bg {
    height: inherit;
  }
}
.zhara-hero-5-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-hero-5-shape {
  position: absolute;
  bottom: -25%;
  right: 0;
}
@media (max-width: 767px) {
  .zhara-hero-5-shape {
    display: none;
  }
}
.zhara-hero-5-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 20px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-5-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-5-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-hero-5-title {
    font-size: 40px;
  }
}
.zhara-hero-5-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zhara-hero-5-heading p {
  font-size: 20px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-hero-5-heading p {
    font-size: 18px;
  }
}
.zhara-hero-5-item {
  gap: 24px;
  display: flex;
}
.zhara-hero-5-item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-hero-5-item-content p {
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-5-item-content p br {
    display: none;
  }
}

.zhara-hero-6-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-hero-6-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.zhara-hero-6-shape img {
  width: 100%;
}
.zhara-hero-6-heading {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  transform: translateY(-50%);
}
.zhara-hero-6-heading p {
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-6-heading p {
    font-size: 16px;
  }
}
.zhara-hero-6-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-6-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-6-title {
    font-size: 45px;
  }
}
.zhara-hero-6-video-wrapper {
  width: 100%;
  height: 850px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-hero-6-video-wrapper {
    height: 730px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-6-video-wrapper {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-6-video-wrapper {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-6-video-wrapper {
    height: 500px;
  }
}
.zhara-hero-6-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-7-ptb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-7-heading {
    margin-bottom: 60px;
  }
}
.zhara-hero-7-thumb-wrap {
  border-radius: 250px;
}
.zhara-hero-7-thumb-wrap img {
  border-radius: 250px;
}
.zhara-hero-7-thumb-wrap::before {
  position: absolute;
  content: "";
  top: -16px;
  left: 50%;
  width: 2px;
  z-index: 0;
  height: 130px;
  transform: translateX(-50%);
  background-color: var(--zhara-theme-primary);
}
.zhara-hero-7-thumb-wrap::after {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 50%;
  width: 2px;
  z-index: 0;
  height: 130px;
  transform: translateX(-50%);
  background-color: var(--zhara-theme-primary);
}
.zhara-hero-7-input-box {
  top: 50%;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-7-input-box {
    padding: 0 30px;
  }
}

.zhara-hero-8-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-hero-8-wrapper .hero-style-8 {
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 85px;
}
.zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-title {
  font-size: 80px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-title {
    font-size: 60px;
  }
}
.zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-heading p {
  margin-bottom: 22px;
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-heading p br {
    display: none;
  }
}
.zhara-hero-8-wrapper .hero-style-8 .zhara-hero-2-bg::before {
  content: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-9-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-9-ptb {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-9-ptb {
    padding-bottom: 100px;
  }
}
.zhara-hero-9-hight {
  height: 100vh;
}
@media (max-width: 767px) {
  .zhara-hero-9-hight {
    height: inherit;
  }
}
@media (max-width: 767px) {
  .zhara-hero-9-heading {
    margin-top: 50px;
  }
}
.zhara-hero-9-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.07;
  margin-bottom: 15px;
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-hero-9-title {
    font-size: 45px;
  }
}
.zhara-hero-9-mask-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 8% 50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-hero-9-mask-thumb {
    right: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-hero-9-mask-thumb {
    right: -16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-9-mask-thumb {
    right: -30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-9-mask-thumb {
    right: -50%;
  }
}
@media (max-width: 767px) {
  .zhara-hero-9-mask-thumb {
    clip-path: none;
    width: 100%;
  }
}
.zhara-hero-9-mask-thumb img {
  height: 100%;
}
@media (max-width: 767px) {
  .zhara-hero-9-mask-thumb img {
    width: 100%;
  }
}
.zhara-hero-9-thumb {
  transform: translateX(-120px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-9-thumb {
    transform: translateX(-160px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-9-thumb {
    transform: translateX(-215px);
  }
}
@media (max-width: 767px) {
  .zhara-hero-9-thumb {
    display: none;
  }
}
.zhara-hero-9-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-hero-9-thumb img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-hero-9-thumb img {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-9-thumb img {
    transform: scale(0.5);
  }
}
.zhara-hero-9-btn-wrap .zhara-guide-2-btn-box .zhara-btn-tel {
  padding: 6px 20px;
  border-radius: 30px;
  border: 1px solid var(--zhara-common-black);
}
.zhara-hero-9-btn-wrap .zhara-guide-2-btn-box .zhara-btn-tel:hover {
  border-color: var(--zhara-theme-primary);
}

.zhara-hero-10-ptb {
  padding-top: 250px;
  padding-bottom: 240px;
}

.zhara-hero-11-item {
  height: 700px;
}
.zhara-hero-11-input-box {
  top: 180px;
  left: 240px;
  width: 400px;
  padding: 24px;
  z-index: 2;
  position: absolute;
  border-radius: 16px;
  background-color: var(--zhara-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-hero-11-input-box {
    left: 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-hero-11-input-box {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .zhara-hero-11-input-box {
    left: 20px;
    width: 350px;
  }
}
.zhara-hero-11-input-title {
  font-size: 28px;
}
.zhara-hero-11-input-wrapper .datepicker {
  top: 60px;
}
.zhara-hero-11-input-search {
  gap: 8px;
  padding: 6px 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.zhara-hero-11-input-search-wrap {
  width: 100%;
}
.zhara-hero-11-input-search-wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-hero-11-input-search-wrap input {
  border: none;
  height: 24px;
  padding-left: 0px;
  padding-right: 0;
  background-color: transparent;
}
.zhara-hero-11-input-search-wrap input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}

.zhara-hero-12-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(17, 17, 17, 0.3);
}

.trip-search-form {
  position: relative;
}
.trip-search-form .field-location__result {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  z-index: 9;
  transition: top 0.3s ease;
}
.trip-search-form .field-location__result.active {
  top: calc(100% + 0.75rem);
}
.trip-search-form .field-location__result .near-me {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--zhara-gray-2);
}
.trip-search-form .field-location__result .near-me .near-me__icon {
  width: 18px;
}
.trip-search-form .field-location__result .location-list {
  max-height: 300px;
  padding: 14px 16px;
  overflow-y: auto;
  text-align: start;
}
.trip-search-form .field-location__result .location-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  row-gap: 12px;
  flex-direction: column;
  list-style: none;
}
.trip-search-form .field-location__result .location-list ul > li .country {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trip-search-form
  .field-location__result
  .location-list
  ul
  > li
  .country:hover {
  color: var(--zhara-theme-primary);
}
.trip-search-form .field-location__result .location-list ul > li ul {
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.trip-search-form .field-location__result .location-list ul > li ul li {
  position: relative;
  font-weight: normal;
  font-size: 16px;
}
.trip-search-form .field-location__result .location-list ul > li ul li .city {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trip-search-form
  .field-location__result
  .location-list
  ul
  > li
  ul
  li
  .city:hover {
  color: var(--zhara-theme-primary);
}
.trip-search-form .field-location__result .location-list ul > li ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  width: 12px;
  height: 1px;
  background: #ddd;
}

/*----------------------------------------*/
/*  7.2 guide css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-heading {
    margin-bottom: 0px;
  }
}
.zhara-guide-item {
  border-radius: 16px;
  padding: 16px 16px 37px;
  background: rgba(234, 225, 210, 0.2);
}
.zhara-guide-item-icon {
  display: inline-grid;
  height: 60px;
  width: 60px;
  place-content: center;
  border-radius: 50%;
  background-color: var(--zhara-common-white);
}
.zhara-guide-item-content p {
  margin: 0;
  color: var(--zhara-common-black);
}
.zhara-guide-item-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-guide-item-title {
    font-size: 35px;
  }
}
.zhara-guide-item-title i {
  font-style: normal;
}
.zhara-guide-item-thumb {
  height: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-item-thumb {
    width: 100%;
  }
}
.zhara-guide-item-thumb img {
  height: 100%;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-item-thumb img {
    width: 100%;
  }
}
.zhara-guide-item-text span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--zhara-ff-inter);
}
.zhara-guide-item-text p {
  margin-bottom: 10px;
}
.zhara-guide-item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 25px 40px 25px 15px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-item-wrap {
    padding: 25px 0px 35px 15px;
  }
}
.zhara-guide-item-shape {
  position: absolute;
  bottom: 8%;
  right: 3%;
}
@media (max-width: 767px) {
  .zhara-guide-item-shape {
    right: -4%;
    bottom: 12%;
  }
}
.zhara-guide-item-shape-main {
  width: 102px;
  display: inline-block;
}
.zhara-guide-item-shape-ani {
  position: absolute;
  top: -30px;
  left: -27px;
  animation: rotate2 4s linear infinite;
}
.zhara-guide-item.card-style-2 {
  display: flex;
  max-height: 402px;
  padding: 24px 30px 38px 15px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-item.card-style-2 {
    flex-wrap: wrap;
    max-height: inherit;
  }
}

.zhara-guide-2-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.zhara-guide-2-shape img {
  width: 52%;
}
@media (max-width: 767px) {
  .zhara-guide-2-shape {
    display: none;
  }
}
.zhara-guide-2-wrapper {
  display: flex;
  align-items: center;
  padding-right: 68px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-guide-2-wrapper {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-2-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-guide-2-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .zhara-guide-2-wrapper {
    display: inherit;
  }
}
.zhara-guide-2-roted-text {
  margin-right: 45px;
  padding-top: 60px;
  padding-right: 45px;
  padding-bottom: 60px;
  border-right: 1px solid var(--zhara-gray-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-guide-2-roted-text {
    margin-right: 40px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-guide-2-roted-text {
    margin-right: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .zhara-guide-2-roted-text {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.zhara-guide-2-roted-text p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
  text-transform: uppercase;
  writing-mode: sideways-rl;
  color: var(--zhara-theme-primary);
}
@media (max-width: 767px) {
  .zhara-guide-2-roted-text p {
    margin: 0;
    margin-bottom: 15px;
    writing-mode: inherit;
  }
}
.zhara-guide-2-thumb-wrapper {
  gap: 8px;
  height: 100%;
  div {
    display: flex;
    align-items: center;
    img {
      border-radius: 16px;
    }
  }
}
.zhara-guide-2-thumb-1 {
  border-radius: 16px 0 0 16px;
}
.zhara-guide-2-thumb-1 img {
  border-radius: 16px 0 0 16px;
}
.zhara-guide-2-thumb-2 {
  border-radius: 0 16px 16px 0;
}
.zhara-guide-2-thumb-2 img {
  border-radius: 0 16px 16px 0;
}
.zhara-guide-2-thumb-shape {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-guide-2-thumb-shape {
    transform: scale(0.7) translate(-70%, -68%);
  }
}
.zhara-guide-2-btn-box {
  gap: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-guide-2-btn-box {
    gap: 6px;
  }
}
.zhara-guide-2-btn-box {
  flex-wrap: wrap;
}

.zhara-guide-2-btn-box .zhara-btn-tel {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-guide-2-btn-box .zhara-btn-tel:hover {
  color: var(--zhara-theme-primary);
}
.zhara-telegram-2-btn {
  margin-top: 32px;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid var(--zhara-sky-blue);
  box-shadow: 0px 10px 18.5px 0px #3179cc1a;
}
.zhara-guide-3-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .zhara-guide-3-shape-1 {
    display: none;
  }
}
.zhara-guide-3-thumb-wrapper {
  display: flex;
}
.zhara-guide-3-thumb-wrapper .zhara-guide-item-shape {
  position: absolute;
  bottom: 20%;
  right: auto;
  left: 20%;
  z-index: 2;
}
.zhara-guide-3-thumb-1 {
  height: 100%;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/guide/home-3/thumb-mask-1.png);
  -webkit-mask-image: url(../img/guide/home-3/thumb-mask-1.png);
}
.zhara-guide-3-thumb-2 {
  margin-left: -175px;
  height: 100%;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/guide/home-3/thumb-mask-2.png);
  -webkit-mask-image: url(../img/guide/home-3/thumb-mask-2.png);
}
@media (max-width: 767px) {
  .zhara-guide-3-thumb-2 {
    margin-left: -85px;
  }
}

.zhara-guide-8-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .zhara-guide-8-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .zhara-guide-8-heading-wrap p br {
    display: none;
  }
}
.zhara-guide-8-item {
  padding: 70px 34px;
  border-radius: 16px;
  background-color: #f0f8ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-guide-8-item {
    padding: 45px 35px;
  }
}
@media (max-width: 767px) {
  .zhara-guide-8-item {
    padding: 35px 30px;
  }
}
.zhara-guide-8-item-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--zhara-ff-inter);
}
.zhara-guide-8-item-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.zhara-guide-8-item-shape.top {
  top: 0;
}

/*----------------------------------------*/
/*  7.3 chose css
/*----------------------------------------*/
@media (max-width: 767px) {
  .zhara-chose-ptb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .zhara-chose-shape-box {
    display: none;
  }
}
.zhara-chose-shape-box .shape-1 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-chose-shape-box .shape-1 {
    left: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-chose-shape-box .shape-1 {
    bottom: 20%;
  }
}
.zhara-chose-shape-box .shape-2 {
  position: absolute;
  bottom: 0;
  right: 25%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-chose-shape-box .shape-2 {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-chose-shape-box .shape-2 {
    display: none;
  }
}
.zhara-chose-item {
  padding-left: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-chose-item {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-item {
    padding-left: 0px;
  }
}
.zhara-chose-item-title {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-item p br {
    display: none;
  }
}
.zhara-chose-item.chose-style-2 .zhara-chose-item-icon {
  max-height: 50px;
  min-width: 52px;
}
.zhara-chose-roted-text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
  writing-mode: vertical-rl;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-interlayfair);
  background-color: var(--zhara-common-white);
  transform: rotate(180deg) translate(0px, -70px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-roted-text {
    margin-bottom: 30px;
    writing-mode: inherit;
    transform: rotate(0) translate(0, 0);
  }
}
.zhara-chose-roted-text::before {
  content: "";
  height: 52px;
  width: 1px;
  bottom: -60px;
  right: 13px;
  z-index: -1;
  position: absolute;
  background-color: var(--zhara-common-black);
}
.zhara-chose-roted-text::after {
  content: "";
  height: 52px;
  width: 1px;
  top: -60px;
  right: 13px;
  z-index: -1;
  position: absolute;
  background-color: var(--zhara-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-roted-text::after,
  .zhara-chose-roted-text::before {
    content: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-heading {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-community-ptb {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-community-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.zhara-community-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.zhara-community-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.zhara-community-heading .zhara-section-title {
  color: var(--zhara-common-white);
}
.zhara-community-heading .zhara-section-title span {
  position: absolute;
  bottom: -20px;
  left: 40%;
}
@media (max-width: 767px) {
  .zhara-community-heading .zhara-section-title span {
    display: none;
  }
}
.zhara-community-heading p {
  margin-bottom: 22px;
  color: var(--zhara-common-white);
}
.zhara-community-input-icon {
  position: absolute;
  top: 16px;
  left: 25px;
}
.zhara-community-input input {
  height: 60px;
  font-size: 16px;
  padding-left: 55px;
  padding-right: 55px;
  border-radius: 50px;
  border-color: transparent;
  background: var(--zhara-common-white);
}
.zhara-community-input input:focus {
  border-color: var(--zhara-theme-primary);
}
.zhara-community-input .zhara-footer-widget-input-btn {
  top: 15px;
}
.zhara-community-3-bg {
  position: relative;
}
.zhara-community-3-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(17, 17, 17, 0.3);
}
.zhara-community-3-bg-shape .shape-1 {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-community-3-bg-shape .shape-1 {
    top: -7px;
  }
}
.zhara-community-3-bg-shape .shape-1 img {
  width: 100%;
}
.zhara-community-3-bg-shape .shape-2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-community-3-bg-shape .shape-2 {
    bottom: -5px;
  }
}
.zhara-community-3-bg-shape .shape-2 img {
  width: 100%;
}

.zhara-chose-3-heading {
  padding: 20px 0 8px;
  padding-left: 25px;
  border-left: 4px solid var(--zhara-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-3-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-chose-3-heading .zhara-section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .zhara-chose-3-heading .zhara-section-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-3-item {
    padding-left: 0;
  }
}

.zhara-chose-9-item:hover .zhara-chose-9-item-thumb img {
  transform: scale(1.1);
}
.zhara-chose-9-item-thumb {
  position: relative;
  overflow: hidden;
}
.zhara-chose-9-item-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.zhara-chose-9-item-thumb img {
  width: 100%;
  height: 100%;
  height: 405px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-chose-9-item-thumb img {
    height: 380px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-chose-9-item-thumb img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .zhara-chose-9-item-thumb img {
    height: 300px;
  }
}
.zhara-chose-9-item-content {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
.zhara-chose-9-item-title {
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-chose-9-item-title {
    font-size: 20px;
  }
}

.zhara-chose-12-shape {
  position: absolute;
  top: 10%;
  right: 17%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-chose-12-shape {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-chose-12-shape {
    right: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-chose-12-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.4 offer css
/*----------------------------------------*/
.zhara-offer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.zhara-offer-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/offer/offer-masking.png);
  -webkit-mask-image: url(../img/offer/offer-masking.png);
}
.zhara-offer-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-heading {
    padding-top: 0;
  }
}
.zhara-offer-item {
  gap: 10px;
  display: flex;
}
.zhara-offer-item-title {
  font-size: 20px;
  line-height: 1;
}
.zhara-offer-item-content p {
  margin: 0;
}
.zhara-offer-btn-box .zhara-btn-primary {
  padding: 7px 21px 8px;
}

.zhara-offer-6-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.zhara-offer-6-thumb img {
  border-radius: 300px 0 0 300px;
}
.zhara-offer-6-heading p {
  font-size: 18px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-6-heading p br {
    display: none;
  }
}
.zhara-offer-6-list .zhara-still-list ul li {
  font-size: 20px;
}

.zhara-offer-8-ptb {
  padding-top: 230px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-8-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.zhara-offer-8-bg-color {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 600px;
  background: #f0f8ff;
  display: inline-block;
  max-width: 60%;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-offer-8-bg-color {
    bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-8-bg-color {
    display: none;
  }
}
.zhara-offer-8-thumb {
  left: 0;
  top: 120px;
  width: 100%;
  height: 566px;
  position: absolute;
  max-width: 46%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-offer-8-thumb {
    top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-8-thumb {
    top: 0;
    height: auto;
    max-width: 100%;
    position: inherit;
    margin-bottom: 40px;
  }
}
.zhara-offer-8-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-offer-8-thumb img {
    height: auto;
    border-radius: 16px;
  }
}
.zhara-offer-8-item-wrapper .zhara-offer-8-item:not(:last-of-type) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-offer-8-item-title {
  font-size: 20px;
  font-family: var(--zhara-ff-inter);
}
.zhara-offer-8-item p {
  margin: 0;
}

.zhara-trand-item:hover .zhara-trand-item-thumb img {
  transform: scale(1.2);
}
.zhara-trand-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.zhara-trand-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-trand-item-title {
  font-size: 18px;
  font-weight: 400;
}
.zhara-trand-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-trand-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-trand-6-ptb {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .zhara-trand-6-heading {
    margin-bottom: 40px;
  }
}
.zhara-trand-6-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-trand-6-heading p br {
    display: none;
  }
}
.zhara-trand-6-item {
  border-radius: 200px 200px 16px 16px;
  background: rgba(242, 247, 248, 0.7);
}
.zhara-trand-6-item:hover .zhara-trand-6-item-thumb img {
  transform: scale(1.1);
}
.zhara-trand-6-item-thumb {
  overflow: hidden;
  border-radius: 200px 200px 0 0;
}
.zhara-trand-6-item-thumb img {
  width: 100%;
  border-radius: 200px 200px 0 0;
  transition: all 0.5s ease-in-out;
}
.zhara-trand-6-item-icon {
  z-index: 2;
  position: relative;
}
.zhara-trand-6-item-icon span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
.zhara-trand-6-item-title {
  font-weight: 400;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}
.zhara-trand-6-item-content {
  padding: 30px;
  margin-top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-trand-6-item-content {
    padding: 30px 8px;
  }
}
@media (max-width: 767px) {
  .zhara-trand-7-heading p br {
    display: none;
  }
}
.zhara-trand-7-item {
  position: relative;
}
.zhara-trand-7-item:hover .zhara-trand-7-item-thumb img {
  transform: scale(1.1);
}
.zhara-trand-7-item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 160px;
}
.zhara-trand-7-item-thumb::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  border-radius: 160px;
  background: rgba(17, 17, 17, 0.3);
}
.zhara-trand-7-item-thumb img {
  width: 100%;
  border-radius: 160px;
  transition: all 0.5s ease-in-out;
}
.zhara-trand-7-item-content {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
.zhara-trand-7-item-content span {
  font-size: 16px;
  display: inline-block;
  color: var(--zhara-common-white);
}
.zhara-trand-7-item-title {
  font-size: 20px;
  color: var(--zhara-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-ptb {
    margin-bottom: 80px;
  }
}
.zhara-discount-bg::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -65px;
  border-radius: 16px;
  width: 60%;
  height: calc(100% - 120px);
  background-color: #f0f8ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-bg::before {
    content: none;
  }
}
.zhara-discount-shape-1 {
  position: absolute;
  top: 0;
  left: 12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-shape-1 {
    display: none;
  }
}
.zhara-discount-shape-p {
  position: absolute;
  top: -68px;
  left: 38%;
  transform-origin: top center;
  animation: swing 10s ease-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-shape-p {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-heading p br {
    display: none;
  }
}
.zhara-discount-wrap {
  padding-right: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-discount-wrap {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-wrap {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .zhara-discount-wrap p br {
    display: none;
  }
}
.zhara-discount-offer {
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .zhara-discount-offer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.zhara-discount-offer-item span {
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  font-family: var(--zhara-ff-inter);
  color: var(--zhara-common-black);
}
.zhara-discount-offer-item span svg {
  margin-right: 6px;
}
.zhara-discount-offer-item span i {
  margin: 0;
  margin-left: 6px;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}
.zhara-discount-offer-price p span {
  margin: 0 4px;
  font-size: 24px;
  color: var(--zhara-common-black);
}
.zhara-discount-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.zhara-discount-item-thumb:hover img {
  transform: scale(1.1);
}
.zhara-discount-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-discount-item-thumb::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-discount-item-subtitle {
  font-size: 16px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-discount-item-title {
  font-size: 20px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-discount-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-discount-item-content {
  position: absolute;
  left: 18px;
  right: 20px;
  bottom: 30px;
  z-index: 1;
}
.zhara-discount-item-content p {
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-discount-item-content p br {
    display: none;
  }
}
.zhara-discount-slider-wrapper {
  position: relative;
  margin-right: -360px;
}
@media (max-width: 767px) {
  .zhara-discount-slider-wrapper {
    margin-right: 0;
  }
}
.zhara-discount-slider-wrapper .zhara-destination-arrows {
  position: absolute;
  top: 50%;
  right: 14%;
  z-index: 5;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .zhara-discount-slider-wrapper .zhara-destination-arrows {
    display: none;
  }
}
.zhara-discount-slider-wrapper .zhara-destination-arrows button {
  border-color: var(--zhara-gray-2);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .zhara-discount-bottom {
    flex-wrap: wrap;
  }
}

.zhara-add-10-item {
  gap: 40px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-add-10-item {
    gap: 20px;
  }
}
.zhara-add-10-item:hover .zhara-add-10-item-thumb img {
  transform: scale(1.1);
}
.zhara-add-10-item-thumb {
  overflow: hidden;
  border-radius: 16px 0px 0 16px;
}
@media (max-width: 767px) {
  .zhara-add-10-item-thumb {
    border-radius: 20px;
  }
}
.zhara-add-10-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 16px 0px 0 16px;
}
.zhara-add-10-item-thumb .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .zhara-add-10-item-thumb .shape-right {
    display: none;
  }
}
.zhara-add-10-item-sub {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--zhara-common-white);
}
.zhara-add-10-item-title {
  font-size: 36px;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-add-10-item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .zhara-add-10-item-title br {
    display: none;
  }
}
.zhara-add-10-item-price {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  align-items: center;
  color: var(--zhara-common-white);
}
.zhara-add-10-item-price i {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-style: normal;
  transform: translateY(-3px);
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-add-10-item-price i {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .zhara-add-10-item-content {
    padding: 30px;
  }
}

/*----------------------------------------*/
/*  7.5 text slider css
/*----------------------------------------*/
.zhara-text-slider-item {
  display: flex;
  gap: 15px;
}
.zhara-text-slider-item span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-brown);
  font-family: var(--zhara-ff-interlayfair);
}
.zhara-text-slider-bg-wrapper {
  z-index: 0;
  position: relative;
  transform: translateY(-30px);
}
.zhara-text-slider-bg-item span {
  font-size: 100px;
  font-weight: 700;
  color: #f9f6f3;
  font-family: var(--zhara-ff-inter);
}

.zhara-text-2-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 0;
  transform: rotate(-1deg);
  background-color: var(--zhara-common-black);
}
.zhara-text-2-slider-wrapper {
  position: relative;
  padding: 17px 0;
  z-index: 1;
}
.zhara-text-2-slider-item span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  color: var(--zhara-common-white);
}

.zhara-text-marquee-wrapper .zhara-marquee {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: rgba(234, 225, 210, 0.2);
}
.zhara-text-marquee-wrapper .zhara-marquee-inner {
  display: flex;
  gap: 38px;
  white-space: nowrap;
  will-change: transform;
}
.zhara-text-marquee-wrapper .zhara-marquee-item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  color: var(--zhara-common-brown);
  font-family: var(--zhara-ff-interlayfair);
}
.zhara-text-marquee-wrapper .zhara-marquee-item::after {
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  right: -22px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--zhara-common-brown);
}

/*----------------------------------------*/
/*  7.6 video css
/*----------------------------------------*/
.zhara-video-heading .zhara-section-title {
  margin-bottom: 10px;
  color: var(--zhara-common-white);
}
.zhara-video-heading p {
  margin-bottom: 25px;
  color: var(--zhara-common-white);
}
.zhara-video-popup span {
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-theme-primary);
  background-color: var(--zhara-common-white);
}
.zhara-video-popup span svg {
  transform: translateX(2px);
}
.zhara-video-popup span:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-video-wrapper {
  width: 100%;
  height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-video-wrapper {
    height: 600px;
  }
}
.zhara-video-wrapper::before {
  content: "";
  background-image: url("../img/video/video-frame.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .zhara-video-wrapper::before {
    display: none;
  }
}
.zhara-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.zhara-video-wrapper img {
  width: 100%;
}
.zhara-video-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
  transform: translate(0%, -50%);
}

.zhara-video-8-shapes .shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .zhara-video-8-shapes .shape-1 {
    display: none;
  }
}
.zhara-video-8-shapes .shape-2 {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 2;
}
.zhara-video-8-shapes .shape-3 {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 2;
}
.zhara-video-8-wrapper {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.zhara-video-8-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.zhara-video-8-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-video-8-heading .zhara-section-title {
  font-size: 56px;
  margin-bottom: 15px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-video-8-heading .zhara-section-title {
    font-size: 40px;
  }
}

.zhara-error-wrapper .zhara-btn-primary span {
  margin-left: 4px;
  transform: translateY(0);
}

/*----------------------------------------*/
/*  7.7 testimonial css
/*----------------------------------------*/
.zhara-testimonial-shape {
  position: absolute;
  bottom: 7%;
  right: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-shape {
    right: 2%;
    bottom: 2%;
  }
}
.zhara-testimonial-thumb-wrap img {
  z-index: 1;
  position: relative;
  border: 18px solid var(--zhara-common-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-thumb-wrap img {
    width: 100%;
  }
}
.zhara-testimonial-thumb-wrap .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: 40vh;
  min-height: 392px;
  display: inline-block;
  transform: rotate(-8.489deg);
  background: var(--zhara-common-white);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-testimonial-thumb-wrap .bg-shape {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .zhara-testimonial-thumb-wrap .bg-shape {
    display: none;
  }
}
.zhara-testimonial-item-content {
  margin-bottom: 28px;
}
.zhara-testimonial-item-content p {
  font-size: 18px;
}
.zhara-testimonial-item-user {
  gap: 12px;
}
.zhara-testimonial-item-user-thumb img {
  width: 50px;
  border-radius: 50%;
}
.zhara-testimonial-item-user-content h4 {
  font-size: 18px;
  margin: 0;
}
.zhara-testimonial-item-user-content p {
  margin: 0;
}
.zhara-testimonial-arrows {
  gap: 12px;
}
.zhara-testimonial-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
}
.zhara-testimonial-arrows button span {
  display: inline-block;
  transform: translate(-1px, -1px);
}
.zhara-testimonial-arrows button:hover {
  color: #999999;
}
.zhara-testimonial-fraction .zhara-hero-2-fraction-wrap {
  bottom: 0;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
}
.zhara-testimonial-fraction
  .zhara-hero-2-fraction-wrap
  .swiper-pagination-progress {
  height: 5px;
  width: 100px;
  left: 55px;
  bottom: 12px;
  margin: 0 0px;
  border-radius: 10px;
  background: var(--zhara-gray-2);
}
.zhara-testimonial-fraction
  .zhara-hero-2-fraction-wrap
  .swiper-pagination-progress
  .swiper-pagination-progressbar-fill {
  height: 5px;
  border-radius: 10px;
  background: var(--zhara-theme-primary);
}
.zhara-testimonial-fraction
  .zhara-hero-2-fraction-wrap
  .swiper-pagination-fraction {
  display: none;
}
.zhara-testimonial-fraction .zhara-testimonial-prev,
.zhara-testimonial-fraction .zhara-testimonial-next {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--zhara-common-black);
  background-color: var(--zhara-common-white);
  border: 1px solid rgba(238, 238, 238, 0.9);
}
.zhara-testimonial-fraction .zhara-testimonial-prev span,
.zhara-testimonial-fraction .zhara-testimonial-next span {
  display: inline-block;
  transform: translate(-1px, -1px);
}

.zhara-testimonial-2-shape {
  position: absolute;
  right: 22%;
  top: 12%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-2-shape {
    display: none;
  }
}
.zhara-testimonial-2-item {
  position: relative;
  border-radius: 16px;
  padding: 20px 35px 24px 24px;
  background: var(--zhara-common-white);
}
.zhara-testimonial-2-item-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.zhara-testimonial-2-item-quote {
  position: absolute;
  top: 0;
  right: 28px;
}
.zhara-testimonial-2-item-content p {
  font-size: 18px;
  font-family: var(--zhara-ff-inter);
}
.zhara-testimonial-2-item-user {
  gap: 16px;
  align-items: center;
}
.zhara-testimonial-2-item-user-thumb img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.zhara-testimonial-2-item-user-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: var(--zhara-ff-inter);
}
.zhara-testimonial-2-item-user-content span {
  font-size: 16px;
  display: inline-block;
}
.zhara-testimonial-2-item.tes-style-5 {
  padding-right: 100px;
  background-color: transparent;
  border-right: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-testimonial-2-item.tes-style-5 {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-2-item.tes-style-5 {
    padding-right: 35px;
  }
}
.zhara-testimonial-2-item.tes-style-5 .zhara-testimonial-2-item-title {
  font-family: var(--zhara-ff-inter);
}

.zhara-testimonial-3-ptb {
  padding-bottom: 200px;
}
.zhara-testimonial-3-wrapper {
  padding: 0 15px;
}
.zhara-testimonial-3-title {
  font-weight: 400;
}
.zhara-testimonial-3-content p {
  font-size: 22px;
  font-style: italic;
}
.zhara-testimonial-3-user-content {
  margin-bottom: 5px;
  margin-bottom: 16px;
}
.zhara-testimonial-3-user-content h4 {
  font-size: 16px;
  margin-bottom: 1px;
  font-family: var(--zhara-ff-inter);
}
.zhara-testimonial-3-user-content span {
  font-weight: 400;
}
.zhara-testimonial-3-user-thumb img {
  border-radius: 50%;
}

.zhara-testimonial-4-heading p {
  font-size: 18px;
}
.zhara-testimonial-4-heading p span {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-testimonial-4-thumb {
  overflow: hidden;
  border-radius: 18px;
}
.zhara-testimonial-4-thumb:hover img {
  transform: scale(1.2);
}
.zhara-testimonial-4-thumb img {
  width: 100%;
  border-radius: 18px;
  transition: all 0.5s ease-in-out;
}
.zhara-testimonial-4-wrap {
  padding: 25px 20px;
  border-radius: 18px;
  background-color: #fff1f0;
}
.zhara-testimonial-4-wrap-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.zhara-testimonial-4-wrap-content span {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: var(--zhara-common-black);
}
.zhara-testimonial-4-wrap-content span::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--zhara-gray-2);
}
.zhara-testimonial-4-wrap-content p {
  margin: 0;
}

.zhara-testimonial-5-slider-wrapper {
  overflow: hidden;
}
.zhara-testimonial-5-slider-wrapper .zhara-testimonial-5-active {
  margin-right: -2px;
}

@media (max-width: 767px) {
  .zhara-testimonial-6-ptb {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.zhara-testimonial-6-shape .shape-1 {
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-testimonial-6-shape .shape-1 {
    top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-6-shape .shape-1 {
    top: -20px;
  }
}
.zhara-testimonial-6-shape .shape-1 img {
  width: 100%;
}
.zhara-testimonial-6-shape .shape-2 {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-testimonial-6-shape .shape-2 {
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-6-shape .shape-2 {
    bottom: -20px;
  }
}
.zhara-testimonial-6-shape .shape-2 img {
  width: 100%;
}
.zhara-testimonial-6-thumb img {
  border-radius: 16px 100px 16px 16px;
}
.zhara-testimonial-6-brand p span {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-testimonial-6-item p {
  font-size: 20px;
}
.zhara-testimonial-6-item-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.zhara-testimonial-6-item-name {
  display: flex;
  gap: 20px;
}
.zhara-testimonial-6-item-name span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-testimonial-6-item-name span::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--zhara-gray-1);
}
.zhara-testimonial-6-item-name p {
  font-size: 16px;
  margin: 0;
}
.zhara-testimonial-6-item-text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-tour-2-card-price {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.5%;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 32px 0 8px;
}
.zhara-testimonial-6-text {
  top: 0;
  left: -70px;
  font-size: 18px;
  padding: 40px 0px;
  padding-right: 15px;
  font-weight: 500;
  position: absolute;
  writing-mode: sideways-lr;
  text-transform: uppercase;
  color: var(--zhara-theme-primary);
  border-right: 1px solid var(--zhara-gray-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-8-wrapper {
    margin-bottom: 50px;
  }
}
.zhara-testimonial-8-thumb-wrap {
  z-index: 1;
}
.zhara-testimonial-8-thumb-wrap img {
  border-radius: 16px;
}
.zhara-testimonial-8-thumb-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 440px;
  width: 440px;
  content: "";
  z-index: -1;
  border-radius: 16px;
  transform: rotate(-11.47deg);
  background-color: #f0f8ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-8-thumb-wrap::after {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .zhara-testimonial-8-thumb-wrap::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-testimonial-8-thumb-wrap::after {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-9-ptb {
    padding-top: 80px;
  }
}

.zhara-testimonial-10-card {
  width: 400px;
  padding: 100px;
  border-radius: 16px;
  background-color: #e2f3ed;
}
@media (max-width: 767px) {
  .zhara-testimonial-10-card {
    width: 100%;
    padding: 75px;
  }
}
.zhara-testimonial-10-card-content span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-testimonial-10-card-content p i {
  font-style: normal;
  font-weight: 500;
}

.zhara-testimonial-11-wrapper {
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-testimonial-11-card {
  text-align: center;
  border-right: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-testimonial-11-card {
    border: none;
  }
}
@media (max-width: 767px) {
  .zhara-testimonial-11-card {
    border-bottom: 1px solid var(--zhara-gray-2);
  }
}
.zhara-testimonial-11-item {
  padding: 40px 30px;
}
.zhara-testimonial-11-item-title {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .zhara-testimonial-12-ptb {
    padding-bottom: 80px;
  }
}
.zhara-testimonial-12-web {
  gap: 60px;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-testimonial-12-web {
    gap: 35px;
  }
}
.zhara-testimonial-12-web .zhara-testimonial-6-brand:not(:last-of-type) {
  padding-right: 60px;
  border-right: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-testimonial-12-web .zhara-testimonial-6-brand:not(:last-of-type) {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-testimonial-12-heading .zhara-section-title br {
    display: none;
  }
}
.zhara-testimonial-12-item {
  gap: 24px;
  display: flex;
}
.zhara-testimonial-12-item-thumb {
  width: 250px;
  height: 100%;
  border-radius: 16px;
}
.zhara-testimonial-12-item-thumb img {
  border-radius: 16px;
}
.zhara-testimonial-12-item .zhara-testimonial-2-item {
  width: 250px;
  padding: 24px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-testimonial-12-item .zhara-testimonial-2-item-content p {
  font-size: 17px;
}

/*----------------------------------------*/
/*  7.8 destination css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-heading {
    margin-bottom: 0px;
  }
}
.zhara-destination-heading .zhara-section-title {
  margin-bottom: 15px;
}
.zhara-destination-heading p {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-heading p br {
    display: none;
  }
}
.zhara-destination-item:hover .zhara-destination-item-thumb img {
  transform: scale(1.2);
}
.zhara-destination-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.zhara-destination-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-destination-item-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: var(--zhara-ff-inter);
}
.zhara-destination-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-destination-item-count {
  font-size: 16px;
  line-height: 1;
}
.zhara-destination-item-content {
  padding: 24px 0 0;
}
.zhara-destination-item.style-3 {
  position: relative;
}
.zhara-destination-item.style-3 .zhara-destination-item-wrap {
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  align-items: center;
}
.zhara-destination-item.style-3 .zhara-destination-item-thumb {
  position: relative;
}
.zhara-destination-item.style-3 .zhara-destination-item-thumb ::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.zhara-destination-item.style-3 .zhara-destination-item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--zhara-common-white);
}
.zhara-destination-item.style-3 .zhara-destination-item-count {
  color: var(--zhara-common-white);
}
.zhara-destination-item.style-3 .zhara-destination-item-content {
  padding: 0;
}
.zhara-destination-item.style-3 .zhara-destination-3-btn a {
  display: inline-grid;
  place-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--zhara-common-white);
  border: 1px solid var(--zhara-common-white);
}
.zhara-destination-item.style-3 .zhara-destination-3-btn a span {
  display: inline-block;
}
.zhara-destination-item.style-3 .zhara-destination-3-btn a:hover {
  transform: rotate(45deg);
  border-color: transparent;
  background-color: var(--zhara-theme-primary);
}
.zhara-destination-arrows {
  gap: 12px;
}
.zhara-destination-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-gray-2);
  box-shadow: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.05));
}
.zhara-destination-arrows button:hover {
  color: #999999;
}
.zhara-destination-2-slider-wrapper .zhara-destination-item-title {
  font-size: 24px;
  font-weight: 500;
}
.zhara-destination-3-slider-wrapper
  .zhara-tour-2-active
  .swiper-wrapper
  .swiper-slide:nth-child(odd) {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-3-slider-wrapper
    .zhara-tour-2-active
    .swiper-wrapper
    .swiper-slide:nth-child(odd) {
    margin-top: 0;
  }
}
.zhara-destination-3-slider-wrapper
  .zhara-tour-2-active
  .swiper-wrapper
  .swiper-slide:nth-child(odd)
  .zhara-destination-item.style-3 {
  transform: translateY(-20px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-3-slider-wrapper
    .zhara-tour-2-active
    .swiper-wrapper
    .swiper-slide:nth-child(odd)
    .zhara-destination-item.style-3 {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-destination-4-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-4-ptb {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.zhara-destination-4-heading {
  padding-left: 300px;
  padding-right: 130px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-destination-4-heading {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-destination-4-heading {
    padding-left: 50px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-destination-4-heading {
    padding-left: 25px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .zhara-destination-4-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.zhara-destination-4-slider-wrapper::after {
  position: absolute;
  top: -99px;
  right: 8px;
  content: "";
  height: calc(100% + 150px);
  width: calc(100% - 130px);
  background-color: #fff1f0;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-4-slider-wrapper::after {
    content: none;
  }
}
.zhara-destination-4-slider-arrow {
  position: absolute;
  top: -60px;
  z-index: 2;
  right: 40px;
}
.zhara-destination-4-slider-arrow button {
  background-color: var(--zhara-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-7-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .zhara-destination-7-heading {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .zhara-destination-7-heading p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .zhara-destination-7-item {
    margin-bottom: 20px;
  }
}
.zhara-destination-7-item img {
  width: 100%;
  min-height: 390px;
}
.zhara-destination-7-item .rds-1 {
  border-radius: 200px 200px 16px 16px;
}
.zhara-destination-7-item .rds-2 {
  border-radius: 16px 200px 200px 16px;
}
.zhara-destination-7-item .rds-3 {
  border-radius: 266px;
}
.zhara-destination-7-item .rds-4 {
  border-radius: 16px 200px 200px 16px;
}
.zhara-destination-7-item .rds-5 {
  border-radius: 266px;
}
.zhara-destination-7-item .rds-6 {
  border-radius: 200px 16px 16px 200px;
}

@media (max-width: 767px) {
  .zhara-destination-8-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.zhara-destination-8-bg {
  position: relative;
}
.zhara-destination-8-bg::after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.zhara-destination-8-heading p {
  color: var(--zhara-common-white);
}
.zhara-destination-8-item:hover .zhara-destination-8-item-thumb img {
  transform: scale(1.1);
}
.zhara-destination-8-item-thumb {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.zhara-destination-8-item-thumb::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.4) 100%
  );
}
.zhara-destination-8-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-destination-8-item-content {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.zhara-destination-8-item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-destination-8-slider-wrapper {
  margin-right: -300px;
}
@media (max-width: 767px) {
  .zhara-destination-8-slider-wrapper {
    margin-right: 0;
  }
}
.zhara-destination-8-slider-wrapper .zhara-des-dot {
  gap: 10px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-8-slider-wrapper .zhara-des-dot {
    justify-content: start;
  }
}
.zhara-destination-8-slider-wrapper .zhara-des-dot .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: 0.3s;
  background-color: #656868;
}
.zhara-destination-8-slider-wrapper
  .zhara-des-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: var(--zhara-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-9-heading {
    margin: 0;
  }
}
.zhara-destination-9-item {
  gap: 30px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-destination-9-item {
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-destination-9-item {
    gap: 20px;
  }
}
.zhara-destination-9-item:hover .zhara-destination-9-item-thumb img {
  transform: scale(1.1);
}
.zhara-destination-9-item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}
.zhara-destination-9-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 16px 0px 0px 16px;
}
.zhara-destination-9-item-thumb .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
}
.zhara-destination-9-item-content p {
  margin: 0;
}
.zhara-destination-9-item-title {
  font-size: 20px;
  margin-bottom: 4px;
}
.zhara-destination-9-item-title.fs-18 {
  font-size: 18px;
}
.zhara-destination-9-item.style-2 {
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-destination-9-item.style-2 {
    gap: 20px;
  }
}
.zhara-destination-9-item.style-2 .zhara-destination-9-item-thumb {
  border-radius: 50%;
}
.zhara-destination-9-item.style-2 .zhara-destination-9-item-thumb img {
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-11-heading {
    margin-bottom: 0;
  }
}
.zhara-destination-11-wrapper .zhara-trand-7-item-title {
  font-size: 24px;
}
.zhara-destination-11-wrapper .zhara-trand-7-item-thumb {
  border-radius: 16px;
}
.zhara-destination-11-wrapper .zhara-trand-7-item-thumb img {
  border-radius: 16px;
}
.zhara-destination-11-wrapper .zhara-trand-7-item-thumb::after {
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-destination-12-heading {
    margin-bottom: 0;
  }
}

/*----------------------------------------*/
/*  7.9 cta css
/*----------------------------------------*/
.zhara-cta-thumb {
  width: 100%;
}
.zhara-cta-thumb img {
  width: 100%;
}
.zhara-cta-thumb .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-thumb .shape-right {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-heading {
    padding: 50px 30px;
  }
}
.zhara-cta-heading .zhara-section-title {
  margin-bottom: 8px;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-cta-heading .zhara-section-title {
    font-size: 30px;
  }
}
.zhara-cta-heading p {
  color: var(--zhara-common-white);
}

.zhara-counter-wrapper {
  margin-top: -130px;
  padding: 40px 0px;
  border-radius: 16px;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-counter-wrapper .row [class*="col-"]:not(:last-of-type) {
  border-right: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-counter-wrapper .row [class*="col-"]:not(:last-of-type) {
    border: none;
  }
}
.zhara-counter-item-icon {
  margin-bottom: 25px;
}
.zhara-counter-item-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-counter-item-title i {
  font-style: normal;
}
.zhara-counter-item-content p {
  margin-bottom: 0;
}

.zhara-cta-4-shape {
  position: absolute;
  right: 26%;
  bottom: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-cta-4-shape {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-cta-4-shape {
    right: 0;
  }
}
@media (max-width: 767px) {
  .zhara-cta-4-shape {
    display: none;
  }
}
.zhara-cta-4-list ul {
  margin-bottom: 20px;
  display: inline-block;
}
.zhara-cta-4-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  margin-bottom: 10px;
  color: var(--zhara-common-black);
}
.zhara-cta-4-list ul li span {
  margin-right: 5px;
  display: inline-block;
}
.zhara-cta-4-rd {
  display: flex;
}
.zhara-cta-4-rd-item {
  gap: 10px;
}
.zhara-cta-4-rd-item:not(:last-of-type) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #dddddd;
}
.zhara-cta-4-rd-item-content span {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-cta-4-rd-item-content h4 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .zhara-cta-4-rd-item-content h4 {
    font-size: 30px;
  }
}
.zhara-cta-4-dwn-btn span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-cta-4-dwn-btn-box {
  gap: 8px;
  display: flex;
}
.zhara-cta-4-bottom-thumb {
  width: 100%;
}
.zhara-cta-4-bottom-thumb img {
  width: 100%;
}

.zhara-cta-6-ptb {
  height: 700px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-cta-6-ptb {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-cta-6-ptb {
    height: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-cta-6-ptb {
    padding-top: 180px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .zhara-cta-6-ptb {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.zhara-cta-6-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-cta-6-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
  display: inline-block;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-6-subtitle {
    margin-bottom: 20px;
  }
}
.zhara-cta-6-counter-wrapper {
  gap: 42px;
  display: flex;
}
@media (max-width: 767px) {
  .zhara-cta-6-counter-wrapper {
    flex-wrap: wrap;
  }
}
.zhara-cta-6-counter-wrapper .zhara-cta-6-counter-item:not(:last-of-type) {
  padding-right: 42px;
  border-right: 1px solid rgba(217, 217, 217, 0.7);
}
@media (max-width: 767px) {
  .zhara-cta-6-counter-wrapper .zhara-cta-6-counter-item:not(:last-of-type) {
    border: none;
  }
}
.zhara-cta-6-counter-item-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  width: 180px;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-cta-6-counter-item-title {
    font-size: 48px;
  }
}
.zhara-cta-6-counter-item-title i {
  font-style: normal;
}
.zhara-cta-6-counter-item p {
  margin: 0;
  color: var(--zhara-common-white);
}

.zhara-cta-7-border {
  border-bottom: 1px solid var(--zhara-gray-2);
}

.zhara-cta-10-box {
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
}
.zhara-cta-10-title {
  font-size: 34px;
}
@media (max-width: 767px) {
  .zhara-cta-10-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-10-content {
    padding: 30px;
  }
}
.zhara-cta-10-thumb-wrap img {
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-10-thumb-wrap img {
    width: 100%;
    border-radius: 16px;
  }
}
.zhara-cta-10-thumb-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 17.36%,
    #fff 82.64%
  );
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-cta-10-thumb-wrap::after {
    content: none;
  }
}

/*----------------------------------------*/
/*  8.0 team css
/*----------------------------------------*/
.zhara-team-item:hover .zhara-team-item-thumb img {
  transform: scale(1.1);
}
.zhara-team-item:hover .zhara-team-item-social a {
  opacity: 1;
  transform: translateY(0px);
}
.zhara-team-item-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
  border-radius: 16px;
}
.zhara-team-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-team-item-title {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}
.zhara-team-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-team-position {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.5%;
}
.zhara-team-item-social {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: center;
}
.zhara-team-item-social a {
  height: 38px;
  width: 38px;
  opacity: 0;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-grid;
  transition: 0.7s;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  background-color: var(--zhara-common-white);
}
.zhara-team-item-social a .fit {
  transform: translate(1px, 2px);
}
@media (max-width: 767px) {
  .zhara-team-bottom p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  8.1 tour css
/*----------------------------------------*/
.zhara-tour-card {
  z-index: 0;
  /* height: 100%; */
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-tour-card:hover .zhara-tour-card-thumb img {
  transform: scale(1.2);
}
.zhara-tour-card-thumb {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.zhara-tour-card-thumb img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: all 0.5s ease-in-out;
}
.zhara-tour-card-wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}
.zhara-tour-card-wishlist span {
  height: 32px;
  width: 32px;
  cursor: pointer;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  display: inline-grid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-common-black);
  background-color: var(--zhara-common-white);
}
.zhara-tour-card-wishlist span svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-tour-card-wishlist span:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-tour-card-content {
  padding: 0 25px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-tour-card-content {
    padding: 0 20px 25px;
  }
}
.zhara-tour-card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .zhara-tour-card-title {
    font-size: 18px;
  }
}
.zhara-tour-card-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-tour-card-meta {
  margin: 0;
  gap: 5px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  font-family: var(--zhara-ff-inter);
  color: var(--zhara-gray-7);
}
.zhara-tour-card-meta:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--zhara-gray-1);
}
.zhara-tour-card-meta-wrap {
  gap: 20px;
  margin-bottom: 10px;
  display: inline-flex;
}
.zhara-tour-card-price {
  gap: 4px;
  display: flex;
  align-items: center;
}
.zhara-tour-card-price-wrap {
  gap: 25px;
  display: flex;
  align-items: center;
}
.zhara-tour-card-price-prefix {
  font-size: 16px;
  line-height: 1;
}
.zhara-tour-card-price-regular {
  font-size: 24px;
  font-weight: 500;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
@media (max-width: 767px) {
  .zhara-tour-card-price-regular {
    font-size: 22px;
  }
}
.zhara-tour-card-map span {
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #f9f9f9;
}
.zhara-tour-card-map span:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-tour-card-review {
  position: relative;
  line-height: 1;
}
.zhara-tour-card-review::after {
  position: absolute;
  top: -4px;
  right: -14px;
  height: 24px;
  width: 1px;
  content: "";
  background-color: var(--zhara-gray-2);
}
.zhara-tour-card-rating {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}
.zhara-tour-card-rating-count {
  font-size: 16px;
  color: var(--zhara-common-black);
}
.zhara-tour-card-sell {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.zhara-tour-card-sell span {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 13px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.16px;
  background-color: #fc0;
  color: var(--zhara-common-black);
}
.zhara-tour-card-cancel {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.zhara-tour-card-cancel span {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 13px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.16px;
  color: var(--zhara-common-black);
  background-color: var(--zhara-common-white);
}
.zhara-tour-card-offer {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.zhara-tour-card-offer span {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 13px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.16px;
  background-color: #ff252b;
  color: var(--zhara-common-white);
}
.zhara-tour-card-active {
  position: initial;
  height: 100%;
}
.zhara-tour-card-active .slider_pagination {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  text-align: center;
}
.zhara-tour-card-active .slider_pagination .swiper-pagination-bullet {
  transform: scale(0.8);
  background-color: var(--zhara-common-white);
}
.zhara-tour-card-active .slider_pagination .swiper-pagination-bullet-active {
  transform: scale(1.1);
}
.zhara-tour-card.style-3 {
  border: none;
  background-color: var(--zhara-common-white);
}
.zhara-tour-card.style-3:hover .zhara-tour-2-card-thumb img {
  transform: scale(1.1);
}
.zhara-tour-card.style-3 .zhara-tour-2-card-thumb {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.zhara-tour-card.style-3 .zhara-tour-2-card-thumb img {
  border-radius: 16px 16px 0 0;
}
.zhara-tour-card.style-3 .zhara-tour-card-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.zhara-tour-card.style-3 .zhara-tour-card-price {
  display: grid;
}
.zhara-tour-card.style-3 .zhara-tour-card-price-btn .zhara-btn-primary {
  padding: 7px 20px 7px;
}
.zhara-tour-card.style-3 .zhara-tour-card-price-regular {
  font-size: 18px;
  font-weight: 500;
}
.zhara-tour-card.style-3 .zhara-tour-card-price-regular i {
  font-size: 16px;
  font-style: normal;
  color: var(--zhara-text-body);
}
.zhara-tour-card.style-9:hover .zhara-tour-2-card-thumb img {
  transform: scale(1.1);
}
.zhara-tour-2-card-content {
  padding: 25px;
}
@media (max-width: 767px) {
  .zhara-tour-2-card-content {
    padding: 20px;
  }
}
.zhara-tour-card.style-9 .zhara-tour-2-card-title {
  margin-bottom: 12px;
}
.zhara-tour-card.style-9 .zhara-tour-2-card-thumb {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.zhara-tour-card.style-9 .zhara-tour-2-card-thumb img {
  border-radius: 16px 16px 0 0;
}
.zhara-tour-card.style-list {
  display: flex;
  align-items: center;
  padding-right: 24px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-tour-card.style-list {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.tour-filter {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.tour-filter .zhara-tour-list-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .zhara-tour-card.style-list.tour-filter .zhara-tour-list-left {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.tour-filter .zhara-tour-2-card-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.tour-filter .zhara-tour-2-card-content {
    padding: 20px;
  }
}
.zhara-tour-card.style-list .zhara-tour-2-card-thumb {
  max-width: 300px;
  height: auto;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-tour-card.style-list .zhara-tour-2-card-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
}
.zhara-tour-card.style-list .zhara-tour-2-card-thumb img {
  width: 100%;
  border-radius: 16px 0 0 16px;
}
.zhara-tour-card.style-list .zhara-tour-2-card-thumb:hover img {
  transform: scale(1.1);
}
.zhara-tour-card.style-list .zhara-tour-2-card-content {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-tour-card.style-list .zhara-tour-2-card-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-card.style-list.list-filter {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.list-filter {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-list-left {
    gap: 10px;
    display: flex;
    flex-wrap: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-list-right {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-list-right {
    border: none;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-card-bottom p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-2-card-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-card.style-list.list-filter .zhara-tour-2-card-thumb {
    max-width: 300px;
  }
}
.zhara-tour-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}
.zhara-tour-btn:hover {
  color: var(--zhara-theme-primary);
}
.zhara-tour-btn.color-black {
  color: var(--zhara-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-2-heading {
    margin-bottom: 0px;
  }
}
.zhara-tour-2-card {
  height: 100%;
  border-radius: 16px;
  background-color: var(--zhara-common-white);
}
.zhara-tour-2-card:hover .zhara-tour-2-card-thumb img {
  transform: scale(1.1);
}
.zhara-tour-2-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
  color: var(--zhara-common-black);
}
@media (max-width: 767px) {
  .zhara-tour-2-card-title br {
    display: none;
  }
}
.zhara-tour-2-card-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-tour-2-card-more {
  padding-top: 16px;
  padding-bottom: 16px;
}

.zhara-tour-2-card-more a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--zhara-common-black);
}
.zhara-tour-2-card-more a:hover {
  color: var(--zhara-theme-primary);
  span {
    color: var(--zhara-theme-primary);
  }
}
.zhara-tour-2-card-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.zhara-tour-2-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-tour-2-card-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.zhara-tour-2-card-thumb .zhara-tour-card-active .swiper-slide {
  height: auto;
}
.zhara-tour-2-card-content .zhara-tour-card-price-regular {
  font-size: 16px;
  font-weight: 500;
}
.zhara-tour-2-card-review-box {
  gap: 20px;
}
.zhara-tour-2-card-review-box .zhara-tour-card-review::after {
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--zhara-gray-1);
}
.zhara-tour-2-active {
  height: 100%;
}
.zhara-tour-2-active .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zhara-tour-2-active .slider_pagination,
.zhara-destination-2-active .slider_pagination,
.zhara-hotels-3 .slider_pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
}

.zhara-tour-active-3 .slider_pagination {
  padding-top: 20px;
  z-index: 2;
  text-align: center;
}
.zhara-tour-2-active .slider_pagination .swiper-pagination-bullet,
.zhara-destination-2-active .slider_pagination .swiper-pagination-bullet,
.zhara-hotels-3 .slider_pagination .swiper-pagination-bullet,
.zhara-tour-active-3 .slider_pagination .swiper-pagination-bullet {
  transform: scale(1.2);
  background-color: var(--zhara-gray-3);
  opacity: 0.5;
}
.zhara-tour-2-active .slider_pagination .swiper-pagination-bullet-active,
.zhara-destination-2-active .slider_pagination .swiper-pagination-bullet-active,
.zhara-hotels-3 .slider_pagination .swiper-pagination-bullet-active,
.zhara-tour-active-3 .slider_pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
  background-color: var(--zhara-theme-primary);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-tour-3-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .zhara-tour-3-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.zhara-tour-3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #111 0%, rgba(115, 115, 115, 0) 100%);
}
.zhara-tour-3-shape .shape-1 {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .zhara-tour-3-shape .shape-1 {
    top: 0;
  }
}
.zhara-tour-3-shape .shape-1 img {
  width: 100%;
}
.zhara-tour-3-shape .shape-2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .zhara-tour-3-shape .shape-2 {
    bottom: 0;
  }
}
.zhara-tour-3-shape .shape-2 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-3-heading {
    margin-bottom: 0;
  }
}
.zhara-tour-3-heading .zhara-section-title {
  color: var(--zhara-common-white);
}
.zhara-tour-3-right .zhara-destination-arrows button {
  color: var(--zhara-common-white);
}
.zhara-tour-3-right .zhara-destination-arrows button:hover {
  color: var(--zhara-common-black);
  background-color: var(--zhara-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-4-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-4-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-4-heading p br {
    display: none;
  }
}

.zhara-tour-5-heading p {
  font-size: 18px;
}

.zhara-tour-6-item:hover .zhara-tour-6-thumb img {
  transform: scale(1.1);
}
.zhara-tour-6-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.zhara-tour-6-thumb::after {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.zhara-tour-6-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-tour-6-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 15px;
}
.zhara-tour-6-content .zhara-tour-card-title {
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}
.zhara-tour-6-content .zhara-tour-card-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-image:
    linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}
.zhara-tour-6-content .zhara-tour-card-title a:hover {
  color: var(--zhara-common-white);
  background-size:
    0% 1px,
    100% 1px;
}
.zhara-tour-6-content .zhara-tour-card-price span {
  color: var(--zhara-common-white);
}
.zhara-tour-6-content .zhara-tour-card-rating-count {
  color: var(--zhara-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-7-heading,
  .zhara-tour-9-heading,
  .zhara-tour-11-heading {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-12-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-12-heading {
    margin-bottom: 20px;
  }
}
.zhara-tour-12-tab-wrapper .zhara-tour-2-card-title {
  font-size: 20px;
}
.zhara-tour-12-tab nav .nav-tabs {
  border: none;
}
.zhara-tour-12-tab nav .nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  margin-left: 32px;
  position: relative;
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-12-tab nav .nav-tabs .nav-link {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .zhara-tour-12-tab nav .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}
.zhara-tour-12-tab nav .nav-tabs .nav-link:focus,
.zhara-tour-12-tab nav .nav-tabs .nav-link:hover {
  border: none;
  outline: none;
}
.zhara-tour-12-tab nav .nav-tabs .nav-link.active {
  color: var(--zhara-theme-primary);
}
.zhara-tour-12-tab nav .nav-tabs .nav-link.active.hover-line::after {
  width: 100%;
  right: auto;
  left: 0;
}

.zhara-tour-block {
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  .zhara-tour-widget {
    border-radius: 16px;
    padding: 24px 0 0 0;
    &:not(:last-of-type) {
      padding: 0 0 24px 0;
      border-radius: 16px 16px 0 0;
      border-bottom: 1px solid var(--zhara-gray-2);
    }
    &:only-child {
      padding: 0;
    }
  }
}
.zhara-tour-widget {
  padding: 24px;
  background: var(--zhara-common-white);
}
.zhara-tour-widget:not(:last-of-type) {
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-tour-widget-title {
  margin: 0 0 12px;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease-in;
}
.zhara-tour-widget-title>a:hover, .zhara-tour-widget-title>a.active, .zhara-tour-widget-title>span {
  color: var(--zhara-theme-primary);
}
.zhara-tour-widget-title .icon {
  position: absolute;
  right: 1%;
  display: inline-block;
  top: calc(50% - 10px);
  transform: rotate(180deg);
  background-color: transparent;
  transition: transform 0.3s ease-in;
}
.zhara-tour-widget-title.active {
  margin-bottom: 26px;
}
.zhara-tour-widget-title.active .icon {
  transform: rotate(0deg);
}
.back-button {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  &:hover {
    color: var(--zhara-theme-primary);
  }
}
.zhara-tour-widget-subtitle {
  color: var(--zhara-gray-8);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.navigation__submenu{
  padding: 10px 0 5px 20px;
  margin: 10px 0;
  border-left: 1px solid var(--zhara-gray-3);
}
.navigation__sub-submenu {
  padding: 5px 0 5px 15px;
  margin: 5px 0;
  border-left: 1px solid var(--zhara-gray-3);
}
.navigation__sub-submenu {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.navigation__submenu__item {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}

.navigation__submenu__item > a:hover, .navigation__submenu__item > span {
  color: var(--zhara-theme-primary);
}  

.navigation__sub-submenu > a {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  transition: all 0.3s linear;
  &:hover {
    color: var(--zhara-theme-primary);
  }
}
.zhara-pamiatka-wrapper {
  display: flex;
  align-items: end;
  font-size: 18px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
  margin-bottom: 32px;
  .zhara-download-icon {
    flex-shrink: 0;
  }
}
.pamiatka-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  li {
    display: flex;
    gap: 16px;
    font-size: 16px;
    svg {
      margin-top: 5px;
      flex-shrink: 0;
      color: var(--zhara-theme-primary);
    }
  }
}
.zhara-tour-widget-filter .ui-widget.ui-widget-content {
  position: relative;
  height: 6px;
  border: 0;
  z-index: 0;
  border-radius: 6px;
  background-color: rgba(221, 221, 221, 0.8666666667);
}
.zhara-tour-widget-filter .ui-slider-horizontal .ui-slider-range {
  border-radius: 0;
  background-color: var(--zhara-theme-primary);
}
.zhara-tour-widget-filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  stroke-width: 1px;
  border-radius: 50%;
  background: var(--zhara-common-white);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.05));
}
.zhara-tour-widget-filter .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}
.zhara-tour-widget-filter .ui-slider .ui-slider-handle.ui-state-active {
  border: 1px solid #c5c5c5;
}
.zhara-tour-widget-filter .input-range {
  gap: 18px;
}
.zhara-tour-widget-filter .input-range-item {
  width: 50%;
}
.zhara-tour-widget-filter .input-range-item-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--zhara-ff-inter);
  word-break: break-all;
}
.zhara-tour-widget-filter .input-range-item input {
  height: 42px;
  font-size: 16px;
  padding: 0 12px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: var(--zhara-text-body);
}
.zhara-tour-widget-filter-checkbox ul li {
  list-style: none;
  margin-bottom: 10px;
}
.zhara-tour-widget-filter-checkbox .zhara-show-more a,
.zhara-tour-widget-filter-checkbox .zhara-show-less a {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-tour-widget-filter-checkbox .zhara-show-more a span::after,
.zhara-tour-widget-filter-checkbox .zhara-show-more a span::before,
.zhara-tour-widget-filter-checkbox .zhara-show-less a span::after,
.zhara-tour-widget-filter-checkbox .zhara-show-less a span::before {
  bottom: 1px;
}
@media (max-width: 767px) {
  .zhara-tour-grid-top-bar {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.zhara-tour-grid-filter-clear {
  flex: 0 0 auto;
}
.zhara-tour-grid-filter-clear i {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  color: #555;
}
.zhara-tour-grid-filter-clear i a {
  margin-left: 4px;
  color: var(--zhara-common-black);
}
.zhara-booking-select {
  div.nice-select {
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    line-height: normal;
    height: fit-content;
    &:hover {
      ul {
        color: var(--zhara-gray-7);
      }
    }
    &::after {
      font-size: 18px;
      right: 10px;
      font-weight: 700;
    }
    ul {
      width: fit-content;
      font-size: 15px;
      padding: 10px 0;
      li {
        line-height: 24px;
        min-height: 24px;
        &:hover {
          color: var(--zhara-theme-primary);
        }
      }
    }
  }
}
.zhara-tour-grid-select {
  width: 100%;
  display: inline-block;
}
.zhara-tour-grid-select .nice-select {
  font-size: 15px;
  font-weight: 500;
  border-radius: 21px;
  padding-right: 40px;
}

.zhara-tour-grid-select .nice-select.open {
  border-color: var(--zhara-theme-primary);
}

.zhara-tour-grid-select .nice-select .list {
  width: 240px;
  padding: 10px 0;
  left: auto !important;
}
.zhara-tour-grid-select .nice-select .option {
  min-height: 30px;
  line-height: 30px;
  padding: 0 20px 0 20px;
}
.zhara-tour-grid-select .nice-select .option.selected {
  color: var(--zhara-theme-primary);
}
.zhara-tour-grid-select-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-grid-wrapper {
    margin-bottom: 40px;
  }
}
.zhara-tour-list-left {
  gap: 25px;
  width: 100%;
  display: flex;
  /* align-items: center; */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-tour-list-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .zhara-tour-list-left {
    gap: 15px;
  }
}
.zhara-tour-list-map-btn .zhara-btn-primary.bdr-style.orange-bdr {
  color: var(--zhara-common-black);
  border-color: var(--zhara-common-black);
}
.zhara-tour-list-map-btn .zhara-btn-primary.bdr-style.orange-bdr:hover {
  color: var(--zhara-common-white);
  border-color: var(--zhara-theme-primary);
}
.zhara-tour-list-right {
  padding: 0;
  flex: 0 0 auto;
  padding-left: 45px;
  border-left: 1px solid var(--zhara-gray-2);
}
.zhara-tour-filter-btn span {
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  color: var(--zhara-common-black);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--zhara-common-black);
}
.zhara-tour-filter-btn span svg {
  margin-right: 4px;
}
.zhara-tour-filter-btn span:hover {
  color: var(--zhara-theme-primary);
  border-color: var(--zhara-theme-primary);
}
.zhara-tour-map {
  width: 100%;
  height: 100%;
}
.zhara-tour-map iframe {
  width: 100%;
  height: 100%;
}
.zhara-tour-map-wrapper {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-map-wrapper {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-map-wrapper .zhara-ct-details-map-item {
    display: none;
  }
}
.zhara-tour-space {
  margin-left: 220px;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .zhara-tour-space {
    margin-left: 165px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-tour-space {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-space {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-space {
    margin-bottom: 40px;
  }
}
.zhara-tour-modal-style .modal-dialog {
  max-width: 750px;
}
.zhara-tour-modal-style .modal-dialog .modal-header {
  padding-bottom: 0;
}
.zhara-tour-modal-style .modal-dialog .modal-title {
  font-size: 24px;
}
.zhara-tour-modal-style.review-box .modal-dialog {
  max-width: 550px;
}
.zhara-youtube-modal.modal {
  --zhara-youtube-modal-pad: clamp(12px, 2vh, 20px);
  --zhara-youtube-modal-toolbar: 40px;
  overflow: hidden;
  align-items: center;
  padding: var(--zhara-youtube-modal-pad) 0;
}
.zhara-youtube-modal .modal-dialog {
  max-width: min(96vw, 1200px);
  width: 96vw;
  margin: 0 auto;
  max-height: calc(100dvh - var(--zhara-youtube-modal-pad) * 2);
}
.zhara-youtube-modal .modal-content {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}
.zhara-youtube-modal__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: var(--zhara-youtube-modal-toolbar);
  margin-bottom: 8px;
}
.zhara-youtube-modal__close {
  position: static;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  flex-shrink: 0;
}
.zhara-youtube-modal__player {
  position: relative;
  width: min(100%, calc((100dvh - var(--zhara-youtube-modal-pad) * 2 - var(--zhara-youtube-modal-toolbar) - 8px) * 16 / 9));
  max-width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100dvh - var(--zhara-youtube-modal-pad) * 2 - var(--zhara-youtube-modal-toolbar) - 8px);
  margin: 0 auto;
  background: #000;
}
.zhara-youtube-modal__iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 575px) {
  .zhara-youtube-modal .modal-dialog {
    width: calc(100vw - var(--zhara-youtube-modal-pad) * 2);
    max-width: calc(100vw - var(--zhara-youtube-modal-pad) * 2);
  }
}
.zhara-tour-modal-social-icons ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.zhara-tour-modal-social-icons ul li {
  list-style: none;
}
.zhara-tour-modal-social-icons ul li a span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.zhara-tour-modal-social-icons ul li a span svg {
  width: 22px;
}
.zhara-tour-modal-social-icons ul li a span:hover {
  border-color: transparent;
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-tour-author-info {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
.zhara-tour-author-info-content span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--zhara-common-black);
}
.zhara-tour-author-info-content span i {
  font-weight: 500;
  font-style: normal;
}
.zhara-tour-author-info-content span svg {
  margin-right: 3px;
}
.zhara-tour-author-info-content .bottom svg {
  margin-right: 5px;
}
.zhara-tour-author-thumb img {
  border-radius: 50%;
}
.zhara-tour-author-thumb-wrap {
  display: flex;
  gap: 12px;
}
.zhara-tour-author-thumb-content span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-tour-author-thumb-content span svg {
  margin-left: 2px;
}
.zhara-tour-author-thumb-content p {
  font-size: 14px;
  margin: 0;
}

.zhara-from-checkbox input {
  display: none;
}
.zhara-from-checkbox input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.zhara-from-checkbox input:checked ~ label::after {
  border-color: var(--zhara-common-black);
}
.zhara-from-checkbox label {
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  color: var(--zhara-text-body);
}
.zhara-from-checkbox label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: invert(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-from-checkbox label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1.5px solid #dddddd;
  background: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-from-checkbox label br {
    display: none;
  }
}
@media (max-width: 767px) {
  .zhara-rating-progress-item {
    margin-bottom: 15px;
  }
}
.zhara-rating-progress-item-text {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  justify-content: space-between;
}
.zhara-rating-progress-item-text span {
  font-size: 16px;
  font-weight: 500;
}
.zhara-rating-progress-item-bar {
  width: 100%;
  border-radius: 4px;
  background-color: var(--zhara-gray-2);
}
.zhara-rating-progress-item-single {
  height: 6px;
  border-radius: 4px;
  background-color: var(--zhara-theme-primary);
}
.zhara-product-quantity {
  display: flex;
  position: relative;
  align-items: center;
}
.zhara-product-quantity .zhara-cart-input {
  padding: 0;
  width: 34px;
  height: 20px;
  border: none;
  text-align: center;
  pointer-events: none;
}
.zhara-cart-incrise.zhara-item-plus,
.zhara-cart-incrise.zhara-item-minus {
  position: static;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  transform: translateY(0);
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-common-black);
}
.zhara-cart-incrise.zhara-item-plus svg,
.zhara-cart-incrise.zhara-item-minus svg {
  width: 10px;
  transform: translateY(0px);
}
.zhara-cart-incrise.zhara-item-plus:hover,
.zhara-cart-incrise.zhara-item-minus:hover {
  color: var(--zhara-common-black);
}
.zhara-checkout-box {
  border-radius: 16px;
  padding: 24px 24px 4px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-checkout-box.zhara-checkout-payment {
  padding-bottom: 4px;
}
.zhara-checkout-contact-title {
  font-size: 18px;
}
.zhara-checkout-contact-form .zhara-contact-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.zhara-checkout-service-bdr {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-checkout-service-item {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .zhara-checkout-service-item {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-checkout-service-item-content span {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-checkout-service-item-content p {
  font-size: 14px;
}
.zhara-checkout-service-item-left {
  display: flex;
  gap: 12px;
}
.zhara-checkout-service-item-left .zhara-radio-group {
  transform: translateY(7px);
}
.zhara-checkout-service-item-right > span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-checkout-payment-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 20px;
}
.zhara-checkout-payment-item .zhara-radio-group {
  transform: translateY(3px);
}
.zhara-checkout-payment-item-title {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-checkout-payment-item-title svg {
  margin-left: 5px;
}
.zhara-checkout-book-btn p a {
  color: var(--zhara-common-black);
}
.zhara-checkout-summary-wrap {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
.zhara-checkout-summary-wrap .checkout-summary {
  border: none;
  background-color: transparent;
}
.zhara-checkout-summary-wrap .checkout-summary .zhara-tour-list-left {
  gap: 12px;
}
.zhara-checkout-summary-wrap
  .checkout-summary
  .zhara-tour-list-left
  .zhara-tour-2-card-thumb {
  height: 96px;
  min-width: 96px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-checkout-summary-wrap
    .checkout-summary
    .zhara-tour-list-left
    .zhara-tour-2-card-title
    br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-checkout-summary-wrap .zhara-tour-list-left {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-checkout-summary-wrap .zhara-tour-list-left {
    flex-wrap: wrap;
  }
}
.zhara-checkout-summary-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhara-checkout-summary-option > span {
  font-size: 16px;
  display: inline-block;
  color: var(--zhara-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-checkout-summary-option > span {
    font-size: 15px;
  }
}
.zhara-checkout-summary-option > span svg {
  margin-right: 4px;
}
.zhara-checkout-summary-option a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}
.zhara-checkout-summary-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhara-checkout-summary-price-item p {
  margin: 0;
}
.zhara-checkout-summary-price-item p.text {
  font-size: 18px;
  font-weight: 500;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-checkout-summary-price-item span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-checkout-summary-promo a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}
.zhara-checkout-success {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #46e86a;
}
.zhara-checkout-success-thumb-wrap {
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .zhara-checkout-success-thumb-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-checkout-success-thumb-title {
  font-size: 28px;
  margin-bottom: 4px;
}
.zhara-checkout-success-thumb-content p a {
  font-size: 16px;
  color: var(--zhara-theme-primary);
}
.zhara-checkout-success-list ul {
  display: inline-block;
}
.zhara-checkout-success-list ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 5px;
  color: var(--zhara-text-body);
}
@media (max-width: 767px) {
  .zhara-checkout-success-list ul li {
    width: 100%;
  }
}
.zhara-checkout-success-list ul li span {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-checkout-success-info {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-checkout-success-info .zhara-checkout-success-list ul li {
  width: 100%;
}
.zhara-radio-group .custom-radio {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.zhara-radio-group .custom-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.zhara-radio-group .custom-radio input:checked + span::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zhara-radio-group .custom-radio span {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.zhara-radio-group .custom-radio span::after {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.zhara-partner-info-des span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}
.zhara-partner-info-des span i {
  font-weight: 500;
  font-style: normal;
}
.zhara-partner-gallery-thumb img {
  width: 100%;
  border-radius: 16px;
}

.zhara-tour-details-top-title {
  font-size: 34px;
  margin-bottom: 10px;
}
.zhara-tour-details-top-share span {
  width: 36px;
  height: 36px;
  margin-left: 8px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
  color: var(--zhara-common-black);
}
.zhara-tour-details-top-share span:hover {
  color: var(--zhara-common-white);
  border-color: var(--zhara-theme-primary);
  background-color: var(--zhara-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-top-left {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-box {
    margin-bottom: 40px;
  }
}
.zhara-tour-details-gallery-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.zhara-gallery-more-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--zhara-common-white);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.zhara-bus-gallery {
  position: relative;
}
.zhara-bus-gallery-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zhara-bus-gallery .zhara-gallery-hidden-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zhara-tour-details-gallery-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
}
.zhara-tour-details-gallery-thumb img:hover {
  transform: scale(1.1);
}
.zhara-tour-details-gallery-thumb.h-fix {
  height: 595px;
}

.zhara-bus-tour-images {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  .zhara-tour-details-gallery-thumb:nth-child(2) {
    grid-row: span 2;
  }
  .zhara-tour-details-gallery-thumb {
    height: 100%;
    a {
      display: block;
      height: 100%;
      img {
        height: 100%;
      }
    }
  }
}

.zhara-bus-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  .zhara-bus {
    background-color: var(--zhara-common-white);
    max-width: 370px;
    border-radius: 16px;
    padding: 24px;
    .zhara-bus-inner {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 8px;
      .zhara-bus-top {
        grid-column: span 5;
        border-radius: 50px 50px 0 0;
        background-color: var(--zhara-gray-3);
        text-align: center;
      }
      .zhara-bus-bottom {
        grid-column: span 5;
        border-radius: 0 0 50px 50px;
        background-color: var(--zhara-gray-3);
        text-align: center;
      }
      .zhara-bus-seat {
        font-size: 10px;
        width: 38px;
        height: 38px;
        justify-self: center;
        align-self: center;
        border-radius: 8px;
        background-color: var(--zhara-common-green);
        color: var(--zhara-common-white);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-out;
        cursor: pointer;
        &:hover {
          background-color: var(--zhara-dark-green);
        }
        &.reserved {
          background-color: var(--zhara-common-red);
          cursor: default;
        }
        &.booked {
          background-color: var(--zhara-yellow);
          cursor: default;
        }
        &.locked,
        &.service {
          background-color: var(--zhara-gray-3);
          color: var(--zhara-gray-7);
          cursor: default;
        }
        &.locked:hover,
        &.service:hover {
          background-color: var(--zhara-gray-3);
        }
        &.transparent {
          background-color: transparent;
          cursor: default;
          color: var(--zhara-gray-7);
        }
        &.selected {
          background-color: var(--zhara-sky-blue);
          box-shadow: 0 0 0 2px var(--zhara-common-white), 0 0 0 4px var(--zhara-sky-blue);
          &:hover {
            background-color: var(--zhara-sky-blue);
          }
        }
      }
      .zhara-bus-driver {
        font-size: 12px;
        align-self: stretch;
        justify-self: stretch;
        width: 100%;
        height: 100%;
        min-height: 38px;
        box-sizing: border-box;
        background-color: var(--zhara-light-blue);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .zhara-bus-door {
        font-size: 12px;
        align-self: stretch;
        justify-self: stretch;
        width: 100%;
        height: 100%;
        min-height: 38px;
        box-sizing: border-box;
        background-color: var(--zhara-theme-aqua);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .zhara-bus-guide {
        font-size: 12px;
        width: 100%;
        min-width: 0;
        background-color: var(--zhara-theme-aqua);
        min-height: 38px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .zhara-bus-empty {
        font-size: 12px;
        min-height: 38px;
        align-self: center;
        color: var(--zhara-gray-7);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .zhara-tour-details-bdr {
        grid-column: span 5;
      }
      .zhara-bus-last-row {
        grid-column: span 5;
        display: grid;
        grid-template-columns: 1fr auto 1fr 1fr auto 1fr auto 1fr 1fr auto;
      }
    }
  }
}

.zhara-bus-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  .zhara-bus-caption-item {
    display: flex;
    align-items: center;
    gap: 4px;
    .zhara-bus-caption-square {
      flex-shrink: 0;
      width: 15px;
      height: 15px;
      border-radius: 4px;
    }
  }
}

.zhara-bus-order-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zhara-bus-order-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.red {
  color: #e53935;
}

.zhara-bus-order-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}

.zhara-bus-order-label-hint {
  font-weight: 400;
  color: var(--zhara-gray-7);
}

.zhara-bus-order-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: var(--zhara-common-white);
}
.zhara-bus-order-field-icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 10px;
  color: var(--zhara-gray-7);
}
.zhara-bus-order-field input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.2;
  color: var(--zhara-common-black);
}
.zhara-bus-order-field input:focus {
  outline: none;
}
.zhara-bus-order-field input::placeholder {
  color: var(--zhara-gray-7);
}

.zhara-bus-order-field:has(.nice-select) {
  padding: 0;
}
.zhara-bus-order-field .nice-select {
  width: 100%;
  float: none;
  clear: none;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  height: auto;
  min-height: 48px;
  line-height: 1.2;
  padding: 12px 36px 12px 14px;
  font-size: 16px;
  color: var(--zhara-common-black);
}
.zhara-bus-order-field .nice-select:hover,
.zhara-bus-order-field .nice-select:focus,
.zhara-bus-order-field .nice-select:active,
.zhara-bus-order-field .nice-select.open {
  border: none;
}
.zhara-bus-order-field .nice-select.open {
  z-index: 30;
}
.zhara-bus-order-field .nice-select::after {
  right: 14px;
}
.zhara-bus-order-field .nice-select .list {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 30;
}

.zhara-bus-order-seat-price-value {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-weight: 400;
}
.zhara-bus-order-seat-price-value svg {
  width: 10px;
  height: 11px;
  flex-shrink: 0;
}

.zhara-bus-order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.zhara-bus-order-total-label,
.zhara-bus-order-total-amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-bus-order-total-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.zhara-bus-order-total-amount svg {
  width: 0.72em;
  height: 0.85em;
  flex-shrink: 0;
}

#busOrderSubmit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.zhara-bus-checkout-auth-note {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f1f3f9;
  font-size: 14px;
  line-height: 1.45;
}

.zhara-bus-checkout-email-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zhara-bus-checkout-email-group .zhara-bus-checkout-auth {
  margin-top: 0;
}

.zhara-bus-checkout-auth .zhara-bus-order-field input {
  padding-left: 14px;
}

.zhara-bus-order-field-group .zhara-bus-order-field--password input {
  padding-left: 14px;
}

.zhara-bus-order-field--password {
  padding-right: 6px;
  gap: 8px;
}

.zhara-bus-order-field--password input {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}

.zhara-bus-checkout-login-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--zhara-common-white);
  background-color: var(--zhara-common-black);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.zhara-bus-checkout-login-btn:hover {
  opacity: 0.85;
}

.zhara-bus-checkout-login-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.zhara-bus-order-pay-timer-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #111;
}

.zhara-bus-order-pay-seats-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.zhara-bus-order-pay-seats-label {
  flex-shrink: 0;
}

.zhara-bus-order-pay-seats {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.zhara-bus-order-pay-seat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 2px 8px;
  border-radius: 6px;
  background: var(--zhara-bg, #f1f3f9);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .zhara-bus-caption {
    width: 346px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.zhara-tour-bus-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-gallery-thumb.h-fix {
    height: auto;
  }
}
.zhara-tour-details-gallery-thumb.h-fix img {
  height: 100%;
}
.zhara-tour-details-gallery-video {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.zhara-tour-details-gallery-video a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  transition: all 0.3s ease-in-out;
  color: var(--zhara-common-black);
  background-color: rgba(255, 255, 255, 0.9);
}
.zhara-tour-details-gallery-video a:hover {
  transform: scale(1.1);
}
.zhara-tour-details-gallery-btn {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.zhara-tour-details-gallery-btn a {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 18px;
  border-radius: 20px;
  display: inline-block;
  color: var(--zhara-common-black);
  background-color: rgba(255, 255, 255, 0.9);
}
.zhara-tour-details-about ul li {
  list-style: none;
  margin-bottom: 20px;
}
.zhara-tour-details-about ul li span {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: var(--zhara-common-black);
  position: relative;
  svg {
    z-index: 10;
    color: var(--zhara-theme-primary);
  }
}
.zhara-tour-details-about ul li span::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
  display: inline-block;
  background-color: var(--zhara-common-white);
}
.zhara-tour-details-about ul li span svg {
  width: 28px;
  margin-right: 8px;
}
.zhara-tour-details-about ul li span i {
  font-weight: 500;
  font-style: normal;
}
.zhara-tour-details-title {
  font-size: 36px;
}
.zhara-tour-details-text p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--zhara-common-black);
}
.zhara-tour-details-text p a.hover-line {
  text-decoration: none;
}
.zhara-tour-details-text p a:hover {
  color: var(--zhara-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-text p br {
    display: none;
  }
}
.zhara-tour-details-bdr {
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-tour-details-list ul {
  display: inline-block;
  width: 100%;
}
.zhara-tour-details-list ul li {
  gap: 10px;
  font-size: 16px;
  display: flex;
  list-style: none;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--zhara-common-black);
}
.zhara-tour-details-list .incluid li {
  width: 50%;
  float: left;
  font-weight: 400;
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-tour-details-list .incluid li {
    width: 100%;
  }
}
.zhara-tour-details-map iframe {
  width: 100%;
}
.zhara-tour-details-faq.zhara-faq-wrapper .accordion-items {
  border-radius: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
}
.zhara-tour-details-faq.faq .accordion-items {
  background-color: var(--zhara-common-white);
}
.zhara-tour-details-service-wrap {
  gap: 10px;
}
.zhara-tour-details-service-item {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background-color: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-tour-details-service-item {
    padding: 15px;
  }
}
.zhara-tour-details-service-title {
  font-size: 16px;
}
.zhara-tour-details-service-month {
  color: var(--zhara-sky-blue);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.zhara-tour-details-service-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.zhara-tour-details-service-badge {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  background-color: var(--zhara-light-blue);
  border-radius: 16px;
}
.zhara-tour-details-service-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.zhara-tour-details-service-price-wrap {
  margin-bottom: 24px;
}
.zhara-tour-details-service-price {
  font-size: 18px;
  font-weight: 500;
  color: var(--zhara-common-black);
  margin-bottom: 24px;
  span {
    display: inline-flex;
  }
}
.zhara-tour-details-service-content .zhara-tour-details-service-price-source,
.zhara-tour-details-booking-item-content .zhara-tour-details-service-price-source {
  font-size: 14px;
  line-height: 1.35;
  color: var(--zhara-gray-1, #6b7280);
  margin: 4px 0 0;
}
.zhara-tour-details-review-wrapper {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .zhara-tour-details-review-wrapper {
    flex-wrap: wrap;
  }
}
.zhara-tour-details-review-left {
  width: 200px;
  flex: 0 0 auto;
  padding: 32px 24px;
  border-right: 1px solid var(--zhara-gray-2);
}
@media (max-width: 767px) {
  .zhara-tour-details-review-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--zhara-gray-2);
  }
}
.zhara-tour-details-review-left .rating {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--zhara-theme-primary);
  font-family: var(--zhara-ff-inter);
}
.zhara-tour-details-review-left .rating p {
  margin: 0;
  font-size: 18px;
  display: inline-block;
  transform: translateX(-4px);
  color: var(--zhara-text-body);
}
.zhara-tour-details-review-left .rating-title {
  font-size: 18px;
  margin-bottom: 6px;
  display: inline-block;
}
.zhara-tour-details-review-right {
  width: 100%;
  padding: 32px 24px;
}
.zhara-tour-details-review-right .rating-title {
  font-size: 18px;
}
.zhara-tour-details-review-item-user {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.zhara-tour-details-review-item-user-content h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.zhara-tour-details-review-item-user-content p {
  margin: 0;
  font-size: 14px;
}
.zhara-tour-recent {
  display: flex;
  gap: 16px;
}
.zhara-tour-recent-thumb {
  width: 48px;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 24px;
  img {
    margin-top: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
}
.zhara-tour-details-review-text a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--zhara-common-black);
}
.zhara-tour-details-review-text a:hover {
  color: var(--zhara-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-review-text br {
    display: none;
  }
}
.zhara-tour-details-booking-wrapper {
  position: sticky;
  top: 20px;
}
.zhara-tour-details-booking-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.zhara-tour-details-booking-item-sub {
  font-size: 16px;
  margin-bottom: 4px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-tour-details-booking-item-title {
  display: block;
  margin-bottom: 8px;
}
.zhara-tour-details-booking-item-title del {
  color: #555;
}
.zhara-tour-details-booking-item-title span {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}
.zhara-tour-details-booking-item-text {
  font-size: 14px;
}
.zhara-tour-details-booking-item-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-tour-details-booking-item-from {
  display: flex;
  padding: 0 10px;
  position: relative;
  border-radius: 8px;
  align-items: center;
  border: 1px solid #ddd;
}
.zhara-tour-details-booking-item-from::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #ddd;
  transform: translateX(-50%);
}
.zhara-tour-details-booking-item-from .datepicker {
  right: 0;
  top: 60px;
}
.zhara-tour-details-booking-item-input {
  width: 50%;
  display: flex;
  align-items: center;
}
.zhara-tour-details-booking-item-input > span {
  display: inline-flex;
  transform: translateX(18px);
}
.zhara-tour-details-booking-item-input input {
  border: none;
  border-radius: 0;
}

.zhara-filter-date-input {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--zhara-gray-3);
  border-radius: 16px;
  margin-bottom: 32px;
}
.zhara-filter-date-input > span {
  display: inline-flex;
  transform: translateX(18px);
}
.zhara-filter-date-input input {
  border: none;
  border-radius: 16px;
}
.zhara-tour-details-booking-item .zhara-tour-card-offer {
  left: auto;
  right: 24px;
}
.zhara-tour-details-booking-item-contact p {
  color: #555;
}
.zhara-tour-details-booking-item-contact .zhara-contact-input input {
  height: 48px;
}
.zhara-tour-details-booking-item-contact .zhara-contact-input textarea {
  height: 150px;
}
.zhara-tour-details-booking-item-check ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  justify-content: space-between;
}
.zhara-tour-details-booking-item-check ul li:not(:last-of-type) {
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.zhara-tour-details-booking-item-check ul li > span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-tour-details-booking-list {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.zhara-tour-details-booking-list h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.zhara-tour-details-booking-list ul li {
  gap: 8px;
  font-size: 16px;
  display: flex;
  list-style: none;
}
.zhara-tour-details-booking-list ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.zhara-tour-details-booking-list ul li span {
  display: inline-block;
  color: var(--zhara-theme-primary);
}
.zhara-tour-details-booking-info {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.zhara-tour-details-booking-info h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.zhara-tour-details-booking-info a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  font-family: var(--zhara-ff-inter);
  color: var(--zhara-theme-primary);
}
.zhara-tour-details-booking-info a:not(:last-of-type) {
  margin-bottom: 10px;
}
.zhara-tour-details-booking-info a span {
  margin-right: 4px;
  display: inline-block;
}
.zhara-tour-details-booking-tab .nav {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-tour-details-booking-tab .nav .nav-item {
  width: 50%;
  padding: 0 50px;
}
.zhara-tour-details-booking-tab .nav .nav-item .nav-link {
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--zhara-text-body);
}
.zhara-tour-details-booking-tab .nav .nav-item .nav-link.active {
  color: var(--zhara-theme-primary);
}
.zhara-tour-details-slide {
  border-radius: 8px;
}
.zhara-tour-details-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.zhara-tour-details-arrows {
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .zhara-tour-details-arrows {
    display: none;
  }
}
.zhara-tour-details-arrows button {
  height: 36px;
  width: 36px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-block;
  color: var(--zhara-common-black);
  border: 1px solid var(--zhara-gray-2);
  background-color: rgba(255, 255, 255, 0.9);
}
.zhara-tour-details-arrows .zhara-tour-prev {
  left: 30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-arrows .zhara-tour-prev {
    left: 0;
  }
}
.zhara-tour-details-arrows .zhara-tour-next {
  right: 30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-arrows .zhara-tour-next {
    right: 0;
  }
}
.zhara-tour-details-related-ptb {
  border-top: 1px solid var(--zhara-gray-2);
}
.zhara-tour-details-2 .zhara-tour-details-gallery-thumb {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-2 .zhara-tour-details-gallery-thumb {
    height: auto;
  }
}
.zhara-tour-details-2 .zhara-tour-details-gallery-thumb img {
  height: 100%;
  object-fit: cover;
}
.zhara-tour-details-2 .zhara-tour-details-gallery-thumb.adjuct-h {
  height: 49%;
}
@media (max-width: 767px) {
  .zhara-tour-details-2 .zhara-tour-details-gallery-thumb.adjuct-h {
    height: 47%;
  }
}
.zhara-tour-details-3 .zhara-tour-details-slider-wrapper {
  height: 405px;
}
.zhara-tour-details-3 .zhara-tour-details-slider-wrapper .zhara-tour-active-3 {
  height: 100%;
}
.zhara-tour-details-3
  .zhara-tour-details-slider-wrapper
  .zhara-tour-active-3
  .zhara-tour-details-slide {
  height: 100%;
}
.zhara-tour-details-3
  .zhara-tour-details-slider-wrapper
  .zhara-tour-active-3
  .zhara-tour-details-slide
  img {
  height: 100%;
  object-fit: cover;
}
.zhara-tour-details-4 .zhara-tour-details-gallery-4 {
  width: 100%;
  height: 292px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.zhara-tour-details-4 .zhara-tour-details-gallery-4 img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.zhara-tour-details-4 .zhara-tour-details-gallery-4 img:hover {
  transform: scale(1.1);
}
.zhara-tour-details-4 .zhara-tour-details-gallery-thumb.h-fix {
  height: 595px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-4 .zhara-tour-details-gallery-thumb.h-fix {
    height: auto;
  }
}
.zhara-tour-details-6 .zhara-tour-details-slider-wrapper {
  height: 650px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-tour-details-6 .zhara-tour-details-slider-wrapper {
    height: auto;
  }
}
.zhara-tour-details-6 .zhara-tour-details-slider-wrapper .zhara-tour-active {
  height: 100%;
}

/*----------------------------------------*/
/*  8.2 contact css
/*----------------------------------------*/
.zhara-contact-wrapper {
  padding: 30px;
  border-radius: 16px;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-contact-wrapper {
    margin-bottom: 40px;
  }
}
.zhara-contact-wrapper.signin-style .zhara-contact-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--zhara-text-body);
}
.zhara-contact-wrapper.signin-style .zhara-contact-input-wrap a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-contact-wrapper.signin-style .zhara-contact-input-wrap a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-contact-wrapper.signin-style .zhara-from-checkbox label::before {
  filter: invert(0);
}
.zhara-contact-wrapper.signin-style
  .zhara-from-checkbox
  input:checked
  ~ label::after {
  background-color: var(--zhara-common-black);
}
.zhara-contact-wrapper.signin-style .zhara-btn-primary {
  display: block;
  margin-bottom: 15px;
}
.zhara-contact-wrapper.signin-style .zhara-btn-primary:hover {
  background-color: var(--zhara-theme-primary);
}
.zhara-contact-input-wrapper {
  height: 54px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: var(--zhara-common-white);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
  transition: all 0.3s ease-out;
  &:focus-within {
    border-color: var(--zhara-theme-primary);
  }
  input {
    border-radius: 8px;
    border: none;
    outline: none;
    height: 52px;
    background: transparent;
  }
  .datepicker {
    right: 0;
    top: 60px;
  }
}
.zhara-contact-input input,
.zhara-contact-input textarea {
  height: 54px;
  border-radius: 8px;
  border-color: #ddd;
  background: var(--zhara-common-white);
}
.zhara-contact-input input:focus,
.zhara-contact-input textarea:focus {
  border-color: var(--zhara-theme-primary);
}
.zhara-contact-input input::placeholder,
.zhara-contact-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--zhara-text-body);
}
.zhara-contact-input textarea {
  resize: none;
  height: 140px;
}
@media (max-width: 767px) {
  .zhara-contact-input textarea {
    height: 200px;
  }
}
.zhara-contact-input .zhara-tour-grid-select-wrap .nice-select {
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
}
.zhara-contact-input .zhara-tour-grid-select-wrap .nice-select .list {
  width: 100%;
  left: 0 !important;
}
.zhara-contact-input .zhara-tour-grid-select-wrap .nice-select::after {
  right: 16px;
}
.zhara-contact-input-wrap span,
.zhara-contact-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
}
.zhara-contact-input-wrap .zhara-from-checkbox {
  margin-bottom: 25px;
}
.zhara-contact-widget {
  padding: 30px;
  border-radius: 16px;
  background-color: var(--zhara-common-white);
}
.zhara-contact-widget-title {
  font-weight: 600;
  font-size: 24px;
}
.zhara-contact-widget-add a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--zhara-common-black);
}
.zhara-contact-widget-add a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-contact-widget-text span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.zhara-contact-widget-text p {
  font-weight: 500;
}

.zhara-sign-in-heading p a {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-sign-in-heading p a:hover {
  color: var(--zhara-theme-primary);
}

/*----------------------------------------*/
/*  8.3 adventure css
/*----------------------------------------*/
.zhara-adventure-bg-shape {
  position: absolute;
  bottom: 26%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.zhara-adventure-bg-shape img {
  width: 100%;
}
.zhara-adventure-heading .zhara-section-title {
  margin-bottom: 15px;
}
.zhara-adventure-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-adventure-heading p br {
    display: none;
  }
}
.zhara-adventure-item-point {
  margin-bottom: 17px;
}
.zhara-adventure-item-number {
  top: 5px;
  left: 24px;
  position: absolute;
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--zhara-ff-inter);
  color: rgba(240, 224, 210, 0.6);
}
.zhara-adventure-item-icon {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.zhara-adventure-item-title {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-adventure-item p br {
    display: none;
  }
}

.zhara-review-ptb {
  margin-top: -290px;
  padding-top: 370px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-review-ptb {
    margin-top: 0;
    padding-top: 60px;
  }
}
.zhara-review-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 38px;
  font-family: var(--zhara-ff-interlayfair);
}
.zhara-review-item-wrap {
  gap: 120px;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-review-item-wrap {
    justify-content: start;
  }
}
.zhara-review-item-title {
  font-size: 46px;
}
.zhara-review-item-title span {
  margin-right: 5px;
  display: inline-block;
}
.zhara-review-user {
  gap: 10px;
  padding: 10px 15px;
  margin-left: 115px;
  border-radius: 20px;
  align-items: center;
  display: inline-flex;
  background-color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-review-user {
    margin-left: 0;
  }
}
.zhara-review-user p {
  margin: 0;
}

/*----------------------------------------*/
/*  8.4 explor css
/*----------------------------------------*/
.zhara-explor-item:hover .zhara-explor-item-thumb img {
  transform: scale(1.2);
}
.zhara-explor-item-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.zhara-explor-item-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(17, 17, 17, 0.3);
}
.zhara-explor-item-thumb img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.zhara-explor-item-thumb a {
  width: 100%;
  display: inline-block;
}
.zhara-explor-item-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.zhara-explor-item-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--zhara-common-white);
}
@media (max-width: 767px) {
  .zhara-explor-arrows {
    display: none;
  }
}
.zhara-explor-arrows.zhara-destination-arrows {
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
}
.zhara-explor-arrows.zhara-destination-arrows button {
  border-color: var(--zhara-gray-2);
  background-color: rgba(255, 255, 255, 0.9);
}
.zhara-explor-arrows.zhara-destination-arrows .zhara-explor-prev {
  left: -30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explor-arrows.zhara-destination-arrows .zhara-explor-prev {
    left: 0;
  }
}
.zhara-explor-arrows.zhara-destination-arrows .zhara-explor-next {
  right: -30px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explor-arrows.zhara-destination-arrows .zhara-explor-next {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-place-5-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-place-5-ptb {
    padding-bottom: 80px;
  }
}
.zhara-place-5-heading p {
  font-size: 18px;
}
.zhara-place-5-item:hover .zhara-place-5-item-thumb img {
  transform: scale(1.2);
}
.zhara-place-5-item-thumb {
  border-radius: 16px;
}
.zhara-place-5-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.zhara-place-5-item-content {
  position: absolute;
  top: 35px;
  left: 35px;
}
.zhara-place-5-item-content span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-common-white);
}
.zhara-place-5-item-title {
  font-size: 28px;
  font-weight: 400;
  color: var(--zhara-common-white);
  font-family: var(--zhara-ff-inter);
}

.zhara-explore-11-bg {
  border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explore-11-content {
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .zhara-explore-11-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .zhara-explore-11-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-explore-11-thumb-wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explore-11-thumb-wrap {
    width: 100%;
  }
}
.zhara-explore-11-thumb-wrap img {
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-explore-11-thumb-wrap img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explore-11-thumb-wrap img {
    width: 100%;
    border-radius: 16px;
  }
}
.zhara-payment-order-thumb-wrap {
  /*background-color: var(--zhara-theme-primary);*/
  border-radius: 16px 16px 0 16px;
  overflow: hidden;
  /*margin-bottom: 48px;*/
  padding: 0;
}
.zhara-explore-2-thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

.zhara-explore-2-thumb-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  /*object-fit: contain;*/
  /*object-position: center;*/
}

.zhara-explore-2-thumb-wrap .people {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.zhara-explore-2-thumb-wrap .people-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.zhara-explore-2-thumb-wrap .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .zhara-explore-2-thumb-wrap .overlay {
    object-fit: cover;
  }
}
.zhara-cta-thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  .alena {
    position: absolute;
    top: -50%;
    left: 0;
    height: 150%;
    width: auto;

    object-fit: cover;
  }
}

.zhara-explore-2-thumb-wrap .skyBlue-plane {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 40%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explore-2-thumb-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-explore-2-thumb-wrap img {
    width: 100%;
  }
}
.zhara-payment-order {
}
.zhara-payment-order-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--zhara-theme-primary);
  margin-bottom: 12px;
}
.zhara-payment-order-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5%;
  margin-bottom: 12px;
}
.zhara-payment-order-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 12px;
  color: var(--zhara-gray-6);
}
.zhara-payment-order-grid {
  display: grid;
  grid-template-columns: minmax(auto, 260px) 60px;
}
.zhara-payment-order-grid-item {
  padding: 12px 0 6px;
}
.zhara-payment-order-grid-item:not(:nth-last-of-type(-n + 2)) {
  border-bottom: 1px solid var(--zhara-gray-1);
}
.zhara-payment-order-text,
.zhara-payment-order-price {
  margin: 0;
}
.oval-mask {
  -webkit-mask-image: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    black 0%,
    black 75%,
    transparent 75.5%
  );
  mask-image: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    black 0%,
    black 75%,
    transparent 75.5%
  );
}

.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}

.zhara-explore-11-list {
  margin-bottom: 25px;
}
.zhara-explore-11-list ul {
  display: block;
}
.zhara-explore-11-list ul li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  list-style: none;
  margin-bottom: 10px;
  color: var(--zhara-theme-primary);
  font-family: var(--zhara-ff-inter);
}
.zhara-explore-11-list ul li span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 8px;
  display: inline-block;
  color: var(--zhara-common-black);
}
@media (max-width: 767px) {
  .zhara-explore-11-list ul li span {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  8.5 faq css
/*----------------------------------------*/
.zhara-faq-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-faq-heading p br {
    display: none;
  }
}
.zhara-faq-card {
  width: 435px;
  padding: 40px 20px;
  border-radius: 16px;
  background: #f2f7f8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-faq-card {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-faq-card {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zhara-faq-card {
    margin-left: 0;
    width: auto;
  }
}
.zhara-faq-card-icon {
  margin-bottom: 15px;
}
.zhara-faq-card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--zhara-theme-primary);
}
.zhara-faq-card-content p {
  color: var(--zhara-common-black);
}
.zhara-faq-wrapper .accordion-items:not(:last-of-type) {
  border-bottom: 1px solid var(--zhara-gray-2);
}
.zhara-faq-wrapper .accordion-buttons {
  position: relative;
  padding: 20px 0px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media (max-width: 767px) {
  .zhara-faq-wrapper .accordion-buttons {
    padding-right: 50px;
    line-height: 1.3;
  }
}
.zhara-faq-wrapper
  .accordion-buttons:not(.collapsed)
  .zhara-accordion-icon
  svg {
  transform: rotate(135deg);
}
.zhara-faq-wrapper
  .accordion-buttons:not(.collapsed)
  .zhara-accordion-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.zhara-faq-wrapper
  .accordion-buttons:not(.collapsed)
  .zhara-accordion-icon::after {
  background-color: var(--zhara-common-black);
}
.zhara-faq-wrapper .accordion-body {
  padding: 0 0px;
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-faq-wrapper .accordion-body {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .zhara-faq-wrapper .accordion-body {
    padding-right: 30px;
  }
}
.zhara-faq-wrapper .accordion-body p {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .zhara-faq-wrapper .accordion-body p br {
    display: none;
  }
}
.zhara-faq-wrapper .zhara-accordion-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.zhara-faq-wrapper .zhara-accordion-icon svg {
  transition: 0.3s;
}
.zhara-faq-wrapper .zhara-accordion-icon::after,
.zhara-faq-wrapper .zhara-accordion-icon::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--zhara-common-black);
}
.zhara-faq-wrapper .zhara-accordion-icon::before {
  background-color: var(--zhara-common-black);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-faq-8-ptb {
    padding-bottom: 60px;
  }
}
.zhara-faq-8-wrapper.zhara-faq-wrapper .zhara-accordion-icon::before,
.zhara-faq-8-wrapper.zhara-faq-wrapper .zhara-accordion-icon::after {
  content: none;
}
.zhara-faq-8-wrapper.zhara-faq-wrapper
  .accordion-buttons:not(.collapsed)
  .zhara-accordion-icon
  svg {
  transform: rotate(180deg);
}

.zhara-faq-9-thumb {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-faq-9-thumb {
    width: 100%;
  }
}
.zhara-faq-9-thumb .shape-left {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-faq-9-thumb .shape-left {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-faq-9-thumb img {
    width: 100%;
  }
}
.zhara-faq-9-content {
  position: absolute;
  bottom: 60px;
  left: 100px;
}
@media (max-width: 767px) {
  .zhara-faq-9-content {
    left: 30px;
    bottom: 30px;
  }
}
.zhara-faq-9-title {
  font-size: 46px;
  text-align: start;
  margin-bottom: 20px;
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-faq-9-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .zhara-faq-9-title {
    font-size: 35px;
  }
}

/*----------------------------------------*/
/*  8.6 banner css
/*----------------------------------------*/
.zhara-banner-3-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-banner-3-heading p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-banner-5-ptb {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .zhara-banner-5-ptb {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.zhara-banner-5-bg::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.zhara-banner-5-video a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-common-white);
}
.zhara-banner-5-video a:hover span {
  color: var(--zhara-common-white);
  background-color: var(--zhara-common-orange);
}
.zhara-banner-5-video a span {
  display: inline-grid;
  place-content: center;
  text-align: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-theme-primary);
  background-color: var(--zhara-common-white);
}
.zhara-banner-6-hight {
  height: 700px;
}
.zhara-banner-7-thumb {
  border-radius: 100px;
}
.zhara-banner-7-thumb img {
  width: 100%;
  border-radius: 100px;
}
.zhara-banner-7-video {
  position: absolute;
  left: 60px;
  bottom: 45px;
}
@media (max-width: 767px) {
  .zhara-banner-7-video {
    left: 50px;
    bottom: 20px;
  }
}
.zhara-banner-8-style {
  position: relative;
  height: 980px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-banner-8-style {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .zhara-banner-8-style {
    height: 700px;
  }
}
.zhara-banner-8-style::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 66.7%);
}
.zhara-banner-8-style::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    0deg,
    rgba(17, 17, 17, 0.6) 0%,
    rgba(17, 17, 17, 0) 100%
  );
}
.zhara-banner-10-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media (max-width: 767px) {
  .zhara-still-ptb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .zhara-still-heading p br {
    display: none;
  }
}
.zhara-still-list {
  margin-bottom: 10px;
}
.zhara-still-list ul {
  display: inline-block;
}
.zhara-still-list ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  gap: 6px;
  color: var(--zhara-common-black);
}
.zhara-still-list ul li span {
  margin-right: 4px;
  display: inline-block;
}
.zhara-still-thumb {
  height: 100%;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  z-index: 0;
  background-position: center center;
  mask-image: url(../img/about/still-thumb-mask.png);
  -webkit-mask-image: url(../img/about/still-thumb-mask.png);
}
.zhara-still-thumb-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-still-thumb-shape-2 {
    top: -20px;
    right: -20px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-still-thumb-shape-2 {
    top: -32px;
    right: -32px;
    transform: scale(0.7);
  }
}
.zhara-still-thumb-shape-2 img {
  border-radius: 16px;
}
.zhara-still-thumb-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-still-thumb-shape-1 {
    bottom: -20px;
    left: -20px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-still-thumb-shape-1 {
    bottom: -32px;
    left: -32px;
    transform: scale(0.7);
  }
}
.zhara-still-thumb-shape-1 img {
  border-radius: 16px;
}

.zhara-step-item-num {
  position: absolute;
  top: 50px;
  left: 80px;
  font-size: 16px;
  padding: 1px 6px;
  font-weight: 500;
  display: inline-block;
  background: #fd4621;
  border-radius: 0 4px 4px 0;
  color: var(--zhara-common-white);
}
.zhara-step-item-num::after {
  position: absolute;
  bottom: -14px;
  left: -13px;
  content: "";
  height: 14px;
  width: 25px;
  background-color: #fd4621;
  clip-path: polygon(100% 0, 50% 0, 100% 100%);
}
.zhara-step-item-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-item-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.zhara-step-7-thumb {
  padding-left: 75px;
  border-radius: 300px;
}
@media (max-width: 767px) {
  .zhara-step-7-thumb {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.zhara-step-7-thumb img {
  border-radius: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-thumb-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-thumb-wrapper {
    margin-bottom: 100px;
  }
}
.zhara-step-7-thumb-shape .shape-1 {
  position: absolute;
  bottom: -85px;
  left: 5px;
}
@media (max-width: 767px) {
  .zhara-step-7-thumb-shape .shape-1 {
    display: none;
  }
}
.zhara-step-7-thumb-shape .shape-2 {
  position: absolute;
  top: 0;
  right: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-step-7-thumb-shape .shape-2 {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .zhara-step-7-thumb-shape .shape-2 {
    display: none;
  }
}
.zhara-step-7-item {
  gap: 20px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-item-box {
    padding-left: 0;
  }
}
.zhara-step-7-item-icon span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: var(--zhara-common-white);
}
.zhara-step-7-item-content p {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-item-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-item.ml-100 {
    margin-left: 0;
  }
}
.zhara-step-7-contact {
  bottom: 0;
  right: 12%;
  position: absolute;
  padding: 26px 20px;
  border-radius: 16px;
  display: inline-block;
  background-color: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-step-7-contact {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .zhara-step-7-contact {
    width: 100%;
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zhara-step-7-contact {
    width: auto;
  }
}

.zhara-quote-content span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-quote-content span::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 4px 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--zhara-gray-2);
}
.zhara-quote-content p {
  margin: 0;
}

/*----------------------------------------*/
/*  8.7 about css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-4-ptb {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.zhara-about-4-shape {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-about-4-shape {
    bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-4-shape {
    display: none;
  }
}
.zhara-about-4-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .zhara-about-4-heading {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .zhara-about-4-heading p br {
    display: none;
  }
}
.zhara-about-4-counter {
  padding-bottom: 24px;
}
.zhara-about-4-counter-item {
  border-radius: 32px;
  background-color: var(--zhara-common-white);
  padding: 40px 0;
}
.zhara-about-4-counter-item span {
  font-size: 16px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-about-4-counter-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}
.zhara-about-4-counter-title i {
  font-style: normal;
}

.zhara-about-5-heading p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .zhara-about-5-heading p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .zhara-about-6-ptb {
    padding-bottom: 30px;
  }
}
.zhara-about-6-thumb-wrapper {
  align-items: center;
}
.zhara-about-6-thumb img {
  border-radius: 0px 200px 200px 0px;
}

.zhara-about-7-heading {
  padding-right: 132px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-about-7-heading {
    padding-right: 40px;
  }
}
.zhara-about-7-thumb-wrap {
  gap: 24px;
  display: flex;
  align-items: end;
}
.zhara-about-7-thumb.bdr-1 img {
  border-radius: 200px 200px 16px 16px;
}
.zhara-about-7-thumb.bdr-2 img {
  border-radius: 200px 200px 16px 16px;
}

.zhara-about-8-ptb {
  padding-bottom: 305px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-8-ptb {
    padding-top: 80px;
    bottom: 80px;
    padding-bottom: 30px;
  }
}
.zhara-about-8-thumb-wrapper .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-about-8-thumb-wrapper .shape-1 {
    left: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-8-thumb-wrapper .shape-1 {
    display: none;
  }
}
.zhara-about-8-thumb-wrapper .shape-2 {
  position: absolute;
  bottom: 110px;
  right: -10px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-8-thumb-wrapper .shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-about-8-num-wrap {
    display: flex;
    gap: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .zhara-about-8-num-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.zhara-about-8-num-item {
  width: 255px;
  padding: 45px 0;
  border-radius: 16px;
  text-align: center;
  background: #f0f8ff;
}
.zhara-about-8-num-item.pos-1 {
  position: absolute;
  left: 15%;
  bottom: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-about-8-num-item.pos-1 {
    left: 7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-8-num-item.pos-1 {
    position: initial;
  }
}
.zhara-about-8-num-item.pos-2 {
  position: absolute;
  right: 8%;
  top: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-about-8-num-item.pos-2 {
    top: 0%;
    right: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-8-num-item.pos-2 {
    position: initial;
  }
}
.zhara-about-8-num-item p {
  font-size: 20px;
  font-weight: 400;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-about-8-num-title {
  font-size: 46px;
  font-weight: 500;
  font-family: var(--zhara-ff-inter);
}
.zhara-about-8-num-title i {
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-ptb {
    padding-bottom: 0;
  }
}
.zhara-about-9-text-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-text-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-heading {
    padding-top: 30px;
  }
}
.zhara-about-9-heading .zhara-section-subtitle {
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-about-9-thumb-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-about-9-thumb-left {
    left: -55px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-about-9-thumb-left {
    left: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-about-9-thumb-left {
    left: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-thumb-left {
    position: static;
    text-align: center;
  }
}
.zhara-about-9-thumb-left img {
  height: 100%;
}
.zhara-about-9-thumb-left .shape-right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-thumb-left .shape-right {
    display: none;
  }
}
.zhara-about-9-thumb-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .zhara-about-9-thumb-right {
    right: -55px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-about-9-thumb-right {
    right: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-about-9-thumb-right {
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-thumb-right {
    position: static;
    text-align: center;
  }
}
.zhara-about-9-thumb-right img {
  height: 100%;
}
.zhara-about-9-thumb-right .shape-left {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-about-9-thumb-right .shape-left {
    display: none;
  }
}

@media (max-width: 767px) {
  .zhara-about-story-ptb {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .zhara-about-story-thumb {
    margin-bottom: 20px;
  }
}
.zhara-about-story-thumb img {
  width: 100%;
  border-radius: 8px;
}
.zhara-about-map-ptb {
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .zhara-about-map-ptb {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .zhara-about-map-heading p br {
    display: none;
  }
}
.zhara-about-map-item {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #fd4621;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-about-map-item {
    padding: 26px;
  }
}
.zhara-about-map-item-title {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  color: var(--zhara-theme-primary);
  font-family: var(--zhara-ff-inter);
}
.zhara-about-map-item-title i {
  font-style: normal;
}
.zhara-about-map-item p {
  margin: 0;
  color: var(--zhara-theme-primary);
}
.zhara-about-info-item {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-about-info-item-icon span {
  display: inline-block;
  margin-bottom: 24px;
}
.zhara-about-info-item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .zhara-about-team-heading p br {
    display: none;
  }
}

.zhara-about-team-ptb-m {
  padding-top: 60px;
}

@media (max-width: 480px) {
  .zhara-about-team-ptb-m {
    padding-top: 120px;
  }
}
/*----------------------------------------*/
/*  8.8 feature css
/*----------------------------------------*/
.zhara-feature-6-wrapper .row [class*="col-"]:not(:last-of-type) {
  border-right: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-feature-6-wrapper .row [class*="col-"]:not(:last-of-type) {
    border: none;
  }
}
.zhara-feature-6-item.plr {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-feature-6-item.plr {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .zhara-feature-6-item.plr {
    padding-left: 0;
  }
}
.zhara-feature-6-item-icon span {
  margin-bottom: 30px;
  display: inline-block;
}
.zhara-feature-6-item-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--zhara-text-body);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-feature-6-item-content p br {
    display: none;
  }
}

.zhara-feature-11-item {
  gap: 24px;
  display: flex;
  align-items: center;
}
.zhara-feature-11-item-title {
  font-size: 20px;
  color: var(--zhara-common-white);
}
.zhara-feature-11-item-content p {
  margin: 0;
  color: var(--zhara-common-white);
}

/*----------------------------------------*/
/*  8.9 city css
/*----------------------------------------*/
.zhara-ct-details-slider-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  color: var(--zhara-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-ct-details-slider-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .zhara-ct-details-slider-title {
    font-size: 44px;
  }
}
.zhara-ct-details-slider-wrapper
  .zhara-tour-active-3
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .zhara-ct-details-slider-title {
  opacity: 1;
  visibility: visible;
}
.zhara-ct-details-slider-style
  .zhara-testimonial-12-item
  .zhara-testimonial-2-item {
  border: 1px solid #111111;
  background-color: transparent;
}
.zhara-ct-details-btn-wrap {
  gap: 20px;
}
@media (max-width: 767px) {
  .zhara-ct-details-btn-wrap {
    flex-wrap: wrap;
  }
}
.zhara-ct-details-faq-heading p {
  font-weight: 500;
  color: var(--zhara-common-black);
}
@media (max-width: 767px) {
  .zhara-ct-details-top-bar {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.zhara-ct-details-map-wrap {
  height: 600px;
}
.zhara-ct-details-map-wrap iframe {
  width: 100%;
  height: 100%;
}
.zhara-ct-details-map-item {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 450px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-ct-details-map-item {
    width: 405px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-ct-details-map-item {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .zhara-ct-details-map-item {
    display: none;
  }
}
.zhara-ct-details-map-item .zhara-tour-card.style-list {
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-ct-details-map-item .zhara-tour-card.style-list {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-ct-details-map-item .zhara-tour-card.style-list .zhara-tour-list-left {
    gap: 25px;
    width: 100%;
    flex-wrap: inherit;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-ct-details-map-item
    .zhara-tour-card.style-list
    .zhara-tour-2-card-thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-ct-details-map-item
    .zhara-tour-card.style-list
    .zhara-tour-2-card-title
    a
    br {
    display: none;
  }
}
.zhara-ct-details-map-item
  .zhara-tour-card.style-list
  .zhara-tour-2-card-content {
  width: auto;
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-ct-details-map-item
    .zhara-tour-card.style-list
    .zhara-tour-2-card-content {
    width: 100%;
    padding: 0px 15px 10px 0px;
  }
}
@media (max-width: 767px) {
  .zhara-ct-details-map-item
    .zhara-tour-card.style-list
    .zhara-tour-2-card-content {
    width: 100%;
    padding: 0 20px;
  }
}
.zhara-ct-details-cta-wrapper {
  padding: 155px 0;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-ct-details-cta-wrapper {
    background-position: center;
  }
}
.zhara-ct-details-cta-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.zhara-ct-details-cta-content {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .zhara-ct-details-cta-content {
    left: 20px;
    right: 20px;
  }
}
.zhara-ct-details-cta-content h4 {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--zhara-common-white);
}
.zhara-ct-details-cta-content p {
  margin-bottom: 30px;
  color: var(--zhara-common-white);
}
.zhara-ct-details-2-wrapper .zhara-ct-details-slider-title {
  opacity: 1;
  visibility: visible;
}
.zhara-ct-details-2-wrapper .zhara-tour-details-slide {
  position: relative;
}
.zhara-ct-details-2-wrapper .zhara-tour-details-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .zhara-carrer-ptb {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .zhara-carrer-heading p br {
    display: none;
  }
}
.zhara-carrer-gallery-wrap {
  margin: 0 -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-carrer-gallery-wrap {
    margin: 0;
  }
}
.zhara-carrer-gallery-thumb img {
  width: 100%;
}
.zhara-carrer-feature-item-title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-carrer-feature-item p br {
    display: none;
  }
}
.zhara-carrer-job-item {
  display: flex;
  position: relative;
  border-radius: 16px;
  align-items: center;
  border: 1px solid var(--zhara-gray-2);
  padding: 24px 38px 24px 30px;
  justify-content: space-between;
  background: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .zhara-carrer-job-item {
    flex-wrap: wrap;
    padding: 24px 20px 24px 20px;
  }
}
.zhara-carrer-job-content span {
  font-size: 16px;
}
.zhara-carrer-job-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .zhara-carrer-job-btn {
    margin-top: 15px;
  }
}

.zhara-privacy-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.zhara-privacy-sub {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--zhara-common-black);
}

/*----------------------------------------*/
/*  9.0 shop css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-heading .zhara-section-title {
    margin-bottom: 15px;
  }
}
.zhara-shop-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-shop-item:hover .zhara-shop-item-thumb img {
  transform: scale(1.05);
}
.zhara-shop-item:hover .zhara-shop-action a,
.zhara-shop-item:hover .zhara-shop-action button {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.zhara-shop-item:hover .zhara-shop-action a:nth-child(1),
.zhara-shop-item:hover .zhara-shop-action button:nth-child(1) {
  transition-delay: 0s;
}
.zhara-shop-item:hover .zhara-shop-action a:nth-child(2),
.zhara-shop-item:hover .zhara-shop-action button:nth-child(2) {
  transition-delay: 0.1s;
}
.zhara-shop-item:hover .zhara-shop-action a:nth-child(3),
.zhara-shop-item:hover .zhara-shop-action button:nth-child(3) {
  transition-delay: 0.12s;
}
.zhara-shop-item:hover .zhara-shop-action a:nth-child(4),
.zhara-shop-item:hover .zhara-shop-action button:nth-child(4) {
  transition-delay: 0.14s;
}
.zhara-shop-item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-item-title {
    font-size: 18px;
  }
}
.zhara-shop-item-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-shop-item-thumb {
  overflow: hidden;
  text-align: center;
}
.zhara-shop-item-thumb img {
  z-index: -1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.zhara-shop-item-price {
  font-size: 18px;
  margin-bottom: 16px;
  display: inline-block;
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-item-quantity {
  width: 150px;
  position: relative;
}
.zhara-shop-select .zhara-tour-grid-select .nice-select .list {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-select .zhara-tour-grid-select .nice-select .list {
    right: auto;
  }
}
.zhara-shop-action {
  position: absolute;
  top: 40px;
  right: 10px;
}
.zhara-shop-action a,
.zhara-shop-action button {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  opacity: 0;
  border-radius: 6px;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateX(100%);
  background-color: var(--zhara-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
}
.zhara-shop-action a:nth-child(1),
.zhara-shop-action button:nth-child(1) {
  transition-delay: 0.14s;
}
.zhara-shop-action a:nth-child(2),
.zhara-shop-action button:nth-child(2) {
  transition-delay: 0.12s;
}
.zhara-shop-action a:nth-child(3),
.zhara-shop-action button:nth-child(3) {
  transition-delay: 0.1s;
}
.zhara-shop-action a:nth-child(4),
.zhara-shop-action button:nth-child(4) {
  transition-delay: 0s;
}
.zhara-shop-action a:hover,
.zhara-shop-action button:hover {
  color: var(--zhara-common-white);
  background-color: var(--zhara-theme-primary);
}
.zhara-shop-action a:hover .action-tooltip,
.zhara-shop-action button:hover .action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.zhara-shop-action a .action-tooltip,
.zhara-shop-action button .action-tooltip {
  position: absolute;
  top: 50%;
  right: 90%;
  z-index: 1;
  line-height: 1;
  font-size: 13px;
  padding: 6px 8px;
  font-weight: 500;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  width: max-content;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  color: var(--zhara-common-white);
  background-color: var(--zhara-common-black);
}
.zhara-shop-action a .action-tooltip::after,
.zhara-shop-action button .action-tooltip::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 8px;
  width: 8px;
  background-color: var(--zhara-common-black);
  transform: translate(50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-details-wrap {
    padding-left: 0;
  }
}
.zhara-shop-details-thumb {
  border-radius: 16px;
  padding: 22px 38px 33px;
  border: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-details-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-shop-details-text p br {
    display: none;
  }
}
.zhara-shop-details-item-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-shop-details-item-title {
    font-size: 25px;
  }
}
.zhara-shop-details-item-price {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--zhara-theme-primary);
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .zhara-shop-details-item-price {
    font-size: 25px;
  }
}
.zhara-shop-details-quantity {
  gap: 35px;
}
.zhara-shop-details-quantity-title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-tab {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--zhara-gray-2);
}
@media (max-width: 767px) {
  .zhara-shop-details-info-tab {
    padding-bottom: 0;
  }
}
.zhara-shop-details-info-tab .zhara-tour-12-tab nav .nav-tabs .nav-link {
  margin-left: 0;
  padding: 10px 0;
  margin-right: 20px;
}
.zhara-shop-details-info-tab .zhara-tour-12-tab nav .nav-tabs .nav-link::after {
  bottom: -10px;
}
.zhara-shop-details-info-title {
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-text p {
  font-size: 18px;
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-list span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-list ul li {
  gap: 8px;
  display: flex;
  font-size: 18px;
  align-items: center;
  margin-bottom: 8px;
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-review .zhara-shop-sub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-review .zhara-shop-rating {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-review-input .review-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-shop-details-info-review-input input,
.zhara-shop-details-info-review-input textarea {
  height: 46px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.zhara-shop-details-info-review-input input:focus,
.zhara-shop-details-info-review-input textarea:focus {
  border-color: var(--zhara-theme-primary);
}
.zhara-shop-details-info-review-input textarea {
  height: 166px;
  resize: none;
}

.zhara-item-plus,
.zhara-item-minus {
  width: 44px;
  height: 44px;
  top: 50%;
  left: 8px;
  color: #999;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-item-plus:hover,
.zhara-item-minus:hover {
  cursor: pointer;
  color: #f50963;
}
.zhara-item-plus.zhara-item-plus,
.zhara-item-minus.zhara-item-plus {
  left: auto;
  right: 8px;
}
.zhara-item-input[type="text"] {
  height: 44px;
  font-size: 18px;
  padding: 0 45px;
  text-align: center;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid #ddd;
  background-color: transparent;
  color: var(--zhara-theme-primary);
}
.zhara-item-input[type="text"]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  9.0 Dashboard css
/*----------------------------------------*/
.zhara-dashboard-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .zhara-dashboard-wrapper {
    flex-wrap: wrap-reverse;
  }
}
.zhara-dashboard-sidebar {
  width: 250px;
  height: auto;
  padding: 26px;
  flex: 0 0 250px;
  border-right: 1px solid rgba(238, 238, 238, 0.9333333333);
  background-color: var(--zhara-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-sidebar {
    width: 220px;
    flex: 0 0 220px;
  }
}
@media (max-width: 767px) {
  .zhara-dashboard-sidebar {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .zhara-dashboard-sidebar {
    display: none;
  }
}
.zhara-dashboard-sidebar.sidebar-collapsed {
  width: 45px;
  flex: 0 0 45px;
  padding: 26px 8px;
}
.zhara-dashboard-sidebar.sidebar-collapsed .zhara-dashboard-nav-menu {
  padding: 0;
}
.zhara-dashboard-sidebar.sidebar-collapsed .zhara-dashboard-nav-menu a {
  font-size: 0;
}
.zhara-dashboard-sidebar.sidebar-collapsed .zhara-dashboard-nav-logo {
  display: none;
}
.zhara-dashboard-close span {
  width: 25px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zhara-dashboard-close span:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-close span svg {
  transition: transform 0.3s ease;
}
.zhara-dashboard-close span svg.rotate {
  transform: scaleX(-1);
}
.zhara-dashboard-nav-top {
  margin-bottom: 35px;
}
.zhara-dashboard-nav-menu {
  padding: 12px;
}
.zhara-dashboard-nav-menu a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: none;
  color: var(--zhara-common-black);
}
.zhara-dashboard-nav-menu a:not(:last-of-type) {
  margin-bottom: 20px;
}
.zhara-dashboard-nav-menu a:hover,
.zhara-dashboard-nav-menu a.active {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-nav-menu a .zhara-svg-icon {
  width: 24px;
  margin-right: 4px;
  display: inline-block;
}
.zhara-dashboard-main-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.zhara-dashboard-account-title {
  font-size: 30px;
}
.zhara-dashboard-account-box {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-account-box {
    height: auto;
  }
}
.zhara-dashboard-account-card-thumb {
  overflow: hidden;
  text-align: center;
}
.zhara-dashboard-account-card-thumb img {
  width: 100%;
  border-radius: 8px;
}
.zhara-dashboard-account-card-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--zhara-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-account-card-title br {
    display: none;
  }
}
.zhara-dashboard-account-card-meta span {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-account-card-meta span svg {
  margin-right: 5px;
}
.zhara-dashboard-account-card-btns {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zhara-dashboard-account-card-btns .zhara-btn-primary.green {
  background-color: #34c759;
}
.zhara-dashboard-account-book-item {
  gap: 15px;
  display: flex;
  padding: 20px 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--zhara-gray-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-account-book-item {
    flex-wrap: wrap;
  }
}
.zhara-dashboard-account-book-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.zhara-dashboard-account-book-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.zhara-dashboard-account-book-content {
  flex-grow: 1;
}
.zhara-dashboard-account-book-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin: 0 0 10px 0;
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-account-book-info {
  font-size: 16px;
  color: #333;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-account-book-info .separator {
  color: #ccc;
}
.zhara-dashboard-account-book-action {
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-account-book-action:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  background-color: var(--zhara-common-white);
}
.zhara-dashboard-header-back a {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-common-black);
}
.zhara-dashboard-header-back a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-header-right {
  gap: 20px;
  align-items: center;
  display: inline-flex;
}
.zhara-dashboard-header-author .zhara-header-user-thumb {
  position: relative;
}
.zhara-dashboard-header-author
  .zhara-header-user-thumb:hover
  .zhara-header-user-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .zhara-dashboard-header-notifi {
    display: none;
  }
}
.zhara-dashboard-header-notifi button {
  position: relative;
}
.zhara-dashboard-header-notifi button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--zhara-theme-primary);
}
.zhara-dashboard-wrap {
  border-radius: 16px;
  padding: 30px 30px 50px;
  background: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-wrap {
    overflow-x: scroll;
  }
}
.zhara-dashboard-booking-tab nav .nav-tabs {
  gap: 32px;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-booking-tab nav .nav-tabs {
    gap: 20px;
  }
}
.zhara-dashboard-booking-tab nav .nav-tabs .nav-link {
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--zhara-gray-7);
  border: 1px solid transparent;
}
.zhara-dashboard-booking-tab nav .nav-tabs .nav-link.active {
  color: var(--zhara-theme-primary);
  border-bottom: 1px solid currentColor;
}
.zhara-dashboard-booking-tab nav .nav-tabs .nav-link:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-booking-h-wrap {
  padding: 30px;
  border-radius: 16px;
  background: var(--zhara-common-white);
  border: 1px solid var(--zhara-gray-2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-dashboard-booking-h-wrap .zhara-checkout-summary-wrap {
  box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-booking-h-info {
    margin-bottom: 40px;
  }
}
.zhara-dashboard-booking-h-info-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-common-black);
}
.zhara-dashboard-booking-h-info-list ul li {
  gap: 5px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 10px;
  color: var(--zhara-common-black);
}
.zhara-dashboard-booking-h-info-list ul li span {
  font-weight: 400;
  display: inline-block;
  color: var(--zhara-text-body);
}
.zhara-dashboard-booking-h-info-btn .zhara-btn-primary {
  background-color: #ffe453;
  color: var(--zhara-common-black);
}
.zhara-booking-details-thumb {
  height: 100%;
  display: flex;
  img {
    object-fit: cover;
  border-radius: 16px;
    height: 100%;
    width: 100%;
  }
}
.zhara-dashboard-table ul {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table ul {
    width: 100%;
  }
}
.zhara-dashboard-table ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.zhara-dashboard-table-head {
  padding: 12px 0;
}
.zhara-dashboard-table-item {
  padding: 20px 0 24px;
}
.zhara-dashboard-table-title {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
}
.zhara-dashboard-table-card {
  gap: 12px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-table-card {
    flex-wrap: wrap;
  }
}
.zhara-dashboard-table-card-thumb {
  height: 96px;
  min-width: 96px;
}
.zhara-dashboard-table-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.zhara-dashboard-table-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
.zhara-dashboard-table-card-title a:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-table-date {
  font-size: 16px;
}
.zhara-dashboard-table-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
  span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
  }
}
.zhara-dashboard-table-status {
  font-size: 16px;
}
.zhara-dashboard-table-status span {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ddd;
}
.zhara-dashboard-table-status span.complete {
  background-color: #46e86a;
}
.zhara-dashboard-table-status span.pending {
  background-color: #ffe453;
}
.zhara-dashboard-table-status span.reject {
  background-color: #ff252b;
}
.zhara-dashboard-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-row {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-table-data-1 {
  width: 80px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-data-1 {
    width: 60px;
  }
}
.zhara-dashboard-table-data-2 {
  width: 430px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table-data-2 {
    width: 335px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table-data-2 {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-table-data-2 {
    width: 200px;
  }
}
.zhara-dashboard-table-data-3 {
  width: 180px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table-data-3 {
    width: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table-data-3 {
    width: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-data-3 {
    width: 100px;
  }
}
.zhara-dashboard-table-data-4 {
  width: 130px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table-data-4 {
    width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-data-4 {
    width: 60px;
  }
}
.zhara-dashboard-table-data-5 {
  width: 220px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table-data-5 {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table-data-5 {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-data-5 {
    width: 100px;
  }
}
.zhara-dashboard-table-data-6 {
  width: 90px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table-data-6 {
    width: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-table-data-6 {
    width: 50px;
  }
}
.zhara-dashboard-table-empty {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-row {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-3 {
  width: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-3 {
    width: 95px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-4 {
    width: 95px;
  }
}
.zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-5 {
  width: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-5 {
    width: 95px;
  }
}
.zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-6 {
  width: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-6 {
    width: 150px;
  }
}
.zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-7 {
  width: 150px;
}
.zhara-dashboard-table.partner-booking .zhara-dashboard-table-data-8 {
  width: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-table.partner-booking .zhara-dashboard-table-card-title br {
    display: none;
  }
}
.zhara-dashboard-table.partner-booking.coupon-style
  .zhara-dashboard-table-data-1 {
  width: 150px;
}
.zhara-dashboard-table.partner-booking.coupon-style
  .zhara-dashboard-table-data-3 {
  width: 220px;
}
.zhara-dashboard-table.partner-booking.coupon-style
  .zhara-dashboard-table-data-4 {
  width: 170px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.partner-booking.coupon-style
    .zhara-dashboard-table-data-4 {
    width: 120px;
  }
}
.zhara-dashboard-table.partner-booking.coupon-style
  .zhara-dashboard-table-data-6 {
  width: 170px;
}
.zhara-dashboard-table.partner-booking.coupon-style ul li:last-child {
  border: none;
}
.zhara-dashboard-table.earnign-style ul {
  width: 100%;
}
.zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-1 {
  width: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-1 {
    width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-1 {
    width: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-2 {
    width: 290px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-2 {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-2 {
    width: 150px;
  }
}
.zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-4 {
  width: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-4 {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-4 {
    width: 150px;
  }
}
.zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-5 {
  width: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-5 {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-5 {
    width: 150px;
  }
}
.zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-6 {
  width: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-table.earnign-style .zhara-dashboard-table-data-6 {
    width: 150px;
  }
}

.zhara-dashboard-table-grid {
  display: grid;
  &.main {
    grid-template-columns: 1fr repeat(3, minmax(170px, auto));
    .zhara-dashboard-table-grid-item {
      &:nth-child(4n + 6) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      &:not(:nth-last-child(-n + 4)) {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--zhara-gray-3);
      }
      &:not(:nth-child(-n + 4)) {
        padding-top: 20px;
      }
    }
  }
  &.booking {
    gap: 8px 0;
    grid-template-columns: repeat(7, 1fr);
    .zhara-dashboard-table-grid-item {
      flex-direction: column;
      padding-right: 0;

      &:nth-child(-n + 4) {
        padding-bottom: 20px;
      }
      &:nth-child(2) {
        grid-column: span 2;
      }
      &:nth-child(4),
      &:nth-child(5) {
        grid-column: span 3;
      }
      .zhara-dashboard-partner-table-payment,
      .zhara-dashboard-table-price {
        padding-right: 8px;
      }
      .zhara-dashboard-table-item-subtitle {
        padding-right: 8px;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--zhara-gray-3);
      }
    }
  }
  &.employees {
    grid-template-columns: 80px 1fr repeat(3, minmax(170px, auto));
  }
  &.invoices {
    grid-template-columns:
      1fr minmax(136px, auto) minmax(80px, auto) minmax(170px, auto)
      minmax(142px, auto);
  }
  &.invoices,
  &.employees {
    .zhara-dashboard-table-grid-item {
      &:nth-child(5n + 8) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      &:not(:nth-last-child(-n + 5)) {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--zhara-gray-3);
      }
      &:not(:nth-child(-n + 5)) {
        padding-top: 20px;
      }
    }
  }
  &.invoices,
  &.employees,
  &.main {
    .zhara-dashboard-table-grid-item {
      align-items: center;
      .zhara-dashboard-table-item-subtitle {
        display: none;
      }
    }
  }
  .zhara-dashboard-table-grid-item {
    padding-right: 16px;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .zhara-dashboard-table-grid {
    &.main {
      grid-template-columns: repeat(3, 1fr);
      .zhara-dashboard-table-grid-item {
        &:nth-child(4n + 5) {
          grid-column: span 3;
        }
        &:not(:nth-last-child(-n + 4)) {
          padding-bottom: 0px;
          border-bottom: none;
        }
        &:nth-child(-n + 4) {
          display: none;
        }
        &:nth-child(4n + 6) {
          flex-direction: column;
        }
        &:nth-child(4n + 6),
        &:nth-child(4n + 7),
        &:nth-child(4n + 8) {
          border-bottom: none;
          flex-direction: column;
          justify-content: flex-start;
          align-items: start;
          .zhara-dashboard-table-item-subtitle {
            padding-right: 8px;
            padding-left: 8px;
            width: 100%;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--zhara-gray-3);
          }
          .zhara-dashboard-table-price {
            padding-left: 8px;
          }
        }
      }
    }
    &.booking {
      grid-template-columns: repeat(5, 1fr);
      .zhara-dashboard-table-grid-item {
        &:nth-child(2) {
          grid-column: span 1;
        }
        &:nth-child(4),
        &:nth-child(5) {
          grid-column: span 2;
        }
        &:nth-child(5),
        &:nth-child(6),
        &:nth-child(7) {
          grid-row: span 2;
        }
        &:nth-child(9) {
          .zhara-dashboard-table-item-subtitle {
            display: none;
          }
        }
      }
    }
    &.employees {
      grid-template-columns: repeat(4, 1fr);
      .zhara-dashboard-table-grid-item {
        padding-right: 0;
        &:nth-child(5n + 7) {
          grid-column: span 3;
        }
        &:nth-child(5n + 8) {
          grid-column: span 2;
        }
        &:nth-child(-n + 5) {
          display: none;
        }
        &:not(:nth-last-child(-n + 5)) {
          padding-bottom: 0px;
          border-bottom: none;
        }
        &:nth-child(5n + 7) {
          flex-direction: column;
        }
        &:nth-child(5n + 7),
        &:nth-child(5n + 8),
        &:nth-child(5n + 9),
        &:nth-child(5n + 10) {
          border-bottom: none;
          flex-direction: column;
          justify-content: flex-start;
          align-items: start;
          .zhara-dashboard-table-item-subtitle {
            padding-right: 8px;
            padding-left: 8px;
            width: 100%;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--zhara-gray-3);
          }
          .zhara-dashboard-table-price {
            padding-left: 8px;
          }
        }
      }
    }
    &.invoices {
      grid-template-columns: repeat(4, 1fr);
      .zhara-dashboard-table-grid-item {
        padding-right: 0;
        &:nth-child(5n + 6) {
          grid-column: span 4;
        }
        &:nth-child(-n + 5) {
          display: none;
        }
        &:not(:nth-last-child(-n + 5)) {
          padding-bottom: 0px;
          border-bottom: none;
        }
        &:nth-child(5n + 7) {
          flex-direction: column;
        }
        &:nth-child(5n + 7),
        &:nth-child(5n + 8),
        &:nth-child(5n + 9),
        &:nth-child(5n + 10) {
          border-bottom: none;
          flex-direction: column;
          justify-content: flex-start;
          align-items: start;
          .zhara-dashboard-table-item-subtitle {
            padding-right: 8px;
            padding-left: 8px;
            width: 100%;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--zhara-gray-3);
          }
          .zhara-dashboard-table-price {
            padding-left: 8px;
          }
        }
      }
    }
    .zhara-dashboard-table-grid-item {
      padding-right: 0;
      .zhara-dashboard-table-item-subtitle {
        display: block;
      }
    }
  }
}
@media (max-width: 999px) {
  .zhara-dashboard-table-grid {
    &.main {
      .zhara-dashboard-table-grid-item {
        &:nth-child(4n + 6),
        &:nth-child(4n + 7),
        &:nth-child(4n + 8) {
          padding-top: 8px;
          grid-column: span 4;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          .zhara-dashboard-table-item-subtitle {
            width: auto;
            border-bottom: none;
          }
        }
      }
    }

    &.booking {
      grid-template-columns: repeat(3, 1fr);
      .zhara-dashboard-table-grid-item {
        &:nth-child(5) {
          grid-column: span 1;
          grid-row: span 1;
        }
      }
    }
    &.employees {
      .zhara-dashboard-table-grid-item {
        &:nth-child(5n + 8),
        &:nth-child(5n + 9),
        &:nth-child(5n + 10) {
          padding-top: 8px;
          grid-column: span 4;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          .zhara-dashboard-table-item-subtitle {
            width: auto;
            border-bottom: none;
          }
        }
      }
    }
    &.invoices {
      .zhara-dashboard-table-grid-item {
        &:nth-child(5n + 7),
        &:nth-child(5n + 8),
        &:nth-child(5n + 9),
        &:nth-child(5n + 10) {
          grid-column: span 2;
        }
      }
    }
  }
}
@media (max-width: 767px) {
  .zhara-dashboard-table-grid.booking {
    grid-template-columns: repeat(2, 1fr);
    .zhara-dashboard-table-grid-item {
      &:nth-child(4) {
        grid-column: span 1;
      }
      &:nth-child(6) {
        grid-row: span 1;
      }
      &:nth-child(-n + 6) {
        padding-bottom: 20px;
      }
    }
  }
}
@media (max-width: 479px) {
  .zhara-dashboard-table-grid {
    &.main {
    }
    &.employees {
    }
    &.booking {
      grid-template-columns: 1fr;
      .zhara-dashboard-table-grid-item {
        &:nth-child(-n + 7) {
          padding-bottom: 20px;
        }
      }
    }
    &.invoices {
      .zhara-dashboard-table-grid-item {
        &:nth-child(5n + 7),
        &:nth-child(5n + 8),
        &:nth-child(5n + 9),
        &:nth-child(5n + 10) {
          padding-top: 8px;
          grid-column: span 4;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          .zhara-dashboard-table-item-subtitle {
            width: auto;
            border-bottom: none;
          }
        }
      }
    }
  }
}
.zhara-dashboard-invoice-bill {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .zhara-dashboard-invoice-bill {
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.zhara-dashboard-invoice-info-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--zhara-common-black);
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-booking-info {
    height: 100%;
  ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    &.space-between {
      li {
        span {
          flex-grow: 1;
        }
      }
    }
    li {
  display: flex;
  gap: 4px;
  align-items: baseline;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  span {
  font-weight: 400;
  margin-left: 5px;
}
    }
  }
}
.zhara-dashboard-booking-info ul li.zhara-dashboard-booking-qty--split {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.zhara-dashboard-booking-qty-lines {
  font-weight: 600;
}
.zhara-dashboard-booking-qty-lines > div {
  display: flex;
  gap: 4px;
  align-items: baseline;
  margin-bottom: 4px;
}
.zhara-dashboard-booking-qty-lines > div:last-child {
  margin-bottom: 0;
}
.zhara-dashboard-booking-qty-lines span {
  font-weight: 400;
}
.zhara-dashboard-invoice-info ul {
  display: block;
}
.zhara-dashboard-invoice-info ul li {
  display: flex;
  gap: 4px;
  align-items: baseline;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.zhara-dashboard-invoice-info ul li span {
  font-weight: 400;
  margin-left: 5px;
}
.zhara-dashboard-invoice-info.total-style ul {
  margin-left: -130px;
}
.zhara-dashboard-invoice-info.total-style ul li span {
  width: 80px;
  margin-left: 0;
  margin-right: 50px;
  display: inline-block;
}
@media (max-width: 767px) {
  .zhara-dashboard-invoice-info.pb-95 {
    padding-bottom: 20px;
  }
}
.zhara-dashboard-invoice-part {
  display: flex;
  padding: 18px 24px;
  justify-content: space-between;
}
.zhara-dashboard-invoice-part .zhara-dashboard-invoice-info-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.zhara-dashboard-invoice-payment-wrap {
  gap: 110px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .zhara-dashboard-invoice-payment-wrap {
    gap: 55px;
  }
}
@media (max-width: 767px) {
  .zhara-dashboard-invoice-payment-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-invoice-payment .text-up {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.zhara-dashboard-invoice-payment-item {
  .zhara-dashboard-invoice-info-title {
    margin-bottom: 5px;
  }
  p {
    display: flex;
    gap: 4px;
    align-items: baseline;
  }
}
.zhara-dashboard-invoice-payment-btn {
  gap: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .zhara-dashboard-invoice-payment-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .zhara-dashboard-invoice-left {
    padding-top: 0;
    padding-left: 0;
  }
}
.zhara-dashboard-invoice-right {
  width: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-invoice-right {
    width: auto;
  }
}
.zhara-dashboard-review-item {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-dashboard-review-item-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-common-black);
}
.zhara-dashboard-review-item-title span {
  font-weight: 400;
  margin-right: 5px;
  color: var(--zhara-text-body);
}
.zhara-dashboard-review-item-btn a {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 17px;
  border-radius: 30px;
  display: inline-block;
  background-color: #46e86a;
  color: var(--zhara-common-black);
}
.zhara-dashboard-review-item-btn a.wait {
  background-color: #ffe453;
}
.zhara-dashboard-review-item-rating svg {
  color: var(--zhara-theme-primary);
}
@media (max-width: 767px) {
  .zhara-dashboard-review-item-content p br {
    display: none;
  }
}
.zhara-dashboard-review-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .zhara-dashboard-review-item-top {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-review-item-thumb {
  gap: 10px;
  display: flex;
}
.zhara-dashboard-review-item-thumb img {
  border-radius: 8px;
}
.zhara-dashboard-review-item-btns {
  gap: 24px;
  display: flex;
}
.zhara-dashboard-review-item-btns button {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--zhara-common-black);
}
.zhara-dashboard-review-item-btns button.delete,
.zhara-dashboard-review-item-btns button.update {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-review-item-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .zhara-dashboard-review-item-bottom {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-review-update {
  padding: 15px;
}
.zhara-dashboard-review-update-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-dashboard-review-update-list ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 24px;
}
.zhara-dashboard-review-update-input .zhara-contact-input textarea {
  height: 200px;
}
.zhara-dashboard-review-update-rating p {
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--zhara-common-black);
}
.zhara-dashboard-review-update-upload .upload-btn {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: inline-grid;
  place-content: center;
  border: 1px dashed #ddd;
}
.zhara-dashboard-review-update-upload .upload-btn #file-input {
  display: none;
}
.zhara-dashboard-review-update-upload .upload-btn label {
  padding: 38px;
  cursor: pointer;
}
.zhara-dashboard-review-update-upload .upload-btn label:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-setting-wrap {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  .zhara-dashboard-setting-wrap {
    max-width: 872px;
  }
}
.zhara-dashboard-setting-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhara-dashboard-setting-info-thumb {
  gap: 12px;
  display: flex;
  align-items: center;
}
.zhara-dashboard-setting-info-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.zhara-dashboard-setting-info-thumb-content span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-dashboard-setting-info-thumb-content p {
  font-size: 14px;
  margin: 0;
}
.zhara-dashboard-setting-info-up .upload-btn #file-input {
  display: none;
}
.zhara-dashboard-setting-info-up .upload-btn label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-setting-info-up .upload-btn label:hover {
  text-decoration: none;
}
.zhara-dashboard-setting-info-up .upload-btn .line-border {
  color: var(--zhara-theme-primary);
}

.zhara-dashboard-partner-account-fact-item {
  padding: 26px;
  border-radius: 16px;
}
.zhara-dashboard-partner-account-fact-item .fact-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--zhara-common-black);
}
.zhara-dashboard-partner-account-fact-item .fact-title svg {
  margin-right: 6px;
}
.zhara-dashboard-partner-account-fact-item .fact-price {
  margin: 0;
}
.zhara-dashboard-partner-account-fact-item .fact-price .zhara-tour-card-price-regular {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.fe-agency-dashboard-stats-note {
  opacity: 0.75;
}
.fe-agency-dashboard-stats-footnote {
  opacity: 0.75;
  margin-top: -12px;
}
.fe-agency-details-html {
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--zhara-gray-1, #f7f7f7);
}
.fe-agency-details-html > :last-child {
  margin-bottom: 0;
}
.fe-agency-staff-grid .fe-agency-staff-grid-action {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .fe-agency-staff-grid .fe-agency-staff-grid-action .zhara-dashboard-table-btn {
    margin-left: auto;
  }
}
.fe-agency-dashboard-fact-mark {
  font-size: 0.75em;
  line-height: 0;
  margin-left: 2px;
  font-weight: 600;
}
.fe-agency-recent-orders-list {
  width: 100%;
}
.fe-agency-recent-order-record {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(200px, 2fr) minmax(130px, auto) minmax(142px, auto);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid var(--zhara-gray-3);
  align-items: start;
}
.fe-agency-recent-order-record:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fe-agency-recent-order-record .fe-agency-order-cell--code {
  grid-column: 1;
  grid-row: 1;
}
.fe-agency-recent-order-record .fe-agency-order-cell--date {
  grid-column: 1;
  grid-row: 2;
}
.fe-agency-recent-order-record .fe-agency-order-cell--service {
  grid-column: 2;
  grid-row: 1;
}
.fe-agency-recent-order-record .fe-agency-order-cell--customer {
  grid-column: 2;
  grid-row: 2;
}
.fe-agency-recent-order-record .fe-agency-order-cell--status {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: start;
}
.fe-agency-recent-order-record .fe-agency-order-cell--action {
  grid-column: 4;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
}
.fe-agency-recent-order-record:not(:has(.fe-agency-order-cell--customer)) .fe-agency-order-cell--status,
.fe-agency-recent-order-record:not(:has(.fe-agency-order-cell--customer)) .fe-agency-order-cell--action {
  grid-row: 1 / 2;
  align-self: start;
}
@media (max-width: 1199px) {
  .fe-agency-recent-order-record {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 8px;
    margin-bottom: 32px;
  }
  .fe-agency-recent-order-record:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .fe-agency-recent-order-record .fe-agency-order-cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--zhara-gray-3);
  }
  .fe-agency-recent-order-record .fe-agency-order-cell--status {
    justify-content: flex-start;
  }
  .fe-agency-recent-order-record .fe-agency-order-cell--status .fe-agency-order-value {
    text-align: left;
    flex: 0 1 auto;
  }
  .fe-agency-recent-order-record .fe-agency-order-cell--action {
    justify-content: flex-start;
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 4px;
  }
}
.fe-agency-documents-list {
  width: 100%;
}
.fe-agency-document-record {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 24px;
  row-gap: 8px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--zhara-gray-3);
}
.fe-agency-document-record:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fe-agency-document-record__title {
  font-weight: 600;
  color: var(--zhara-common-black);
}
.fe-agency-document-record__desc {
  margin-top: 6px;
  margin-bottom: 0;
}
.fe-agency-document-record__action {
  flex-shrink: 0;
  justify-self: end;
}
@media (max-width: 767px) {
  .fe-agency-document-record {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    padding: 16px 0;
  }
  .fe-agency-document-record__action {
    justify-self: start;
  }
}
.zhara-dashboard-partner-account-history {
  padding: 25px;
  /* overflow: hidden; */
  border-radius: 16px;
  border: 1px solid var(--zhara-gray-2);
  background: var(--zhara-common-white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.zhara-dashboard-partner-account-history
  .zhara-dashboard-table
  .zhara-dashboard-table-title {
  color: var(--zhara-common-black);
}
.zhara-dashboard-partner-account-history
  .zhara-dashboard-table
  .zhara-dashboard-table-data-2 {
  width: 475px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-partner-account-history
    .zhara-dashboard-table
    .zhara-dashboard-table-data-2 {
    width: 410px;
  }
}
.zhara-dashboard-partner-account-history
  .zhara-dashboard-table
  .zhara-dashboard-table-data-5 {
  width: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhara-dashboard-partner-account-history
    .zhara-dashboard-table
    .zhara-dashboard-table-data-5 {
    width: 110px;
  }
}
.zhara-dashboard-partner-account-history h4 {
  flex: 0 0 auto;
}
.zhara-dashboard-partner-account-history .zhara-tour-grid-select {
  width: 145px;
}
.zhara-dashboard-partner-account-history-top {
  flex-wrap: wrap;
}
.zhara-dashboard-partner-account-btn a {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-partner-account-static .chart-box {
  width: 100%;
  display: inline-block;
}
.zhara-dashboard-partner-account-static .chart-box #chart {
  min-height: 270px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-dashboard-partner-account-static .chart-box #chart {
    min-height: 225px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .zhara-dashboard-partner-account-static-d {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.zhara-dashboard-partner-account-n-item {
  display: flex;
  padding: 20px 0;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #f1f1f1;
}
.zhara-dashboard-partner-account-n-item-thumb {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  flex-shrink: 0;
  background-color: #dee7ff;
}
.zhara-dashboard-partner-account-n-item-thumb.yellow {
  background-color: #fff6e4;
}
.zhara-dashboard-partner-account-n-item-thumb.paste {
  background: rgba(0, 182, 122, 0.36);
}
.zhara-dashboard-partner-account-n-item-content {
  flex-grow: 1;
}
.zhara-dashboard-partner-account-n-item-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-partner-account-n-item-desc {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 3px 0;
  font-family: var(--zhara-ff-inter);
}
.zhara-dashboard-partner-account-n-item-time {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zhara-dashboard-partner-table-payment span {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 26px;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--zhara-light-green);
  color: var(--zhara-common-black);
}
.zhara-dashboard-partner-table-payment span.p {
  background-color: #fff6e4;
}
.zhara-dashboard-partner-table-payment span.c {
  background-color: var(--zhara-gray-2);
}
.zhara-dashboard-partner-table-payment i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #1ee0ac;
  padding-left: 20px;
  position: relative;
}
.zhara-dashboard-partner-table-payment i::after {
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  background-color: currentColor;
}
.zhara-dashboard-partner-table-guest span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.zhara-dashboard-partner-table-coupon {
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  padding: 8px 14px;
  background: #ffeae6;
  color: var(--zhara-text-body);
  border: 1px dashed #fd4621;
}
.zhara-dashboard-partner-table-action {
  gap: 30px;
  display: flex;
}
.zhara-dashboard-partner-table-action button {
  color: var(--zhara-common-black);
}
.zhara-dashboard-partner-table-action button:hover {
  color: var(--zhara-theme-primary);
}
.zhara-dashboard-partner-booking-wrap {
  padding: 25px;
  overflow: hidden;
  border-radius: 16px;;
  background: var(--zhara-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .zhara-dashboard-partner-booking-wrap {
    overflow-x: scroll;
  }
}
.zhara-dashboard-partner-earning-fact
  .zhara-dashboard-partner-account-fact-item {
  border-radius: 16px;
  border: 1px solid #111;
  background: var(--zhara-common-white);
}
.zhara-dashboard-partner-earning-fact
  .zhara-dashboard-partner-account-fact-item
  .fact-title {
  text-transform: capitalize;
}
.zhara-dashboard-partner-earning-fact
  .zhara-dashboard-partner-account-fact-item
  .fact-title
  button {
  position: relative;
  margin-left: 5px;
}
.zhara-dashboard-partner-earning-fact
  .zhara-dashboard-partner-account-fact-item
  .fact-title
  button:hover
  .zhara-action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}
.zhara-dashboard-partner-earning-fact
  .zhara-dashboard-partner-account-fact-item
  .fact-title
  button
  svg {
  margin: 0;
}
.zhara-dashboard-partner-earning-graph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhara-dashboard-partner-earning-chart {
  gap: 44px;
  display: flex;
}
.zhara-dashboard-partner-earning-chart span {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--zhara-common-black);
}
.zhara-dashboard-partner-earning-chart span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: #999;
}
.zhara-dashboard-partner-earning-chart span.red::before {
  content: "";
  background-color: #fd4621;
}
.zhara-dashboard-partner-tourmanage-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.zhara-dashboard-partner-tourmanage .zhara-contact-input textarea {
  height: 250px;
}
.zhara-dashboard-partner-tourmanage-btns {
  gap: 10px;
  display: flex;
  justify-content: end;
}

.zhara-action-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 4px;
  text-align: center;
  width: max-content;
  visibility: hidden;
  color: var(--zhara-common-white);
  background-color: var(--zhara-common-black);
  transform: translateX(-50%) translateY(-6px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.zhara-action-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--zhara-common-black);
}
.zhara-months-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  &.zhara-months-wrapper--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    .month-wrapper {
      flex-shrink: 0;
    }
  }
  .month-wrapper {
    border-radius: 50px;
    border: 1px solid var(--zhara-sky-blue);
    padding: 8px 12px;
    background-color: var(--zhara-common-white);
    color: var(--zhara-sky-blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5%;
    &:hover,
    &.active {
      color: var(--zhara-common-white);
      background-color: var(--zhara-sky-blue);
    }
  }
}

.zhara-months-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  .zhara-month-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    .notours {
      padding: 24px;
      border-radius: 16px;
      background-color: var(--zhara-common-white);
    }
    .month-grid {
      display: grid;
      padding: 30px 12px 12px;
      grid-template-columns: 5fr 3fr 1fr 2fr 3fr 2fr;
      gap: 12px 0;
      background-color: var(--zhara-light-blue);
      border-radius: 16px;
      .header-item {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        padding-left: 24px;
      }
      .row-item {
        background-color: var(--zhara-common-white);
        padding: 17px 0 17px 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        &:nth-child(6n + 1) {
          border-radius: 16px 0 0 16px;
          font-weight: 500;
        }
        &:nth-child(6n + 2),
        &:nth-child(6n + 5) {
          font-weight: 500;
        }
        &:nth-child(6n) {
          border-radius: 0 16px 16px 0;
          padding-right: 24px;
        }
        .dates {
          background-color: var(--zhara-bg-color);
          padding: 4px 16px;
          color: var(--zhara-sky-blue);
          border-radius: 8px;
        }
        &.aviability {
          flex-direction: column;
          align-items: flex-start;
          .rest {
            color: var(--zhara-gray-6);
          }
        }
        .title {
          display: none;
        }
      }
    }
  }
}

.zhara-filter-date-dashboard-input {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  .datepicker {
    position: absolute;
    top: 60px;
    right: 0;
  }
}
.zhara-filter-date-dashboard-input > span {
  display: inline-flex;
  transform: translateX(18px);
}
.zhara-filter-date-dashboard-input input {
  border: none;
  border-radius: 16px;
  background-color: transparent;
}

@media (max-width: 989px) {
  .zhara-months-container {
    .zhara-month-wrapper {
      .month-grid {
        padding: 12px;
        grid-template-columns: 4fr 1fr 4fr;
        gap: 0 0;
        .header-item {
          display: none;
        }
        .row-item {
          padding: 8px 0 8px 16px;
          &:nth-child(6n + 1) {
            grid-column: span 3;
            border-radius: 16px 16px 0 0;
          }
          &:nth-child(6n + 2) {
          }
          &:nth-child(6n + 4) {
            flex-direction: row;
            align-items: center;
          }
          &:nth-child(6n + 5) {
            grid-column: span 3;
          }
          &:nth-child(6n) {
            grid-column: span 3;
            border-radius: 0 0 16px 16px;
            &:not(:last-child) {
              margin-bottom: 12px;
            }
          }
          .title {
            display: flex;
          }
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .zhara-months-container {
    .zhara-month-wrapper {
      .month-grid {
        .row-item {
          &:nth-child(6n + 2),
          &:nth-child(6n + 3),
          &:nth-child(6n + 4) {
            grid-column: span 3;
          }
        }
      }
    }
  }
}

.marks {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.marks svg {
  padding-right: 4px;
  cursor: pointer;
  color: var(--zhara-gray-3);
  transition: fill 0.2s ease;
}

.marks svg:hover {
  color: var(--zhara-theme-primary);
}

.marks svg:hover ~ svg {
  color: var(--zhara-theme-primary);
}

.bg-white {
  background-color: var(--zhara-common-white) !important;
}
.bg-black {
  background-color: var(--zhara-common-black) !important;
}
.bg-sky-blue {
  background-color: var(--zhara-sky-blue) !important;
}
.bg-light-blue {
  background-color: var(--zhara-light-blue) !important;
}
.text-skyBlue {
  color: var(--zhara-sky-blue) !important;
}
.text-dark-blue {
  color: var(--zhara-dark-blue) !important;
}
.text-primary {
  color: var(--zhara-theme-primary) !important;
}
.text-gray-3 {
  color: var(--zhara-gray-3) !important;
}
.text-gray-6 {
  color: var(--zhara-gray-6) !important;
}

.rounded-3xl {
  border-radius: 32px !important;
}

#min-amount,
#max-amount {
  background: url("/assets/img/icon/byn.svg") no-repeat right 10px center;
}

.category-products__filters {
  gap: 12px;
  flex-wrap: wrap;
  .category-products__filters__item {
    padding: 8px 16px;
    border-radius: 50px;
    background: var(--zhara-common-white);
    border: 1px solid var(--zhara-sky-blue);
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: var(--zhara-sky-blue);
  }
}

.pt-300 {
  padding-top: 300px;
}
.zhara-style {
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  letter-spacing: -0.5%;
  color: var(--zhara-theme-primary);
}

.travel-style {
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  letter-spacing: -0.5%;
  color: var(--zhara-theme-aqua);
}

.zhara-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 120%;
  margin-right: 20px;
  span {
    display: inline-flex;
  }
}

.bg-bg {
  background-color: var(--zhara-bg-color);
}
.bg-green {
  background-color: var(--zhara-common-green);
}
.bg-red {
  background-color: var(--zhara-common-red);
}
.bg-yellow {
  background-color: var(--zhara-yellow);
}
.bg-gray-3 {
  background-color: var(--zhara-gray-3);
}
.bg-gray-6 {
  background-color: var(--zhara-gray-6);
}

/* Order status badges — cabinet /tourists/cabinet/orders */
.zhara-order-status {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
}
.zhara-dashboard-partner-table-payment .zhara-order-status {
  font-size: 16px;
  padding: 8px 26px;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--awaiting,
.zhara-order-status.zhara-order-status--awaiting {
  background-color: #fff6e4 !important;
  color: #9a6700 !important;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--paid,
.zhara-order-status.zhara-order-status--paid {
  background-color: #d4f8e0 !important;
  color: #1b7a3d !important;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--confirmed,
.zhara-order-status.zhara-order-status--confirmed {
  background-color: #e3f2fd !important;
  color: #1565c0 !important;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--completed,
.zhara-order-status.zhara-order-status--completed {
  background-color: #e8f5e9 !important;
  color: #2e7d32 !important;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--cancelled,
.zhara-order-status.zhara-order-status--cancelled {
  background-color: #ffe8e9 !important;
  color: #c62828 !important;
}
.zhara-order-status.zhara-order-status--pending {
  background-color: #fff8e6 !important;
  color: #b8860b !important;
}
.zhara-order-status.zhara-order-status--rejected {
  background-color: #f0f0f0 !important;
  color: #666 !important;
}
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--draft,
.zhara-dashboard-partner-table-payment span.zhara-order-status.zhara-order-status--default,
.zhara-order-status.zhara-order-status--draft,
.zhara-order-status.zhara-order-status--default {
  background-color: #ececec !important;
  color: #616161 !important;
}

.fe-cabinet-orders-grid.zhara-dashboard-table-grid.main .zhara-dashboard-table-grid-item.fe-cabinet-order-meta {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
}
.fe-cabinet-order-meta-sep {
  color: #b0b0b0;
  font-weight: 400;
  user-select: none;
}
.fe-cabinet-order-datetime {
  color: var(--zhara-common-black, #222);
  white-space: nowrap;
}
.fe-cabinet-orders-grid.zhara-dashboard-table-grid.main .zhara-dashboard-table-grid-item:nth-child(4n + 6) {
  align-items: flex-start;
}

/* Agency bookings list */
.fe-agency-orders-filter .form-control {
  min-width: 180px;
}
.fe-agency-orders-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  font-size: 16px;
}
.fe-agency-orders-summary-label {
  color: var(--zhara-text-body, #555);
}
.fe-agency-orders-list {
  width: 100%;
}
.fe-agency-orders-head,
.fe-agency-order-record {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(200px, 2fr) minmax(130px, auto) minmax(100px, auto) minmax(142px, auto);
  column-gap: 16px;
}
.fe-agency-orders-head {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--zhara-gray-3);
}
.fe-agency-orders-head-cell {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--zhara-common-black, #222);
}
.fe-agency-order-record {
  grid-template-rows: auto auto;
  row-gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid var(--zhara-gray-3);
  align-items: start;
}
.fe-agency-order-record:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fe-agency-order-cell--code {
  grid-column: 1;
  grid-row: 1;
}
.fe-agency-order-cell--date {
  grid-column: 1;
  grid-row: 2;
}
.fe-agency-order-cell--service {
  grid-column: 2;
  grid-row: 1;
}
.fe-agency-order-cell--customer {
  grid-column: 2;
  grid-row: 2;
}
.fe-agency-order-cell--status {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: start;
}
.fe-agency-order-cell--commission {
  grid-column: 4;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  text-align: center;
}
.fe-agency-order-cell--action {
  grid-column: 5;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
}
.fe-agency-order-record:not(:has(.fe-agency-order-cell--customer)) .fe-agency-order-cell--status,
.fe-agency-order-record:not(:has(.fe-agency-order-cell--customer)) .fe-agency-order-cell--commission,
.fe-agency-order-record:not(:has(.fe-agency-order-cell--customer)) .fe-agency-order-cell--action {
  grid-row: 1 / 2;
  align-self: start;
}
.fe-agency-order-label {
  display: none;
}
.fe-agency-order-value {
  line-height: 1.4;
  word-break: break-word;
}
.fe-agency-commission-price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
@media (max-width: 1199px) {
  .fe-agency-orders-head {
    display: none;
  }
  .fe-agency-order-record {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--zhara-gray-3);
  }
  .fe-agency-order-record:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .fe-agency-order-cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--zhara-gray-3);
  }
  .fe-agency-order-label {
    display: inline;
    flex: 0 0 auto;
    color: var(--zhara-text-body, #555);
    font-weight: 500;
  }
  .fe-agency-order-value {
    flex: 1 1 auto;
    text-align: right;
  }
  .fe-agency-order-cell--status {
    justify-content: flex-start;
  }
  .fe-agency-order-cell--status .fe-agency-order-value {
    text-align: left;
    flex: 0 1 auto;
  }
  .fe-agency-order-cell--commission .fe-agency-order-value {
    text-align: right;
  }
  .fe-agency-order-cell--action {
    justify-content: flex-start;
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 4px;
  }
}

.fe-cabinet-orders-card .fe-cabinet-orders-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
.fe-cabinet-orders-card .fe-cabinet-orders-count {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--zhara-common-black);
}
.fe-cabinet-orders-card .fe-cabinet-orders-latest-label {
  margin: 14px 0 6px;
}
.fe-cabinet-orders-card .fe-cabinet-orders-latest > p {
  margin: 0 0 4px;
}
.fe-cabinet-orders-card .fe-cabinet-orders-latest-title {
  font-size: 15px;
  line-height: 1.35;
}
.fe-cabinet-orders-card .fe-cabinet-orders-latest-meta {
  font-size: 14px;
  line-height: 1.35;
  color: var(--zhara-text-body, #555);
}
.fe-cabinet-orders-card .fe-cabinet-orders-latest-status {
  margin-top: 6px !important;
}
.fe-cabinet-orders-card .fe-cabinet-orders-link {
  margin: 12px 0 0;
  font-size: 14px;
}
.fe-cabinet-orders-card .fe-cabinet-orders-empty {
  margin: 10px 0 0;
}
/*# sourceMappingURL=main.css.map */
