/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/* // <uniquifier>: Use a unique and descriptive class name */

/* .montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
} */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font family start */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.montserrat-alternates-thin {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-alternates-extralight {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-extrabold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-alternates-black {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/* font family end */

.top-icon {
  display: flex;
  gap: 10px;
  margin: 5px 0 0;
  align-items: baseline;
}

body {
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background: hsl(0deg 0% 0% / 10%);
}

:root {
  --lightblue: #f6f9fc;
  --red: #2e2e2e;
}

a,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
}

.bg-lightblue {
  background: var(--lightblue);
}

.bg-red {
  background: var(--red);
}

.text-red {
  color: var(--red);
}

.container-fluid-max {
  max-width: 1440px;
}

.cover {
  background: no-repeat center/cover;
}

.p-15 {
  padding: 15px;
}

/* SCROLL ANIMATIONS



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.scroll .page-header {
  background: var(--red);
}

.scroll .hero {
  transform: scale(0.98);
}

/* HEADER



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header {
  transition: background 0.5s ease-in-out;
}

.page-header .navbar {
  padding: 0px 15px;
}

button.navbar-toggler i {
  color: #000;
}

.page-header .navbar-toggler {
  /* the variable is inherited from BS4 built-in variables */

  border-color: black;
}

.page-header .navbar .navbar-brand p {
  color: #000;
  margin: 10px 0 0;
  font-size: 15px;
}

/* BANNER SECTION



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
  background-attachment: fixed;

  transition: transform 0.5s ease-in-out;

  z-index: 0;
}

.hero::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgb(255 255 255 / 49%);

  z-index: -1;
}

.hero .container-fluid {
  z-index: 10;
}

/* POPULAR DESTINATIONS SECTION



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.popular-destinations figure {
  margin-bottom: 30px;
}

.popular-destinations figcaption {
  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.3);
}

.popular-destinations img {
  filter: grayscale(100%) blur(3px);

  transition: transform 0.5s, filter 0.75s;
}

.popular-destinations a:hover img {
  transform: scale(1.25);

  filter: none;
}

.page-header {
  position: relative;

  top: 0;

  right: 0;

  left: 0;

  /* padding: 20px 0; */

  z-index: 999;

  background-color: rgb(255, 255, 255);
}

div#myModal button.close {
  position: absolute;

  right: 0px;

  width: 35px;

  height: 35px;

  background: #424242;

  z-index: 9;

  opacity: 1;

  text-shadow: none;

  color: #fff;

  border-radius: 41px;
}

.page-header.is-sticky {
  position: fixed;

  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

  /* padding: 8px 0; */

  backdrop-filter: blur(10px);

  animation: slideDown 0.35s ease-out;
}

img.brand-logo {
  /* height: 75px; */
  height: 40px;
}

nav#navbar .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  transition-duration: 0.2s;
  padding: 15px 0 10px;
}

nav#navbar .navbar-nav .nav-link:hover {
  color: #9c4547;
  border-bottom: 1px solid;
  /* padding-bottom: 0; */
}

div#navbarNav ul.navbar-nav li.nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

div#navbarNav ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}

div#navbarNav ul.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}

nav#navbar .navbar-nav .nav-link:focus,
nav#navbar .navbar-nav .nav-link:hover {
  color: #9c4547;
}

.date-picker-div {
  display: flex;

  align-items: center;

  background: rgb(0 0 0 / 75%);

  padding: 10px 20px;

  border-radius: 74px;
}

.date-picker-div input,
.date-picker-div button {
  width: 25%;
}

.date-picker-div input::placeholder {
  color: #fff;
}

.date-picker-div input {
  background: transparent;

  border: 0;

  color: #fff;
}

input:focus-visible {
  outline: 0;
}

input:focus-visible {
  outline: 0;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.date-picker-div button {
  background: #fff;

  color: #000;

  border: 0;

  border-radius: 16px;

  padding: 5px 11px;
}

.choice-image .choice-content p {
  margin: 0;
}

.choice-image {
  text-align: center;

  margin-bottom: 30px;
}

a.btn.search {
  border: 1px solid #000;

  margin-right: 20px;
}

a.btn.View-all {
  background: #000;

  color: #fff;

  font-size: 11px;

  padding: 2px 19px;

  margin-left: 20px;
}

section.image-section {
  background: #000;

  padding: 50px 0 100px;

  color: #fff;
}

section.mid-banner-section {
  height: 100vh;

  display: flex;

  align-items: center;

  background-size: cover;

  position: relative;

  z-index: 0;

  color: #fff;
}

section.mid-banner-section::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  background: linear-gradient(to right, #000000a3, transparent);

  z-index: -1;
}

.mid-banner-content h3 {
  text-transform: uppercase;

  font-size: 50px;
}

.mid-banner-content p {
  font-size: 18px;
}

button.btn.play-button {
  background: #fff;
}

.city-section {
  padding: 100px 0;
}

section.city-section ul.nav.nav-pills {
  justify-content: space-between;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;

  background-color: #fff;

  border-bottom: 4px solid #000;

  border-radius: 0;

  font-weight: 600;
}

section.city-section .nav-pills .nav-link {
  font-size: 20px;

  white-space: pre;
}

/* section.city-section ul.nav.nav-pills {



    justify-content: space-between;



    border-bottom: 1px solid #000;



} */

section.city-section ul.nav.nav-pills {
  justify-content: space-between;

  /* border-bottom: 1px solid #000; */

  overflow-x: scroll;

  display: flex;

  flex-wrap: nowrap;

  overflow-y: hidden;
}

/* section.city-section ul.nav.nav-pills::-webkit-scrollbar{



  display: none;



} */

section.city-section ul.nav.nav-pills li.nav-item {
  text-align: center;

  position: relative;

  top: 2px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: #f5f5f5;
}

section.city-section ul.nav.nav-pills::-webkit-scrollbar {
  width: 12px;

  height: 5px;

  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;

  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */

  background-color: #292726;
}

.city-name-content {
  padding: 25px 0;
}

.city-name-content .city-name-heading {
  display: flex;

  align-items: center;

  gap: 8px;
}

.city-name-heading img {
  width: 25px;
}

.city-name-content h3 {
  margin-top: 13px;

  border: 1px solid #acacac;

  padding: 2px 14px;

  border-radius: 7px;

  width: fit-content;

  text-transform: uppercase;
}

.city-name-content p {
  color: #636363;

  font-size: 21px;
}

.building-image img {
  width: 100%;
}

.building-image {
  padding: 14px;

  text-align: center;

  background-size: contain;

  background-repeat: no-repeat;

  margin-bottom: 12px;
}

.building-content p {
  color: #acacac;
}

.building-heading {
  margin-bottom: 30px;
}

.building-content h6 {
  margin-bottom: 0;
}

section.building-section {
  padding: 0 0 100px;
}

.w-85 {
  width: 85%;
}

.building-top {
  position: relative;

  padding-top: 20px;
}

.avg-rate {
  width: 100px;

  height: 100px;

  background-size: contain;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-align: center;

  font-size: 13px;

  line-height: 18px;

  position: absolute;

  top: 0;

  right: 0;
}

button.all-spaces-button {
  background: #fff;

  padding: 5px 40px;

  border: 2px solid #000;

  border-radius: 7px;

  font-weight: 600;
}

section.brand-section {
  background: #000;

  color: #fff;

  padding: 0 0 50px;
}

.brand-image {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.brand-image img {
  width: 200px !important;

  height: 200px;

  margin: auto;
}

.brand-top h3 {
  text-align: center;

  margin: 50px 0;

  text-transform: uppercase;

  font-size: 50px;
}

.hero h1 {
  font-size: 50px;
}

.story-heading h3 {
  font-size: 50px;
}

.story-heading p {
  font-size: 18px;
}

/* slider start */

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

.slick-slide {
  transform: scale(0.8);

  transition: all 0.4s ease-in-out;

  padding: 40px 0;

  background-image: url("image/Star-bg-2.png");

  background-size: 100%;

  text-align: center;

  height: 360px;

  display: flex !important;

  align-items: center;

  justify-content: center;

  background-repeat: no-repeat;
}

.slick-center {
  background-image: url("image/Star-bg-3.png");
}

.slider-content p {
  font-weight: 500;

  font-size: 20px;

  color: #000;
}

.property-top .slider {
  width: 100%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}

.property-image .slider a {
  width: 100%;
}

.slick-center .slider-content p {
  color: #fff;
}

.property-top .slick-slide {
  transform: scale(1);
  padding: 0;
}

.propert-detail-image .slick-prev,
.propert-detail-image .slick-next,
.property-top .slick-prev,
.property-top .slick-next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
}

.property-top .slick-prev,
.property-top .slick-next {
  display: none !important;
}

.property-top .property-image:hover .slick-prev,
.property-top .property-image:hover .slick-next {
  display: flex !important;
}

.property-top .slick-prev:focus,
.property-top .slick-next:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.property-top .slick-prev {
  left: 10px;
}

.property-top .slick-next {
  right: 10px;
}

.slick-slide img {
  max-width: 100%;

  transition: all 0.4s ease-in-out;
}

.rating i {
  color: #e6b022;
}

button.slick-prev.slick-arrow img,
button.slick-next.slick-arrow img {
  width: 20px;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li {
  border: 2px solid #000;

  height: 15px;

  width: 15px;

  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #000;
}

/* slider end */

section.blog-section {
  background: #e0e0e0;

  padding: 100px 0 20px;
}

.blog-image a {
  font-size: 12px;

  border-bottom: 1px solid #000;
}

button.blog-button {
  background: #000;

  color: #fff;

  border: 0;

  padding: 10px 20px;

  font-size: 25px;

  border-radius: 8px;
}

.blog-heading h3 {
  font-size: 50px;

  text-transform: uppercase;
}

.blog-heading {
  margin: 0 0 30px;
}

.blog-heading p {
  font-size: 18px;
}

/* calendar start */

/* @import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic); */

.calendar {
  width: 100%;
  /* height: 550px; */
  max-width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background: url(image/bg-pattern.png) #f1f1f1;
  backdrop-filter: blur(45px);
  /* border: 10px solid rgba(255, 255, 255, 0.2); */
  box-shadow: 0 0 10px #e1e1e1;
  background-size: cover;
}

.calendar .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.calendar .header .month {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  color: #191919;
}

.calendar .header .btns {
  display: flex;
  gap: 10px;
}

.calendar .header .btns .btn {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  /* background-color: var(--primary-color); */
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s;
}

.calendar .header .btns .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.weekdays {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.weekdays .day {
  width: calc(100% / 7 - 10px);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #191919;
  margin-top: 10px;
}

.days {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.days .day {
  width: calc(100% / 7 - 10px);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color);
  transition: all 0.3s;
  line-height: 1;
  font-size: 14px;
  background: repeating-linear-gradient(326deg,
      #bee5ff,
      #fff 3px,
      #ebebeb 3px,
      #a0a0a0 4px);
}

/* .days .day:not(.next):not(.prev):hover {
  color: #ffffff;
  background-color: #939393;
  transform: scale(1.1);
  cursor: pointer;
} */

.days .day.today {
  background-color: var(--primary-color);
}

.days .day.next,
.days .day.prev {
  color: #7a7a7a;
}

.availability-calendar-list-availability {
  padding-left: 0 !important;
  margin-left: 0;
  margin-top: 15px;
}

.availability-calendar-list-availability li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 0 !important;
}

.availability-calendar-list-availability li span.available {
  background: #bee5ff;
}

.availability-calendar-list-availability li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.availability-calendar-list-availability li span.not-available {
  background: #a5a5a5;
}

.days .day.unavailable {
  background-color: #939393;
  color: #000;
  position: relative;
  background: repeating-linear-gradient(330deg,
      #a5a5a5,
      #ffffff 3px,
      #ffffff 3px,
      #c1c1c1 4px);
}

button.btn.modal-btn {
  background: #9c4547;
  color: #fff;
  padding: 10px 30px;
  transition: ease-in-out 0.5s;
  font-family: "Poppins", Sans-serif;
  border-radius: 60px;
}

button.btn.modal-btn:hover {
  background: #373737;
  border-color: #373737;
}

div#exampleModal .modal-content {
  padding: 10px 30px;
  background: #f5f5f5;
}

div#exampleModal .modal-content .modal-header {
  border-color: #fff;
}

div#exampleModal .modal-content input,
div#exampleModal .modal-content textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #000;
}

div#exampleModal .modal-content label span {
  color: red;
}

ul.features-ul li svg,
ul.features-ul li i {
  width: 20px;
}

/* Hide default checkbox */
div#exampleModal .modal-content input[type="checkbox"]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  padding-left: 50px;
  position: relative;
}

div#exampleModal .modal-content input:focus {
  border: 2px solid #626161;
}

div#exampleModal .modal-content input[type="checkbox"] {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

div#exampleModal .modal-content input[type="checkbox"]+label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 11px;
  display: flex;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 0.2em;
  color: transparent;
  transition: 0.2s;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

div#exampleModal .modal-content input[type="checkbox"]+label:active:before {
  transform: scale(0);
}

div#exampleModal .modal-content input[type="checkbox"]:checked+label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

div#exampleModal .modal-content input[type="checkbox"]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

div#exampleModal .modal-content input[type="checkbox"]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #f7c28f;
  border-color: #f7c28f;
}

/* .days .day.unavailable::after, */
/* .days .day.unavailable::before {
  content: "";
  margin-right: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  height: 2px;
  align-items: center;
  justify-content: center;
  background: #d1d1d1;
} */
/* .days .day.unavailable::before {
rotate: -10deg;
} */
/* calendar end */
.facilities-image img {
  border-radius: 20px;
}

footer.page-footer {
  /* background: #007BAF; */
  background: #9c4547;

  color: #000;

  padding: 70px 0 0;

  position: relative;
  z-index: 0;
}

/* footer.page-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(13 38 60 / 99%);
  opacity: .9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
} */

/* footer.page-footer::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 150px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer.page-footer::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 150px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
} */
.footer-logo ul li a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.footer-logo img {
  /* max-width: 115px; */
  /* filter: invert(1); */
  height: 40px;
  margin-bottom: 40px;
}

.footer-connect h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* font-weight: 500; */
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}

.footer-connect ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.footer-connect ul li a svg {
  /* width: 20px; */
  height: 22px;
  fill: #fff;
}

.footer-logo .logo-bottom img {
  filter: invert(0);
}

.footer-logo p {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.footer-logo ul {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 5px;
}

.footer-logo ul li a {
  /* border: 1px solid #000; */
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  transition-duration: 0.3s;
  transition-property: transform;
  color: #fff;

}

.footer-logo ul li a:hover {
  transform: scale(1.1);
  background: transparent;
  color: #fff;
  opacity: 0.9;
}

.footer-logo ul li .facebook-icon {
  border: 1px solid #1877F2;
  background: #1877F2;
}

.footer-logo ul li .instagram-icon {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border: 1px solid #bc1888;
}

.footer-logo ul li .youtube-icon {
  background: #FF0000;
  border: 1px solid #FF0000;
}

.footer-logo ul li .twitter-icon {
  background: #1DA1F2;
  border: 1px solid #1DA1F2;
}

.footer-logo ul li .linkedin-icon {
  background: #0077B5;
  border: 1px solid #0077B5;
}

.footer-logo ul li .facebook-icon:hover {
  color: #1877F2;
}

.contact-map-section h1 {
  position: relative;
  padding: 10px 0;
  width: fit-content;
  margin: 40px auto 40px;
  font-size: 50px;
  font-weight: 200;
  color: #434343;
  display: flex;
  align-items: center;
}

.contact-map-section h1 span {
  font-size: 25px;
  margin-right: 10px;
}

/* .contact-map-section h1:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 6px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
} */
.footer-logo ul li .instagram-icon:hover i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.footer-logo ul li .youtube-icon:hover {
  color: #FF0000;
}

.footer-logo ul li .twitter-icon:hover {
  color: #1DA1F2;
}

.footer-logo ul li .linkedin-icon:hover {
  color: #0077B5;
}

/* .footer-border {



  border-top: 2px solid #000;



  border-bottom: 2px solid #000;



  padding: 30px 0;



} */

.footer-menu h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* font-weight: 500; */
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}

.footer-menu input.form-control {
  color: #474747;
  background-color: #ffffff;
  border-color: #e8e8e8;
  transition-duration: 0.1s;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 0px 15px 0px 15px;
  border-radius: 4px 4px 4px 4px;
}

.footer-menu button {
  background-color: #373737;
  color: #ffffff;
  border-color: #e6e2e2;
  transition-duration: 0.1s;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  border-style: none;
  border-radius: 35px;
  width: 130px;
  margin-top: 10px;
}

.footer-menu button:hover {
  background-color: #000;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(55 55 55 / 0%);
}

.footer-menu.footer-right ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.footer-menu.footer-right ul li:last-child a {
  cursor: auto;
}

.footer-menu.footer-right ul li a i {
  color: #ffffff;
}

.footer-menu.footer-right ul li a p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}

.footer-menu.footer-right ul li a svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.footer-menu p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.footer-menu ul li {
  float: left;
}

.footer-menu ul li:nth-child(odd) {
  width: 100%;
}

.footer-menu ul li:nth-child(even) {
  width: 100%;
}

.footer-menu ul li {
  margin-bottom: 10px;
  padding: 0;
}

.footer-menu ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 200;
  transition: ease-in-out .9s;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}

.calendar,
div#exampleModal .modal-body form {
  font-family: "Poppins", Sans-serif;
}

.property-content-top {
  height: 100%;
  /* background: aqua; */
  position: relative;
  padding-bottom: 40px;
}

.property-content-top .property-content-button {
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-menu ul {
  padding: 0;

  list-style: none;
}

.footer-social ul {
  list-style: none;

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 0;
}

.footer-social ul li {
  width: 40px;

  height: 40px;

  font-size: 20px;

  border-radius: 50%;

  background: #000;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.footer-bottom {
  padding: 20px 0;
  background: #fff;
  color: #000000;
  border-top: 1px solid #ccc;
}

.footer-bottom p {
  margin-bottom: 5px;
  /* text-align: center; */
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.footer-bottom ul {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.footer-bottom ul li a {
  color: #000;
  transition: color 0.3s;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.logo-bottom img {
  height: 40px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}

.footer-partner img {
  /* height: 120px; */
  width: 100%;
  /* border-radius: 8px; */
  background: #fff;
  padding: 0;
  border-radius: 50%;
}

.logo-bottom h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* font-weight: 500; */
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}

.footer-logo {
  display: flex;
  height: 100%;
  align-items: center;
}

.choice-headign h2 {
  font-size: 50px;
}

.choice-headign p {
  font-size: 18px;

  /* font-weight: 600; */
}

.image-heading p {
  border-bottom: 1px solid #fff;

  width: fit-content;

  margin-bottom: 0;

  font-size: 18px;
}

.image-heading h5 {
  margin: 20px 0;
}

.image-heading h1 {
  font-size: 50px;
}

.city-heading h3 {
  font-size: 50px;
}

.city-heading p {
  font-size: 18px;
}

section.why-section {
  /* background: #f2f2f2; */
  padding: 100px 0;
}

.why-heading {
  text-align: center;
}

.why-heading h1 {
  position: relative;

  padding: 10px 0;

  width: fit-content;

  margin: auto;
}

.why-heading h1:before {
  position: absolute;

  content: "";

  width: 30%;

  height: 6px;

  background: #000;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  border-radius: 10px;
}

.why-content {
  text-align: left;
}

.why-content {
  margin-top: 70px;
}

.why-content p {
  margin-top: 20px;
}

.why-content svg {
  margin-bottom: 30px;
  background-color: #e9e9e9;
  fill: #000000;
  color: #000000;
  font-size: 35px;
  padding: 13px;
  border-radius: 7px 7px 7px 7px;
  width: 70px;
  height: 70px;
}

.why-content h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2933;
}

section.customer-section {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  padding: 80px 0px 80px 0px;
  background-position: center;
}

section.customer-section::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: linear-gradient(272deg, rgb(0 0 0 / 54%) 50%, transparent);

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;
}

.customer-top {
  display: flex;

  flex-wrap: wrap;
}

.customer-content i,
.customer-content svg,
.customer-content img {
  fill: #fff;
  font-size: 30px;
  border: 2px solid #fff;
  padding: 12px;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}



.customer-top .customer-content {
  width: 50%;

  display: flex;

  gap: 20px;

  margin-bottom: 15px;

  align-items: center;
}

.customer-top .customer-content {
  width: 50%;

  display: flex;

  gap: 20px;

  margin-bottom: 15px;
}

/* .customer-heaing h3::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 5px;
  background: #fff;
  bottom: 0;
  border-radius: 10px;
} */

.customer-heaing h3 {
  position: relative;
  font-size: 60px;
  padding: 20px 0;
  width: fit-content;
  margin-bottom: 18px;
  /* font-weight: 600; */
  font-weight: 200;
  margin: auto;
  margin-bottom: 20px;
}

.customer-content.customer-content-right {
  padding-left: 50px;
}

/* section.pricing-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 80px 0 20px;
  height: 632px;
  background-position: 50% 35%;
  background-position: center;
} */
section.pricing-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 0;
  background-position: center;
}



section.pricing-section .why-choose-us-heading {
  position: absolute;
  top: 120px;
  /* top: 0; */
  left: 30px;
  right: 0;
  margin: auto;
  /* bottom: 50px; */
  display: flex;
  align-items: center;
}

section.pricing-section .why-choose-us-heading h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  /* font-weight: 600; */
  font-weight: 200;
  /* text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); */
  padding: 0;
  line-height: 1;
  text-align: end;
  display: flex;
  align-items: center;
  /* TEXT-SHADOW: 0 0px 10px BLACK; */
  /* text-shadow: 0 4px 3px BLACK; */
  text-shadow: 0 4px 4px #000;
  margin: auto;
}

section.pricing-section .why-choose-us-heading h1 span:nth-child(2) {
  font-size: 250px;
  font-weight: 200;
}

section.pricing-section:before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: rgb(0 0 0 / 20%);

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;
}

.pricing-content h5 {
  margin-top: 30px;
}

.pricing-content h3 {
  padding: 15px 0;

  position: relative;
}

.pricing-content h3:before {
  position: absolute;

  content: "";

  width: 70px;

  height: 3px;

  background: #fff;

  border-radius: 10px;

  bottom: 0;

  left: 0;
}

/**

 * @license

 * Copyright 2019 Google LLC. All Rights Reserved.

 * SPDX-License-Identifier: Apache-2.0

 */

/* 

 * Always set the map height explicitly to define the size of the div element

 * that contains the map. 

 */

#map {
  /* height: 100vh; */
  height: 100%;
  width: 100%;
}

/* light slider start */

.demo {
  width: 100%;
}

.demo ul {
  list-style: none outside none;

  padding-left: 0;

  margin-bottom: 0;
}

.demo li {
  display: block;

  float: left;

  margin-right: 6px;

  cursor: pointer;
}

.demo img {
  display: block;

  height: auto;

  width: 100%;
}

.property-image img,
.property-image {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.property-content h5,
.property-content p {
  margin: 00;
}

.property-content h5 {
  margin: 10px 0;
  border-bottom: 1px solid #000;
  width: fit-content;
}

/* light slider end */

video#video1 {
  width: 100%;
}

.btn {
  border-radius: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #9c4547;
  border-color: #9c4547;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.7s;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
  /* color: #9c4547;
  background-color: #0000;
  border-color: #9c4547; */
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.video-top {
  position: relative;
}

.video-top::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background-color: rgb(0 0 0 / 29%);

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;
}

.video-top button {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100px;

  height: 100px;

  margin: auto;

  border-radius: 50%;

  font-size: 40px;

  color: red;

  background: rgb(255 255 255 / 75%);

  border: 0;

  outline: 0;
}

a.lSPrev button.custom-prev-btn,
a.lSNext button.custom-next-btn {
  background: #000;

  color: #fff;

  border: 0;

  height: 30px;

  width: 30px;

  border-radius: 50%;

  font-size: 20px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #292726;

  background: hsl(20, 4%, 15%);

  font-weight: normal;

  color: #ffffff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.footer-social ul li a {
  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.customer-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
}

/* PAGE FOOTER



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-footer .footer-links {
  text-align: right;
}

.footer-logo h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}

/*custome css  */

section.breadcrumb-section {
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}

/* .breadcrumb-content {
  padding-top: 140px;
} */
.breadcrumb-content h1 {
  text-shadow: 0 0px 10px BLACK;
  font-size: 65px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 200;
}

/* section.breadcrumb-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000320;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
} */
.breadcrumb-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
  transform: rotate(180deg);
}

.breadcrumb-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: inline;
  transform: translateX(-50%) rotateY(180deg);
  z-index: -1;
}

path.elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

section.property-listing-section {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.total-properties h4 {
  margin: 0;
}

.total-properties {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div#filterContainer {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 12px;
  margin-bottom: 10px;
}

.filter-btn {
  background: #dae0e5;
  border: 1px solid #dae0e5;
  border-radius: 60px;
  margin-right: 17px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}

/* Add border and background when selected */
.filter-btn.active {
  border: 1px solid #000;
}

button:focus-visible {
  outline: 0;
}

button:focus,
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

section.login-registration-secion {
  padding: 100px 0;
}

.breadcrumb-content ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
}

.google-map iframe {
  width: 100%;

  height: max-content;
}

.property-top {
  border-radius: 10px;
  /* overflow: hidden; */
  background: #fff;
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
  width: 100%;
  /* height: 350px; */
  position: relative;
  margin-bottom: 18px;
  padding: 15px 0;
}

.property-content {
  padding: 10px;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1deg, #00000082 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  color: #fff; */
}

.google-map-footer {
  height: 550px;
  width: 100%;
}

.google-map {
  position: sticky;
  top: 90px;
  /* top: 0; */
  height: 100vh;
  border-radius: 10px;
  overflow: hidden;
}

.google-map iframe {
  width: 100%;

  height: 550px;
}

.propert-detail-image img {
  width: 100%;
}

.product-detail-section {
  background-color: #f7f7f7;

  padding: 20px 0;
}

.bottom-top {
  position: relative;

  bottom: 0;

  margin-top: 20px;
}

.propert-detail-image .slick-next:before,
.propert-detail-image .slick-prev:before {
  content: "";
}

.propert-detail-image .slick-prev:hover,
.propert-detail-image .slick-prev:focus,
.propert-detail-image .slick-next:hover,
.propert-detail-image .slick-next:focus {
  color: black;
  outline: none;
  background: #e1e1e1;
}

.propert-detail-image .slick-prev,
.propert-detail-image .slick-next {
  font-size: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 32px;
  line-height: 1;
}

.propert-detail-heading h1,
.propert-detail-heading h2 {
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}

.bg-gray {
  background: #f3f3f3;
}

section.partnership-section {
  padding: 50px 0;
  /* background: #fff; */
}

.partner-heading h1 {
  font-size: 60px;
  font-weight: 200;
  text-align: center;
}

.partnership-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

section.breadcrumb-section.your-stay-breadcrumb-section {
  padding: 150px 0 160px;
}

section.your-stay-section {
  padding: 100px 0;
}

.your-stay-img img {
  border-radius: 20px;
}

.your-stay-content h1 {
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 25px;
  width: fit-content;
  font-weight: 400;
}

.your-stay-content h1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #575757;
  bottom: 0;
  border-radius: 10px;
}

.your-stay-content {
  padding-left: 25px;
}

section.your-stay-progress-section h1 {
  color: #434343;
  /* font-size: 42px;
  font-weight: 700; */
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  padding-bottom: 15px;
  font-weight: 400;
}

section.your-stay-progress-section h1:before {
  position: absolute;
  content: "";
  width: 62%;
  height: 5px;
  background: #434343;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.your-stay-card-inner,
.your-stay-card-top {
  background: #fff;
  box-shadow: 0px 5px 20px -10px rgba(140.99999999999997, 140.99999999999997, 140.99999999999997, 0.74);
  padding: 20px;
  margin-bottom: 100px;
  height: 200px;
}

.your-stay-card-inner,
.your-stay-card-top {
  display: flex;
  align-items: center;
}

.your-stay-card-inner {
  text-align: left;
  margin-left: 25px;
}

.your-stay-card-top {
  text-align: right;
  margin-right: 25px;
}

.your-stay-card-inner h3,
.your-stay-card-top h3,
.your-stay-content-inner h3,
.your-stay-content-top h3 {
  font-size: 23px;
  font-weight: 400;
}

.your-stay-content-inner,
.your-stay-content-inner i,
.your-stay-content-inner h3 {
  text-align: right;
  margin-right: 25px;
}

.your-stay-content-top i,
.your-stay-content-top h3 {
  text-align: left;
  margin-left: 25px;
}

section.your-stay-progress-section {
  padding: 40px 0;
  position: relative;
}

.your-stay-card-top h3,
.your-stay-card-inner h3 {
  margin-bottom: 15px;
}

/* Progress css Start */
.your-stay-content-inner i,
.your-stay-content-top i,
.your-stay-card-inner i,
.your-stay-card-top i {
  font-size: 50px;
  margin-bottom: 15px;
}

.your-stay-content-inner img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 25px;
}

.your-stay-content-top img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-left: 25px;
}

.your-stay-content-inner,
.your-stay-content-top {
  margin-top: 40px;
}

.timeline {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: fit-content;
  margin-top: 40px;
}

.timeline ul {
  padding: 0;
  width: fit-content;
  margin: auto;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: #bdc3c7;
  height: 88%;
}

.timeline .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #9c4547;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  height: 305px;
  background: transparent;
}

.timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view::before {
  content: "";
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  /* transform: translateX(-37%); */
  /* width: 20px; */
  /* height: 20px; */
  /* border-radius: 50%; */
  /* background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg"); */
  /* background-color: #2ecc71; */
  /* background-size: 20px 20px; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
  /* border: 0; */
  border-color: #9c4547;
}

.timeline ul li::before {
  content: "";
  position: absolute;
  left: 0;
  /* right: 0; */
  /* margin: auto; */
  top: 0;
  transform: translateX(-30%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: inherit;
  background: #fff;
  transition: all 0.4s ease-in-out;
  border: 3px solid #bdc3c7;
}

/* Progress css End */

section.inclusions-section {
  /* background: #007BAF; */
  background: #484848;
  padding: 60px 0 70px;
}

.inclusions-content {
  text-align: center;
  margin-bottom: 40px;
}

.inclusions-content img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.inclusions-heading {
  margin: 0 auto 60px;
  color: #fff;
  text-align: center;
}

.inclusions-heading h1 {
  color: #FFFFFF;
  /* font-size: 42px;
  font-weight: 700; */
  margin: 0 auto;
  width: fit-content;
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}

/* .inclusions-heading h1:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 5px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
} */
.inclusions-content h6 {
  color: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
}

.inclusions-content {
  text-align: center;
  margin-bottom: 40px;
}

.contact-contant h1 {
  color: #222222;
  font-size: 45px;
  font-weight: 200;
  margin: 5px 0 15px;
}

.contact-contant h6 {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

section.contact-section {
  padding: 70px 0;
}

ul.contact-ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

section.contact-map-section iframe {
  width: 100%;
  height: 450px;
}

ul.contact-ul li i {
  width: 20px;
  text-align: center;
}

ul.contact-ul li p {
  margin: 0;
  width: 80%;
}

ul.contact-ul {
  list-style: none;
  padding: 0;
}

ul.social-ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.social-ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #000; */
  border-radius: 5px;
  transition: ease-in-out .5s;
}

.contact-form form label span {
  color: red;
}

ul.social-ul li a svg {
  height: 22px;
}

ul.social-ul li a:hover {
  background: rgba(0, 0, 0, 0.048);
  /* color: #fff; */
  transform: scale(1.1);
}


/* Solution CSS Start */
section.corporate-section {
  height: 90vh;
  /* display: flex;
  align-items: end;
  justify-content: left;
  background-size: cover; */
  position: relative;
  /* background-position: center;
  padding-bottom: 45px; */
}

section.corporate-section img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

section.corporate-section .corporate-content {
  position: absolute;
  /* bottom: 120px; */
  /* bottom: 50px; */
  bottom: 20px;
  left: 0;
}

section.corporate-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  top: 0;
  left: 0;
}

section.corporate-section h1 {
  font-size: 65px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 200;
}

section.corporate-content-section {
  padding: 70px 20px;
}

.corporate-content h4 {
  text-align: justify;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-top: 15px;
  margin-bottom: 40px;
}

.corporate-content h4:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  top: 0;
  left: 0;
}

.corporate-content p {
  font-weight: 300;
  margin-bottom: 2.3125rem;
  font-size: 14px;
  text-align: justify;
}

.corporate-last-content p {
  font-size: 14px;
}

section.corporate-content-bottom-section {
  padding: 80px 0;
  background: #f2f2f2;
}

.corporate-content-bottom-heading h1 {
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  padding-bottom: 18px;
}

.corporate-content-bottom-heading h1:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.corporate-content-bottom-content h3 {
  font-weight: 600;
  margin-bottom: 1.3125rem;
  font-size: 16px;
  text-align: center;
}

.corporate-content-bottom-content p {
  font-weight: 300;
  /* margin-bottom: 2.3125rem; */
  font-size: 14px;
  text-align: justify;
}

.corporate-content-bottom-content {
  /* text-align: center; */
  margin-bottom: 50px;
}

section.corporate-content-inner-section {
  padding: 100px 0;
}

.relocation-housing-section {
  padding: 100px 0;
  background: #f2f2f2;
}

.corporate-content-inner img {
  max-width: 100px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #d9d9d9;
}

.corporate-content-inner {
  text-align: center;
  margin-bottom: 70px;
}

.corporate-content-inner i {
  font-size: 45px;
  margin-bottom: 10px;
}

.corporate-content-inner h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.corporate-content-inner p {
  font-weight: 300;
  font-size: 14px;
}

.corporate-last-content h1 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.corporate-last-content button {
  border-radius: 50px;
  padding: 10px 50px;
  border: 0;
  background: #9c4547;
  color: #fff;
  margin: 20px 0;
  cursor: pointer;
}

.corporate-last-content {
  text-align: center;
}

/* .corporate-last-content-bottom a {
  font-weight: 700;
} */
.corporate-last-content-bottom a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.corporate-last-content-bottom p {
  margin: 0;
}

.corporate-last-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.corporate-last-section {
  padding: 70px 0;
  background: #007BAF;
  color: #fff;
}

.o-video iframe {
  width: 100%;
  height: 450px;
}

.construction-crew-content h1 {
  font-weight: 600;
  line-height: 1.1em;
  font-size: 20px;
  text-align: justify;
}

.contact-ul li svg {
  width: 15px;
}

.construction-crew-content ul {
  margin: 20px 0 0;
}

.construction-crew-content ul li {
  margin-bottom: 10px;
}

.construction-crew-section {
  padding: 100px 0 50px;
  background: rgb(236, 240, 241);
}

.construction-crew-content p {
  font-weight: 300;
  margin-bottom: 2.3125rem;
  font-size: 14px;
  text-align: justify;
}

.construction-crew-image img {
  width: 100%;
  border-radius: 20px;
}

.construction-crew-bottom-heading h1 {
  color: black;
  font-size: 30px;
  text-align: center;
}

.construction-crew-bottom-section {
  padding: 100px 0;
}

.construction-crew-card img {
  width: 100%;
  border-radius: 10px;
  height: 350px;
  object-fit: cover;
}

.construction-crew-card h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 16px 0 11px;
}

.construction-crew-card p {
  font-size: 14px;
  text-align: justify;
}

.construction-crew-card {
  margin-top: 20px;
}

section.corporate-section p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
}

.btn-dark {
  color: #fff;
  background-color: #9c4547;
  border-color: #9c4547;
}

button.btn.btn-primary {
  padding: .5rem 3rem;
  font-size: 16px;
  line-height: 1.5;
  background: #9c4547;
  border-color: #9c4547;
}


/* Solution CSS End */



/*OWL Slider start*/

.owl-nav button {
  position: absolute;

  top: 50%;

  background-color: #000;

  color: #fff;

  margin: 0;

  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;

  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;

  height: 15px;

  border-radius: 50%;

  display: inline-block;

  background: #ccc;

  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
  font-size: 70px;

  position: relative;

  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

#carousel .owl-item img {
  display: block;

  width: 100%;

  height: 600px;
}

/*OWL Slider End*/

.location-name {
  font-size: 20px;
  /* color: #434343; */
  font-weight: 500;
}

.postcode {
  font-size: 12px;
  background: #ccc;
  padding: 1px 6px;
  border-radius: 30px;
  font-weight: 500;
}

/* .propert-detail-heading {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 7px 0 0;
  align-items: center;
  border-radius: 10px;
} */
.propert-detail-heading p {
  color: #434343;
  font-size: 16px;
  margin-bottom: 25px;
}

.propert-detail-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.property-detail-description li.nav-item a.nav-link {
  padding: 10px 30px;
  transition: all 0.5s;
  font-family: "Poppins", Sans-serif;
}

.property-detail-map {
  padding: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px #ccc;
  position: sticky;
  top: 90px;
  overflow: hidden;
  /* height: 90vh; */
  height: 100%;
}

.property-detail-map iframe {
  width: 100%;
  height: 85vh;
}

.property-detail-description li.nav-item a.nav-link:hover {
  color: #000;
  background-color: #e1e1e1;
  /* border-bottom: 4px solid #000; */
  border-radius: 0;
}

.property-content p {
  color: #434343;
  margin-bottom: 25px;
}

.property-detail-main-image img {
  border-radius: 20px;
}

.total-properties .btn-dark {
  width: 125px;
}

.property-heading {
  margin-bottom: 20px;
}

.property-content ul li {
  background: #dae0e5;
  padding: 4px 12px;
  border-radius: 40px;
}

.property-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* .property-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.property-heading h3 span {
  font-size: 12px;
  background: #ccc;
  padding: 1px 7px;
  border-radius: 33px;
}

.property-heading p {
  color: #939393;
  font-weight: 600;
}

.property-heading h3 {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 20px;
}

.property-detail-description.mt-4 ul.nav.nav-pills {
  border-bottom: 1px solid #ccc;
  width: fit-content;
}

/* property Detail start */

.propert-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.propert-card h3 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

.enquiry-form h3 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.specific-list li p {
  margin: 10px 0 0;
}

.specific-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 25px;
}

.specific-list li span {
  color: #a0a0a0;
  font-size: 12px;
}

.specific-list li i {
  font-size: 35px;
}

.specific-list li {
  width: 25%;
  /* width: 33%; */
  text-align: center;
}

.enquiry-form {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.enquiry-form input {
  width: 100%;
  background: transparent;
  border: 1px solid #343333;
  border-radius: 40px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.enquiry-form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 25px;
}





ul.detail-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.detail-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  flex-wrap: wrap;
}

ul.detail-ul li strong,
ul.detail-ul li p {
  margin: 0;
}

ul.features-ul li {
  margin: 10px 0;
}

ul.features-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.propert-card form {
  font-family: "Poppins", Sans-serif;
}

.history-top table {
  font-family: "Poppins", Sans-serif;
}

.history-top {
  padding: 50px 0;
}

.history-top h3 {
  margin-bottom: 15px;
}

.complain-detail-bottom {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: end;
}

.complaint-modal button.close {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 4px 9px;
  border-radius: 6px;
  opacity: 1;
}

.complain-detail-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.complain-detail-top h5 {
  margin: 0;
}

.complaint-modal .modal-header {
  border-bottom: 1px solid #d9dee3;
  padding: 20px;
}

.right-side-chat,
.left-side-chat {
  background: #e2e2ff;
  padding: 15px 8px 8px;
  border-radius: 7px;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
}

.right-side-chat span.user-name,
.left-side-chat span.admin-name {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 5px;
  font-family: "Poppins", Sans-serif;
}

.left-side-chat span.admin-name {
  left: 10px;
}

.right-side-chat span.user-name {
  right: 10px;
}

.left-side-chat {
  background: #fff;
  text-align: left;
  width: 50%;
}

.right-side-chat {
  background: #fff;
  text-align: right;
  width: 50%;
  margin-left: auto;
}

.right-side-chat p,
.left-side-chat p {
  margin: 0;
  font-weight: lighter;
  font-family: "Poppins", Sans-serif;
}

.complaint-modal .modal-body,
.complaint-modal .modal-body .complain-detail-chat {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.complain-detail-top label {
  font-weight: 700;
  text-align: center;
}

.complain-detail-top label span {
  font-weight: 100;
  font-family: "Poppins", Sans-serif;
}

.complaint-modal .modal-content {
  background: #ededed;
}

.form-control {
  font-family: "Poppins", Sans-serif;
}

nav#navbar .navbar-nav .dropdown-menu {
  transition: slideDown 0.35s ease-out;
}

div#navbarNav ul.navbar-nav li.nav-item:hover .dropdown-menu {
  display: block;
  /* transition: all .9s ease-in-out; */
}

nav#navbar .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background: #9c4547;
  color: #fff;
}

.footer-border {
  padding: 0 20px;
}

nav#navbar .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  width: max-content;
  max-height: 340px;
  overflow-y: auto;
  top: 90%;
}

nav#navbar .navbar-nav .dropdown-menu.solution-menu {
  max-height: max-content;
}

.dropdown-menu a.dropdown-item {
  padding: 9px 10px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: break-spaces;
  word-wrap: break-word;
  word-break: break-word;
}

.dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}

.complaint-forn {
  margin: 25px 0;
  box-shadow: 0 0 19px #e3e3e3;
  padding: 20px;
  border-radius: 8px;
}

.complaint-forn h3 {
  margin-bottom: 20px;
}

.complaint-forn label {
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
}

a.nav-link.sidebat-tab i {
  font-size: 26px;
}

nav#navbar .navbar-nav a.nav-link.sidebat-tab:hover {
  border-bottom: 0;
  color: #111;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgb(0 0 0 / 7%);
  z-index: 9999;
  transition: 0.5s;
}

div#videoModal button.close {
  position: absolute;
  right: -5px;
  top: -7px;
  width: 40px;
  height: 40px;
  background: #444;
  z-index: 99;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
}

.video-btn {
  background: #fff;
  transition: ease-in-out .5s;
  padding: 8px 35px;
}

.video-btn:hover {
  background: #000;
  color: #fff;
}

/* Sidenav */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #fff;
  /* overflow-x: hidden; */
  overflow: hidden;
  transition: 0.9s;
  padding-top: 0px;
}

.sidenav ul {
  padding: 20px;
  list-style: none;
}

.sidenav a {
  text-decoration: none;
  /* font-family: "Poppins", sans-serif; */
  display: block;
  transition: 0.3s;
  padding: 4px 0;
  color: #000;
  line-height: 26px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.sidenav ul a:hover,
.offcanvas a:focus {
  color: #000000;
  font-weight: 600;
}

.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0;
  border-radius: 50%;
}

/* styles.css */
body.cross-cursor {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDUpIj48cGF0aCBkPSJNMjQsLjc0OCwyMy4yNTgsMCwxMiwxMS4yNTIuNzUzLDAsMCwuNzQ4LDExLjI1NywxMiwwLDIzLjI1Mi43NTMsMjQsMTIsMTIuNzQ3LDIzLjI1OCwyNCwyNCwyMy4yNTIsMTIuNzUzLDEyWiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4="),
    pointer;
}

div#mySidenav {
  cursor: auto;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sidebar-animation {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.9s;
  position: relative;
  padding-top: 60px;
  overflow-x: hidden;
  height: 100%;
}

.slide-in {
  animation: slideIn 1s forwards;
}

.sidenav .closebtn svg {
  width: 20px;
  fill: #333;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

/* property Detail end */

/* About Us Css Start */

.mision-content svg {
  width: 50px;
  height: 50px;
}

/* .mision-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
} */
.mision-content div {
  width: 80%;
}

section.about-section {
  padding: 70px 0;
}

.about-content h6 {
  font-weight: 600;
}

/* .mision-content {
  margin: 30px 0 0px;
  text-align: center;
} */
.mision-content-top {
  background: rgb(0 0 0 / 80%);
  padding: 35px 20px;
  color: #fff;
}

section.mission-vission-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.mision-content p {
  margin: 0;
  color: #434343;
  font-size: 16px;
  font-weight: 500;
}

.mision-content h4 {
  font-weight: 600;
}

.about-image {
  position: relative;
  height: 100%;
  padding: 30px 0;
}

.mision-image img {
  border-radius: 20px;
}

.mision-content,
.about-content {
  padding: 40px 0;
}

.mision-image {
  padding: 30px 0;
}

.about-image img {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  /* right: -200px; */
  height: 100%;
  border-radius: 20px;
}

section.about-full-image {
  /* height: 90vh; */
  /* overflow: hidden; */
}

section.about-full-image img {
  /* height: 100%; */
  width: 100%;
  /* object-fit: cover; */
}


/* .about-image .about-right-img {
  right: -200px;
  
}
.about-image .about-left-img {
  left: -200px;
} */
.about-image .about-left-img {
  position: absolute;
  bottom: 5px;
  z-index: 9;
}

.about-content h1 {
  font-weight: 600;
  font-size: 35px;
}

.who-are-section {
  padding: 55px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.who-are-content {
  color: #ffffff;
}

.who-are-content p {
  color: #fff;
}

section.who-are-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

section.who-are-section h5 {
  color: #fff;
  font-weight: 200;
}

.who-are-content h1 {
  font-weight: 300;
  margin-bottom: 20px;
}

.who-are-img img {
  border-radius: 10px;
  width: 100%;
}

.who-are-content ul {
  padding: 0 0 0 15px;
}

.who-are-content ul li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.what-we-img img {
  width: 100%;
  border-radius: 10px;
}

section.what-we-section {
  padding: 70px 0;
}

.who-are-content p,
.what-we-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 29px;
  margin: 15px 0 25px;
}

section.why-choose-us-section1 {
  background: #007BAF;
}

.what-we-content ul li {
  text-align: justify;
  color: #434343;
  font-size: 14px;
  font-weight: 500;
}

.description1 p {
  font-weight: 200;
}


/* About Us Css End */
/* Home Page Css Start */



.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

#result {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 30px;
  z-index: 100;
}

.home-slider-section .swiper-horizontal {
  height: 100vh;
  position: relative;
}

.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 3s all;
  transform: scale(1.2);
}

.swiper-slide-active .img {
  animation: scale 5s ease forwards;
}

.about-content p {
  /* text-align: justify; */
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  /* line-height: 23px; */
  margin-bottom: 3px;
}

@keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.home-banner-section {
  /* background: url("https://delristech-projects.in/wordpress/grhum/wp-content/uploads/2024/05/Untitled-design-2.webp"); */
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home-banner-section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.booking-form h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  /* font-weight: 400; */
  font-weight: 200;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0;
  line-height: 1;
  margin: 0 auto 25px;
  TEXT-SHADOW: 0 0px 10px BLACK;
}

.location-content img {
  width: 100%;
  max-height: 400px;
  border-radius: 10px;
}

.location-content h3 {
  color: #1f2933;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

section.location-section {
  padding: 70px 0;
}

button.view-all-btn {
  transition-duration: 0.4s;
  animation-duration: 0.4s;
  border-color: #e8e8e8;
  border-style: none;
  padding: 15px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Poppins";
  margin: 30px auto 0;
  background: #9c4547;
  border: 0;
  width: fit-content;
  color: #fff;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .logo-bottom {
  margin-top: 55px;
} */
.location-heading h1 {
  line-height: 1;
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  /* font-weight: 600; */
  font-weight: 200;
  text-align: center;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  padding-bottom: 25px;
}

/* .location-heading h1::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 4px;
  border-radius: 10px;
  background-color: #5d6062;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
} */
.location-image img {
  box-shadow: 0 0 20px #dfdfdf;
  border-radius: 10px;
}

.booking-form label {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
}

.done-button:hover {
  color: #fff;
}

ul.select2-results__options li {
  font-size: 16px;
}

.booking-form input[type="text"],
.booking-form input[type="number"] {
  width: 150px;
  padding: 5px;
}

/* section.locations-section .booking-form h1 {
  margin: 60px 0 25px;
  line-height: 1;
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  text-shadow: 0 0 BLACK;
} */
section.locations-section h1,
section.locations-section .booking-form h1 {
  text-shadow: 0 0 BLACK;
  line-height: 1;
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  /* font-weight: 600; */
  font-weight: 200;
  text-align: center;
  width: fit-content;
  margin: 60px auto 25px;
  position: relative;
  padding-bottom: 25px;
}

.celender-top-div .dropdown {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.celender-top-div .dropdown button.clear-button {
  background: transparent;
  border: 0;
  font-weight: bold;
}

.booking-form .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  border-radius: 20px;
  top: 45px;
  /*left: 0;*/
  right: 0px;
  margin: auto;
}

span.select2-dropdown.select2-dropdown--below {
  width: 307.875px !important;
}

.flatpickr-calendar.animate.arrowTop.arrowLeft.open {
  border-radius: 20px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.2);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.2);
}

.booking-form .dropdown-content .dropdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.alert {
  width: fit-content;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 99999;
  left: 0;
  font-weight: 600;
}

.alert button.btn-close {
  position: absolute;
  background: transparent;
  border: 0;
  right: 6px;
}

.booking-form .dropdown-content .dropdown-row:nth-child(5) {
  border-bottom: 0;
}

.done-button {
  padding: 6px 10px;
  background: #9c4547;
  border: 0;
  color: #fff;
  border-radius: 40px;
  padding: 7px 18px;
}

.booking-form .quantity-button {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  outline: none;
}

.booking-form .celender-top-div {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 8px 8px 25px;
  border-radius: 300px;
  box-shadow: 0 0 10px #757575;
  justify-content: space-between;
  background: #fff;
}

.booking-form .celender-top-div .form-group input {
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  color: #2f2f2f;
}

.booking-form .celender-top-div .form-group input::placeholder {
  color: #2f2f2f;
}

.booking-form .celender-top-div .form-group input:focus {
  box-shadow: none;
}

.booking-form .celender-top-div .form-group {
  border-right: 1px solid #ccc;
  margin-right: 15px;
  width: 25%;
  margin-bottom: 0;
}

.booking-form .celender-top-div .form-group:nth-child(4) {
  border-right: 0;
}

.booking-form button.guestsButton,
.booking-form button#guestsButton {
  padding: 0;
  background: transparent;
  border: 0;
  color: #2f2f2f;
  width: 200px;
  text-align: left;
  overflow: auto;
  max-height: 35px;
}

.booking-form button.guestsButton::-webkit-scrollbar,
.booking-form button#guestsButton::-webkit-scrollbar {
  width: 10px;
}

.booking-form button.guestsButton:focus,
.booking-form button#guestsButton:focus {
  box-shadow: none;
  outline: none;
}

.booking-form .celender-top-div .dropdown-row .quantity input {
  width: 51px;
  text-align: center;
  background: transparent;
}

.booking-form .celender-top-div .dropdown-row .quantity input {
  width: 51px;
  text-align: center;
  background: transparent;
}

.booking-form .celender-top-div .dropdown-row .quantity button.quantity-button {
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}

.booking-form .celender-top-div .dropdown-row .quantity button.quantity-button:hover {
  color: #fff;
  background: #747474;
}

.booking-form .celender-top-div .quantity {
  display: flex;
  align-items: center;
}

.celender-top-div .quantity input::-webkit-inner-spin-button,
.celender-top-div .quantity input::-webkit-outer-spin-button {
  display: none;
}

.booking-form .celender-top-div .btn-submit {
  background: #9c4547;
  border: 0;
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dummy-field {
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin: 0 auto 25px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 52px;
  padding: 5px 7px 5px 25px;
  display: flex !important;
  align-items: center;
  gap: 40px;
  width: 35%;
  justify-content: space-between;
  height: 52px;
}

.dummy-btn-submit {
  background: #9c4547;
  border: 0;
  color: #fff;
  width: 100px;
  height: 36px;
  font-size: 18px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-image {
  height: 100%;
}

.location-image img {
  height: 95%;
}

div#globle_suplier .item {
  text-align: center;
  padding: 15px 0;
}

div#globle_suplier .item .slider-img,
div#globle_suplier .item svg {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #d9d9d9;
}

/* div#globle_suplier .item .slider-img img {
  filter: invert(1);
} */
section.global-suplier-section {
  padding: 100px 0;
  background: #f2f2f2;
}

.global-suplier-heading h1 {
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: 0 auto 0px;
  padding-bottom: 10px;
}

.global-suplier-heading p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

.global-suplier-heading {
  margin-bottom: 50px;
}

div#globle_suplier .item p {
  font-size: 16px;
  font-weight: 400;
}

div#globle_suplier .item h5 {
  font-size: 18px;
  font-weight: 500;
}

/* .global-suplier-heading h1:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */




.locations-content h3 {
  margin: 10px 0;
  font-size: 20px;
}

.locations-content img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

div#pricing .owl-nav button.owl-prev,
div#pricing .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

div#pricing .owl-nav button.owl-prev svg,
div#pricing .owl-nav button.owl-next svg {
  width: 30px;
  height: 30px;
}

div#locations .owl-nav button.owl-prev,
div#locations .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

div#locations .owl-nav button.owl-prev svg,
div#locations .owl-nav button.owl-next svg {
  width: 40px;
  height: 40px;
}

div#locations .owl-nav button.owl-prev:hover,
div#locations .owl-nav button.owl-next:hover {
  background: #fff !important;
}

div#locations .owl-dots {
  display: none;
}

.whatsapp-icon a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 999;
  background: #19bf3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
}

.locations-section {
  padding: 60px 0 30px;
}

.location-listing img {
  width: 100%;
}

.enquire-now input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 59px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 25px;
}

.enquire-now label span {
  color: red;
}

.enquire-now textarea {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 25px;
}

section.enquire-now-section {
  background: #f5f5f5;
  padding: 50px 0;
}

.dropdown-content-enquire {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  border-radius: 20px;
  top: 45px;
  right: 0px;
  margin: auto;
}

.dropdown-enquire .guestsButton-enquire {
  width: 100%;
  padding: 10px 20px;
  border-radius: 59px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 25px;
  text-align: left;
  color: #757575;
}

.dropdown-row-enquire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.dropdown-row-enquire label {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
}

.quantity-enquire {
  display: flex;
  align-items: center;
}

.quantity-enquire button {
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}

.quantity-enquire input {
  /* width: 51px; */
  /* text-align: center; */
  /* border: 0; */
  /* padding: 0; */
  width: 51px !important;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  outline: 0;
  background: transparent;
  font-size: 16px;
  color: #2f2f2f;
  margin: 0;
}

.done-button-enquire {
  background: #9c4547;
  border: 0;
  color: #fff;
  border-radius: 40px;
  padding: 7px 18px;
}

.dropdown-row-enquire:last-child {
  border-bottom: 0;
}

.dropdown-enquire {
  position: relative;
}

button.clear-button-enquire {
  background: transparent;
  border: 0;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
}


/* .usp-top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
} */
.usp-content {
  margin-bottom: 14px;
}

/* .usp-top:before {
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
} */
/* .usp-top .usp-content {
  width: 100%;
  padding: 10px;
  height: 100%;
} */
.usp-top .usp-content {
  /* width: 100%;
  height: 100%; */
  background: #007BAF;
  /* background: #cc8873; */
  /* background: #9c4547; */
  /* background: #f40209; */
  border-radius: 15px;
  -webkit-clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  height: 150px;
  width: 150px;
  margin: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
}

.usp-content-inner {
  display: none;
}

.usp-content span {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 20px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 0 10px #4d4d4d;
  margin-bottom: 12px;
}

.usp-top .usp-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  /* height: 60px; */
  /* background: red; */
  overflow: hidden;
}

.usp-top .usp-content p {
  font-size: 16px;
}

section.facilities-section {
  padding: 100px 0;
}

.facilities-content ul li {
  font-size: 16px;
  margin-bottom: 10px;
  /* padding-left: 30px; */
  position: relative;
}

.facilities-content ul li svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

/* .facilities-content ul {
  list-style: none;
} */

.facilities-content ul {
  /* background: #d6f3ff; */
  color: #000000;
  list-style: none;
  padding: 0 0 8px;
  border-radius: 14px;
  margin-bottom: 0;
}

.locations-section .booking-form form {
  position: relative;
  z-index: 9;
}

.facilities-content ul li {
  /* padding: 10px 16px 5px 40px; */
  /* padding: 10px 16px 5px; */
  margin: 0 0 15px;
  /* border-bottom: 1px solid; */
  position: relative;
  font-weight: 400;
  color: #2f2f2f;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.facilities-content ul li:last-child {
  margin: 0;
}

/* .facilities-content ul li:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background: #000000;
  left: 15px;
  top: 20px;
  border-radius: 30px;
} */
.facilities-content ul li:last-child {
  border: 0;
}






/* Why Choose US Start */
.ftco-section {
  padding: 6em 0;
  position: relative;
}

.ftco-fullwidth .text-wrapper {
  width: 100%;
  position: relative;
}


.ftco-fullwidth {
  position: relative;
  z-index: 0;
}

.ftco-fullwidth .choose-overlay {
  position: absolute;
  width: 73%;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.2;
  background: #000;
}

.heading-section .subheading {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #d4ca68;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.heading-section .subheading:before {
  position: absolute;
  top: 50%;
  right: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #d4ca68;
}

.heading-section .subheading:after {
  position: absolute;
  top: 50%;
  left: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #d4ca68;
}

.heading-section h2 {
  font-size: 40px;
  font-weight: 600;
}

.ftco-fullwidth .choose-img {
  /* height: 600px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-fullwidth .one-half {
  width: 50%;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-wrap {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.services-wrap .icon {
  line-height: 1.3;
  position: relative;
  width: 80px;
  height: 80px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-wrap .icon i,
.services-wrap .icon span {
  font-size: 40px;
  color: #fff;
}

.services-wrap .media-body {
  width: calc(100% - 80px);
}

.services-wrap .media-body h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
}

.block-6 .media-body p {
  font-size: 16px;
}

.why-choose-us-heading h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #434343;
}

.why-choose-us-heading p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}


section.why-choose-us-section {
  padding: 72px 0;
}

.why-choose-us-heading {
  text-align: left;
}

.why-choose-us-content i {
  margin-right: 10px;
  font-size: 24px;
}

.why-choose-us-content h4 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  /* line-height: 23px; */
  margin-bottom: 15px;
}

.why-choose-us-content h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  fill: #fff;
}

.why-choose-us-content {
  background-color: #f9f9ff;
  padding: 30px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* .why-choose-us-content:hover {
  background-image: -webkit-linear-gradient(0deg, #000000 0%, #888888 100%);
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.5);
  cursor: pointer;
  color: #fff;
} */
section.why-choose-us-section .owl-slider .why-choose-us-content {
  height: 300px;
  border-radius: 40px;
}

.why-choose-us-content p {
  font-size: 16px;
  line-height: 22px;
}

section.why-choose-us-section .owl-slider .owl-nav button svg {
  width: 85%;
  height: 85%;
}

section.why-choose-us-section .owl-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
}

section.why-choose-us-section .owl-slider .owl-nav .owl-prev {
  left: -25px;
}

section.why-choose-us-section .owl-slider .owl-nav .owl-next {
  right: -25px;
}

.why-choose-us-section-new {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.why-choose-us-section-new:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 68%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.why-choose-us-section-new .who-are-content,
.why-choose-us-section-new .who-are-content p {
  color: #ffffff;
}

.why-choose-us-section-new .icon1 svg {
  width: 50px;
  height: 50px;
  fill: #ffffff;
  margin-bottom: 20px;
}




.feature_box {
  border: 2px solid #f3f3f3;
  padding: 0 20px 15px 80px;
  position: relative;
  margin-bottom: 30px;
}

.feature_box {
  background: #fff;
}

.feature_box .icon {
  height: 60px;
  left: -2px;
  padding: 10px;
  position: absolute;
  top: -2px;
  width: 60px;
}

.feature_box .icon svg {
  width: 40px;
  height: 40px;
}

.feature_box .icon {
  background-color: #000000;
}

.feature_box .icon i {
  color: #fff;
  font-size: 20px;
}

.feature_box .icon:after {
  bottom: -8px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 0;
  position: absolute;
  right: 0;
  width: 0px;
}

.feature_box .icon:after {
  border-color: transparent #000000 transparent transparent;
}

.feature_box .description h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #232122;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 8px 0;
}

.feature_box .description p {
  margin-bottom: 10px;
}

/* .pricing-section-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */
.pricing-section-img {
  position: relative;
  width: 100%;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 88vh;
  object-position: top;
}

.pricing-section-content {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

.icon1 svg {
  width: 50px;
  height: 50px;
  fill: #ffffff;
  margin-bottom: 20px;
}

.icon1 img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.feature_box1.equal-height1 {
  margin: 20px 0;
}

.feature_box1.equal-height1 {
  padding: 15px;
  color: #fff;
}

.description1 h4 {
  font-weight: 200;
}



/* hive modal USP's Start */
/* Modal Background (Overlay) */
.hive-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* .hive-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -38%);
} */
/* .hive-modal-content {
    position: relative;
    background-color: rgb(255 255 255);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 73px 32px;
    width: 400px;
    height: 400px;
    box-shadow: inset 0px 0px 70px rgb(255 255 255);
    text-align: center;
    overflow-y: auto;
    color: #000000;
} */
.construction-crew-content ul {
  list-style: none;
  padding: 0;
}

.hive-modal-content {
  position: relative;
  /* background-color: rgb(0 123 175); */
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  padding: 73px 32px;
  padding: 30px 65px;
  width: 400px;
  height: 400px;
  /* box-shadow: inset 0px 0px 70px rgb(255 255 255); */
  text-align: center;
  overflow-y: auto;
  color: #000;
  display: flex;
  align-items: center;
}

/* Modal Title and Content */
.hive-modal-content h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hive-modal-content p {
  margin: 0.5rem 0;
}

/* Close Button */
.hive-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Trigger Element Styles */
.usp-content {
  display: inline-block;
  cursor: pointer;
  margin: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}

div#pricing {
  z-index: 99;
}

.usp-content:hover {
  background: #e8f0ff;
  color: #000;
}

.usp-content-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: red; */
}

/* hive modal USP's End */

.about-content-icon {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-content-list li {
  font-size: 14px;
  color: #434343;
  font-size: 16px;
  /* font-size: 18px; */
  font-weight: 700;
  transition: ease-in-out .5s;
  margin-bottom: 10px;
}

/* .about-content-list li:hover {
  color: #a52525;
  font-size: 17px;
} */
.about-content-list li:hover {
  color: #9c4547;
  transform: scale(1.1);
}

.about-content-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.about-content-icon h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.about-content-icon p {
  font-size: 14px;
}

.about-content-icon-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

ul.about-content-list {
  list-style: none;
  padding: 0;
}


/* Property Detail CSS Start */
.property-detail-main-image {
  grid-template-columns: 25fr 10fr;
  /* grid-template-rows: 228px 228px; */
  grid-template-rows: 240px 240px;
  row-gap: 20px;
  display: grid;
  position: relative;
  width: 100%;
  /* height: 480px; */
  height: 500px;
  grid-column-gap: 24px;
  column-gap: 20px;
}

.property-detail-main-image a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* grid-row: span 2; */
}

.property-detail-main-image a:first-child {
  grid-row: span 2;
}

.property-detail-main-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.property-detail-main-image .property-all-img-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: fit-content;
  height: fit-content;
  background: #9c4547;
  color: #fff;
  padding: 7px 15px;
  border-radius: 54px;
  font-size: 20px;
}


/* Property Detail CSS End */

@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid #dee2e6;
  }
}

@media (min-width: 1200px) {
  .ftco-fullwidth .half-text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* width: 1140px; */
    /* margin: 0 auto; */
    margin-left: auto;
  }

  /* .ftco-fullwidth .one-half.half-text .text-inner {
    max-width: 50%;
  } */
}

ul#ui-id-1 {
  max-height: 245px;
  overflow-y: auto;
}

div#navbarNav ul.navbar-nav .nav-item.mobile-show {
  display: none;
}

div#navbarNav .navbar-nav .nav-item.desktop-show {
  display: block;
}

.desktop-show {
  display: block !important;
}

.mobile-show {
  display: none !important;
}

.stay-desktop-show {
  display: block;
}

.location-mobile-show,
.stay-mobile-show {
  display: none;
}

.location-desktop-show,
.find-desktop-show {
  display: block;
}

.find-mobile-show {
  display: none;
}

.your-stay-progress-section .arrow-down {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  color: #2f2f2f;
}

.select2-search--dropdown .select2-search__field,
input.select2-search__field {
  border-radius: 60px;
  padding: 4px 10px 4px 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9c4547;
  color: white;
}

/* Why Choose US End */

.solution-desctop-show {
  display: block;
}

.solution-mobile-show {
  display: none;
}

section.policy-section {
  font-weight: 300;
}

section.policy-section h2 {
  font-size: 20px;
  font-weight: 300;
}

section.policy-section h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 300;
}

section.policy-section {
  background: #007BAF;
  padding: 50px 0;
  color: #ffffff;
}

section.policy-section p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .footer-bottom p {
    text-align: center;
  }

  .footer-bottom ul {
    justify-content: center;
  }

  .property-detail-map {
    margin-top: 20px;
  }

  .solution-desctop-show {
    display: none;
  }

  .solution-mobile-show {
    display: block;
  }

  span.select2.select2-container,
  div#exampleModal .modal-content input {
    width: 100% !important;
    padding: 10px 20px;
    border-radius: 59px;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 25px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    color: #2f2f2f;
    padding: 0;
  }

  div#exampleModal .modal-content .booking-form .celender-top-div .dropdown-row .quantity input {
    padding: 0;
    margin: 0;
    width: 80px !important;
  }

  .booking-form .celender-top-div .dropdown-row .quantity input {
    width: 80px !important;
  }

  .booking-form .celender-top-div .quantity {
    gap: 10px;
  }

  div#exampleModal .modal-content input {
    margin-bottom: 0;
  }

  .booking-form .guestsButton {
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 59px;
    background: #fff;
    border: 1px solid #000 !important;
    margin-bottom: 15px;
    min-height: 45px;
    max-height: fit-content !important;
    font-size: 20px;
  }

  span.select2.select2-container,
  div#exampleModal .modal-content input {
    margin-bottom: 15px;
  }

  .modal .modal-body .booking-form .celender-top-div {
    background: transparent;
  }

  .modal .booking-form .celender-top-div {
    padding: 0;
    box-shadow: none;
    border: 0;
  }

  .btn-submit {
    background: #9c4547;
    border: 0;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div#exampleModal .booking-form button#guestsButton {
    width: 100%;
    padding: 10px 20px;
    border-radius: 59px;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 25px;
  }

  .find-stay-btn {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 8px 8px 8px 25px;
    line-height: 1;
    margin: 0 auto 25px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 52px;
    padding: 8px 8px 8px 25px;
    display: flex !important;
    align-items: center;
    gap: 40px;
  }

  .find-stay-btn:focus {
    outline: none;
  }

  .find-desktop-show {
    display: none !important;
  }

  .find-mobile-show {
    display: block;
  }

  div#navbarNav .navbar-nav .nav-item.desktop-show {
    display: none;
  }

  .desktop-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  div#navbarNav ul.navbar-nav .nav-item.mobile-show {
    display: block;
  }

  div#navbarNav ul.navbar-nav li.nav-item:first-child {
    margin-left: 20px;
    margin-top: 20px;
  }

  .home-banner-section .booking-form {
    position: relative;
    top: 320px;
  }

  .home-banner-section {
    height: 450px;
  }

  .construction-crew-content h1 {
    font-size: 20px;
  }

  .construction-crew-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .booking-form .celender-top-div {
    flex-wrap: wrap;
    width: 100%;
  }

  .booking-form .celender-top-div .form-group {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }

  .booking-form .celender-top-div {
    padding: 30px;
    border-radius: 30px;
  }

  .booking-form .celender-top-div .form-group input {
    width: 100%;
    font-size: 20px;
    padding: 8px 0;
  }

  .booking-form button#guestsButton {
    width: 100%;
    font-size: 20px;
    padding: 8px 0;
    max-height: max-content;
  }

  .breadcrumb-content h1,
  .contact-map-section h1,
  section.pricing-section .why-choose-us-heading h1,
  .customer-heaing h3,
  .location-heading h1,
  .booking-form h1 {
    font-size: 50px;
    font-weight: 400;
  }

  section.pricing-section .why-choose-us-heading {
    top: 50px;
    margin: 0;
    bottom: auto;
  }

  .breadcrumb-section {
    height: 450px;
  }

  section.breadcrumb-section {
    height: 450px;
  }

  section.corporate-section {
    height: 450px;
  }

  section.corporate-section h1 {
    font-size: 50px;
  }

  .facilities-content {
    margin-top: 30px;
  }

  .construction-crew-content {
    margin-top: 30px;
  }

  .booking-form .dropdown-content {
    top: 100%;
  }
}

@media (max-width: 767px) {
  section.global-suplier-section {
    padding: 50px 0;
    ;
  }

  .facilities-content ul {
    padding: 0;
  }

  section.facilities-section {
    padding: 50px 0;
  }

  .facilities-image img {
    margin-bottom: 25px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px;
    margin-top: 1px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 1;
    padding: 1px 0;
  }

  .select2-container .select2-selection--single {
    height: auto;
  }

  .location-heading h1 {
    margin-bottom: 0;
  }

  section.location-section {
    padding: 40px 0;
  }

  .locations-content img {
    height: 350px;
  }

  .location-mobile-show {
    display: block;
  }

  .location-desktop-show {
    display: none;
  }

  .booking-form label {
    font-size: 14px;
  }

  .booking-form .dropdown-content .dropdown-row {
    padding: 5px;
  }

  .booking-form .dropdown-content {
    min-width: 100%;
  }

  span.select2.select2-container,
  div#exampleModal .modal-content input {
    margin-bottom: 0px;
  }

  .booking-form .guestsButton {
    margin-bottom: 0px;
  }

  .booking-form .guestsButton {
    font-size: 14px;
    line-height: 1;
    min-height: fit-content;
  }

  .corporate-last-content-bottom {
    display: block;
  }

  .contact-contant h1 {
    font-size: 40px;
  }

  .faq-title h2 {
    font-size: 22px;
    font-weight: 400;
  }

  .contact-map-section h1 span {
    font-size: 15px;
    margin-right: 10px;
  }

  .construction-crew-content {
    margin-top: 30px;
  }

  section.blog-lising-section .card {
    margin-bottom: 20px;
  }

  .construction-crew-content {
    margin-top: 50px;
  }

  .global-suplier-heading h1 {
    font-size: 25px;
  }

  nav#navbar .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .feature_box1.equal-height1 {
    padding: 0;
  }

  .breadcrumb-section {
    height: 200px;
  }

  .footer-bottom p {
    text-align: center;
  }

  .footer-bottom ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-connect {
    margin-top: 20px;
  }

  .footer-menu ul li {
    float: none;
  }

  .footer-logo img {
    margin-bottom: 10px;
  }

  .logo-bottom {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .contact-map-section h1 {
    padding: 0 15px;
  }

  .usp-top .usp-content h4 {
    font-size: 16px;
    font-weight: 400;
  }

  div#navbarNav ul.navbar-nav li.nav-item:first-child,
  div#navbarNav ul.navbar-nav li.nav-item {
    margin: 0;
  }

  nav#navbar .navbar-nav .nav-link {
    padding: 5px;
  }

  .construction-crew-section {
    padding: 0 0 50px;
    background: rgb(236, 240, 241);
  }

  .footer-border {
    padding: 0;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  /* section.breadcrumb-section {
    height: 200px;
  } */
  .breadcrumb-content h1 {
    margin: 0;
  }

  div#pricing .owl-stage-outer.owl-height {
    height: 120px !important;
  }

  .pricing-section-content {
    bottom: 10px;
  }

  .usp-top .usp-content {
    height: 120px;
    width: 120px;
  }

  .corporate-section h1 {
    margin-bottom: 5px !important;
  }

  .contact-map-section h1 {
    font-size: 20px !important;
    margin: 24px auto 24px;
  }

  .corporate-section h1,
  .breadcrumb-content h1,
  section.pricing-section .why-choose-us-heading h1,
  .customer-heaing h3,
  .location-heading h1,
  .booking-form h1 {
    font-size: 30px !important;
    font-weight: 400 !important;
  }

  .booking-form .celender-top-div .form-group {
    border-right: 0;
    margin-right: 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .booking-form button#guestsButton,
  .booking-form .celender-top-div .form-group input {
    width: 100%;
    font-size: 14px;
    padding: 4px 0;
    line-height: 1;
  }

  .customer-top .customer-content {
    width: 100%;
    gap: 10px;
  }

  .customer-content i,
  .customer-content svg,
  .customer-content img {
    padding: 5px;
    height: 60px;
    width: 60px;
  }

  .booking-form .celender-top-div {
    padding: 15px 8px 14px 15px;
    border-radius: 30px;
  }

  .booking-form .dropdown-content {
    padding: 15px;
    border-radius: 20px;
  }

  .booking-form button#guestsButton {
    width: 100%;
  }
}

/* Home Page Css End */

/* MEDIA QUERIES



  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* MEDIUM SCREENS */

@media screen and (max-width: 991px) {
  section.breadcrumb-section {
    padding: 60px 0;
    background-position: center;
  }

  div#exampleModal .modal-content {
    padding: 5px;
  }

  button.btn.modal-btn {
    margin-top: 15px;
  }

  .cl {
    height: 370px !important;
  }

  .property-detail-description li.nav-item a.nav-link {
    padding: 10px;
  }

  .property-detail-description.mt-4 ul.nav.nav-pills {
    width: 100%;
    justify-content: space-between;
  }

  /* .page-header {



      background: var(--red);



    } */
  section.mid-banner-section {
    height: 50vh;
  }

  .blog-content {
    margin-bottom: 30px;
  }

  section.property-listing-section {
    padding: 60px 0;
  }

  .pricing-section-img {
    height: 100%;
  }
}

/* SMALL SCREENS */

@media screen and (max-width: 767px) {
  .footer-partner img {
    /* height: 100px; */
    width: 113px;
    margin-bottom: 40px;
  }

  .customer-content.customer-content-right {
    padding-left: 0;
  }

  .specific-list li {
    width: 50%;
  }

  .property-detail-main-image {
    display: block;
    overflow: hidden;
    height: 251px;
  }

  .your-stay-progress-section .arrow-down {
    font-size: 50px;
    margin: auto;
    text-align: center;
    color: #9c4547;
    position: relative;
    bottom: 20px;
    display: block;
  }

  section.your-stay-progress-section {
    text-align: center;
  }

  .your-stay-content h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .your-stay-card-inner p,
  .your-stay-card-top p {
    text-align: left;
  }

  section.corporate-section,
  section.breadcrumb-section {
    height: 350px;
  }

  .about-content p {
    margin-bottom: 0;
  }

  section.locations-section h1,
  section.locations-section .booking-form h1 {
    font-size: 30px;
    margin: 25px auto 0;
    padding-bottom: 0;
  }

  .who-are-content h1 {
    font-size: 30px;
  }

  .inclusions-heading h1 {
    font-size: 30px;
  }

  section.your-stay-section {
    padding: 50px 0 0;
  }

  section.about-section {
    padding: 40px 0 0;
  }

  .mision-content,
  .about-image {
    padding: 0;
  }

  section.pricing-section .why-choose-us-heading h1 {
    text-shadow: none;
  }

  section.pricing-section {
    height: 350px;
  }

  section.corporate-section p {
    font-size: 14px;
    line-height: 16px;
  }

  section.corporate-section p {
    margin: 0;
  }

  .your-stay-content-top img {
    margin-left: 0;
  }

  .your-stay-content-inner img {
    margin-right: 0;
  }

  /* section.corporate-section {
    height: 200px;
  } */
  .facilities-content {
    margin-top: 25px;
  }

  .facilities-content ul li {
    margin: 0 0 8px;
  }

  .your-stay-content {
    padding: 0;
    margin-top: 20px;
  }

  section.your-stay-progress-section h1,
  .your-stay-content h1 {
    font-size: 30px;
  }

  .your-stay-content-inner,
  .your-stay-content-top {
    margin-top: 0;
  }

  .your-stay-content-inner {
    text-align: center;
    margin: 0;
  }

  .your-stay-card-inner {
    text-align: center;
    margin-left: 0;
    height: auto;
    margin-bottom: 40px;
  }

  .stay-desktop-show {
    display: none;
  }

  .stay-mobile-show {
    display: block;
  }

  .your-stay-card-top {
    text-align: center;
    margin-right: 0;
    height: auto;
    margin-bottom: 40px;
  }

  .timeline {
    left: auto;
    right: 30px;
    margin: 80px 0 0;
  }

  .timeline ul li {
    height: 300px;
  }

  .home-banner-section {
    height: 350px;
  }

  .home-banner-section .booking-form {
    position: relative;
    top: 180px;
    right: 0;
    margin: auto;
    width: 100%;
  }

  .page-header .navbar {
    padding: 0px;
  }

  /* .property-top {
    height: 300px;
  } */
  section.property-listing-section {
    padding: 30px 0;
  }

  .breadcrumb-content h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .breadcrumb-content ul li {
    font-size: 14px;
  }

  section.breadcrumb-section {
    padding: 30px 0;
  }

  .property-detail-description.mt-4 {
    margin-top: 5px !important;
  }

  .propert-detail-heading h1 {
    font-size: 30px;
    margin: 0;
  }

  .propert-detail-image .slick-prev,
  .propert-detail-image .slick-next {
    height: 25px;
    width: 25px;
  }

  .calendar {
    padding: 10px;
  }

  .calendar .header .btns {
    gap: 0;
  }

  .calendar .header .btns .btn {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .calendar .header .month {
    font-size: 20px;
  }

  .weekdays .day {
    font-size: 14px;
  }

  .cl {
    height: 160px !important;
  }

  .property-detail-description.mt-4 ul.nav.nav-pills {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .property-detail-description li.nav-item a.nav-link {
    white-space: pre;
  }

  .page-footer .footer-child {
    text-align: center;
  }

  .hero h1 {
    font-size: 30px;
  }

  .date-picker-div {
    border-radius: 12px;

    flex-wrap: wrap;
  }

  .date-picker-div input {
    width: 100%;

    border-bottom: 1px solid #ffffff !important;

    margin-bottom: 15px;
  }

  .date-picker-div button {
    width: 50%;

    margin: auto;
  }

  .blog-heading h3,
  .story-heading h3,
  .brand-top h3,
  .city-heading h3,
  .mid-banner-content h3,
  .image-heading h1,
  .choice-headign h2 {
    font-size: 30px;
  }

  button.blog-button,
  .blog-heading p,
  .story-heading p,
  .city-name-content p,
  .city-heading p,
  .mid-banner-content p,
  .image-heading p,
  .choice-headign p {
    font-size: 15px;

    /* font-weight: 600; */
  }

  .choice-content h3 {
    font-size: 22px;
  }

  .image-heading h5 {
    font-size: 17px;
  }

  .image-container {
    margin-bottom: 20px;
  }

  .city-name-content .city-name-heading {
    margin-top: 20px;
  }

  .city-name-content h3 {
    font-size: 20px;
  }

  .slick-next {
    right: 0;

    z-index: 9;
  }

  .slick-prev {
    left: 0;

    z-index: 9;
  }

  .blog-image h6 {
    margin-top: 8px;
  }

  .footer-border .footer-social,
  .footer-border .footer-menu {
    margin-top: 20px;
  }

  footer.page-footer::after,
  footer.page-footer::before {
    width: 7px;

    height: 400px;
  }
}