.adult-btn,.search-bar-inner i {
    top: 50%;
    transform: translateY(-50%)
}
.search-bar.newClass{
    position:fixed;
    width: 80%;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin-top: 0;
}
.fadeIn,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp {
    animation-duration: 1.25s
}

.head-sec {
    margin-bottom: 40px;
    text-align: center;
}
.head-sec h2{
    margin-bottom:10px;
}
section.banner-header {
    width: 100%;
    height: 100vh;
    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;
    z-index: 2;
}
section.banner-header video{
    width:100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    left: 0;
    top: 0;
}
section.banner-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4
}

section.banner-header .col-10 {
    text-align: center;
    margin: 30px auto auto;
    width: 100%;
}

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: flex-end;
}

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 {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 33px;
    line-height: 1.2;
    color: var(--white-color);
}
section.banner-header h1 span{
    font-size: 19px;
    color: var(--white-color);
    display:block;
}
section.banner-header p.banner-text {
    font-size: 18px;
    color: var(--white-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: 5px;
    border: 0 solid #fffFFF52;
    border-radius: 30px;
    padding: 5px;
    z-index: 1
}


.search-bar-inner {
    background: #f4f4f4;
    border-radius: 15px
}

.search-bar-inner .check {
    padding: 0;
    position: relative
}

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

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

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

.search-bar-inner .check-detail,.search-bar-inner .guest-detail {
    padding-top: 14px;
    padding-bottom: 14px;
    border-right: 1px solid #343434;
    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: 15px;
    font-size: 14px;
    color: #0d0d0d;
    height: 32px
}
.search-bar-inner select{
    appearance: none;
}
#guestsss1 .close12,.search-bar-inner i {
    color: var(--secondary-color);
    position: absolute
}

.search-bar-inner select option {
    color: #000
}

.search-bar-inner i {
    right: 12px
}

.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: 0 15px 15px 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font)
}

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: #fff;5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    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: #fff;
    font-size: 14px;
    transform: translateY(0)
}

.guests button.button1:hover {
    background: var(--other-color);
    border-color: var(--other-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 .row{
    justify-content:center;
}
section.about-us{
    padding-top:0;
}
section.about-us .about-content-sec {
    padding-right: 12px;
    text-align:center;
}

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: #ffffff;
    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: #000000;
    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:hover {
    transform: translateY(-4px);
}
section.properties-list .property-list {
    background: #ffffff;
    border: 0px solid #08080817;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
    transition: transform .4s;
    position: relative;
}
.list-front-img{
    position:relative;
}

section.properties-list .property-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}
.list-content {
    padding: 14px;
}
section.properties-list .property-list .list-address p{
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
    padding: 5px 15px;
    font-size: var(--f11);
    z-index: 1;
    color:var(--white-color);
    background-color:var(--secondary-color);
        border-radius: 50px;
    letter-spacing: 1.2px;
    margin-bottom:0;
    text-transform:uppercase;
}


section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    height: 27px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 27px;
    overflow: hidden;
}
section.properties-list .property-list h3  a{
    font-family: var(--secondary-font);
}
section.properties-list .property-list .list-price {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

section.properties-list .property-list h3 a,section.yacht-section h4 a,section.yacht-section p.head a {
    /* color: #000000; */
}

section.properties-list .property-list p {
        font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    height: 24px;
    overflow: hidden;
}
section.properties-list .property-list .list-content .price p {
    font-size: 16px;
    font-weight: 700;
    /* font-family: var(--secondary-font); */
    color: var(--secondary-color);
    margin-top: 10px
}

section.properties-list .property-list .list-price p{
    line-height: 1;
    color: var(--white-color);
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 22px;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 0;
    font-family: var(--primary-font);
    height: auto;
    text-align: center;
}
section.properties-list .property-list .list-price p span{
    font-size:16px;
    margin-bottom:0;
    font-weight: 400;
}
section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between
}
section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
section.properties-list .property-list li {
    font-size: 14px;
    color: #040404;
    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;
    /* width: 150px; */
    /* background: transparent; */
    /* color: var(--secondary-color); */
    /* border-radius: 0 !important; */
}
section.properties-list .property-list a.main-btn:hover{
    background: var(--secondary-color);
    color:var(--white-color);
}
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: none;
    justify-content: center;
    gap: 12px;
    margin-top: 30px
}

section.experience-section {
    background: #ffffff;
    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: #fffefee8;
    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: #ffffff;
    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: #000000;
    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.cta-section {
    background-image: url(../images/ct-bg.jpg);
    background-position: center center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center
}

section.cta-section .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg,#071E2F6B 0,#1b1b1b 92%);
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    z-index: 1
}

section.cta-section .container {
    position: relative;
    z-index: 1;
    text-align: center
}

section.cta-section h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 60px
}

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

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: #fff;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    cursor: pointer
}

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

.search-head {
    display: none
}

.view-all-property {
    display: block;
    text-align: center;
    margin-bottom: 140px;
    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;
    color: #fff;
    border: 0px solid;
}

header.is-sticky {
    /* position: fixed; */
}

section.test-insta {
    background: #222
}

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;
}
button.accordion-button.collapsed {
    color: black;
}

button.accordion-button {
    color: black;
}
section.property-location .item {
    position: relative;
    transition: 0.5s;
}
section.property-location .item:hover{
    transform: rotateY(0deg) translateY(-10px);
}
section.property-location img{
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
section.property-location .name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    /* padding-top: 30px; */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .8));
    border-radius: 0 0 10px 10px;
}
section.property-location .name h6 {
    color: #fff;
    font-size: var(--f18);
    margin-bottom:0;
}
section.property-location .owl-nav {
    position: absolute;
    margin-top: 0;
    line-height: normal;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* display: none; */
}

section.property-location .owl-nav button {
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.property-location .owl-nav button span {
    
    display: none;
}

section.property-location .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    background: url(../images/carousel-arrow.svg) no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
    filter: invert(1);
}

section.property-location .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background: url(../images/carousel-arrow.svg) no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    filter: invert(1);
}

section.property-location .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color)!important;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

section.property-location .owl-nav button:focus,
section.property-location .owl-nav button:hover {
    box-shadow: none;
    background: transparent;
}

section.property-location .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color)!important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

section.property-location #pro-slider:hover .owl-nav {
    display: block;
}
section.featured-villa-section .row{
 max-width: 90%;
 margin:auto;
}
section.featured-villa-section .featured-villa-left{
    display: flex;
    align-items: center;
}
section.featured-villa-section .featured-villa-left h2{
    margin-bottom:0;
}
section.featured-villa-section{
 background: rgba(221, 221, 221, 0.20); 
}
.all-review-section {
    
    background: rgba(221, 221, 221, 0.20);
}

.all-review-section .top-review-imgbox {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.all-review-section .top-review-imgbox .review-imgbox {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    gap: 15px;
}

.all-review-section .top-review-imgbox .review-imgbox img {
    flex: 1;
    max-width: 22%;
}

.all-review-section .review-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.all-review-section .review-card .review-card-box {
    display: flex;
    align-items: flex-start;
}

.all-review-section .review-card .review-card-box img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.all-review-section .review-card .review-card-box .review-card-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.all-review-section .review-card .review-card-box .review-card-content p {
    font-size: var(--f11);
    margin-bottom: 10px;
}

.all-review-section .rating {
    color: #f4b400;
}

.all-review-section .nav-tabs {
    margin-top: 50px;
    border-bottom: 2px solid #4747471a;
}

.all-review-section .nav-tabs .nav-link {
    border: none;
    color: #47474780;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.all-review-section .nav-tabs .nav-link img {
    height: 20px;
    margin-right: 10px;
}

.all-review-section .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: unset;
    border-bottom: 2px solid #474747;
    color: #474747;
}

.loadmore-btn {
    margin-top: 25px;
}
.client-section-slide {
    margin-top: 25px;
}

.client-section-slide .slide-item {
    background-color: #f1f1f1;
    padding: 25px 15px;
    border-radius: 8px;
}

.client-section-slide .slide-item .Box {
    display: flex;
}

.client-section-slide .slide-item .Box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.client-section-slide .slide-item .Box .content {
    font-size: 12px;
}

.client-section-slide .slide-item .Box .content a {
    display: flex;
    align-items: center;
}

.client-section-slide .slide-item .Box .content a span {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: var(--black-color);
}

.client-section-slide .slide-item .Box .content a img {
    margin-right: 0;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.client-section-slide .slide-item .client-rateing span {
    display: block;
    color: var(--secondary-color);
    margin: 5px 0;
}

.client-section-slide .slide-item .client-rateing img {
    width: 75px;
    margin-top: 10px;
}

.client-section-slide .owl-controls {
    margin: 0;
}

.client-section-slide .owl-controls .owl-nav {
    margin: 0;
}

.client-section-slide .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-controls .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
}

.client-section-slide .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-controls .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    right: 4px;
    top: 5px;
}

.client-section-slide .owl-controls .owl-nav .owl-prev:hover,
.client-section-slide .owl-controls .owl-nav .owl-next:hover {
    background-color: var(--white-color);
}

.client-section-slide p {
    text-align: left;
    height: 120px;
    max-height: 120px;
    overflow-y: auto;
}
.client-section-slide .owl-nav {
    margin: 0;
}

.client-section-slide .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-nav .owl-prev span,
.client-section-slide .owl-nav .owl-next span {
    display: none;
}

.client-section-slide .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    transform: rotate(180deg);
    filter: invert(1);
}

.client-section-slide .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color) !important;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.client-section-slide .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background: url('../images/carousel-arrow.svg') no-repeat;
    width: 25px;
    height: 25px;
    object-fit: contain;
    right: 4px;
    top: 5px;
    filter: invert(1);
}

.client-section-slide .owl-nav .owl-prev:hover,
.client-section-slide .owl-nav .owl-next:hover {
    background-color: var(--white-color);
}
.attraction-loc-sec .loc-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
.attraction-loc-sec h4{
    font-size:20px;
    font-weight:bold;
  margin-bottom:0;
}
.attraction-loc-sec h4 a{
    font-family:var(--secondary-font);
}
.attraction-loc-sec .main-btn{
 padding-top:14px;
  padding-bottom:14px;
}
section.property-location {
    background: var(--lt-bg-color);
}
.blog-section {
    /* padding: 100px 0; */
    background: var(--lt-bg-color);
}

.blog-section .blog-inner-box .blog-title-container {
    display: flex;
    align-items: center;
    position: relative;
}

.blog-section .blog-title-container h2 {
    margin: 0;
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    flex: 1;
    z-index: 1;
}

.blog-section .blog-title-container h2 span {
    padding-right: 20px;
}

/* .blog-section .blog-title-container h2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 20px;
    background: #474747;
    z-index: -1;
} */

.blog-section .title-line {
    height: 2px;
    background-color: #000;
    z-index: 1;
}

.blog-section .view-more-btn {
    background-color: #F5C16C;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 2;
}

.blog-section .blog-card {
    margin-bottom: 30px;
}

.blog-section .blog-card img {
    min-width: 270px;
    height: 250px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.blog-section .blog-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--secondary-color);
}

.blog-section .blog-content .comment-date {
    font-size: 14px;
    margin-bottom: 8px;
}

.read_more_btn {
    color: var(--secondary-color);
    text-decoration: none;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 2px;
}

.read_more_btn::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--secondary-color);
}

.latest-offer-news-section {
    background: url('https://demo.7iquid.com/carmelina/wp-content/uploads/2024/03/h1-ss12-bg.webp') no-repeat center center/cover;
    color: var(--white-color);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.latest-offer-news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.latest-offer-news-section .container-fluid {
    position: relative;
    z-index: 2;
}

.latest-offer-news-section h2 {
    font-weight: 600;
    font-size: 32px;
    color: var(--white-color);
}

.latest-offer-news-section h2 span {
    display: block;
}

.latest-offer-news-section p {
    margin-bottom: 30px;
    color: var(--white-color);
}
.blog-inner-box {
    padding: 0 12px;
}

.kippal-hero {
    /* padding: 100px 0; */
    overflow: hidden;
  }

  .kippal-hero h6 {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-family: var(--other-font);
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: var(--m5);
    margin-bottom: var(--m3);
  }

  .content-left {
    padding-right: 20px;
  }

  .main-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }

  .main-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    animation: underlineGrow 1.5s ease-out forwards;
  }

  .divider {
    height: 3px;
    width: 60px;
    background: var(--secondary);
    margin: 30px 0;
    transform-origin: left;
    animation: dividerGrow 1s ease-out forwards;
  }

  .image-stack {
    position: relative;
    /* height: 500px; */
    /* perspective: 1000px; */
  }

  .image-top {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* transform: rotateY(20deg); */
    transition: all 0.5s ease;
  }

  .image-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: rotateY(-20deg);
    transition: all 0.5s ease;
  }

  .image-stack:hover .image-top {
    transform: rotateY(0deg) translateY(-10px);
  }

  .image-stack:hover .image-bottom {
    transform: rotateY(0deg) translateY(10px);
  }

  .btn-explore {
    background-color: var(--primary);
    color: var(--secondary-color);
    padding: 12px 35px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(42, 93, 138, 0.3);
  }

  .btn-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(42, 93, 138, 0.4);
    color: var(--secondary-color);
  }

  .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
  }

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

  .star-rating:after {
    transform: rotate(35deg);
  }

  .btn-explore::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent);
    transition: 0.5s;
  }

  .btn-explore:hover::before {
    left: 100%;
  }

  .floating {
    animation: floating 3s ease-in-out infinite;
  }
@keyframes floating {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0px);
    }
  }

.amenities-section {
    padding: 80px 0 30px;
  }

  .amenities-section h6 {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-family: var(--other-font);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: var(--m5);
    margin-bottom: var(--m3);
  }

  .section-subtitle {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 30px;
  }

  .amenity-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    background: white;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }

  .amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }

  .amenity-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 88, 202, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .amenity-card:hover:before {
    opacity: 1;
  }

  .amenity-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .amenity-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }

  .amenity-icon img {
    width: 50px;
  }

  .amenity-card:hover .amenity-icon {
    color: var(--accent-color);
    transform: scale(1.1);
  }

  .amenity-title {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: var(--f24);
    color: var(--secondary-color);
  }

  .amenity-text {
    color: #666;
    letter-spacing: .5px;
  }

 section.instagram-section {
    background: url(../images/insta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    overflow: hidden;
  }

  section.instagram-section video {
    height: 650px;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
  }

  section.instagram-section h2 {
    color: var(--white-color);
    font-size: 42px;
    text-align: center;
    text-shadow: 0 0 3px #0000005c;
  }

  section.instagram-section h3 {
    color: var(--white-color);
    text-align: center;
    text-shadow: 0 0 3px #0000005c;
    font-family: "Playball", cursive;
  }

  .insta-btn,
  .insta-icon {
    text-align: center;
  }

  .insta-icon a {
    font-size: 60px;
    color: var(--secondary-color);
  }

  .instagram-content {
    display: flex;
    align-items: center;
  }

  section.instagram-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000002b;
  }

  section.instagram-section .container {
    position: relative;
  }
.corporate-info {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.corporate-info.first-info{
  background: url("../images/full-service-str.webp");
  background-size: cover;
}
.corporate-info .corporate-content {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
}
.corporate-info .corporate-content h5{
 font-size:30px;
  color:var(--white-color);
  font-weight:bold;
  margin-bottom:10px;
}
.corporate-info .corporate-content p{
 color:var(--white-color);
  margin-bottom:0;
}
.corporate-info.second-info{
background-color: rgb(242, 232, 216);
}
.corporate-info.first-info .corporate-content{
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}
.corporate-info.second-info h5, .corporate-info.second-info p{
  color:#000;
}
.corporate-info.third-info{
background-color: rgb(189, 172, 147);
}
section.corporate-housing .row{
  gap:30px 0;
}
.corporate-details {
    max-width: 360px;
}
.corporate-info.fourth-info{
 background-color: corporate-housing-solutions;
 background: url(../images/corporate-housing-solutions.webp);
 background-size: cover;
}
.corporate-info.fourth-info .corporate-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}
.corporate-info.fourth-info img{
     width: 320px;
    position: absolute;
    right: 30px;
    bottom: 0; 
}
.search-bar .col-3.select.position-relative {
    padding-top: 14px;
    padding-bottom: 14px;
    border-right: 1px solid #343434;
    padding-right: 12px;
}
.search-bar .col-3{
  width:20%;
}