* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
}

/* section {
  border-top: 1px solid #434343;
} */

:root {
  --main-color: #181818;

  /* --background-color: #282117;
  --dark-color:#627254;
  --light-color:#76885B;
  --gray:#DDDDDD;
  --light-gray:#EEEEEE;
  --white:#fff;
  --black:#000; */
  --background: #192D2E;
  /* --background-color:#282117; */
  --dark-color: #323232;
  --light-color: #636363;
  --gray: #DDDDDD;
  --light-gray: #EEEEEE;
  --white: #fff;
  --black: #000;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

a {
  color: inherit;
  text-decoration: none
}

.btn:focus-visible {
  background-color: #fff;
}



::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #282117;
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #B19777;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #B19777;
}

/*/~ Text Selection Color ~/
::-moz-selection { /~ Code for Firefox ~/
 color: #fff;
  background: var(--main-color); 
}

::selection {
  color: #fff;
  background: #c7886d;
}*/





.header {
  position: absolute;
  top: 25px;
  z-index: 8;
  margin: 0 auto;
  width: 90%;
  left: 5%;
  transition: all .5s ease;


}

.nav-fixd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #133036;
  /* backdrop-filter: none; */
}

.banner .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(30 30 30 / 46%); */
  background: rgb(30 30 30 / 23%);
  z-index: 0;

}

.nav-link:focus,
.nav-link:hover {
  color: var(--black);
}

.navbar {
  padding: 15px 10px;
  background: var(--white);
  color: var(--white);
  border-radius: 10px;
  backdrop-filter: blur(24px);
}

.nav-fixd .navbar {
  border-radius: 0;
  border-bottom: 1px solid #ffffff3b;
}

.navbar ul li {
  padding: 0 5px;
}

.navbar ul li a,
.navbar a {
  color: var(--black);
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 22px;
}

.navbar-toggler {
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* .nav-item:is(:hover, :active){
     background-color: #fff;
    color: #000;
    padding: 0;
    margin-top: -24px;
    border-radius: 0 32px 31px 36px;
}
.navbar ul li a:is(:hover, :active){
  color: #000;
 
} */


/* .navbar-nav .nav-link.active{
  color: var(--white);
} */
.number-icon {

padding: 11px;

background: #0c5460;

color: #ffffff !important;

text-align: center;
}

.number-icon a {
  color: #fff;
  font-weight: 600;
}

.crousel-box {
  position: absolute;
  top: 26%;
  z-index: 1;
  left: 5%;
}

.banner .carousel-inner .carousel-item img {
  height: 100vh;
}

.banner .crousel-content {
  padding: 30px;
  color: var(--white);
  background: #ffffff59;
  backdrop-filter: blur(47px);
  padding: 30px;
  height: 100%;
  border-radius: 15px;
  /* filter: blur(1px); */
}

.crousel-content h1 {
  font-size: 34px;
  letter-spacing: 1px;
  color: #0c5460;
}

.crousel-content h4 {
  font-size: 20px;
  letter-spacing: 1px;
}

.crousel-content h5 {
  font-size: 16px;
  letter-spacing: 2px;
}

.crousel-content h3 {
  letter-spacing: 1px;
  font-size: 25px;
}

.banner-content p {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
  position: absolute;
  top: 79%;
  bottom: 46px;
  width: 3%;
  height: 6%;
  background: #0c5460;
  border-radius: 50%;
  z-index: 5;
  opacity: 1;
}

.banner .carousel-control-prev {
  left: 5.6%;
}

.banner .carousel-control-next {
  left: 9.6%;
}



/* button design */
.btn-call {
  padding: 11px;
  background: #0c5460;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0px 0px 4px #fff;
  border-radius: 0;
}

.btn-call:hover,
.btn-call:active {
  background: #fff !important;
  color: #000000 !important;
  font-weight: 600;
  padding: 11px;
  /* display: flex; */
  /* justify-content: center; */
}

/* form css */
.banner-form {
  position: absolute;
  top: 26%;
  right: 5%;
  z-index: 1;
  width: 100%;
  max-width: 474px;
  height: 100%;
}

.modal-body .form {
  backdrop-filter: none;
}

.modal-content {
  background-color: #272727;
  border: none;
  border-radius: 0;

}


.form {
  /* max-width: 800px; */
  background: #27272745;
  padding: 30px;
  height: 100%;
  /* background: rgba(128, 128, 128, 0.18); */
  backdrop-filter: blur(21px);
  /* padding: 0 15px 10px 15px; */
  border-radius: 15px;
}

.form-container {
  max-width: 500px;
  width: 100%;
  padding: 50px 30px;
  /* background-color: #ffffff; */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #333;
}



/* 
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: transparent;
  color: #fff;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 14px;
  font-size: 16px;
  color: #ffffff94;
  transition: 0.3s ease all;
  pointer-events: none; 
  background: transparent;
  padding: 0 5px;
}


.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #ffffff;
  background: #143036;
  padding: 0 8px;
  border-radius: 4px;
  left: 8px;
  opacity: 1;
} */


.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: transparent;
  color: #fff;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  color: #ffffff94;
  letter-spacing: 1px;

  transition: 0.3s ease all;
  pointer-events: none;
  background: transparent;
}

.form-group input:focus {
  border-color: #ffffff;
  outline: none;
}

/* .form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -9px;
  font-size: 12px;
  color: #ffffff;
  background-color: #143036;
  opacity: 0.8;
  padding: 0 10px;
  border-radius: 4px;
  opacity: 1;
  left: 8px;
} */


.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
  top: -9px;
  font-size: 12px;
  color: #ffffff;
  background: #27272745;
  /* Matching form background */
  backdrop-filter: blur(21px);
  /* Matching form blur */
  padding: 0 10px;
  border-radius: 4px;
  opacity: 1;
  left: 8px;
  transition: 0.3s ease-in-out;
}








.submit-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #0c5460;
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--dark-color);
  font-weight: 600;
}


/* overview */
.overview {
  background: linear-gradient(rgb(22 49 55), rgb(0 0 0 / 89%)), url(../images/Banners/banner2.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;


}











/* .overview .overview-content{
  padding: 150px 0;
} */
.overview-content p {
  letter-spacing: 1.5px;
  word-spacing: 3px;
  line-height: 35px;
  text-align: justify;
  ;
}

/* Highlights Css */
.highlights .container-fluid {
  width: 90%;
}

.highlights-img {
  padding-left: 25px;
}

.highlights {
  /* background: var(--main-color); */
  padding: 10px 0 100px;
}

.highlights-img img {
  height: 500px;
  width: 85%;
  object-fit: cover;
  border-radius: 20px;
}

.highlights .heading {
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}

.grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  padding-left: 30px;
}

.highlights-points {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 15px;
  color: #fff;
  border: 1px solid #B19777;
  padding: 39px 15px;
  /* clip-path: polygon(96% 2%, 100% 46%, 100% 100%, 0 100%, 0 0); */
  clip-path: polygon(60% 1%, 100% 39%, 102% 100%, 0 98%, 0 0);
  /* background: linear-gradient(to right, #323232, #636363); */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.highlights-points img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(22%) saturate(381%) hue-rotate(359deg) brightness(90%) contrast(91%);

}

.grid-content {
  display: flex;
  flex-direction: column;
}

.grid-content p {
  margin-bottom: 0;
  color: var(--black);
}

.amenities {
  width: 100%;
  height: 600px;
  background-color: #103037eb;
}

/* Amenities */
.slider-container {
  background: var(--main-color);
}

.swiper {
  width: 100%;
  height: 600px;

  /* Adjust the height as needed */
}

.swiper .container {
  max-width: 75%;
}

.swiper .container .row {
  height: 600px;
  align-items: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #f4f4f4; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: var(--main-color); */
}

.ameities-content {
  width: 97%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ameities-content h2 {
  text-transform: capitalize;
  font-size: 39px;
  /* text-decoration: underline; */
  color: #ffffff !important;
}

.ameities-content p {
  font-size: 14px;
  letter-spacing: 1.7px;
  word-spacing: 1px;
  text-align: center;
  /* padding-left: 87px; */
  margin: 32px 0;
  line-height: 25px;
  color: #ffffff !important;
}

.amenities-img img {
  border-radius: 10px;
  border: 5px solid #ffffff;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
}

/* Price list */
section.price-list {
  padding: 55px 0;
  /* background: var(--main-color); */
}

.price-box {
  padding: 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #0c5460;
  color: #fff;
  border-left: 4px solid #bf9777;
}

.price-box h2.typolgy {
  font-size: 33px;
  background: #fff;
  color: #272727;
  padding: 6px 0;
  text-align: center;
  border-radius: 55px 0;
}

.price-box .size,
.price-box .price {
  display: flex;
  justify-content: space-between;
}

.price-box .size,
.price-box .price {
  font-size: 26px;
  margin: 15px 0;
  font-weight: 400;
  letter-spacing: 2px;
}

.price-box .size span,
.price-box .price span {
  font-size: 22px;
}
.price{
  color: #0c5460;
    font-weight: bold;
}
.card-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

/* gallery */
.gallery {
  /* background-color: var(--main-color); */
  padding: 50px 0;
}

.carousel-indicators {

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 15px;

  margin-left: 7%;

  margin-right: 3%;

  height: 100%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 100%;
  height: 131px;
  object-fit: cover;
  text-indent: unset;
  cursor: pointer;
  color: var(--themeColor1);
  background-clip: padding-box;
  border: 0;
  opacity: 1;
  border: 5px solid #0c5460;
}

.carousel-indicators button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .carousel-item img {
  height: 600px;
  object-fit: cover;
}

/* .carousel-indicators [data-bs-target]:active, .carousel-indicators [data-bs-target]:hover{
  border: 2px solid #123036;
  padding: 2px;
} */

.gallery .carousel {
  position: relative;
  height: 100%;
}


.gallery .carousel-inner {
  border: 5px solid #0c5460;
}

/* .gallery .carousel-indicators [data-bs-target]{
  opacity: 1;
  margin-left: 10px;
} */

.gallery .carousel-indicators [data-bs-target] {
  /* transition: margin-left 0.3s ease-in-out, border 0.3s ease-in-out; */
}

.gallery .carousel-indicators [data-bs-target].active {
  /* margin-left: 10px; */
  /* border: 5px solid #123036; Optional: Change border for active state */
}

.gallery .carousel-indicators .active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 24px;
  background: #3f3e3e;
  right: -25px;
  /* top: 0px; */
  clip-path: polygon(0 0, 0 100%, 100% 51%);
}

@media (max-width:967px) {
  .carousel-indicators {
    display: none;
  }

  .gallery .carousel-item img {
    height: auto;
    object-fit: cover;
  }
}

.location {
  /* background-color: var(--main-color); */
  padding: 17px 0 56px;
}


.location-content {
  display: grid;
  gap: 5px;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.grid-column {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 12px 22px;
  margin-bottom: 15px;
  background: #fff;
}

.grid-column .grid-main-box {
  gap: 10px
}

.grid-column img {
  width: 30px;
}

.grid-column h3 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 6px;
}

.grid-column p {
  font-size: 17px;
  text-align: left;
  margin-bottom: 0;
}

.grid-column .btn-custom,
.grid-column .btn-custom:active {
  background-color: #0c5460;
  color: #fff;
  padding: auto;
}


.location-contents {
  display: inline;
}

.location-img {
  height: 100%;
  padding: 0 10px 12px 10px;
}

.location-img img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  height: 100%;

}

.form-section {
  height: auto;
  background-color: var(--main-color);
}

.form-section .row {
  margin: 0 auto;
}

.forms {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.form-section .form-group {
  /* width: 50%; */
}

.footer-form {
  width: 771px;
  margin: 0 auto;
  background: var(--main-color);
}


.footer {
  background-color: #fff;
  text-align: center;
  padding: 35px 50px 25px;
  border-radius: 25px 25px 0 0;
}

.footer p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}

#more {
  display: none;
}

.footer .btn-custom {
  background-color: #0c5460;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.footer .btn-custom:focus {

  outline: none;
}

.call-section {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  display: none;
}

.mobile-section {
  /* display: none; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0c5460;
  padding: 10px;
  color: #000;
  gap: 10px;
}

.mobile-section a {
  /* color: #fff; */
  background-color: #fff;
  padding: 5px 9px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

#overview {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/background-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .gallery{
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/bg-pattern-pricelist-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.overviews {
  /* background: var(--main-color); */
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .overview .overview-content{
  padding: 150px 0;
} */
.overview-content p {
  letter-spacing: 1.5px;
  word-spacing: 3px;
  line-height: 35px;
  text-align: justify;
  ;
}

.overview-img {
  max-width: 710px;
}

.overview-contents>p {
  font-size: 21px;
  letter-spacing: 6px;
  font-weight: 100;
  margin-left: 11px;
  font-style: normal;
  text-transform: uppercase;
  color: #B19777;
}

.overview-contents h1 {
  font-size: 42px;
  padding: 20px 0;
  letter-spacing: 2px;
  margin-left: 11px;
  font-family: serif;
  text-transform: uppercase;
  color: #0c5460;
}

.overview-details {
  position: relative;
  top: 26px;
  left: 50px;
}

.overview-details::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid #0c5460;
  z-index: 1;
}

.overview-details p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 1px;
  color: #fff;
}

.overview-details h3 {
  font-size: 39px;
  font-weight: 600;
  text-align: left;
  /* padding-right: 44px; */
  text-transform: uppercase;
  line-height: 54px;
}

.overview-box {
  background: #0c5460;
  z-index: 3;
  position: relative;
  padding: 66px 41px;
  margin-left: 5px;
}

.overview-box h3 {
  font-size: 39px;
  font-weight: 600;
  text-align: left;
  /* padding-right: 44px; */
  text-transform: uppercase;
  line-height: 54px;
  letter-spacing: 6px;
  /* color: #b19679; */
  font-family: poppines;
}

.img-content span {
  font-size: 22px;
  color: #B19777;
}

.img-content P {

  font-size: 18px;
  color: var(--black);
  letter-spacing: 2px;

  /* text-align: center; */
}

.floor-img {
  border: 3px double #b19679;
  padding: 7px;
  border-radius: 7px;
  position: relative;
}

.floor-img img {
  border-radius: 7px;
}


/* form */

.forms .form-group {
  position: relative;
  margin-bottom: 20px;
}

.forms .form-group input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: transparent;
  color: #fff;
}

.forms .form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  color: #ffffff94;
  letter-spacing: 1px;

  transition: 0.3s ease all;
  pointer-events: none;
  background: transparent;
}

.forms .form-group input:focus {
  border-color: #ffffff;
  outline: none;
}

.forms .form-group input:focus+label,
.forms .form-group input:not(:placeholder-shown)+label,
.forms .form-group textarea:focus+label,
.forms .form-group textarea:not(:placeholder-shown)+label {
  top: -10px;
  font-size: 12px;
  color: #ffffff;
  background-color: var(--main-color);
}

.gallery .heading {
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}

.price-list .heading {
  padding-bottom: 40px;
}

.small-heading {
  font-size: 22px;
  color: #B19777;
  font-weight: 300;
  font-family: poppines;
  letter-spacing: 1px;
}

.main-heading {
  font-size: 32px;
  letter-spacing: 3px;
  color: #0c5460;
}

.overview-img .row {
  padding-left: 21px;
  padding-top: 13px;
}

/* marquee{
  background-color: var(--main-color);
  color: #fff;
} */


.highlights-points:hover {
    background-color: #d8e7e9;
}
.floor-img{
  position: relative;
}
.floor_btn{
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
      background-color: #0000003b;
    border-radius: 0px;
}
.floor_btn:hover{
  background-color: #0000005e;
}

.banner-content p img{
  width: 25px;
}
.crousel-content{
  position: relative;
}

.zoom-in-zoom-out {
  color: #0c5460;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.card-body h2{
  color: #fff;
}