@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.fixed-header {
  position: fixed;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

.header {
  background: #fff;
  padding: 20px 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-block;
}

.header-right {
  display: flex;
}

.menus {
  display: flex;
  align-items: center;
}
.menus li {
  margin-right: 45px;
}
.menus a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #9ba1a5;
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.menus a.active {
  border-bottom: 3px solid #9a2a7e;
  color: #383838;
}
.menus a:hover {
  border-bottom: 3px solid #9a2a7e;
  color: #383838;
}

.search-icon {
  display: inline-block;
  color: #383838;
}
.search-icon i {
  font-size: 15px;
}

@keyframes slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer {
  background: #222;
  color: #fff;
  padding: 60px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-content {
  width: 25%;
}
.footer-content:nth-child(3) {
  width: 14%;
}
.footer-content .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.footer-content ul li {
  margin-bottom: 12px;
}
.footer-content ul a {
  color: #e5e5e5;
  font-size: 15px;
}
.footer-content ul a:hover {
  color: #90c92c;
}
.footer-content .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-content label {
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-content p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-content p.inspace {
  padding-bottom: 20px;
}

.footer-info {
  margin-bottom: 20px;
}
.footer-info strong {
  display: block;
  color: #90c92c;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2px;
}
.footer-info a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.copyright {
  background: #181818;
  padding: 20px;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.copyright p {
  font-size: 14px;
  line-height: inherit;
}
.copyright .icons, .copyright .right {
  display: flex;
  align-items: center;
}
.copyright span {
  font-size: 14px;
  color: #e5e5e5;
}
.copyright a {
  display: inline-block;
  margin-left: 16px;
}
.copyright i {
  color: #fff;
  font-size: 14px;
}

.new-banner {
  position: relative;
  color: #fff;
}
.new-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.new-banner .banner-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-banner .left {
  width: 35%;
}
.new-banner .heading {
  font-size: 50px;
  font-weight: 600;
  border-bottom: 6px solid #a3d038;
  max-width: max-content;
}
.new-banner p {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
}

.banner-slider {
  line-height: 0;
}
.banner-slider img {
  width: 100%;
}

.banner-icons {
  color: #383838;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 45%;
}
.banner-icons li {
  text-align: center;
  width: 31%;
  margin: 0 0 22px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner-icons i {
  font-size: 30px;
  color: #9a2a7e;
}
.banner-icons .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
}

.our-services {
  padding: 40px 0;
  color: #383838;
  text-align: center;
}
.our-services .heading {
  font-size: 35px;
  font-weight: 700;
}
.our-services .text {
  font-size: 16px;
  width: 60%;
  margin: 25px auto;
}
.our-services ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
  margin-top: 15px;
}
.our-services ul li {
  width: 49%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 25px;
  margin-bottom: 30px;
}
.our-services ul li:nth-child(2n) {
  margin-right: 0;
}
.our-services .text-box {
  padding: 30px;
}
.our-services i {
  display: inline-block;
  font-size: 45px;
  color: #9a2a7e;
}
.our-services .title {
  font-size: 28px;
  font-weight: 700;
  padding: 14px 0 10px;
}
.our-services p {
  font-size: 15px;
  line-height: 30px;
}

.meetour-teams {
  background: #f9f9f9;
  padding: 50px 0;
  text-align: center;
}
.meetour-teams .heading {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
.meetour-teams .text {
  font-size: 16px;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  padding: 5px 0 25px;
}
.meetour-teams ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.meetour-teams ul li {
  width: 38%;
  background: #fff;
  margin: 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px;
}
.meetour-teams ul li:hover figure img {
  transform: scale(1.1);
}
.meetour-teams figure {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.meetour-teams figure img {
  width: 100%;
  transition: 0.4s;
}
.meetour-teams .content {
  padding: 25px;
}
.meetour-teams .title {
  font-size: 22px;
  font-weight: 700;
}
.meetour-teams p {
  font-size: 14px;
  line-height: 28px;
  margin-top: 5px;
}

.abouts-blog {
  padding: 60px 0;
  color: #383838;
}
.abouts-blog .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abouts-blog figure {
  width: 40%;
}
.abouts-blog figure img {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.abouts-blog .right {
  width: 55%;
}
.abouts-blog .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.abouts-blog .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75px;
  border-bottom: 2px solid #9a2a7e;
}
.abouts-blog .heading {
  font-size: 40px;
  font-weight: 700;
  padding: 15px 0;
}
.abouts-blog p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

.hotel-listing {
  background: #e5e5e5;
  padding: 50px 0;
}
.hotel-listing .container {
  display: flex;
  justify-content: space-between;
}

.hotel-list-left {
  width: 28%;
  background: #fff;
  padding: 25px;
  border-radius: 2px;
}
.hotel-list-left .select-box {
  position: relative;
}
.hotel-list-left .select-box::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #383838;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.hotel-list-left .select-box select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  border-radius: 5px;
  color: #383838;
}
.hotel-list-left .heading {
  font-size: 18px;
  text-transform: uppercase;
  padding: 22px 0 15px;
  font-weight: 500;
}
.hotel-list-left .heading i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.packeges-list-box {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.packeges-list-box .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  position: relative;
}
.packeges-list-box .title::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #383838;
  position: absolute;
  right: 15px;
  top: 6px;
}
.packeges-list-box .form-group {
  display: block;
  margin-bottom: 15px;
}
.packeges-list-box .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.packeges-list-box .form-group label {
  position: relative;
  cursor: pointer;
  color: #383838;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.packeges-list-box .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #9a2a7e;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 4px;
}
.packeges-list-box .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #9a2a7e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hotel-details-right {
  background: #fff;
  padding: 25px;
  width: 70%;
  color: #383838;
}

.select-sorting {
  margin-bottom: 20px;
  position: relative;
  width: 35%;
}
.select-sorting::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #383838;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.select-sorting select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #383838;
  border-radius: 4px;
}

.hotel-all-detail {
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.hotel-content-info {
  display: flex;
  justify-content: space-between;
}
.hotel-content-info .left {
  width: 60%;
}
.hotel-content-info .right {
  text-align: right;
  width: 40%;
}
.hotel-content-info .right span {
  text-transform: uppercase;
  margin: 0;
}
.hotel-content-info .heading {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.hotel-content-info .icons {
  display: flex;
  margin-left: 12px;
}
.hotel-content-info i {
  color: #9a2a7e;
  font-size: 14px;
  margin-left: 2px;
}
.hotel-content-info span {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.hotel-content-info strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #90c92c;
}

.hotel-book-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hotel-book-img {
  width: 62%;
}
.hotel-book-img figure {
  line-height: 0;
}
.hotel-book-img figure img {
  width: 100%;
}

.booking-text {
  padding-top: 15px;
}
.booking-text .inner-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.booking-text .left {
  width: 35%;
}
.booking-text .right {
  width: 65%;
  text-align: right;
}
.booking-text .right strong {
  color: #9a2a7e;
}
.booking-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #90c92c;
  padding-bottom: 5px;
}
.booking-text span {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}
.booking-text label {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.share-booking {
  display: flex;
  align-items: center;
}
.share-booking small {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  font-weight: 600;
  padding-right: 10px;
}
.share-booking a {
  display: inline-block;
  margin-left: 4px;
  color: #9a2a7e;
}
.share-booking i {
  font-size: 15px;
  vertical-align: middle;
}

.hotel-available-service {
  width: 35%;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.hotel-available-service ul li {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dashed #383838;
  padding: 10px;
}
.hotel-available-service ul i {
  color: #9a2a7e;
  font-size: 16px;
  margin-right: 8px;
}

.view_detail-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}
.view_detail-button a {
  display: inline-block;
}

.view_btn {
  padding: 7px 12px;
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  background: #9a2a7e;
}

.terms {
  color: #383838;
  font-style: italic;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
}

.tours-all-details {
  padding: 50px 0;
  background: #e5e5e5;
  color: #383838;
}

.back_btn {
  display: inline-block;
  color: #fff;
  background: #9a2a7e;
  padding: 6px 15px;
  letter-spacing: 1px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.details-heading {
  padding: 20px 0;
}
.details-heading.in_spacing {
  padding-top: 0;
}
.details-heading .title {
  font-size: 22px;
  font-weight: 600;
}
.details-heading span {
  font-size: 14px;
  display: block;
}
.details-heading i {
  font-size: 14px;
  color: #9a2a7e;
  margin-right: 3px;
}

.tour-detail-main {
  display: flex;
  justify-content: space-between;
  border: 1px solid #9ba1a5;
  padding: 15px;
  border-radius: 5px;
}

.tours-img-slider {
  width: 65%;
}

.full_img {
  margin-bottom: 6px;
}
.full_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.inner-slider-img {
  display: flex;
}
.inner-slider-img li {
  border: 1px solid #071D37;
  margin: 0 2px;
  overflow: hidden;
}
.inner-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-next-info {
  width: 33%;
  background: none;
}
.hotel-next-info ul {
  background: #f9f9f9;
}
.hotel-next-info ul li {
  padding: 12px 15px;
  border-color: #9ba1a5;
}
.hotel-next-info ul li:last-child {
  border: none;
}

.tour-total-pricing {
  padding: 15px;
  margin-top: 15px;
  background: #f9f9f9;
}
.tour-total-pricing .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9ba1a5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tour-total-pricing span {
  font-size: 14px;
}
.tour-total-pricing strong {
  font-size: 22px;
  color: #90c92c;
  font-weight: 700;
}
.tour-total-pricing p {
  font-size: 14px;
}

.book-package-btn {
  display: block;
  padding: 10px;
  background: #9a2a7e;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 25px 0 15px;
}

.tour-multpile {
  margin: 50px 0;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #9ba1a5;
}

.in_content-tabs .tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  border-radius: 10px;
  background: #9a2a7e;
  margin-bottom: 15px;
}
.in_content-tabs .tab-link {
  background: none;
  color: #fff;
  text-align: center;
  display: block;
  padding: 30px 0;
  border-right: 1px dashed #fff;
  cursor: pointer;
  width: 25%;
  font-size: 16px;
  font-weight: 500;
}
.in_content-tabs .tab-link:last-child {
  border-right: 0;
}
.in_content-tabs .tab-link i {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
.in_content-tabs .tab-link.current {
  background: #fff;
  color: #383838;
}
.in_content-tabs .tab-link.current i {
  color: #9a2a7e;
}
.in_content-tabs .tab-content {
  display: none;
}
.in_content-tabs .tab-content.current {
  display: inherit;
}

.acc .acc__card {
  position: relative;
  margin: 20px 0 0;
}
.acc .acc__title {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative;
  text-align: left;
}
.acc .acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #383838;
  border-bottom: 2px solid #383838;
  position: absolute;
  right: 20px;
  content: " ";
  top: 23px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc .acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc .acc__panel {
  background: #fff;
  color: #181818;
  display: none;
  margin: 0;
  padding: 0 15px 15px;
  text-align: left;
}

.inner-tab-content {
  border-bottom: 1px dashed #9ba1a5;
  margin-bottom: 15px;
}
.inner-tab-content em {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
}
.inner-tab-content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
.inner-tab-content .text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inner-tab-content .text p {
  width: 83%;
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}
.inner-tab-content .text span {
  display: block;
  width: 15%;
  font-size: 14px;
  padding: 0;
}
.inner-tab-content i {
  display: inline-block;
  color: #9a2a7e;
}

.google-map {
  margin-top: 20px;
}

.checkout-page-details {
  display: flex;
  justify-content: space-between;
}

.checkout-left-box {
  display: flex;
  justify-content: space-between;
  width: 70%;
  border: 1px solid #9ba1a5;
  padding: 20px;
  border-radius: 5px;
}
.checkout-left-box figure {
  width: 65%;
}
.checkout-left-box figure img {
  width: 100%;
  height: 285px;
}

.checkout-pricing-box {
  width: 28%;
  border: 1px solid #9ba1a5;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.checkout-pricing-box .title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dashed #9ba1a5;
  padding-bottom: 10px;
}
.checkout-pricing-box .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.checkout-pricing-box .text.total_price {
  background: #9a2a7e;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin: 20px 0;
}
.checkout-pricing-box .text.border_bottom {
  border-bottom: 1px dashed #9ba1a5;
  padding-bottom: 12px;
}
.checkout-pricing-box span {
  font-size: 13px;
}
.checkout-pricing-box strong {
  font-size: 17px;
  font-weight: 600;
}

.trems-text {
  border-top: 1px dashed #9ba1a5;
  padding-top: 20px;
}
.trems-text a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  color: #383838;
}



/* .checkout-form-box { */
  /* padding: 15px; */
  /* border-radius: 5px; */
  /* border: 1px solid #9ba1a5; */
  /* margin: 20px 0; */
  /* background: #fff; */
/* } */
/* .checkout-form-box .title { */
  /* font-size: 14px; */
  /* border-bottom: 1px dashed #9ba1a5; */
  /* padding-bottom: 10px; */
/* } */
/* .checkout-form-box .form-control { */
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
/* } */
/* .checkout-form-box .input-box { */
  /* margin-top: 15px; */
  /* width: 24%; */
/* } */
/* .checkout-form-box .input-box.mr_select { */
  /* width: 6%; */
/* } */
/* .checkout-form-box .input-box.mr_select select { */
  /* background-position: 80%; */
/* } */
/* .checkout-form-box .input-box.in_width { */
  /* width: 30%; */
/* } */
/* .checkout-form-box .input-box.grid_wrap { */
  /* width: 32.3%; */
/* } */
/* .checkout-form-box .input-box.full_width { */
  /* width: 100%; */
/* } */
/* .checkout-form-box input, .checkout-form-box select { */
  /* padding: 0 10px; */
  /* height: 42px; */
  /* border: 1px solid #9ba1a5; */
  /* width: 100%; */
  /* font-size: 14px; */
/* } */
/* .checkout-form-box select { */
  /* background: url(../images/checkout/down.svg) no-repeat 96%; */
/* } */
/* .checkout-form-box label { */
  /* display: block; */
  /* font-size: 14px; */
  /* margin-bottom: 10px; */
/* } */



.checkout-form-box {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #9ba1a5;
  margin: 40px auto 25px;
  max-width: 800px;
  background: #fff;
}
.checkout-form-box .title {
  font-size: 14px;
  color: #9a2a7e;
  border-bottom: 1px dashed #9ba1a5;
  padding-bottom: 10px;
}
.checkout-form-box .form-control {
  padding-top: 25px;
  max-width: 75%;
  margin: 0 auto;
  border:none;
}
.checkout-form-box .input-box {
  margin-top: 15px;
  display: flex;
}
.checkout-form-box .input-box.mr_select select {
  background-position: 80%;
  width: 12%;
}
.checkout-form-box label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  width: 25%;
  margin: 15px 0 0;
}
.checkout-form-box input, .checkout-form-box select {
  padding: 0 10px;
  height: 42px;
  border: 1px solid #9ba1a5;
  width: 75%;
  font-size: 14px;
}
.checkout-form-box select {
  background: url(../images/checkout/down.svg) no-repeat 96%;
}


.payment-deposit-info {
  background: #fff;
  border: 1px solid #9ba1a5;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.payment-deposit-box {
  width: 48%;
}
.payment-deposit-box:last-child {
  width: 40%;
}
.payment-deposit-box:last-child p {
  margin-bottom: 5px;
}
.payment-deposit-box label {
  display: block;
  font-size: 14px;
}
.payment-deposit-box label input {
  vertical-align: middle;
  margin-right: 5px;
}
.payment-deposit-box strong {
  display: block;
  padding: 6px 0 6px 20px;
  font-size: 18px;
  font-weight: 600;
}
.payment-deposit-box p {
  font-size: 14px;
  padding-left: 20px;
}
.payment-deposit-box b {
  font-weight: 600;
}

.terms-checkbox {
  margin-top: 15px;
}
.terms-checkbox input {
  vertical-align: middle;
  margin-right: 5px;
}
.terms-checkbox label {
  display: block;
  font-size: 14px;
}
.terms-checkbox a {
  display: inline-block;
  font-size: 14px;
  color: #9a2a7e;
  font-weight: 600;
  text-decoration: underline;
}

.payment-processing-btn {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-processing-btn a {
  background: #383838;
  padding: 10px 18px;
}
.payment-processing-btn .payment-proceed-btn {
  background: #9a2a7e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
}

.about-us-banner {
  color: #fff;
}
.about-us-banner .banner-content-box {
  display: block;
}
.about-us-banner .heading {
  font-weight: 600;
}
.about-us-banner ul {
  display: flex;
  padding-top: 12px;
}
.about-us-banner ul li {
  font-size: 16px;
}
.about-us-banner ul li::after {
  content: "/";
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 0 8px;
}
.about-us-banner ul li:last-child::after {
  display: none;
}
.about-us-banner ul a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.abouts-section {
  padding: 60px 0;
}
.abouts-section .heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.abouts-section .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.abouts-section .title.in_italic {
  font-style: italic;
}
.abouts-section .inner-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.abouts-section .text {
  margin-bottom: 20px;
}
.abouts-section .text p {
  margin-bottom: 0;
}
.abouts-section p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.abouts-section ul {
  list-style: disc;
  padding: 0 0 15px 25px;
}
.abouts-section ul li {
  font-size: 16px;
  line-height: 30px;
}
.abouts-section a {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 20px;
  background: #9a2a7e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.best-agent-blog {
  background: #e5e5e5;
  padding: 60px 0;
  color: #383838;
  display: none;
}
.best-agent-blog ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.best-agent-blog ul li {
  padding: 35px 25px;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 31%;
}
.best-agent-blog ul li:hover {
  margin-top: -30px;
}
.best-agent-blog i {
  font-size: 45px;
  color: #9a2a7e;
}
.best-agent-blog .title {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0 10px;
}
.best-agent-blog p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}
.best-agent-blog a {
  display: inline-block;
  font-size: 16px;
  color: #071D37;
  font-weight: 600;
}

.contact-us-section {
  background: url(../images/home/bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 999;
}
.contact-us-section::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contact-us-section .heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.contact-us-section .text {
  font-size: 17px;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
.contact-us-section ul {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}
.contact-us-section ul li {
  width: 30%;
  text-align: center;
}
.contact-us-section i {
  font-size: 45px;
  color: #fff;
  height: 80px;
  width: 80px;
  display: block;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  background: #9a2a7e;
  border-radius: 100px;
}
.contact-us-section .title {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0 5px;
}
.contact-us-section p {
  font-size: 16px;
}

.content-form-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.content-form-box figure {
  width: 50%;
  text-align: center;
  line-height: 0;
}
.content-form-box .right-form {
  width: 50%;
}
.content-form-box .inner-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-form-box input, .content-form-box textarea {
  background: #e5e5e5;
  padding: 16px;
  font-size: 15px;
  margin-bottom: 35px;
  width: 47%;
}
.content-form-box textarea {
  width: 100%;
  height: 120px;
}
.content-form-box button {
  display: inline-block;
  padding: 12px 20px;
  background: #9a2a7e;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}

.banner {
  background: url(../images/home/banner.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 550px;
}
.banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner .heading {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner p {
  font-size: 21px;
  padding-top: 10px;
}
.banner .banner-content {
  width: 100%;
}

.banner-search-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  padding-top: 10px;
  border-radius: 5px;
  margin: 50px auto;
  text-align: left;
  align-items: flex-end;
}
.banner-search-bar .input-box {
  width: 34%;
  position: relative;
  margin-top: 15px;
}
.banner-search-bar .input-box::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  color: #383838;
  position: absolute;
  right: 20px;
  top: 42px;
}
.banner-search-bar .input-box.in_width {
  width: 28%;
}
.banner-search-bar .input-box.adults {
  width: 20%;
}
.banner-search-bar label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.banner-search-bar select {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #383838;
  height: 45px;
}
.banner-search-bar select::placeholder {
  color: #9ba1a5;
  opacity: 100%;
}

.banner-search-btn {
  height: 45px;
  width: 20%;
  border-radius: 3px;
  display: block;
  color: #fff;
  background: #90c92c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 45px;
}

.banner-bottom {
  padding: 50px;
  background: #9a2a7e;
  color: #fff;
  margin-top: -50px;
  border-radius: 5px;
  margin-bottom: 60px;
}
.banner-bottom ul {
  display: flex;
  justify-content: space-between;
}
.banner-bottom ul li {
  display: flex;
}
.banner-bottom figure {
  line-height: 0;
  width: 28%;
  text-align: center;
}
.banner-bottom .content-box {
  width: 70%;
}
.banner-bottom .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.banner-bottom p {
  font-size: 14px;
}

.common-heading {
  color: #383838;
  text-align: center;
}
.common-heading .heading {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.common-heading .view-next {
  display: inline-block;
  font-size: 17px;
  color: #9a2a7e;
}
.common-heading .view-next.in_text {
  position: relative;
}
.common-heading .view-next.in_text::before {
  content: "";
}
.common-heading i {
  font-size: 17px;
  vertical-align: middle;
  margin-left: 5px;
}

.popular-destinations {
  padding: 15px 0 70px;
  text-align: center;
}
.popular-destinations ul {
  display: flex;
  flex-wrap: wrap;
}
.popular-destinations ul li {
  width: 32%;
  margin-left: 2%;
  margin-top: 2%;
}
.popular-destinations ul li:first-child {
  width: 66%;
  margin-left: 0;
}
.popular-destinations ul li:nth-child(3n+3) {
  margin-left: 0;
}
.popular-destinations figure {
  position: relative;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.popular-destinations figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 35%;
  filter: grayscale(0) blur(2);
}
.popular-destinations figure img {
  width: 100%;
  height: 370px;
}
.popular-destinations figcaption {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  z-index: 99;
}
.popular-destinations span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background: #90c92c;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  z-index: 99;
}

.popular-tours {
  padding: 50px 0 80px;
}
.popular-tours ul {
  display: flex;
  justify-content: center;
}
.popular-tours ul li {
  width: 31%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-right: 3.5%;
}
.popular-tours ul li:last-child {
  margin: 0;
}
.popular-tours figure {
  line-height: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.popular-tours figure img {
  width: 100%;
  transition: transform 0.4s ease-out;
}
.popular-tours figure img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.popular-tours .content-box {
  padding: 35px 25px 25px;
  position: relative;
}
.popular-tours .best-seller-tag {
  position: absolute;
  left: 20px;
  top: -20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: #90c92c;
  color: #fff;
  padding: 7px 17px;
}
.popular-tours .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.popular-tours .title img {
  width: 25px;
  margin-top: 5px;
  margin-right: 8px;
}
.popular-tours .tour-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.popular-tours .tour-info span {
  display: block;
  color: #9ba1a5;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
.popular-tours .tour-info span.change_style {
  text-decoration: none;
}
.popular-tours .tour-info strong {
  font-size: 21px;
  color: #9a2a7e;
  font-weight: 700;
  line-height: 21px;
}
.popular-tours .right {
  text-align: right;
}
.popular-tours label {
  display: block;
  font-size: 14px;
  color: #9ba1a5;
  font-weight: 500;
  margin-bottom: 10px;
}
.popular-tours label img {
  width: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
.popular-tours .star-icons i {
  color: #ffa11a;
  font-size: 12px;
  display: inline-block;
}
.popular-tours .star-icons small {
  color: #9ba1a5;
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}

.reviews-section {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 70px;
}
.reviews-section li {
  width: 31%;
  background: #9a2a7e;
  color: #fff;
  padding: 40px;
  border-radius: 5px;
}
.reviews-section span {
  display: block;
  font-size: 110px;
  font-family: "ABeeZee", sans-serif;
  height: 65px;
  line-height: 1;
}
.reviews-section p {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}

.review-porfile {
  display: flex;
  margin-top: 20px;
}
.review-porfile figure {
  width: 60px;
  line-height: 0;
}
.review-porfile figure img {
  border-radius: 100%;
}
.review-porfile .profile-info {
  padding-left: 20px;
}
.review-porfile label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.review-porfile .icons {
  display: flex;
  padding: 5px 0;
}
.review-porfile i {
  font-size: 14px;
  color: #ffcd9c;
  margin-right: 4px;
}
.review-porfile strong {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: italic;
}

.payment-processing-btn .back_btn{
	background: #383838 !important;
padding: 10px 18px !important;
border-radius: 5px !important; 
}

.logo-images{display: flex; justify-content: center;  padding: 25px 0; }  

     .logo-images li{margin:0 15px}
.logo-images img{border: 1px solid #ddd;}