/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
/* Main properties that control the layout direction are:
-----------------------------------------------
- Direction (LTR/RTL)
- Float (left/right)
- Margin 
- Padding
- Absolute position (left/right)
- Background position (left/right)
- Border
- Border radious
- Note: "Think about flexbox properties"
*/
/* Clearfix */
/* Direction */
/* Float */
/* Margin */
/* Padding */
/* Left And Right For Absolute Position */
/* Border */
/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
* {
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "HSDream-Light";
  src: url("../fonts/Fairuz-Normal.otf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HSDream-Light", sans-serif, "Font Awesome 5 Free";
  overflow-x: hidden;
}
html[lang=en] body {
  direction: ltr;
  text-align: left;
}
html[lang=ar] body {
  direction: rtl;
  text-align: right;
}
body.light-theme {
  background-color: #ffffff;
  color: #555555;
}
body.dark-theme {
  color: #ffffff;
  background-color: #031122;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

p {
  color: #a9a9a9;
  margin: 0;
  font-size: 1em;
}

input:focus::placeholder {
  color: transparent;
}

*::placeholder {
  color: #444;
  transition: all 0.3s ease;
}

form {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
html[lang=en] form {
  text-align: left;
}
html[lang=ar] form {
  text-align: right;
}

a {
  text-decoration: none !important;
}

.owl-carousel {
  touch-action: manipulation;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

button,
input[type=submit] {
  cursor: pointer;
}

button,
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select:focus,
button:focus,
input:focus {
  outline: 0;
}

/* owl carousel*/
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* owl carousel*/
@media (min-width: 1720px) {
  .container {
    max-width: 1418px;
  }
}
/*********************************************************
  // global color variables
**********************************************************/
/*********************************************************
  // Font variables
**********************************************************/
/*********************************************************
  // spacing variables
**********************************************************/
/*********************************************************
  // screens
**********************************************************/
.rangee {
  margin-bottom: 20px;
}
.rangee .head-range {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4c5264;
}
html[lang=en] .rangee .irs-from,
html[lang=en] .rangee .irs-to {
  display: flex;
}
html[lang=ar] .rangee .irs-from,
html[lang=ar] .rangee .irs-to {
  display: flex !important;
  direction: ltr;
}
.rangee .irs-min,
.rangee .irs-max {
  display: none;
}
.rangee .irs--flat {
  width: calc(100% - 20px);
}
.rangee .irs-line,
.rangee .irs-bar {
  height: 5px;
}
.rangee .irs--flat .irs-handle {
  top: 18px;
  border-radius: 50%;
  background-color: #1888ca;
}
.orange .rangee .irs--flat .irs-handle.irs-handle {
  background-color: #f26523;
}
.rangee .irs--flat .irs-handle > i:first-child {
  background-color: transparent;
}
.rangee .irs--flat .irs-bar {
  background-color: #1888ca;
}
.orange .rangee .irs--flat .irs-bar.irs-bar {
  background-color: #f26523;
}
.rangee .irs-to,
.rangee .irs-from {
  color: #1888ca;
  font-size: 12px;
  background-color: transparent;
}
.orange .rangee .irs-to.irs-to,
.orange .rangee .irs-from.irs-to {
  color: #f26523;
}
.orange .rangee .irs-to.irs-from,
.orange .rangee .irs-from.irs-from {
  color: #f26523;
}
.rangee .irs-to span,
.rangee .irs-from span {
  margin-right: 4px;
}
.rangee .irs-to::before,
.rangee .irs-from::before {
  display: none;
}

html[lang=ar] .rangee label {
  margin-left: 20px;
}
@media (max-width: 425px) {
  .rangee {
    margin-top: 20px;
  }
  .irs--flat {
    min-width: 180px !important;
  }
}

.rangee {
  display: flex;
  align-items: center;
}
.rangee label {
  margin-bottom: 0;
}
.irs--flat {
  min-width: 250px;
  transform: translateY(-50%);
  height: 23px;
}
.advanced-search {
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */
