@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}

.how-we-value-heading {
text-align: center;
margin-bottom: var(--m30);
}

html{
    overflow-x: hidden;
}

.banner-wrapper{
    height: 100vh;
    position: relative;
    object-fit: cover;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    height: 100%;
    overflow: hidden;
}
.video-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button.carousel-control-prev,
button.carousel-control-next{
    display: none;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004a;
    z-index: 1;
}
.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;
        z-index: 1;
        position: relative;
}
.hero-content h1{
    font-family: var(--h1-font);
    font-size: 80px;
    width: 100%;
    margin: auto;
    text-shadow: 0px 0px 4px #000;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 2;
    position: relative;
}
.hero-content p{
    color: #ab8a62;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.05em;
    text-shadow: 0 0 3px #000000b3;
    text-transform: uppercase;
}
.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: 115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.search-bar form{
  position: relative;
  margin: auto;
  justify-content: center;
  width: 90%;
  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: 60px;
  border-radius: 40px;
}

.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(--other-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left: 32px;
 background: #fff;
 border: 0px solid #e0e0e0;
 font-family: var(--primary-font) !important;
}
.search-bar input#end_date {
 padding-left: 32px;
}

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

.search-bar i{
 color: var(--secondary-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 10px;
}

.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: 6px;
}
.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:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 border-radius: 0 40px 40px 0;
 border: 0.0625rem solid var(--btn-color);
}
.search-bar .col-3.srch-btn button.main-btn:hover{
    border-color:var(--btn-hover);
    transform: translateY(0px);
}
.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#guestsss {
 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 5px 0px #000;
}

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

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

#guestsss button.button1 {background: transparent;height: 30px;width: 30px;text-align: center;border-radius: 50%;font-size: 19px;line-height: 30px;margin-left: 0;border: 2px solid #000;color: #000;transition: all .3s;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;}
#guestsss 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-data{
    padding: 0px;
    padding-left: 28px;
    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: 8px;
    right: 1px;
    width: 1px;
    height: 15px;
    background: #999;
}
section.banner-wrapper .images-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: none;
}
section.banner-wrapper .images-sec img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}
.view-all-property {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.view-all-property a {
    font-size: 16px;
    text-decoration: underline;
    color: var(--white-color);
}
.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: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 56px !important;
                         z-index: 9;
                         background: transparent !important;
                     }
.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: var(--white-color) !important;
 border-color: var(--white-color) !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: 1000px !important;
    padding: 10px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 20px;
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      /*text-transform: capitalize;*/
      font-size: var(--f46);
      text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
      line-height: 1.3em;
      /* letter-spacing: 2px; */
      font-family: var(--secondary-font);
      /* font-weight: 600; */
      text-align: center;
      position:relative;
      text-transform: uppercase;
}
.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: 3;
}
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;
}
.owl-carousel .owl-stage-outer{
    padding-left: 0px;
    padding-right: 0px;
}
/*About css start*/
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: 20px;
    font-weight: bold;
}
section.about-us .abt-para {
    max-height: 330px;
    overflow: hidden;
}
section.about-us .about-content-sec {
    padding-right: 50px
}

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



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

section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    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: 0px 0 0px 0;
    width: 100%;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}
section.about-us {
    /* padding-top: 40px; */
    /* padding-bottom: 60px; */
    background: var(--lt-bg-color);
}
/*Property css*/
/*section.properties-list{
    padding-bottom: 40px;
}
.pro_sec_btn{
    margin-top: 50px;
    text-align: center;
}

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: center;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 p.desp {
    max-height: 60px;
    overflow: hidden;
}
section.home-list h3.title a{
    color: var(--territiary-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);}
*/

/*Reviews css*/

/*section.testimonial .bg-img {
    background: url('../images/judson.jpeg');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-7 {
    width: 100%;
}

section.testimonial .para {
    max-height: 115px;
    overflow: hidden;
}

section.testimonial {
    background: var(--white-color);
    position: relative;
    background: var(--lt-bg-color);
}

.testimonial h2 {
    color: var(--heading-color);
}

section.testimonial .col-6.cont-head {
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}

section.testimonial .head-sec {
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m20);
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -5px;
}

section.testimonial .icon img {
    height: 50px;
}

section.testimonial .testy {

    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}

section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}

section.testimonial .top-text {
    position: relative;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    display: flex;
}

section.testimonial .overlay {
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    height: 85%;
}

section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 0px;
    top: 10px;
    justify-content: center;
}

section.testimonial button.owl-prev {
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial button.owl-next {
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial button.owl-prev:hover,
section.testimonial button.owl-next:hover {
    background: var(--btn-hover) !important;
}

section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    -moz-transform: translate3d(-50%, -10px, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.testimonial .user-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07);
    padding: var(--p30);
    height: 280px;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border: 2px solid #e5e5e5;
}

section.testimonial .test-card p {
    color: var(--black-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}

section.testimonial .cont-sec {
    margin-top: var(--m20);
    text-align: center;
}

section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}

section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}

section.testimonial h3 {
    padding-left: 0;
    font-size: var(--f20);
    text-align: left;
    color: var(--secondary-color);
    margin-bottom: 0;
}

section.testimonial .container-fluid {
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
    text-align: left;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 121px;
    margin-bottom: 0px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
}

section.testimonial .para i {
    font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}

section.testimonial p.clt-name {
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}

section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height: 100%;
} */


/*end Review section*/

section.reviews-section{
    padding: 0 20px;
}
section.reviews-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button {
    width: 111px;
    height: 48px;
    padding: 0px !important;
    background-color: var(--btn-color) !important;
    border-radius: 0px !important;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
    padding: 14px 20px 14px 20px !important;
    font-size: 13px !important;
    color: #fff;
}
/*Faq css*/
section.faq-section .head-sec{
    text-align: center;
    margin-bottom: 20px;
}
section.faq-section .accordion-button{
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border-bottom: 0px solid ;
}
section.faq-section .accordion-flush .accordion-item{
    border: 0px solid;
}
section.faq-section .accordion-button::after{
   transform: rotate(268deg); 
}
section.faq-section .accordion-body{
    padding: 15px;
    color: var(--primary-color);
    line-height: 30px;
}
section.faq-section .accordion-button:not(.collapsed){
    background-color: transparent !important;
    box-shadow: inset 0 0 0 var(--bs-accordion-border-color);
    color: var(--secondary-color);
}
section.faq-section .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    background-image: url(../images/up-chevron.png);
}
/*Cta css*/
section.cta-sec {
    /* position: fixed; */
    padding: 0;
    height: 465px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}
section.cta-sec .overlay {
    background-color: #000000;
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.cta-sec .container{
    position: relative;
    z-index: 1;
}
section.cta-sec .content {
    text-align: center;
}
section.cta-sec .head-sec h2{
    color: var(--white-color);
}
section.cta-sec .head-sec{
    margin-bottom: 20px;
}
section.cta-sec p{
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
}
section.cta-sec ul.fees {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
section.cta-sec ul.fees li{
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-left: 20px;
    padding-right: 20px;
}
section.cta-sec ul.fees li::after{
    right: -20px;
    width: auto;
    left: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
section.cta-sec ul.fees li:not(:last-child)::after{
    content: "";
    border-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;

}
section.cta-sec a.button{
    width: 128px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    background: transparent;
    border: 1px solid var(--white-color);
}
section.cta-sec a.button:hover{
    background: var(--white-color);
    color: var(--secondary-color)
}
/*Project section css*/
section.project-section {
    background: #F8F9FB;
}
section.project-section .project-details {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
section.project-section .project-details img{
    width: 471px;
    margin-bottom: 30px;
}
section.project-section .project-details h3{
    font-size: var(--f22);
    color: var(--primary-color);
    margin-bottom: 20px;
}
section.project-section .project-details p{
    margin-bottom: 40px;
}
section.project-section .project-details a.button {
    width: 104px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/*Attracttion css*/
section.how-we-value-wrapp.atr {
    background: #F8F9FB;
}
section.how-we-value-wrapp.atr .head-sec{
    text-align: center;
    margin-bottom: 40px;
}
section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    
}
.how-we-value-wrapp h2{
    /* 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: 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 {
    margin-bottom: 0px;
    font-size: var(--f20);
    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);
}
    
.head-btn.mob{
    display: none;
}

/* about owner */


section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    color: var(--black-color);
    /* font-family: var(--heading-font); */
}

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: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    /* height: 431px; */
    /* object-fit: cover; */
    border-radius: 50px;
    transition: 0.5s all;
    /* border-radius: 50px; */
    object-fit: cover;
    max-height: 550px;
}

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(--f24);
    font-weight: 700;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid var(--btn-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.about-owner .abt-btn a.button {
    width: 150px;
}

/* att */

/*.attractions_wrapper1{
    padding-bottom: 0;
}
.attractions_wrapper{
    padding-top: 60px;
}
.attractions_wrapper a.main-btn{
    width:200px;
}
.attractions_wrapper h2{
    text-align:center;
}
.attractions_wrapper h3::after{
    left: 47%;
    bottom: -25px;
}

.attr_overlay{
}

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

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

.attractions_left{
    margin-bottom: 1.5rem;
}
.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

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

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

.attr_img:hover .attr-over p{
    display:block;
}

.line{
    display: none;
}

 .section-title h3{
text-align: center;
}


.attractions-item-wrap{
    margin-top: 20px;
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.more-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.more-properties .owl-carousel .owl-nav button.owl-next, .more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next i, .more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next, .more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}
.more-properties .owl-carousel .owl-nav button.owl-next i, .more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .head-sec h4{
    text-align: center;

}

.more-properties .head-sec{
    margin-bottom: 30px;
}

section.banner-wrapper h2{
    color: var(--white-color);
}*/

/* property list  */
/*
section.properties-list{
}
.pro_sec_btn{
    margin-top: 50px;
    text-align: center;
}
section.properties-list .head-sec{
    text-align:center;
    margin-bottom: 30px;
}
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: center;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 p.desp {
    max-height: 60px;
    overflow: hidden;
}
section.home-list h3.title a{
    color: var(--territiary-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);}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

section.properties-list .list-content {
    padding: 14px;
}

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 {
    color: var(--black-color);
    font-family: var(--secondary-font);
}

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

section.properties-list .property-list ul {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
}
section.properties-list .property-list li {
    font-size: 14px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


section.properties-list .property-list li span {
    margin-right: 0px;
}


section.properties-list .property-list li i {
    margin-right: 0;
    color: var(--black-color);
}


section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}


.price {
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: -.06em;
    margin-right: 0px;
    font-family: var(--heading-font);
}

section.properties-list .property-list .price p {
    margin-bottom: 0;
}

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 .pro-btn {
    margin-top: 0px;
}

.pro-btn {
    text-align: left;
    border-top: 0px solid #b7b5b5;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
}

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


section.properties-list .property-list li {
    flex-direction: column;
    gap: 5px;
}

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

section.properties-list .row{
    gap: 40px 0;
}
*/

.about_para{
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
    padding: 12px;
}

section.experience-sec {
    /* padding: var(--p60) var(--p12); */
    /* padding-bottom: var(--p20); */
    padding-top: 40px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
}

.experience img {
    margin-bottom: var(--m15);
    height: 47px;
}

.experience h4 {
    margin-bottom: var(--m15);
    font-size: var(--f16);
    font-weight: 600;
    font-family: var(--primary-font);
}

.experience h2 {
    text-align: center;
    margin-bottom: var(--m40);
}

.experience .img {
    display: inline-block;
}



/*Updated CSS */




/* Property Section Start */


section.studio-section {
    /* padding-top: 0; */
    background: var(--lt-bg-color);
    /* padding-bottom: 0; */
}
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: 40px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-end; */
    text-align: center;
}
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: #c59643;
    padding: 8px 12px;
    /* margin: 20px; */
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--white-color);
    border: 1px solid #c59643;
    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-nav .owl-next, section.studio-section .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    color: #111;
    font-size: 1.1rem;
    /* transform: translateY(-50%); */
    /* left: -23px; */
}
section.studio-section .owl-nav .owl-prev{
    left:60px;
}
section.studio-section .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.our-studio-section .head-sec {
    text-align: center;
    margin-bottom: 50px;
}

section.our-studio-section .head-sec h2 {
    /* color: var(--white-color); */
}

section.our-studio-section .container-fluid {
    padding: 0px;
}

section.our-studio-section .col-6 {
    /* padding: 0px; */
}

.studio-collection-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: 0.35s ease-in-out;
}

section.our-studio-section .collection-info {
    position: relative;
}

section.our-studio-section .studio-collection-content {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transition: opacity 0.3s; */
    /* background-color: #000000a3; */
}

section.our-studio-section .studio-collection-content .studio-view {
    max-width: 460px;
    margin: auto;
    text-align: center;
}

section.our-studio-section .studio-collection-content p.studio-info {
    font-size: 12px;
    color: var(--secondary-color);
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

section.our-studio-section .studio-collection-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--white-color);
}

section.our-studio-section .studio-collection-content p.studio-text {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}

section.our-studio-section .studio-collection-content a.main-btn {
    margin-top: 30px;
}

section.our-studio-section .collection-overlay:hover {
    background-color: #000000bd;
}

section.our-studio-section .collection-info .collection-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.our-studio-section .collection-info:hover .collection-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.our-studio-section .collection-info:hover .studio-collection-img img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

section.our-studio-section .collection-inner-img {
    overflow: hidden;
}

section.our-studio-section .collection-overlay {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: #000000a3;
}

section.studio-section .pro-img {
    height: 540px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    border-radius: 15px;
}

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: #00000054;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
section.studio-section .pro-img a:hover .pro-content{
    background: #0974cdc7;
}
section.studio-section h3{
    font-size: 28px;
    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);
}



/*Attraction Section Start */



/* location cards */

section.featured-pro {
  background:#fff;
}


section.featured-pro .head-sec {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{
/* color: var(--black-color); */
margin-bottom: 10px;
}
section.featured-pro .head-sec p{
 color: var(--black-color);
 text-align: center;
}
section.featured-pro .row{
  gap:20px 0;
  justify-content: space-between;
}
section.featured-pro .main-prop {
  position: relative;
  overflow: hidden;
}
section.featured-pro .prop-contt {
  position: relative;
}
section.featured-pro img.img-fluid {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
  transform: scale(1.14);
}
section.featured-pro .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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
section.featured-pro .pro-cont h4{
  color: var(--white-color);
}
section.featured-pro .pro-img a{
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
  display: block;
}
section.featured-pro .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--p24);
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
  position: absolute;
  bottom: -20px;
  width: 100%;
  padding-bottom: var(--p34);
  z-index: 1;
  transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
  color: var(--white-color);
  display: flex;
  gap: 5px;
  align-items: center;
}
section.featured-pro .pro-cont span i{
  color: var(--secondary-color);
}
section.featured-pro .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
  width: 97%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
section.featured-pro a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
  height: 550px;   
}
section.featured-pro .single {
  margin-top: var(--m40);
}
section.featured-pro .single a{
  top: 27px;
}
section.featured-pro .single .pro-cont{
  width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
  color: #E3E3E3;
  margin-right: var(--m3);
  font-size:var(--f14);
}
section.featured-pro .rating i.checked {
  color: #FCAF3D;
}
section.featured-pro .rating{
  margin-bottom:var(--m15);
  display: none;
}
section.featured-pro h3.title {
  font-size: var(--f28);
  line-height: 1.2;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
  color: var(--heading-color);
}
section.featured-pro p.adr {
  font-size: var(--f14);
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: var(--m20);
  line-height: 1.5;
  height:21px;
  overflow:hidden;
}
section.featured-pro ul {
  margin: 0 0 var(--m20);
  padding: var(--p20) var(--p20) var(--p15);
  padding-left: 0;
  padding-top: 3px;
  font-size: var(--f14);
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section.featured-pro i {
  margin-right: var(--m8);
}
section.featured-pro ul li{
  font-size: var(--f14);
  color: var(--white-color);
}
section.featured-pro h5{
  font-size: var(--f14);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
section.featured-pro .pro-img {
  position: relative;
  overflow: hidden;
  height: 450px;
}
section.featured-pro h5 span{
  font-weight: 600;
  font-size: var(--f24);
  color: var(--white-color);
}
section.featured-pro .featured i{
  margin-right: 0;
  cursor: pointer;
}

section.featured-pro .featured span {
  font-weight: 400;
  font-size: var(--f18);
  color: var(--white-color);
  background-color: transparent;
  padding: var(--p7) var(--p15);
  display: inline-block;
  border-radius: 5px;
  transform: rotate(-90deg);
  letter-spacing: .2em;
  border: 1px solid;
}
section.featured-pro .featured{
  position: absolute;
  top: 50px;
  right: -10px;
  z-index: 0;
}

section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}


section.featured-pro .main-prop:hover .line {
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


/*Review or testimonial section */


/*Testimonial css*/
section.testimonial .test-card h6{
font-size:18px;
}
section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 16%);
    padding: 40px 30px 40px;
    height: 100%;
    width: 100%;
    border-radius: 1.5625rem;
}
section.testimonial .owner-sec img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}
section.testimonial .owner-sec img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}
section.testimonial .head-sec{
    text-align:center;
}
section.testimonial{
    /* background: var(--lt-bg-color); */
}
section.testimonial .test-card p {
    /* color: var(--primary-color); */
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
    margin-bottom: 20px;
    text-align: center;
}

section.testimonial .pronamereview{
    /* display:none; */
}
p.pronamereview{
    font-family:var(--heading-font);
    color:var(--heading-color);
    
}
section.testimonial .owner-info h3{
    font-size: 20px;
    margin-bottom: 0px;
}
section.testimonial .read-more-btn{
    margin-bottom:10px;
    display:block;
}
section.testimonial span.rating-count i{
    font-size:13px;
    color: #FCAF3D;
}
section.testimonial .owner-sec {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.testy {
    margin: 30px auto 10px;
}


/*Our Property Section Start*/



/* property sec */

/*.properties-sec{
    padding: var(--p60) var(--p12);
}
.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m30);
}
.home-properties h2{
    margin-bottom: 0;
}
.home-properties img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s all;
}
.home-properties .property-image-slider11 {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
}
.home-properties .property-image-slider11:hover img{
    transform: scale(1.14);
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
    display: none;
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-carousel .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}

section.properties-sec .row{
    justify-content: center;
    gap: 30px 2%;
}

 section.properties-sec .property-card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    width: 32%;
    position: relative;
 }
 .bDjuux{
    background-color: var(--secondary-color) !important;
 }
 span.ButtonBase__Overlay-sc-p43e7i-4, button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.HeaderWriteReviewButton__WriteReviewButton-sc-a5mrro-1.iqYjDs.es-header-write-review-button{
    background-color: var(--white-color) !important;
 }
 .biFMWt{
    background-color: var(--secondary-color) !important;
 }
 .cJFroF{
    color: var(--white-color) !important;
 }
.home-properties .forward{
    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;
    color: var(--secondary-color);
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.home-properties .forward i{
    margin-right: 0;
}
.home-properties .pro-btn {
    text-align: center;
    margin-top: 30px;
}
.home-properties .pro-btn a.main-btn {
    width: 150px;
}*/

section.video_sec {
    padding-bottom: 20px;
}

section.testimonial .owl-theme .owl-controls .owl-nav [class*='owl-'] {
      background: #0197b2;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 50px;
    width: 50px;
    outline: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}


/* Attraction Section CSS */

.attraction_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.attraction_wrapper .row.m-0.attr-slider {
    justify-content: center;
}

.attraction_wrapper .section-title h3 {
    margin-bottom: 10px;
    
}
.section-title p {
    font-size: 20px;
    font-weight: 500;
}

.attraction-items {
    height: 100%;
    position: relative;
    transition: all .5s;
    overflow: hidden;
    box-shadow: 0px 0px 7px #666;
}
.attraction_wrapper .attraction-items img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out 0s;
}

.attraction-items:hover img {
    transform: scale(1.2);
}

.attraction_wrapper .attraction-items .attraction-item-wrap {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    min-height: 272px;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.3);
    transition: all .5s ease-in-out 0s;
    padding: 10px 15px;
}

.attraction-content {
    width: 100%;
    height: 97%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.attraction-items h5 {
    font-size: 1.5rem;
    height: 68px;
    color: var(--white-color);
    margin-bottom: 10px !important;
    font-weight: 600;
    text-shadow: 0px 0px 2px #000;
}


section.attraction_wrapper .btn1 .main-btn {
    background-color: transparent;
    width: 70%;
    margin: auto;
}


section.attraction_wrapper .btn1 .main-btn:hover {
    border-color:var(--secondary-color);
}

section.attraction_wrapper .upper-head {
    text-align: center;
    margin: 0 0 40px 0;
}

section.attraction_wrapper .upper-head p {
    font-size: 18px;
}


.carousel {
    position: relative;
    height: 100%;
}




/* Property Section Start */

section.home-list .pro-img {
    position: relative
}

section.home-list .overlay a,section.home-list .overlay i {
    font-size: var(--f18);
    color: var(--white-color)
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color)
}
section.home-list .prop-card{
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 32.5%;
    background: var(--white-color);
}
section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out
}

section.home-list .overlay a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

section.home-list .prop-card:hover .overlay {
    display: flex
}

section.home-list .row {
    justify-content: center;
    gap: 30px 1%;
}

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 0 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: 290px;
    object-fit: cover;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

section.home-list .pro-img a::after,section.home-list .pro-img a::before {
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: .5s;
    display: none;
    position: absolute;
    height: 100%;
    content: ""
}

section.about-owner img:hover,section.home-list .pro-img:hover img {
    transform: scale(1.14)
}

section.home-list .pro-img a::before {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    top: 15px;
    background-color: rgba(0,0,0,.05);
    width: calc(100% - 66px);
    left: 33px;
    transition: .5s
}

section.home-list .pro-img a::after {
    top: 8px;
    background-color: rgba(0,0,0,.1);
    width: calc(100% - 16px);
    left: 8px;
    transition: .5s
}

section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    border-radius: 0px 0px 0 0;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: var(--white-color);
    /* box-shadow: 0 1px 17px 0 rgba(0,0,0,.05); */
    margin-top: 15px;
    border-radius: 0;
}

section.home-list .amn {
    padding-top: 0;
}
.prop-view-btn{
    border-top: 1px dashed #36454f59;
    padding-top: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-view-btn .view p{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
}
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
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: auto;
    overflow: hidden;
    width: 98%
}

.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: 0 solid #36454f59;
    padding-bottom: 0
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f16);
    color: var(--secondary-color);
}
section.home-list .prop-view-btn a i{
color: var(--secondary-color);
}
section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

section.home-list .how-we-value-heading {
    text-align: center;
    /* margin: 0; */
}

section.home-list .amn {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    border-top: 0px solid #36454f59;
}

section.home-list h3.title a {
    /* color: var(--heading-color); */
}

section.home-list ul {
    margin: 0;
    padding: 0;
    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(--heading-color);
    font-size: 19px;
    width: 23px;
}

section.home-list ul li {
    font-size: var(--f16);
    /* font-weight: 500; */
    margin-bottom: 5px;
  color: var(--heading-color);
}

section.home-list h5 {
    font-size: var(--f15);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f20);
    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: #fff;
    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: 0;
    padding-bottom: 15px;
    /* color: var(--black-color); */
    /* font-weight: 700; */
    margin-bottom: 0
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: .03em;
    font-size: var(--f17);
    font-weight: 700;
    margin-bottom: 0
}
section.home-list .home-btn {
    text-align: center;
    margin-top: 30px;
}

.prop-view-btn{
    border-top: 1px dashed #36454f59;
    padding-top: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-view-btn .view p{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f16);
    color: var(--heading-color);
}
section.home-list .prop-view-btn a i{
color: var(--heading-color);
}

.abt-cont {
    padding-right: 5%;
}
.abt-co-img-left img {
    height: 370px;
    object-fit: cover;
  width:90%;
}
.abt-co-img-right img {
    position: absolute;
    right: 0;
    width: 336px;
    bottom: -130px;
    height: 300px !important;
    border: 12px solid #fff;
    object-fit: cover;
}
.abt-img {
    position: relative;
}
section.second-sec {
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: center;
}

.second-sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
   padding-right: 40px;
}

.left-s {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.left-s svg {
    width: 100%;
    height: 100%;
}

.left-s svg path {
    fill: var(--secondary-color) !important;
}

.middle-s h2 {
    /* font-size: 42px; */
    font-weight: 300;
    margin-bottom: 0px;
}

.right-s {
    padding-left: 30px;
}





/*About css start*/
section.about-us-top .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}
section.about-us-top span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
section.about-us-top .star-rating:before, section.about-us-top .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
section.about-us-top .star-rating:after {
    transform: rotate(35deg);
}
section.about-us-top p.head {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}
section.about-us-top .about-content-sec {
    padding-right: 50px;
}
section.about-us-top .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
}
section.about-us-top .about-content-sec a.main-btn:hover{
    /* transform: translateY(-4px); */
}
section.about-us-top .about-content-sec .abt-btn {
    margin-top: 40px;
}
section.about-us-top .about-image-sec img{
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}
section.about-us-top .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
section.about-us-top .about-image-sec .abt-img1 {
    margin: -50px 0px 30px -15%;
}
section.about-us-top .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us-top .abt-para h2{
  font-size:35px;
}

section.about-us-top{
 /* background: var(--lt-bg-color); */
 padding-top: 100px;
}


.ser-para.short {
  max-height: 370px;
  overflow: hidden;
  position: relative;
}

.toggle-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
section.testimonial-section .WidgetTitle__Header-sc-c581efe-2 {
    font-size: var(--f45) !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: var(--heading-color) !important;
}
section.testimonial-section .es-header-write-review-button{
  background-color: var(--btn-color) !important;
    border: 1px solid var(--btn-color) !important;
    box-shadow: inset 0 0 0 0 #F6F6F9 !important;
    padding: var(--p8) var(--p8) !important;
    border-radius: 0px !important;
}
section.testimonial-section .es-header-write-review-button:hover{
  background-color: var(--btn-hover) !important;
    border-color: var(--btn-hover) !important;
    box-shadow: inset 0 56px 0 0 var(--btn-hover) !important;
}
section.testimonial-section span.ButtonBase__Overlay-sc-f9fbfeb2-4{
   background-color: transparent !important;
}