@font-face {
  font-family: "Italianno";
  src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
  padding: 0px;
  width: 100%;
  height: 100vh;
  position: relative;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-sec {
  width: 100%;
  height: 100%;
}
#play,
#pause {
  display: none;
}
.head-sec {
  text-align: center;
  margin-bottom: var(--m40);
}
.head-sec h2 {
  margin-bottom: 0px;
}
.head-sec p {
  font-size: var(--f12);
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: var(--m5);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.7;
}
/* search bar  */

.search-bar {
  position: relative;
  width: 100%;
  left: 0;
  bottom: -100px;
}
/* .search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 85%;
  left: 0;
  right: 0;
  bottom: -90px;
  background: var(--white-color);
  border-radius: 40px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 0;
  
} */

.search-bar form{
      position: relative;
      margin: auto;
      justify-content: center;
      width: 95%;
      left: 0;
      right: 0;
      bottom: 30px;
      background: var(--white-color);
      padding: 0 0;
      border-radius: 0px;
      z-index: 2;
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
      margin-top: 0;
      padding: var(--p16);
      border-radius: 25px;
}

.search-bar form::before{
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    left: -12px;
    top: 0;
    z-index: -1;
}
.search-bar form::after{
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    border-radius: 24px;
background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: -6px;
    top: 0;
    z-index: -1;
}

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

.form-control:focus{
    background-color: transparent !important;
    outline: none;
}
.search-bar input:focus{
    outline: none;
    background: none;
}
.search-bar input{
    font-size: var(--f14);
    color: var(--primary-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:0px;
    background: transparent;
    border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
  padding-left: 20px;
}

.search-bar input::placeholder {
  color: var(--other-color);
  opacity: 1;
}

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

  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 25px;
}
.search-bar .col-3.srch-btn {
  width: 20% !important;
}
 .search-bar .col-3{
   position: relative;
    padding-left: var(--p16);
    padding-right: var(--p16);
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    background: #e3e3e3;
    width: 19%;
    border-radius: 25px;
  }
/* .search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
}
.search-bar .check:before {
  position: absolute;
  content: "";
  top: 1px;
  right: 0;
  width: 1px;
  height: 30px;
  background: #999;
} */
.search-bar .first-row-seacrh{
    gap: 10px;
}
.search-bar .first-row-seacrh .select select:focus{
    outline: none;
}
.search-bar .first-row-seacrh .select select{
     font-size: var(--f14);
    color: var(--primary-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    border: 0px solid #e0e0e0;
    text-indent: 0px;
    height: 32px;
    width: 100%;
}
.search-bar .first-row-seacrh .select{
        position: relative;
    padding-left: var(--p16);
    padding-right: var(--p16);
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    background: #e3e3e3;
    width: 19%;
    border-radius: 25px;
}

.search-bar .col-3 {
  position: relative;
  width: 20%;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}
.search-bar .check i {
  top: 0.5rem;
}
.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}
.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
 
}
.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
  border-radius: 50px;
}
.search-bar .col-4.md-12.sm-12.srch-btn {
  display: flex;
  gap: 10px;
  padding-right: 0px;
}
.search-bar .datepicker-common-2 {
  padding: 0;
  width: 50%;
}
.search-bar .main-check {
  width: 38%;
    position: relative;
    padding-left: var(--p16);
    padding-right: var(--p16);
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    background: #e3e3e3;
    border-radius: 25px;
}
.search-bar .main-check .row {
  position: relative;
}
div#guestsss {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

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

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

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

#guestsss button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: all 0.3s;
  cursor: pointer;
}
#guestsss button.button11.button1 {
  margin-left: var(--m14);
}
.datepicker-section {
  position: relative;
}
.datepicker-common-2 {
  padding: 0;
}
input#demo17 {
  position: absolute;
  left: 0px;
  top: 0px !important;
  width: 100% !important;
  opacity: 0;
  height: 32px !important;
  z-index: 9;
}
/* search bar  */

.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: var(--white-color) !important;
  border-color: var(--white-color) !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.2);
  padding-top: 120px;
  flex-direction: column;
}
.video-cont .scroll {
  position: absolute;
  bottom: 10px;
  display: none;
}
.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: var(--white-color);
  text-shadow: 0px 0px 2px #000;
  text-transform: capitalize;
  font-size: var(--f60);
  letter-spacing: 2px;
  font-family: var(--secondary-font);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.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-transform: capitalize;
  font-size: var(--f24);
  text-align: center;
}
/*About company css*/

section.about-us-home .abt-cont {
  position: relative;
}
section.about-us-home {
  background-color: var(--lt-bg-color);
}

.serv-heading h2 {
  transform: rotate(270deg);
  position: absolute;
  left: -120px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--btn-hover);
  font-size: var(--f60);
  top: 150px;
}

.serv-content {
  padding-left: var(--p97);
  padding-top: var(--p25);
}

section.about-us-home h3 {
  font-size: var(--f32);
  color: var(--secondary-color);
}
section.about-us-home h2 {
  color: var(--secondary-color);
}
section.about-us-home .abt-co-img-left {
  border-radius: 5px;
  position: relative;
  left: 0px;
  top: 0;
  text-align: center;
  width: 450px;
  border-radius: 50px;
  overflow: hidden;
}

section.about-us-home .abt-co-img-left img,
section.about-us-home .abt-co-img-right img {
  border-radius: 0px;
}
section.about-us-home .abt-co-img-left img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border: 0px solid var(--black-color);
  animation: blobEffect 5s linear infinite;
  border-radius: 50px;
  transition: 0.5s all;
}
section.about-us-home .abt-co-img-left img:hover {
  transform: scale(1.14);
}
section.about-us-home .abt-co-img-right {
  text-align: right;
  z-index: 1;
  transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
  position: relative;
  padding-right: 0;
}
section.about-us-home .abt-co-img-center {
  position: absolute;
  top: 205px;
  left: 65px;
  z-index: -1;
}
section.about-us-home .head-sec {
  text-align: left;
  margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.about-us-home li {
  width: 50%;
  margin-bottom: var(--m10);
  font-weight: 600;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}

section.about-us-home i {
  font-size: var(--f18);
  margin-right: var(--m10);
  font-weight: 900;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
section.about-us-home .para {
  max-height: 300px;
  overflow: hidden;
}
section.about-us-home p {
  color: var(--primary-color);
}
section.about-us-home .abt-co-img-right img {
  height: 300px;
  width: 230px;
  object-fit: cover;
  border: 1px solid var(--black-color);
}
section.about-us-home a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  margin-top: var(--m10);
}
/* property location */

.location-catg .img {
  border-radius: 30px;
}
.location-catg .col-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
/*About cta css*/

section.cta {
  background: url(../images/cta-bg.jpg);
  padding-left: 0;
  position: relative;
  padding-right: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 260px;
}
section.cta .content {
  width: 70%;
  background: rgb(0 0 0 / 70%);
  padding: var(--p60);
  box-shadow: 0px 9px rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.cta .container {
  display: flex;
  justify-content: center;
  position: relative;
}
section.cta .head-sec h2 {
  text-align: left;
  color: var(--white-color);
  text-align: center;
}
section.cta .content p {
  color: var(--white-color);
  text-align: center;
}
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;
}

.cta-banner {
  width: 100%;
  height: 200px;
  background: url(../images/trees.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fa-envelope {
  color: var(--btn-color);
}
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: #0c180780;
  text-align: center;
}
section.business h5 {
  color: var(--white-color);
  font-style: italic;
  font-weight: 500;
  margin-bottom: var(--m10);
}

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);
}
section.business a {
  display: block;
  width: 195px;
  text-align: center;
  border-color: var(--white-color);
  margin: auto;
}

/*Properties css*/

ul.home-ammenities {
  gap: 70px;
  padding-left: 0;
}
section.featured-pro .col-3.price {
  display: flex;
  justify-content: end;
  align-items: center;
}
section.featured-pro .col-3.price .main-btn {
  width: 130px;
  text-align: center;
}
section.featured-pro .row .ammenity .col-9 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}
.prop-cont span {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--f18);
  margin-bottom: var(--p10);
}
span.adr {
  display: block;
}
.prop-cont .price {
  font-weight: 600;
  font-size: var(--f25);
  font-family: var(--primary-font);
}
.prop-cont .amenity-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--m30);
}
.prop-cont h3 {
  font-weight: 600;
  font-size: var(--f25);
  font-family: var(--primary-font);
}
section.featured-pro button.owl-prev {
  position: absolute;
  left: 10px;
  bottom: 42%;
}
section.featured-pro button.owl-next {
  position: absolute;
  right: 10px;
  bottom: 42%;
}
section.featured-pro button.owl-next span {
  font-size: 70px;
  color: var(--white-color);
  text-shadow: 0 0 5px#000;
}
section.featured-pro button.owl-prev span {
  font-size: 70px;
  color: var(--white-color);
  text-shadow: 0 0 5px#000;
}
section.featured-pro button.owl-prev.disabled,
section.featured-pro button.owl-next.disabled {
  opacity: 0;
}
section.featured-pro .col-6.prop-cont h4 {
  color: var(--secondary-color);
  font-size: var(--f23);
  font-weight: 400;
}

section.featured-pro {
  background: var(--white-color);
}
section.featured-pro .head-sec {
  text-align: center;
  margin-bottom: var(--m30);
}
section.featured-pro .row {
  gap: 20px 0;
}

section.featured-pro img.img-fluid {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px;
  position: relative;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
section.featured-pro .pro-img:hover img {
  transform: scale(1.14);
}
section.featured-pro .pro-img a:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
section.featured-pro .pro-img a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
  display: block;
}
section.featured-pro .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--p24);
  border-radius: 0px 0px 10px 10px;
  background: var(--white-color);
  box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
  color: #e3e3e3;
  margin-right: var(--m3);
  font-size: var(--f14);
}
section.featured-pro .rating i.checked {
  color: #fcaf3d;
}
section.featured-pro .rating {
  margin-bottom: var(--m15);
}
section.featured-pro h3.title {
  font-size: var(--f24);
  line-height: 1.2;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: var(--m11);
  height: 33px;
  overflow: hidden;
}
section.featured-pro h3.title a {
  color: var(--heading-color);
}
section.featured-pro p.adr {
  font-size: var(--f14);
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: var(--m20);
  line-height: 1.5;
  height: 21px;
  overflow: hidden;
}
section.featured-pro ul {
  padding: var(--p20) var(--p20) var(--p15);
  background-color: var(--lt-bg-color);
  font-size: var(--f14);
  align-items: center;
  display: flex;
  justify-content: left;
}
section.featured-pro i {
  margin-right: var(--m8);
  color: var(--secondary-color);
}

section.featured-pro ul li {
  font-size: var(--f16);
  color: var(--heading-color);
}
section.featured-pro h5 {
  font-size: var(--f14);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
section.featured-pro .pro-img {
  position: relative;
}
section.featured-pro h5 span {
  font-weight: 600;
  font-size: var(--f24);
  color: var(--white-color);
}

section.featured-pro .featured span {
  font-weight: 500;
  font-size: var(--f14);
  color: var(--white-color);
  background-color: var(--btn-color);
  padding: var(--p5) var(--p8);
  display: inline-block;
  border-radius: 8px;
}
section.featured-pro .featured {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
section.about-us {
  /* padding-bottom:40px; */
  background: var(--lt-bg-color);
  overflow: hidden;
}
/*About owner css*/
section.about-owner {
  background: var(--lt-bg-color);
  /* padding-bottom: 80px; */
}
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;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
  position: relative;
  padding-left: var(--p60);
  padding-right: var(--p60);
}
section.about-owner .abt-owner {
  position: relative;
  height: 100%;
}
section.about-owner .abt-img {
  /* position: absolute; */
  /* left: 0; */
  /* top: -70px; */
  /* width: 100%; */
  /* height: 100%; */
}

section.about-owner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
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 p {
  color: var(--primary-color);
}
section.about-owner .icon-area {
  border-radius: 100%;
  border: 1px solid var(--btn-color);
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--f20);
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-us .icon-area i {
  color: var(--btn-color);
}
.fa-phone {
  color: var(--btn-color);
}
section.about-owner .call-us,
section.about-owner .email-us {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.about-owner .call-area {
  display: block;
}
section.about-owner .call-area a {
  display: block;
}
section.about-owner .abt-detail {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: var(--m30);
  margin-top: 30px;
}
section.about-owner a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
}
/*Counter css*/
section.counter {
  background: #1e1d85;
}
section.counter .counter-box {
  text-align: center;
  padding: var(--p40);
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 15px;
}
section.counter img.img-fluid {
  width: 80px;
  margin-bottom: var(--m20);
}
section.counter h3 {
  font-size: var(--f48);
  color: var(--white-color);
  margin-bottom: var(--m5);
  line-height: 1.2;
}
section.counter h5 {
  font-size: var(--f18);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
}
section.counter .counter-box:hover {
  background: var(--btn-color);
}

/*Testimonial css*/
section.testimonial .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;
}

section.testimonial {
  background: #fff;
  position: relative;
  /* padding: 0; */
  /* padding-bottom: 60px; */
  background: var(--lt-bg-color);
}

section.testimonial .col-6.cont-head {
  margin-top: 88px;
  padding: 105px 27px 0;
  background: transparent url(../images/testi-bg-a.jpg) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  display: none;
}
section.testimonial .col-6.cont-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
section.testimonial .head-sec {
  position: relative;
  text-align: left;
  width: 70%;
  margin: auto;
  /* padding-left: var(--p30); */
  /* padding-top: var(--p50); */
  margin-bottom: var(--m20);
}

section.testimonial .icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -5px;
}
section.testimonial .icon img {
  height: 50px;
}
section.testimonial .testy {
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
section.testimonial .item {
  /* padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5); */
  padding: 5px;
}
section.testimonial .top-text {
  position: relative;
  /* height: 100px; */
}
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: 30px; */
  justify-content: center;
  width: 80%;
  margin-top: 30px;
}

section.testimonial .head-sec h2 {
  text-align: center;
}

.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}
section.testimonial .owl-prev {
  font-size: 16px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--btn-color) !important;
  border: 0px solid !important;
  color: var(--white-color) !important;
}
section.testimonial .owl-next {
  font-size: 16px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--btn-color) !important;
  border: 0px solid !important;
  color: var(--white-color) !important;
}
section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
  background: var(--btn-hover) !important;
}
section.testimonial .test-pro {
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
section.testimonial .test-pro:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
  position: absolute;
  /*top: -35%;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: none;
}
section.testimonial .user-icon {
  position: absolute;
  z-index: 1;
  left: 17%;
  top: 20%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.testimonial .user-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}

section.testimonial .test-card {
  text-align: center;
  background: var(--white-color);
  border-radius: 0px;
  /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
  padding-bottom: 0;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  padding: var(--p25);
  height: 230px;
  width: 100%;
}
section.testimonial .test-card p {
  color: var(--primary-color);
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: var(--m10);
}

section.testimonial .test-card h4 {
  font-size: var(--f20);
  margin-bottom: var(--m7);
  font-weight: 600;
  color: var(--heading-color);
}
section.testimonial .cont-sec {
  margin-top: 0;
  text-align: center;
}
section.testimonial .cont-sec img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
section.testimonial i.fa-solid.fa-star {
  color: #fcaf3d;
  font-size: var(--f10);
  margin-right: var(--m3);
}
section.testimonial hr {
  width: 200px;
  opacity: 1;
  border-top: 3px solid;
  color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f20);
  font-weight: 700;
  text-align: center;
  color: var(--territiary-color);
  margin-bottom: 0;
}
section.testimonial .container-fluid {
  padding: 0;
}

section.testimonial .owl-item.active:first-child .item {
  border-right: 2px solid var(--white-color);
}
section.testimonial .para p {
  text-align: center;
  width: 90%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  color: var(--black-color);
  height: auto;
  max-height: 141px;
  margin-top: var(--m10);
  font-size: var(--f16);
  overflow: hidden;
  margin-bottom: var(--m20);
}
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;
}

/*About Owner*/
section.about-home .about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section.about-home .about-img .main-about-img {
  overflow: hidden;
  border-radius: 10px;
}
section.about-home img {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 460px;
  object-fit: cover;
  height: 440px;
  transition: 0.5s all;
  border-radius: 10px;
}
section.about-home img:hover {
  transform: scale(1.14);
}

section.about-home .col-7.md-12.sm-12 {
  /*background: var(--black-color);*/
  padding: 0 var(--p80);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.about-home .cont {
  margin-bottom: var(--m30);
  max-height: 240px;
  overflow: hidden;
}

section.about-home a.abt-btn.main-btn {
  width: 250px;
  text-align: center;
  padding: var(--p13) var(--p20);
}

section.about-home .head-sec p {
  text-align: left;
}
section.about-home .head-sec {
  text-align: left;
  margin-bottom: var(--m20);
}
section.about-home .col-7.md-12.sm-12 {
  padding: 0 var(--p80);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section.about-home {
  background: var(--lt-bg-color);
}
/*Attraction css*/
section.how-we-value-wrapp.atr {
  background: #f7f7f7;
  background-color: #ffffff;
  /* padding-top: 0; */
  /* padding-bottom: 40px; */
}
.heading-logo img {
  display: none;
}
section.how-we-value-wrapp .head-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  margin-bottom: 40px;
  /* padding-top: 80px; */
}

.how-we-value-wrapp h2 {
  color: var(--heading-color);
  /* font-weight: 500; */
  /* margin-bottom: 50px; */
  /* font-size: var(--f48); */
}

.attr-btn {
  display: flex;
  justify-content: center;
}

.how-we-value-wrapp h6 {
  line-height: 1.3;
  color: var(--primary-color);
  letter-spacing: 0.03em;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
  padding: 8px;
  position: relative;
}

.how-we-value-wrapp .atrr a {
  position: relative;
}

.how-we-value-wrapp img.img-fluid {
  border-radius: 0px;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 350px;
  object-fit: inherit;
}

.how-we-value-wrapp .row {
  gap: 30px 0;
  justify-content: center;
}

.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: 23px;
  color: var(--secondary-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(248, 247, 247, 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;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/*Agent css*/
section.agent {
  background-color: #1e1d85;
  background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
  background-repeat: no-repeat;
  background-position: right bottom, left bottom;
  background-size: contain;
  position: relative;
}
section.agent h2 {
  color: var(--white-color);
}
section.agent p {
  color: #f2f2f2;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.agent a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
}
/*faq css*/

section.faq {
  background: var(--white-color);
}
.how-we-value-heading {
  text-align: center;
  margin-bottom: var(--m40);
}
.how-we-value-heading p {
  color: var(--secondary-color);
}

section.faq .list-faq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  padding-left: 18px;
  font-size: 25px;
  line-height: 58px;
  color: var(--white-color);
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item {
  border: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  background: var(--white-color);
  margin-bottom: var(--m20);
  border: none;
}
section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
  position: relative;
  width: 100%;
  padding: 22px 65px;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  border: none;
  background-color: transparent;
  background-color: #f4f4f4;
  text-align: left;
}
section.faq .accordion-button::after {
  position: relative;
  left: 25px;
}
section.faq .accordion-button:not(.collapsed) {
  background: var(--white-color);
}
section.faq p {
  color: var(--primary-color);
  font-size: var(--f14);
  font-weight: 500;
}

.sec-line {
  position: relative;
  margin-bottom: var(--m15);
  line-height: 0;
}
section.faq img {
  border-radius: 10px;
}
section.faq .accordion-body {
  color: var(--primary-color);
  font-size: var(--f14);
  box-shadow: 2px 3px 4px 0px #00000052;
}
.accordion-flush .accordion-collapse {
  background: var(--white-color);
}
.accordion-button::after {
  background-image: ur;
}

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

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

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

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

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

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

.mob-btn {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: var(--m0);
}

.all-data-testimonial p {
  max-height: auto;
}

.less-data-testimonial p {
  max-height: 151px;
}

/* about us  */

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

section.about-us .about-image-sec img {
  width: 500px;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

/* property section */

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: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-top: -20px;
  border-radius: 12px;
}

section.home-list h3.title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 0;
  height: 32px;
  overflow: hidden;
  width: 100%;
  font-family: var(--other-font);
}

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 ul li {
  font-size: var(--f14);
  color: var(--black-color);
  font-weight: 500;
  display: grid;
  text-align: center;
  gap: 10px;
}

section.home-list i {
  margin-right: var(--m8);
  color: var(--secondary-color);
}

section.home-list .row {
  justify-content: space-around;
}

.pro-img img {
  height: 300px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.own-content {
  height: 234px;
  overflow: hidden;
}
section.map-section {
  padding: 0;
  text-align: center;
}
section.map-section .container-fluid {
  padding: 0;
}
section.map-section h2 {
  margin-bottom: 30px;
}
section.search-sec {
  background: var(--lt-bg-color);
}
.search-sec {
  position: absolute;
  width: 100%;
  bottom: 25%;
}
.pro-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.pro-upper .ratings {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 3px;
  font-size: 18px;
}

/* new about us css start here  */
/*About company css*/
section.about-us-home .abt-co-img-left {
  border-radius: 0;
  position: relative;
  left: 16rem;
  top: 0;
  text-align: right;
}
section.about-us-home h2 {
  color: var(--primary-color);
  font-size: 28px;
}
section.about-us-home .abt-co-img-left img,
section.about-us-home .abt-co-img-right img {
  border-radius: 10px;
}
section.about-us-home .abt-co-img-left img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
section.about-us-home .abt-co-img-right {
  text-align: right;
  z-index: 1;
  transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
  position: relative;
  /* padding-right: var(--p40); */
  width: 100%;
}
section.about-us-home .abt-co-img-center {
  position: absolute;
  top: 205px;
  left: 65px;
  z-index: -1;
}
section.about-us-home .head-sec {
  text-align: left;
  margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.about-us-home li {
  width: 50%;
  margin-bottom: var(--m10);
  font-weight: 600;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}

section.about-us-home i {
  font-size: var(--f18);
  margin-right: var(--m10);
  font-weight: 900;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
section.about-us-home .head-sec p {
  color: var(--secondary-color);
}
section.about-us-home p {
  max-height: 210px;
  overflow: hidden;
}
section.about-us-home .abt-co-img-right img {
  height: 400px;
  object-fit: cover;
  border: 4px solid #fff;
  width: 304px;
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}
section.about-us-home .abt-co-img-right {
  text-align: right;
  z-index: 1;
  transform: translateY(-50%) translateX(35px);
  position: absolute;
  top: 52%;
  left: 0px;
}
section.about-us-home a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
section.about-us-home {
  background: var(--white-color);
}
section.about-us-home .abt-cont {
  max-height: 470px;
  overflow: hidden;
}
/* new about us css end here  */

/* attraction new css start here  */
.attraction-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
}
.attraction-section .head-sec {
  margin-bottom: 10px;
}
.attraction-cards {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  perspective: 500px;
  margin: auto;
}

.attraction-cards .box {
  position: relative;
  width: 335px;
  height: 350px;
  background: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
  border-radius: 20px;
}

/* Hover effects */
.attraction-cards:hover .box {
  transform: rotateY(25deg);
}
.attraction-cards .box:hover ~ .box {
  transform: rotateY(-25deg);
}
.attraction-cards .box:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}

/* Image box and overlay */
.attraction-cards .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attraction-cards .box .imgBx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #a97a57, #001d3d);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.attraction-cards .box:hover .imgBx:before {
  opacity: 1;
}
.attraction-cards .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0.9;
}

/* Content */
.attraction-cards .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
.attraction-cards .box .content h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
}
.attraction-cards .box:hover .content h2 {
  transform: translateY(0px);
}
.attraction-cards .box .content a {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
}
.attraction-cards .box .content .content-text {
  text-align: center;
}

.attraction-cards .box:hover .content p {
  transform: translateY(0px);
}
section#property {
  overflow: hidden;
}
/* Attraction new setion css end here ! */

/* property new section css start here ! */

section.home-list {
  padding: var(--p60) var(--p12);
  background: var(--white-color);
}
section.home-list .row {
  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);
  background: var(--heading-color);
  border-radius: 50px;
  padding: 4px 18px;
}
section.home-list .view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--m10);
}
section.home-list .view .forward {
  background: var(--white-color);
  padding: var(--p10);
  box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-align: center;
}
section.home-list .view i {
  margin-right: 0;
}

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

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

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

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

/* testimonial new section css start here ! */
.new-testimonial {
  padding: var(--p60) var(--p12);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;

  
}

.t-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  min-height: 170px;
}

.t-card p {
  font-size: 18px;
  /* color: #6a6a6a; */
  line-height: 1.5;
  height: 115px;
  overflow: hidden;
}

.t-card h4 {
  margin-top: 15px;
  font-size: 16px;
  color: var(--btn-color);
  font-weight: 600;
}

/* Space between sliders */
.new-testimonial .testimonial-slider {
  margin-bottom: 40px;
}
/* testimonial new section css end here ! */

/* new faq section css start here ! */

section.faq {
  background: var(--white-color);
}
.how-we-value-heading {
  text-align: center;
  margin-bottom: var(--m40);
}
.how-we-value-heading p {
  color: var(--secondary-color);
}
section.faq h2 {
  color: var(--black-color);
}

section.faq .list-faq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  padding-left: 18px;
  font-size: 25px;
  line-height: 58px;
  color: var(--white-color);
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item {
  border: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  background: var(--white-color);
  margin-bottom: var(--m20);
  border: none;
}
section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
  position: relative;
  width: 100%;
  padding: 22px 65px;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  border: none;
  background-color: transparent;
  background-color: #f7f7f7;
  text-align: left;
}
section.faq .accordion-button::after {
  position: relative;
  left: 25px;
}
section.faq .accordion-button:not(.collapsed) {
  background: var(--white-color);
}
section.faq p {
  color: var(--primary-color);
  font-size: var(--f14);
  font-weight: 500;
}

.sec-line {
  position: relative;
  margin-bottom: var(--m15);
  line-height: 0;
}
section.faq img {
  border-radius: 10px;
}
section.faq .accordion-body {
  color: var(--primary-color);
  font-size: var(--f14);
  box-shadow: 2px 3px 4px 0px #00000052;
}
.accordion-flush .accordion-collapse {
  background: var(--white-color);
}
.accordion-button::after {
  background-image: ur;
}

/* new faq section css end here ! */
/* ====================== */
.brand-logo {
   max-width: 115px;
   height: auto;
   object-fit: contain;
   filter: grayscale(0%); /* Make color â€” change to 100% for grayscale look */
   transition: 0.3s;
}

.brand-logo:hover {
   transform: scale(1.1);
}

/* ====================== */
/* gallery csss */
.carousel {
            position: relative;
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
        }
        .carousel__prev, .carousel__next {
            position: absolute;
            bottom: -15%;
            transition: transform 0.25s ease;
            z-index: 10;
        }
        .carousel__prev i, .carousel__next i {
            font-size: 60px;
            color: var(--box-border);
            cursor: pointer;
            display: none;
        }
        .carousel__prev:hover, .carousel__next:hover {
            transform: scale(1.25);
        }
        .carousel__prev {
            left: 40%;
        }
        .carousel__next {
            right: 40%;
        }
        .carousel__body {
            width: 100%;
            padding: 20px 0 50px 0;
            overflow: hidden;
        }
        .carousel__slider {
            position: relative;
            transition: transform 1s ease-in-out;
            background: var(--crsl-bg);
            display: flex;
        }
        .carousel__slider__item {
            position: relative;
            display: block;
            box-sizing: border-box;
            margin-left: 20px;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .item__3d-frame {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 1s ease-in-out;
            transform-style: preserve-3d;
        }
        .item__3d-frame:after {
            content: '';
            position: absolute;
            bottom: -15%;
            width: 100%;
            height: 40px;
            background: var(--box-shadow);
            box-shadow: 0px 0px 5px 5px var(--box-shadow);
            transform: rotateX(90deg) translate3d(0px, -20px, 0px);
            opacity: 0.85;
        }
        .item__3d-frame__box {
            display: flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            text-align: center;
            position: absolute;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            border-color: var(--box-border);
            background: var(--box-bg);
            border-width: 3px;
            border-style: solid;
            overflow: hidden;
        }
        .item__3d-frame__box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .item__3d-frame__box--front {
            transform: translate3d(0, 0, 0);
        }
        .item__3d-frame__box--right, .item__3d-frame__box--left {
            top: 0;
            width: 40px;
            backface-visibility: hidden;
        }
        .item__3d-frame__box--left {
            left: 0;
            border-left-width: 5px;
            transform: translate3d(1px, 0, -40px) rotateY(-90deg);
            transform-origin: 0%;
        }
        .item__3d-frame__box--right {
            right: 0;
            border-right-width: 5px;
            transform: translate3d(-1px, 0, -40px) rotateY(90deg);
            transform-origin: 100%;
        }
        .carousel__slider__item--active {
            z-index: 2;
        }
        section.att_sec .head-sec h2{
                font-size: 38px;
                color: var(--btn-color);
                margin-bottom: 0;
        }

.carousel {
            position: relative;
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
        }
        .carousel__prev, .carousel__next {
            position: absolute;
            bottom: -15%;
            transition: transform 0.25s ease;
            z-index: 10;
        }
        .carousel__prev i, .carousel__next i {
            font-size: 60px;
            color: var(--box-border);
            cursor: pointer;
            display: none;
        }
        .carousel__prev:hover, .carousel__next:hover {
            transform: scale(1.25);
        }
        .carousel__prev {
            left: 40%;
        }
        .carousel__next {
            right: 40%;
        }
        .carousel__body {
            width: 100%;
            padding: 20px 0 50px 0;
            overflow: hidden;
        }
        .carousel__slider {
            position: relative;
            transition: transform 1s ease-in-out;
            background: var(--crsl-bg);
            display: flex;
        }
        .carousel__slider__item {
            position: relative;
            display: block;
            box-sizing: border-box;
            margin-left: 0;
            margin-right: 0;
            flex-shrink: 0;
        }
        .item__3d-frame {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 1s ease-in-out;
            transform-style: preserve-3d;
        }
        .item__3d-frame:after {
            content: '';
            position: absolute;
            bottom: -15%;
            width: 100%;
            height: 40px;
            background: var(--box-shadow);
            box-shadow: 0px 0px 5px 5px var(--box-shadow);
            transform: rotateX(90deg) translate3d(0px, -20px, 0px);
            opacity: 0.85;
        }
        .item__3d-frame__box {
            display: flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            text-align: center;
            position: absolute;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            border-color: var(--white-color);
            background: var(--box-bg);
            border-width: 3px;
            border-style: solid;
            overflow: hidden;
        }
        .item__3d-frame__box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .item__3d-frame__box--front {
            transform: translate3d(0, 0, 0);
        }
        .item__3d-frame__box--right, .item__3d-frame__box--left {
            top: 0;
            width: 40px;
            backface-visibility: hidden;
        }
        .item__3d-frame__box--left {
            left: 0;
            border-left-width: 5px;
            transform: translate3d(1px, 0, -40px) rotateY(-90deg);
            transform-origin: 0%;
        }
        .item__3d-frame__box--right {
            right: 0;
            border-right-width: 5px;
            transform: translate3d(-1px, 0, -40px) rotateY(90deg);
            transform-origin: 100%;
        }
        .carousel__slider__item--active {
            z-index: 2;
        }
        section.att_sec .head-sec h2{
                font-size: 35px;
                color: var(--heading-color);
                margin-bottom: 0;
                font-weight: 600;
        }
/* gallery csss */


.brand-logos{
    gap: 20px;
}

section.att_sec {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
   

}

 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 29%);
}

.how-we-value-heading h2 {
  color:#fff;
  z-index: 2;
      position: relative;
}

.how-we-value-heading h6{
  z-index: 2;
  position: relative;
  color: var(--white-color);
}

section.att_sec .head-sec h2{
    color:#fff;
     z-index: 2;
      position: relative;
}


.attraction-section .head-sec h2{
     color:#fff;
     z-index: 2;
      position: relative;

}

section.att_sec .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
}

.attraction-section .overlay{
   width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);

}

section.att_sec .head-sec{
  margin-bottom: 0;
}


/*  */

section.featured-pro  button.owl-prev{
    position: absolute;
    left: 10px;
    bottom: 42%;
}
section.featured-pro  button.owl-next{
    position: absolute;
    right: 10px;
    bottom: 42%;   
}
section.featured-pro  button.owl-next span {
font-size: 70px;
color: var(--white-color);
text-shadow: 0 0 5px#000;
}
section.featured-pro  button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
text-shadow: 0 0 5px#000;
    }
    section.featured-pro .col-6.prop-cont h4{
       color: var(--secondary-color);
    font-size: var(--f23);
    }
section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 18px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
    font-weight: bold;
}
section.featured-pro span.adr i{
    margin-top:2px;
}
section.featured-pro {
    background: var(--white-color);
}
section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
section.featured-pro .pro-top p{
    margin-bottom: 0px;
}
section.featured-pro .pro-top img{
    width: 30px;
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .row{
    gap:20px 0;
}

section.featured-pro img.img-fluid {
    width: 90%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:33px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
  
padding: var(--p20) var(--p20) var(--p15);
  
margin-top: var(--m25);
  
font-size: var(--f14);
  
align-items: center;
  
display: flex;
  
gap: 40px;
  
justify-content: space-between;
  
border-bottom: 2px dashed #bbb;
  
border-top: 2px dashed #bbb;
}
section.featured-pro i {
    margin-right: 0;
    color: var(--btn-hover);
    font-size: var(--f20);
}

section.featured-pro .main-btn{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.featured-pro .main-btn i{
color: #fff;
}
section.featured-pro .prop-cont h2{/* font-size: var(--f32); */}
section.featured-pro .prop-cont h4{
    color:var(--btn-hover);
}
section.featured-pro ul li{
    font-size: var(--f19);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}
section.featured-pro ul li span{
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .price {
    font-size: 22px;
    font-weight: bold;
}
section.featured-pro .pro-para {
    max-height: 219px;
    overflow: hidden;
    margin-bottom: 20px;
}

section.featured-pro .col-12{
  padding:0;
}


/*  */

section.experience-sec .head-sec{
  width:70%;
  margin:auto;
  margin-bottom: 40px;
}
section.experience-sec .head-sec p{
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--f18);
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: inherit;
}
section.experience-sec .feature {
    text-align: center;
}
section.experience-sec .feature img{
  width:70px;
  margin-bottom: 20px;
  filter: contrast(0.5);
}
section.experience-sec .feature p{
  text-align: center;
  margin-bottom: 0px;
}

section.experience-sec .row{
      justify-content: center;
}
