ul.prop {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
    display: none
}

ul.prop li a {
    border: 1px solid transparent;
    padding: 13px 35px;
    font-size: var(--f14);
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    font-family: var(--primary-font);
    transition: .3s ease-out;
    display: inline-block
}

ul.prop li a.active,
ul.prop li a:hover {
    border-color: var(--secondary-color)
}

.see-more {
    margin-top: 80px;
    padding: 0
}

.list-content {
    padding: 14px
}

section.properties-list .property-list .list-content .price p {
    font-size: var(--f14);
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-top: 10px
}

section.list-banner {
    height: 450px;
    width: 100%;
    background: url(../images/list-bg.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 40px 12px 10px
}

section.list-banner h1 {
    text-align: center;
    margin-bottom: 0
}

section.list-banner p {
    text-align: center;
    color: var(--white-color);
}

/* property section */
section.home-list {
    /* padding: var(--p60) var(--p12); */
    /* background: #fff; */
}

section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}

section.home-list .overlay a {
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.home-list .overlay i {
    color: var(--white-color);
    font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
    display: flex;
}

section.home-list .row {
    justify-content: center;
    gap: 30px 0;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: var(--secondary-color);
}

section.home-list .view h5{
    color: var(--white-color);
}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}

section.home-list .view i {
    margin-right: 0;
}


section.home-list .col-4 {
    width: 33%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 20px 20px 0 0;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow: hidden;
    width: 100%;
}

section.locations-list-page h3.title{
    height: unset;
}

section.home-list h3.title a {
    color: var(--other-color);
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid #36454f59;
    padding-bottom: 0;
}

.prop-view-btn {
    padding-top: var(--p20);
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}

section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list .how-we-value-heading {
    text-align: center;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
    list-style: none;
}

section.home-list ul.last li {
    color: var(--other-color);
}

section.home-list h5 {
    font-size: var(--f18);
    color: #ad7630;
    font-weight: 500;
    margin-bottom: 0;
}

section.home-list .pro-img {
    position: relative;
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size:var(--f12);
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.search-sec {
    padding: 0px;
    position: relative;
}
.hero-content {
    z-index: 1;
    margin: 0px auto;
    padding: 0px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.check-availability, .search-bar {
    backdrop-filter: blur(0px);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.search-bar {
    margin-top: 0px;
    border: 0px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    padding: 0px;
    position: relative;
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
}
.search-bar .container {
    padding: 0px;
    position: relative;
}
.search-bar-inner {
    border-radius: 16px;
    opacity: 1;
    /* backdrop-filter: blur(5px); */
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px;
    background: var(--body-color);
    position: absolute;
    width: 100%;
    bottom: 35px;
    z-index: 1;
}
.search-bar-inner .row {
    position: relative;
    width: 100%;
    /* gap: 0px 10px; */
    justify-content: space-between;
}
.search-bar-inner .check {
    padding: 0px 12px;
    position: relative;
    width: 25%;
    height: 46px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}
.search-bar-inner .col-4.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 48px;
    padding: 0px;
}
input#demo17 {
    padding-left: 0px;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    height: 48px !important;
}
.search-bar-inner .check-detail, .search-bar-inner .guest-detail {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    gap: 10px;
    border-right: 1px solid lightgrey;
    /* display: flex; */
    align-items: center;
}
.search-bar-inner .check img {
    width: 25px;
}
.check-info {
    width: 100%;
}
.search-bar-inner label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.search-bar-inner input[type="text"], .search-bar-inner select {
    background: 0px 0px;
    border: 0px solid;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    color: var(--primary-color);
    height: auto;
}
.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative;
    border-right: 1px solid lightgrey;
    padding-right: 12px;
}
.search-bar-inner .search-btn {
    padding: 0px;
    width: 25%;
}
.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    /* background: var(--secondary-color); */
    /* color: var(--white-color); */
    display: flex;
    align-items: center;
    gap: 15px;
}
#guestsss1 .close12, .search-bar-inner i {
    color: var(--white-color);
}
.head-text {
    color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1;
}
section.property-sec {
    background: var(--lt-bg-color);
    background-image: url("../images/pro-bg-latest.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 90% bottom;
    padding-bottom: 100px;
}
section.property-sec .head-sec{
 text-align:center; 
}
section.property-sec .head-sec img{
 width:40px; 
}
section.property-sec .head-sec .head-text{
  margin-bottom:5px;
}
section.property-sec .head-sec p{
 max-width:500px;
  margin:auto;
}
section.property-sec .pro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
}
section.property-sec .first-pro {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
section.property-sec .first-pro-img {
    width: 60%;
  position: relative;
}
section.property-sec .first-pro-img img{
  width:100%;
  height: 400px;
  object-fit:cover;
}
section.property-sec .pro-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1B1B1B;
    opacity: 0.5;
}
section.property-sec .first-pro-cont {
    width: 40%;
    background: var(--black-color);
  padding:15px 30px;
}
section.property-sec .first-pro-cont .head-text{
 margin-bottom:8px;
  font-size:12px;
}
section.property-sec .first-pro-cont .line{
  width:30px;
}
section.property-sec .first-pro-cont h3 a{
 color:var(--white-color);
  font-family:var(--heading-font);
}
section.property-sec .sub-title {
    color: var(--secondary-color) !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    margin-bottom: 0;
}
section.property-sec .first-pro-cont p{
  color:var(--white-color);
}
section.property-sec .first-pro-cont li{
 list-style:none;
 color:var(--white-color);
 width: 33.33%;
 border-right: 1px solid var(--white-color);
 text-align: center;
 padding: 8px 5px;
 
}
section.property-sec .first-pro-cont ul{
 display:flex;
  flex-wrap:wrap;
}
section.property-sec .first-pro-cont li:nth-child(1), section.property-sec .first-pro-cont li:nth-child(2), section.property-sec .first-pro-cont li:nth-child(3){
  border-bottom: 1px solid var(--white-color);
}
section.property-sec .first-pro-cont li:nth-child(3), section.property-sec .first-pro-cont li:nth-child(6){
  border-right: 0px solid var(--white-color);
}
section.property-sec .first-pro-cont h5{
 font-size: 20px;
    color: var(--white-color);
    margin-top: 15px;
    margin-bottom: 15px; 
}
.pro-list-btn .main-btn{
 display:inline-flex;
  gap:15px;
}
section.property-sec .loc-pro {
    background: var(--black-color);
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    font-size: 11px;
    color: var(--white-color);
    gap: 5px;
    text-transform: uppercase;
}
section.property-sec .loc-pro img{
 width: 18px;
 height: auto;
}
section.property-sec .sec-pro {
    width: 49.3%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
section.property-sec .sec-pro img{
 width:100%;
  height:300px;
  object-fit:cover;
}
section.property-sec .sec-pro-overlay {
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.property-sec .sec-pro-content {
    width: 65%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
section.property-sec .coming-soon {
    background: #8080804f;
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 16px;
    font-size: 11px;
    color: var(--white-color);
    gap: 5px;
    text-transform: uppercase;
  margin-bottom:10px;
}
section.property-sec .sec-pro-content .line {
    width: 30px;
}
section.property-sec .sec-pro-content h4{
 color:var(--white-color); 
}
section.property-sec .sec-pro-content p{
  color:var(--white-color);
  max-height: 65px;
  overflow: hidden;
}
.coming-btn {
    display: inline-flex;
    gap: 15px;
}
.head-sec {
    margin-bottom: 30px;
}
section.property-sec .sec-pro-content ul{
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      width: 100%;
}
section.property-sec .sec-pro-content li{
      list-style: none;
    color: var(--white-color);
    width: 33.33%;
    border-right: 1px solid var(--white-color);
    text-align: center;
    padding: 8px 5px;
}
section.property-sec .sec-pro-content li:nth-child(3){
    border-right: 0px solid var(--white-color);
}