@font-face {
  font-family: alethiapro;
  src: url("../css/alethiapro-regular.otf");
}

.home-page .banar {
  min-height: 100vh;
  background-image: url("../images/home/banar.png");
  padding-top: 90px;
  background-size: cover;
  padding-bottom: 60px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  width: 16px !important;
}
.selectnoscroll .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 17px;
  background: #f0f0f0;
}
/* Track */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb {
  background: #DDA74F; 
}

/* Handle on hover */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb:hover {
  background: #DDA74F; 
}
.home-page .banar h3 {
  font-family: "alethiapro" !important;
  font-weight: normal;
  color: #fff;
  font-size: 45px;
  text-align: center;
  margin-top: 100px;
}
.home-page .banar h5 {
  font-family: "alethiapro" !important;
  /* font-weight: normal; */
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
}
.select2-container .select2-selection--multiple {
  min-height: 40px!important;
  line-height: 40px!important;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0!important;
}

element.style {
}
.select2-container .select2-selection--multiple {
    min-height: 40px!important;
    line-height: 40px!important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0!important;
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
    cursor: pointer;
    position: relative;
    height: 40px !important;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 30px !important;
    border: 0px solid #DDA74F!important;
    background-color: transparent !important;
    color: #DDA74F !important;
    font-size: 13px !important;
    /* font-family: optima; */
    display: block;
    padding-left: 8px;
    padding-top: 5px;
    padding-right: 20px;
    white-space: nowrap !important;
    overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results>.select2-results__options, .select2-results__option--selectable, .select2-container--open .select2-dropdown--below {
  background-color: #111010!important;
  color: white!important;
  border-radius: 0!important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder{
  color:white!important
}
.select2-dropdown {
  border: none !important;
  max-height: 215px;
  min-height: 0px;
  box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .15) !important;
  overflow-y: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  width: 16px !important;
}
.select2-container .select2-search--inline .select2-search__field{
  height: 24px !important;
}
.form {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: block;
}
.form form {
  display: flex;
}
.form form ._25 {
  width: 28%;
}
.form form ._40 {
  width: 38%;
}
.form form ._10 {
  width: 6%;
}
.form {
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.534);
}
.form form {
  border: 1px solid #dda74f;
  /* border-top: none; */
}
.form form div {
  position: relative;
}
.form form select {
  width: 98%;
  padding: 15px;
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
}
.form form button {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.form form select > option {
  background-color: rgba(0, 0, 0, 0.534);
  color: #fff;
  font-size: 18px;
  height: 50px;
  padding: 15px;
}
.form form .span_border {
  position: absolute;
  width: 1px;
  height: 40px;
  background: #dda74f;
  right: 0;
  top: 4px;
}
.allFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form form button img {
  width: 25px;
  margin: auto;
  display: block;
}
.select_title {
  background-color: rgb(0, 30, 42);
  position: absolute;
  top: -10px;
  color: #fff;
  left: 10px;
  padding: 0 10px;
  font-size: 12px;
}

/* Featured*/
.featured {
  padding: 70px 0;
  background-color: #111010;
  border: 1px solid #dda74f;
  border-left: none;
  border-right: none;
  position: relative;
}
.active_person_img {
  position: absolute;
  top: 31px;
  right: 8px;
  width: 330px;
  height: 50px;
}
.active_person_img img {
  width: 100%;
  position: relative;
}
.active_person_img .name {
  position: absolute;
  top: 8px;
  left: 22%;
  color: #dda74f;
  font-size: 20px;
}
.active_person_img .work {
  position: absolute;
  top: 30px;
  left: 22%;
  color: #fff;
  font-size: 15px;
}
.featured .subtitle {
  text-align: center;
  color: #dda74f;
}
.featured .title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
  /* font-weight: normal; */
}

.featured ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured ul li {
  font-size: 18px;
  color: rgb(221, 217, 217);
  margin-bottom: 25px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.featured ul li:hover {
  color: #dda74f;
}
.featured ul li.active {
  color: #dda74f;
}
.featured_box {
  border: 1px solid #dda74f;
  position: relative;
  margin-bottom: 20px;
}
.featured_box img {
  width: 100%;
}
.featured_box h6 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  padding: 0px 17px;
}
.featured_box p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.featured_box a {
  text-decoration: none;
  color: #dda74f;
  font-weight: normal;
  font-size: 17px;
  position: absolute;
  bottom: -11px;
  background: #111010;
  width: 76px;
  text-align: center;
  left: 31px;
}
.slider_border {
  border: 1px solid #dda74f;
  border-bottom: none;
  width: 90%;
  position: absolute;
  height: 95%;
  left: 5%;
  bottom: 0;
}
.home_slider_right,
.home_slider_left {
  color: #fff;
  position: absolute;
  bottom: 10%;
  cursor: pointer;
  font-size: 18px;
}
.home_slider_left {
  left: -33%;
}
.home_slider_right {
  left: -20%;
  color: #dda74f;
}

.home_slider_left i {
  margin-right: 10px;
}
.home_slider_right i {
  margin-left: 10px;
}
.curated_lists {
  margin-top: 70px;
}

/* tride_of_searching */
.tride_of_searching {
  background-image: url("../images/home/Group\ 10231.png");
  padding: 40px 0;
  background-size: cover;
}
.tride_of_searching form {
  padding: 20px;
  background: #111010;
  border: 1px solid #dda74f;
}
.tride_of_searching .subtitle {
  text-align: center;
  color: #dda74f;
  font-size: 16px;
  font-weight: normal;
}
.tride_of_searching .title {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 30px;
}
.tride_of_searching form input,
.tride_of_searching form button {
  background: transparent;
  height: 35px;
  border: 1px solid #dda74f;
  outline: none;
  width: 90%;
  margin: auto;
  padding: 4px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
.tride_of_searching form button:hover {
  background-color: #dda74f;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.tride_of_searching form input::placeholder {
  color: #fff;
  text-align: center;
}
.form_body div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.form_body div span {
  position: absolute;
  font-size: 10px;
  color: #777;
  background: #111010;
  top: -9px;
  padding: 0px 10px;
}

.properties {
  padding: 100px 0;
  background-color: #111010;
  border: 1px solid #dda74f;
  color: #fff;
  font-weight: normal;
  border-left: none;
  border-right: none;
}
.propertirs_box {
  padding: 30px 60px;
  border: 1px solid #dda74f;
}
.propertirs_box h3 {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .home-page .banar h5,
  .featured .title {
    font-size: 27px;
  }
  .home-page .banar h3 {
    font-size: 40px;
  }
  .home-page .banar {
    min-height: 90vh;
  }
  .form {
    margin-top: 40px;
  }
  .featured ul li {
    font-size: 15px;
  }
  .home-page .banar {
    padding-top: 15px;
  }
  .select_title {
    background-color: rgb(2, 22, 24);
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .featured {
    padding-top: 100px;
  }
  .mdn {
    display: none;
  }
  .featured ul {
    margin-bottom: 45px;
  }
  .form form ._25 {
    width: 50%;
    border-bottom: 1px solid #dda74f;
    padding-bottom: 4px;
    margin-bottom: 0px;
  }
  .form form ._40 {
    width: 90%;
  }
  .form form {
    border: 1px solid #dda74f;
    /* border-top: none; */
    display: flex;
    flex-wrap: wrap;
  }
  .home_slider_right,
  .home_slider_left {
    top: -30px;
  }
  .home_slider_right {
    left: 25%;
    color: #dda74f;
  }
  .home_slider_left {
    left: 0%;
  }
}
@media (max-width: 500px) {
  .form form ._10,
  .form form ._40,
  .form form ._25 {
    width: 100%;
  }
  .form form ._10 {
    border-top: 1px solid #dda74f;
    padding: 8px;
  }
  .propertirs_box {
    padding: 25px;
  }
  .form form .span_border {
    display: none;
  }
}

@media (max-width: 767px) {
  .featured ul {
    margin-bottom: 45px;
    display: flex;
    overflow-x: scroll;
  }
  .featured ul li {
    margin-right: 10px;
  }
}
