

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

.form-dates .months{
  color:black;
}

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;
    width: 75%;
}

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-sec {
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 92%;
    margin: auto;
}
.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--heading-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 0;
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 45px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: var(--primary-color);
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 0px;
 height: 30px;
 background: transparent !important;
 border: 0px solid;
 text-transform: capitalize;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #4f5962;
 opacity: 1; /* Firefox */
}

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

.search-bar .col-3{position: relative;/* width: 25%; */padding-left: var(--p20);padding-right: var(--p20);padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-right: 0px;
 border-left: 1px solid #f2f2f2;
}
.search-bar button.main-btn {
 width: 100%;
 height: 73px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 /* background: var(--secondary-color); */
 font-size: 14px;
}

.search-bar button.main-btn:hover {
    background: var(--btn-hover);
   }
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 /* width: 50%; */
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 50%;padding-left: 20px;padding-right: 20px;}
.search-bar .check.right{
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}
.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: #464646;
    line-height: 1;
}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* border: 1px solid var(--white-color); */
 /* display: flex; */
 /* gap: 1%; */
 /* justify-content: space-between; */
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 /* gap: 0 25px; */
 justify-content: space-between;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
 /* border-radius: 0px; */
}

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

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

#guestsss button.button1 {height: 4px;background: transparent;height: 44px;/* height: 30px; */width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);/* line-height: 30px; */margin-left: 0;border: 1px solid var(--btn-color);color: var(--btn-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 0px solid;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 50px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

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

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

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: transparent !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    padding-top: 0;
    flex-direction: column;
}
.video-cont h2{
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}
.video-cont .container{
    margin-bottom: 0px;
    max-width: 1076px !important;
    /* padding: 10px; */
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont{
    text-align: center;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 30px;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      /*text-transform: capitalize;*/
      font-size: var(--f80);
      text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
      line-height: 90px;
      letter-spacing: 0;
      font-family: var(--heading-font);
      font-weight: 400;
      text-align: center;
      position:relative;
      /* text-transform: uppercase; */
}
.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f16);
    text-align: center;
    letter-spacing: 1px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner{
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.video-banner button#play{
    display: none;
} 
section.video-banner button#pause{
    display: none;
}
section.video-banner .video-sec {
width: 100%;
height: 100%;
}
#datepicker-demo17.datepicker{
    left:0;
}


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: 205px;
    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: var(--white-color);
    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(--black-color);
    font-weight: 400;
    text-align: center
}

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

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

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

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(--black-color);
}

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

.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
}

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
}



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;
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
}
section.about-owner .call-area {
    display: block;
    color: black;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .call-area a:hover{
  color: var(--other-color);
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
}

section.about-us{
    /* padding-top: 40px; */
    padding-bottom: 60px;
}

section.properties-list{
    padding-top: 0px;
    padding-bottom: 0;
}

section.testimonial-section{
    padding-bottom: 20px;
    padding-top: 60px;
}
section.testimonial-section .head-sec h2{
    color: var(--black-color);
}
section.about-owner{
    /* padding-top: 50px; */
    background: var(--lt-bg-color);
}

section.about-us .abt-para h2{
    color: var(--black-color);
}

.abt-para p{
    color: var(--black-color);
}

section.cards .head-sec h2{
    color: var(--black-color);
}

section.cards .head-sec p{
    color: var(--black-color);
}

section.properties-list .head-sec h2{
    color: var(--black-color);

}

.experience-details h2{
    color: var(--black-color);
}

.experience-details p{
    color: var(--black-color);
}

.about-owner h2{
    /* color: var(--black-color); */
}
.about-owner p{
    color: var(--black-color);
    height: auto;
    overflow: hidden;
}
.icon-area .fa-phone{
    color: var(--secondary-color);
}

.call-area .fa-envelope{
    color: var(--secondary-color);
}


.biFMWt {
    background-color: var(--btn-hover) !important;
}

.bDjuux {
    background-color: var(--btn-hover) !important;
}

/* about section */

section.luxury-cabin-rentals{
    background-image: url("../images/cabin.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 850px auto;
    /* padding: 0px; */
    padding-top: 120px;
}
section.luxury-cabin-rentals .container{
    max-width: 1140px;
}
section.luxury-cabin-rentals .luxury-images {
    padding: 0px;
    width: 43.359%;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
section.luxury-cabin-rentals .luxury-content {
   padding: 0px 110px 30px 30px;
    width: 56.641%;
}
section.luxury-cabin-rentals .luxury-images img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
section.luxury-cabin-rentals .luxury-content h2{
    line-height: 1;
    font-size: 35px;
    margin-bottom: 30px;
    /* color: black; */
    letter-spacing: 1px;
}
section.luxury-cabin-rentals .luxury-content p{
    font-size: var(--f16);
    color: black;
}
section.luxury-cabin-rentals .show-image {
    padding: 13px 13px 13px 13px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
}
section.luxury-cabin-rentals .show-para p{
    margin-bottom: 0px;
}
section.luxury-cabin-rentals .show-para a{
    font-size: var(--f24);
    font-weight: bold;
}
section.luxury-cabin-rentals .property-show {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
section.luxury-cabin-rentals .show-para {
    margin-right: 70px;
}
.head-sec{
    text-align: center;
}



section.featured-cabins {/* padding-top: 60px; */background: var(--lt-bg-color);}
section.featured-cabins .container{
    max-width: 1140px;
}
section.featured-cabins .head-sec h6{
    font-weight: 400;
    bottom: 37px;
    line-height: 1;
    font-size: 35px;
    margin-bottom: 30px;
    /* color:
    black; */
    letter-spacing: 1px;
}
section.featured-cabins .head-sec h2{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
section.featured-cabins .head-sec img{
margin-bottom: 80px;
}
section.featured-cabins .cabin-images img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.featured-cabins .cabin-images {
    height: 300px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
section.featured-cabins .image-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.featured-cabins .cabin-images:hover .image-overlay{
    background: #FFC3894F;
    opacity: 0.5;
}
section.featured-cabins .cabin-content{
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 0px 0px;
    background: var(--white-color);
}
section.featured-cabins .cabin-content .cabin-upper {
    padding: 0px 20px 14px 20px;
    display: flex;
    justify-content: space-between;
}
section.featured-cabins .item {
    padding-left: 5px;
    padding-right: 5px;
}
section.featured-cabins .cabin-name h4{
   font-size: var(--f24);
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 10px;
   height: 60px;
   overflow: hidden;
}
section.featured-cabins .cabin-name h4 a{
    color: var(--heading-color);
}
section.featured-cabins .cabin-name h4 a:hover{
    color: var(--other-color);
}
section.featured-cabins .cabin-price {
    width: 28.5%;
    min-width: 64px;
    text-align: right;
}
section.featured-cabins p.addr {
    font-size: 13px;
    margin-bottom: 0px;
    color: #888888;
}
section.featured-cabins span.from, section.featured-cabins span.per-night {
    color: #888888;
    font-size: 13px;
    text-align: right;
}
section.featured-cabins .cabin-price p{
    font-size: var(--f26);
    font-weight: bold;
    color: var(--secondary-color);
    text-align: right;
    margin-bottom: 20px;
}
section.featured-cabins .cabin-bottom {
    border-top: 1px solid #EAEAEA;
}
section.featured-cabins .cabin-bottom li {
    border-right: 1px solid #EAEAEA;
    padding: 25px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 33.33%;
}
section.featured-cabins .cabin-bottom li img{
    width: 45px;
    height: 42px;
}
section.featured-cabins .cabin-bottom li p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 3px;
}
section.featured-cabins .cabin-bottom li span{
    font-size: 13px;
    color: var(--black-color);
}
section.featured-cabins .cabin-bottom ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.featured-cabins .cabin-bottom li:last-child{
    border-right: 0px solid;
}
section.featured-cabins .owl-nav button.owl-prev, section.featured-cabins .owl-nav button.owl-next{
    width: 51px;
    height: 51px;
    color: #fff;
    background: var(--secondary-color);
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.featured-cabins .owl-nav{
    width: 100%;
}
section.featured-cabins .owl-nav button.owl-prev{
    left: -56px;
}
section.featured-cabins .owl-nav button.owl-next{
    right: -56px;
    left: auto;
    }

    /* review section */

section.reviews-section{
    background-image: url("../images/review-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 0px 0px 125px 0px; */
    /* padding-top: 40px; */
    padding-bottom: 80px;
}
section.reviews-section .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}
section.reviews-section .head-sec h2{
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    /* color: black; */
}
section.reviews-section .head-sec img{
margin-bottom: 80px;
}
section.reviews-section .reviews-list {
        background-color: #FFFFFF;
        /* margin: 50px 15px 40px 15px; */
        border-radius: 10px;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 30px;
        height: 250px;
        width: 100%;
}
section.reviews-section .item {
    padding: 0px 5px 40px;
    height: 100%;
}
section.reviews-section .reviews-list img{
    width: 80px;
    border-radius: 10px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
section.reviews-section .reviews-list p.name {
    font-size: var(--f20);
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
}
section.reviews-section .reviews-list p.addr {
    margin-top: -5px;
    margin-bottom: 15px;
    height: 24px;
    color: black;
    display: none;
}
section.reviews-section .review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8px;
    margin-bottom: 10px;
}
section.reviews-section .review-star i{
    color: #fcaf3d;
}
section.reviews-section p.desc {
    font-size: 16px;
    width: 302px;
    margin: auto;
    padding-bottom: 0;
    color: black;
}
section.reviews-section .less-text{
    max-height: 90px;
    height: auto;
    overflow: hidden;
}
section.reviews-section  .dessc-info{
    /* height: 65px; */
    /* overflow: hidden; */
}
section.reviews-section .more-text{
    height: 100%;
    overflow: hidden;
}
section.reviews-section a.moreless-button {
    display: block;
}
section.reviews-section .rvv-btn {
    margin-top: 20px;
    height:24px;
}
section.reviews-section a.moreless-button:hover{
    text-decoration:underline;
}
section.reviews-section button.owl-dot span{
width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background: #999999;
    border-radius: 100%;
}
section.reviews-section button.owl-dot.active span{
    background: var(--secondary-color);
}
section.reviews-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

  .more-text {
    display: none;
}

.moreless-button {
    color: var(--btn-color);
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}


/* faq */

/* popup model  */

#exampleModal_form .modal-dialog {
    min-width: 715px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#exampleModal_form .modal-content {
    background-color: var(--lt-bg-color);
    border: 0px;
    border-radius: 0px;
}

#exampleModal_form .modal-body {
    /* padding-top: 0px; */
    /* padding: 0px; */
    background: white;
}

#exampleModal_form .col-6.cont-left {
    padding: var(--p30) var(--p20);
    background: #fff;
}

#exampleModal_form button.btn-close {
    position: absolute;
    left: 10px;
    top: 10px;
}

#exampleModal_form .col-6.cont-left #mc_embed_signup {
    background: transparent !important;
    width: 100% !important;
}


#exampleModal_form form {
    margin-top: 0;
}


#exampleModal_form h2 {
    margin-bottom: var(--m10);
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
}

#exampleModal_form label {
    display: inline-block;
    font-size: var(--f14);
    margin-bottom: var(--m10);
    color: black;
}

#mc_embed_signup .mc-field-group input {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    text-indent: 2% !important;
    border: 0px solid !important;
    border-bottom: 2px solid var(--btn-color) !important;
    border-radius: 0px !important;
}

#exampleModal_form .form-group {
    padding: 0px;
}

#exampleModal_form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}