@font-face {
  font-family: "blacksword";
  src: url(../font/Blacksword.otf);
}

html {
  overflow-x: hidden !important;
}

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

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

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

.video-sec button#play,
.video-sec button#pause {
  display: none;
}

.head-sec {
  text-align: left;
  margin-bottom: var(--m30);
}

.head-sec h2 {
  margin-bottom: var(--m15);
}

.head-sec p {
  font-size: var(--f12);
  font-weight: 600;
  color: var(--btn-color);
  margin-bottom: var(--m5);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.7;
}

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

.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 95%;
  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 select {
  font-size: var(--f14);
  color: var(--white-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 var(--p15) 0 var(--p10);
  background: transparent;
  text-indent: 0px;
  border: 0px solid #e0e0e0;
  height: 32px;
  width: 100%;
}

.search-bar select option {
  color: var(--black-color);
}

.search-bar input {
  font-size: var(--f14);
  color: var(--white-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0;
  padding-left: var(--p10);
  background: transparent !important;
  border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
  padding-left: 20px;
}

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

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

.search-bar .col-3 {
  position: relative;
  width: 25%;
  padding-left: var(--p10);
  padding-right: 0;
  padding-top: var(--p17);
  padding-bottom: var(--p17);
  border: 1px 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: #fff;
}

.search-bar .check.right:before {
  display: none;
}

.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;
  display: block !important;
  color: var(--white-color);
  background: var(--secondary-color);
}

.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
  border: none;
}

.search-bar .datepicker-common-2 {
  padding: 0;
  width: 50%;
}

.search-bar .main-check {
  padding-left: var(--p10);
  padding-right: 0;
  padding-top: var(--p17);
  padding-bottom: var(--p17);
  border: 1px solid var(--white-color);
}

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

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

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

.adult-btn {
  display: flex;
  gap: 10px;
}

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

.video-cont {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 0;
  flex-direction: column;
}

.video-cont .container {
  margin-bottom: 50px;
}

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

.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000;
  text-transform: capitalize;
  font-size: var(--f30);
  letter-spacing: 2px;
  font-family: var(--secondary-font);
  font-weight: 600;
  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(--f16);
  text-align: center;
  color: var(--white-color);
}

.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: 92vh;
  padding: 0;
  position: relative;
  z-index: 3;
}

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

section.video-banner button#play {
  display: none;
}

section.video-banner button#pause {
  display: none;
}

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

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

section.home-searchbar {
  margin-top: 0;
  z-index: 3;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

section.home-searchbar .container {
  background: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 30px 5px;
  border-radius: 10px;
  margin-top: -45px;
  max-width: 1200px;
  /* height: 85px; */
}

/*
section.home-searchbar input#ArrivalDate {
    padding: 20px !important;
} 

section.home-searchbar input#DepartureDate {
    padding: 20px !important;
}

section.home-searchbar .input-group-btn {
    display: none !important;
}

section.home-searchbar .col-sm-1.search-bar-button button.btn.btn-default {
    background: black !important;
    color: white !important;
    letter-spacing: 1px !important;
    padding: 10px 38px !important;
} */

/*About company css*/
section.about-us-home .abt-co-img-left {
  border-radius: 0;
  position: relative;
  left: 0px;
  top: 0;
  text-align: right;
}

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 .col-7.abt-right {
  padding-right: 12px;
  padding-left: 40px;
  position: relative;
}

section.about-us-home .abt-co-img-left img {
  width: 80%;
  height: 450px;
  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: 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 .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: 320px;
  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(-35%) translateX(123%);
  position: absolute;
  top: 52%;
}

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: flex-start;
  height: 500px;
}

section.about-us-home .col-5.abt-left .btn_4.learn-more {
  margin-top: 20px;
}

section.about-us-home {
  background: var(--lt-bg-color);
  padding-bottom: 100px;
}

section.about-us-home .abt-cont {
  max-height: 470px;
  overflow: hidden;
}

section.about-us-home button.owl-prev {
  position: absolute;
  left: 10px;
  bottom: 42%;
}

section.about-us-home button.owl-next {
  position: absolute;
  right: 10px;
  bottom: 42%;
}

section.about-us-home button.owl-next span {
  font-size: 70px;
  color: var(--white-color);
  text-shadow: 0 0 5px#000;
}

section.about-us-home button.owl-prev span {
  font-size: 70px;
  color: var(--white-color);
  text-shadow: 0 0 5px#000;
}

section.about-us-home img.img-fluid {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px 10px;
  position: relative;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

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

section.cta .shape img {
  width: 350px;
  object-fit: cover;
}

section.cta .head-sec h2 span {
  color: var(--white-color);
}

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 / 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 .head-sec h2 {
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0px;
}

section.cta a.main-bttn {
  border-color: var(--white-color);
}

section.cta .content p {
  color: var(--white-color);
  text-align: center;
}

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

/* new property section */

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: 15px;
  color: var(--black-color);
  align-items: flex-start;
  gap: 6px;
}

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: 530px;
  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(--heading-color);
  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 ul li {
  font-size: var(--f16);
  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: 18px;
}

section.featured-pro .pro-para {
  height: 219px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* 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: 20px 0;
}

.about_section .about_img img {
  border-radius: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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-left: 85px;
  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);
  text-transform: capitalize;
  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;
}

section.about_section.section-b-space {
  background: var(--lt-bg-color);
}

section.about_section.section-b-space .abt-para {
  height: 225px;
  overflow: hidden;
}

.attr-bnt {
  margin-top: 20px;
}

/*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/test.jpg");
  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: var(--white-color);
  position: relative;
  padding: 0;
  overflow: hidden;
}

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

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

section.testimonial .top-text {
  position: relative;
  /* height: 100px; */
}

section.testimonial .overlay {
  /* background-color: #f5f5f5; */
  width: 120%;
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  position: relative;
  right: 180px;
  padding: 50px 80px;
}

section.testimonial .owl-nav {
  display: flex;
  gap: 10px;
  position: relative;
  left: 50%;
  top: 30px;
  justify-content: center;
  width: 80%;
  transform: translateX(-50%);
}

.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}

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

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

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

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

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

section.testimonial .test-pro img {
  position: absolute;
  /*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: 300px;
}

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

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

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

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

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

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

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

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

section.testimonial .para p {
  text-align: center;
  width: 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 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: 600px;
}

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: 600px;
  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;
}

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

/* 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;
  text-transform: capitalize;
}

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

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

.hero-section {
  background: var(--lt-bg-color);
}

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

.hero-section .attr-bnt {
  text-align: center;
  margin-top: 20px;
}

.head-sec {
  text-align: center;
}

.head-sec h2 {
  font-size: var(--f32) !important;
}

/*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);
  /* display: none; */
}

section.faq .head-sec h2 {
  margin-bottom: 0px;
  text-align: left;
}

section.faq .col-6.right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.pro-desc {
  height: 195px;
  overflow: hidden;
}

#datepicker-demo17.datepicker {
  right: auto;
  left: 0;
}

/* gallery tab */
.common-img {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.common-img a {
  text-align: center;
  display: inline-block;
}

.common-btn .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.common-btn .col-9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-direction: column;
}

.common-img a {
  width: 32.5%;
}

.common-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.endless-img {
  display: none;
}

.bedroom-img {
  display: none;
}

.living-img {
  display: none;
}

.kitchen-img {
  display: none;
}

.all-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--m20);
}

.all-btn button {
  border: none;
  /* border-bottom: 3px solid var(--secondary-color); */
  background: transparent;
  padding: var(--p15) var(--p25);
  width: 250px;
  font-family: var(--secondary-font);
  color: var(--black-color) !important;
}

.all-btn button:hover {
  background-color: var(--secondary-color);
  color: white !important;
}

.all-btn button span {
  font-size: var(--f12);
  color: var(--black-color) !important;
}

.all-btn button:hover span {
  color: white !important;
}

.view-btn-tab {
  display: flex;
  justify-content: center;
  margin-top: var(--m20);
}

.view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: 200px;
  height: 47px;
  background: var(--secondary-color);
  color: var(--white-color);
  padding: var(--p10) var(--p20);
  font-size: 15px;
  font-weight: 700;
}

.view-btn:hover {
  color: var(--white-color);
  background-color: var(--btn-hover);
  border-color: var(--btn-hover);
  box-shadow: inset 0 50px 0 0 var(--btn-hover);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.common-btn {
  position: relative;
}

.common-btn h3 {
  text-align: center;
}

.common-btn p {
  width: 100%;
  font-size: var(--f16);
  padding: 0;
  text-align: center;
  margin: auto;
  margin-bottom: var(--m20);
}

/* card-sec css */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");

section.card-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #f5f5f5;
}

.common-button-class {
  border: 1px solid black !important;
}

section.card-sec .head-sec h2 {
  font-size: var(--f56);
}

.all-btn button.active {
  /* border-bottom: 3px solid var(--secondary-color); */
  background-color: var(--secondary-color);
  color: white !important;
}

.all-btn button.active span {
  color: white !important;
}

section.card-sec .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.card-sec .container .card {
  position: relative;
  min-width: 32%;
  height: auto;
  border-radius: 0;
  transition: 0.5s;
  border: none;
  padding: var(--p20);
}

section.card-sec .container .card h3 {
  color: var(--secondary-color);
  font-size: var(--f48);
  font-weight: 400;
}

section.card-sec .container .card p {
  color: var(--black-color);
  margin-bottom: 0px;
  font-size: var(--f22);
  line-height: 1.5em;
  height: 193px;
  letter-spacing: 1px;
  overflow: hidden;
}

section.card-sec .card-cont {
  padding-bottom: var(--p20);
  border-bottom: 4px solid var(--black-color);
}

section.card-sec .container .card:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background-color: var(--heading-color);
  top: 0px;
  right: 0px;
  border-bottom: 20px solid var(--heading-color);
  border-left: 20px solid var(--heading-color);
  border-right: 20px solid #f5f5f5;
  border-top: 20px solid #f5f5f5;
  position: absolute;
  filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, 0.5));
  display: none;
}

section.card-sec .container .card:before {
  display: none;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid var(--heading-color);
  border-right: 40px solid var(--heading-color);
  border-left: 40px solid #f5f5f5;
  border-bottom: 40px solid #f5f5f5;
  bottom: 0px;
  left: 0px;
  position: absolute;
  filter: drop-shadow(7px -7px 3px rgba(0, 0, 0, 0.5));
  margin-right: 10%;
}

section.card-sec .container .card:nth-child(1) .box .content a {
  background: #2196f3;
}

section.card-sec .container .card:nth-child(2) .box .content a {
  background: #e91e63;
}

section.card-sec .container .card:nth-child(3) .box .content a {
  background: #23c186;
}

section.card-sec .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--secondary-color);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

section.card-sec .container .card .box:hover {
  transform: translateY(-50px);
}

section.card-sec .container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

section.card-sec .container .card .box .content {
  padding: 20px;
  text-align: center;
}

section.card-sec .container .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

section.card-sec .container .card .box .content h3 {
  font-size: var(--f38);
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

section.card-sec .container .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

section.card-sec .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

section.card-sec .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

section.card-sec .card-box {
  display: flex;
  gap: 30px;
}

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

section.gallery-slider .carousel-indicators {
  background: rgb(0 0 0 / 22%);
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  padding: var(--p20) 0;
}

section.gallery-slider .carousel-control-next-icon,
.carousel-control-prev-icon {
  background: var(--black-color);
  padding: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.gallery-slider .carousel-control-next-icon,
.carousel-control-prev-icon i {
  font-size: var(--f24);
}

section.gallery-slider .atr {
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

section.gallery-slider .atr .item {
  align-items: center;
  background-color: transparent;
  color: white;
  display: flex;
  height: 100%;
  /* overflow: hidden; */
  justify-content: center;
}

section.gallery-slider .row a {
  width: 100%;
  height: 480px;
  /* overflow: hidden; */
  display: block;
}

section.gallery-slider img {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 480px;
  top: 0px;
  object-fit: cover;
  transition: all 0.5s ease;
}

section.gallery-slider .img-area {
  height: 480px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.gallery-slider .img-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

section.gallery-slider .img-area:hover::before {
  webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

section.gallery-slider .overlay {
  background: rgba(0, 0, 0, 0.5);
}

section.gallery-slider .attr-content h3 {
  font-size: 20px;
  color: var(--text-white);
  text-shadow: 0px 0px 4px #000;
  font-family: var(--primary-color);
  margin-bottom: 0px;
}

section.gallery-slider .fifth a,
section.gallery-slider .fifth .img-area,
section.gallery-slider .fifth img,
section.gallery-slider .sixth a,
section.gallery-slider .sixth .img-area,
section.gallery-slider .sixth img {
  height: 238px;
}

section.gallery-slider .seventh a,
section.gallery-slider .seventh .img-area,
section.gallery-slider .seventh img,
section.gallery-slider .eighth a,
section.gallery-slider .eighth .img-area,
section.gallery-slider .eighth img {
  height: 238px;
}

.col-5.first.atr {
  height: 480px;
}

.col-7.second.atr {
  border-bottom: 0px solid;
}

section.gallery-slider .third a,
section.gallery-slider .third .img-area,
section.gallery-slider .third img,
section.gallery-slider .fourth a,
section.gallery-slider .fourth .img-area,
section.gallery-slider .fourth img {
  height: 286px;
}

section.gallery-slider .btn-area {
  text-align: center;
  margin-top: 30px;
}

section.gallery-slider a.main-btn {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.card-sec ol {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  counter-reset: stepnr;
}

.card-sec li:nth-child(6n + 1) {
  --accent-color: var(--secondary-color);
}

.card-sec li:nth-child(6n + 2) {
  --accent-color: #6b7160;
}

.card-sec li:nth-child(6n + 3) {
  --accent-color: var(--secondary-color);
}

.card-sec li:nth-child(6n + 4) {
  --accent-color: #ae78cb;
}

.card-sec li:nth-child(6n + 5) {
  --accent-color: #7dc7a4;
}

.card-sec li:nth-child(6n + 6) {
  --accent-color: #f078c2;
}

.card-sec ol li {
  counter-increment: stepnr;
  width: 24rem;
  --borderS: 2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(2rem + 2rem);
  position: relative;
}

.card-sec ol li::before,
.card-sec ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: 2rem solid #fff;
  line-height: 1.1;
  background: #fff;
}

.card-sec ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 12rem;
  font-size: 9rem;
  font-weight: 700;
  overflow: hidden;
  top: 1rem;
  z-index: 1;
}

.card-sec ol li::after {
  content: "";
  filter: drop-shadow(-0.1rem 0.25rem 0.25rem rgba(0, 0, 0, 0.75)) blur(5px);
}

.card-sec ol li > * {
  width: 14rem;
}

.card-sec ol li .icon {
  font-size: 2rem;
  color: var(--accent-color);
  text-align: center;
  position: relative;
  z-index: 1;
}

.card-sec ol li .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-family: var(--secondary-font);
}

.card-sec ol li .descr {
  font-size: 13px;
  position: relative;
  z-index: 1;
  font-family: var(--secondary-font);
}

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

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

section.galleries-section .head-sec p {
  font-size: var(--f13);
  font-weight: 400;
  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: 350px;
  object-fit: cover;
  border-radius: 10px;
}

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

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

section.galleries-section .row {
  gap: 40px 3%;
}

section.galleries-section .activites-image {
  position: relative;
}

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

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

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

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

section.galleries-section .attr-bnt {
  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(--f20);
  line-height: 24px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
  width: 100%;
  font-family: var(--other-font);
}

section.home-list p.desp {
  max-height: 60px;
  overflow: hidden;
}

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

.prop-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--m40);
}

section.home-list p.adr {
  font-size: var(--f15);
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: 0;
  line-height: 1.5;
  height: 22px;
  overflow: hidden;
  border-bottom: 0px solid #36454f59;
  padding-bottom: 0;
}

.prop-view-btn {
  padding-top: var(--p20);
}

.prop-view-btn a {
  text-decoration: underline;
  font-size: var(--f18);
}

section.home-list .descp {
  max-height: 60px;
  overflow: hidden;
}

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

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

section.home-list ul {
  margin: 0 0 0;
  padding: 0;
  /* background-color: #f2f2f2; */
  font-size: var(--f14);
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

section.home-list i {
  margin-right: 0;
  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: 0;
  padding-bottom: 0;
  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);
}

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

/* about section css start  */

section.about {
  position: relative;
  /* padding-top: 160px; */
}

h4.abthd {
  text-transform: uppercase;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

h2.abt-mnhd {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  font-family: "Poppins", Sans-serif;
  color: black;
}

p.abt-para {
  font-size: 16px;
  padding-bottom: 20px;
  padding-right: 60px;
}

p.abt-para1 {
  font-size: 16px;
  padding-bottom: 0px;
  padding-right: 60px;
}

a.abt-btn {
  text-decoration: none;
  background: #191919;
  color: white;
  padding: 13px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 45%;
  display: block;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.abt-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.abt-img video {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* what we offer section css start  */

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

.main-head h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: var(--p40);
  color: black;
  margin: 0;
}

.whatweoffer-row {
  gap: 20px !important;
  padding-bottom: var(--p20);
}

.whatwecol {
  border: 1px solid #bdbdbd;
  text-align: center;
  width: 32.3% !important;
  padding: var(--p30) var(--p30) var(--p50) !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: var(--white-color);
}

.whatwecol:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.whatweimg {
  width: 100%;
  text-align: center;
  padding-bottom: var(--p20);
}

.whatweimg .whatwespan {
  background: #000;
  display: inline-block;
  padding: var(--p20);
  border-radius: 50%;
}

.whatweimg img {
  width: 50px;
  height: 50px;
}

h4.whatwe-hd {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--p20);
  padding-bottom: var(--p10);
}

.whatweoffer-btn {
  text-align: center;
  padding-top: var(--p40);
}

.whatweoffer-btn a {
  text-decoration: none;
  background: #191919;
  color: white;
  padding: var(--p13) var(--p60);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  transition: all 0.3s ease;
}

/* review section css start  */

section.testimonial-section .head-sec {
  margin-bottom: 50px;
}

section.testimonial-section .head-sec h2 {
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.HeaderComponent__Top-sc-82145d0b-2.dvcvsm.es-header-component-top {
  /* display: none; */
}

button.ButtonBase__ButtonContainer-sc-2b567eb2-3.daLTkD.es-load-more-button {
  background: #191919 !important;
  color: white !important;
  padding-top: var(--p8) !important;
  padding-bottom: var(--p8) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-family: var(--secondary-font) !important;
  transition: all 0.3s ease !important;
}

/* .HeaderContainer__Inner-sc-4da6b4d0-0.kkwqMR.es-header-container.HeaderComponent__StyledHeader-sc-82145d0b-0.hMUqhT {
    display: none;
} */

.HeaderComponent__Top-sc-82145d0b-2.dvcvsm.es-header-component-top {
  display: none;
}

.hDAKTw {
  background-color: rgb(236 248 249) !important;
}

/* faq section css start  */

section.faq {
  background: var(--lt-bg-color);
}

section.faq .container {
  /* max-width: 750px !important; */
  padding-left: var(--p60);
  padding-right: var(--p60);
}

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: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

section.faq .head-sec img {
  margin-bottom: 80px;
}

section.faq .accordion-item {
  /* margin-bottom: 20px; */
  border: 0px solid #fff;
  background: transparent;
  padding: 20px 20px 0;
}

section.faq button.accordion-button {
  font-size: var(--f18);
  font-weight: 500;
  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/down-arrow.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/up-arrow.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
} */

section.faq .accordion-item {
  transition: all 0.3s ease;
}

section.faq .accordion-item:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

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 50px 25px;
  /* background: #EFF2F5; */
  /* margin-top: -15px; */
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdee3;
}

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

section.vision-section {
  padding-top: 0;
  background: var(--lt-bg-color);
}

section.vision-section a {
  font-weight: bold;
}

section.vision-section h4 {
  text-align: center;
}

section#about .abt-para p {
  text-align: center;
  height: auto;
}

.vision-section p {
  text-align: center;
}

/* property section css start  */

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

.propcol {
  transition: all 0.3s ease;
}

.propcol:hover {
  transform: translateY(-5px);
}

.propcol .card {
  padding: var(--p20);
  border-radius: 10px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.propcol .card img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.propcol .card .card-body {
  padding: var(--p20) 0;
}

.propcol h4.prop-title {
  text-transform: uppercase;
  font-size: var(--f20);
  margin: 0;
}

p.prop-address {
  color: var(--primary-color);
  font-size: var(--f15);
}

.prop-amn {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 15px;
}

.propbox {
  display: flex;
  align-items: center;
  gap: 6px;
}

p.prop-para {
  margin: 0;
  font-size: var(--f15);
  color: var(--black-color);
}

section.about .about-hiddenpara {
  height: 335px !important;
  overflow: hidden !important;
}
