.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--btn-color);
    border-bottom: 1px solid var(--btn-color);
}
.breadcrumb{
    color: var(--white-color);
}
.breadcrumb a{
    color: var(--black-color);
}

.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 85%;
 left: 0;
 right: 0;
 bottom: 0px;
 padding: 0 0;
 border-radius: 0px;
 z-index: 2;
 margin-top: var(--m30);
}
.search-bar form .row{
 gap: 3px;
}
.search-bar select{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 font-family: var(--other-font);
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: transparent;
 text-indent: 0px;
 border: none;
 border-bottom: 1px solid #e0e0e0;
 height: 55px;
 width: 100%;
}

.search-bar input{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 font-family: var(--other-font);
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: transparent;
 border: none;
 border: 1px solid #e0e0e0;
 height: 55px;
 border-radius: 0 !important;
}
.search-bar input#end_date {
 padding-left: 20px;
}

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

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

.search-bar .col-3{position: relative;width: 25%;padding-left: 0px;padding-right: 0;padding-top: var(--p17);padding-bottom: var(--p17);}
.search-bar .check.right.icns.mb-lg-0.position-relative.datepicker-common-2::before{
 position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 0px;
 background: transparent;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 20px;
 right: 0;
 width: 0px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.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;
 display: flex;
 align-items: center;
justify-content: center;
}
.search-bar button.main-btn {
 width: 100%;
 height: 55px;
 letter-spacing: 2px;
 font-weight: 400;
 font-family: var(--other-font);
}
.check.left.icns.mb-lg-0.position-relative.datepicker-common-2 input{
 border-radius: 100px 0 0 100px;
 border-right: 0px solid;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2 input{
 border-radius: 0 100px 100px 0;
}

.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
}
.search-bar .main-check .row{
 position:relative;
 gap: 0;
}
div#guestsss {
 width: 100%;
 min-width: 250px;
 background: var(--white-color);
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 0;
 
 display: none;
 box-shadow: 0px 0px 3px 0px #888888;
}
div#guestsss .main-btn{
 width: 100%;
}

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

#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);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 55px !important;
                         z-index: 9;
                     }
                     .search-bar .datepicker-common-2 i{
                         top: 20px;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.search-bar .form-control:focus {
 background-color: transparent !important;
 border: 1px solid #e0e0e0 !important;
 box-shadow: none !important;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}
/*Properties css*/
.banner h1{
    margin-top: 0px;
}
div#check {
    position: absolute;
    width: 90%;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
section.featured-pro {
    background: var(--white-color);
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .head-sec h2{
  color: var(--secondary-color);
}
section.featured-pro .head-sec p{
   color: var(--black-color);
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
    width: 50%;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .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.featured-pro .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.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -148px;
    width: 96.5%;
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont h4{
    color: var(--btn-color);
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){/* width: 100%; */}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f22);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 40px;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro 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.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}
section.featured-pro .pro-cont span i {
    color: var(--white-color);
}
section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}

