.item-label,
.search-btn {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 18px
}

.counter-btn,
.search-item,
section.home-list .filter .filter-c li {
    cursor: pointer
}

.banner .guides {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00000030
}

.banner h1 {
    margin-bottom: 10px
}

.banner p {
    text-shadow: 0 0 3px #000;
    color: var(--white-color);
    font-size: 18px
}

.search-bar {
    position: relative;
    z-index: 1;
    margin: -125px auto 0;
    width: 100%;
    max-width: 1100px
}

.search-bar form {
    margin: 0 auto;
    width: 100%
}

.search-wrapper {
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    align-items: stretch;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 0;
    overflow: visible
}

.search-item {
    flex: 1;
    padding: 20px 25px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    transition: background .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.search-btn:hover,
.search-item:hover {
    background: rgba(255, 255, 255, .1)
}

.search-item:last-child {
    border-right: none
}

.item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.guests-trigger.active .guests-dropdown,
.item-label,
.scroll .text {
    display: block
}

.item-label {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: .5px
}

.search-item .selected-val,
.search-item input,
.search-item select {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    cursor: pointer;
    font-weight: 300;
    text-align: center
}

.search-item input:focus,
.search-item select:focus {
    outline: 0
}

.search-item select option {
    background: #1a1a1a;
    color: #fff
}

.search-btn-item {
    padding: 0;
    display: flex;
    flex: 1
}

.search-btn {
    background: 0 0;
    color: #fff;
    border: none;
    padding: 20px 30px;
    white-space: nowrap;
    transition: .3s;
    height: 100%;
    width: 100%;
    border-radius: 0 14px 14px 0
}

.counter-btn,
.guests-dropdown,
.property-image-slider .owl-dots .owl-dot.active span,
body {
    background: #fff
}

.guests-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
    display: none;
    z-index: 1000
}

.guest-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee
}

.guest-type:last-child {
    border-bottom: none
}

.guest-info {
    text-align: left
}

.guest-info h6 {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: 700
}

.guest-info span {
    font-size: 12px;
    color: #888
}

.guest-counter {
    display: flex;
    align-items: center;
    gap: 12px
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    font-size: 18px;
    font-weight: 700
}

.counter-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.guest-counter input {
    width: 25px;
    text-align: center;
    border: none !important;
    font-weight: 700;
    font-size: 15px;
    color: #333 !important;
    background: 0 0 !important;
    margin: 0 !important
}

.head-sec h2,
.map-sec h3 {
    width: auto;
    text-transform: uppercase
}

#demo17::placeholder {
    color: rgba(255, 255, 255, .7)
}

input#demo17 {
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: 3s ease-out infinite move
}

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

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

.scroll .chevron:after,
.scroll .chevron:before {
    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(.5, .5, .5)
    }
}

.scroll .text {
    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: 2s linear infinite alternate pulse
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.banner {
    height: 500px
}

.banner img.img-fluid {
    max-height: 500px
}

.head-sec {
    text-align: center;
    margin-bottom: var(--m40)
}

.head-sec p {
    font-size: var(--f14);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7
}

.head-sec h2 {
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 0;
    font-family: var(--secondary-font);
    display: inline-block
}

.head-sec span {
    font-size: var(--f45);
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    color: var(--secondary-color);
    font-family: var(--other-font);
    text-align: right
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--white-color);
    padding-bottom: 80px;
    padding-top: 0
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px
}

section.home-list .view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10)
}

section.home-list .view .forward {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0 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 .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30)
}

section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: 15px 15px 0 0
}

section.home-list .pro-img:hover img {
    transform: scale(1.14)
}

section.home-list .pro-img img {
    height: 320px;
    object-fit: cover;
    transition: .5s ease-in-out
}

section.home-list .pro-img a::after,
section.home-list .pro-img a::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    border-radius: 30px
}

section.home-list .pro-img a::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    top: 15px;
    background-color: rgba(0, 0, 0, .05);
    width: calc(100% - 66px);
    left: 33px;
    transition: .5s
}

section.home-list .pro-img a::after {
    top: 8px;
    background-color: rgba(0, 0, 0, .1);
    width: calc(100% - 16px);
    left: 8px;
    transition: .5s
}

section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: 15px 15px 0 0;
    display: block
}

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);
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    margin-top: -50px
}

#datepicker-demo17.datepicker {
    left: 0
}

.form-control:focus {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important
}

section.home-list .pro-cont p {
    font-size: var(--f15);
    border-bottom: 1px solid #e6e8ec;
    overflow: hidden;
    max-height: 96px
}

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 span {
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f13)
}

section.home-list h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 22px;
    max-height: 46px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px
}

section.home-list h3.title a,
section.home-list p.adr {
    color: var(--black-color)
}

section.home-list p.adr {
    font-size: var(--f16);
    font-weight: 500;
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    border-bottom: none
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.home-list ul {
    margin: 0;
    padding: 0;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%
}

section.home-list i {
    color: var(--btn-color);
    margin-right: 8px
}

section.home-list ul li {
    font-size: var(--f14);
    color: #777e90;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px
}

section.home-list ul.last li {
    color: var(--other-color)
}

section.home-list h5 {
    font-size: var(--f14);
    color: #add8e6;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    border-radius: 30px;
    right: 0;
    z-index: 1;
    font-family: var(--primary-font);
    margin-top: 10px;
    padding-left: 20px
}

section.home-list .pro-img {
    position: relative
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: #add8e6
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f18);
    color: #5383fe;
    background-color: var(--white-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

section.home-list .featured {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    display: none
}

section.home-list .how-we-value-heading h2 {
    padding-top: var(--p10);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: var(--m10);
    font-size: var(--f48)
}

section.home-list .how-we-value-heading p {
    font-size: var(--f19);
    color: var(--btn-color)
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: .03em;
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: 0
}

section.home-list .filter {
    display: none;
    justify-content: center;
    align-items: center
}

section.home-list .filter .filter-c {
    display: flex;
    gap: 20px;
    width: 60%;
    justify-content: center;
    padding: var(--p40) 0
}

section.home-list .filter .filter-c .active {
    background: #353945;
    border-radius: 15px;
    padding: var(--p5) var(--p15);
    color: var(--white-color);
    font-weight: 400
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -75px;
    top: 52%;
    z-index: 3;
    display: none;
    color: var(--white-color) !important;
    letter-spacing: 0
}

.map-sec {
    text-align: center
}

.map-sec h3 {
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 40px;
    font-family: var(--secondary-font);
    display: inline-block;
    padding: 0 20px
}

.map-sec iframe {
    border: 0;
    height: 450px
}

.hmprop {
    margin-bottom: 30px
}

.home-property-image {
    position: sticky;
    overflow: hidden;
    border-radius: 15px 15px 0 0
}

.home-property-image .property-image-slider .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px 15px 0 0
}

.home-property-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: transform .3s
}

.home-property-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.home-property-content h4 a {
    color: #222;
    text-decoration: none
}

.property-amenities {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.property-amenities span {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px
}

.property-amenities i {
    color: #444
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.price-sec p {
    margin: 0;
    font-size: 14px;
    color: #666;
    border: none
}

.price-sec strong {
    font-size: 18px;
    color: #222
}

.book-btn {
    flex-shrink: 0
}

.book-btn .main-btn {
    background: #1a1a1a;
    color: #fff !important;
    padding: 13px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s;
    display: inline-block;
    white-space: nowrap
}

.book-btn .main-btn:hover {
    background: #333
}

.property-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    padding: 0 15px;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none
}

.hmprop:hover .property-image-slider .owl-nav {
    opacity: 1
}

.property-image-slider .owl-nav button {
    background: rgba(255, 255, 255, .9) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    pointer-events: auto
}

.property-image-slider .owl-nav button i {
    color: #000;
    font-size: 14px
}

.property-image-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.property-image-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .5)
}