/*video section*/

.banner-wrapper{
    height: 100vh;
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    height: 100%;
    overflow: hidden;
}
.banner-wrapper .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background-color: rgba(0, 0, 0, 0.4); 
    z-index: 0;
}
.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}
.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}
.hero-content{
        display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.hero-content h1{
    font-family: var(--heading-font);
    font-size: 60px;
    width: 90%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    margin-top: 50px;
}
.hero-content p{
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
.h-big {
   font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span{
    font-size: 96px;
}
.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.booking-area {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.search-bar form{
  position: relative;
  margin: auto;
  justify-content: center;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 40px;
  background: var(--white-color);
}

.search-bar select{
 font-size: 14px;
 color: var(--other-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 15px 0 10px;
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}

.search-bar input{
 font-size: 14px !important;
 color: var(--black-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left: 10px;
 background: var(--white-color);
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--black-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--black-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}

.search-bar .col-3{position: relative;width: 25%;padding-left: 10px;padding-right: 0;padding-top: 17px;padding-bottom: 17px;}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 7px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}


div#guestsss11 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

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

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

#guestsss11 button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss11 button.button11.button1 {
    margin-left: var(--m14);
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left: 8px;
 border-left: 1px solid white;
}
.search-bar button.main-btn {
 width: 97%;
 height: 55px;
 letter-spacing: 2px;
 border-radius:40px;
 cursor: pointer;
 border: 1px solid white;
 padding: .9722222222vw 0;
 text-align: center;
 margin-top: 5px;
}

.search-bar button.main-btn.close111 {
 height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: 10px;
 padding-right: 0;
 padding-top: 17px;
 padding-bottom: 17px;
 width: 50%;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: space-around  ;
}

div#guestsss1 {
 width: 100%;
 min-width: 250px;
 background: #FFF;
 padding: 20px;
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0rem;
 font-size: 18px;
 color: var(--secondary-color);
 cursor: pointer;
}
#guestsss1 button.main-btn.close1112 {
 height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 0px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}
#guestsss1 button.main-btn.btn.close1112:hover{
    background: var(--other-color) !important;
    border-color:var(--other-color) !important;
}
#guestsss1 .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 20px;
}

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

#guestsss1 button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: 19px;
 line-height: 30px;
 margin-left: 0;
 border: 1px solid #000;
 color: #000;
 transition: all .3s;
 cursor: pointer;
}
#guestsss1 button.button11.button1 {
 margin-left: 14px;
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }


.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}
.search-bar input#show-target-data1{
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
    height: 32px;
    border: 0px solid transparent;
    background-color: transparent;
}
.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}
.search-bar .check:before {
    position: absolute;
    content: '';
    top: -16px;
    right: 1px;
    width: 1px;
    height: 64px;
    background: var(--white-color);
}
/*start about*/

.about_wrapper{
   padding-top: 60px;
    padding-bottom: 60px;
}
.upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
    color: var(--heading-color);
}
section.card-sec .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.about_wrapper a.main-btn{
    width: 150px;
    text-align: center;
}
section.card-sec .upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}
.heading_sec{
    margin-bottom: 40px;
    text-align: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.subhead {
    color: var(--secondary-text);
    font-size: 18px;
    /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}



.about_wrapper h3{
    font-size: 2.25rem;
    /* color: var(--primary-color); */
    font-family: var(--heading-font);
}

.heading_sec h3{ 
    font-size: 40px;
    font-family: var(--heading-font);
}
.about_wrapper .heading_sec {
    margin-bottom: 0px;
    text-align: left;
}
.about_wrapper .abt-para {
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about_wrapper .heading_sec h3{
    line-height: 1.2;
    font-size: 36px;
    color: var(--heading-color);
}
.about_wrapper .col-lg-6.abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}
/*end about section*/
/*properties section css*/


section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}
section.home-list .overlay a{
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.home-list .overlay i{
    color: var(--white-color);
    font-size: var(--f18); 
}
section.home-list .prop-card:hover .overlay{
    display: flex; 
}
section.home-list .row{
justify-content: space-between;
gap: 30px 0;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}
section.home-list .view a{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 33%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 20px 20px 0 0;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}
section.home-list .rating{
    margin-bottom:0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}
section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow:hidden;
    width: 98%;
    font-family: var(--other-font);
}
section.home-list h3.title a{
    color: var(--secondary-color);
    /* font-family: var(--heading-font); */
}
.prop-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}
section.home-list p.adr {
   font-size: var(--f15);
   font-weight: 400;
   color: var(--para-color);
   margin-bottom: 0;
   line-height: 1.5;
   height: 22px;
   overflow: hidden;
   border-bottom: 0px solid #36454f59;
   padding-bottom: 0;
}
.prop-view-btn {
    padding-top: var(--p20);
}
.prop-view-btn a{
    text-decoration: underline;
    font-size: var(--f18);
}
section.home-list .descp{
    max-height: 60px;
    overflow: hidden;
}
section.home-list .how-we-value-heading {
    text-align: center;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
   padding-bottom: 15px;
   color: var(--heading-color);
   font-weight: bold;
   margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{line-height: 1.3;color: var(--secondary-color);letter-spacing: 0.03em;font-size: var(--f18);font-weight: bold;margin-bottom: 0px;font-family: var(--other-font);}
/* cta css */

section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;

}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--white-color);
}
section.cta .content p{
    color: var(--white-color);
}
section.cta .content .main-btn{
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* about casey */

section.about-casey{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
section.about-casey .about-shape {
    position: absolute;
    bottom: -77px;
    z-index: 9;
}





/* attractions */

:root{
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
  }
  .hero-section .head-sec{
    margin-bottom: var(--m30);
  }
.hero-section{
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: var(--white-color);
  }
  
  .hero-section .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  @media(min-width: 540px){
    .hero-section .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .hero-section   .card-grid{
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  .hero-section .card{
    list-style: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .hero-section .card:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .hero-section .card__background{
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .hero-section .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .hero-section .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .hero-section  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .hero-section .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .hero-section .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 0vw;
  }
  .hero-section .hero-btn a.main-btn{
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
  }
  .hero-btn {
    text-align: center;
    margin-top: 30px;
}

/* about owner css */

/*About owner css*/
section.about-owner {
    background: var(--white-color);
}
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;
}
section.about-owner .call-area {
    display: block;
}
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: 150px;
    text-align: center;
}


 /*Testimonial css*/
 .owl-carousel .owl-stage-outer{
    padding-left: 0;
    padding-right: 0px;
 }
 /*Testimonial css*/
section.testimonial {
    position: relative;
}
section.testimonial .head-sec {
    text-align: center;
}
section.testimonial  .head-sec p{
    color: var(--white-color);
}
section.testimonial  .head-sec h2{
    margin-bottom: 40px;
    color: var(--heading-color);
}
section.testimonial .icon{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {
margin: auto;
    margin-top: 0;
    width: 25px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    height: auto;
    overflow: hidden;
}
:root {
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
}
.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}
.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}
.sec-title p {
  font-size: 18px;
  line-height: 28px;
}
.section.testimonial  {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
section.testimonial  .owl-carousel {
  padding: 0px;
}

.single-testimonial {
  position: relative;
    z-index: 2;
    flex-direction: column;
    background: var(--white-color);
    border-radius: 10px;
    padding: 35px 30px;
    text-align: center;
    /* box-shadow: 0 0 10px #00000059; */
}
.item.single-testimonial h3{
    text-align: left;
    font-size: 20px;
}
.single-testimonial p {
      color: #333;
    font-size: 15px;
    line-height: 24px;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
  display: none;
}
.client-details h3{
    color: var(--black-color);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
section.testimonial p.testi-para {
    margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: var(--f13);
    line-height: 1.4;
    color: #999999;
    height: auto;
}
section.testimonial p.testi-date {
    margin-bottom: 0px;
    font-size: var(--f13);
    line-height: 1.4;
    color: var(--primary-color);
    height: auto;
    text-align: center;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
  display: none;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 15px;
}
.client-video h3{
    margin-bottom: 0;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #fff;
} 
 .owl-dots button {
  background: #525050 !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dot.active{
  width: 50px;
    background: #fff;
    border-radius: 10px;
    height: 12px;
}
.owl-dot.active span{
    width: 0 !important;
    background: #fff !important;
}
.owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.testimonial .owl-prev, section.testimonial .owl-next {
    border-radius: 100% !important;
    padding: 5px !important;
    border: 1px solid #000;
    left: auto;
    background: rgb(255 255 255 / 35%) !important;
    border-color: transparent;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 7px #00000033;
    width: 35px !important;
    height: 35px !important;
}
section.testimonial .overlay{
  background: transparent;
}
section.testimonial .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/*end Review section*/

/*Guests css start*/

.guests img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}
.guests .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.guests .col-6.guest-img {
    gap: 20px;
}
.guests .guest-inner {
    display: flex;
    justify-content: space-between;
}
.guests .guest-inner img{
    width: 48.5%;
}
.guests .col-6.guest-content {
    padding-left: 5%;
}
.guests .col-6.guest-content p{
    /* height: 120px; */
    overflow: hidden;
}
.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center;
}

.guest-content-section {
    height: 425px;
    overflow: hidden;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.edgtf-cut-off-effect.top {
    transform: rotate(180deg);
}

/*Attraction css*/

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 40px;
}
section.how-we-value-wrapp .head-sec p{
    margin-bottom: 0px;
}
.how-we-value-wrapp h2{
    color: var(--heading-color);
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
    position:relative;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
     color: #000;
    font-family: var(--primary-font);
    padding: 15px 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
.datepicker{
    left: 0;
}

section.how-we-value-wrapp.atr.rev .row{
    flex-direction: row-reverse;
}
/* section.how-we-value-wrapp{
    background: var(--lt-bg-color);
} */
section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    
}
.how-we-value-wrapp h2{
    /* color: var(--black-color); */
    /* font-weight: 500; */
    margin-bottom: 10px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: var(--p8);
    position:relative;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f20);
     color: var(--black-color);
    font-family: var(--primary-font);
    padding: var(--p15) 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: var(--white-color);
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m10);
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: var(--m30);
}

/* property sction  */

section.properties-list .head-sec h2 {
    text-align: center;
    color: var(--heading-color);
    margin-top: 40px;
    margin-bottom: 0;
}
section.properties-list .overlay{
    display: none;
}
section.properties-list .item {
    padding-top: 5px;
}

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

section.properties-list .property-list:hover {
    transform: translateY(-4px);
}

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

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

section.properties-list .property-list h3 a {
    color: var(--secondary-color);
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #142c3d;
    height: 24px;
    overflow: hidden;
}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.properties-list .property-list li {
    font-size: 14px;
    color: #142c3d;
}

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

section.properties-list .property-list li span {
    font-weight: bold;
    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 {
    transition: all ease-in-out 400ms;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffff70 !important;
}

section.properties-list button.owl-dot:hover {
    background: #ffffff !important;
}

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

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

.pro-btn {
    text-align: center;
    margin-top: 40px;
}

.property-view-btn {
    border-radius: 0;
    background-color: var(--btn-color);
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    width: 120px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    letter-spacing: 0;
    border: 1px solid var(--secondary-color);
}

.property-view-btn:hover {
    border: 1px solid var(--secondary-color);
    background: #000;
    color: var(--secondary-color);
}

.properties-list {
    padding-top: 10px;
    position: relative;
}

/*Booking seciton*/
.booking_sec{
    background-image: url(../images/hero_Kauai.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    padding: 0px 0px;
}

.booking_sec h3{
    color: var(--text-white);
    margin-top: 20px;
    font-size: 35px;
}

.booking_sec .main-container {
    padding: 0px 0px;
    background-color: rgba(0,0,0,0.3);
}

.booking_img{
    position: absolute;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -24%;
    box-shadow: 0px 0px 0px 10px #ffffff85;
}
.booking_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display:none;
}

.bookin_box h2{
    line-height: 1.2;
    font-size: 2rem;
    border-left: 0px solid #fff;
    padding-left: 0px;
    font-weight: 700;
    font-family: var(--primary-font);
}
.bookin_box p{
font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.bookin_box a{
    margin-top: 0rem !important;
    margin-bottom: 0px !important;
}
.booking-right_sec{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    color: #fff;
    width: 100%;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.booking-right_sec p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.booking-right_sec h2{
    font-size: 55px;
    line-height: 1.2;
    border-left: 3px solid #fff;
    padding-left: 29px;
    color: white;
}



/*end bookind section*/
/* testimonial */
section.testimonial {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: var(--lt-bg-color);
}
section.testimonial .row {
    position: relative;
    align-items: center;
}
.testimonial .content-area {
    padding: 40px 40px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width: 49%;
    z-index: 2;
    transition: ease .25s;
}
section.testimonial img {
    width: 70%;
    height: 140%;
    object-fit: cover;
    position: absolute;
    right: 0;
}

.arrows i{
    font-size: 25px;
    color: var(--secondary-color);
}

.arrows {
    display: flex;
    justify-content: end;
    gap: 18px;
}

.how-we-value-heading p{
    text-align: center;
}

.how-we-value-heading .head{
    text-align: center;
    color: var(--secondary-color);
}


/* gallery starts */
.arrow-mask-wrap {
    width: 110px;
    height: 22px;
    position: absolute;
    top: 30px;
    z-index: 0;
    transition: clip-path 0.6s cubic-bezier(0.785,0.135,0.15,0.86);
}
.arrow-mask-right {
    left: 250px;
    clip-path: inset(0px 0 0px 0);
}
.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
section.gallery .col-3.md-12.sm-12{
    width:30%;
}
.shape-img {
    padding-top: 20rem;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}
.shape-img img{
    width: 63%;
    height: 200px;
    display: none;
}

section.gallery .col-9.md-12.sm-12{
    width:70%;
}
.gallery .rev{
justify-content: space-between;
}
.gallery #second{
    padding-top:var(--p20);
}
.gallery .rev .col-7{
    border: 1px solid #080816;
    width:57%;
    margin-bottom: 10px;
    padding:5px;
}
.gallery .rev .col-5{
    border: 1px solid #080816;
     width:40%;
     margin-bottom: 10px;
     padding:5px;
}
.gallery .rev .col-7 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
}
.gallery .rev .col-7 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
    transform: scale(1);
    transition: 0.5s;
}
.gallery .rev .col-7 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img {
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor:pointer;
     overflow:hidden;
}
.gallery .rev .col-5 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-5 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
     transform: scale(1);
    transition: 0.5s;
    cursor:pointer;
}

.gallery .rev .col-6{
    border: 1px solid #080816;
    width:49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}
.gallery .rev .col-6 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}

a.gallery-btn{
    font-size:var(--f18);
    margin-top:var(--m30);
    color: var(--other-color);
}
a.gallery-btn .fa-solid, .fas{
    
}


section.home-gallery span {
    text-align: right;
    display: block;
}

section.home-gallery .col-5 {
    padding-left: var(--p40);
    padding-right: var(--p40);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.home-gallery p{
    font-weight: 300;
}
section.home-gallery a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
}

section.home-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0 var(--p2);
}
section.home-gallery .slick-prev:before, section.home-gallery .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: var(--black-color);
}
section.home-gallery .slick-prev, section.home-gallery .slick-next{
    z-index: 1;
}
section.home-gallery .slick-prev {
    left: 10px;
}
section.home-gallery .slick-next {
    right: 28px;
}
section.home-gallery .content {
    height: 225px;
    overflow: hidden;
}
section.gallery .head-sec{
  position: relative;
  text-align: left;
}
section.gallery .head-sec h2 {
    font-size: var(--f60) !important;
    text-align: left;
}


/* blog section */
.yacht-section{
    padding-left: 0;
    padding-right: 0;
}
.yacht-section .container-fluid{
padding-left: 0;
    padding-right: 0;
}
section.yacht-section .yacht-list {
    height: 500px;
    background-image: url(../images/yacht1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}
.yacht-section .head-sec{
    margin: 0 auto;
    max-width: 830px;
    margin-bottom: 70px;
}
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 0px rgb(0 0 0 / 20%);
}
section.yacht-section .yacht-content p{
    color: var(--white-color);
}
section.yacht-section .yacht-content .head a{
    color: var(--white-color);
}

/* .head-sec{
    margin-bottom: 50px;
} */

.item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: block;
    height: 100%;
    justify-content: center;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

/* Modal background */
.modal {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    justify-content: flex-start;
    align-items: center;
}


.modal-content {
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    position: relative;
    max-width: 510px; 
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.modal-content p{
    text-align: center;
 
}

.modal.show .modal-content {
    transform: translateX(0);
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

 .yacht-content h4 a{
    color: var(--white-color);
}

.unique-section{
background-color: var(--lt-bg-color);
}

.unique-content h5{
    color: var(--secondary-color);
}
.unique-content{
    height: 200px;
    margin-top: 40px;
}
.unique-content p{
    padding-right: 60px;
}

.properties-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}
section.properties-list .property-list .rating img{
    width: 25px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 0;
}
.properties-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}
.adr-rev p{
    margin-bottom:0px;
}
.rate-review{
    display:flex;
    align-items:center;
    gap: 10px;
}
.properties-list .rating{
    margin-bottom:0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
    display: flex;
    align-items: center;
    gap: 3px;
}
#myModal{
    background: rgba(0, 0, 0, 0.70);
}
#myModal .modal-dialog {
    max-width: 580px;
    padding: 25px;
}
#myModal .modal-content {
    border-radius: 0 0 10px 10px;
}
#myModal .modal-body {
    padding: 0px;
    border-radius: 0px;
}
#myModal .modal-image img{
    width: 100%;
}
#myModal .modal-upper .col-6{
    padding: 10px;
}
#myModal .modal-upper .modal-left{
    padding-right: 5px;
}
#myModal .modal-upper .modal-right{
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#myModal .modal-upper img{
    width: 100%;
}
#myModal .modal-upper .modal-right img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
#myModal .modal-upper .modal-left img{
width: 100%;
height: 100%;
object-fit: cover;
    }
#myModal button.btn-close {
    width: 41px;
    height: 41px;
    border: 2px solid var(--territiary-color);
    border-radius: 100%;
    padding: 0px;
    position: absolute;
    right: -30px;
    top: -30px;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#myModal .popup-content {
    padding: 40px;
}
#myModal .popup-content h3{
    font-size: var(--f36);
    text-align: center;
    line-height: 1;
    margin-bottom: 45px;
    letter-spacing: 1px;
}
#myModal .popup-content p{
    text-align: center;
    margin-bottom: 46px;
}
#myModal form input{
    background-color: #EFF2F5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EFF2F5;
    border-radius: 10px 10px 10px 10px;
    color: #00545F;
    padding: 22px 20px 22px 20px;
    width: 100%;
}
#myModal button.main-btn{
    width: 144px;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#myModal form.newsletter-data {
    display: flex;
    align-items: center;
    gap: 5px;
}
section.studio-section .container-fluid{
    padding:0px;
}
section.studio-section .head-sec-left {
    width: 100%;
    text-align: center;
    max-width: 830px;
    margin: auto;
}
section.studio-section .head-sec-left p{
    text-align: center;
}
section.studio-section .head-sec-right {
    max-width: 645px;
}

section.studio-section .head-sec {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
section.studio-section .head-sec a.head-btn{
    font-size:22px;
}
.studio-details {
    overflow: hidden;
    border-radius: 6px;
}

section.studio-section .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}

section.studio-section .studio-image:hover {
    background-size: cover;
    transform: scale(1.1);
}

section.studio-section .studio-content {
    padding: 30px 30px;
    /* position: absolute; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.studio-section .studio-content:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

section.studio-section .studio-content h5 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    height: 72px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-content h5 a {
    color: var(--white-color);
    font-family: var(--heading-font);
}

section.studio-section .pro-img .studio-list img {
    width: 30px;
    height: auto !important;
    transform: scale(1);
}

section.studio-section .studio-list p {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0px;
    line-height: 28px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.studio-section .pro-para p{
    font-size:16px;
    margin-bottom: 15px;
}
section.studio-section .studio-info {
    /* display: flex; */
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}

section.studio-section p.studio-price {
    /* font-size: 28px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color); */
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary-color);
    padding: 3px 12px;
    /* margin: 20px; */
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    z-index: 1;
}

section.studio-section .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.35;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0.2s;
    border-radius: 100%;
}
section.studio-section .owl-dots .owl-dot span:hover{
    opacity: 0.7;
}
section.studio-section .owl-dots .owl-dot.active span {
    opacity: 1;
}
section.studio-section .owl-dots .owl-dot.active span:hover {
    opacity: 1;
}
section.studio-section .owl-dots {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

section.studio-section .owl-controls .owl-nav .owl-next, section.studio-section .owl-controls .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    background: var(--white-color) !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    color: #111 !important;
    font-size: 1.1rem;
    /* transform: translateY(-50%); */
    /* left: -23px; */
}
section.studio-section .owl-controls .owl-nav .owl-prev{
    left:60px;
}
section.studio-section .owl-controls .owl-nav .owl-next{
    right:60px;
}
section.studio-section .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}
section.studio-section .owl-theme .owl-controls .owl-nav .owl-next {
    /* left: auto; */
    /* right: -23px; */
}
section.studio-section .other-btn{
    font-size:14px;
    color:var(--heading-color);
    margin-bottom: 5px;
    display: inline-block;
}
section.studio-section .other-btn i{
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.studio-section .other-btn:hover i{
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
section.our-studio-section {
    padding-top: 110px;
    background: var(--white-color);
}
section.studio-section {
    padding-left: 0;
    padding-right: 0;
}
section.studio-section .pro-img {
    height: 540px;
    overflow: hidden;
    margin-bottom: 0;
}

section.studio-section .pro-img img{
    height: 540px;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.35s ease-in-out;
}
section.studio-section .pro-content{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    background: #0000004d;
    justify-content: center;
    align-items: center;
}
section.studio-section .pro-img a:hover .pro-content{
    background: #33322de6;
}
section.studio-section h3{
    font-size: 2rem;
    font-weight:400;
    text-align: center;
    margin-bottom:0px;
    color: var(--white-color);
    /* height: 72px; */
    max-width: 50%;
    /* overflow: hidden; */
}
section.studio-section h3 a{
    color:var(--heading-color);
    font-family:var(--heading-font);
}
section.studio-section h3 a:hover{
    opacity: 0.6;
}
section.studio-section .pro-img a:hover img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.gallery_section{
    background-color: var(--lt-bg-color);
    padding-left: 0;
    padding-right: 0;
}
.gallery_section .container-fluid{
    padding:0px;
}
.gallery_section .head-sec{
    text-align: center;
    margin: 0 auto;
    max-width: 830px;
    margin-bottom: 70px;
}
.gallery_section .head-sec img{
    width:56px;
    margin-bottom:20px;
}
.gallery_section .head-sec p{
    text-align: center;

}
.gallery-btn{
    text-align:center;
}
.gallery_section a.main-btn {
    width: 200px;
    margin-top: 30px;
}
.studio-price span{
    font-size: 14px;
    position: absolute;
    top: 0;
    
}
.gallery_section #more-slide img{
    width:100%;
    height:620px;
    object-fit:cover;
}
.gallery_section .owl-nav .owl-prev,  .gallery_section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}


.gallery_section .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery_section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery_section .owl-dots .owl-dot.active {
  background-color: #000;
}
.gallery_section .owl-dots .owl-dot:focus {
  outline: none;
}
.gallery_section .owl-nav .owl-prev,  .gallery_section .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 99px !important;!i;!;
    box-shadow: 0 2px 40px -10px rgb(83 54 36 / 19%);
    width: 60px;
    height: 60px;
    background: var(--white-color) !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #111 !important;
    font-size: 1.1rem !important;
}
.gallery_section .owl-nav .owl-prev {
  left: 7.5%;
}
.gallery_section .owl-nav .owl-next {
  right: 11.4%;
  left: auto;
}
.gallery_section span {
    /* font-size: 70px; */
    /* position: relative; */
    /* top: -5px; */
}
.gallery_section .owl-nav button:focus {
    outline: none;
}

.gallery_section .item {
    width: 100%;
}

section.attraction-section {
    background: url("../images/attraction-bg.webp");
    background-position: center center;
    background-size: cover;
    padding: 60px 0px 490px 0px;
    margin-bottom: -440px;
    position: relative;
}
section.attraction-section .head-sec{
    text-align: center;
    max-width: 800px;
    margin: auto;
    text-align: center;
    position: relative;
    color:var(--white-color);
}
section.attraction-section .head-sec h6, section.attraction-section .head-sec h2{
    color:var(--white-color);
}
section.attraction-section .bg-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.attraction-section .head-sec img{
    width: 56px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
section.attraction-section .head-sec span{
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
section.attraction-section .head-sec h2{
    margin-bottom: 20px;
}
section.attraction-section .head-sec p{
    text-align: center;
    color: var(--white-color);
}
section.attraction-inner {
    z-index: 1;
    position: relative;
    padding-top: 0;
}
section.attraction-inner .col-4{
padding-left: 20px;
padding-right: 20px;
padding-top: 50px;
}
section.attraction-inner .col-4:first-child{
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
    }
    section.attraction-inner .col-4:last-child{
        padding-left: 40px;
        padding-right: 0px;
        padding-top: 0px;
        }
        section.attraction-inner .attraction-image img{
            width: 100%;
            height: 590px;
            object-fit: cover;
            transition: 0.35s ease-in-out;
        }
        section.attraction-inner .attraction-border{
            position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary-color);
    transform: translate(-10px, -10px);
    transition: all 0.3s;
    will-change: transform, width, height;
    z-index: 1;
        }
        section.attraction-inner .attraction-upper{
            position: relative;
        }
        section.attraction-inner .attraction-content {
            text-align: center;
            padding-top: 30px;
        }
        section.attraction-inner .attraction-content h3{
            font-weight: 400;
            font-size: 32px;
        }
        section.attraction-inner .attraction-content h3 a{
            color: var(--heading-color);
            font-family: var(--heading-font);
        }
        section.attraction-inner .attraction-content p{
            text-align: center;
        }
        section.attraction-inner .attraction-content p a{
            text-align: center;
            /* color:var(--white-color); */
        }
        section.attraction-inner .attraction-content a.cta-btn {
            padding: 7px 0;
            height: auto;
            background: none;
            /* color: var(--white-color); */
            border-radius: 0;
            position: relative;
        }
        section.attraction-inner .attraction-content a.cta-btn::before{
            position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--secondary-color);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
        }
        section.attraction-inner .attraction-content a.cta-btn:hover::before{
            -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
        }
        section.attraction-inner .attraction-info:hover .attraction-border{
            -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
            -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
            transform: translate(calc(0px - -10px), calc(0px - -10px));
            width: calc(100% + -10px* 2);
            height: calc(100% + -10px* 2);
        }
        section.attraction-inner .attraction-info:hover .attraction-image img{
            -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
        }
        section.attraction-inner .attraction-image {
            overflow: hidden;
        }

        
section.review-section {
    /* padding-top: 90px; */
    background: url("../images/review-bg.webp");
    background-size:cover;
    background-repeat:no-repeat;
    /* padding-bottom: 90px; */
    position: relative;
}
section.review-section .review-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}
section.review-section .section-shape {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
}

section.review-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.review-section .review-star img {
    width: 20px;
    height: 20px;
}

section.review-section .review-star {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    gap: 5px;
}

section.review-section .review-info {
    max-width: 720px;
    margin: auto;
    text-align: center;
}

section.review-section .review-text p {
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: var(--white-color);
    font-family: var(--heading-font);
}

section.review-section .review-owner img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50%;
}

section.review-section .review-owner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

section.review-section .review-owner h5 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--white-color);
}

section.review-section .review-owner p {
    margin-bottom: 0px;
    font-size: 13px;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 20px;
}

section.review-section .owl-prev,
section.review-section .owl-next {
    background: transparent !important;
    /* font-size: 41px; */
    padding: 0 !important;
    margin: 0 !important;
}

section.review-section .owl-prev i,
section.review-section .owl-next i {
    font-size: 41px;
    color: var(--white-color);
    opacity: 1;
    position: absolute;
    left: 10px;
    top: 40%;
}

section.review-section .owl-next i {
    left: auto;
    right: 10px;
}
section.review-section .owl-dots {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


section.review-section .owl-dots button{
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.35;
}
section.review-section .owl-dots button.active{
    opacity:1;
}