/*video section*/
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    width: 100%;
    height: 100%;
}

.video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#play,
#pause {
    display: none;
}


/* search bar css */

.booking-area {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: var(--m20);
    border-radius: 40px;
}

.search{
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.search .col-3{
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
}
.search .col-3:first-child, form.Search-bar .checkbar{
    border-right: 1px solid #cccccc;
}
.search span{
    font-size: 14px;
    font-family: var(--primary-font);
    color: #000;
    font-weight: 500;
}
form.Search-bar {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    background:var(--white-color);
    padding: var(--p10);
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 0;
}
form.Search-bar .checkbar{
    display: flex;
    width: 33%;
    gap: 10px;
    position: relative;
    padding-top: 0;
}
form.Search-bar .people{
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
form .adult_field {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 25%;
    border-right: 1px solid #cccccc;
}
form.Search-bar .people label{
    text-align: center;
    width: 100%;
}
form.Search-bar .people .adult{
    width: 50%;
    flex-direction: column;
    display: block;
}
form.Search-bar .people .Children{
    width: 50%;
}
form.Search-bar  .check-out{
    width: 50%;
}
form.Search-bar  .check-in{
    width: 50%;
}
form.Search-bar input, form.Search-bar select{
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    font-family: var(--primary-font);
    color: #999;
}
form.Search-bar input:focus-visible, form.Search-bar select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
} 
form.Search-bar .people button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--btn-color);
    width: 25px;
    height: 25px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--btn-color);
    margin-left: 0;
}
form.Search-bar .people button.disabled {
    opacity: 0.3;
}
form.Search-bar .col-3.pets-field{
    width:15%;
}
form.Search-bar .col-3.pets-field label{
    text-align:center;
    display: inline-block;
    width: 100%;
}
form.Search-bar .sub-btn{
    width: 16%;
    /* align-items: center; */
    justify-content: end;
    display: flex;
    align-items: center;
    padding-right: 0;
}
form.Search-bar .adult-box {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: center;
}
form.Search-bar .adult-box input{
    text-align: center;
    width: 35px;
    background: white;
    height: 25px;
}
form.Search-bar .submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
form.Search-bar .submit-btn button{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 0;
    background: var(--btn-color);
    font-size: var(--f14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
form.Search-bar .submit-btn button:hover{
    /* border-radius: 0px; */
  background: var(--btn-hover);
}
form.Search-bar label{
    font-size: var(--f14);
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--black-color);
}
form.Search-bar .pets-info {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}
form.Search-bar input::placeholder{
    font-size: var(--f13);
}
form.Search-bar .people .inc{
    border: 1px solid var(--btn-color); 
} 
form.Search-bar .pets-list{
    display:flex;
    align-items:center;
    gap:5px;
}
form.Search-bar .pets-list p{
    margin-bottom:15px;
    margin-bottom:0;
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                         position: absolute;
                         width: 100%;
                         height: 22px;
                         left: 0;
                         bottom: 2px;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 25px !important;
                         z-index: 9;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

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

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

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

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

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

@keyframes move {
25% {
 opacity: 1;

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

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

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

@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: baseline;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 0;
    flex-direction: column;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f70);
    letter-spacing: 2px;
    font-family: var(--video-font);
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #000;
}

.video-cont h1 span {
    color: var(--white-color);
}

.video-cont p {
    margin-bottom: var(--m20);
    margin-top: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f18);
    text-align: center;
    text-shadow: 0 0 3px #000;
}

.video-cont .play {
    color: var(--black-color);
    font-size: var(--f15);
}

.video-cont .play-video {
    display: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}

.video-cont .play-video .line {
    height: 1px;
    width: 50px;
    right: 3px;
    background: var(--black-color);
}
/* cloud video */

section.cloud-video{
    padding: 0;
    position: absolute;
    bottom: -235px;
    display: none;
}
section.cloud-video img{
    width: 100%;
}


/*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: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}

.about_wrapper .col-lg-6.text-center.text-lg-start p {
    margin-bottom: 15px;
}

.subhead {
    color: var(--secondary-text);
    font-size: 18px;
}

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

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


section.featured-pro {
    background: #f7f7f7;
    position: relative;
}
.calendar{
    margin-top: var(--m40);
    justify-content: space-between !important;
}
.calendar .col-6{
    width: 49%;
}

.price-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}
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: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
    border-radius: 15px;
}
section.featured-pro img.img-fluid {
    position: relative;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
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: -1px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
    border-radius: 15px 0 15px 15px;
}
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;
    transition: 0.5s all;
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}
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;
}



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

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.how-we-value-wrapp h2 {
    color: #000;
    margin-bottom: 0px;
}

.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 .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: 23px;
    color: #000;
    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;
}

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


/*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 {
    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: 30px;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

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

section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}

.datepicker {
    left: 0;
}

/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section .image-section .img-box {
    position: relative;
}

.about-section .image-section .img-box + .img-box {
    margin-left: 60px;
}

.about-section .image-section .img-box img {
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
}

.about-section .image-section .img-box .no-class {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ef3f3e;
    padding: 5px;
    left: -15px;
    -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
    box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    margin-bottom: 0;
    font-weight: 700;
}

.about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
}

.about-section .about-text h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-style: italic;
    color: #adadad;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px;
}

.about-section .about-text h5 span {
    color: #ef3f3e;
}

.about-section .about-text h3 {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0.001em;
    margin-bottom: 35px;
}

.about-section .about-text h2 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #ef3f3e;
    font-weight: 800;
    margin-bottom: 35px;
}

.about-section .about-text p {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px;
}

.about-section.three-image .about-text {
    padding-left: 20px;
}

.about-section.three-image .about-text h5 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px;
}

.about-section.three-image .about-text h2 {
    color: black;
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
}

.about-section.three-image .about-text h2 span {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: lowercase;
    margin-bottom: 0;
    display: block;
    margin-top: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.about-section.three-image .about-text p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
    bottom: -40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) {
    margin-top: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) .title-box {
    top: -40px;
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-width: 162px;
}

.about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: black;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px;
}

.about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray;
}

.about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px;
}

.about-section.about_page .about-text .title-3 .title-label {
    text-transform: uppercase;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
    box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
}

.about-section.about_page .about-text h2 {
    font-weight: 700;
}

.about-section.about_page .about-text h2 span {
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    margin-top: 20px;
}

.about-section.about_page .about-text .buttons-about {
    margin-top: 45px;
}

.about-section.about_page .about-text .buttons-about .btn + .btn {
    margin-left: 20px;
}

.about_section .about_img {
    position: relative;
    margin: 0px 0;
    background: var(--secondary-color);
    border-radius: 0 25%;
    padding: 0%;
    border: 25px solid var(--secondary-color);
    overflow: hidden;
}

.about_section .about_img img {
    border-radius: 25px;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about_section .about_img .side-effect:after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect:before {
    content: "";
    position: absolute;
    top: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    left: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img .side-effect span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    right: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
    top: 0;
    left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
    bottom: 0;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_content {
    margin-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.about_section .about_content h5 {
    font-size: var(--f28);
    /* color: var(--black-color); */
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
}

.about_section .about_content h5:before {
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--secondary-color);
}

.about_section .about_content h5 span {
    color: var(--other-color);
}

.about_section .about_content h2 {
    color: black;
    font-weight: 800;
    text-transform: capitalize;
}

.about_section .about_content p {
    color: #464646;
    line-height: 1.9;
    font-weight: 300;
    font-size: var(--f16);
}

.about_section .about_content .about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .about_content .about_bottom h6 {
    margin-left: 25px;
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.about_section .about_content .about_bottom a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    text-align: center;
    margin-bottom: 0;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

.atr-btn {
    text-align: center;
    margin-top: 30px;
}

.atr-btn a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

/* about  */
.about_wrapper {
    padding: 80px 0;
}

.about_wrapper .line {
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_wrapper h2 {
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}

.about-pd-r {
    padding-left: 4.5rem;
}

.border-box {
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    right: 46px;
    border-radius: 50%;
    background-image: radial-gradient(#2740619e, #2740612b);
    box-shadow: 0px 0px 179px #274061;
    display: none;
}

.about_wrapper .borders {
    margin: 0;
}

.img-2 {
    aspect-ratio: 1.3;
    object-fit: cover;
    height: 415px;
    position: relative;
    object-position: center;
    width: 55%;
}

.img-1 {
    object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}

.about-img-0 {
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 0 !important;
}

.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.about-dec {
    margin-top: 0rem;
}

/* property */
.property_wrapper {
    background: #fff;
    padding-top: 0;
}

.property_wrapper .row {
    gap: 1.5rem;
}

.property_wrapper .text-center a.main-btn {
    width: 200px;
}

.property_wrapper .property-items {
    position: relative;
    background: #f4f4f4;
    height: 285px;
}

.property_wrapper .col-md-6 {
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 48.5%;
}

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

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

.property_wrapper.property-2 {
    background: #fcfcfc;
}

.property_wrapper .property-items.rght {
    border-radius: 0 20px 20px 0;
}

.property-2 .border-box {
    left: 0;
}

img.border-corner {
    width: 42%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}

.property_wrapper.property-2 .border-corner img {
    right: auto;
    left: 0;
    transform: rotate(270deg);
    object-fit: cover;
}

.property_wrapper .property-items img.pro {
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
}

.pro-slider.slick-slider .slick-list, .pro-slider.slick-slider .slick-track {
    height: 100%;
}

.pro-slider .slick-prev:before {
    content: "Ã¯Ââ€œ";
}

.pro-slider .slick-prev:before, .pro-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dash {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #060606;
}

.property-content h5 {
    line-height: 30px;
    color: var(--other-color);
    margin-bottom: 10px;
    text-align: left;
    font-family: var(--heading-font);
    position: relative;
    height: 31px;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--other-color);
    text-transform: uppercase;
    overflow: hidden;
}

.property-content h5::after {
    content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: -20px;
    position: absolute;
    left: 0;
    display: none;
}

.property-content .borders {
    margin: 0;
    margin-bottom: 1.2rem;
}

.property-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.rates {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.price span {
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text);
    letter-spacing: 0px;
    text-transform: uppercase;
}

.r-price {
    text-align: center;
}

.pro-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    border: none;
    color: var(--secondary-color);
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.property_wrapper .property-items button.slick-prev.slick-arrow {
    left: 10px;
}

.pro-slider .slick-next.slick-arrow {
    right: 10px;
}

.amenities_home div i {
    color: var(--btn-color);
    margin: auto;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.amenities_home>div {
    margin: 0 0px 3px 0;
    display: flex;
    grid-template-columns: 1fr 10fr;
    gap: 10px;
    align-items: center;
}

.amt-num, .amt-type {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-black);
}

.from-text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.price-wrapper {
    text-align: left;
    display: block;
    margin-bottom: 0rem;
}

span.price_name {
    color: var(--black-color);
    font-size: 13px;
}

.amenities_home {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}

.property-item-wrap {
    position: relative;
    right: 0px;
    max-width: 100%;
    z-index: 1;
    /* border-radius: 0 20px 20px 0; */
    text-align: center;
    background: var(--bg-white);
    border: 0px solid #e7e7e7;
    padding: 0px !important;
    padding-top: 16px !important;
}

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

.pro-btn1 {
    text-align: center;
    padding-top: 16px;
}

.pro-btn1 .main-btn {
    padding: 12px 39px;
}

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

.btn-icon:hover {
    background: var(--secondary-color);
    color: var(--text-white);
}

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

/* attr */
.attractions_wrapper1 {
    padding-bottom: 0;
}

.attractions_wrapper {
    padding-top: 100px;
}

.attractions_wrapper a.main-btn {
    width: 200px;
}

.attractions_wrapper h2 {
    text-align: center;
}

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

.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;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.attr_img:hover img {
    transform: scale(1.2);
}

.attr-over h4 {
    color: var(--text-white);
    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(--text-white);
    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;
}



.review_sec .section-title {
    margin-bottom: 0px;
    text-align: left;
}

.review_sec .section-title .line {
    background: var(--bg-white);
    margin-left: 0px;
}

.review_sec .section-title h3 {
    font-size: 30px;
    color: var(--text-white);
    line-height: 43px;
    margin-bottom: 0px;
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.testiSlide .slick-arrow {
    display: inline-block !important;
    z-index: 99;
    background: #fff;
    padding: 8px 14px;
    border-radius: 50%;
    opacity: 0.7;
    color: #6e6c6c;
}

figure.testimonials blockquote p {
    margin: 0;
    color: var(--text-white);
}

.user-review {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}

.owl-carousel .owl-item .user-review img {
    max-width: 100%;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px #273656;
}

.user-review .peopl h3 {
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 0rem;
    color: var(--text-white);
    line-height: 1.5;
}

.user-review .peopl p {
    opacity: 1;
    color: var(--text-white);
    margin: 0;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--btn-hover);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 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: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.about-us {
    padding-top: 110px;
    background: #fff;
}

section.properties-list .property-list {
    background: #383838;
    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 .property-list:hover {
    transform: translateY(-4px)
}

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 .head-sec {
    margin-bottom: 40px;
}

section.properties-list .row {
    gap: 30px 0;
    justify-content: center;
}

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(--white-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 {
    display: flex;
    align-items: center;
    gap: 15px
}

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

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}

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

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

section.properties-list .property-list .pro-btn {
    margin-top: 0px
}

section.properties-list .property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}

section.properties-list .property-list a.main-btn:hover {
    transform: translateY(0px);
}

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

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

section.galleries-section .gallery-details {
    flex: 0 0 auto;
    width: 23.5%;
}

section.galleries-section .head-sec {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: var(--m40);
}

section.galleries-section .head-sec p {
    font-size: var(--f13);
    /* font-weight: 500; */
    color: var(--btn-color);
    margin-bottom: var(--m5);
    text-transform: initial;
    letter-spacing: 0px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: 0.05em;
}

section.galleries-section h2 {
    margin-bottom: var(--m20);
}

section.galleries-section img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

section.galleries-section h4 {
    font-size: var(--f20);
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-weight: 600;
    color: var(--white-color);
}

section.galleries-section h4 a {
    color: var(--white-color);
    text-decoration: none;
}

section.galleries-section .row {
    gap: 40px 2%;
    justify-content: center;
}

section.galleries-section .activites-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

section.galleries-section .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000009e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}

section.galleries-section .activites-image a:hover .overlay-content {
    display: none;
}

section.galleries-section .activites-image a:hover img {
    transform: scale(1.1);
}

section.galleries-section .overlay-content p, section.galleries-section .overlay-content li {
    color: var(--white-color);
    margin-bottom: 0px;
}

section.galleries-section .overlay-content ul, section.galleries-section .overlay-content li {
    width: 100%;
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

section.galleries-section .overlay-content ul {
    padding-left: 15px;
}

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

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

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

section.banner-wrapper .images-sec img {
    width: 100px ;
    height: 70px;
    object-fit: contain;
}

.view-all-property {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-all-property a {
    font-size: 16px;
    text-decoration: underline;
}

.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}
section.choose-services {
    background: var(--secondary-color);
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
section.properties-sec {
    background: var(--lt-bg-color);
}
.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}
section.faq-sec {
    background: var(--lt-bg-color);
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.how-we-value-wrapp h2{
    color: #000;
    /* 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 .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;
}

section.wel_sec .wel_text{
    text-align: center;
}


 /* features section starts */
  .experience{
    padding: var(--p70) var(--p12);
    padding-bottom: var(--p20);
  }
  .experience .col-4{
    margin-bottom: var(--m40);
  }
  .experience img{
    margin-bottom: var(--m15);
    height: 47px;
    width: 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;
  }
  img.experience-hover {
    display: none;
}
  .experience .img:hover img.experience-normal{
    display: none;
  }
   .experience .img:hover img.experience-hover{
    display: inline-block;
  }

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



section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--white-color);
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .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;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    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;
}
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;
}


section.home-list .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.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 25px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--black-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 22px;
    border-radius: 30px;
    right: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p4) var(--p10);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f16);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    bottom: 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(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}














  
  
  
  
  /*video section*/
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    width: 100%;
    height: 100%;
}

.video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#play,
#pause {
    display: none;
}


.search-bar .container{
   position: relative;
 }
 .search-bar form{
     position: relative;
     margin: auto;
     justify-content: center;
     width: 85%;
     left: 0;
     right: 0;
     bottom: 50px;
     background: var(--white-color);
     padding: 0 0;
     border-radius: 0px;
     z-index: 2;
     box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
     margin-top: 75px;
     border-radius: 25px;
 }
 .search-bar .col-6.md-12.sm-12 {
   width: 50%;
   position: relative;
   padding-left: var(--p16);
   padding-top: var(--p17);
   padding-bottom: var(--p17);
   border-radius: 25px;
   padding-right: 0;
 }
 button.search-btn-main.main-btn1 {
   border-radius: 5px;
   padding: 15px;
   height: 56px;
   background: var(--btn-color);
   color: #fff;
   border: none;
   position: relative;
   top: 0;
   left: 0px;
   width: 100%;
   font-size: 15px;
   font-weight: 500;
   text-transform: uppercase;
 }
 
 
 
 .search-bar select{
   font-size: var(--f14);
   color: #676767;
   line-height: 32px;
   font-weight: 400;
   border-radius: 0px;
   padding: var(--p18);
   background: #d6d6d6;
   border: 0px solid #e0e0e0;
   text-indent: 0px;
   width: 100%;
 border-radius: 25px;
 }
 
 .search-bar input{
   font-size: var(--f14);
   color: var(--black-color);
   line-height: 32px;
   font-weight: 400;
   border-radius: 5px;
   padding-left:0px;
   background: #d6d6d6;
   padding: var(--p10);
   border: 0px solid #e0e0e0;
 }
 .search-bar input#show-target-data {
   padding-left: 10px;
   padding-right: 10px;
   background: #d6d6d6;
 }
 
 .search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #676767;
   opacity: 1; /* Firefox */
 }
 .search-bar label{
   color: var(--black-color);
   padding-left: var(--p20);
   padding-bottom: var(--p10);
   font-size: var(--f15);
   display: none;
 }
 .search-bar i{
   color: var(--primary-color);
   position: absolute;
   top: 4.5rem;
   font-size: var(--f16);
   right: 20px;
   display: none;
 }
 .search-bar .check i{
   top: 0.5rem;
   right: 0px;
 }
 .search-bar .search-btn-main{
   background: url('../images/search.png');
   height: 60px;
   object-fit: cover;
   border: none;
   width: 203px;
   position: absolute;
   top: 35%;
 }
 .search-bar .col-3{
  position: relative;
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 6px;
  padding-right: 6px;
 }
 .search-bar .row{
   justify-content: space-between;
   position: relative;
 }
 input#demo17{
 top: 0px !important;
 left: 50%;
 transform: translateX(-50%);
 width: 97% !important;
 height: 25px !important;
 padding-left: 12px !important;
 }
 .search-bar .col-3:before {
   position: absolute;
   content: '';
   top: 24px;
   right: 0;
   width: 1px;
   height: 15px;
   background: #999;
   display: none;
 }
 .search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
   display:none;
 }
 .search-bar .col-3.srch-btn{
   padding-top:0px;
   padding-bottom:0px;
   padding-left: 6px;
   padding-right: 22px;
 }
 .search-bar button.main-btn {
   width: 100%;
   height: 66px;
   letter-spacing: 2px;
   border-radius: 25px;
 }
 .search-bar button.main-btn.close111 {
   height: 43px;
   padding: var(--p5) var(--p15);
   font-size: var(--f14);
 }
 .search-bar .icns.mb-lg-0.position-relative.datepicker-common-2.col-md-6 {
   padding-left: 6px;
   padding-right: 6px;
 }
 div#guestsss {
   width: 100%;
   min-width: 250px;
   background: var(--white-color);
   padding: var(--p20);
   position: absolute;
   z-index: 9;
   left: 0;
   top: 69px;
   border-radius: 10px;
   display: none;
   box-shadow: 0px 0px 3px 0px #888888;
 }
 
 #guestsss .close1 {
   position: absolute;
   right: 10px;
   left: auto;
   top: 0.3rem;
   font-size: var(--f18);
   color: var(--secondary-color);
   cursor: pointer;
   display: block;
 }
 
 #guestsss .adult-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: var(--m20);
 }
 .adult-box.pet-box div{
   display:flex;
   gap:5px;
   align-items:center;
 }
 #guestsss .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;
   display: block !important;
 }
 
 #guestsss 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;
 }
 #guestsss button.button11.button1 {
   margin-left: var(--m14);
 }
 .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);
 }
 button.main-btn1.close111 {
   border-radius: 50px;
   padding: 10px;
   height: auto;
   background: var(--btn-color);
   color: #fff;
   border: none;
   width: 100%;
   font-size: 14px;
 }
 #guestsss .adult-box.pet-box label{
   display:block;
   font-size: 13px;
   padding-left: 0;
   padding-bottom: 0;
 }
 
 
 @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: #e3e3e3 !important;
   border-color: #e3e3e3 !important;
   box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !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: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

@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: baseline;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 0;
    flex-direction: column;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 2px;
    font-family: var(--heading-font);
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #000;
}

.video-cont h1 span {
    color: var(--white-color);
}

.video-cont p {
    margin: auto;
    margin-bottom: var(--m50);
    margin-top: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f18);
    text-align: center;
    text-shadow: 0 0 3px #000;
    max-width: 450px;
    /* margin: auto; */
}

.video-cont .play {
    color: var(--black-color);
    font-size: var(--f15);
}

.video-cont .play-video {
    display: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}

.video-cont .play-video .line {
    height: 1px;
    width: 50px;
    right: 3px;
    background: var(--black-color);
}
/* cloud video */

section.cloud-video{
    padding: 0;
    position: absolute;
    bottom: -235px;
    display: none;
}
section.cloud-video img{
    width: 100%;
}


/*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: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}

.about_wrapper .col-lg-6.text-center.text-lg-start p {
    margin-bottom: 15px;
}

.subhead {
    color: var(--secondary-text);
    font-size: 18px;
}

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

.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;
    margin-bottom: 40px;
}

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


section.featured-pro {
    background: #f7f7f7;
    position: relative;
}
.calendar{
    margin-top: var(--m40);
    justify-content: space-between !important;
}
.calendar .col-6{
    width: 49%;
}

.price-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}
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: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
    border-radius: 15px;
}
section.featured-pro img.img-fluid {
    position: relative;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}
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: 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: -1px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
    border-radius: 15px 0 15px 15px;
}
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: 1;
}

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(--heading-color);
    margin-bottom: var(--m11);
    text-align: center;
}
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;
    transition: 0.5s all;
    height: 270px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 0; */
}
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;
}



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

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.how-we-value-wrapp h2 {
    color: #000;
    margin-bottom: 0px;
}

.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 .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: 23px;
    color: #000;
    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;
}

/* about owner css */
/*About owner css*/
section.about-owner {
    background: var(--white-color);
    padding-top: 20px;
}

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

section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 0;
}

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 #2f90c3;
    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;
    margin-top: 20px;
}

section.about-owner .call-area {
    display: block;
}

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

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 .abt-detail i{
  color:var(--btn-color);
}

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


/*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 {
    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: 30px;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

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

section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}

.datepicker {
    left: 0;
}

/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section .image-section .img-box {
    position: relative;
}

.about-section .image-section .img-box + .img-box {
    margin-left: 60px;
}

.about-section .image-section .img-box img {
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
}

.about-section .image-section .img-box .no-class {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ef3f3e;
    padding: 5px;
    left: -15px;
    -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
    box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    margin-bottom: 0;
    font-weight: 700;
}

.about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
}

.about-section .about-text h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-style: italic;
    color: #adadad;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px;
}

.about-section .about-text h5 span {
    color: #ef3f3e;
}

.about-section .about-text h3 {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0.001em;
    margin-bottom: 35px;
}

.about-section .about-text h2 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #ef3f3e;
    font-weight: 800;
    margin-bottom: 35px;
}

.about-section .about-text p {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px;
}

.about-section.three-image .about-text {
    padding-left: 20px;
}

.about-section.three-image .about-text h5 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px;
}

.about-section.three-image .about-text h2 {
    color: black;
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
}

.about-section.three-image .about-text h2 span {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: lowercase;
    margin-bottom: 0;
    display: block;
    margin-top: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.about-section.three-image .about-text p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
    bottom: -40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) {
    margin-top: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) .title-box {
    top: -40px;
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-width: 162px;
}

.about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: black;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px;
}

.about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray;
}

.about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px;
}

.about-section.about_page .about-text .title-3 .title-label {
    text-transform: uppercase;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
    box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
}

.about-section.about_page .about-text h2 {
    font-weight: 700;
}

.about-section.about_page .about-text h2 span {
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    margin-top: 20px;
}

.about-section.about_page .about-text .buttons-about {
    margin-top: 45px;
}

.about-section.about_page .about-text .buttons-about .btn + .btn {
    margin-left: 20px;
}

.about_section .about_img {
    position: relative;
    margin: 0px 0;
    background: var(--secondary-color);
    border-radius: 0 25%;
    padding: 0%;
    border: 25px solid var(--secondary-color);
    overflow: hidden;
}

.about_section .about_img img {
    border-radius: 25px;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.about_section .about_img .side-effect:after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect:before {
    content: "";
    position: absolute;
    top: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    left: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img .side-effect span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    right: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
    top: 0;
    left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
    bottom: 0;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_content {
    margin-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.about_section .about_content h5 {
    font-size: var(--f28);
    /* color: var(--black-color); */
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
}

.about_section .about_content h5:before {
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--secondary-color);
}

.about_section .about_content h5 span {
    color: var(--other-color);
}

.about_section .about_content h2 {
    color: black;
    font-weight: 800;
    text-transform: capitalize;
}

.about_section .about_content p {
    color: #464646;
    line-height: 1.9;
    font-weight: 300;
    font-size: var(--f16);
}

.about_section .about_content .about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .about_content .about_bottom h6 {
    margin-left: 25px;
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.about_section .about_content .about_bottom a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    text-align: center;
    margin-bottom: 0;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    margin-bottom: 0px;
}

.atr-btn {
    text-align: center;
    margin-top: 30px;
}

.atr-btn a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

/* about  */
.about_wrapper {
    padding: 80px 0;
}

.about_wrapper .line {
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_wrapper h2 {
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}

.about-pd-r {
    padding-left: 4.5rem;
}

.border-box {
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    right: 46px;
    border-radius: 50%;
    background-image: radial-gradient(#2740619e, #2740612b);
    box-shadow: 0px 0px 179px #274061;
    display: none;
}

.about_wrapper .borders {
    margin: 0;
}

.img-2 {
    aspect-ratio: 1.3;
    object-fit: cover;
    height: 415px;
    position: relative;
    object-position: center;
    width: 55%;
}

.img-1 {
    object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}

.about-img-0 {
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 0 !important;
}

.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.about-dec {
    margin-top: 0rem;
}

/* property */
.property_wrapper {
    background: #fff;
    padding-top: 0;
}

.property_wrapper .row {
    gap: 1.5rem;
}

.property_wrapper .text-center a.main-btn {
    width: 200px;
}

.property_wrapper .property-items {
    position: relative;
    background: #f4f4f4;
    height: 285px;
}

.property_wrapper .col-md-6 {
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 48.5%;
}

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

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

.property_wrapper.property-2 {
    background: #fcfcfc;
}

.property_wrapper .property-items.rght {
    border-radius: 0 20px 20px 0;
}

.property-2 .border-box {
    left: 0;
}

img.border-corner {
    width: 42%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}

.property_wrapper.property-2 .border-corner img {
    right: auto;
    left: 0;
    transform: rotate(270deg);
    object-fit: cover;
}

.property_wrapper .property-items img.pro {
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
}

.pro-slider.slick-slider .slick-list, .pro-slider.slick-slider .slick-track {
    height: 100%;
}

.pro-slider .slick-prev:before {
    content: "Ã¯Ââ€œ";
}

.pro-slider .slick-prev:before, .pro-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dash {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #060606;
}

.property-content h5 {
    line-height: 30px;
    color: var(--other-color);
    margin-bottom: 10px;
    text-align: left;
    font-family: var(--heading-font);
    position: relative;
    height: 31px;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--other-color);
    text-transform: uppercase;
    overflow: hidden;
}

.property-content h5::after {
    content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: -20px;
    position: absolute;
    left: 0;
    display: none;
}

.property-content .borders {
    margin: 0;
    margin-bottom: 1.2rem;
}

.property-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.rates {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.price span {
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text);
    letter-spacing: 0px;
    text-transform: uppercase;
}

.r-price {
    text-align: center;
}

.pro-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    border: none;
    color: var(--secondary-color);
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.property_wrapper .property-items button.slick-prev.slick-arrow {
    left: 10px;
}

.pro-slider .slick-next.slick-arrow {
    right: 10px;
}

.amenities_home div i {
    color: var(--btn-color);
    margin: auto;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.amenities_home>div {
    margin: 0 0px 3px 0;
    display: flex;
    grid-template-columns: 1fr 10fr;
    gap: 10px;
    align-items: center;
}

.amt-num, .amt-type {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-black);
}

.from-text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.price-wrapper {
    text-align: left;
    display: block;
    margin-bottom: 0rem;
}

span.price_name {
    color: var(--black-color);
    font-size: 13px;
}

.amenities_home {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}

.property-item-wrap {
    position: relative;
    right: 0px;
    max-width: 100%;
    z-index: 1;
    /* border-radius: 0 20px 20px 0; */
    text-align: center;
    background: var(--bg-white);
    border: 0px solid #e7e7e7;
    padding: 0px !important;
    padding-top: 16px !important;
}

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

.pro-btn1 {
    text-align: center;
    padding-top: 16px;
}

.pro-btn1 .main-btn {
    padding: 12px 39px;
}

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

.btn-icon:hover {
    background: var(--secondary-color);
    color: var(--text-white);
}

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

/* attr */
.attractions_wrapper1 {
    padding-bottom: 0;
}

.attractions_wrapper {
    padding-top: 100px;
}

.attractions_wrapper a.main-btn {
    width: 200px;
}

.attractions_wrapper h2 {
    text-align: center;
}

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

.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;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.attr_img:hover img {
    transform: scale(1.2);
}

.attr-over h4 {
    color: var(--text-white);
    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(--text-white);
    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;
}



.review_sec .section-title {
    margin-bottom: 0px;
    text-align: left;
}

.review_sec .section-title .line {
    background: var(--bg-white);
    margin-left: 0px;
}

.review_sec .section-title h3 {
    font-size: 30px;
    color: var(--text-white);
    line-height: 43px;
    margin-bottom: 0px;
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.testiSlide .slick-arrow {
    display: inline-block !important;
    z-index: 99;
    background: #fff;
    padding: 8px 14px;
    border-radius: 50%;
    opacity: 0.7;
    color: #6e6c6c;
}



.user-review {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 10px;
}

.owl-carousel .owl-item .user-review img {
    max-width: 100%;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px #273656;
    display: none;
}

.user-review .peopl h3 {
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 0rem;
    color: var(--text-white);
    line-height: 1.5;
}

.user-review .peopl p {
    opacity: 1;
    color: var(--text-white);
    margin: 0;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--btn-hover);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 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: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.about-us {
    padding-top: 110px;
    background: #fff;
}

section.properties-list .property-list {
    background: #383838;
    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 .property-list:hover {
    transform: translateY(-4px)
}

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 .head-sec {
    margin-bottom: 40px;
}

section.properties-list .row {
    gap: 30px 0;
    justify-content: center;
}

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(--white-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 {
    display: flex;
    align-items: center;
    gap: 15px
}

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

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}

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

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

section.properties-list .property-list .pro-btn {
    margin-top: 0px
}

section.properties-list .property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}

section.properties-list .property-list a.main-btn:hover {
    transform: translateY(0px);
}

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

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

section.galleries-section .gallery-details {
    flex: 0 0 auto;
    width: 23.5%;
}

section.galleries-section .head-sec {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: var(--m40);
}

section.galleries-section .head-sec p {
    font-size: var(--f13);
    /* font-weight: 500; */
    color: var(--btn-color);
    margin-bottom: var(--m5);
    text-transform: initial;
    letter-spacing: 0px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: 0.05em;
}

section.galleries-section h2 {
    margin-bottom: var(--m20);
}

section.galleries-section img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

section.galleries-section h4 {
    font-size: var(--f20);
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-weight: 600;
    color: var(--white-color);
}

section.galleries-section h4 a {
    color: var(--white-color);
    text-decoration: none;
}

section.galleries-section .row {
    gap: 40px 2%;
    justify-content: center;
}

section.galleries-section .activites-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

section.galleries-section .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000009e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}

section.galleries-section .activites-image a:hover .overlay-content {
    display: none;
}

section.galleries-section .activites-image a:hover img {
    transform: scale(1.1);
}

section.galleries-section .overlay-content p, section.galleries-section .overlay-content li {
    color: var(--white-color);
    margin-bottom: 0px;
}

section.galleries-section .overlay-content ul, section.galleries-section .overlay-content li {
    width: 100%;
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

section.galleries-section .overlay-content ul {
    padding-left: 15px;
}

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

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

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

section.banner-wrapper .images-sec img {
    width: 100px ;
    height: 70px;
    object-fit: contain;
}

.view-all-property {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-all-property a {
    font-size: 16px;
    text-decoration: underline;
}

.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}
section.choose-services {
    background: var(--secondary-color);
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
section.properties-sec {
    background: var(--lt-bg-color);
}
.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}
section.faq-sec {
    background: var(--lt-bg-color);
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.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 .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: 250px;
    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;
}

section.wel_sec .wel_text{
    text-align: center;
}


 /* features section starts */
  .experience{
    padding: var(--p70) var(--p12);
    padding-bottom: var(--p20);
  }
  .experience .col-4{
    margin-bottom: var(--m40);
  }
  .experience img{
    margin-bottom: var(--m15);
    height: 47px;
    width: 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;
  }
  img.experience-hover {
    display: none;
}
  .experience .img:hover img.experience-normal{
    display: none;
  }
   .experience .img:hover img.experience-hover{
    display: inline-block;
  }

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



section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--white-color);
    padding-top: 30px;
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
    display: none;
}
section.home-list .view .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;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    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;
}
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;
}


section.home-list .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.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 25px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--black-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 22px;
    border-radius: 0;
    right: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p4) var(--p10);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
  font-size: var(--f16);
  color: var(--white-color);
  background-color: var(--heading-color);
  padding: var(--p4) var(--p10);
  display: inline-block;
  border-radius: 0;
}
section.home-list .featured{
    position: absolute;
    bottom: 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(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}





/*Agent css*/
section.agent {
    background-image: url(../images/dog.png), url(../images/do.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
}

section.agent .overlay{
width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.agent .container{
    position: relative;
}
section.agent .col-8{
    width: 100%;
}
section.agent .col-4{
    width: 100%;
}

section.agent .row{
    flex-direction: column;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: var(--m20);
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}




 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: 185px; */overflow: hidden;margin-bottom: 15px;}

section.testimonial {
   background: var(--white-color);
   position: relative;
   padding-top: 0;
}


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;
    /* width: 70%; */
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m30);
}

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);
    display: block;
}
section.testimonial .top-text {
    position: relative;
    height: 70px;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    display: flex;
}
section.testimonial .overlay{
   /* background-color: #f5f5f5; */
   /* width: 120%; */
   margin: auto;
   padding: 0;
   padding-bottom: 0;
   border-radius: 0px;
   position: relative;
   /* right: 180px; */
   /* padding: 50px 80px; */
}
section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    /* left: 50%; */
    top: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
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;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    padding: 5px 15px;
  background:var(--btn-color);
}

.owl-theme .owl-controls .owl-nav .owl-next:hover,
.owl-theme .owl-controls .owl-nav .owl-prev:hover{
  background:var(--btn-hover);
}

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;
    /*top: -35%;*/
    -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 {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 17%; */
    /* top: 20%; */
    /* -webkit-transform: translate3d(-50%, -10px, 0); */
    -moz-transform: translate3d(-50%, -10px, 0);
    /* transform: translate3d(-50%, -10px, 0); */
    /* -webkit-transition: all 0.3s; */
    -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;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.07);
    padding: var(--p30);
    height: auto;
    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(--primary-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);
  /* font-weight: 700; */
  text-align: center;
  color: var(--heading-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: center;
      width: 100%;
      margin: auto;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      color: var(--black-color);
      /* height: 100px; */
      /* margin-top: var(--m10); */
      font-size: var(--f16);
      /* overflow: hidden; */
      margin-bottom: var(--m10);
}
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%;
}

.people h6{
  font-size: 18px;
  margin-bottom:10px;
}

.people h3{
  margin-bottom:10px;
}


.cont-sec img{
  width:10% !important;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    padding: 12px 19px;
    background: var(--black-color);
    border-radius: 0;
}  
  



/* Nearby attraction Section Start */

section.how-we-value-wrapp.wow.fadeInUp {
    background: var(--lt-bg-color);
    padding-top: 60px;
}

.how-we-value-heading {
    text-align: center;
    padding-bottom: 30px;
}

.how-we-value-heading h4 {
    margin: 0;
   font-size: 20px;
}

.how-we-value-heading h3 {
    /*font-size: 28px;*/
}

.how-we-value-wrapp,
section.home-list {
    padding: var(--p60) var(--p12);
    /* padding-top: 0; */
}

.how-we-value-wrapp .col-lg-4 {
    width: 33%;
}

.how-we-value-wrapp .row {
    justify-content: center;
}

.single-box .hover-content,
.single-box:hover .content {
   opacity: 0;
   visibility: hidden
}

@keyframes pulse {
  to {
      opacity: 1
   }
}

.single-box .content h3,
.single-box .hover-content h3 {
    padding-bottom: 15px;
    font-size: 24px;
    height: 36px;
    font-weight: 600;
    overflow: hidden;
      line-height: 1.3;
}

.single-box .content,
.single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    border-radius: 100% 100% 5px 5px;
    width: 100%;
    left: 0
}

.single-box {
    text-align: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0 0 1px #4c4c4c
}

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg)
}

.single-box img {
    height: 464px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.single-box .content {
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    bottom: 0
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07
}

.single-box .content h3::before,
.single-box .hover-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--heading-color);
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content h3 a,
.single-box .hover-content h3 a {
    display: inline-block;
    color: var(--heading-color);
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-box .hover-content {
    max-height: 290px;
    bottom: -138px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07
}

.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 110px;
    overflow: hidden;
    opacity: 1 !important;
}

.single-box .hover-content .attaction-view {
    text-decoration: underline !important;
    color: var(--heading-color);
}

.single-box .hover-content p a {
    color: var(--primary-color)
}

.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #321c07;
    position: relative;
    font-size: 16px;
    font-weight: 600
}

.single-box .hover-content .read-more-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0e416b
}

.attraction-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.attraction-btn .main-btn {
    margin-top: var(--m20);
    text-align: center
}


.owner-para {
    height: 300px;
    overflow: hidden;
}


.exac-data {
      text-align: center;
      width: 65%;
      display: block;
      margin: auto;
}





.category-lists-slider{
    position: relative;
}
#catgory-slider .swiper-slide {
    width: auto;
}
.category-button {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #37a7f1;
    background-color: #fff;
    color: #37a7f1;
    padding: 8px 28px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.category-button.active{
    background-color: #37a7f1;
    color: #fff;
}
.data-text {
    display: none;
}
.data-text.active{
    display: block;
}
.data-text h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: 700;
}
.data-text p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.slider-button{
    width: 25px;
    height: 25px;
    background-color: #37a7f1;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}
.slider-button.slider-prev{
    left: -30px;
}
.slider-button.slider-next{
    right: -30px;
}
.slider-button.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
.box{
    /* padding: 30px; */
    margin-top: 20px;
    background-color: #d9eefd;
    border-radius: 6px;
    transition: 0.3s;
    height: 100%;
}
.box i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #37a7f1;
}



@media (max-width: 575px){
    .category-lists-slider{
        margin-top: 40px;
    }
    .category-button{
        font-size: 12px;
        padding: 4px 14px;
    }
    .slider-button{
        top: -40px;
    }
    .slider-button.slider-prev {
        left: inherit;
        right: 32px;
    }
    .slider-button.slider-next {
        right: 0;
    }
}


 .slider {
	 display: flex;
	 width: 340%;
	 height: auto;
	 transition: all 0.25s ease-in;
	 transform: translateX(0);
	 gap: 50px;
}
 @media only screen and (max-width: 1000px) {
	 .slider {
		 height: 100vh;
	}
}
 .slider .box {
	 height: 100%;
	 width: 100%;
	 /* display: grid; */
	 /* grid-template-columns: repeat(2, 1fr); */
	 align-items: center;
	 /* overflow: hidden; */
	 /* position: relative; */
	 background: #fff;
}
 @media only screen and (max-width: 650px) {
	 .slider .box {
		 grid-template-columns: 1fr;
		 grid-template-rows: repeat(2, 1fr);
	}
}
 .slider .box .bg {
	 padding: 2rem;
	 background-color: rgba(0, 0, 0, .2);
	 width: 55%;
	 transform: skewX(7deg);
	 position: absolute;
	 height: 100%;
	 left: -10%;
	 padding-left: 20rem;
	 transform-origin: 0 100%;
}
 @media only screen and (max-width: 800px) {
	 .slider .box .bg {
		 width: 65%;
	}
}
 @media only screen and (max-width: 650px) {
	 .slider .box .bg {
		 width: 100%;
		 left: 0;
		 bottom: 0;
		 height: 54%;
		 transform: skewX(0deg);
	}
}
 .slider .box .bg::before {
	 content: "";
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 background-color: inherit;
	 pointer-events: none;
	 transform: skewX(10deg);
}
 @media only screen and (max-width: 650px) {
	 .slider .box .bg::before {
		 width: 120%;
		 bottom: 0;
		 transform: skewX(0deg);
	}
}
 .slider .box .details {
	 padding: 5rem;
	 padding-left: 10rem;
	 z-index: 100;
	 grid-column: 1 / span 1;
	 grid-row: -1;
}
 @media only screen and (max-width: 650px) {
	 .slider .box .details {
		 grid-row: 2 / span 1;
		 grid-column: -1;
		 text-align: center;
		 padding: 2rem;
		 transform: translateY(-9rem);
	}
}
 .slider .box .details h1 {
	 font-size: 3.5rem;
	 font-weight: 500;
	 margin-bottom: 0.5rem;
}
 .slider .box .details p {
	 display: inline-block;
	 font-size: 1.3rem;
	 color: #b5b4b4;
	 margin-bottom: 2rem;
	 margin-right: 5rem;
}
 @media only screen and (max-width: 800px) {
	 .slider .box .details p {
		 margin-right: 0;
	}
}
 .slider .box .details button {
	 padding: 1rem 3rem;
	 color: #fff;
	 border-radius: 2rem;
	 outline: none;
	 border: none;
	 cursor: pointer;
	 transition: all 0.3s ease;
}
 .slider .box .details button:hover {
	 opacity: 0.8;
}
 .slider .box .details button:focus {
	 outline: none;
	 border: none;
}
 .slider .box1 {
	 /* background-color: #500033; */
}
 .slider .box1 .illustration .inner {
	 background-color: #f07;
}
 .slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
	 background-color: rgba(255, 0, 119, .4);
}
 .slider .box1 button {
	 background-color: #f07;
}
 .slider .box2 {
	 /* background-color: #000050; */
}
 .slider .box2 .illustration .inner {
	 background-color: #03f;
}
 .slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
	 background-color: rgba(0, 51, 255, .4);
}
 .slider .box2 button {
	 background-color: #03f;
}
 .slider .box3 {
	 /* background-color: #00501d; */
}
 .slider .box3 .illustration .inner {
	 background-color: #0f4;
}
 .slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
	 background-color: rgba(0, 255, 68, .4);
}
 .slider .box3 button {
	 background-color: #0f4;
}
 .slider .box4 {
	 /* background-color: #554d00; */
}
 .slider .box4 .illustration .inner {
	 background-color: #ff4e00;
}
 .slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
	 background-color: rgba(255, 78, 0, .4);
}
 .slider .box4 button {
	 background-color: #ff4e00;
}
 .slider .box5 {
	 /* background-color: #300050; */
}
 .slider .box5 .illustration .inner {
	 background-color: #8000ff;
}
 .slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
	 background-color: rgba(128, 0, 255, .4);
}
 .slider .box5 button {
	 background-color: #8000ff;
}
 .slider .illustration {
	 grid-column: -2;
	 grid-row: -1;
	 justify-self: center;
}
 @media only screen and (max-width: 650px) {
	 .slider .illustration {
		 grid-row: 1 / span 1;
		 grid-column: -1;
		 display: flex;
		 justify-content: center;
		 align-items: center;
	}
}
 .slider .illustration div {
	 height: 25rem;
	 width: 18rem;
	 border-radius: 3rem;
	 background-color: #f07;
	 position: relative;
	 transform: skewX(-10deg);
}
 @media only screen and (max-width: 800px) {
	 .slider .illustration div {
		 height: 20rem;
		 width: 15rem;
	}
}
 .slider .illustration div::after, .slider .illustration div::before {
	 content: "";
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 border-radius: 3rem;
	 top: 0;
	 left: 0;
}
 .slider .illustration div::after {
	 transform: translate(4rem, -1rem);
}
 .slider .illustration div::before {
	 transform: translate(2rem, -2rem);
}
 .prev, .next, .trail {
	 z-index: 10000;
	 position: absolute;
}
 .prev, .next {
	 width: 4rem;
	 cursor: pointer;
	 opacity: 0.2;
	 transition: all 0.3s ease;
}
 @media only screen and (max-width: 650px) {
	 .prev, .next {
		 display: none;
	}
}
 .prev:hover, .next:hover {
	 opacity: 1;
}
 .prev {
	 top: 50%;
	 left: 5%;
	 transform: translateY(-50%);
	 z-index: 3;
}
 .next {
	 top: 50%;
	 right: 5%;
	 transform: translateY(-50%);
	 z-index: 3;
}
 .trail {
	 left: 50%;
	 transform: translateX(-50%);
	 width: 100%;
	 display: grid;
	 grid-template-columns: repeat(5, 1fr);
	 gap: 1rem;
	 text-align: center;
	 font-size: 1.5rem;
	 transform: translate(-50%, -50%);
	 top: -10%;
	 position: absolute;
	 z-index: 4;
}
 @media only screen and (max-width: 650px) {
	 .trail {
		 width: 90%;
		 bottom: 13%;
	}
}
 .trail div {
	 padding: 1rem;
	 border-top: 3px solid #063e2a;
	 cursor: pointer;
	 opacity: 0.3;
	 transition: all 0.3s ease;
	 font-weight: 600;
	 font-size: 18px;
}
 .trail div:hover {
	 opacity: 0.6;
}
 @media only screen and (max-width: 650px) {
	 .trail div {
		 padding: 1rem;
	}
}
 .active {
	 opacity: 1 !important;
}
 

section.tab_sec_pro {
    padding-top: 100px;
    margin-top: 70px;
    overflow-x: hidden;
}



/* .slider img {
  height: 450px;
  object-fit: cover;
  width: 100%;
} */


section.experience-sec{
   background: var(--black-color);
}

section.experience-sec h2{
 color: var(--white-color);
}

section.experience-sec .feature h4 {
  color: var(--white-color);
}

section.experience-sec .feature p{
  color: var(--white-color);
}

section.experience-sec .feature .img img{
  filter: invert(1);
}


section.exactly_sec {
    background: var(--black-color);
}


section.exactly_sec {
    background: var(--black-color);
}

section.exactly_sec .exac-data h2{
     color: var(--white-color);
}


section.exactly_sec .exac-data p{
     color: var(--white-color);
}


.feature {
    text-align: center;
}
section.testimonial .cont-sec a{
    text-decoration: none;
    font-size:14px;
    color:var(--black-color);
}
section.testimonial .cont-sec a:hover{
    text-decoration: underline !important;
}
.view-less{
    display:none;
}

/* 
.slider-container {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slider a {
  flex: 0 0 100%; 

  display: flex;
  align-items: center;
  justify-content: center;
}

.slider a img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}



.slider {
  display: flex;
  transition: all 0.25s ease-in;
  transform: translateX(0);
  gap: 19;
  width: max-content; 
}
.slider a {
  flex: 0 0 25%; 
}
@media (max-width: 540px) {
  .slider a {
    flex: 0 0 100%; 
    gap: 0;
  }
}

.slider img {
  width: 100%;
  height: auto;        
  max-height: 450px; 
  object-fit: cover;
}
@media (max-width: 540px) {
  .slider img {
    height: 250px; 
  }
} */


/* slider ================= */

#tab-slide {
  padding: 80px 12px;
}
#tab-slide .tabs-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
#tab-slide .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 4px solid #C0D0CB;
  padding-top: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  min-width: 230px;
}
#tab-slide .tab span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
#tab-slide .tab.active {
  border-top: 4px solid #063E2A;
  opacity: 1;
}
#tab-slide .tab.active span {
  color: #000;
  font-weight: 600;
}
#tab-slide .carousel-container {
  position: relative;
  padding: 30px;
}
#tab-slide .owl-carousel .item {
  position: relative;
  height: 400px;
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}
#tab-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#tab-slide .owl-dots {
  text-align: center;
  margin-top: 20px;
}


#tab-slide .owl-prev,
#tab-slide .owl-next {
  width: auto;
  height: auto;
  background: none !important;
  border: none !important;
  pointer-events: all;
  transition: all 0.3s ease;
}

#tab-slide .owl-prev svg,
#tab-slide .owl-next svg {
  width: 40px;
  height: auto;
  fill: #fff; /* white arrow */
  transition: transform 0.3s ease, fill 0.3s ease;
}

#tab-slide .owl-prev:hover svg,
#tab-slide .owl-next:hover svg {
  fill: #fff; 
} 



#tab-slide .owl-carousel .item {
  height: 60vh;
  /* border-radius: 10px; */
  overflow: hidden;
}



#tab-slide .owl-carousel .item {
  height: 60vh;
  /* border-radius: 10px; */
  overflow: hidden;
}

/* Tablet + mobile fix (remove peek padding) */
@media (max-width: 1199px) {
  #tab-slide .owl-carousel {
    padding-right: 0;
  }
  #tab-slide .owl-carousel .item {
    height: 400px; /* smaller height for mobile */
  }
}

form.Search-bar .adult-box span {
    text-align: center;
    width: 35px;
    background: white;
    height: 25px;
    color : #999;
}
