/*
Theme Name: Maisonstays
Theme URI:  https://www.imarkinfotech.com
Author:     iMark Infotech
Author URI: https://www.imarkinfotech.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

  .banner_section .flx-div {
    display: flex;
    gap: 15px;
    padding: 0 ;
  }

  .banner_section .banner_fields {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    gap: 15px;
  }

  .banner_section .filds {
    width: calc(100% / 4 - 12px);
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 11px 10px;
}
.banner_section .filds.pick_date {
    position: relative;
}
.banner_section .filds.pick_date .pick_absolute {
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.banner_section .filds.pick_date input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}

.banner_section .filds.pick_date input[type="date"]::-webkit-calendar-picker-indicator {
  z-index: 9;
}
  .banner_section .filds img {
    width: 32px;
    height: 29px;
    object-fit: contain;
  }

  .banner_section .filds-search {
    width: 130px;
  }

  .banner_section .filds-search button {
    background-color: #cf7962;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cf7962;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 31px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    width: 100%;
    transition: 0.4s ease;
  }

  .banner_section .filds-search button:hover {
    background-color: #ffffff;
    color: #cf7962;
  }
  .banner_section .flx-div input {
    border: unset;
    height: 100%;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: unset;
    width: 100%;
    color: #000000;
    padding: unset;
}
.banner_section .flx-div select {
    height: 100%;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    background: unset;
    border: unset;
    color: #000000;
    padding: unset;
}
.banner_section .flx-div select:focus, .banner_section .flx-div input:focus {
    outline: none;
    box-shadow: unset;
    border: unset;
}
  .banner_section .flx-div input::placeholder {
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
  }
  .banner_section .flx-div input::placeholder {
    font-size: 18px;
    font-family: "Nunito", Sans-serif;
    color: #000000;
  }

  /*-- bottoms form*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*.properties_section {*/
/*    padding: 80px 0;*/
/*    background-color: #FFF7F5;*/
/*}*/

.properties_section .container {
    /*max-width: 1350px;*/
    /*width: 100%;*/
    /*margin: auto;*/
}
.properties_section .our_properties .property_boxes .property_box .property_content a.inner_learn {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #CF7962;
  font-size: 18px;
  font-family: "Nunito", Sans-serif;
  text-decoration: underline;
}
.properties_section h3.properties_heading{
    text-align: center;
    font-family: "FONTSPRING DEMO", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    color: #000000;
}

.properties_section .select_sort {
    margin-top: 0;
}

.properties_section .select_sort form p.results {
    text-align: right;
    margin-top: 20px;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
}

.properties_section .select_sort .custom-select {
    position: relative;
}

.properties_section .select_sort .inner_select_sort {
    display: flex;
    align-items: start;
    gap: 80px;
}

.properties_section .select_sort .inner_select_sort .select_property {
    display: flex;
    align-items: center;
    gap: 20px 14px;
    flex-wrap: wrap;
    width: calc(100% - 130px);
}

.properties_section .select_sort .inner_select_sort .sort_property {
    width: 130px;
}

.properties_section .select_sort .select-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /* background: #CF7962; */
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.properties_section .select_sort .select-box button.show_options {
    border: unset;
    background: unset;
    cursor: pointer;
    padding: 0;
}

.properties_section .select_sort .select-box button.show_options img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.properties_section .select_sort .options {
    display: none;
    min-width: 310px;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 15px 15px 30px;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 0;
}

.properties_section .select_sort .sort_property .options {
    right: 0;
    left: unset;
}

.properties_section .select_sort .options label {
    font-size: 16px;
    color: #565656;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
}

.properties_section .select_sort .options label input {
    margin-right: 7px;
}

.properties_section .select_sort .options label input[type="checkbox"] {
    accent-color: #707070;
}


.properties_section .select_sort .select-box p {
    transition: color 0.3s ease;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    color: #393939;
    margin: 0;
}

.properties_section .our_properties .property_boxes .property_box h5{
    font-size: 28px;
    color: #CF7962;
    font-family: "Nunito", Sans-serif;
    font-weight: 700;
}

.properties_section .our_properties .property_boxes .property_box h6 {
    font-size: 18px;
    color: #000000;
    margin: 15px 0;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.properties_section .our_properties .property_boxes .property_box p{
    font-size: 17px;
    color: #393939;
        font-family: "Nunito", Sans-serif;
    font-weight: 500;
}

.properties_section .our_properties .property_boxes .property_box .specs p{
    font-size: 14px;
        font-family: "Nunito", Sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.properties_section .our_properties{
    margin-top: 20px;
}

.properties_section .our_properties .property_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.properties_section .our_properties .property_boxes .property_box {
    width: calc(100% / 3 - 27px);
    border: 0.5px solid #D1D1D1;
    border-radius: 10px;
    background: #fff;
}

.properties_section .our_properties .property_boxes .property_box figure img {
    width: 100% inherit;
    width: 100%;
    height: 100%;
}

.properties_section .our_properties .property_boxes .property_box .property_content {
    padding: 10px 20px 15px;
}

.properties_section .our_properties .property_boxes .property_box .property_content .specs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #D1D1D1;
    padding-top: 10px;
}

.properties_section .our_properties a.view_all {
    color: #ffffff;
    background-color: #CF7962;
    border: 1px solid #CF7962; 
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    transition: 0.4s ease;
    font-family: "Nunito", Sans-serif;
}

.properties_section .our_properties a.view_all:hover {
   color: #CF7962;
    background-color: #ffffff;
}

@media(max-width:1399px){
    .properties_section .our_properties .property_boxes .property_box {
    width: calc(100% / 2 - 20px);
}
}