.adult-btn,.search-bar-inner i {
    top: 50%;
    transform: translateY(-50%)
}

.fadeIn,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp {
    animation-duration: 1.25s
}

.head-sec {
    margin-bottom: 40px
}

section.banner-header {
    width: 100%;
    height: 700px;
    background: url(../images/property-banner.png) center/cover no-repeat fixed!important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0
}

section.banner-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
}

section.banner-header .col-10 {
    text-align: center;
    margin: 0px auto auto;
}

section.about-us .star-rating,section.banner-header .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #e4a853;
    border-left: .3em solid transparent;
    font-size: 10px
}

section.about-us .star-rating:after,section.about-us .star-rating:before,section.banner-header .star-rating:after,section.banner-header .star-rating:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg)
}

section.about-us .star-rating:after,section.banner-header .star-rating:after {
    transform: rotate(35deg)
}

section.banner-header .container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

section.banner-header h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--other-font)
}

section.banner-header h1 {
    text-align:left;
    line-height:60px;
    color: var(--white-color);
}

section.banner-header p.banner-text {
    font-size: 18px;
    color: var(--white-color)
}

.check-form i,section.banner-header h1 span,section.cta-section h2 span,section.services-section .reservations a:hover {
    color: var(--secondary-color)
}

section.banner-header .banner-btn {
    margin-top: 30px;
    margin-bottom: 30px
}

section.banner-header .banner-btn a {
    text-transform: uppercase;
    background: 0 0;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,.5);
    font-family: var(--secondary-font);
    display: inline-block
}

section.banner-header .banner-btn a span {
    display: inline;
    position: relative;
    z-index: 2
}

section.banner-header .banner-btn a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff
}

section.banner-header .banner-btn a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s
}

#guestsss1 button.button1,.guests button.button1 {
    background: 0 0;
    transition: .3s;
    margin-left: 0;
    cursor: pointer
}

.check-availability,.search-bar {
    backdrop-filter: blur(0px);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s
}

section.banner-header .banner-btn a:hover span {
    color: #222
}

section.banner-header .banner-reviews ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center
}

section.banner-header .banner-reviews ul img {
    width: 18px
}

section.banner-header .banner-reviews ul li {
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 8px
}

section.banner-header .banner-reviews ul li i {
    font-size: 20px
}

section.banner-header .banner-reviews ul li p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 700
}

section.banner-header .banner-reviews ul li p span {
    font-size: 14px;
    font-weight: 400
}

section.banner-header .banner-reviews p.upper-rev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 45px
}

.search-bar {
    margin-top: 0;
    border: 0 solid #fffFFF52;
    border-radius: 30px;
    padding: 0;
    z-index: 1;
    position: absolute;
    margin: auto;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.search-bar.newClass {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* max-width: 1140px; */
    /* z-index: 2; */
    /* margin-top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* height: 81px; */
}

.search-bar-inner {
    background: #fff;
    border-radius: 15px;
    padding: 16px;
}
.search-bar-inner .col-3{
    width: 20%;
}
.search-bar-inner .check {
    padding: 0;
    position: relative;
    padding-right: 12px;
    /* width: 20%; */
}

.search-bar-inner .row {
    position: relative
}

.search-bar-inner .col-6.datepicker-common-2.datepicker-main {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 24px;
    padding: 0
}

input#demo17 {
    top: auto !important;
    bottom: 0;
    padding-left: 0;
    width: 100%!important;
    height: 24px!important;
}

.search-bar-inner .check-detail,.search-bar-inner .guest-detail {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #D0D0D0;
    padding-right: 12px;
    position: relative
}

.search-bar-inner input[type=text],.search-bar-inner select {
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    color: var(--primary-color);
    height: 24px;
    padding-right: 0;
}

#guestsss1 .close12,.search-bar-inner i {
    color: var(--secondary-color);
    position: absolute
}
input#date-flexibility-show{
    padding-left:22px;
}
.search-bar-inner select option {
    color: #000
}

.search-bar-inner i {
    left: 0px;
    bottom: -4px;
    top: auto;
}

.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative
}

.search-bar-inner .search-btn,section.experience-section .container-fluid,section.yacht-section .container-fluid {
    padding: 0
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--primary-font);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.search-bar-inner .search-btn button i{
    position:relative;
    color:var(--white-color);
    top:0;
    left:0;
    bottom: 0;
    transform: translateY(0%);
}
div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--black-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 3px 0 #888
}

#guestsss1 .close12 {
    right: 10px;
    left: auto;
    top: .9rem;
    font-size: var(--f18);
    cursor: pointer
}

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

#guestsss1 .adult-box p {
    letter-spacing: 0;
    color: var(--white-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0
}

#guestsss1 button.button1 {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

#guestsss1 button.button11.button1 {
    margin-left: var(--m14)
}

#guestsss1 button.main-btn.close1112 {
    width: 100%;
    font-size: 14px
}

.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px
}

.guests button.button1 {
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f20);
    border: 0 solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid
}

.guests button.button11.button1 {
    margin-left: 0;
    border-right: 0px solid;
    border-left: 0 solid;
    border-radius: 0 22px 22px 0
}

.search-bar button.button1 i {
    position: relative;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    transform: translateY(0)
}

.guests button.button1:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color)
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 200px;
    transition: .3s ease-in-out
}

.service-right-info a.main-btn:hover,section.about-us .about-content-sec a.main-btn:hover,section.cards .card-info:hover,section.choose-section .choose-btn a.main-btn:hover,section.choose-section .choose-info:hover,section.cta-section a.main-btn:hover,section.offer-section .offer-btn a.main-btn:hover,section.offer-section .offer-info:hover,section.properties-list .property-list:hover {
    transform: translateY(-4px)
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.cards {
    padding-top: 0
}

section.cards .head-sec h2,section.cards .head-sec p,section.choose-section .head-sec h2,section.choose-section .head-sec p,section.faq-section .head-sec h2,section.properties-list .head-sec h2,section.testimonial-section .head-sec h2 {
    text-align: center
}

section.cards .card-info {
    min-height: auto;
    height: 100%;
    padding: 25px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    display: flex;
    background: #383838;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: transform .4s;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
    border: 1px solid #00000029
}

section.cards .card-info img {
    width: 35px;
    margin-bottom: 15px
}

section.cards .card-info svg {
    width: 45px;
    height: 45px;
    fill: #fff
}

section.cards .card-info .card-icon,section.services-section .head-sec {
    margin-bottom: 20px
}

section.cards .card-info h4 {
    font-size: var(--f20);
    margin-bottom: 10px;
    color: var(--white-color);
    font-weight: 400;
    text-align: center
}

section.cards .card-info p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px
}

section.properties-list .item {
    padding-top: 5px
}

section.properties-list .property-list {
    background: #383838;
    border: 1px solid #ffffff17;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
    transition: transform .4s
}

section.properties-list .property-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}

section.properties-list .property-list h3 a,section.yacht-section h4 a,section.yacht-section p.head a {
    color: var(--white-color)
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white-color);
    height: 24px;
    overflow: hidden
}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between
}

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 0
}

section.properties-list .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

section.properties-list .property-list li span {
    font-weight: 700;
    margin-right: 2px
}

section.properties-list .property-list .pro-btn {
    margin-top: 10px
}

section.properties-list .property-list a.main-btn {
    padding: 13px 20px;
    font-size: 14px;
    display: block
}

section.properties-list button.owl-dot,section.yacht-section button.owl-dot {
    transition: .4s ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffff70!important
}

section.properties-list button.owl-dot:hover,section.yacht-section button.owl-dot:hover {
    background: #fff!important
}

section.properties-list button.owl-dot.active,section.yacht-section button.owl-dot.active {
    width: 35px;
    background: #fff!important
}

section.properties-list .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px
}

section.experience-section {
    background: #1e1e1e;
    padding: 0
}

section.experience-section .experience-image {
    background-image: url(../images/experience.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 700px;
    margin-left: -100px;
    background-color: #2c2c2ce8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken
}
section.experience-section.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}
section.experience-section .experience-details p {
    margin-bottom: 35px
}

div#list-slider1,section.choose-section .row,section.offer-section .row {
    gap: 30px 0
}

section.choose-section .choose-info {
    padding: 30px 15px;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: 1px solid #00000029;
    transition: transform .4s;
    height: 100%;
    background: #383838;
    text-align: center
}

section.choose-section .choose-info img,section.offer-section .offer-info img {
    margin-bottom: 15px;
    width: 35px
}

section.choose-section .choose-info h4,section.offer-section .offer-info h4 {
    font-size: var(--f20);
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 10px
}

section.choose-section .choose-info p,section.offer-section .offer-info p {
    font-size: 14px;
    margin-bottom: 0
}

section.choose-section .choose-btn,section.offer-section .offer-btn {
    margin-top: 40px;
    text-align: center
}

section.choose-section .choose-btn a.main-btn,section.offer-section .offer-btn a.main-btn {
    display: block;
    width: 200px;
    margin: auto;
    transition: .3s ease-in-out
}

section.services-section,section.testimonial-section {
    /* background: #1e1e1e; */
}

.WidgetTitle__Header-sc-ruy1gu-2.DZBVr {
    display: none!important
}

section.offer-section {
    background-color: #2d2d2de8;
    background-image: url(../images/frame.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken
}

section.offer-section .head-sec {
    max-width: 750px;
    margin: auto auto 40px;
    text-align: center
}

section.offer-section .offer-listings {
    max-width: 95%;
    margin: auto;
    background: url(../images/offer.jpg) 0 0/cover;
    border-radius: 20px;
    padding: 40px 0
}

section.offer-section .offer-info {
    padding: 30px 15px;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: 1px solid #00000029;
    transition: transform .4s;
    background-color: #2d2d2dde
}

section.yacht-section {
    padding-left: 0;
    padding-right: 0;
    background: #1e1e1e
}

section.cta-section,section.yacht-section .yacht-list {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

section.yacht-section .head-sec {
    max-width: 750px;
    margin: auto auto 60px;
    text-align: center
}

section.yacht-section .yacht-list {
    height: 500px;
    background-image: url(../images/yacht1.jpg);
    border-radius: 10px
}

section.yacht-section .yacht-content {
    width: 350px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px;
    background: #2d2d2db0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%)
}

section.yacht-section a.link-yacht {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

section.yacht-section .item {
    padding-bottom: 25px
}

section.yacht-section p.head {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 20px
}

section.yacht-section h4 {
    font-size: 20px;
    font-weight: 700
}

section.yacht-section p {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 20px
}

section.yacht-section a.main-btn {
    font-size: 14px;
    display: block;
    width: 204px;
    height: 53px;
    background: 0 0;
    border: 2px solid var(--white-color);
    letter-spacing: 1px;
    border-radius: 30px;
    transition: .3s ease-in-out
}

section.yacht-section a.main-btn:hover {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
    transform: translateY(-4px)
}

section.yacht-section .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px
}

section.faq-section .accordion-button {
    background: 0 0!important;
    padding: 20px 20px 20px 50px;
    font-size: 18px;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-weight: 700
}

section.faq-section .accordion-item {
    border-bottom: 1px solid #d5d8dc!important;
    background: 0 0!important
}

section.faq-section .accordion-body {
    padding-left: 50px
}

.accordion-button::after {
    background-image: url("../images/down-arrow.png")!important;
    background-color: #323232;
    width: 30px;
    height: 30px;
    background-position: center;
    border-radius: 100%;
    margin-left: 0;
    left: 0;
    position: absolute
}



section.airbnb-section {
    background: #1b1b1b;
    padding: 30px 12px
}

section.banner-header .images-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 10px;
    width: 100%
}

section.banner-header .images-sec img {
    width: 100px;
    height: 70px;
    object-fit: contain
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

.check-availability {
    border: 0 solid #fffFFF52;
    border-radius: 30px;
    padding: 0;
    display: none;
    margin-top: 25px
}

.check-form {
    background: #2d2d2d;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer
}

.check-form p {
    font-size: 14px;
    color: #ffffff6e;
    margin-bottom: 0
}

.search-head {
    display: none
}

.view-all-property {
    display: block;
    text-align: center;
    margin-top: 0
}

.view-all-property a.main-btn {
    display: inline-block;
    width: auto;
    height: 46px;
    padding: 16px 0;
    text-decoration: underline;
    margin: auto;
    background: 0 0
}

header.is-sticky {
    position: absolute
}

section.services-section .reservations {
    display: flex;
    align-items: center;
    gap: 10px
}

section.services-section .reservations img {
    width: 35px
}

section.services-section .reservations p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--para-color)
}

section.services-section .reservations a {
    color: var(--territiary-color);
    font-family: var(--other-font);
    font-size: 24px
}

.service-right-info {
    padding: 40px;
    background: #383838;
    border-radius: 10px;
    height: 100%
}

.service-right-info h4 {
    color: var(--white-color);
    font-weight: 400;
    font-size: var(--f24)
}

.service-right-info li {
    font-family: var(--secondary-font);
    line-height: 1.8;
    display: flex;
    gap: 13px;
    position: relative
}

.service-right-info li::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
    color: var(--secondary-color)
}

.service-right-info li+li {
    margin-top: 5px
}

.service-right-info li i {
    font-size: 17px;
    color: var(--secondary-color);
    margin-top: 5px
}

.service-right-info a.main-btn {
    display: block;
    width: 200px;
    margin-top: 20px;
    transition: .3s ease-in-out
}

#datepicker-demo17.datepicker {
    top: 50px;
    left: 0;
}
video#mob {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-bar-inner label{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
}
.search-bar-inner .flexible-detail {
    position: relative;
    border-right: 1px solid #D0D0D0;
    align-items: center;
    gap: 10px;
}
.icon-stack {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    position: absolute;
    color: #333;
    top: 35px;
}
.search-bar-inner .flexible {
    padding: 0;
}
.search-bar-inner .fa-plus{
    position:absolute;
   bottom:6px;
}
.icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.search-bar-inner .guest-info {
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between;
}


.search-bar-inner .guest-info button{
  width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid var(--secondary-color);
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 12px;
}
.search-bar-inner .guest-info button i{
  color: var(--secondary-color);
    font-size: 12px;
}
.search-bar-inner .guest-info input{
  padding-left: 0px;
    text-align: center;
}
section.top-rated {
    background: #F2F2F2;
    padding-top: 25px;
    padding-bottom: 25px;
}
section.top-rated .top-head {
    text-align: center;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 18px;
    margin-bottom: 15px;
}
section.top-rated .top-rated-icons p{
  font-size: 13px;
    color: var(--heading-color);
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0;
}
section.top-rated .rated-rating i{
  font-size: 13px;
    color: #ffc702;
}
section.top-rated .rated-rating ul{
  display: flex;
}
section.top-rated .rated-rating {
    display: flex;
    align-items: center;
  gap: 5px;
}
section.top-rated .top-list li{
  display: flex;
    align-items: center;
    gap: 8px;
}
section.top-rated .top-rated-icons, section.top-rated .top-list {
    display: flex;
    align-items: center;
    gap: 48px;
}
section.top-rated .top-rated-icons{
  justify-content: center;
}

.properties-section .head-sec {
    text-align: center;
  margin-bottom:50px;
}
.properties-section .pro-head h3 a{
  color: var(--heading-color);
    font-family: var(--secondary-font);
}
.properties-section .pro-left li{
  color:var(--heading-color);
  line-height: 18px;
}
.properties-section .pro-left ul{
  display: flex;
    gap: 5px;
}
.properties-section p.price {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}
.properties-section .pro-white .main-btn{
padding: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  width: 200px;
}
.properties-section .pro-white {
    display: flex;
    align-items: center;
    gap: 28px;
}
.properties-section .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-bottom:40px;
}
.properties-section .col-lg-6{
  padding:0px;
}
.properties-section .left-gallery{
  padding-left:0;
  padding-right:12px;
}
.properties-section .left-gallery img{
  height: 436px;
    border-radius: 8px;
  width:100%;
  object-fit:cover;
}
.properties-section .small-images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: unset;
}
.properties-section .small-images a{
    width:49%;
}
.properties-section .small-images img{
  width: 100%;
  border-radius: 8px;
  height: 212px;
  object-fit: cover;
}
.properties-section .pro-btn .main-btn{
  width: 200px;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    margin: auto;
}
.properties-section .pro-btn{
 text-align:center;
  margin-top:50px;
}
.spacious-villas .head-sec{
  max-width: 872px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.spacious-villas .head-sec p{
 margin-bottom:0; 
}
.spacious-villas .spacious-infos .col-3{
 width:23%; 
}
.spacious-villas .spacious-infos{
justify-content:space-between;  
}
.spacious-villas .spacious-image {
    min-width: 32px;
  width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spacious-villas .spacious-detail {
    display: flex;
    gap: 24px;
}
.spacious-villas .spacious-para h4{
  line-height:32px;
  margin-bottom: 30px;
}
.spacious-villas .spacious-para p{
 margin-bottom:0px; 
}
section.spacious-villas {
    padding-top: 40px;
}
section.step-section {
    padding-top: 0px;
    padding-bottom: 40px;
}
section.step-section .step-list {
    max-width: 1180px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
section.step-section .step-list img{
  width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}
section.step-section .step-content h4{
 margin-bottom:0; 
}
section.step-section .step-content{
 display:flex;
  align-items:center;
  justify-content:flex-start;
}
section.spacious-villas.choose {
    padding-top: 100px;
}
section.spacious-villas.choose .main-btn {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: auto;
}
section.spacious-villas.choose .choose-btn{
 margin-top:70px; 
}
section.superhost-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F9F9F9;
    text-align: center;
}
section.superhost-section .head-sec{
 margin-bottom:60px; 
}
section.superhost-section hr{
  opacity: 1;
    width: 221px;
    border-color: #D0D0D0;
}
section.superhost-section .superhost-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.directly-book .row{
  max-width: 1180px;
    margin: auto;
}
section.directly-book .directly-book-images img{
  width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}
section.directly-book .directly-book-info {
    width: 85%;
    margin-left: auto;
}
section.directly-book .directly-book-info h3{
  margin-bottom: 30px;
}
section.experiences-section {
    padding-top: 0;
    padding-bottom: 0;
}
section.experiences-section .head-sec {
    margin-bottom: 50px;
  text-align:center;
}
section.experiences-section .experience-info img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:8px;
}
section.experiences-section .experience-info h4{
  margin-top: 12px;
    margin-bottom: 0;
}
section.experiences-section .owl-carousel button.owl-dot{
  width: 6px;
    height: 6px;
    background: #888888;
    border-radius: 100%;
}
section.experiences-section .owl-carousel button.owl-dot.active{
  background:#111111;
}
section.experiences-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
section.video-cta .video-img{
  width: 100%;
    height: 593px;
    border-radius: 8px;
    object-fit: cover;
}
section.video-cta .video-icon {
    width: 64px;
    height: 64px;
    background: var(--white-color);
    border-radius: 100%;
    border: 2px solid var(--secondary-color);
  display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
section.video-cta .video-info {
    position: relative;
}
section.spacious-villas.better {
    padding-top: 100px;
    background: #F9F9F9;
}
section.testimonial-section .head-sec{
    margin-bottom:70px;
  text-align: center;
}
section.testimonial-section.test-insta .head-sec{
    margin-bottom:50px;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-header, #eapps-instagram-feed-1 .eapps-instagram-feed-header a {
   color: #131414 !important;
}
.dujrlu, .evIvIr, .ffUwEJ, .kBfvhj, .eZGTss{
  color: #131414 !important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: #f8f8f8 !important;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.HeaderWriteReviewButton__WriteReviewButton-sc-a5mrro-1.iqYjDs.es-header-write-review-button {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: var(--secondary-color) !important;
    /* padding: 24px; */
    color: var(--white-color) !important;
}
.bDjuux{
  background-color: var(--white-color) !important;
}
.cgzgCr{
  color: rgba(0, 0, 0, 0.5) !important;
}
.cJFroF{
 color:var(--secondary-color) !important 
}
.biFMWt{
  background-color: #f8f8f8 !important;
}
section.stay-discount {
    padding-top: 0;
    padding-bottom: 0;
}
section.stay-discount .head-sec {
    max-width: 872px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
section.stay-discount img{
  width:100%;
  height:726px;
  object-fit:cover;
  border-radius:8px;
}
section.stay-discount .stay-info {
    margin-top: 20px;
}
section.stay-discount .stay-info h4{
  margin-bottom:24px;
}
section.stay-discount .stay-info h4 a{
  font-family: var(--secondary-font);
    color: var(--heading-color);
}



.input-with-icon {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between icon and input */
}

.calendar-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.es-header-heading-text, .es-rating-value, .es-header-rating-reviews-count, .es-review-author-name, .es-review-info-date, .es-text-shortener, .es-text-shortener-control{
 color:#000 !important; 
}
.es-review-background-container, .es-header-container{
      background-color:#F9F9F9 !important;
}
section.testimonial-section.test-insta {
    padding-bottom: 180px;
}
.pro-left h3{
  height:45px;
  overflow:hidden;
}
section.superhost-section .superhost-images img{
 max-width:116px; 
}