/*video section*/

.banner-wrapper {
  height: 100vh;
  position: relative;
  width: 100%;
  padding-bottom: 60px !important;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.video-sec {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 32px;
  /* background: #e7e7e7; */
  position: relative;
}
.overlay {
  width: 96%;
  height: 100%;
  position: absolute;
  background-color: #00000099;
  z-index: 0;
  top: 50%; /* Move the top edge to the vertical center */
  left: 50%; /* Move the left edge to the horizontal center */
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.hero-scetion .hero-content {
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
}
.hero-scetion .hero-content {
  width: 90%;
  text-align: center;
  margin: auto;
  color: rgb(255, 255, 255);
}

.nst {
  font-size: 5rem;
}
.hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
}
.hero-content h1 {
  font-family: GoudyOldStyle Roman;
  font-size: 86px;
  width: 90%;
  margin: auto;
  text-shadow: 0 0 28px #000;
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: 700;
  color: white;
  font-family: var(--heading-font);
}
.hero-content p.vdtopp {
  text-shadow: 0 0 28px #000;
  color: #fff;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff3d;
  border-radius: 30px 30px 30px 30px;
  padding: 2px 20px 5px 20px;
  background-color: #ffffff21;
  width: 28%;
  margin: auto;
}

.hero-content h1.vdbtmp {
  text-align: center;
  color: white;
  /* text-shadow: 0 0 28px #000; */
  font-size: 64px;
  padding: 20px 0 40px;
  /* position: absolute; */
  top: -65%;
  left: 50%;
  /* transform: translate(-50%, -50%); */ /* Adjusts for element's own size */
  text-align: center;
  font-weight: 400;
}

a.video-btn {
  background: white;
  color: black;
  padding: 14px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

a.video-btn:hover {
  background: #bfd9bc;
}

.h-big {
  font-family: var(--secondary-font);
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  text-transform: capitalize;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0px;
  max-width: 1140px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}

.h-big span {
  font-size: 96px;
}
.h-li-big {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 5px #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}


.search-sec {
  margin-top: -300px;
  z-index: 1;
  position: relative;
}
.months {
  color: gray;
}
.search-sec {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.search-bar {
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 0px;
  /* padding: 15px 15px 15px 15px; */
  -webkit-backdrop-filter: blur(5px);
  /* backdrop-filter: blur(5px); */
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 22px;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
  width: 80%;
  margin: auto;
}
.search-bar label {
  display: inline-block;
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--black-color);
  margin-bottom: 5px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}

.search-bar .row{
justify-content: center;

}

form .row{
display: contents;
}

.search-bar .call-text{
color:#fff;
}

.search-bar .call-text:hover{
color:#fff !important;
}

.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: transparent;
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .select {
  padding-left: 0px;
  padding-right: 10px;
}
.search-bar select {
  font-size: var(--f15);
  color: #999;
  /* line-height: 32px; */
  font-weight: 400;
  border-radius: 0px;
  padding: 0 var(--p12) 0 0;
  background: #fff;
  text-indent: 0px;
  border: 0px solid #e0e0e0;
  height: 45px;
  width: 100%;
}
.search-bar select option {
  color: var(--black-color);
}
.search-bar input {
  font-size: var(--f15);
  color: var(--primary-color);
  /* line-height: 32px; */
  font-weight: 400;
  border-radius: 0px;
  padding: 0px 0 0px 0px;
  height: 30px;
  background: transparent !important;
  border: 0px solid;
  text-transform: capitalize;
}
.search-bar img {
  width: 16px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.search-bar input#end_date {
  /* padding-left: 20px; */
}

.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #15192d !important;
  opacity: 1; /* Firefox */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.video-banner {
  height: 100vh;
  padding: 0;
  position: relative;
  z-index: 1;
}
section.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.video-banner button#play {
  display: none;
}
section.video-banner button#pause {
  display: none;
}
section.video-banner .video-sec {
  width: 100%;
  height: 100%;
}
#datepicker-demo17.datepicker {
  left: 0;
}
.form-dates .dates {
  font-size: 44px;
  font-weight: 500;
  color: var(--black-color);
  line-height: 1;
}
/*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: 0.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);
}
/* 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, 0.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;
}
/*Testimonial css*/
.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}
/*Testimonial css*/
section.testimonial .bg-img {
  background: url("../images/testy.webp");
  height: 600px;
  padding: 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.testimonial .attr-bnt {
  position: absolute;
  bottom: 7.7%;
  right: 45%;
  z-index: 1;
}
section.testimonial .para {
  max-height: 115px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  overflow: hidden;
  max-height: 279px;
}
section.testimonial {
  background: #fff;
  position: relative;
  padding-top: 0;
  background: #f9f7f7;
  background-image: url(../images/bg2.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 550px;
}
section.testimonial .main-row {
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  background-color: #000;
  padding: 30px;
  position: relative;
  top: -2rem;
  margin-bottom: -4rem;
  z-index: 1;
}
section.testimonial .main-row .line {
  width: 100px;
  height: 3px;
  background: var(--white-color);
  margin-bottom: 25px;
  display: block;
}
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.5;
}
section.testimonial .head-sec {
  position: relative;
  text-align: left;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0;
}
section.testimonial .head-sec h2 {
  text-align: left;
  color: var(--white-color);
}
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 {
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 1;
}
section.testimonial .item {
  padding-left: 40px;
  padding-right: 40px;
  height: auto;
  padding-bottom: 30px;
  box-shadow: 0 0;
  margin: 0;
}
section.testimonial .top-text {
  position: relative;
}
section.testimonial .overlay {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  position: relative;
  right: 0px;
  padding: 20px 30px;
}
section.testimonial .owl-nav {
  display: flex;
  gap: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  justify-content: center;
  width: 80%;
}
.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}
section.testimonial .owl-prev {
  font-size: 22px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--white-color) !important;
  border: 0px solid !important;
  color: var(--black-color) !important;
  opacity: 0.7;
}
section.testimonial .owl-next {
  font-size: 22px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--white-color) !important;
  opacity: 0.7;
  border: 0px solid !important;
  color: var(--black-color) !important;
}
section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
  opacity: 1;
}
section.testimonial .test-pro {
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
section.testimonial .test-pro:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: none;
}
section.testimonial .user-icon {
  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: transparent;
  border-radius: 0px;
  padding-bottom: 0;
  max-width: 900px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.07);
  padding: 0;
  height: auto;
  width: 100%;
}
section.testimonial .test-card p {
  color: var(--white-color);
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
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: 0;
  text-align: left;
}
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(--f16);
  font-weight: 700;
  text-align: left;
  color: var(--white-color);
  margin-bottom: 0;
}
section.testimonial .container-fluid {
  padding: 0;
}
section.testimonial .owl-item.active:first-child .item {
  border-right: 2px solid var(--white-color);
}
section.testimonial .para p {
  text-align: left;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  color: var(--white-color);
  height: auto;
  max-height: 100%;
  margin-top: 0;
  font-size: var(--f16);
  overflow: hidden;
  margin-bottom: 0;
}
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%;
}
section.testimonial a.main-bttn {
  display: inline-block;
  padding: 0px;
}
/*end Review section*/
/*Guests css start*/
.guests img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}
.guests .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guests .col-6.guest-img {
  gap: 20px;
}
.guests .guest-inner {
  display: flex;
  justify-content: space-between;
}
.guests .guest-inner img {
  width: 48.5%;
}
.guests .col-6.guest-content {
  padding-left: 5%;
}
.guests .col-6.guest-content p {
  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, 0.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: 22px;
  color: var(--heading-color);
  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: 40px;
}
.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: 0.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: 0.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: -0.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: 0.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 0.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 0.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 0.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 0.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;
}
.attraction-down-text{
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
    color: var(--bg-black);
    font-weight: 400;
}
.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 section */
.review_sec {
  background: #f9f7f7;
  background-image: url("https://www.magnoliaoverlook.com/front/images/bg2.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
}
.review_sec .main-row {
  background-image: url("https://www.magnoliaoverlook.com/front/images/testimonial-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  background-color: var(--secondary-color);
  padding: 30px;
  position: relative;
  top: -2rem;
  margin-bottom: -4rem;
  z-index: 9;
}
.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(--secondary-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}
section.about-us .about-content-sec {
  padding-right: 50px;
}
section.about-us .about-content-sec a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  transition: 0.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, 0.1);
  filter: brightness(0.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;
}
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, 0.1);
  transition: transform 0.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 0.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;
}

section.home-list {
  /* padding: var(--p60) var(--p12); */
  background: var(--lt-bg-color);
  padding-top: 120px;
}

section.home-list .head-sec {
  margin-bottom: 40px;
}

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: 0.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 .atr-btn {
  text-align: center;
  margin-top: 40px;
}
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: 280px;
  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(--p15) var(--p20) var(--p15);
  background: white;
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  margin-top: -20px;
  border-radius: 0;
}
section.home-list .prop-card:hover .pro-cont {
  background: #fff;
}
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: 32px;
  overflow: hidden;
  width: 100%;
  font-family: var(--other-font);
}
section.home-list h3.title a {
  color: var(--heading-color);
  /* font-family: var(--heading-font); */
}
.prop-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--m40);
}
section.home-list p.adr {
  font-size: var(--f15);
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: 0;
  line-height: 1.5;
  height: 22px;
  overflow: hidden;
  border-bottom: 0px solid #36454f59;
  padding-bottom: 0;
}
.prop-view-btn {
  padding-top: var(--p20);
}
.prop-view-btn a {
  text-decoration: underline;
  font-size: var(--f18);
}
section.home-list .descp {
  max-height: 60px;
  overflow: hidden;
}
section.home-list .how-we-value-heading {
  text-align: center;
  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;
  /* background-color: #f2f2f2; */
  font-size: var(--f14);
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.home-list i {
  margin-right: var(--m8);
  color: var(--territiary-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 {
  color: var(--heading-color);
}
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.gallery .col-3.md-12.sm-12 {
  width: 30%;
}
.shape-img {
  padding-top: 20rem;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
.shape-img img {
  width: 63%;
  height: 200px;
}

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

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

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

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

a.gallery-btn {
  /* font-size: var(--f16); */
  margin-top: var(--m30);
}
a.gallery-btn .fa-solid,
.fas {
}

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

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

section.home-gallery .slick-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  padding: 0 var(--p2);
}
section.home-gallery .slick-prev:before,
section.home-gallery .slick-next:before {
  font-size: 40px;
  opacity: 1;
  color: var(--black-color);
}
section.home-gallery .slick-prev,
section.home-gallery .slick-next {
  z-index: 1;
}
section.home-gallery .slick-prev {
  left: 10px;
}
section.home-gallery .slick-next {
  right: 28px;
}
section.home-gallery .content {
  height: 225px;
  overflow: hidden;
}
section.gallery .head-sec h2 {
  font-size: 50px;
  text-align: left;
}
section.gallery .head-sec {
  position: relative;
}
.arrow-mask-wrap svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
.arrow-mask-wrap {
  width: 110px;
  height: 22px;
  position: absolute;
  top: 30px;
  z-index: 0;
  transition: clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.arrow-mask-right {
  left: 190px;
  clip-path: inset(0px 100% 0px 0);
}
.arrow-mask-right.affix {
  clip-path: inset(0px 0px 0px 0%);
  position: absolute;
}

section.collection-section .head-sec {
  margin-bottom: 40px;
}
section.collection-section .img {
  width: 100%;
  height: 300px;
  border-radius: 0.625rem;
  overflow: hidden;
}
section.collection-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
section.collection-section .collection-content:hover img {
  transform: scale(1.1);
}
section.collection-section .collection-content {
  position: relative;
}
section.collection-section .collection-content h3 {
  font-size: 28px;
  /* font-weight: bold; */
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-bottom: 0;
  text-shadow: 0 0 3px #000000ba;
  text-align: center;
}
section.collection-section .collection-content h3 a {
  color: var(--white-color);
}
section.collection-section .row {
  gap: 30px 0;
}

section.business {
  padding: var(--p80) 0;
  background: url(../images/CTA.jpeg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 400ms, -webkit-filter 400ms;
}
section.business:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  top: 0;
  z-index: -1;
}
section.business .box {
  padding: 60px 60px;
  background-color: #00000085;
}
section.business h5 {
  color: var(--white-color);
  font-style: italic;
  font-weight: 500;
  margin-bottom: var(--m10);
  text-shadow: 0px 0px 3px #000;
}

section.business h2 {
  font-size: var(--f40);
  color: var(--white-color);
  font-weight: 500;
  text-shadow: 0px 0px 3px #000;
}
section.business p {
  color: var(--white-color);
  font-size: var(--f16);
  text-shadow: 0px 0px 3px #000;
}
section.business a {
  display: block;
  width: 195px;
  text-align: center;
  border-color: var(--white-color);
}
section.faq .container {
  max-width: 750px !important;
}
section.faq .head-sec h6 {
  letter-spacing: 2.4px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 37px;
  font-size: var(--f24);
}
section.faq .head-sec h2 {
  margin-bottom: 40px;
}
section.faq .head-sec img {
  margin-bottom: 80px;
}
section.faq .accordion-item {
  margin-bottom: 20px;
  border: 0px solid #fff;
  background: transparent;
}
section.faq button.accordion-button {
  font-size: var(--f20);
  color: var(--heading-color);
  padding: 0px;
  border-bottom: 1px solid #dbdee3;
  padding-bottom: 30px;
  margin-bottom: 0px;
  padding-left: 49px;
  background: transparent;
}
section.faq .accordion-button::after {
  background-image: url("../images/plus.png");
  transition: all 0.5s;
  width: 31px;
  height: 31px;
  background-color: var(--heading-color);
  border-radius: 5px;
  background-size: 13px;
  background-position: center;
}
section.faq .accordion-button:hover::after {
  background-color: var(--btn-hover);
}
section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
}
section.faq .accordion-button::after {
  transition: all 0.5s;
  /* margin-left: 0; */
  /* margin-right: auto; */
  position: absolute;
  left: 0;
}
section.faq .accordion-body {
  padding: 15px 18px;
  background: #eff2f5;
  margin-top: -15px;
  margin-bottom: 10px;
}
section.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 0px;
  border-bottom: 0px solid;
}
.faq-btn {
  text-align: center;
}
.faq-btn .main-btn {
  width: 180px;
}

/**************************************************************************/

/* About Us Section css Start */

.aboutus-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 1200px;
  margin: auto;
}

.aboutus-text {
  flex: 1;
  max-width: 500px;
}
.aboutus-text img {
  width: 17%;
  padding: 10px;
}

.aboutus-text h2 {
  font-size: 36px;
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.aboutus-text p {
  /* font-size: 1.2em; */
  /* color: #7a7a7a; */
  /* line-height: 1.5; */
}

.aboutus-cards {
  display: flex;
  gap: 20px;
}

.aboutus-card {
  border-radius: 8px;
  padding: 23px;
  color: #fff;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutus-card.green {
  background-color: var(--btn-hover);
}

.aboutus-card.red {
  background-color: var(--btn-color);
}

.aboutus-icon.plane {
  width: 60px;
  height: 60px;
  background-color: var(--bg-white);
  color: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(
    25% 25%,
    75% 25%,
    75% 75%,
    25% 75%,
    25% 64.78%,
    31.29% 59.77%,
    32.92% 58.48%,
    34.3% 55.64%,
    34.3% 52.49%,
    32.92% 48.4%,
    30.57% 44.79%,
    25% 41%
  );
}
.aboutus-icon.plane i {
  font-size: 20px;
}
.aboutus-icon i {
  font-size: 26px;
  padding: 14px;
}

.aboutus-icon svg {
  width: 100%;
  height: 100%;
}

.aboutus-card h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: var(--lt-bg-color);
}

.aboutus-card p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  opacity: 0.8;
  color: var(--bg-white);
}

.aboutus-btn {
  background-color: var(--btn-hover);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  width: fit-content;
  text-align: left;
  display: inline-block;
}
.aboutus-btn-first {
  background-color: var(--btn-color);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  width: fit-content;
  text-align: left;
  display: inline-block;
}
.aboutus-btn-first:hover {
  color: var(--white-color);
}
.aboutus-btn:hover {
  color: var(--white-color);
}

section.abthem .container {
  position: relative;
  background-color: #bfd9bc;
  padding: 0px 60px;
  border-radius: 30px;
  margin: 0px auto 0;
  overflow: hidden;
  z-index: 1;
}

section.abthem .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/topographicbg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3; /* adjust as needed */
  z-index: 0;
}

section.abthem .abthem-inner {
  position: relative;
  z-index: 2;
}

.abthem-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.abthem-left {
  flex: 1 1 55%;
}

.abthem-right {
  flex: 1 1 40%;
}

.abthem-right img {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

/* Badge at top */

.abthem-badge {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff30;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 1px solid #ffffff9c;
  border-radius: 30px 30px 30px 30px;
  padding: 5px 20px 5px 20px;
}

.icon-heart {
  position: relative;
}

.icon-heart img {
  width: 80px;
  /* height: 100px; */
}

.abthem-badge span {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.abthem-left h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.abthem-left p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.book-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: white;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.book-btn:hover {
  background-color: #bfd9bc;
  border: 1px solid white;
  color: black;
}

/*  property section */

section.amenities.prop {
  background-color: var(--lt-bg-color);
  position: relative;
  overflow-x: hidden;
}

section.amenities.prop .row.main.propamen h2 span {
  color: var(--secondary-color);
}

section.amenities.prop .col-lg-6 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  width: 48%;
}

section.amenities.prop .first {
  padding-right: 0px;
  position: relative;
  width: 50%;
}

section.amenities.prop .first img {
  max-height: 481px;
}

section.amenities.prop .row {
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
section.amenities.prop img {
  height: 100%;
}

section.amenities.prop h2 {
  padding-left: 0px;
  padding-right: 0px;
}

section.amenities.prop h4 {
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  padding: 0px 15px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: -8px;
  border-radius: 0px 0px 10px 10px;
  padding-top: 50px;
}

section.amenities.prop .second .row {
  gap: 30px 4%;
  padding-left: 0px;
  padding-right: 0px;
}

.prop .am:hover .prop-image img {
  transform: scale(1.1);
}

section.amenities.prop .first {
  padding-right: 0px;
  position: relative;
  width: 50%;
}

.prop .prop-image {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}

section.amenities.prop h4 {
  height: 160px;
  background: linear-gradient(180deg, transparent, #424141);
  padding: 0px 15px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: 0;
  /* border-radius: 0px 0px 10px 10px; */
  padding-top: 50px;
  font-family: var(--other-font);
  margin-bottom: 0;
}

section.amenities.prop p.tag {
  padding: 0;
  font-family: var(--other-font);
}

.prop .anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 80%;
  z-index: 0;
  padding: 10px 15px;
  width: 100%;
  margin-top: 10px;
}

.prop .anchor a {
  width: 100%;
  display: inline-block;
  height: 100%;
  /* display: none; */
}

section.amenities.prop .col-lg-6 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.prop .col-lg-3,
.prop .col-lg-6 {
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.amenities.prop .second .row {
  gap: 30px 4%;
  padding-left: 0px;
  padding-right: 0px;
}
section.amenities.prop .row {
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}

section.amenities.prop img {
  height: 100%;
}
.prop img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  /* border-radius: 10px; */
  transition: transform 0.65s ease;
  transform: scale(1);
}

section.amenities.prop .row.main.propamen {
  margin-bottom: 0;
}

.anchor span {
  background: #2d6b2b;
  padding: 7px 20px;
  color: white;
}

.anchor-star {
  color: white;
  display: flex;
  align-items: center;
  gap: 7px;
}

.anchor-star i.fa-solid.fa-star {
  color: #daa520;
}

/* card section */

section.propcardop {
  background: #e7e7e7;
  position: relative;
  /* padding-top: 0; */
}

.row.propcard-rownum h2 {
  font-size: 140px;
  margin: 0;
  text-align: center;
  font-weight: 900;
  display: flex;
  justify-content: center;
  line-height: 100px;
}

/* guest services section css start */

section.guestsrvcs,
.guestsrvcs-col {
  position: relative;
}

section.guestsrvcs .head-sec {
  padding-bottom: var(--p30);
}

.row.guestsrvcs-inrrow {
  gap: 15px;
}

.guestsrvs-inrcol {
  width: 32%;
  background: #eaece2;
  text-align: center;
  padding: var(--p60) var(--p20);
  border-radius: 5px;
  transition: transform 0.65s ease;
  transform: scale(1);
}
.guestsrvs-inrcol:hover {
  transform: scale(1.05);
}
.guestsrvs-inrcol img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.guestsrvs-inrcol p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

/* attractions */


section.attraction .head-sec h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 36px;
}
section.attraction .head-sec p {
  padding-left: 0;
  text-align: left;
  color: var(--primary-color);
  padding-bottom: 0px;
  margin-bottom: 0px;
}
section.attraction .col-6.right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.attraction .col-6.right .arrow {
  opacity: 1;
  visibility: visible;
}
section.attraction .col-6.left {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
section.attraction .col-md-4 {
  padding: var(--p8);
  position: relative;
}
section.attraction .col-md-4 a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
section.attraction img.img-fluid {
  border-radius: 40px;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.attraction .row {
  gap: 0px 0;
}
section.attraction .img-card {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  /* width: 188px; */
  height: 225px;
  position: relative;
}
section.attraction .col-md-4:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
}

section.attraction .atr-cont {
  background: transparent;
  margin: 0px;
  padding: var(--p30) var(--p30);
  border-radius: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}
section.attraction .atr-cont h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: var(--f23);
  max-height: 27px;
  overflow: hidden;
  color: var(--white-color);
  text-shadow: 0px 0px 2px #000;
  padding-right: 5px;
}

section.attraction .head-sec {
  text-align: left;
  margin-bottom: 21px;
}
section.attraction .para-attr {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 165px;
  display: none;
}
section.attraction .para-attr p {
  color: var(--white-color);
  font-size: var(--f18);
}
section.attraction .col-md-4:hover .para-attr {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.attraction .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* left: 0; */
  /* top: 0; */
  background: rgba(0, 0, 0, 0.4);
}
section.attraction .atr-cont .arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white-color);
  flex-shrink: 0;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  background: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid var(--btn-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;
}
section.attraction .arrow:hover {
  background: var(--white-color);
  color: var(--btn-color);
}
section.attraction a.main-btn {
  display: block;
  width: 180px;
  text-align: center;
  margin: auto;
}
section.attraction .pro-btn {
  text-align: center;
  margin-top: var(--m30);
}
section.attraction .col-md-4:hover .atr-cont {
  background: var(--white-color);
  box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4 {
  color: var(--heading-color);
  text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow {
  opacity: 1;
  visibility: visible;
}
section.attraction .right.mob {
  display: none;
}

/***/

/* search bar css */

.booking-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  /* top: 86%; */
}
.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: absolute;
  /* top: 450px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.search .col-3 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  /* background: #eeeeee; */
  width: 40%;
}
/* .search .col-3:first-child,
form.Search-bar .checkbar {
  border-right: 1px solid #cccccc;
} */

.search span {
  font-size: 16px;
  font-family: var(--primary-font);
  color: #999;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
form.Search-bar {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 60%;
  /* max-width: 720px; */
  left: 0;
  right: 0;
  top: 80px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  border-radius: 100px;
  display: flex;
  align-items: center;
}
form.Search-bar .checkbar {
  display: flex;
  width: 50%;
  gap: 10px;
  position: relative;
  padding-top: 0;
  /* background: #eeeeee; */
  padding: 0;
  height: 63px;
}
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: 24%;
  padding-left: 44px;
}
span.srch-svggst {
  position: absolute;
  left: -30px;
}

form.Search-bar .people label {
  text-align: center;
  width: 100%;
}
form.Search-bar .people .adult {
  width: 50%;
  /* flex-direction: column; */
  display: flex;
  gap: 25px;
  position: relative;
}
form.Search-bar .people .Children {
  width: 50%;
}
form.Search-bar .check-out {
  width: 100%;
  /* display: flex; */
  align-items: center;
  padding-left: 14px;
  justify-content: center;
  padding: 5px 0px 6px 20px;
}
form.Search-bar .check-in {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* border-right: 1px solid #cccccc; */
  padding-left: 12px;
  padding: 5px 0px 6px 20px;
}

form.Search-bar .check-in:hover{
    background: #e5e5e5;
    border-radius: 40px;
}

form.Search-bar .check-out:hover{
    background: #e5e5e5;
    border-radius: 40px;
}


form.Search-bar input,
form.Search-bar select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #A2A09B;
  font-size: 12px;
  font-weight: 500 !important;
}

input#start_date::placeholder,
input#end_date::placeholder {
  font-size: 12px !important;
    color: #A2A09B;
  font-weight:500;
}


#start_date{
   -webkit-appearance: none;
   -moz-appearance: none;
   background: none;
   padding-right: 0;
   font-size: 12px;
   /* color: #919191; */
   font-weight: 500 !important;
}

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: 24px;
  color: var(--btn-color);
  margin-left: 0;
  border: none;
}
form.Search-bar .people button.disabled {
  opacity: 0.3;
}
form.Search-bar .sub-btn {
  width: 11%;
  /* 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: end;
  align-items: center;
  width: 100%;
}
form.Search-bar .submit-btn button {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100px;
  background: #08786c;
  font-size: var(--f14);
  /* margin-right: var(--m10); */
  /* display: flex;
    align-items: center;
    justify-content: center; */
  gap: 10px;
}

#loc {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding-right: 0;
  font-size: 12px;
  color: #15192d;
  /* letter-spacing: 1px; */
  font-weight: 500;
  color: #A2A09B;
}
.main-btn i {
  font-size: 17px;
  margin-top: 5px;
}
.call-text {
  /* position: absolute; */
  left: 50%;
  /* transform: translateX(-50%); */
  font-size: 18px;
  /* font-weight: 600; */
  color: var(--white-color);
  /* top: 74%; */
}

.call-text:hover{
  color:#fff;
}
form.Search-bar .submit-btn button:hover {
  /* border-radius: 0px; */
  background: var(--btn-hover);
  transform: translateY(0px);
}
form.Search-bar label {
  font-size: var(--f16);
  font-weight: 500;
  font-family: var(--primary-font);
  color: #000;
  /* padding: unset; */
  display: flex;
}
form.Search-bar input::placeholder {
  font-size: var(--f13);
}
form.Search-bar .people .inc {
  border: 1px solid var(--btn-color);
}
.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: 48px !important;
  z-index: 9;
  /* background: #eeeeee !important; */
  font-weight: 400;
}
.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: 0.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, 0.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: 0.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, 0.25) !important;
}

span.srch-svg {
  position: absolute;
  left: 18px;
}

span.srch-svgarr {
  left: 140px;
  position: absolute;
}

/* testimonial section css start */

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

.row.test-rowtp {
  padding-bottom: 25px;
}
.row.test-rowtp h2 {
      margin-bottom: 20px;
      text-align: left;
      font-size: 36px;
}

section.testimonial-rev .item {
  padding: 50px 80px;
  position: relative;
}

section.testimonial-rev .item.item-card1 {
  background-color: #ffeebf;
  /* border-top-right-radius: 88px; */
}

section.testimonial-rev .item .test-itemcont p {
  color: black;
  font-size: 18px;
  font-weight: 600;
}

section.testimonial-rev .item .test-itemcontbtm h5,
section.testimonial-rev .item .test-itemcontbtm p {
  margin: 0;
  color: black;
}

.test-itemcont {
  padding-bottom: 30px;
}

.item.item-card4 {
  background-color: #eaece2;
  border-bottom-right-radius: 88px;
}

.item.item-card2 {
  background-color: #fadcb9;
  border-top-left-radius: 88px;
}

.item.item-card3 {
  background-color: #156d51;
  border-bottom-left-radius: 88px;
}

section.testimonial-rev .item.item-card3 .test-itemcont p {
  color: white;
}

section.testimonial-rev .item.item-card3 .test-itemcontbtm h5,
section.testimonial-rev .item.item-card3 .test-itemcontbtm p {
  color: white;
}

section.testimonial-rev button.owl-next,
section.testimonial-rev button.owl-prev {
  border-radius: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
}

section.testimonial-rev button.owl-next {
  left: auto;
  right: -6%;
}

section.testimonial-rev button.owl-next i,
section.testimonial-rev button.owl-prev i {
  font-size: 34px;
}

.testi-review::before,
.testi-review::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100px;
  height: 100%;
}
.testi-review {
  position: relative;
}
.testi-review::before {
  left: 0;
  background: linear-gradient(to right, #fffbf2, rgba(255, 251, 242, 0));
}
.testi-review::after {
  right: 0;
  background: linear-gradient(to left, #fffbf2, rgba(255, 251, 242, 0));
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000 !important;
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 25px !important;
}

/* Destination diaries section css */

section.blogs_sec .head-sec {
  text-align: center;
  margin-bottom: 40px;
}
section.blogs_sec .head-sec h2 {
  margin-bottom: 8px;
}
section.blogs_sec .head-sec p {
  text-align: left;
  color: var(--primary-color);
}

section.blogs_sec .item {
  padding: 5px;
}

section.blogs_sec .property-list {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 10px 25px -10px rgb(0 0 0 / 32%);
  transition: transform 0.4s;
}

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

section.blogs_sec .property-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  height: 47px;
  overflow: hidden;
}

section.blogs_sec .property-list h3 a {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

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

section.blogs_sec button.owl-dot {
  transition: 0.4s ease-in-out;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #796c5c87 !important;
}

section.blogs_sec button.owl-dot:hover {
  background: var(--btn-color) !important;
}

section.blogs_sec button.owl-dot.active {
  width: 35px;
  background: var(--btn-color) !important;
}

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

.test-date {
  margin-top: 10px;
}

/* image carousel */

.logos .item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}

.logos .item img {
  width: 50%;
  height: 80px;
  display: block;
  margin-bottom: 10px;
  object-fit: contain;
}

.logos .item p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}

section.logos {
  background: var(--white-color);
}
section.blogs_sec {
  background: var(--lt-bg-color);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--heading-color);
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 99 !important;
  animation: fadeInRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

/* Arrow inside the scroll button */
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

/* Hover Effect */
#scroll:hover {
  background-color: var(--secondary-color);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* Keyframes for fadeInRight animation */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* rental section start */
.property-card {
  display: block; 
}

.card-container {
  width: 100%; 
  background-color: var(--white-color);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; 
}

/* Styles for the Owl Carousel */
.card-carousel {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.card-carousel .item img {
  width: 100%;
  display: block;
  height: 250px; /* Set a fixed height for consistency */
  object-fit: cover;
  border-radius: 16px;
}

.owl-carousel .owl-dots {
  position: absolute;
  /* bottom: 10px; */
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dot.active span {
  background: #fff;
  /* width: 18px; */
}

/* Owl nav wrapper hidden until hover */
.rentalunit-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rentalunit-section .card-carousel:hover .owl-nav {
  opacity: 1;
}

/* Owl nav buttons styled as circles */
.rentalunit-section .owl-nav button {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  color: #333 !important;
  pointer-events: auto;
  border: none !important;
  outline: none !important;
  transition: background 0.3s, color 0.3s;
}
.rentalunit-section .owl-nav button i {
font-size: 10px;
}





/* Heart Icon */
.card-heart {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.card-heart i {
  font-size: 20px;
  color: var(--sec-line);
}

/* Card Content */
.card-content {
  margin-top: 16px;
}

.card-content h3 {
  font-size: 1em;
  margin: 0 0 8px 0;
  color: var(--heading-color);
}

.card-content p {
  font-size: 0.85em;
  color: var(--sec-line);
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0px;
}

.card-content .available-status {
  color: var(--sec-line);
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.card-content .info-icon {
  margin-left: 5px;
  color: var(--sec-line);
  font-size: 0.9em;
}

.search-section {
  background-color: var(--white-color);
  /* padding: 2rem; */
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.search-icon {
  position: relative;
  border: none;
  background: var(--gray-fade);
  padding: 9px 30px 9px 49px;
  border-radius: 48px;
}
.search-icon input {
  border: none;
  background-color: var(--gray-fade);
}
.search-icon input:focus {
    border: none;
    background-color: var(--gray-fade);
  outline: none;
}

.search-icon i {
  position: absolute;
  left: 15px;
  top: 13px;
  color: #87878a;
  font-size: 13px;
}

.cities-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  /* margin-top: 1rem; */
  margin: auto;
}

.city-tab {
  padding: 8px 15px;
  background-color: var(--white-color);
  /* border: 1px solid #ddd; */
  border-radius: 30px;
  cursor: pointer;
  color: gray;
  transition: all 0.3s;
}

.city-tab:hover,
.city-tab.active {
  background-color: var(--gray-fade);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.rental-view-all {
  background-color: var(--btn-color);
  width: 100%;
  display: flex;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  align-items: end;
  justify-content: space-between;
  padding: 21px;
}
.rental-view-all h3 {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}
.rental-view-all i {
  color: var(--white-color);
  font-size: 40px;
  transform: translateY(-9px);
}
/* rental section end */
/* landing standby section start */

.landing-content li{
    /* border: 1px solid; */
    display: flex;
}
.landing-content li h2{
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--heading-color);
}
.landing-content li p{
    font-size: 14px;
    letter-spacing: 0px;
    /* line-height: 19px; */
    color: var(--heading-color);
}
.count-landing{
    width: 78px;
    padding: 2px;
}
.count-landing span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--btn-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-heading{
   padding-left: 20px;
   color: var(--heading-color);
   margin-bottom: 36px;
   text-align: left;
   font-size: 36px;
}
.landing-content{
    padding: 20px;
}
.landing-img{
  height: 855px;
  padding-right: 25px;
  object-fit: cover;
}

.landing-img img{
  height: 855px;
}
/* landing standby section end */

/* service card section start */
.service-cards{
        background: var(--gray-fade);
        padding: 20px;
        /* box-shadow: 4px 4px 11px 0px; */
}
.service-cards img{
      height: 60px;
      width: 60px;
      padding: 10px;
}
.service-cards h6{
     font-size: 17px;
     margin-top: 12px;
     margin-bottom: 0px;
     color: var(--primary-color);
     padding: 10px;
}
.service-cards p{
     font-size: 15px;
     padding: 11px;
     /* padding-left: 22px; */
}
/* service card section end */

.attracion-for-height{
    height: 10px;
}


section.about-new-sec{
  padding-top: 30px;
  padding-bottom: 30px;
}

section.rentalunit-section .row{
  gap:30px 0;
}

section.landing-standby{
  padding-top: 40px;
}

section.service-card-section{
  padding-top:40px;
}

section.testimonial-rev .item{
  border-radius: 20px;
}

section.service-card-section .head-sec h4{
      font-size: 36px;
      color: var(--heading-color);
      text-align: center;
      margin-bottom: 40px;
}


section.rentalunit-section .head-sec {
    text-align: center;
    width: 65%;
    display: block;
    margin: auto;
    padding-bottom: 50px;
}


   .object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}


  .custom-btn-wrapper {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}

  .custom-btn-wrapper a{margin-top: 0;}
.custom-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: fit-content;
  border: 1px solid #fff;
  border-radius: 50px;
  /* background: rgba(0, 0, 0, 0.6); */
  padding: 4px 12px 4px 4px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  backdrop-filter: blur(16px);
  transition: background 0.3s ease;
}

.custom-btn:hover,
.custom-btn:focus {
  /* background: rgba(255, 255, 255, 0.2); */
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 35px;
  border-radius: 22px;
  background: #A1F1C8;
  padding: 12px 16px;
  color: green;
  font-size: 13px;
}

.btn-text {
  flex-grow: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.btn-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.custom-btn:hover .btn-icon {
  transform: translateX(4px);
}
.search-box {
      background: #f5f5f5;
      border-radius: 50px;
      padding: 8px 55px;
      border: none;
      box-shadow: none;
    }
    .search-box:focus {
      outline: none;
      box-shadow: none;
    }
    .search-container {
      display: flex;
      align-items: center;
      background: #f5f5f5;
      border-radius: 50px;
      padding: 5px 5px;
      width: 300px;
    }
    .search-container i {
      color: gray;
      margin-right: 8px;
    }

    i.fas.fa-search {
    position: absolute;
    top: 13px;
    left: 16px;
    color: gray;
}

.search-tabs {
    position: relative;
     margin: auto;
}

.sec-border{
  display:flex;
  padding: 20px 0px 20px 0;
  gap: 30px;
}


.sec-border h6{
  width: 46%;
  font-size: 18px;
  }


.check-in-card {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    width: 70%;
    padding: 20px;
    display: block;
    margin-left: auto;
    background: #FAFAFA;
}

.checkin_inner_data{
  display:flex;
  gap: 20px;
}
.checkin_inner_data img{width: 10%;height: 10%;}


.hero-content h5{
  font-size:40px;
  color: #fff;
  font-weight: 200;
}


.hero-content h1{
  font-size:64px;
}

    .hero-content p {
        font-size: var(--f14);
        letter-spacing: 0;
    }



 .call-text {
      text-align: center;
      font-size: 14px;
      margin-top: 10px; /* same as mt-6 */
    }

    .call-text a {
      color: #B2EECA;
      text-decoration: none;
    }

    .call-text a:hover,
    .call-text a:focus-visible {
      text-decoration: underline;
    }

.easy-sec h3{
  font-size:28px;
  font-weight: 400;
}

.easy-sec h4{
 color:#000;
 font-weight: 400;
}

.border-line{
    background-color: #EDECEB;
    opacity: 1;
}

.col-6.checkbar {
    background: #eeeeee;
    border-radius: 0 40px 40px 0;
    /* padding: 5px 0px 6px 20px; */
}

.col-3.border-end {
    background: #eeeeee;
    border-radius: 40px 0 0 40px;
    padding: 0px;
    height: 63px;
}

.hover_input:hover{
    background: #e5e5e5;
    border-radius: 40px;
}


.border-end .hover_input:hover{
    background: #e5e5e5;
    /* border-radius: 40px; */
    /* padding: 5px 0px 6px 20px; */
}

.col-6.checkbar {
    background: #eeeeee;
    border-radius: 0 40px 40px 0;
    /* padding: 5px 0px 6px 20px; */
}

.col-3.border-end {
    background: #eeeeee;
    border-radius: 40px 0 0 40px;
    /* padding: 5px 0px 6px 20px; */
}

.hover_input:hover{
    background: #e5e5e5;
    border-radius: 40px;
}


.border-end .hover_input:hover{
    background: #e5e5e5;
    border-radius: 40px;
    /* padding: 5px 0px 6px 20px; */
    margin-right: 5px;
}


.hover_input{
  padding-left: 24px;
    padding-right: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.col-6.checkbar .hover_input{
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.border-end{
  border:0 !important;
}


.border_line {
    border: 1px solid #d9d9d9;
    height: 29px;
    margin-top: 15px;
}


