.checklist{
    display: none;
}
header.desk-nav .search-bar {
    display: block;
}
.search-sec {
    margin-top: -132px;
    z-index: 3;
    position: relative;
}
.search-bar{
    border-radius: 0px;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    display: flex;   
    width: 90%;
    margin: auto;
}
.search-bar label {
    display: inline-block;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 0;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
}
.search-bar .col-4{
   width:25%; 
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 var(--p12);
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 56px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input, .search-bar select{
 font-size: var(--f15);
 color: var(--primary-color);
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 25px;
 height: 30px;
 background: transparent !important;
 border: 0px solid;
}
.search-bar select{
    padding-left:10px;
    padding-right:10px;
    text-indent:5px;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
}

.search-bar input::placeholder { 
 color: #4f5962;
 opacity: 1; 
}

.search-bar i{
 color: #4f5962;
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 20px;
}

.search-bar .col-3{position: relative;padding-left: var(--p10);padding-right: 0;padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.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;
 width: 35%;
}
.search-bar button.main-btn {
 width: 100%;
 height: 64px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);
}
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 50%;}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 width: 50%;
}
.search-bar .srch-btn{
    width: 25%;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 justify-content: space-around;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 background-color: #fff;
}

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

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m10);
}
#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--primary-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f16);
 text-align: left;
 margin: 0px;
 text-transform: inherit;
}

#guestsss button.button1 {height: 4px;background: transparent;height: 44px; width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);line-height: 19px;margin-left: 0;border: 1px solid var(--secondary-color);color: var(--secondary-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 0px solid;display: inline-flex;align-items: center;justify-content: center;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 30px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
.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;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: transparent !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

/* property sec */

.properties-sec{
    padding: var(--p60) var(--p12);
}
.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m30);
}
.home-properties h2{
    margin-bottom: 0;
}
.home-properties img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
    display: none;
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-carousel .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
section.properties-sec .row{
    justify-content: center;
    gap: 30px 2%;
}

 section.properties-sec .property-card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    width: 32%;
    position: relative;
 }
 .bDjuux{
    background-color: var(--secondary-color) !important;
 }
 span.ButtonBase__Overlay-sc-p43e7i-4, button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.HeaderWriteReviewButton__WriteReviewButton-sc-a5mrro-1.iqYjDs.es-header-write-review-button{
    background-color: var(--white-color) !important;
 }
 .biFMWt{
    background-color: var(--secondary-color) !important;
 }
 .cJFroF{
    color: var(--white-color) !important;
 }
.home-properties .forward{
    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;
    color: var(--secondary-color);
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.home-properties .forward i{
    margin-right: 0;
}