@import url("../css/cp.css");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
@font-face {
  font-family: fontBold;
  src: url("../font/Agrandir-TextBold.woff2");
  font-weight: bold;
}
@font-face {
  font-family: fontReg;
  src: url("../font/Agrandir-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: fontBoldAr;
  src: url("../font/Bahij_TheSansArabic-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: fontRegAr;
  src: url("../font/Bahij_TheSansArabic-Plain.ttf");
  font-weight: 400;
}

:root {
  --btn: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  --p: #aaa1b2;
  --h2: #734f96;
  --transition: all 500ms ease;
  --button-width: 3.5em;
  --button-height: 2em;
  --toggle-diameter: 1.5em;
  --button-toggle-offset: calc(
    (var(--button-height) - var(--toggle-diameter)) / 2
  );
  --toggle-shadow-offset: 10px;
  --toggle-wider: 3em;
}

* {
  padding: 0;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none;
  border: none;
  letter-spacing: 0.2px;
}

body,
html {
  overflow-x: hidden !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: initial;
}

::selection {
  color: #fff;
  background: var(--h2);
}

::-webkit-scrollbar-thumb {
  width: 100%;
  background: var(--h2);
  border-radius: 0.25rem;
}

::-webkit-scrollbar {
  width: 15px;
  background: #edefef;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "fontBold", sans-serif !important;
}

h2 {
  font-size: 32px;
}

a {
  color: inherit !important;
  transition: var(--transition);
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
ul,
li {
  padding: 0;
  margin: 0px !important;
}

p,
li,
h6,
strong {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 ul,
li {
  text-transform: capitalize;
}

.dropdown.bootstrap-select {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}

.overlay {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.866);
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}

.popup {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-header {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.popup__h2 {
  text-align: center;
}
div#Review .modal-content {
  max-width: 700px;
}
div#Review .form {
  padding: 50px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.5 !important;
}
/* From Uiverse.io by SelfMadeSystem */
.rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.3rem;
  --stroke: #c2985a;
  --fill: #c2985a;
  margin: 20px 0 30px 0;
  justify-content: flex-end;
}
form#Review-step.wizard > .content {
  min-height: auto !important;
  background: transparent !important;
}
div#Review .actions.clearfix,
div#Review .steps.clearfix {
  display: none !important;
}
.rating input {
  appearance: unset;
  border: none !important;
}

.rating label {
  cursor: pointer;
}

.rating svg {
  width: 30px;
  height: 30px;
  overflow: visible;
  fill: transparent;
  stroke: var(--stroke);
  stroke-linejoin: bevel;
  stroke-dasharray: 0;
  /* animation: idle 4s linear infinite; */
  /* transition: stroke 0.2s, fill 0.5s; */
}

/* @keyframes idle {
  from {
    stroke-dashoffset: 24;
  }
} */

.rating label:hover svg {
  stroke: var(--fill);
}

.rating input:checked ~ label svg {
  transition: 0s;
  animation: idle 4s linear infinite, yippee 0.75s backwards;
  fill: var(--fill);
  stroke: var(--fill);
  stroke-opacity: 0;
  stroke-dasharray: 0;
  stroke-linejoin: miter;
  stroke-width: 3px;
}

@keyframes yippee {
  0% {
    transform: scale(1);
    fill: var(--fill);
    fill-opacity: 0;
    stroke-opacity: 1;
    stroke: var(--stroke);
    stroke-dasharray: 0;
    stroke-width: 1px;
    stroke-linejoin: bevel;
  }

  30% {
    transform: scale(0);
    fill: var(--fill);
    fill-opacity: 0;
    stroke-opacity: 1;
    stroke: var(--stroke);
    stroke-dasharray: 0;
    stroke-width: 1px;
    stroke-linejoin: bevel;
  }

  30.1% {
    stroke: var(--fill);
    stroke-dasharray: 0;
    stroke-linejoin: miter;
    stroke-width: 3px;
  }

  60% {
    transform: scale(1.2);
    fill: var(--fill);
  }
}
.form .buttom_fill {
  min-width: unset;
  width: 100%;
}

div#Review .modal-header {
  border: none !important;
}
button.close {
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 24px !important;
  border: 1px solid #c2985a !important;
  background: #fcfaf7 !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  min-width: 38px;
  margin: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
}
.modal-body .h3 {
  color: var(--lavender-dark, #734f96);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.modal-body .h3 span {
  color: #8c6a36;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

/*  */

.searchBox-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #707070b9;
  border-radius: 50px;
  position: relative;
}

.searchButton-nav {
  color: #fff;
  position: absolute;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-primary-variant);
  border: 0;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*hover effect*/

.searchButton-nav:hover {
  color: #fff;
  background-color: var(--color-btn);
  box-shadow: rgba(208, 208, 208, 0.5) 0 10px 20px;
  transform: translateY(-3px);
}

/*button pressing effect*/

.searchButton-nav:active {
  box-shadow: none;
  transform: translateY(0);
}

.searchInput-nav {
  border: none;
  background: none;
  outline: none;
  color: white;
  font-size: 15px;
  padding: 24px 46px 24px 24px;
  width: 90%;
}

@media (max-width: 440px) {
  .searchBox-nav {
    width: 300px;
    margin: auto;
    margin-left: 34px;
  }
  
}

@media (max-width: 328px) {
  .searchBox-nav {
    width: 250px;
    margin: auto;
    margin-left: 34px;
  }
}

.colse-icon {
  position: absolute;
  top: 32px;
  right: 46px;
  font-size: 30px;
  color: #fff;
}

/* ================================ */

.foot-subscribe .icon-footer {
  padding: 18px 0;
}

div#company .owl-stage {
  margin-left: -168px !important;
}

.content-number img {
  width: auto;
  height: auto;
  max-width: 60px;
}

.div-45-mask img {
  width: auto;
  height: auto;
  max-width: 92%;
}

.offcanvas-body .offcanvas_body_direction {
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 30px;
}

.logo-nav {
  max-width: 146.999px;
  height: auto;
  margin-top: -12px;
}

.y i {
  font-size: 20px;
  color: var(--color-primary-variant);
}

.flex-ul-mobile-nav {
  display: flex;
  flex-direction: column;
  color: #b1b6d1;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-ul-mobile-nav li:last-of-type {
  border: none;
}

.flex-ul-mobile-nav li {
  padding: 15px 0;
  border-bottom: 1px solid #b1b6d154;
  width: 100%;
  font-size: 14px;
}

.contact_off ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #b1b6d1;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.offcanvas-body {
  padding: 1px 25px;
}

.contact_off ul li a {
  display: flex;
  gap: 9px;
  align-items: center;
}

.contact_off ul li i {
  font-size: 13px;
}

.contact_off h3 {
  color: var(--h2);
  font-size: 25px;
  padding-top: 13px;
  padding-bottom: 20px;
}

.flex-ul-mobile-nav li a {
  transition: var(--transition);
}

.flex-ul-mobile-nav li a:hover {
  color: var(--color-primary-variant) !important;
  font-weight: bold;
}

.flex-ul-mobile-nav .active {
  color: var(--color-primary-variant);
  font-weight: bold;
}

.offcanvas-body .search-navbar i {
  color: #b1b6d1;
}

.ctn-preloader img {
  width: 200px;
  height: auto;
}

.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 1s;
  z-index: 999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .loader-section {
  background-color: var(--h2) !important;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  width: calc(50% + 1px);
}

.ctn-preloader.loaded {
  cursor: auto !important;
  visibility: hidden;
  z-index: -2;
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

#myDiv {
  display: none;
  z-index: 9999;
  position: relative;
  width: 100%;
  height: 100%;
}

/* ====================== */

/* ======================================= */

.cursor-inner {
  margin-left: 0;
  margin-top: 0;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--h2);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background-color: var(--h2);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -25px;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--h2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.progress-bar {
  background-color: var(--h2);
  height: 4px;
  width: 0%;
}

/* =====================================hero=============================== */

img.logo-hero {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 200px;
  height: auto;
}

.hero {
  position: relative;
  z-index: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.hero_owlCarousel img {
  height: 409px;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -2;
}

img.star {
  position: absolute;
  right: -227px;
  top: 18%;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 500px;
  animation: rotate 4s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hero h1 {
  color: #ffff;
  font-size: 42px;
  padding-top: 20px;
  font-weight: bold;
  max-width: 700px;
  line-height: 1.5;
}

.owl-dots {
  z-index: 3;
  cursor: pointer;
}

.left_hero {
  padding-left: 177px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}

h6.h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 14px;
  text-transform: uppercase;
}

.hero p {
  color: #dfe7f1;
  text-align: center;
  font-size: 14px;
  padding: 17px 0 23px 0;
}

.h6 img {
  width: 22.579px;
  height: 23px;
  animation: rotate 4s linear infinite;
  transform-origin: center;
}

.hero_icon {
  position: absolute;
  display: flex;
  gap: 128px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: -85px;
  top: 0%;
  z-index: 5;
}

.hero_icon .div {
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  background: #383c41;
}

.hero_icon a {
  width: 32.14px;
  height: 32.14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #383c41;
  font-size: 16px;
  background: #383c41;
  transition: var(--transition);
  border-radius: 2px;
  z-index: 4;
  color: #688688 !important;
}

.hero_icon a:hover {
  background: #d9d9d9;
  color: var(--btn) !important;
  border: 1px solid var(--btn);
  box-shadow: #41aba8bd 0px 0px 38px;
}

.hero_icon a i {
  font-weight: bold;
}

.bars_menu .offcanvas_body_direction {
  display: flex;
  width: 100%;
}
.bars_menu::-webkit-scrollbar {
  background: transparent;
}
.offcanvas_body_direction {
  margin-bottom: 35px;
  padding: 0;
  max-height: 100vh;
  overflow: hidden;
  width: 97%;
  padding-bottom: 0;
  display: none;
  transition: all 500ms ease;
}

.navbar_mobile {
  transition: all 500ms ease;
  position: fixed;
  z-index: 99999;
  background: #38264a;
  width: 100%;
  top: 60px;
  pointer-events: none;
  left: 0;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  border-radius: 0 0 20px 20px;
  box-shadow: #f3e6ff 0px 2px 0 -3px, #ffffff2b 0px 4px 6px -2px;
}
.bars_menu {
  pointer-events: visible;
  visibility: visible;
  height: auto;
  overflow-y: scroll;
}

#checkbox {
  display: none;
}

.navbar_mobile ::-webkit-scrollbar {
  background-color: transparent;
}

.toggle {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition-duration: 0.5s;
}

.toggle .bars {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.toggle #bar2 {
  transition-duration: 0.8s;
}

.toggle #bar1,
#bar3 {
  width: 70%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}

body {
  padding-top: 92px;
}

.setion-fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  padding: 0 13px;
  width: 100%;
  background: #38264a;
}

/* .slide-in-blurred-right {
  -webkit-animation: slide-in-blurred-right 0.8s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-right 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
} */

.offcanvas_body_direction .lang-nav p {
  font-size: 16px;
}

.offcanvas_body_direction .lang-nav {
  background: transparent;
}

.offcanvas_body_direction {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: var(--p);
  /* gap: 10px;   */
  font-size: 16px;
}

.offcanvas_body_direction li {
  list-style: none;
  padding: 20px 30px;
  border-bottom: 1px solid #5e4874;
  transition: var(--transition);
  color: #fff;
  font-size: 14px;
}
.offcanvas_body_direction ul.accordion-body a {
  color: var(--p) !important;
  font-size: 12px;
}

.offcanvas_body_direction li:hover {
  padding-right: 10px;
}

.offcanvas_body_direction .accordion-item:last-of-type {
  border-bottom: transparent;
}

.offcanvas_body_direction li:hover a {
  color: #fff !important;
}
.offcanvas_body_direction li a {
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 10px;
}
.offcanvas_body_direction .offcanvas_body_direction a {
  font-weight: bold;
}
.accordion-item {
  border: none;
}
.offcanvas_body_direction .accordion-button:not(.collapsed) {
  color: #fff !important;
}
.offcanvas_body_direction .accordion-body {
  padding: 0;
}
.offcanvas_body_direction .accordion-body li {
  padding-left: 50px;
}
.offcanvas_body_direction li a i {
  width: 14px;
}
.offcanvas_body_direction .accordion-button .div {
  gap: 10px;
}
.offcanvas_body_direction .accordion-button .div i {
  width: 14px;
}
.offcanvas_body_direction button.accordion-button {
  border-bottom: 1px solid #5e4874 !important;
}
.offcanvas_body_direction button.accordion-button {
  padding: 20px 30px;
  font-size: 14px;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.offcanvas_body_direction .accordion-item:last-of-type {
  background: transparent !important;
  box-shadow: none !important;
}
.modal-backdrop.fade.show.modal_backdrop {
  opacity: 0;
}

.offcanvas_body_direction .lang_gap_search {
  margin-left: 0;
  font-size: 14px;
}

.nav_tabs {
  z-index: 1;
  width: fit-content;
}

.nav-bar .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  color: #fff !important;
  font-size: 14px;
  padding: 0;
}

.nav-bar .bootstrap-select > .dropdown-toggle:after {
  margin-top: 4px;
}

.flag-icon-us {
  border-radius: 4px;
  max-width: 22px;
}

.nav-bar .btn-light:not(:disabled):not(.disabled).active,
.nav-bar .btn-light:not(:disabled):not(.disabled):active,
.nav-bar .show > .btn-light.dropdown-toggle {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.nav-bar li.selected.active span.text {
  color: var(--h2) !important;
}

.nav-bar .dropdown-item {
  padding: 5px 10px !important;
}

.nav-bar .btn-light:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-color: transparent !important;
  outline-width: 0 !important;
}

.nav-bar .btn-light.focus,
.nav-bar .btn-light:focus {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline-color: transparent !important;
}

.input-with-unit {
  display: flex;
  align-items: center;
  position: relative;
}

.input-with-unit input {
  padding-right: 30px; /* Add some padding to make space for the unit */
}

.unit-label {
  position: absolute;
  right: 10px; /* Adjust based on your design */
  font-size: 14px;
  color: #555; /* Adjust color as needed */
}

.nav-bar .dropdown-item,
.nav-bar .dropdown-item {
  color: #fff;
  padding: 6px 10px;
}

.nav-bar .bootstrap-select.dropdown-item.active a span.text {
  color: #fff !important;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.nav-bar .dropdown-item.active,
.nav-bar .dropdown-item:active {
  color: var(--h2) !important;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-decoration: none;
  background: transparent !important;
  font-weight: bold;
}

.nav-bar li.selected.active {
  background: var(--btn) !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background: transparent !important;
}

.nav-bar .bootstrap-select .dropdown-menu li:hover {
  background: transparent !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background: transparent !important;
}

.nav-bar .dropdown-toggle::after {
  margin-left: 10px !important;
  margin-top: 3px !important;
}

.nav-bar .dropdown-menu {
  padding: 0 !important;
}

.nav-bar .btn.dropdown-toggle.btn-light {
  width: 78px;
}

.owl-theme .owl-dots .owl-dot span {
  transition: var(--transition);
  margin: 5px !important;
  width: 8px !important;
  height: 8px !important;
  background: #847295 !important;
}

p.p {
  color: #aaa1b2;
  font-size: 16px;
  font-weight: 400;
}

.owl-theme .owl-dot.active span {
  transition: var(--transition);
  width: 20px !important;
  height: 8px !important;
  border-radius: 20px !important;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
}

.hero_owlCarousel .item {
  position: relative;
  overflow: hidden;
}

.hero_owlCarousel.owl-carousel .item img {
  width: 100%;
  transform: scale(2);
  transition: transform 2s ease-in-out;
}

.owl-carousel.hero_owlCarousel .item img.zoom {
  transform: scale(1.2);
}

.hero_owlCarousel .owl-dots {
  position: absolute;
  bottom: 163px;
  left: 177px;
}

.bootstrap-select > .dropdown-toggle {
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  color: #734f96 !important;
  font-size: 20px;
  font-weight: 500;
}

.selectionHero .bootstrap-select > .dropdown-toggle:after {
  color: #c2985a !important;
  margin-right: 9px;
}

.selectionHero button.btn.dropdown-toggle.btn-light.bs-placeholder {
  background: transparent !important;
  box-shadow: none !important;
}

.selectionHero .dropdown-menu {
  width: 100%;
}

.selectionHero .filter-option-inner-inner {
  font-size: 18px;
  font-weight: bold;
}

li.disabled.selected.active {
  display: none;
}

.selectionHero .bootstrap-select .dropdown-menu li {
  font-size: 14px;
  color: #8c5f2c;
}

.select_Hero label {
  font-size: 16px;
  position: absolute;
  left: -22px;
  top: 1px;
  color: var(--h2);
  white-space: nowrap;
}
.select_Hero label i {
  color: #c2985a;
}

.select_Hero p {
  padding-top: 10px;
  font-size: 13px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-width: 0 !important;
}

.selectionHero {
  border-radius: 100px;
  margin-top: -87px;
  position: relative;
  background: #fff;
  z-index: 25;
}

.selectionHero::before {
  content: "";
  position: absolute;
  width: 68.5px;
  height: 37px;
  background: url(../img/border.svg) no-repeat;
  background-size: 100% 100%;
  left: -59px;
  top: 70px;
  transform: translateY(-50%);
}

.selectionHero::after {
  content: "";
  position: absolute;
  width: 68.5px;
  height: 37px;
  background: url(../img/border.svg) no-repeat;
  background-size: 100% 100%;
  right: -59px;
  top: 70px;

  transform: translateY(-50%) scaleX(-1);
}
.selectionHero_into {
  padding: 20px 50px 20px 60px;
  border-radius: 100px;
  /*border: 20px solid #f7f7f8;*/
  outline: 4px solid #b0854b;

  background: #fff;
  position: relative;
  z-index: 402;
}
html[dir="rtl"] .selectionHero_into {
  padding: 20px 60px 20px 50px;
}

.selectionHero_into .col-md-3 .buttom_fill {
  margin-left: auto;
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: transparent !important;
  border-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--btn);
  color: white !important;
}
.inputt_Hero label {
  display: flex;
  gap: 7px;
  color: #734f96 !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  align-items: center;
}
.inputt_Hero input::placeholder {
  color: #aaa1b2 !important;
}
.gridFilterSECTION input::placeholder {
     color: var(--h2) !important;
}
.inputt_Hero input::placeholder {
     color: #aaa1b2 !important ;
}

.inputt_Hero input {
  color: #aaa1b2 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.inputt_Hero i {
 color: #c2985a !important;
  font-size: 15px;
}
.container.selection_container {
  max-width: 72% !important;
  width: 100%;
}
.search_Hero label {
  color: var(--h2);
}
.search_Hero label i {
color: #c2985a;
}     .search-input-container input {
  color: #aaa1b2 !important;
  font-size:13px   ;
  font-weight:500 !important;
}
.search-input-container input::placeholder {
  color: #aaa1b2 !important;
}

.selection_tap {
  border-radius: 50px;
  position: relative;
  /* background:  #FFF; */
  z-index: 1;
  margin: auto;
  max-width: 332px;
  /*margin-top: -79px;*/
  margin-bottom: 20px;
}
.number_minus_plus .minus,
.number_minus_plus .plus {
  cursor: pointer;
}
.radio-inputs {
  position: relative;
  display: flex;
  gap: 10px;

  border-radius: 50px;
  background: #fff;
}

/*.selection_tap::before {*/
/*  background: #fff;*/
/*  width: 100%;*/
/*  height: 39px;*/
/*  position: absolute;*/
/*  content: "";*/
/*  z-index: -1;*/
/*  left: 0;*/
/*  pointer-events: none;*/
/*  top: 0;*/
/*  border-radius: 60px 60px 0 0;*/
/*}*/

.radio-inputs .radio {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0;
  z-index: 1;
}
.select_static_hidden .dropdown.bootstrap-select .dropdown-toggle {
  opacity: 0;
}
/*.selection_tap::after {*/
/*  background: #fff;*/
/*  width: 100%;*/
/*  height: 44px;*/
/*  pointer-events: none;*/
/*  position: absolute;*/
/*  content: "";*/
/*  z-index: 0;*/
/*  left: 0;*/
/*  bottom: -9.8px;*/
/*}*/

.container.selectionPage.selection_container .selectionHero_into {
  padding: 30px;
  padding-left: 60px;
}
.radio-inputs .radio input {
  position: absolute !important;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  left: 0;
}

.radio-inputs .radio .name {
  font-weight: 600;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  padding: 11px 24px;
  color: #c2985a;
  transition: all 0.15s ease-in-out;
  border-radius: 50px;
  background: linear-gradient(
    212.55deg,
    rgba(194, 152, 90, 0.07) 0%,
    rgba(132, 87, 37, 0.07) 95.35%
  );
}
.dropdown.search_vendor {
  width: 100%;
}

.radio-inputs .radio .name.active_radio {
  color: #fff !important;
  background: linear-gradient(212.55deg, #c2985a 0%, #845725 95.35%);
}

.selectionHero .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .selectionHero .row .col-md-3 {
  width: fit-content;
} */
.gridFilterSECTION.gridFilterSectionHome .gridFilter.col-md-3,
.gridFilterSECTION.gridFilterSectionHome .gridFilter.col-md-4 {
  display: block !important;
}
.radio-inputs .radio .name i {
  font-size: 13px;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none !important;
}

.grig_div {
  display: grid !important;
  padding: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  padding-top: 12px;
}

.grig_div .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  text-align: center;
}
div#mymodal .modal-content {
  height: fit-content;
}
.grig_div .div::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100px;
  transform: translate(-50%, -50%);
  flex-shrink: 0;
  background: linear-gradient(
    45deg,
    #ac623121,
    rgba(172, 98, 49, 0.5),
    #ac623121
  );
  left: 0;
  border-radius: 540px;
}

.grig_div .div .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.grig_div .div:nth-child(1):before {
  content: none;
}

.grig_div .div h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--h2);
}

.grig_div .div img {
  max-width: 85px;
  max-height: 85px;
  width: auto;
  height: auto;
}

h2.h2 {
  color: var(--h2);
  font-size: 32px;
}

.titleCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 32px;
  text-align: center;
}

.offers {
  padding: 70px 0 0;
}

.slider-container {
  text-align: center;
  width: 100%;
  max-width: 171px;
  position: relative;
  margin: auto;
  margin-top: 50px;
}

.slider-container .range-slider {
  width: 100%;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 10px;
  left: 11%;
  padding: 2px;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  background: #c2985a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}

.slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: rgba(230, 230, 250, 0.866);
}

.slider-container input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none;
  background: #c2985a;
  outline: none !important;
}

.img_off {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_off img {
  height: 100%;
  width: 100%;
}

.offers .col-sm-12 {
  height: 100%;
  padding: 0;
}

img.dotsLeft {
  position: absolute;
  left: -400px;
  width: 664px;
  z-index: -1;
  height: 720px;
  opacity: 40%;
}

img.dotsRight {
  position: absolute;
  right: -400px;
  width: 664px;
  opacity: 40%;
  z-index: -1;
  height: 720px;
}

.titlebetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
}

.titlebetween .div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card_gallery {
  width: 100%;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  height: 360px;
  display: block;
}

.card_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.card_gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: var(--transition);
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(115, 79, 150, 0) 0%, #140523 100%);
}

.content_card_gallery {
  display: flex;
  position: absolute;
  bottom: -575px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: var(--transition);
  padding: 15px;
  gap: 10px;
  background: rgba(15, 3, 27, 0.727);
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card_gallery:hover .content_card_gallery {
  bottom: 50%;
  transform: translateY(50%) translateX(-50%);
}

.content_card_gallery h3 {
  font-size: 20px;
  text-align: center !important;
  color: #fff;
  transition: var(--transition);
}

.card_gallery .div {
  position: absolute;
  bottom: 28px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: var(--transition);
  gap: 10px;
  width: 100%;
}

.card_gallery .title_h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  right: 28px;
}

.card_gallery .title_h6 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.card_gallery:hover .div {
  opacity: 0;
}

.content_card_gallery h6 {
  text-align: center;
  font-size: 14px;
  color: #fffffff0;
}

.content_card_gallery p {
  text-align: center;
  font-size: 14px;
  color: #bcbcbe;
}

a.more_a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  gap: 10px;
  font-size: 14px;
}

.owl-carousel {
  z-index: 0;
}

.owl_nav .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 105%;
  /* position: absolute;
  z-index: -1 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.owl_nav .owl-nav .owl-prev {
  right: -55px;
}

.owl_nav .owl-nav .owl-next {
  left: -5px;
}

.owl_nav .owl-nav .owl-prev,
.owl_nav .owl-nav .owl-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 1px solid #c2985a !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: absolute;
  z-index: 1 !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

.owl_nav .owl-nav .owl-prev i,
.owl_nav .owl-nav .owl-next i {
  font-size: 16px !important;
  color: #c2985a !important;
}

.owl_nav .owl-dots {
  display: none !important;
}

.mostHotel {
  padding-top: 70px;
}

.mostHotel3 .div_flex {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.mostHotel3 .div_flex h5 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.mostHotel3 .div_flex i {
  color: #fff;
  font-size: 14px;
}

.mostHotel3 .card_gallery:hover::before {
  background: linear-gradient(180deg, rgba(15, 3, 27, 0.727) 0%, #140523 100%);
}

.icon_home img {
  width: 60px;
  height: 60px;
}

.icon_home .line {
  width: 1px;
  height: 134px;
  border-right: 1px dashed #724f9696;
}

.icon_home .div {
  border-radius: 10px;
  border: 1px dashed #c2985a;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  width: 100%;
  text-align: center;
}

.icon_home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 223px;
}

.icon_home .div h4 {
  color: var(--h2);
  font-size: 14px;
}

.icon_home3 .line {
  height: 254px;
}

.icon_home3 .div {
  width: 400px;
}

.icon_home2 .line {
  height: 134px;
}

.icon_home2 .div {
  width: 195px;
}

.icon_home4 .line {
  height: 134px;
}

.icon_home4 .div {
  width: 227px;
}

.icon_home5 .line {
  height: 134px;
}

.icon_home5 .div {
  width: 195px;
}

.icon_home.icon_home3,
.icon_home.icon_home2,
.icon_home.icon_home4 {
  padding-top: 60px;
}

.icon_home.icon_home3 {
  margin: auto;
}

.Features {
  padding: 70px 0;
}

.icon_home.icon_home5 {
  margin: 0 -34px;
}

.icon_home.icon_home4 {
  margin: 0 -100px;
}

.icon_home.icon_home2 {
  margin: 0 60px;
}

.Features p.p {
  font-size: 14px;
}

img.Features2s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 300px;
}

.app {
  background-image: url(../img/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0;
  margin-bottom: 70px;
}

.qrCodeContent {
  display: flex;
  gap: 30px;
  padding: 32px 0;
  align-items: center;
}

img.mockup {
  width: 478px;
  height: auto;
  max-width: 100%;
}

.app .IMG {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.STARS {
  position: absolute;
  top: -81px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: auto;
  max-width: 179%;
}

.qrcode-container {
  width: 130px;
  height: 125px;
  background: #896ba7;
  padding: 6px;
  border-radius: 10px;
}

.qrcode-container img {
  height: 100%;
  width: 100%;
}

.app p {
  padding-top: 15px;
  color: #c4b4d4;
}

.app h2 {
  color: #fff;
}

.brnDownload {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brnDownload img {
  height: auto;
  width: auto;
  max-width: 130px;
}

.simplemenu {
  position: relative;
}

.dropbtn {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
  padding: 10px;
  margin-top: 62px !important;
  transition: var(--transition);
  top: 0;
  left: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  max-width: 150px;
}

.dropbtn {
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 14px;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 34px;
  background-color: transparent;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 10px;
  width: fit-content;
  min-width: 140px;
}

.dropdown-content a {
  color: #734f96 !important;
  padding: 8px 10px;
  display: flex;
  font-weight: bold;
  font-size: 10px;
  gap: 10px;
  border-radius: 25px;
  align-items: center;
}

.dropdown-content a:hover {
  background: #f7f7f8;
}

.dropdown-content li:last-of-type a {
  color: #da0000 !important;
}

.dropdown-content li:last-of-type a:hover {
  background: transparent;
}

.dropdown-content.show {
  display: block;
}

.selectionHero .filter-option-inner-inner {
  font-size: 14px;
  font-weight: bold;
  font-family: "fontBold", sans-serif !important;
}

.storeFilterRight iframe {
  height: 231px;
  width: 100%;
  border-radius: 8px;
}

.storeFilterRight .map {
  margin-bottom: 20px;
}

.storeFilterRight {
  border: 1px solid #f8f7fa;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}

.storeFilter .title,
.storeFilterRight .title {
  color: #734f96;
  font-size: 20px;
  font-weight: 700;
}
.modal-dialog {
  display: flex;
  margin: auto !important;
}

.hr {
  background: transparent;
  color: Lavender;
  margin: 24px 0;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 0 !important;
}
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none !important;
  visibility: hidden;
}
.wizard > .content > .body label {
  margin-bottom: 0 !important;
}
.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  background: #fff;
  border-radius: 24px;
}

.checkbox-wrapper-46 .inp-cbx:checked + label.cbx span {
  color: var(--p);
}
.scrollMobile .checkbox-wrapper-46 .inp-cbx:checked + label.cbx {
  background: var(--btn);
}
.scrollMobile .checkbox-wrapper-46 .inp-cbx:checked + label.cbx span {
  color: #fff;
}
.scrollMobile .checkbox-wrapper-46 .cbx {
  border: 1px solid #f8f7fa;
  padding: 10px 15px;
}
.checkbox-wrapper-46 .cbx span {
  transform: translate3d(0, 0, 0);
  color: #aaa1b2;
  font-size: 14px;
  font-weight: 400;
}

.filterDiv {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.filterCHECKED {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #e8e3f3;
  transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(-50%, -50%, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--btn);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
  position: relative;
  top: 2px;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #855826;
  animation: wave-46 0.4s ease;
  border-color: #f8f7fa1a;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.radio-buttons {
  display: flex;
  flex-direction: column;
}

.radio-button {
  display: flex !important;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.radio-button input[type="radio"] {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}

.radio-circle {
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;

  border-radius: 50%;
  border: 1px solid #e8e3f3;
  position: relative;
  margin-right: 10px;
}

.radio-circle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--btn);
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
}

.minMax {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: space-between;
}

.price-range-slider img {
  width: 100%;
  height: auto;
}

.price-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa1b2;
}

.price-input {
  width: 60px;
  text-align: center;
  border: 1px solid #aaa1b22e;
  padding: 5px;
  font-size: 14px;
  border-radius: 3pc;
  font-size: 14px;
  color: #aaa1b2;
}

.price-bar {
  flex: 1; /* Fill remaining space */
  height: 40px; /* Adjust height to match graph design */
  background: url("path/to/price-graph.png") no-repeat center;
  background-size: cover; /* Ensure the graph scales properly */
}

.filterCHECKED p.p {
  font-size: 14px;
}

.map {
  position: relative;
}

.map a.buttom_fill {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.storeFilter {
  padding: 40px 0;
}

.map img {
  width: 100%;
  border-radius: 10px;
  height: 148px;
}

.radio-label {
  font-size: 16px;
  color: #aaa1b2;
  font-weight: 500;
}

.radio-button:hover .radio-circle {
  border-color: #c2985a;
}

.radio-button:hover input[type="radio"]:checked + .radio-circle::before {
  background-color: #c2985a;
}

.radio-button:hover .radio-circle,
.radio-button input[type="radio"]:checked + .radio-circle {
  border-color: #c2985a;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(1.15, 0.85);
  }
  50% {
    transform: scale(0.9, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.min,
.max {
  color: #aaa1b2;
  font-size: 12px;
}

.gridFilterSECTION {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-content: center;
  gap: 30px;
}

.gridFilterSECTION
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
  /*min-width: 175px;*/
}
.bootstrap-select .dropdown-menu {
  min-width: 175px !important;
}
.gridFilterSECTION.gridFilterSectionHome {
  display: unset;
  /* grid-template-columns: repeat(auto-fill, minmax(204px, 1fr)); */
}

.container.selectionPage.selection_container .selectionHero::after,
.container.selectionPage.selection_container .selectionHero::before {
  top: 46%;
}

.gridFilter {
  display: flex;
  justify-content: space-between;
}

.heroPage {
  height: 230px;
  position: relative;
}

.heroPage h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
}
.heroPage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Privacy {
  padding: 50px 0;
}
.number_minus_plus {
  display: flex;
  height: 40px;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #f8f7fa;
  font-size: 14px;
  max-width: 120px;
  overflow: hidden;
}

.number_minus_plus input {
  width: 40px;
  color: #aaa1b2;
  font-size: 14px;
  border: none !important;
  text-align: center;
}
.CheckDate.CheckDate_start_end input[type="text"],
.CheckDate.CheckTime_start_end input[type="text"] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  z-index: 1;
}
.daterangepicker.ltr.show-calendar.opensleft .table-condensed {
  display: none;
}
.CheckDate.CheckDate_start_end,
.CheckDate.CheckTime_start_end {
  z-index: 1;
  position: relative;
}
.number_minus_plus .minus {
  padding-left: 5px;
}

.number_minus_plus .minus,
.number_minus_plus .plus {
  width: 44px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  transition: var(--transition);
}

.number_minus_plus .minus i,
.number_minus_plus .plus i {
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.number_minus_plus .plus {
  padding-right: 5px;
}

.number_minus_plus .minus:hover,
.number_minus_plus .plus:hover {
  background: Lavender;
}

.filterCHECKED h6 {
  color: #aaa1b2;
  font-size: 14px;
  font-weight: 400;
}

button.ShowAll {
  background: transparent;
  color: #734f96;
  font-size: 12px;
  font-weight: 700;
  padding-top: 10px;
  display: flex;
  width: fit-content;
  align-items: center;
  letter-spacing: 1px;
  gap: 10px;
  transition: var(--transition);
}

button.ShowAll i {
  transition: var(--transition);
}

.filterSort .option {
  height: 40px;
  position: relative;
  top: 2px;
  left: 2px;
}

.filterSort .input {
  width: 100%;
  height: 100%;
  position: absolute;
  outline: none !important;
  left: 0;
  top: 0;
  appearance: none;
  cursor: pointer;
}

.filterSort .input:checked + .btn_radio .span {
  color: #fff;
}

.filterSort .btn_radio {
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #f8f7fa;
  font-size: 14px;
  color: #aaa1b2;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
}

.filterSort .input:checked + .btn_radio {
  background: var(--btn);
  color: #fff;
  border: 1px solid transparent;
}

.filterSort {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.PaymentTingle h2.h2 {
  text-align: unset;
  font-size: 32px !important;
}

.ads_card {
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 30px;
  transition: var(--transition);
  position: relative;
  margin-bottom: 20px !important;
  display: block;
  width: 100%;
  /* cursor: pointer; */
}

.divcontentRight p {
  font-size: 12px !important;
}

.divcontentRight p.p.price {
  padding: 6px 0;
  font-size: 15px !important;
  font-weight: bold;
}

.divcontentRight p.p.price span {
  font-size: 20px !important;
  color: var(--h2);
}

.divcontentRight .icon {
  display: flex;
  width: 36px;
  height: 36px;
  color: #fff !important;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto !important;
  background: var(--btn);
  margin-top: 8px !important;
}

.divcontentRight {
  flex-basis: 20%;
}

.divcontentLeft {
  flex-basis: calc(80% - 30px);
}

.contentTitle {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.ads_card h4 {
  color: var(--h2);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}

.left_ads_card p.p {
  font-size: 14px;
}

.right_ads_card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 10px;
}
.gridFilterSECTION input { outline: none;border: none;box-shadow: none; }

.ads_card .cats {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
}
.gridFilter.GuestsSelection .position-relative.select_Hero {
    width: 100%;
}

.gridFilter.GuestsSelection {
    min-width: 20%;
}
.ads_card .div {
  background-color: #f8f7fa;
  font-size: 12px;
  color: #734f96 !important;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
}

.stars {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 3px;
}

.stars i {
  font-size: 14px;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination {
  display: flex !important;
  gap: 10px;
  align-items: center;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 50%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border: none !important;
  font-size: 15px;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.page-link {
  color: #aaa1b2 !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: none !important;
}

.pagination > li > a,
.pagination > li > a,
.pagination > li > span,
.pagination > li > span {
  font-weight: bold;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff !important;
  background: var(--btn) !important;
}

.pagination > li > a,
.pagination > li > a,
.pagination > li > span,
.pagination > li > span {
  transition: var(--transition) !important;
}

.page-link:focus {
  box-shadow: none !important;
  outline: none !important;
}

.pagination_item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #f8f7fa;
  padding: 15px 27px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.pagination_item p.p {
  font-size: 10px;
  text-align: center;
  position: relative;
}

.pagination_item p.p.pLeft {
  padding-left: 24px;
}

.pagination_item p.p.pLeft::before {
  content: "";
  position: absolute;
  left: 0;
  height: 201px;
  width: 1px;
  background: #f8f7fa;
  top: 50%;
  transform: translateY(-50%);
}

.tingle-modal {
  background: rgb(34 13 51 / 26%) !important;
}

.tingle-modal-box {
  border-radius: 30px !important;
}

.social-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 16px;
}

.social-login .social-button {
  display: flex;
  transition: var(--transition);
  flex-direction: column;
  align-items: center;
  border-radius: 36px;
  height: 64px;
  width: 64px;
  border: 1px solid #f1edf4;
  background: #fff;
  justify-content: center;
}

.social-login .social-button:hover {
  border-color: #996f5c;
}

.social-login .social-button img {
  width: auto;
  height: auto;
  max-width: 24px;
  max-height: 24px;
}

.tingle-modal-box {
  width: 100% !important;
  max-width: 1015px;
}

.customt_login form {
  max-width: 400px;
  margin: auto;
}

.form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 50px;
  z-index: 0;
  position: relative;
  background: #e1eaea;
  border-radius: 8px;
  padding-bottom: 24px;
}

.inout-icon-div label {
  font-size: 14px;
  color: #aaa1b2;
  padding-bottom: 10px;
  transition: var(--transition);
  margin: 0;
  font-weight: 500 !important;
  margin: 0 !important;
}

.owl-carousel {
  z-index: 0;
}

.input-form-contact {
  border: 1px solid #f1edf4 !important;
  height: 50px;
  outline: none;
  padding: 15px;
  padding-left: 20px;
  transition: 0.5s linear;
  width: 100%;
  background: #fff;
  font-weight: 400;

  color: #734f96;
  border-radius: 26px;
  font-size: 14px;
}

.input-form-contact::placeholder {
  color: #e3daeb;
}

.input-form-contact:focus,
.input-form-contact:active {
  box-shadow: 0px 0px 35px #76524112;
  border: 1px solid #c2985a !important;
}
.input-form-contact:focus:valid,
.input-form-contact:not(:placeholder-shown) {
  box-shadow: 0px 0px 35px #76524112;
  border: 1px solid #c2985a !important;
}

.toggle-password {
  position: absolute;
  z-index: 1;
  right: 20px !important;
  left: unset !important;
  top: 50%;
  color: #9a969e;
}

/* .inout-icon-div:focus-within p {
  color: var(--btn) !important;
  font-weight: bold;
} */

.inout-icon-div {
  position: relative;
  padding-bottom: 20px;
}

.inout-icon-div-textarea i {
  top: 16px !important;
  transform: unset;
}

.inout-icon-div-textarea textarea {
  border: 1px solid #f1edf4 !important;
  outline: none;
  padding: 15px;
  padding-left: 20px;
  transition: 0.5s linear;
  width: 100%;
  background: #fff;
  color: var(--h2) !important;
  font-weight: 400;
  border-radius: 26px;
  font-size: 14px;
}
textarea:focus:valid,
textarea:not(:placeholder-shown) {
  box-shadow: 0px 0px 35px #76524112;
  border: 1px solid #c2985a !important;
}

form.form_send_reqwst .flex_center {
  gap: 10px;
  padding-bottom: 30px;
}

.inout-icon-div-textarea textarea::placeholder {
  color: #e3daeb;
}
.contactUs {
  padding: 50px 0;
}
.contactUs iframe {
  border: 0;
  border-radius: 19px;
}
.customt_login h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 32px !important;
}
form.contact {
  padding: 30px;
  border-radius: 18px;
  background: #e3e2e21a;
}
.or {
  position: relative;
  color: #aaa1b2;
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}

.or::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  height: 1px;
  transform: translateY(-50%);
  background: #f8f7fa;
  max-width: 127px;
}

.or::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30%;
  height: 1px;
  background: #f8f7fa;
  transform: translateY(-50%);
  max-width: 127px;
}

.addFav {
  position: absolute;
  left: 12px;
  z-index: 2;
  top: 12px;
  border-radius: 50px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: var(--transition);
}
.addFav:hover {
  transform: scale(1.1);
}
.right_ads_card {
  position: relative;
}

.addFav i {
  font-size: 20px;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: var(--transition);
}

/* Define the heart button animation */

@keyframes heartButton {
  0% {
    transform: scale(1);
    background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  50% {
    transform: scale(1.2);
    background: linear-gradient(213deg, #c9aa7c 0%, #977145 95.35%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  100% {
    transform: scale(1);
    background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}

/* Add animation for click active */

@keyframes clickEffect {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.addFav i.active {
  animation: heartButton 1s;
  font-weight: bold;
}

/* Add a visual click effect */

.addFav:active i {
  animation: clickEffect 0.3s;
}

input.checkboxFav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.products {
  padding: 50px 0;
}

.addFav.icon {
  position: relative;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.iconShare {
  position: relative;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 50px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: var(--transition);
}
.iconShare:hover {
  transform: scale(1.1);
}
.iconShare i {
  font-size: 20px;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: var(--transition);
}
.titleProducts .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.titleProducts .right {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 15px;
}

.titleProducts .right .div {
  display: flex;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  color: #aaa1b2;
}

.starContent i {
  background: linear-gradient(213deg, #c9aa7c 0%, #977145 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.starContent {
  display: flex;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  color: #aaa1b2;
}

.RatingRevieW.align-items-start {
  padding-bottom: 24px;
}

.RatingRevieW.align-items-start {
  padding-bottom: 24px;
}

.gal_details.gal_page {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
  margin-bottom: 40px;
}

.gal_page .row {
  padding-top: 24px;
}

.gal_page .full {
  display: block;
  height: 100%;
  width: 100%;
  aspect-ratio: 15 / 12;
}

.gal_page img {
  height: 100%;
  width: 100%;
  aspect-ratio: 25 / 15;
  object-fit: cover;
}



div#lightgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  justify-items: stretch;
  align-items: stretch;
  gap: 12px;
}

.full {
  grid-column: span 3;
  grid-row: span 2;
}

.half {
  grid-column: span 1;
  grid-row: span 1;
}

.productDetails h2.h2 {
  font-size: 20px;
  padding-bottom: 16px;
}

.showAllPic {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 33px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  font-weight: bold;
}
.submenuMobile {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  background: var(--btn);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 24px;
  margin-bottom: 20px;
  width: fit-content;
  gap: 10px;
}
h2.h2.SubTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 14px;
}

.lg-outer .lg-thumb {
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

h2.h2.SubTitle img {
  width: 22px;
  height: 22px;
}

.nav_content .nav-tabs {
  padding-bottom: 1px !important;
}

.nav_content .nav-tabs {
  border: none !important;
  padding-bottom: 24px !important;
  padding-top: 32px !important;
}

.nav_content .nav-link.active {
  background: linear-gradient(213deg, #c9aa7c 0%, #977145 95.35%) !important;
  color: #fff !important;
}

.nav_content .nav-link {
  margin-right: 10px !important;
  border-radius: 3pc !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #f8f7fa !important;
  padding: 10px 20px !important;
  color: #aaa1b2 !important;
}

.tab-pane.fade.active.show {
  opacity: 1;
}

.productDetails .hr {
  border-top: 1px solid #d8d1dd !important;
}

.contentSpec {
  display: flex;
  gap: 10px;
  padding: 20px;
}

.contentSpec img {
  width: 22px;
  height: 22px;
  min-width: 22px;
}

.contentSpec ul {
  color: #aaa1b2;
  font-size: 14px;
  padding-left: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.contentSpec ul li {
  list-style: initial;
}

.contentSpec h2.h2 {
  padding-top: 4px;
  font-size: 14px;
}

.row.p0 {
  margin-top: 24px;
}

.row.p0 .col-md-4 {
  padding: 0 !important;
  border-top: 1px solid #f1edf4;
}

.row.p0 .col-md-4.center {
  border-right: 1px solid #f1edf4;
  border-left: 1px solid #f1edf4;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cardPay {
  border-radius: 20px;
  border: 1px solid #f1edf4;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(116, 80, 151, 0.07);
  padding: 20px;
}

.CheckDate {
  /* display: flex; */
  position: relative;
  /* gap: 30px; */
  /* justify-content: space-between; */
  align-items: center;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid #f8f7fa;
  background: #fff;
  margin-bottom: 12px;
}
span.minus.disabled {
  opacity: 40%;
  transition: var(--transition);
}
.CheckDate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 55px;
  background: #f8f7fa;
}
.inout___div {
  padding-bottom: 20px;
}
.CheckDate h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--h2);
  transition: var(--transition);
  padding-top: 7px;
}

.CheckDate p.p {
  transition: var(--transition);
  font-size: 14px;
}

.Checkdropdown .dropdown button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  height: 100% !important;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid #f8f7fa !important;
  background: #fff;
  font-size: 14px;
}

.btn-light:hover {
  color: #212529;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: none !important;
}
th {
  text-align:  start !important;
}
.Checkdropdown .dropdown {
  width: 100% !important;
}
html[dir="rtl"]  .modal-header .btn-close {
  margin: -.5rem auto -.5rem -.5rem   !important;
}
.bootstrap-select .dropdown-menu li a {
  padding: 8px 12px;
  color: #734f96 !important;
  font-size: 11px !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #f8f7fa !important;
  color: #734f96 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #f8f7fa !important;
  color: #734f96 !important;
}

.bootstrap-select .dropdown-menu li.disabled {
  display: none;
}

a:focus {
  outline: none !important;
  outline-offset: none !important;
}

.discount {
  color: #da0000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 43px;
  background: rgba(218, 0, 0, 0.04);
}

.PriceContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 27px 0;
}

.PriceContent h3.h3 {
  color: #da0000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through !important;
}

.PriceContent .div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.PriceContent .diCol {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.PriceContent h2.h2 {
  font-size: 18px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
}

.PriceContent h2.h2 span {
  font-size: 13px;
  color: #aaa1b2;
}

.PriceContent p.p {
  font-size: 12px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.toolpays {
  padding-top: 40px;
}

.toolpays p span {
  color: var(--h2);
  font-size: 18px;
  font-weight: bold;
}

.toolpays p {
  font-size: 14px;
}

.RatingRevieW {
  display: flex;
  gap: 10px;
  align-items: center;
}

.RatingRevieW .icon {
  display: flex;
  color: #fff;
  font-size: 15px;
  align-items: center;
  font-weight: 800;
  background: var(--btn);
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.RatingRevieW h6 {
  color: var(--h2);
  font-size: 16px;
  font-weight: 800;
}

.RatingRevieW p {
  color: var(--p);
  font-size: 14px;
}

.RatingRevieW .div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.titleProducts .left {
  width: fit-content;
  margin-left: auto;
}

.RatingRevieW img.img {
  min-width: 48px;
  width: 48px;
  border-radius: 50%;
  height: 48px;
}

.RatingRevieW .starContent {
  background: linear-gradient(213deg, #c9aa7c 0%, #977145 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  width: fit-content;
}

.productDetails p.p {
  font-size: 14px;
}

.productDetails iframe {
  border-radius: 8px;
  width: 100%;
}

.terms .ul {
  color: #aaa1b2;
  font-size: 14px;
  padding-left: 38px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.terms .ul li {
  list-style: initial;
}

.Inputphone {
  display: flex;
  flex-direction: column;
}

.terms h6 {
  color: var(--h2);
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.notHaveAccount {
  text-align: center;
  font-size: 14px;
  color: var(--p);
}

.notHaveAccount a,
.notHaveAccount span {
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  color: #a77945 !important;
  text-decoration: underline !important;
}

.tingle-modal-box__content {
  padding: 5rem 3rem !important;
}

img.Fundicomlogo {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  max-width: 200px;
}

.left_ads_card a.buttom_fill {
  margin-top: 20px !important;
}

.filterSort .option img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.formPayment .filterSort .input:checked + .btn_radio {
  background: #fff;
  border: 1px solid #b98f50;
}

.dropdown-menu {
  padding-top: 0 !important;
  border-radius: 13px !important;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.04) !important;
  border-color: #f1edf4 !important;
}

input.form-control:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid #f1edf4 !important;
}

.modal.fade.show {
  opacity: 1 !important;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  transform: unset !important;
}

.modal-open .modal {
  background: rgb(34 13 51 / 26%) !important;
  backdrop-filter: blur(12px);
}

.modal-dialog {
  padding: 15px;
  max-width: 1015px !important;
  width: 100% !important;
}

.modal-content {
  border: none !important;
  box-shadow: none !important;
  border-radius: 26px !important;
}

.modal h2.h2 {
  font-size: 32px !important;
}

.selectModal button.btn.dropdown-toggle.btn-light {
  height: 50px;
  outline: none;
  padding: 15px;
  padding-left: 20px;
  transition: 0.5s linear;
  width: 100%;
  background: #fff;
  border-radius: 26px;
  max-width: 100%;
  font-size: 14px;
  color: #734f96 !important;
  min-width: 100%;
}
.selectModal button.btn.dropdown-toggle.btn-light::placeholder {
  color: #d9d1e0 !important;
}

.selectModal .btn-light:hover {
  border-color: #d9d1e0 !important;
}

.selectModal
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.form-control {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid #f1edf4 !important;
}

.modal-body .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-body .content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #734f96;
}

.modal-body,
.modal-content {
  padding: 0 !important;
}

.modal-body hr {
  border-color: #cfccd5;
}

.modal-body .right {
  border-radius: 0px 0px 40px 40px;
  padding: 50px;
  background: linear-gradient(
    213deg,
    rgba(194, 152, 90, 0.05) 0%,
    rgba(132, 87, 37, 0.05) 95.35%
  );
  height: 100%;
}

.modal-body .left {
  border-radius: 0px 0px 40px 40px;
  padding: 50px;
  height: 100%;
}

.modal-body .CheckDate {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}

.modal-body p span.span {
  color: #734f96;
  font-weight: bold;
}

.modal-body p span.bold.span {
  font-size: 20px;
}

p.p.Offerdiscount {
  color: #da0000;
  font-size: 12px;
}

p.p.Offerdiscount span {
  font-weight: bold;
  font-size: 14px;
}

p.gray {
  font-size: 12px;
}

p.gray span {
  font-weight: bold;
  font-size: 14px;
}

.successfullyContent {
  max-width: 500px;
  margin: auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 100px 10px;
}

.panel {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 3px #ccc;
}

/*
  Template Name: Monster Admin
  Author: Themedesigner
  Email: niravjoshi87@gmail.com
  File: css
  */

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
}

.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

.wizard-content .wizard .content {
  margin-left: 0 !important;
}

.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.form {
  padding-top: 40px;
}
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 84px;
  margin-top: 24px;
  min-width: 140px;
  font-size: 14px !important;
  color: #aaa1b2 !important;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

.wizard-content .wizard > .steps > ul > li:before {
  left: 0;
}

.wizard-content .wizard > .steps > ul > li:after {
  right: 0;
}

.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}

.wizard-content .wizard > .steps > ul > li.current > a {
  color: var(--h2) !important;
  cursor: default;
}

.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #fff;
  background: var(--btn);
  color: #fff;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: transparent !important;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active,
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: transparent !important;
}

.wizard-content .wizard > .steps > ul {
  display: flex !important;
  /* gap: 10px; */
  align-items: flex-start;
  justify-content: center;
}

.wizard-content .wizard > .steps > ul > li.disabled a,
.wizard-content .wizard > .steps > ul > li.disabled a:focus,
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #999;
  cursor: default;
}

.wizard-content .wizard > .steps > ul > li.done a,
.wizard-content .wizard > .steps > ul > li.done a:focus,
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #755298 !important;
}
.wizard-content .wizard > .steps > ul > li.done .step {
  background: var(--btn);
  border-color: #fff;
  color: #fff;
}

.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #ac8148;
  color: #fff;
}

.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard > .content > .body {
  padding: 0 20px;
}

.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 30px 20px 20px;
}
.wizard-content .wizard > .actions > ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-top: 30px;
}
.wizard-content .wizard > .actions > ul li:nth-of-type(1) {
  margin-right: auto !important;
}
.wizard-content .wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}

.wizard-content .wizard > .actions > ul > li {
  float: left;
}

.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background: #fff !important;
  color: #b68e51 !important;
  padding: 13px 78px;
  border: 1px solid #b68e51;
  border-radius: 2pc;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.wizard-content .wizard > .actions > ul > li > a {
  background: var(--btn);
  color: #fff !important;
  display: block;
  border-radius: 2pc;
  border: 1px solid #fff;
  padding: 13px 78px;
}

.wizard-content .wizard > .actions > ul > li > a:focus,
.wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard-content .wizard > .actions > ul > li.disabled > a,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}

.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:focus,
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 1px;
  background: #b68e51;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #f1edf4;
}

.wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  border: 1px solid #f1edf4;
  font-size: 14px;
  top: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:after,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:before {
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #fff;
}

.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f3f3;
}

.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}

.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}

.wizard-content .wizard.vertical > .steps > ul > li.current:after,
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after,
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}

@media (max-width: 768px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .facility-column {
    border: 2px solid var(--cell-border) !important;
}
div#roomInfoModal .modal-body {
    display: block !important;
}
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }

  .wizard-content .wizard.vertical > .steps {
    width: 15%;
  }
}

@media (max-width: 480px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }

  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
}
.wizard > .content {
  background: #fff !important;
}
.formContent {
  border-radius: 40px;
  border: 1px solid #f1edf4;
  padding: 24px;
  margin-top: 30px;
}
.formContent .filterCHECKED.radio-buttons {
  flex-direction: row;
  gap: 59px;
}
.form h2.h2 {
  font-size: 20px !important;
}

.form p.p {
  font-size: 12px !important;
  color: #ceced7;
}
.wizard > .content > .body {
  position: unset !important;
  width: 100% !important;
  height: 100% !important;
}

.form iframe {
  border-radius: 20px;
}

.wizard-content .wizard > .actions > ul > li[aria-disabled="true"] {
  display: none !important;
}
.uploadImg {
  display: flex;
  width: 100%;
  padding: 61px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  gap: 9px;
  border: 1px dashed #e3daeb;
  background: #f8f7fa;
  flex-direction: column;
  position: relative;
}
.file-input-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.image-list {
  padding-top: 12px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.delete-document {
  position: absolute;
  top: 10px;
  right: 5px;
  background: #fcfaf7;
  border: 1px solid #deccb0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2985a;
  font-size: 10px;
  width: 25px;
  height: 25px;
  transition: var(--transition);
}
.delete-document:hover {
  transform: scale(1.1);
}
.image-list img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.image-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.image-info {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-list li p {
  font-size: 14px;
  color: var(--p);
}

h3.titleOptions {
  font-size: 14px;
  color: #807789;
  padding-bottom: 10px;
  font-weight: 500;
}
.optionsRoom .col-md-4 {
  padding-bottom: 24px;
}

#accordion {
  width: 100%;
}

a.card-link {
  color: var(--h2) !important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px;
}
.cardBody {
  padding: 24px;
}
.cardAccordion {
  border-radius: 40px;
  border: 1px solid #f1edf4;
  margin-top: 24px;
}

button.addMoreRoom {
  display: flex;
  gap: 10px;
  align-items: center;
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  width: fit-content;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  margin: auto;
  font-weight: bold;
  padding-top: 37px;
}

.uploadImages h3.text-center {
  color: #aaa1b2;
  font-size: 16px;
}

.uploadImages p {
  color: #aaa1b2;
  text-align: center;
  text-transform: lowercase;
  font-size: 14px;
}
.uploadImages .drag-file span {
  font-weight: 600;
  font-size: 10px;
}
p#filesize-error,
p#filetype-error {
  color: red;
  text-align: unset;
  padding-top: 10px;
}
p.Browse {
  color: var(--h2);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline !important;
}
#mymodal2 .modal-body {
  padding-top: 70px !important;
  padding-bottom: 10px !important;
}

.wizard-content .wizard > .actions > ul > li > a i {
  font-size: 11px;
}

a.buttom_fill i {
  font-size: 12px;
}
.nav-bar .dropdown-menu > li > a:focus,
.nav-bar .dropdown-menu > li > a:hover {
  color: var(--h2) !important;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-decoration: none;
  background: transparent !important;
  font-weight: bold;
}
ul.dropdown-menu {
  padding: 16px 10px !important;
}
.dropdown-item:first-child {
  border-radius: 10px !important;
}
button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 1px solid #f1edf4 !important;
  color: #d9d1e0 !important;
}
button.btn.dropdown-toggle.btn-light {
  border: 1px solid #c2985a !important;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.bootstrap-select .dropdown-menu li a span.text p.p {
  color: var(--h2);
}
.bootstrap-select .dropdown-menu li a span.text span {
  color: var(--p);
  font-size: 10px;
}
.select_Hero button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: none !important;
  color: var(--h2) !important;
  width: fit-content;
}
.select_Hero button.btn.dropdown-toggle.btn-light {
  border: none !important;
}
.select_Hero .bootstrap-select .dropdown-menu li a span.text {
  justify-content: unset;
}
.select_Hero button.btn.dropdown-toggle.btn-light {
  border: none !important;
}
.nav-bar button.btn.dropdown-toggle.btn-light {
  border: none !important;
}
.nav-bar button.btn.dropdown-toggle.btn-light {
  border: none !important;
}
.flag-icon-sa {
  border-radius: 5px;
}
/* .bootstrap-select .bs-searchbox::after {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 14px;
  color: var(--h2);
} */
.bs-searchbox {
  position: relative;
  padding: 0 !important;
  border-radius: 13px !important;
}
/* .bs-searchbox input {
  padding: 0 10px 0 28px  !important;
} */

.bootstrap-select .inner.show {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  max-height: 150px;
}
.bootstrap-select ::-webkit-scrollbar-thumb {
  width: 3px;
  height: 3px;
}

.bootstrap-select ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: transparent;
}
.panel-body {
  padding: 50px 0 !important;
}
.load_logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.load_logo h2 {
  font-size: 20px;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #f8f7fa !important;
  text-align: center;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  color: #734f96 !important;
  font-size: 14px;
}
.table-bordered td,
.table-bordered th {
  color: #909090 !important;
  font-size: 13px;
}
.table-responsive {
  margin-top: 20px;
}
button.filterMobile {
  display: none;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 18px;
  background: var(--btn);
  align-items: center;
  font-weight: 800;
  color: #fff;
  border-radius: 51px;
  width: fit-content;
  gap: 10px;
}
button.closepopup {
  display: flex;
  padding: 16px;
  align-items: center;
  font-size: 20px;
  color: #c2985a;
  gap: 10px;
  border-radius: 24px;
  border: 1px #c2985a;
  background: #fcfaf7;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 32;
  right: 10px;
  top: 10px;
}
.offcanvas_body_direction .accordion-button::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(124deg)
    brightness(101%) contrast(104%);
}

.faq .accordion-body {
  padding: 32px !important;
}
.faq .accordion-button {
  font-size: 20px !important;
  padding: 32px !important;
  color: var(--h2);
  text-transform: capitalize;
}
.faq .accordion-button,
.faq .accordion-button:not(.collapsed),
.faq .accordion-item {
  transition: var(--transition);
}
.faq .accordion-button:focus,
.faq .accordion-button:not(.collapsed) {
  border-color: transparent;
  box-shadow: none;
}
.faq .accordion-button::after {
  filter: invert(46%) sepia(43%) saturate(504%) hue-rotate(351deg)
    brightness(99%) contrast(91%);
}
.faq.selectionHero {
  border-radius: 73px;
}
.faq .accordion-item {
  margin-bottom: 18px;
  border: 3px solid #c2985a47 !important;
  border-radius: 4pc !important;
  overflow: hidden;
}
.faq p.p {
  font-size: 14px;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--h2);
  background: #f8f7fa;
}

.selectionHero.faq .selectionHero_into {
  padding: 12px 13px;
  border: none;
}
.heroPage.faqPage h2 {
  transform: translate(-50%, 0);
  top: 49px;
}
.selectionHero.faq .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: cover;
}
.selectionHero.faq::after {
  right: -64px;
}
.selectionHero.faq::before {
  left: -64px;
}
td.off.ends.active.start-date.available {
  color: #fff !important;
}
.gridFilterSECTION input {
  font-size: 14px;
  font-weight: bold;
  font-family: "fontBold", sans-serif !important;
  color: var(--h2);
  width: 100%;
}
td.active.end-date.in-range.available {
  background: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  border-radius: 50% !important;
  background: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
}
img.iconupload {
  width: auto;
  height: auto;
  max-width: 63px;
}
.btn_nav.mobile___ {
  display: none !important;
}
span.drp-selected {
  display: none !important;
}
.daterangepicker td.in-range {
  background: rgba(164, 120, 64, 0.08) !important;
}

button.applyBtn.btn.btn-sm.btn-primary {
  background: var(--btn) !important;
  border: none !important;
}
button.cancelBtn.btn.btn-sm.btn-default {
  border-color: #8f622e !important;
  color: #8f622e !important;
}
.div_inputt {
  position: relative;
  /*max-width: 89%;*/
  /*    width: fit-content;*/
}
.ads_card .cats {
  flex-wrap: wrap;
}
.gridFilterSECTION .div_inputt::before {
  display: inline-block;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #c2985a !important;
  position: absolute;
  right: -21px;
  top: 9px;
}
.Percentage {
  position: absolute;
  right: 15px;
  top: 55%;
  font-size: 14px;
  transform: translateY(-50%);
  color: #aaa1b2;
}
.select_Hero .dropdown.dropdown_hero label.dropdown-toggle {
  color: #734f96 !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  position: unset;
  background: unset !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
.dropdown.dropdown_hero .dropdown-menu {
  padding: 0 !important ;
}

.dropdown.dropdown_hero .dropdown-menu h6 {
  color: #aaa1b2;
}
.dropdown.dropdown_hero .number_minus_plus .plus {
  padding-right: 5px;
  background: #f8f7fa !important;
}
.selectionHero .dropdown.dropdown_hero .dropdown-menu {
  width: 200px;
}
.dropdown.dropdown_hero .dropdown-menu .dropdown_item {
  padding: 6px 15px !important;
}

.modal-title,
.modal-title h4 {
  font-size: 20px;
  color: var(--h2);
}

.modal-header .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
}

.flex_bet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 30px;
}

.flex_bet img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}

.flex_bet p {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  color: #807789;
}

.copy {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.modal-open .modal {
  overflow: hidden;
}
div#Sharead .modal-body {
  padding: 20px !important;
  padding-bottom: 30px !important;
}
div#Sharead .modal-content {
  height: fit-content;
  max-width: 618px;
}
.button_copy {
  background: var(--btn);
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  border-radius: 13px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_copy {
  min-height: 50px;
  border: 1px solid #aab2bd;
  padding: 20px;
  border-radius: 13px;
  width: 100%;
}
.input_copy a {
  color: #807789 !important;
}
.delete {
  background: #fff !important;
  color: #d13535 !important;
  padding: 13px 38px;
  border: 1px solid #d13535;
  border-radius: 2pc;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.checkbox-wrapper-46 {
  width: 100%;
  max-width: 60%;
}
.filterCHECKED .div__ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.offers {
  overflow: hidden;
}

.form_send_reqwst .ForgetPassword {
  color: var(--p);
  font-size: 14px;
  cursor: pointer;
}
.verification-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.verification-container input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #e3daeb;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s;
  background-color: #f9f9f9;
  caret-color: #4caf50; /* Custom caret color */
  animation: zoomIn 0.1s ease-out;
  user-select: none; /* Make fields unselectable */
}
.verification-container input:focus {
  border-color: #c4b0d6;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.grig_div.d-flex {
  display: grid !important
;
}
.Features .buttom_fill {
  display: none;
}
.pagination .page-item.active .page-link,
.btn-primary {
  background: var(--btn) !important;
  color: #fff !important;
}
.btn-primary {
  border: none !important;
  border-radius: 50px !important;
}
.filterCHECKED span {
  color: #aaa1b2;
}
.tingle-demo.tingle_login,
.tingle_ForgotPassword,
.tingle_Verification,
.tingle_Reset {
  max-width: 500px;
  margin: auto;
  padding: 77px 0;
}
span.alert {
  color: #f91111;
  font-size: 10px;
}
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .grig_div .div::before {
  left: unset;
  right: 0;
}

html[dir="rtl"] .select_Hero label {
  left: unset;
  right: -22px;
}
html[dir="rtl"] .select_Hero p {
  text-align: start;
}
html[dir="rtl"] .dropdown {
  text-align: start;
}
html[dir="rtl"] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}
html[dir="rtl"] body {
  font-family: "fontRegAr", sans-serif !important;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5 {
  font-family: "fontBoldAr", sans-serif !important;
}
html[dir="ltr"] .language-switch {
  font-family: "fontRegAr", sans-serif !important;
}

html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] optgroup,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  font-family: "fontRegAr", sans-serif !important;
}
html[dir="rtl"] .filter-option-inner-inner {
  text-align: right !important;
}
.selectionHero .filter-option-inner-inner {
  font-family: "fontRegAr", sans-serif !important;
}
html[dir="rtl"] p,
html[dir="rtl"] li,
html[dir="rtl"] h6,
html[dir="rtl"] strong {
  font-family: "fontRegAr", sans-serif !important;
}
html[dir="rtl"] .toggle-password {
  right: unset !important;
  left: 20px !important;
}
html[dir="rtl"] .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.faq {
  padding: 80px 0;
}
/* إزالة الشكل الافتراضي للـ checkbox */
.filterCHECKED input {
  appearance: none; /* إزالة المظهر الافتراضي */
  -webkit-appearance: none; /* إزالة المظهر الافتراضي على متصفحات سفاري وكروم */
  -moz-appearance: none; /* إزالة المظهر الافتراضي على متصفح فايرفوكس */
  width: 18px;
  height: 18px;
  border: 1px solid #aaa1b22e; /* إضافة حدود بلون أزرق */
  border-radius: 5px; /* جعل الحواف دائرية */
  position: relative;
  cursor: pointer;
  margin-right: 6px;
  /* تغيير المؤشر عند المرور على الـ checkbox */
}

/* إضافة مظهر عند التحديد */
.filterCHECKED input:checked {
  background-color: #946732; /* تغيير اللون الخلفي عندما يتم تحديده */
  border-color: #946732; /* تغيير اللون عند التحديد */
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none !important;
}
/* إضافة مظهر عند تمرير الماوس فوق الـ checkbox */

html[dir="rtl"] .h1,
html[dir="rtl"] .h2,
h1,
h2 {
  line-height: 1.5 !important;
}
/* إضافة علامة (tick) عند التحديد */
.filterCHECKED input:checked::before {
  content: "✔"; /* إضافة علامة صح عند التحديد */
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
}
.filterCHECKED div {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.filterCHECKED label.cbx {
  margin: 0 !important;
  display: block;
}
/*.owl_nav .owl-nav .owl-prev{*/
/*        transform: rotate(180deg);*/
/*}*/

/*.owl_nav .owl-nav .owl-next{*/
/*        transform: rotate(180deg);*/
/*}*/
html[dir="rtl"] .buttom_fill i {
  transform: scaleX(-1);
}
.owl_nav .owl-nav .owl-prev i {
  transform: rotate(180deg);
}
.owl_nav .owl-nav .owl-next i {
  transform: rotate(180deg);
}
html[dir="rtl"] .hero_owlCarousel .owl-dots {
  left: unset;
  right: 177px;
}
html[dir="rtl"] h6.h6 {
  letter-spacing: 0;
}
html[dir="rtl"] .left_hero {
  padding-right: 177px;
  padding-left: 0;
  left: unset;
  right: 0;
}
html[dir="rtl"] .owl-carousel.hero_owlCarousel {
  direction: ltr;
}
html[dir="rtl"] .owl-carousel.hero_owlCarousel .owl-stage {
  direction: ltr;
}
html[dir="rtl"] .owl-carousel.mostHotel_carousel .owl-stage {
  direction: rtl;
}

/*html[dir="rtl"] .owl-stage {*/
/*    direction: rtl;*/
/*}*/

html[dir="rtl"] .mostHotel3 .div_flex i {
  transform: scaleX(-1);
}
html[dir="rtl"] .wizard-content .wizard > .actions > ul li:nth-of-type(1) {
  margin-left: auto !important;
  margin-right: unset !important;
}
html[dir="rtl"] .wizard-content .wizard > .actions > ul > li > a i {
  font-size: 11px;
  transform: scaleX(-1);
}
html[dir="rtl"] button#submit_foot {
  left: 10px;
  right: unset;
}
html[dir="rtl"] .search__button {
  left: 21px;
  right: unset;
}
html[dir="ltr"] .owl_nav .owl-nav .owl-prev {
  right: unset;
  left: -5px;
}
html[dir="ltr"] .owl_nav .owl-nav i {
  transform: scaleX(-1) rotate(180deg);
}
.pagination {
  overflow: hidden;
  width: 80%;
}
html[dir="ltr"] .owl_nav .owl-nav .owl-next {
  left: unset;
  right: -55px;
}
html[dir="ltr"] .gridFilterSECTION .div_inputt::before {
  transform: translateY(-7px);
}
html[dir="rtl"] .gridFilterSECTION .div_inputt::before {
  right: unset;
  left: -21px;
  top: 3px;
}
/*html[dir="ltr"] .nav-bar .bootstrap-select > .dropdown-toggle:after {*/
/*    position: relative;*/
/*left: -20px;*/
/*}*/
html[dir="rtl"] .search__input {
  padding: 14px 14px 14px 70px;
}
.select2-container--default .select2-selection--multiple {
  outline: none;
  padding: 13px 15px;
  padding-left: 20px;
  transition: 0.5s linear;
  width: 100%;
  background: #fff;
  border-radius: 26px;
  max-width: 100%;
  font-size: 14px;
  color: #734f96 !important;
  min-width: 100%;
}
html[dir="rtl"] .wizard-content .wizard > .steps > ul > li:after {
  right: unset;
  left: 0;
}
html[dir="rtl"] .wizard-content .wizard > .steps > ul > li:before {
  left: unset;
  right: 0;
}

.licence {
  margin-top: 30px;
}
.licence p {
  font-size: 14px;
  color: #aaa1b2;
}
.licence span {
  font-size: 14px;
  color: #734f96;
  margin-top: 5px;
  display: block;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: unset !important;
  margin-bottom: 2px;
  transform: translate3d(0px, 26px, 0px) !important;
}
.SIGN_UP {
  padding: 100px 0;
}
.SIGN_UPimg {
  border-radius: 2pc;
}
.img_off img {
  border-radius: 1pc;
}
/*button.iconShare {*/
/*    display: none;*/
/*}*/

.owl_nav .owl-nav button.owl-prev.disabled {
  display: none !important;
}
.owl_nav .owl-nav button.owl-next.disabled {
  display: none !important;
}
.dropdown-toggle::after {
  border-top-color: #9c7039 !important;
}
.lg-outer {
  direction: ltr !important;
}
.projects_carousel img {
  height: 291px;
  width: 100%;
  object-fit: cover;
}
html[dir="rtl"] span.page-link {
  transform: scaleX(-1);
}

.projects_carousel a {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdown-toggle::after,
.gridFilterSECTION .div_inputt::before {
  display: inline-block !important;
  margin-left: 0.255em !important;
  vertical-align: 0.255em !important;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free" !important; /* Ensure Font Awesome is applied */
  font-weight: 900 !important; /* Required for solid icons */
  color: #9c7039 !important;
  font-size: 12px;
  border: navajowhite !important;
}
.application-download {
  padding: 10px 20px;
  border-radius: 30px;
  background: #38264a;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 52;
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 8px;
}
html[dir="rtl"] .application-download {
  right: 20px;
  left: unset;
}
td.today.active.start-date.in-range.available {
  background: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
}
html[dir="rtl"] .radio-circle {
  margin-left: 15px;

  margin-right: 0;
}
html[dir="rtl"] .checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 0;
  padding-right: 8px;
}
.select2-container--default .select2-selection--multiple,
.panel-body.wizard-content .inout-icon-div textarea {
  border: 1px solid #e3daeb !important;
  border-radius: 2pc !important;
}
.foot-puiux {
  gap: 12px;
}
button.cancelBtn.btn.btn-sm.btn-default {
  border-radius: 2pc;
}

.panel-body.wizard-content .inout-icon-div.selectModal textarea {
  border: none !important;
}
html[dir="rtl"] .brnDownload_app .brnDownload {
  position: fixed;
  bottom: 21px;
  right: 185px;
  z-index: 3213298;
}

html[dir="ltr"] .brnDownload_app .brnDownload {
  position: fixed;
  bottom: 21px;
  left: 185px;
  z-index: 32132;
}

.brnDownload a {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.brnDownload a.show {
  opacity: 1;
  transform: translateY(0);
}
.is-invalid {
  border: 2px solid red !important;
}
li.select2-selection__choice {
  display: inline-block !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f6f2ec !important;
  border: 1px solid #f6f2ec !important;
  border-radius: 18px !important;
}

.notHaveAccount input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa1b22e;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-right: 6px !important;
  margin-bottom: -5px !important;
  margin-top: 0 !important;
  margin-left: 6px !important;
}

/* إضافة مظهر عند التحديد */
.notHaveAccount input:checked {
  background-color: #946732; /* تغيير اللون الخلفي عندما يتم تحديده */
  border-color: #946732; /* تغيير اللون عند التحديد */
}

.notHaveAccount.pt-5 {
  /* display: flex; */
  align-items: flex-start;
  justify-content: center;
}

.panel-body.wizard-content .inout-icon-div textarea:focus:valid,
.panel-body.wizard-content .inout-icon-div textarea:not(:placeholder-shown) {
  box-shadow: 0px 0px 35px #76524112;
  border: 1px solid #c2985a !important;
}

.panel-body.wizard-content .inout-icon-div textarea.is-invalid {
  border-color: red !important;
}

.panel-body.wizard-content .inout-icon-div textarea.is-invalid:focus:valid,
.panel-body.wizard-content
  .inout-icon-div
  textarea.is-invalid:not(:placeholder-shown) {
  border-color: red !important;
}

.input_copy input {
  width: 100%;
}
.input_uploda_files {
  display: flex;
  width: 100%;
  padding: 21px 10px;
  border-radius: 20px;
  gap: 9px;
  border: 1px dashed #e3daeb;
  background: #f8f7fa;
  position: relative;
  align-items: center;
  justify-content: center;
}
.input_uploda_files input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index:1;
}
.div_uploda_files {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  font-size: 14px;
  color: #aaa1b2;
  gap: 10px;
}
.div_uploda_files svg {
  color: #38264a;
  font-size: 30px;
}

.gridFilter.col-md-4 .div_inputt {
  width: 100%;
  max-width: 80%;
}

.last_first .input-form-contact {
  border-radius: 13px;
  padding: 12px;
  height: 40px;
  font-size: 10px;
  padding-left: 12px;
}
html[dir="rtl"] .bootstrap-select .dropdown-menu li a {
  text-align: right;
}
.last_first .col-md-6 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.filterDiv h6 {
  color: #aaa1b2;
  font-size: 14px;
}
html[dir="rtl"] button.closepopup {
  right: unset;
  left: 10px;
}

.gridFilterBtn .buttom_fill {
  font-size: 12px;
  gap: 5px;
  min-width: 120px;
}
p#children-age-container {
    color: #aaa1b2;
    font-size: 12px;
}
@media (max-width: 786px) {
  html[dir="ltr"] .brnDownload_app .brnDownload {
    left: 55px;
  }
  html[dir="rtl"] .brnDownload_app .brnDownload {
    right: 55px;
  }
  .select_Hero button.btn.dropdown-toggle.btn-light.bs-placeholder {
    gap: 10px;
  }
  .inputt_Hero label {
    font-size: 14px;
}
html[dir="ltr"] .inputt_Hero {
    margin-left: -18px !important;
}
html[dir="rtl"] .inputt_Hero {
    margin-right: -18px !important;
}
.inputt_Hero input#name {
        font-size: 12px !important;
        padding: 0 20px;
    }
}







 
.pre-login {
    padding: 100px 0;
 }

.pre-login .heading {
    font-size: 32px;
    font-weight: bold;
    color: var(--h2);
    padding-bottom: 26px;
    line-height: 1.5;
}

.pre-login .subheading {
    font-size: 17px;
    color: #AAA1B2;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 18px;
}
.pre-login .sub_heading {
    font-size: 20px;
    color: var(--h2);
    font-weight: 700;
    line-height: 1.5;
 }

.pre-login .cards {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.pre-login .card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F1EDF4;
    padding: 3rem 2rem;
    width: 100%;
    max-width: 300px; /* Limit card width for better control */
    text-align: center;
    box-shadow: none;
    transition: transform 0.2s;
}

.pre-login .card:hover {
    transform: translateY(-5px);
}

.pre-login .card i {
    font-size: 3rem;
    margin-bottom: 1rem !important;
    background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.pre-login .card h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--h2);
    padding-top: 11px;
}

.pre-login .card p {
    font-size: 14px;
    color: #AAA1B2;
    font-weight: 400;
    padding-top: 9px;
    min-height: 48px;
}

.pre-login .card button {
    padding: 12px 10px;
    border: none;
    border-radius: 21px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
    width: 100%; /* Full width for better touch targets on mobile */
}

.pre-login .card.provider button {
    border: 1px solid #9b6f39a6 !important;
    color: #9b6f39;
    background: transparent;
}

.pre-login .card.customer button {
    background: var(--btn);
    color: #fff;
}

.pre-login .footer {
    font-size: 14px;
    color: #AAA1B2;
    border-top: 1px solid #0000001a;
    padding-top: 20px;
    margin-top: 35px !important;
    text-align: center;
}

.pre-login .footer a {
    color: #936732 !important;
    font-weight: bold;
}

.pre-login .footer a:hover {
    text-decoration: underline;
}

.pre-login .provider.card {
    background-color: #734F9612;
}
.pre-login li {
    font-size: 15px;
    padding-bottom: 9px;
    color: #AAA1B2;
    margin-left: 23px !important;
    list-style: circle;
}





 .button-container {
            display: flex;
            gap: 1.5rem;
        }

        .btn-book {
            padding: 12px 13px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.3s;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
        }

        .btn-book:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .btn-login {
            background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
            color: #fff !important;
            border: none;
        }

        .btn-create {
            background: #fff;
            color: #845725 !important;
            border: 2px solid transparent;
            background-image: linear-gradient(white, white), linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
            background-origin: border-box;
            background-clip: padding-box, border-box;
        }

        .storeFilterRight h4 {
          font-size: 16px;
            color: #845725 !important;
      }







/* Responsive Design */

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .pre-login {
        padding: 60px 0; /* Reduce padding for smaller screens */
    }
.button-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
   .btn-book {
        width: 100%;
         font-size: 12px;
    }
    .pre-login .heading {
        font-size: 2rem; /* Slightly smaller heading */
    }

    .pre-login .subheading {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .pre-login .cards {
        flex-direction: column; /* Stack cards vertically */
        align-items: center;
        gap: 1rem;
    }

    .pre-login .card {
        max-width: 350px; /* Slightly wider cards on tablets */
        padding: 2rem 1.5rem; /* Reduce padding */
    }

    .pre-login .card i {
        font-size: 2.5rem; /* Slightly smaller icon */
    }

    .pre-login .card h3 {
        font-size: 16px;
    }

    .pre-login .card p {
        font-size: 13px;
        min-height: 40px; /* Adjust min-height for smaller text */
    }

    .pre-login .card button {
        padding: 10px 8px;
        font-size: 13px;
    }

    .pre-login .footer {
        font-size: 13px;
        margin-top: 25px !important;
        padding-top: 15px;
    }
      .pre-login .row {
        gap: 24px ;
    }
    .pre-login .sub_heading {
    font-size: 14px;
   
}
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .pre-login {
        padding: 40px 15px; /* Further reduce padding and add horizontal padding */
    }
  

       .pre-login .heading {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .pre-login .subheading {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .pre-login .cards {
        gap: 0.75rem; /* Smaller gap between cards */
    }

    .pre-login .card {
        max-width: 100%; /* Full width on mobile */
        padding: 1.5rem 1rem; /* Further reduce padding */
    }

    .pre-login .card i {
        font-size: 2rem; /* Smaller icon */
    }

    .pre-login .card h3 {
        font-size: 14px;
        padding-top: 8px;
    }

    .pre-login .card p {
        font-size: 12px;
        min-height: 36px;
        padding-top: 6px;
    }

    .pre-login .card button {
        padding: 8px 6px;
        font-size: 12px;
        margin-top: 8px;
    }

    .pre-login .footer {
        font-size: 12px;
        margin-top: 20px !important;
        padding-top: 12px;
    }
}



@media (max-width: 786px) {
  html[dir="rtl"]  .search_Hero label i {
       margin-right: -18px;
    }
  html[dir="ltr"] .search_Hero label i {
      margin-left: -18px;
  }
  }
div#children-age-container h6 {
    width: 100%;
}
div#children-age-container {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    gap:7px;
}

div#children-age-container .form-group {
    width: 47%;
}
select.form-control.form-control-sm {
    color: #aaa1b2 !important;
    font-size: 14px !important;
}

.modal-footer:after , .modal-footer:before {
    content: none !important;
}  button.btn.btn-secondary {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


html[dir="rtl"] footer ul li:hover {
    transform: translateX(-10px)!important;
 }


html[dir="rtl"] .titleProducts .left {
  margin-left: 0;
    margin-right: auto;

}
html[dir="rtl"]  .facility-column ul li {
   padding-left: 0;
    padding-right: 20px;
 
}
html[dir="rtl"]  .facility-column ul li:before {
   left: unset !important;
      right: 0 !important;

 }
 .stay-facilities-list li i {
     color: #b6afbd !important;
    margin: 0 !important;
    margin-inline-end: 10px !important;
}
html[dir="rtl"] .room-stay-component {
    border-radius: 8px 0 0 8px;
        border-right: 4px solid #895c29;
    border-left: 0;
}
 .stay-facilities-list li ,.stay-facilities-list li a,.room-info-header div {
    color: #ada4b5 !important;
}
 .room-facilities, .room-stays, .room-info-header {
    padding: 20px;
}
 .room-stay-component h6 {
     color: var(--h2);
     padding-bottom: 10px  ;
 }
.rating-section .p {
     color: #aaa1b2;
}
.search-input-container input {
    font-family: "Roboto", sans-serif !important;
}
.select_Hero .dropdown.dropdown_hero label.dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.position-relative.select_Hero {
    width: 100%;
}


.gridFilterSECTION.gridFilterSectionHome .gridFilter:first-child {
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
    gap: 54px;
    justify-items: stretch;
    display: grid;
}


/* Add these styles to your CSS */
.date-picker-footer {
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    color: white;
}

.clear-btn {
    background: transparent;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.clear-btn:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.selected-dates-info {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
}

.selected-dates-info .date-badge {
    background: linear-gradient(135deg, #57446a 0%, #8360a6 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    margin: 0 5px;
}

 .modal-footer>:not(:last-child) {
     display: flex
;
}
.age-dropdown select {
    direction: ltr;
}
div#datePickerModal:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #91879b2b;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#guestsRoomsModal.modal.fade.show {
    background: rgb(34 13 51 / 26%) !important;
    backdrop-filter: blur(12px);
}
 div#guestsRoomsModal  button.apply-btn {
    box-shadow: none !important;
}
.title-main {
    color: var(--h2) !important;
}
.Privacy p {
    color: #aaa1b2;
    padding-bottom: 12px;
}
 div#guestsRoomsModal  button.apply-btn:hover {
    color: #734f96 !important;
}
.age-dropdown select {
    direction: ltr;
}
