.page-title h1{
    /* top: auto; */
    /* bottom: 80px; */
}
.page-title .auto-container{
  margin-bottom:20px;
}
.booking-area {
    position: relative;
    bottom: 0px;
    left: 0;
   transform: translateX(0%);
    z-index: 1;
}

section.home-list {
    background: #fff;
}
.home-list-card {
    position: relative;
}

/* Recommend homes for you */
section.recommend-properties {
  padding: 60px 0;
  /* background: #316599; */
  color: white;
}
section.recommend-properties h3{
  font-size:21px;
  text-transform: uppercase;
  letter-spacing:0;
  line-height: 1.1;
  font-weight: 300;
}
section.recommend-properties h3 a{
  color:var(--btn-color);
  font-family: var(--heading-font);
}
section.recommend-properties h3 a:hover{
  color: var(--para-color);
}
section.recommend-properties p{
  margin-bottom:0;
  font-size: 14px;
  line-height: 1.5;
  /* color: #606c76; */
  /* font-weight: 300; */
}
span.tax-desc{
  color: var(--btn-color);
  font-size: 14px;
  line-height: 1.5;
  /* font-weight: 300; */
}
.btn-luxury {
  color: #fff !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 16px;
  /* font-family: "Aboreto", display !important; */
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--btn-color);
  padding-top: 15px !important;
  padding-right: 30px !important;
  padding-bottom: 15px !important;
  padding-left: 30px !important;
  position: relative;
}
.btn-luxury::before{
  content: '';
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--btn-color);
    transition: all .5s;
  z-index:-1;
}
.btn-luxury:hover{
  background:transparent;
  color: #fff !important;
}
.btn-luxury:hover::before{background: var(--btn-hover);height: 54px;}
.pros-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
section.recommend-properties p strong{
  font-weight:bold;
}
section.recommend-properties img{
  width:100%;
  height:300px;
  object-fit:cover;
}
.recommend-img{
  margin-bottom:16px;
}
.recommend-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.recommend-head-sec {
  margin-bottom: 40px;
}

.recommend-head-sec h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
}

.recommend-property-list {
  background: #1b4070;
  border: 1px solid #1b4070;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s;
  height: 100%;
}

.recommend-property-list:hover {
  transform: translateY(-4px);
}

.recommend-list-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.recommend-property-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  height: 32px;
  overflow: hidden;
}

.recommend-property-list h3 a {
  color: #fff;
  text-decoration: none;
}

.recommend-property-list p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  height: 24px;
  overflow: hidden;
}

.recommend-list-amenity {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding: 0;
  margin: 15px 0;
}

.recommend-list-amenity li {
  font-size: 14px;
  color: #fff;
  display: flex !important;
  align-items: center;
  gap: 0;
  list-style: none;
}

.recommend-list-amenity li i {
  margin-right: 5px;
  color: #fff !important;
}

.recommend-list-amenity li span {
  font-weight: 700;
  margin-right: 2px;
}

.recommend-pro-btn {
  margin-top: 10px;
}

.recommend-main-btn {
  background: #4a8eff;
  color: white;
  padding: 13px 20px;
  font-size: 14px;
  display: block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}

.recommend-main-btn:hover {
  background: #3a7ae0;
}

/* Owl Carousel Dots */
.recommend-owl-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.recommend-owl-dots button.owl-dot {
  transition: 0.4s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff70 !important;
  border: none;
}

.recommend-owl-dots button.owl-dot:hover {
  background: #fff !important;
}

.recommend-owl-dots button.owl-dot.active {
  width: 35px;
  background: #1b4070 !important;
}

/* Owl Carousel Nav */
.recommend-owl-nav {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.recommend-owl-nav .owl-prev,
.recommend-owl-nav .owl-next {
  background: #4a8eff !important;
  color: white !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.recommend-owl-nav .owl-prev:hover,
.recommend-owl-nav .owl-next:hover {
  background: #3a7ae0 !important;
}

/* Owl Carousel Dots */
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

button.owl-dot {
  transition: 0.4s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  /* background: #ffffff70 !important; */
  background: #1b4070 !important;
  border: none;
}

button.owl-dot:hover {
  background: #fff !important;
}

button.owl-dot.active {
  width: 35px;
  background: #1b4070 !important;
}

/* Owl Carousel Nav */
.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-prev,
.owl-next {
  background: #4a8eff !important;
  color: white !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-prev:hover,
.owl-next:hover {
  background: #3a7ae0 !important;
}
@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.owl-item.active .slide-content {
  animation: bounceUp 1s ease;
}
section.recommend-properties .owl-carousel .owl-nav button.owl-next, section.recommend-properties .owl-carousel .owl-nav button.owl-prev{
      width: 32px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent !important;
    border: 2px solid var(--white-color);
  opacity:0.5;
  -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
section.recommend-properties .owl-carousel .owl-nav button.owl-next:hover, section.recommend-properties .owl-carousel .owl-nav button.owl-prev:hover{
  opacity:1;
}
section.recommend-properties .owl-carousel .owl-nav button.owl-next{
right:10px;
}
section.recommend-properties .owl-carousel .owl-nav button.owl-prev{
 left:10px; 
}
.back-stars {
    color: #ffb200;
    display:flex;
}
.back-stars i{
    font-size:14px;
}

.recommend-pro{
  margin-bottom: 30px;
}

.pagination{
  justify-content: flex-start;
  margin-top: 25px;
}

.page-link{
  color: var(--secondary-color);
}

.page-item.active .page-link{
  background: var(--secondary-color);
}

section.filter-sec {
    padding-top: 20px;
    padding-bottom: 25px;
    background: var(--lt-bg-color);
}
.filter-info {
}
.filter-infos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 10px;
}
.filter-info.filter-btn a{
     border: 0.1rem solid var(--btn-color);
     border-radius: .2rem;
     color: var(--btn-color);
     cursor: pointer;
     display: inline-block;
     font-size: 0.9rem;
     font-weight: 700;
     height: 2.5rem;
     letter-spacing: .1rem;
     line-height: 2.5rem;
     padding: 0 2.0rem;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase !important;
     white-space: nowrap;
     width: 100%;
     background: #fff;
}
.filter-info.filter-btn a:hover{
color:var(--para-color);
  border-color:var(--para-color);
}
.filter-info input, .filter-info select{
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid var(--btn-color);
  border-radius: .2rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 2.5rem;
  padding: .6rem .5rem .7rem;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: var(--primary-color);
}
.filter-info select{
  background:url("../images/download.svg") center right no-repeat;
      padding-right: 3.0rem;
    background-color: #fff;
}
.filter-info.filter-form input::placeholder{
  color: #4e4e4e;
}
.filter-info.filter-search button{
      background-color: var(--btn-color);
      border: 0.1rem solid var(--btn-color);
      border-radius: .2rem;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 0.9rem;
      font-weight: 700;
      height: 2.5rem;
      letter-spacing: .1rem;
      line-height: 2.5rem;
      padding: 0 3.0rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase !important;
      white-space: nowrap;
      width: 100%;
}
.filter-info.filter-search button:hover{
  background-color: var(--btn-hover);
  border-color: var(--btn-hover);
}
.filter-info.filter-clear a{
  color:var(--btn-color);
}
.filter-info.filter-clear button{
        border: 0.1rem solid var(--secondary-color);
    border-radius: .2rem;
    color: var(--secondary-color);
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    height: 2.5rem;
    letter-spacing: .1rem;
    line-height: 2.5rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    white-space: nowrap;
    width: 100%;
    background: #fff;
}
.filter-info.filter-clear button:hover{
 color:var(--para-color);
 border-color: var(--para-color) !important;
}
.filter-model {
    position: absolute;
    flex-direction: column;
    top: 50px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 3px 3px #2525251a;
    margin-top: 0px;
    border-radius: 0.4rem;
    display: none;
}
section.filter-sec form {
    position: relative;
}
section.filter-sec p.abe-filter-close {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    color: var(--para-color);
  cursor:pointer;
}
section.filter-sec .filter-model-search {
    display: flex;
    width: 100%;
    gap: 20px;
}
section.filter-sec .filter-model-search .filter-info{
 width:25%; 
}
section.filter-sec .filter-model-search .filter-info:first-child{
 padding-left:0; 
}
section.filter-sec .filter-model-search .filter-info:last-child{
 padding-right:0; 
}
section.filter-sec .filter-model-search{
 margin-bottom:24px; 
}
label.abe-filter-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: .5rem;
    border-bottom: 1px dashed #14264B;
    color: var(--para-color);
}
.amenities-modal .abe-column{
 width:25%;
  padding-left:16px;
  padding-right:16px;
}
.amenities-modal .abe-column:first-child{
  padding-left:0;
}
.amenities-modal .abe-column:last-child{
  padding-right:0;
}
.amenities-modal .abe-row {
    display: flex;
}
.amenities-modal .abe-row label {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--para-color);
}
.amenities-modal .abe-row input{
  margin-bottom:24px;
}
.pro-filters select.abe-unit-links.select2-hidden-accessible {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    padding: 0px 10px;
    height: 40px;
    font-size: 16px;
    background-color: #ffffff;
    width: 340px;
    padding-left: 10px;
    /* text-align: center; */
    text-indent: 30px;
    color: var(--primary-color);
}
.pro-filters {
    width: 340px;
    position: relative;
    margin: auto;
}
.pro-filters i{
 position: absolute;
 top: 50%;
 left: 16px;
 transform: translateY(-50%);
 font-size: 13px;
 color: var(--primary-color);
}

.search-bar {
   position: relative;
    backdrop-filter: blur(22px) saturate(160%);
    box-shadow: rgba(21, 31, 27, 0.2) 0px 20px 60px, rgba(255, 255, 255, 0.35) 0px 1px 0px inset, rgba(255, 255, 255, 0.08) 0px -1px 0px inset;
    isolation: isolate;
    z-index: 2;
    width: 85%;
    padding: 0px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.28);
    border-image: initial;
    margin: auto auto 55px;
}

.search-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(255,255,255,0.30), rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.05) 60%, rgba(255,255,255,0.02) );
}
.search-bar .guest:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
}
.search-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at top left, rgba(47,93,80,0.14), transparent 35%), radial-gradient(circle at bottom right, rgba(75,58,90,0.14), transparent 40%);
    mix-blend-mode: soft-light;
}

.search-bar .container {
    position: relative;
}

.search-bar .col-6.md-12.sm-12 {
    width: 60%;
    position: relative;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    padding-right: 0;
}

button.search-btn-main.main-btn1 {
    height: 43px;
    width: 43px;
    /* padding: 0 26px; */
    border-radius: 999px;
    border: 1px solid var(--btn-color);
    background: var(--btn-color);
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 12px 28px rgba(194, 164, 109, 0.30), inset 0 1px 0 rgba(255,255,255,0.20); */
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(30px);
}

button.search-btn-main.main-btn1:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 16px 34px rgba(194, 164, 109, 0.38), inset 0 1px 0 rgba(255,255,255,0.25); */
    background: var(--btn-color);
    border-color: var(--black-color);
}

.search-bar select {
    font-size: var(--f14);
    color: #676767;
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p18);
    background: #d6d6d6;
    border: 0px solid #e0e0e0;
    text-indent: 0px;
    width: 100%;
    border-radius: 25px;
}

.search-bar input {
    width: 100%;
    height: 18px;
    padding: 0;
    border-radius: 0;
    border: 0px solid rgba(255,255,255,0.25);
    background: transparent !important;
    color: #000 !important;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 14px;
}

.search-bar input::placeholder {
    color: #000 !important;
}

.check label {
    /* color: white !important; */
}

.search-bar input#show-target-data {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* background: #d6d6d6; */
    /* padding: 8px; */
    /* font-size: 16px; */
}

.datepicker-common-2.left label {
    /* color: #007bff; */
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #676767;
    opacity: 1;
    /* Firefox */
}

.search-bar label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    margin-bottom: 3px;
}

.search-bar .check i {
    top: 0.5rem;
    right: 0px;
}

.search-bar .search-btn-main {
    /* background: url("../images/search.png"); */
    /* height: 60px; */
    /* object-fit: cover; */
    /* border: none; */
    /* width: 203px; */
    /* position: absolute; */
    /* top: 35%; */
}

.search-bar .col-3 {
    position: relative;
    width: 25%;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    padding-left: 6px;
    padding-right: 6px;
}

.search-bar .row {
    justify-content: space-between;
    position: relative;
    align-items: center;
}

input#demo17 {
    top: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 97% !important;
    height: 52px !important;
    padding-left: 12px !important;
}

.search-bar .col-3:before {
    position: absolute;
    content: "";
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    /* padding-left: 6px; */
    /* padding-right: 22px; */
    justify-content: flex-end;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 25px;
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}

.search-bar .icns.mb-lg-0.position-relative.datepicker-common-2.col-md-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.check-label {
    padding: 15px 24px;
    border-radius: 36px;
}
.search-check {
    display: flex;
}
.search-bar .guest {
    width: 40%;
    padding: 15px 24px;
    border-radius: 36px;
}
.guest-infos {
    width: 100%;
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 69px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
    background: linear-gradient(135deg, rgb(0 0 0 / 41%), rgb(0 0 0 / 33%));
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(152px) saturate(260%);
    -webkit-backdrop-filter: blur(152px) saturate(260%);
    box-shadow: 0 20px 60px rgba(21, 31, 27, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    /* overflow: hidden; */
    isolation: isolate;
}
div#guestsss::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.12) 30%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.02));
}
#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
    display: block;
    /* width: 30px; */
    z-index: 2;
    text-shadow: 0 0 0 !important;
}
#guestsss .close1 i {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer;
    display: block;
}
.adult p{
  margin-bottom: 0;
    margin-top: 0;
    color: var(--white-color);
    font-size: var(--f18);
    text-align: center;
    text-shadow: 0 0 3px #000;
}
div#guestsss::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at top left, rgba(47, 93, 80, 0.14), transparent 35%), radial-gradient(circle at bottom right, rgba(75, 58, 90, 0.14), transparent 40%);
    mix-blend-mode: soft-light;
}
.search-bar .guest:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
}
.check-label:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
}
section.pro-search {
    padding: 0;
    margin-top: -150px;
}
section.pro-sec .pro-img img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius: 16px 16px 0 0;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
section.pro-sec .pro-info:hover .pro-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.pro-sec .pro-info {
    border-radius: 16px;
    overflow: hidden;
  padding:2px;
}
section.pro-sec .pro-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    display: inline-flex;
    background: #00000094;
    width: auto;
    padding: 8px;
    border-radius: 10px;
    gap: 2px;
}
section.pro-sec .pro-img {
    position: relative;
    border-radius: 16px 16px 0 0;
    height: 300px;
    overflow: hidden;
}
section.pro-sec .pro-price p.abe-rates {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 19px;
    line-height: 1.1;
}
section.pro-sec .pro-price span{
     font-size: 14px;
    color: #fff;
    display: block; 
}
section.pro-sec .pro-content {
    padding: 12px 15px;
    background: var(--white-color);
    box-shadow: 0 0 3px #0000004a;
    border-radius: 0 0 16px 16px;
}
section.pro-sec .pro-content h3{
      font-size: 24px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 5px;
}
section.pro-sec .pro-content h3 a{
 font-family:var(--heading-font); 
}
section.pro-sec .pro-content ul {
    padding-top: 15px;
    border-top: 1px solid #ded3d3;
    display: flex;
    justify-content: space-between;
}
section.pro-sec .pro-content ul li{
 color: var(--primary-color);
  font-size:14px;
}
section.pro-sec .pro-content ul li i{
 color:var(--btn-color); 
}
.pro-btn {
    text-align: left;
    margin-top: 15px;
}
.pro-btn .main-btn{
 width:100%; 
  text-align:center;
}