.breadcrumb-wrap{
    display:none;
}
.banner h1{
    margin-bottom: var(--m80);
}
.search-bar{
    position: absolute;
    top: 184px;
    width: 100%;
}
.search-bar form{
      position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 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(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
    width:100%;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--other-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
  }

  .search-bar .col-3{
   position: relative;
    width: 25%;
    padding-left: var(--p16);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
  }
.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.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:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
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;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    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;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem var(--white-color) !important;
}

.how-we-value-heading h4 {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

.how-we-value-heading h3 {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
}
.how-we-value-heading{
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
margin-bottom: var(--m30);
}

section.home-list{
    padding: var(--p60) var(--p12);
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .col-4{
    width: 32%;
}
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;
}
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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
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;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

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);
}
section.home-list h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:29px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list ul {
    margin: 0 0 0;
    padding: var(--p20) var(--p20) var(--p15);
    background-color: #f2f2f2;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
}

section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 0px;
}
section.home-list .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.booking-area .box {
    background: var(--other-color);
    width: 300px;
    height: 150px;
    position: absolute;
    left: 0px;
    top: -20px;
}
section.home-list .col-md-6 {
    flex: 0 0 auto;
    width: 49%;
}
section.booking-area .box-area {
   background: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: var(--p15) var(--p15);
    margin-bottom: var(--m20);
    display: flex;
    align-items: center;
    gap: 15px;
}
section.booking-area .box-area img{
    width:45px;
}
section.booking-area .box-area h3{
    font-size: var(--f22);
    margin-bottom: 0px;
    color: var(--territiary-color);
}
section.attr-list {
    background: #f2f2f2;
}
section.attr-list a {
    position: relative;
    display: block;
}
section.attr-list .img-area {
    position: relative;
    height: 300px;
    overflow: hidden;
}
section.attr-list img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 300px;
    top: 0px;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}
section.attr-list .attr-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    transition: all 0.4s ease-in-out;
    
}
section.attr-list .odd .attr-content {
    background: rgba(0,0,0,0.2);
}
section.attr-list h3 {
   font-size: var(--f28);
    line-height: 1.3;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
    font-family: var(--secondary-font);
    text-shadow: 0px 0px 3px #000;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    width: 340px;
    text-align: center;
}
section.attr-list a::after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 65px);
    height: calc(100% - 66px);
    border: 1px solid var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

section.attr-list a:hover img{
    transform: scale(1.2);
}
section.attr-list .even .attr-content {
    background: rgba(0,0,0,0.4);
}
section.attr-list .col-4 {
    flex: 0 0 auto;
    width: 32.333333%;
    margin-bottom: var(--m20);
}
section.attr-list .row{
    gap: 1.5%;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -75px;
    top: 52%;
    z-index: 9;
    display: none;
    letter-spacing: 0px;
}