.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: 100vh;
    position: relative;
    padding:0;
}
section.banner-header video{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
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
}

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;
    padding-right: 0;
    border-radius: 40px;
    /* overflow: hidden; */
}

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: 50px; */
    /* line-height: 1.2; */
}

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 {
    position: absolute;
    margin: auto;
    justify-content: center;
    width: 75%;
    left: 0;
    right: 0;
    bottom: 1rem;
    background: white;
    padding: 0px;
    border-radius: 40px;
    box-shadow: 0px 0px 6px #000;
    z-index: 2;
}

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

.search-bar-inner {
    background: #fff;
    border-radius: 40px;
}

.search-bar-inner .check {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

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

.search-bar-inner .col-6.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 44px;
    padding: 0;
    transform: translateY(-50%);
}

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

.search-bar-inner .check-detail,.search-bar-inner .guest-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0.13rem solid var(--secondary-color);
    padding-right: 10px;
    position: relative;
    padding-left: 2rem;
    width: 100%;
}

.search-bar-inner input[type=text],.search-bar-inner select {
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    color: #0d0d0d;
    /* height: 32px; */
    padding: 0;
}

#guestsss1 .close12,.search-bar-inner i {
    color: var(--secondary-color);
    position: absolute
}

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

.search-bar-inner i {
    left: 0.7rem;
}

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

.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: 65px;
    border-radius: 0px 40px 40px 0;
    /* letter-spacing: 2px; */
    font-size: 16px;
    text-transform: uppercase;
    background: var(--secondary-color);
    font-family: var(--primary-font);
    color: var(--white-color);
}
.search-bar-inner .search-btn button:hover{
    background: var(--hover-color);
}
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);5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border-right: 0px solid;
    position: relative;
}

.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);
    left: 0;
}

.guests button.button1:hover {
    background: var(--hover-color);
    border-color: var(--hover-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: 40px;
    padding-bottom: 40px;
}

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
}
.head-sec h2{
    text-transform:uppercase;
}
section.cards .card-info {
    min-height: auto;
    height: 100%;
    padding: 25px 12px;
    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(--f19);
    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 {
    background: #ffffff;
    border: 1px solid #08080817;
    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: #000000;
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    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: #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
}

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: #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(--f19);
    font-weight: bold;
    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: #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.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;
}
.video-content{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.video-content h1{
    font-family: var(--other-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-size: 56px;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-weight:400;
}
/*.video-content h1 span{*/
/*    font-family: 'Great Vibes';*/
/*    font-size: 5rem;*/
/*    letter-spacing: 3px;*/
/*}*/
.video-content p{
   color: #fff;
   font-size: 27px;
   text-shadow: 0px 0px 4px #000;
   margin-top: 10px;
   letter-spacing: 0.05em;
   text-align: center;
}
section.about_wrapper .img-2 {
    aspect-ratio: 1.3;
    object-fit: cover;
    /* right: 2rem; */
    height: 505px;
    position: relative;
    object-position: center;
    width: 65%;
}
section.about_wrapper .img-1{
   object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}
section.about_wrapper .about-img-0{
    display: block;
  background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 0 !important;
}
.line {
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.about_wrapper .line {
    margin-left: 0px;
    margin-bottom: 20px;
}
.about_wrapper .sub-title {
    margin-bottom: 1rem;
    text-transform: initial;
  font-weight:600;
  font-size:16px;
  line-height: 1em;
    letter-spacing: 0px;
}
.about_wrapper .sub-title span{
    font-family:var(--heading-font);
    font-size: 17px;
    color: var(--black-color);
}
.about_wrapper h2{
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--heading-color);
    font-family: var(--heading-font);
}
.property_wrapper .row{
    gap: 1.5rem;
}


.property_wrapper .property-items{
    position: relative;
    /*overflow: hidden;*/
    background: #f4f4f4;
   height: 285px;
    /* border-radius: 20px 0 0 20px; */
}
.property_wrapper .col-md-6 {
   padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 48.5%;
}

.property_wrapper .sub-title {
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.property_wrapper h3::after{
    left: 46.5%;
}

.property_wrapper.property-2{
    background: #fcfcfc;
}
.property_wrapper .property-items.rght{
    border-radius: 0 20px 20px 0;
}
.property-2 .border-box{
    left: 0;
}

img.border-corner{
    width: 42%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    /* border-radius: 0 20px 0 0; */
    opacity: 0.7;
}
.property_wrapper.property-2 .border-corner img{
    right: auto;
    left: 0;
    transform: rotate(270deg);
    object-fit: cover;
}
.property_wrapper .property-items img.pro{
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
}
.property_meta {
    margin-top: 2rem;
}

section.property_wrapper h3{
    font-size: 36px;
    color: var(--primary-text);
}
.section-title{
    margin-bottom: 12px;
    text-align: center;
}
.amenities_home div i{
    color: var(--secondary-color);
    margin: auto;
    font-size: 19px;
    margin-top: 0px;
}
.amenities_home>div{
    margin: 0 0px 3px 0;
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 0.2rem;
    align-items: center;
}
.amt-num, .amt-type{
   font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}
.from-text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.price-wrapper {
   text-align:left;
    display: block;
    margin-bottom: 0rem;
}

span.price_name {
    font-size: 13px;
}


.amenities_home{
    display: block;
    align-items: center;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}
.property-item-wrap{
    position: relative;
    right: 0px;
    max-width: 100%;
    z-index: 1;
    /* border-radius: 0 20px 20px 0; */
    text-align: center;
    background: var(--white-color);
    border: 0px solid #e7e7e7;
    padding:0px !important;
    padding-top:16px !important;
}
.pro-btn{
    text-align: left;
    border-top: 0px solid #b7b5b5;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
}
.property-content h5{
   line-height: 30px;
    color: var(--secondary-color);
    margin-bottom: 10px;
    text-align: left;
    font-family: var(--heading-font);
    position: relative;
    height: auto;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
}

.property-content h5::after{
   content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: -20px;
    position: absolute;
    left: 0;
    display:none;
}
.property-content .borders{
    margin: 0;
    margin-bottom: 1.2rem;
}
.property-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.rates{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price {
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: -.06em;
    margin-right: 0px;
    font-family: var(--heading-font);
}

.price span{
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text);
    letter-spacing: 0px;
    text-transform: uppercase;
}
.r-price{
    text-align: center;
}
.pro-btn1 {
    text-align: center;
    padding-top: 16px;
}

.pro-btn1 .main-btn{
    padding: 12px 39px;
}
.btn-icon{
    background: rgba(82, 82, 82, 0.5);
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 23px;
    color: var(--white-color);
    transition: all .5s ease-in-out;
}
.btn-icon:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}

.button-wrapper1{
    border-top: 1px dashed #9e7d5e;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.attractions_wrapper1{
    padding-bottom: 0;
}
.attractions_wrapper h3::after{
    left: 47%;
    bottom: -25px;
}

.attr_overlay{
    /*position: relative;*/
    
    /*background: #000;*/
}

.attr-over{
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attr_img:hover .attr-over{
    background: rgba(0,0,0,0.7);
}

.attractions_left{
    /*border: 1px solid #cfcfcf;
    transition: all .5s;*/
    /*border-bottom: 2px solid #cfcfcf;*/
    /*border-radius: 10px;*/
    margin-bottom: 1.5rem;
}
.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

.attr_img{
    height: 367px;
    object-fit: cover;
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px #bbb;
    width: 100%;
}
.attr_img:hover{
    border-radius: 0px;
}
.attr_img.mdl{
    aspect-ratio: 0.712;
}
.attr_img img{
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.attr_img:hover img{
    transform: scale(1.2);
}
.attr-over h4{
   color: var(--white-color);
    font-size: 23px;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    font-weight: 500;
    font-family: var(--heading-font);

}
.attr-over p{   
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 20px;
  
}

.attractions_wrapper .attr-over p{
      display:none;
}

.attr_img:hover .attr-over p{
    display:block;
}
section.attractions_wrapper .head-sec{
  text-align:center;
}
section.attractions_wrapper {
    padding-top: 40px;
}
.home-page-testimonial .review-client-bnb {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
}
.home-page-testimonial .review-client-bnb .imgbox h4 {
    /* margin-bottom: 0; */
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: var(--secondary-font);
    margin-left: 0px;
}

.home-page-testimonial .review-client-bnb .rating-box h4 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    font-family: var(--primary-font);
    margin-bottom: 0;
}

.home-page-testimonial .review-client-bnb .rating-box h4 span i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: var(--secondary-color);
}
.home-page-testimonial .review-client-bnb .imgbox {
    display: flex;
    align-items: center;
}
.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(--primary-color);
    margin: 5px 0;
}

.client-section-slide .slide-item .client-rateing img {
    width: 75px;
    margin-top: 10px;
}
.client-rateing i{
    color:var(--secondary-color);
}
.home-page-testimonial .owl-nav{
    position: absolute;
    margin-top: 0 !important;
    line-height: normal;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.home-page-testimonial .client-section-slide .owl-nav button{
    line-height: normal;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-page-testimonial .client-section-slide .owl-nav i{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: var(--secondary-color);
    border-color: transparent;
    font-size: 24px;
    color: var(--text-white);
}
.home-page-testimonial .client-section-slide .owl-nav .owl-prev{
    left: 10px;
    background: transparent !important;
}
.home-page-testimonial .client-section-slide .owl-nav button:focus , .home-page-testimonial .client-section-slide .owl-nav button:hover{
    box-shadow: none;
    background:transparent;
}
.home-page-testimonial .client-section-slide .owl-nav .owl-next{
    right: 10px;
    background: transparent !important;
}
.home-page-testimonial .client-section-slide:hover .owl-nav{
    display: flex;
    justify-content: space-between;
}