.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
section.featured-pro {
    padding: var(--p60) 0px;
}
section.featured-pro .container-fluid{
    padding:0px;
}
.search-bar{
    position: absolute;
    top: 281px;
    width: 100%;
    display: none;
}
.search-bar form{
       position: relative;
    margin: auto;
    justify-content: center;
    width: 85%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: var(--p5) 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select{
   font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p10);
    background: #0000008c;
    background: var(--white-color);
    text-indent: 28px;
    border: 1px solid var(--white-color);
    height: 59px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: var(--white-color);
    border: 1px solid var(--white-color);
    width: 100%;
}
.search-bar input:hover{
     background: #f8f8f8;
}
.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--black-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--black-color);
    position: absolute;
    left: 1.7rem;
    top: 1.3rem;
    font-size: var(--f18);
  }

  .search-bar .col-3{
   position: relative;
    width: 22.5%;
    padding-left: var(--p6);
    padding-right: var(--p6);
  }
.search-bar .col-3.srch-btn{
    width: 10%;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 59px;
}
.search-bar button.main-btn.close111 {
    height: 38px;
    padding: var(--p5) var(--p15);
    font-size: var(--f13);
}
.search-bar button i{
    position: relative;
    top: 0;
    left: 0;
    color: var(--white-color);
}
.search-bar button:hover i{
    color: var(--black-color);
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    text-transform: capitalize;
    font-size: var(--f13);
    text-align: left;
    margin-top: 0;
    padding: 0px;
    margin: 0;
}

#guestsss button.button1 {
   background: transparent;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f18);
    line-height: 27px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}

.form-control:focus {
    background-color: var(--white-color) !important;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
/*Properties css*/

section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .btn-area {
    text-align: center;
    margin-top: 30px;
    display: none;
}
section.home-list .btn-area a{
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}
section.home-list .btn-area a i{
    color: var(--white-color);
}
section.home-list .btn-area a:hover i{
    color: var(--btn-color);
}
section.home-list .row{
    gap: 30px 2%;
    justify-content: center;
}
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: -25px;
    right: 8%;
    
}
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: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0px;
}
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;
}
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;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
    border-radius: 0px;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    border-radius: 0px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
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;
    gap: 10px;
    width: 100%;

}
section.home-list i {
    margin-right: var(--m8);
    color: var(--primary-color);
}
section.home-list .featured i{
    color: var(--white-color);
    margin-right: 0;
    font-size: var(--f24);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}
section.home-list .pro-img {
    position: relative;
    height: 300px;
}
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: 20px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
   padding-bottom: 15px;
   color: var(--secondary-color);
   font-weight: 600;
   margin-bottom: 0px;
   text-align: center;
}
section.home-list .how-we-value-heading h6{line-height: 1.3;color: var(--primary-color);letter-spacing: 0.03em;font-size: var(--f17);font-weight: 600;margin-bottom: 0px;text-align: center;}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}