.hero-section {
  height: 100vh;
  align-items: center;
  color: var(--white-color);
  position: relative;
  z-index: 1;

  &::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .container {
    height: 100%;
    padding-top: 100px;

    .row {
      height: 100%;
      align-items: center;

      .cus-col {
        z-index: 2;
      }
    }
  }
}

.hero-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content h1 {
  font-size: 55px;
  margin-bottom: 0px;

  span {
    display: block;
    padding: 35px 0;
  }
}

.hero-content p {
  max-width: 600px;
  margin-top: 25px;
    color:var(--white-color);
}

.section-title {
  margin-bottom: 50px;
  position: relative;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent-color);
}
.header-banner-right-col {
  background: #ececec33;
  padding: 35px;
  border-radius: 20px;
  width: 86%;
  margin-left: auto;

  p {
    font-size: 20px;
    margin-bottom: 20px;
      color:var(--white-color);
  }
}

.head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
.head-sec h2{
    margin-bottom: var(--m20);
}
.head-sec p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-font);
    margin-bottom: 0px;
}
.search.mob{
    display:none;
}
.search-bar {
    position: absolute;
    width: 100%;
    top: 10px;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    padding: var(--p5);
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.search-bar select{
    width: 100%;
    font-size: var(--f14);
    font-weight: 400;
    border-radius: 10px;
    background: var(--white-color);
    height: 60px;
    border: 2px solid transparent;
    padding: 0 var(--p36) 0 var(--p10);
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    color: #4b4b4b;
    text-align: left;
    min-width: 167px;
    position: relative;
}
.search-bar select:hover{
    background: var(--lt-bg-color);
}
.search-bar input{
    font-size: var(--f14);
    font-weight: 400;
    border-radius: 10px;
    background: var(--white-color);
    height: 60px;
    border: 2px solid transparent;
    padding: 0 var(--p36) 0 var(--p10);
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    color: #4b4b4b;
    text-align: left;
    min-width: 167px;
    position: relative;
}
.search-bar input:hover{
    background: var(--lt-bg-color);
}

.search-bar input::placeholder { 
    color: #4b4b4b;
    opacity: 1;
  }
.search-bar input#demo17{
    top: 0;
    height: 60px;
    width: 100%;
    padding-right: 10px;
}
  .search-bar i{
    color: var(--black-color);
    position: absolute;
    right: 1.7rem;
    top: 1.3rem;
    font-size: var(--f21);
  }

  .search-bar .col-3{
   position: relative;
    width: 30%;
    padding-left: var(--p6);
    padding-right: var(--p6);
  }
  .search-bar .col-1{
    position: relative;
    width: 10%;
    padding-left: var(--p6);
    padding-right: var(--p6);
  }
  .search-bar .col-6{
    position: relative;
    width: 60%;
    padding-left: var(--p6);
    padding-right: var(--p6);
  }
  .search-bar  .check {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
}
  .search-bar button.main-btn {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    position: relative;
    padding: 0px;
}
.search-bar button.main-btn i{
    color: var(--white-color);
    position: relative;
    left: 0;
    top: 0;
    font-size: var(--f18);
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    width:100%;
}

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

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

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

#guestsss .adult-box p{
    margin-bottom: 0px;
    letter-spacing: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f20);
    line-height: 35px;
    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);
}

.form-control:focus {
    background-color: var(--lt-bg-color) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
    padding-left: var(--p38);
    padding-right: var(--p38);
}
.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    /* text-shadow: 1px 2px 5px #000; */
    text-transform: capitalize;
    font-size: var(--f40);
    letter-spacing: 0;
    font-family: var(--heading-color);
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}
.video-cont p{
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    font-size: var(--f19);
    position: relative;
    font-weight: 400;
    z-index: 1;
    margin-top: var(--m10);
}
.video-cont .row.hero-cont {
    margin-top: var(--m32);
    margin-bottom: var(--m52);
    gap: 0 3%;
}
.video-cont .row.hero-cont .col-lg-4.col-md-4.col-sm-12 {
    padding: 0px;
    width: 31.333333%;
}
.video-cont .row.hero-cont p{
    font-size: var(--f15);
    margin-top: 0;
    margin-bottom: var(--m12);
}
.video-cont .row.hero-cont p.head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.video-cont .row.hero-cont p.head .black-image{
    display: none;
}
a.sticky.main-btn{
    display: none;
}
/*About company css*/
section.about-us-home h2{/* color: #1b74b9; */}
section.about-us-home li{
    position: relative;
    list-style: disc;
    left:20px;
}

section.about-us-home .head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
section.about-us-home .abt-image {
    width: 50%;
    float: left;
    margin-right: var(--m30);
    height: 589px;
    overflow: hidden;
    margin-bottom: var(--m20);
    position: relative;
}
section.about-us-home .abt-cont {
    min-height: 589px;
}
section.about-us-home .abt-image .rhea_mask {
    fill: var(--white-color);
}
section.about-us-home .abt-image .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.about-us-home .abt-image svg {
    height: 590px;
    width: 100%;
}
section.about-us-home .abt-image .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

section.about-us-home .abt-image img{
    width: 587px;
    height: 587px;
    object-fit: cover;
    margin-top: 1px;
}

section.about-us-home .owl-nav {
    /* text-align: right; */
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    transform: translatey(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: var(--p20);
    padding-right: var(--p20);
}
section.about-us-home .owl-nav button{
    background: var(--black-color) !important;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
section.about-us-home .owl-nav button i{
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.about-us-home .abt-para {
    height: auto !important;
    margin-bottom: var(--m30);
}
#abt-btn{
    background-color:var(--black-color);
     border-color:var(--black-color);
}
#abt-btn:hover{
    background-color:var(--secondary-color);
     border-color:var(--secondary-color);
}
/*Properties css*/
section.featured-pro {
    background: var(--white-color);
}
section.featured-pro .row{
    gap: 0px 1%;
}
section.featured-pro .row .col-md-3{
    width: 32.33%;
    padding: 0px;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
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: 20px;
    z-index: 1;
}
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: 0;
    border-radius: 0;
    padding-top: var(--p16);
    background: transparent;
}

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);
}
section.featured-pro h3.title {
    font-size: var(--f18);
    line-height: 1.5;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m5);
    height: 27px;
    overflow: hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: var(--m16);
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
}
section.featured-pro ul {
    margin: 0 0 0;
    padding: 0;
    background-color: transparent;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    gap: 0 20px;
}
section.featured-pro i {
    margin-right: var(--m5);
}
section.featured-pro ul li{
    font-size: var(--f16);
    color: var(--primary-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;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
/* cta css */
section.cta {
    padding: 0px var(--p12);
    background: var(--lt-bg-color);
}
section.cta  .cta-area {
    background: var(--lt-bg-color);
    border-radius: 20px;
    padding: var(--p48);
    text-align: center;
}
section.cta .head-sec {
    text-align: center;
    margin: auto;
    margin-bottom: var(--m0);
    max-width: 100%;
}
section.cta .cta-cont{
    max-width: 100%;
    margin: auto;
}
section.cta .cta-cont h3{
    /* color: #1b74b9; */
}
section.cta .cta-cont p {
    font-size: var(--f18);
}
section.cta .cta-social {
    margin-top: var(--m40);
}
section.cta .cta-social h4 {
    margin-bottom: var(--m10);
}
section.cta .cta-social ul{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
section.cta .cta-social ul a{
    display: block;
    color: var(--black-color);
}
section.cta .cta-social ul a:hover{
    color:var(--secondary-color)
}
section.cta .cta-social i {
    font-size: var(--f22);
}
/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
section.testimonial {
    position: relative;
}
section.testimonial  .owl-item {
    padding-left: var(--p5);
    padding-top: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p10);
}
section.testimonial  .owl-item .quote-icon img{
    width:40px;
    margin-bottom: var(--m10);
}
section.testimonial .item {
    background: var(--white-color);
    box-shadow: 0px 2px 6px 0px #ccc;
    padding: var(--p30);
    border-radius: 20px;
    height: 347px;
}
section.testimonial .item .para p{
    max-height: 96px;
    overflow: hidden;
    height: auto;
    text-align: center;
}
section.testimonial .user-icon {
    align-items: center;
    margin-top: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
section.testimonial .user-icon img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    background: var(--white-color);
}
section.testimonial p.stay {
    margin-bottom: 0px;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f14);
    margin-right: var(--m3);
}
section.testimonial h6 {
    width: 100%;
}
section.testimonial #testimonial-home .owl-nav {
    text-align: right;
    position: absolute;
    top: -68px;
    right: 0;
    z-index: 2;
}
section.testimonial #testimonial-home .owl-nav button.owl-prev {
    margin-right: var(--m15);
}
section.testimonial #testimonial-home .owl-nav button {
    background: transparent;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
section.testimonial #testimonial-home .owl-nav button:hover {
    background: var(--black-color) !important;
}
section.testimonial #testimonial-home .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--black-color);
}
section.testimonial #testimonial-home .owl-nav button:hover i {
    color: var(--white-color);
}
section.testimonial .rating {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about.abt-short.short_right_image h3 a{
color: #1b74b9;
font-family: var(--secondary-font);
}
section.about.abt-short.short_left_image h3 a{
    color: #1b74b9;
    font-family: var(--secondary-font);
}
/*Attraction css*/
section.attraction img.img-fluid {
    height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
section.attraction .atr-cont{
    box-shadow: 0px 0px;
    background: transparent;
    padding: var(--p25);
    height: auto;
    border-radius: 0;
    overflow: hidden;
    /* padding-bottom: 0px; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
}

section.attraction .item a:before{
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg,#000000d1,transparent);
    z-index: 1;
    -webkit-transition: height .3s cubic-bezier(0.33,1,0.68,1);
    transition: height .3s cubic-bezier(0.33,1,0.68,1);
    border-radius: 0 0 10px 10px;
}
section.attraction .item a:hover:before{
    height:100%;
}
section.attraction .atr-cont h4{
   height: 32.5px;
    overflow: hidden;
    color: var(--white-color);
    margin-bottom: var(--m10);
}
section.attraction .atr-cont p {
    height: 22px;
    overflow: hidden;
    color: var(--white-color);
    margin-bottom: 0px;
}
section.attraction #attr-home .owl-nav {
    text-align: right;
    position: absolute;
    top: -68px;
    right: 0;
    z-index: 2;
}
section.attraction #attr-home .owl-nav button.owl-prev {
    margin-right: var(--m15);
}
section.attraction #attr-home .owl-nav button {
    background: transparent !important;
    color: var(--black-color) !important;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
section.attraction #attr-home .owl-nav button:hover {
    background: var(--black-color) !important;
    color: var(--white-color) !important;
}
section.attraction #attr-home .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--black-color);
}
section.attraction #attr-home .owl-nav button:hover i{
     color: var(--white-color);
}
section.attraction a.main-btn {
    display: block;
    text-align: center;
    width: 250px;
    margin: auto;
    margin-top: var(--m30);
    /* background-color: var(--black-color); */
    /* border-color: var(--black-color); */
}
section.attraction a.main-btn:hover{
    /* background-color: var(--secondary-color); */
    /* border-color: var(--secondary-color); */
}
section.attraction .pro-btn{
    text-align:center;
}
/*Agent css*/
section.agent {
     background-image: url(../images/cta.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding:0px;
}
section.agent .col-md-8, section.agent .col-md-4{
    padding:0px;
}
section.agent .overlay {
    padding: var(--p80) var(--p12);
    background: rgba(0,0,0,0.3);
}
section.agent h2{
    color: var(--white-color);
    text-shadow: 0px 0px 3px #000;
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px #000;
    font-size: var(--f16);
    height: 52px;
    overflow: hidden;
}
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: 180px;
    text-align: center;
}

/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width:370px;
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

.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;
  }
}
section.ordinary-world-sec {
    padding-left: 0;
    padding-right: 0;
}

.ordinary-world-sec {
  padding: 70px 0 70px;
  h2 {
    /* font-size: 45px; */
    /* color: var(--black-color); */
  }
  .ordianry-para-text {
    max-width: 66%;
    margin: 24px auto;
    color: var(--black-color);
  }
  .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    &:hover {
      .card-img-top {
        transform: scale(1.05);
      }
      .rating-strip {
        transform: translateX(0);
        right: 2%;
      }
    }
  }
  .card-img-container {
    position: relative;
    height: 275px;
    overflow: hidden;
    border-radius: 24px;
  }
  .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 24px;
  }
  .card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--black-color);
  }
  .card-body-content {
    padding: 24px 20px;
    text-align: center;
    p {
      margin-bottom: 24px;
      color: var(--muted-color);
      font-size: 15px;
      line-height: 1.5;
    }
  }
  .rating-strip {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 96%;
    span {
      color: var(--black-color);
      font-weight: 500;
    }
    i {
      color: var(--btn-color);
      margin-right: 5px;
    }
  }
}

.stay-section {
  color: var(--black-color);
  text-align: center;
  .stay-title {
    font-size: 45px;
    margin-bottom: 20px;
    }

    .stay-subtitle {
    max-width: 66%;
    margin: 24px auto;
    color: var(--black-color);
    }
}

section.stay-section {
    padding: 0;
}
section.process-section {
    padding-top: 0;
  padding-left:0;
  padding-right:0;
}
section.process-section .container-fluid{
  padding-left:0;
  padding-right:0;
}

.process-section {
  ol{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    text-align: center;
    list-style: none;
    padding: 0;
    li{
        padding: 30px;
    }
  }
    .process-step {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    }

    .step-icon {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 35px;
    width: 55px;
    }

    .step-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    span{
        display: inline-block;
        margin-right: 5px;
    }
    }

    .step-description {
    color: var(--black-color);
    }
}

.luxury-section{
    position: relative;
    color: var(--white-color);
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    
    .innerbox{
    background-image: url('https://lh3.googleusercontent.com/VeBslPU0LHtmGY5EOqtc0dvbOmvwaxJDJTtqsP5SVk92_rvdDwwscuEtVaNEheBKhqaVBoKll94NKshDxLboCkLo1IPrwbqJu0Y=s0');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 30px;
    margin: 0 -12px;
    }
    .content-column {
        background: #58676991;
        backdrop-filter: blur(10px);
        padding: 50px 40px;
        border-radius: 15px;
    }
    
    .section-subtitle {
        font-size: 32px;
        margin-bottom: 40px;
        /* font-weight: 300; */
        line-height: 1.4;
        color: var(--white-color);
    }
    
    .feature-title {
        font-size: 20px;
        margin-bottom: 12px;
        color: var(--white-color);
        display: flex;
        align-items: center;
        i{
          margin-right: 8px;
          font-size: 14px;
        }
    }
    
    .feature-description {
        font-size: 16px;
        font-weight: 300;
        margin-left: 24px;
        color: var(--white-color);
    }
}
section.start-journey-section {
    padding-left: 0;
    padding-right: 0;
    background: var(--lt-bg-color);
}
section.start-journey-section p{
 margin-bottom:0; 
}
section.attraction-cards-section {
    padding-left: 0;
    padding-right: 0;
}

.attraction-cards-section{
  .property-card {
    position: relative;
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  h2{
    font-size: 45px;
    color: var(--black-color);
    font-weight: 400;
  }

  p{
    padding-right: 30%;
    margin: 24px 0;
  }

  .property-image {
    height: 100%;
    background: url('https://lh3.googleusercontent.com/MXMF2aiKFTsghWVJVAQ6jm7CDegQo6aAwgMIjxEN8aFA84xIrcQEBo_HAuikgA3oOuxCzibAyMqgwYEGPdFJuMbpuUPa9RPZM9y4nQ=s0') no-repeat center;
    background-size: cover;
  }

  .property-content{
    position: absolute;
    bottom: 30px;
    background: #52585F63;
    width: calc(100% - 60px);
    border-radius: 12px;
    padding: 30px;
    left: 30px;
    right: 30px;
    text-align: right;
  }

  .location {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    background: var(--btn-color);
    padding: 8px 16px;
  }

  .property-name {
    color: var(--white-color);
    font-size: 25px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: var(--heading-font);
  }

  .property-features {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .view-more-link {
    color: var(--white-color);
    &:hover{
      color: var(--white-color);
      border-bottom-color: var(--white-color);
    }
  }
}

.inspire-adv-section{
  padding-left: 0;
  padding-right: 0;
  background: var(--lt-bg-color);

  .adv-card{
    margin-top: 30px;
    .imgbox{
      img{
        height: 375px;
        object-fit: cover;
        border-radius: 12px;
      }
    }
    h3{
      font-size: 20px;
      margin-top: 24px;
      color: var(--heading-color);
      height: 28px;
      overflow: hidden;
      margin-bottom: 10px;
    }
  }
}

.testimonials-section{
  padding: 100px 0;
  background: url('https://lh3.googleusercontent.com/pppSn836SDcUtGY7qd8vhKAfyjmKDpCGQqEzK9QsFC48xzQcCBoQj5v7CiwRHMp-t9lW2VL9LcV3a_df9b6cRaTDcJt6D0PZjxg=s0');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 0;

  .container-fluid{
    z-index: 1;
  }
  
  &::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  .section-heading {
      color: var(--white-color);
      margin-bottom: 50px;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-size: 45px;
      span{
        display: block;
      }
  }
  
  .testimonial-card {
      background: #ab8a6263;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: block;
      overflow: hidden;
  }
  
  .testimonial-title {
      font-weight: 400;
      color: var(--white-color);
      margin-bottom: 15px;
      font-size: 24px;
      font-family: "Work Sans", sans-serif;
  }
  
  .testimonial-rating {
      color: var(--btn-color);
      font-weight: 400;
      margin-bottom: 15px;
      font-size: 14px;
      
      
      
      span{
        color: var(--white-color);
        display: inline-block;
        margin-left: 4px;
      }
  }
  
  .testimonial-text {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 300;
      font-style: italic;
      margin-bottom: 20px;
  }
  
  .testimonial-author {
      color: var(--white-color);
      text-align: left;
      margin-top: 15px;
      font-size: 14px;
      letter-spacing: 1.3px;
      font-style: italic;
      font-weight: 500;
  }
  
  .owl-nav button {
      background: rgba(255, 255, 255, 0.7) !important;
      width: 40px;
      height: 40px;
      border-radius: 50% !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .owl-nav button.owl-prev {
      left: -20px;
      background: var(--btn-color) !important;
      color: var(--white-color);
  }
  
  .owl-nav button.owl-next {
      right: -20px;
       background: var(--btn-color) !important;
      color: var(--white-color);
  }
     .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover{
        background: var(--btn-hover) !important;
     }
  
  .owl-nav button span {
      font-size: 30px;
      line-height: 30px;
  }
}



/*  browse all properties button */


.All-properties{
text-align: center;  
}

/*
.All-properties button{
      text-transform: capitalize;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 21px;
    background: #19CB0A;
    color: #fff;
}
*/


.All-properties button{
    background: linear-gradient(90deg, #19CB0A, #19CB0A);
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    font-weight: 500;
}


.All-properties button:hover{
 background: #000;
  color: #fff;
}


.All-properties button::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-30deg);
    transition:0.5s;
}

.All-properties button:hover::before{
    left:100%;
}

.All-properties button:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}


/*testimonials-section*/


 .testimonials-section .section-heading{
 text-align: center; 
}



.testimonials-section .testimonial-text{
          color: var(--white-color);
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 20px;
       /* height: min(200px); */
        display: block;
        overflow: hidden;
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.client-desc-text.expanded {
    -webkit-line-clamp: unset !important;
}


.more-text {
    display: none;
}

.read-more-btn {
    background: transparent;
    border: none;
    color: #2b6777;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
}

.read-more-btn:hover {
    text-decoration: underline;
}



/* read_more */


















