/* @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,800;1,18..144,800&display=swap");
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura_md_btbold";
  src: url("../fonts/futura_md_bt_bold-webfont.woff2") format("woff2"),
    url("../fonts/futura_md_bt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_lightnormal";
  src: url("../fonts/futura_light-webfont.woff2") format("woff2"),
    url("../fonts/futura_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsitalic";
  src: url("../fonts/poppins-italic-webfont.woff2") format("woff2"),
    url("../fonts/poppins-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "monospace";
  src: url("../fonts/SpaceMono-Regular.ttf");
}

@font-face {
  font-family: "mademirage";
  src: url("../fonts/MADE\ Mirage\ Regular\ PERSONAL\ USE.otf");
}

@font-face {
  font-family: "avenire";
  src: url("../fonts//AvenirLTProBook.otf");
}

@font-face {
  font-family: "net-zxss";
  src: url("../fonts/FontsFree-Net-zxss\ \(1\).ttf");
}

html,
body {
  overflow-x: hidden !important;
}

.col-sm-11 {
  margin: auto;
}
.banner-brochure li {
  list-style: none;
  margin-left: -32px;
}

section.banner {
  margin: 5rem 0 0 0;
}

.gallery-item-new {
  position: relative;
}

.banner-brochure li a:hover {
  color: #000 !important;
}

.country-option {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.option-IN {
  background-image: url("../images/vn.svg");
}
.option-DZ {
  background-image: url("../images/vn.svg");
}
.option-AD {
  background-image: url("../images/vn.svg");
}
/* Add more as needed */

.banner-brochure-btn {
  border: 1px solid #fff;
  padding: 10px 25px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.festival-offer {
  width: auto;
  display: inline-block;
  border: 2px dashed #bf9766;
  padding: 5px;
}

.festival-offer-div {
  background-color: #bf9766;
  padding: 10px 50px;
}

.festival-offer-div p {
  margin: 0 !important;
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

.new-form {
  /* display:none */
}

.modal-form {
  width: 92%;
  margin: auto;
}

/* .modal-content{
    border-radius: 0 !important;
} */

.img-fluids {
  max-width: 100%;
  height: 100%;
}
body {
  /* background: #fff;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-style: normal; */
  font-family: "avenire";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.enquirenowone {
  display: none;
}

#form-title-name {
  color: #000;
  text-align: center;
  font-size: 24px;
  /* padding: 7px 7px 7px 7px; */
}

.form-title {
  text-align: center;
}

.logo {
  max-width: 200px;
}
/* .logo img {
 filter: brightness(1) invert(1); 
} */

.col-5 {
  flex: 0 0 auto;
  width: 20%;
}

/* Make selected text gold on a red background */
/* ::selection {
    color: #fff;
    background-color: #000;
} */
::-webkit-scrollbar {
  width: 12px;
}

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sidebar-contact {
  position: fixed;
  top: 28%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 999;
  text-align: center;
}

.toggle {
  position: absolute;
  height: 40px;
  width: 160px;
  text-align: center;
  cursor: pointer;
  background: #b98e33;
  transform: rotate(270deg);
  left: -100px;
  top: 160px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  border: 1px solid white;
}
.slogan {
}

.slogan h1 {
  text-align: center;
  color: #fff;
  padding-top: 16px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 6px;
  font-size: 30px;
}
.project-usp ul li span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

/* .toggle::before {
  content: "\f003";
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
} */

.sidebar {
  position: fixed;
  top: 28%;
  padding: 8px 4px;
  background-color: #ae7e68 !important;
  z-index: 999;
  right: 0;
}

.enquire {
  text-align: center;
  color: #fff;
}

.enquire h2 {
  font-size: 12px;
}

.enquire i {
  text-align: center;
}

.enquire i .fa-phone {
  transform: rotate(100deg);
}

.fa-phone {
  transform: rotate(90deg) !important;
}

.sidebar hr {
  margin: 2px !important;
}

.btn {
  border: 1px solid #ae7e68;
  padding: 10px 25px;
  background-color: #ae7e68;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.form-btn {
  background-color: #ae7e68;
  width: auto;
  margin: 0 auto 15px;
  display: table;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border: none;
}

.form-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}

.btn:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

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

.same-gap {
  margin-bottom: 40px;
  position: relative;
}

.gray-bg {
  background-color: #eaeaea;
  padding: 40px 0;
}

.both-side-padding {
  padding: 80px 10px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 15px 0;
  background-color: #152e30;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.menu ul li a {
  color: #fff;
  transition: 0.5s;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.menu ul li .mobile-number {
  border-radius: 4px;
  padding: 10px 10px 8px 10px;
  /* font-weight: 600; */
  font-size: 22px;
  color: #000;
  /* font-weight: 600; */
  font-size: 22px;
  background: black;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border: 1px solid white;
  background: #fff;
}

.menu ul li {
  margin-left: 15px;
}

.contact-buttons {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9;
}

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

.contact-buttons ul li {
  margin: 0 0 15px 0;
}

.contact-buttons ul li a {
  text-decoration: none;
  background-color: #152e30;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-buttons ul li a .fa {
  font-size: 20px;
}

.contact-buttons ul li a.whatsapp-btn {
  /* background-color: #3ac24d; */
  color: #fff;
  display: none;
}

.whatssaap-icon i {
  margin: 0px 8px;
}

/* .banner {
  position: relative;
  margin-top: 81px;
  height: calc(100vh - 81px);
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-position: center;
} */
.banner img {
  object-fit: cover;
  height: 100%;
  width: 40px;
  object-position: 100% 65%;
}

.banner-div {
  height: 100%;
  position: relative;
}

.banner-div::after {
  content: "Artistic Image";
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  padding: 5px 10px;
}

.banner-info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #00000087, transparent);
  background-image: -o-linear-gradient(left, #00000087, transparent);
  background-image: -webkit-linear-gradient(left, #00000087, transparent);
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  z-index: 1;
  display: block;
  height: 100%;
  /* width: 100%; */
}

.banner-info-div {
  display: flex;
  align-items: center;

  width: 100%;
  border: 6px double white;
  /* flex-direction: column; */
}

.banner-information-imgs {
  width: 50%;
}
.banner-information {
  width: 50%;
  /* padding: 0 0 0 30px; */
  text-align: center;
}

.banner-information h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 1px -1px 15px #000;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  word-spacing: 3px;
  letter-spacing: 6px;
}

.banner-information h3 {
  font-weight: 700;
  font-size: 19px;
  margin: 0px 0 18px 0;
  color: #f5f5f5;
  text-shadow: 1px -1px 15px #000;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 4px;
  padding-top: 9px;
}

.banner-information p {
  color: #fff;
  text-shadow: 1px -1px 15px #000;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 8px;
}

.banner-information p span {
  display: inline-block;
  width: auto;
}

.banner-information p .price-banner {
  background-color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: 800;
  padding: 0px 22px;
  line-height: 32px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
}

.banner-information p .price-banner img {
  margin: 0;
}

.banner-form {
  background-color: #07022269;
  padding: 30px;
  border-radius: 10px;
  width: 35%;
}

.banner-form h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}

.detail-icon {
  margin: 10px 4px;
  margin-top: -5px;
  filter: invert(46%) sepia(18%) saturate(520%) hue-rotate(338deg)
    brightness(92%) contrast(90%);
}

.banner-details {
  padding: 35px 0;
  /* background-color: #152e30; */
  position: relative;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: #152e30;
  border-top: 1px solid #b39d6d;
}

.banner-details h5 {
  text-align: center;
  font-size: 2.3rem;
  color: #b39d6d;
  padding: 10px;
}

.project-details {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.project-details p {
  height: 30px;
  font-size: 1.2rem;
}

.usp-img {
  width: 60px;
  padding: 10px 0;
}

.detail-icon {
  transition: all 0.3s ease;
}

.detail-icon:hover {
  transform: scale(1.1);

  filter: drop-shadow(0 0 5px rgba(174, 126, 104, 0.719))
    drop-shadow(0 0 10px rgba(174, 126, 104, 0.5))
    drop-shadow(0 0 18px rgba(174, 126, 104, 0.411));
}

.divide-line {
  background-color: #b39d6d;
  width: 1px;
  height: 55px;
}

.form-group {
  margin-bottom: 14px;
  position: relative;
  /* background-color: #e0e0e0;; */
}

.form-control {
  /* background-color: transparent; */
  color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.form-control::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

.banner-information p span img {
  max-width: 20px;
  margin-right: 5px;
}

.overview {
  background-color: #f8f5f2;
}

.overview .row {
  align-items: center;
  gap: 0;
}

.overview-cnt {
  padding-right: 40px;
}

.overview-cnt .project-title h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.overview-cnt .project-title p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 32px;
}

.self-row {
  margin-top: 0;
}

.overview-form {
  position: sticky;
  top: 90px;
  background: linear-gradient(155deg, #1a3a3d 0%, #0f2425 60%, #152e30 100%);
  border-radius: 16px;
  padding: 42px 36px 38px;
  box-shadow:
    0 24px 60px -20px rgba(0, 0, 0, 0.55),
    0 8px 24px rgba(21, 46, 48, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  isolation: isolate;
}

.overview-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    160deg,
    rgba(217, 168, 130, 0.85) 0%,
    rgba(174, 126, 104, 0.35) 35%,
    rgba(174, 126, 104, 0.08) 60%,
    rgba(217, 168, 130, 0.55) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.overview-form::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(217, 168, 130, 0.18) 0%,
    rgba(217, 168, 130, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

.overview-form > * {
  position: relative;
  z-index: 2;
}

.overview-form-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 18px;
  position: relative;
}

.overview-form-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #d9a882 50%,
    transparent 100%
  );
}

.overview-form-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "net-zxss", serif;
  letter-spacing: 0.4px;
  background: linear-gradient(90deg, #e6c0a0 0%, #ae7e68 50%, #e6c0a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ae7e68;
}

.overview-form-header p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.overview-form .form-group {
  margin-bottom: 22px;
}

.ovw-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(174, 126, 104, 0.45) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 2px !important;
  font-size: 14px !important;
  letter-spacing: 0.3px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.ovw-input:focus {
  border-bottom-color: #d9a882 !important;
  outline: none;
  box-shadow: 0 1px 0 0 rgba(217, 168, 130, 0.35) !important;
}

.ovw-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.ovw-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d9a882' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  background-size: 12px !important;
  cursor: pointer;
}

.ovw-select option {
  background-color: #152e30;
  color: #fff;
}

.ovw-form-btn {
  width: 100%;
  margin-top: 18px;
  padding: 15px;
  background: linear-gradient(135deg, #c8946e 0%, #ae7e68 45%, #8a5e48 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 22px -8px rgba(174, 126, 104, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    background-position 0.4s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}

.ovw-form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  transition: left 0.6s ease;
}

.ovw-form-btn:hover {
  background-position: 100% 100%;
  box-shadow:
    0 14px 30px -10px rgba(174, 126, 104, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  color: #fff;
}

.ovw-form-btn:hover::before {
  left: 100%;
}

.ovw-form-btn:active {
  transform: translateY(0);
}

.project-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
  /* text-align: center; */
  font-optical-sizing: auto;
  font-family: "net-zxss";
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ae7e68;
}

.project-floor-plan .project-title h2 {
  color: #fff;
}

.loc-header {
  color: #ae7e68;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  font-family: "net-zxss";
}

.project-title h4 {
  font-size: 20px;
  font-weight: 500;
}

.project-title p {
  text-align: justify;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  color: #555;
  margin-bottom: 28px;
}

.project-usp ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}

.project-usp ul li {
  position: relative;
  background: linear-gradient(155deg, #1a3a3d 0%, #102a2c 55%, #152e30 100%);
  padding: 30px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 14px 36px -16px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.project-usp ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    160deg,
    rgba(217, 168, 130, 0.7) 0%,
    rgba(174, 126, 104, 0.18) 40%,
    rgba(174, 126, 104, 0.06) 65%,
    rgba(217, 168, 130, 0.45) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.project-usp ul li::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(217, 168, 130, 0.16) 0%,
    rgba(217, 168, 130, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.project-usp ul li > * {
  position: relative;
  z-index: 2;
}

.project-usp ul li:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 44px -18px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(217, 168, 130, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.project-usp ul li:hover::after {
  opacity: 1;
}

.project-usp ul li .usp-img {
  margin-bottom: 16px;
  max-height: 52px;
  width: auto;
  filter: drop-shadow(0 4px 10px rgba(217, 168, 130, 0.2));
  transition: transform 0.4s ease;
}

.project-usp ul li:hover .usp-img {
  transform: translateY(-2px) scale(1.04);
}

.project-usp ul li p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  font-family: "net-zxss", serif;
  background: linear-gradient(90deg, #e6c0a0 0%, #ae7e68 50%, #c8946e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ae7e68;
}

.project-usp ul li span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  padding-top: 8px;
}

.project-usp ul li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(217, 168, 130, 0.5),
    transparent
  );
}

.call-to-action {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
}

.call-to-action li {
  margin: 0 15px 0 0 !important;
}

.call-to-action li .btn {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
}

.call-to-action li .btn:hover {
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
}

.new-btn:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}

/* .hover-change:hover{
     border: 1px solid #000 !important;
    color: #000 !important;
} */

.call-to-action li:nth-child(2) .btn {
  background-color: transparent;
  color: #000;
}

.project-highlights {
  background-color: #152e30;
  /* background-image: url('../images/highlight.webp'); */
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
}

.new-project-title h2 {
  text-align: start;
}

.project-highlights::after {
  content: "Artistic Impression";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  padding: 5px 10px;
}

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

.highlight-div {
  padding: 44px 0 44px 44px;
  background: #152e30;
  /* background-image: url(../images/bg.png); */
}

.highlight-div ul li {
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.newClass {
  background-color: #152e30;
}

.enquirenow {
  display: none;
}

.amenities-slider {
  text-align: center;
  position: relative;
}

.amenities-slider-item {
  text-align: center;
}

.amenities-img-slide {
  /* max-width: 100px;
    margin: 0 auto; */
}

.amenities-slider-item p {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 16px;
}

.swiper-pagination-bullets {
  width: 100%;
  /* bottom: -25px; */
  margin-top: 20px;
  left: 0;
  z-index: 9;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: transparent;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 5px;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.project-amenities {
  /* background-image: url("../images/overview-bg.png"); */
}

.gallery-item {
  margin-bottom: 20px;
  position: relative;
}

.gallery-item::after {
  content: "Artistic Impression";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 7px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  padding: 5px 10px;
}

.project-floor-plan .gallery-item::after {
  display: none;
}

.fancybox-slide--image .fancybox-content::after {
  content: "Artistic Image";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  padding: 5px 10px;
}

.floor-plan-div .gallery-item-new a img {
  filter: blur(3px);
}

.project-gallery {
  background-color: #ffffff;
  /* background-image: url(../images/bg.png); */
}

.price-list {
  /* background-image: url("../images/overview-bg.png"); */
  /* padding-bottom: 20px; */
}

.project-floor-plan {
  /* background-color: #000; */
  background-image: url(../images/bg.png);
  background-position: center;
}

.project-location-advantage {
  /* background-image: url("../images/overview-bg.png"); */
  /* padding-bottom: 20px; */
  overflow: hidden;
}

.location-cnt .project-title p {
  padding: 0;
  margin-bottom: 10px;
}

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

.location-cnt ul li {
  /* margin-bottom: 20px; */
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.location-map {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 15px;
  overflow: hidden;
  height: 500px;
}

.location-map img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.contact-form {
  width: 100%;
}

.project-video-section {
  background-color: #f4f4f4;
  background-image: url("../images/project-video.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-video-section::after {
  content: "Artistic Image";
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(left, #00000087, transparent);
  padding: 5px 10px;
}

.project-video-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.project-video-div {
  text-align: center;
  z-index: 9;
  position: relative;
}

.project-video-div p {
  color: #fff;
  font-size: 35px;
}

.project-video-div a {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  margin: 0 auto;
}

.about-developer-div .project-title p {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}

/* **************configuration section starts********* */
.section-configuration {
  padding: 4rem 0;
  width: 100%;
  /* height: 100dvh; */
  background: url(../images/bg.png) center center / cover;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
}

.custom-line {
  background: #fff;
}

.sonigara-logo {
  width: 159px;
}

.sonigara-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-small-title {
  color: #fff;
}

.config-nav {
  margin: 1rem auto 1rem auto;
}

.config-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 1rem; */
  width: 60%;
  margin: auto;
  border: none;
  border-bottom: 1.2px solid #fff;
}

.config-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: calc(100% / 3);
}

.config-nav .nav-pills .nav-item .nav-link.active {
  color: #ffff;
  position: relative;
}

.config-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  text-transform: capitalize;
  width: 100%;
  font-size: 1.15rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.config-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
}

.amenities-txt-container {
  max-width: 100%;
  width: 50rem;
  height: 40dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: url(../assets/images/configuration/1.svg) no-repeat center center/cover; */
  background-size: 100% 100%;
  border: 1px solid #fff;
}

.swiper-button-container {
  margin-top: 2rem;
}

.swiper-button-container .swiper-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}

.cust-margin {
  margin-top: 1rem;
}

.amenities-img {
  filter: blur(3px);
}

.amenities-img img {
  width: 100%;
}

.amenities-swiper-2 .swiper-slide img {
  margin-bottom: unset !important;
}

.swiper-button-container .swiper-nav .swiper-button {
  width: 60px;
  height: 60px;
}

.swiper-button-container .swiper-nav .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btnPrimary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  /* background: url(../images/frame.svg) no-repeat center center / contain; */
  border: 1px solid;
}

.btnPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  color: var(--polish-white);
  background: transparent;
  /* padding: 1.2rem 2rem 1.2rem 4rem; */
  border: none;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-family: var(--Arial);
  padding: 20px;
}

.captured-center {
  display: flex;
  justify-content: center;
}

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

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

/* **************configuration section ends********* */

.gallery-wrap {
  position: relative;
}

.gallery-wrap::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 30%;
  width: 100%;
  height: 22%;
  bottom: 8%;
  z-index: 9;
  left: -2px;
}

.gallery-wrap::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 22%;
  top: -12%;
  z-index: 9;
}

footer {
  text-align: center;
  /* background-color: #152e30; */
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  background-image: url(../images/bg.png);
  background-position: center;
}

footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 0;
}

footer p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
}

footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

footer ul li {
  margin: 0 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.flat-box {
  background: #fff;
  box-shadow: 0 0 37px 1px #00000024;
  -webkit-box-shadow: 0 0 37px 1px #00000024;
  -ms-box-shadow: 0 0 37px 1px #00000024;
  padding: 48px 30px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 8px solid #e8e8e8;
}

.flat-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 600;
}

.flat-box hr {
  border-color: #222;
  background-color: #222;
  opacity: 1;
  margin-bottom: 27px;
  margin-top: -1px;
}

.flat-detail {
  margin-bottom: 40px;
}

.flat-detail p {
  display: block;
  font-size: 18px !important;
  font-weight: 600;
}

.flat-detail span {
  color: #000;
  margin-right: 6px;
}

.foot-flat .btn {
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.btn-close {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 16px;
  right: -3px;
  top: -3px;

  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 999;
}

.btn-close:hover {
  /* background: #000; */
  color: #fff;
  opacity: 1;
}

/* .btn-close:focus {
    box-shadow: none;
} */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.modal-form .form-control {
  /* border: 1px solid gainsboro; */
  /* padding: 10px 15px; */
  color: #0000009e;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.modal-form .form-control::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}

.modal-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.modal-dialog {
  max-width: 500px !important;
}

.con-select {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.con-select select {
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: none;
  color: #fff;
}

.con-select ~ .form-control {
  padding-left: 125px;
}

.modal-body {
  padding: 0 !important;
}

.modal-form .con-select select {
  color: #000;
}

.modal-form h2 {
  color: #000;
  /* text-transform: uppercase; */
  font-size: 20px;
  margin-bottom: 46px;
  margin-top: 18px;
}

.responsive-mobile-number {
  display: none;
}

.floor-plan-div .gallery-item {
  position: relative;
}

/* .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 9;
    display: block;
} */

.caption-box {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

/* ///// */
.active-btn {
  pointer-events: none;
  opacity: 0.8;
}

.iti--allow-dropdown {
  width: 100%;
}

.phone::placeholder {
  color: #888888; /* Change to your desired color */
}

.footer-form .iti .iti__country-container phone {
  border: none;
}

.iti__search-input {
  padding: 13px !important;
  font-size: 14px !important;
}

.iti__search-input {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* //// */

/* *****************Amenities Section Started********** */
.ame2 {
  background: #f6f1f0;
}

.padding1 {
  padding: 4rem 0;
}

.heading h3 {
  color: #132c25;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
  font-family: avenir;
}

.heading h4 {
  color: #ba804e;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 10%;
}

/* carousel */

.ameneties-container {
  /* padding: 2rem 6rem; */
  position: relative;
}

.ameneties-container {
  /* padding: 2rem 6rem; */
  position: relative;
}

.ameneties-img {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.ameneties-carousel2 .owl-nav .owl-prev {
  position: absolute;
  top: 26%;
  left: -60px;
}

.ameneties-carousel2 .owl-nav .owl-next {
  position: absolute;
  top: 26%;
  right: -60px;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 0.5rem 1.5rem 0.5rem;
}

.owl-dot {
  background-color: #dcdcdc !important;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 50px;
}

.owl-dot.active {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: var(--secondary) !important;
}

.ame-circle {
  margin: 3rem 0rem;
}

.ameneties-img img {
  width: 90px;
  height: 51px;
  object-fit: contain;
  /* filter: invert(1); */
  transition: transform 0.3s ease-in-out;
}

.ame-flex {
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3a54b;
  border-radius: 50%;
  margin: 0px auto;
}

/* .ameneties-img img:hover {
  transform: scale(1.1);
} */

.ameneties-img p {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  text-align: center;
  font-style: normal;
  line-height: 1.84813rem;
}

.arrow {
  width: 45px;
  height: 45px;
  /* border: 1px solid #0d393a !important; */
  padding: 10px !important;
  background: #ba804e !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

/* *****************Amenities Section Ended********** */

.caption-box .content {
  position: relative;
  left: 0;
  /* width: 80%; */
  padding: 15px;
  background-color: #ae7e68;
  z-index: 9;
  /* -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%); */
  /* -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; */
  /* background-color: #000; */
  display: block;
  margin-top: 15px;
}

.caption-box .content span {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  /* margin-bottom: 3px; */
  text-align: center;
  display: block;
}

/* .floor-plan-div .gallery-item:hover .caption-box {
    -webkit-animation: jump .9s ease 0s normal;
    animation: jump .9s ease 0s normal;
} */

.floor-plan-div .gallery-item:hover .caption-box .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.gallery-item a {
  display: block;
  text-decoration: none;
  /* box-shadow: 2px 2px 11px #888; */
}

.bar-code-section {
  background-color: #000;
}

.bar_code {
  /* max-width: 100px;
    margin: 0 auto; */
}

.bar-code-section .project-title h2 {
  color: #fff;
}

.project-gallery .project-title h2 {
  color: #ae7e68;
  position: relative;
  z-index: 9;
}

.gallery-nav {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin: 45px 0;
}

.gallery-nav .nav-link {
  color: #000;
}

.gallery-nav .nav-pills .nav-link.active {
  color: #000 !important;
  background-color: unset !important;
  border-bottom: 1px solid;
  border-radius: unset !important;
}

.project-highlights .project-title h2 {
  color: #fff;
}

/* .project-gallery .project-title h2 {
    color: #fff;
} */

.bar-code-section .project-title p {
  color: #fff;
  margin: 5px 0 10px 0;
}

.bar-code-item {
  max-width: 220px;
  margin: 0 auto;
}

.formflag {
  display: none;
}

/* ------------------------thank-you------------------------ */

.thank-wrap {
  margin: 0px auto;
  padding: 15px;
  height: auto !important;
  margin-top: 140px;
  margin-bottom: 100px;
  background: #152e30;
}

.msgicon {
  height: 90px;
  width: 90px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #426341;
  color: #fff;
  border-radius: 50%;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  color: #fff;
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-greet {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.oops-subtitle {
  color: #fff;
  font-size: 18px;
}

.go-home {
  color: #000000;
  background: #fff;
  font-size: 13px;
  padding: 9px;
  /* width: 235px; */
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease0 0.5s;
  /* text-align: center; */
  align-items: center;
  display: flex;
}

.align-item-center {
  align-items: center;
}

.distance {
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}

.countryCode {
  position: absolute;
  height: 100%;
  width: 120px;
  border: none;
  background: transparent;
  color: #6c757d;
  border-right: 1px solid #ced4da;
}

.countryCode ~ .form-control {
  padding-left: 125px;
}
.offer-img .mobile-offer {
  display: none;
}

a {
  text-decoration: none !important;
}

.error-msg {
  color: red;
  text-align: left;
  display: block;
}

#loader {
  display: none;
  cursor: context-menu;
}

.amenities-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin-top: 2rem; */
}

.gallery-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
  position: relative;
  z-index: 999;
}

.owl-nav button {
  pointer-events: all;
  background: #ae7e68 !important;
  width: 40px;
  height: 40px;
  border-radius: 45% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .owl-carousel.owl-drag .owl-item{
  width: 235px !important;
} */

/* .input-error {
    padding-bottom: 11px;
} */

.primary-button {
  display: flex;
  justify-content: center;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.mobile-banner {
  display: none;
}

.contact-buttons ul li:first-child,
.contact-buttons ul li:last-child {
  display: none;
}

.banner .slogan h1 .img-fluid {
  max-width: 275px;
  height: auto;
  margin-top: -25px;
}

/* location section */
#location {
  background: url(../images/vector.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.locationContentWrap {
  padding-left: 5%;
}

.locationTitle {
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.accordion-body ul {
  padding-left: 0rem !important;
}

.accordion-body ul li {
  padding: 10px 0 !important;
}

.accordion-body {
  padding: 1rem 0.25rem !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  color: var(--white-color) !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  border-bottom: 1px solid #58595b !important;
  background: #fff !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-button {
  padding: 1.4rem 0rem !important;
}

.accordion-item {
  border: unset !important;
  border-bottom: 1px solid !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  filter: invert(0);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #000;
}

.accordion-button::after {
  background-image: url(../images/pluse.png) !important;

  filter: invert(0);
}

.list-style-none {
  list-style: none !important;
}

svg {
  fill: #ae7e68;
}

.locationIcon {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 1299px) {
  .banner {
    margin-top: 78px;
  }

  .menu ul li a {
    font-size: 18px;
  }

  .menu ul li .mobile-number {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .banner-information p .price-banner {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  section.banner {
    margin: 4.5rem 0 0 0;
  }
  .logo {
    max-width: 179px;
  }
  .menu ul li a {
    font-size: 16px;
  }
  .menu ul li {
    margin-left: 10px;
  }
  .menu ul li .mobile-number {
    font-size: 16px;
  }
  .banner-information h3 {
    font-size: 20px;
  }
  .banner-information {
    width: 60%;
  }
  .banner-form {
    width: 40%;
  }
  .project-title h2 {
    font-size: 25px;
  }
  .project-title h4 {
    font-size: 17px;
  }
  .project-title p {
    font-size: 16px;
    padding: 0;
  }
  .banner-information p .price-banner {
    font-size: 20px;
  }
  .highlight-div {
    padding: 20px 0 20px 20px;
  }
  .flat-box {
    padding: 15px 15px;
  }
  .flat-box h3 {
    font-size: 17px;
  }
  .flat-detail {
    margin-bottom: 20px;
  }
  .flat-detail p {
    font-size: 16px !important;
    padding: 4px 10px;
    margin: 3px;
  }
}

@media (max-width: 1300px) {
}

@media (max-width: 991px) {
  .responsive-mobile-number {
    display: block;
  }
  /* .menu {
    display: none;
  } */
  .project-usp ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .gallery-item-new {
    margin-bottom: 30px;
  }

  .contact-buttons ul li:first-child,
  .contact-buttons ul li:last-child {
    display: block;
  }

  .contact-buttons ul li a.whatsapp-btn {
    display: flex;
    border-right: 1px solid #fff;
  }
  .banner-information-imgs {
    width: 100%;
    padding: 5px;
  }

  .banner-info-div {
    flex-direction: column;
  }
  .sidebar-contact {
    display: none;
  }

  .gallery-wrap::before {
    height: 17%;
    bottom: 25%;
  }

  .project-highlights::after {
    display: none;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 50%;
  }

  footer {
    padding: 15px 0 50px;
  }

  .enquirenowone {
    display: block;
  }

  .callaction {
    justify-content: space-evenly;
    margin-top: 29px;
  }

  .banner-info-div {
    text-align: center;
  }

  .enquirenow {
    display: block;
    font-size: 14px;
    padding: 0px 0px 0px 4px;
  }

  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.35s,
      visibility 0.35s,
      height 0.35s;
    overflow: hidden;
    overflow-y: scroll;
  }

  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  .menu .main-menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
  }

  .menu .main-menu li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
    text-align: center;
  }

  .self-col {
    flex: 0 0 auto;
    width: 2/4;
  }

  .menu .main-menu li a,
  .menu .main-menu li .arrow-drop {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
  }

  .menu .main-menu li a.mobile-number {
    width: auto;
    color: #000;
    padding: 10px 15px;
  }

  .responsive-mobile-number a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    padding: 8px 15px;
  }

  /* .contact-buttons ul li:first-child {
    display: none;
  } */

  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0;
    }
  }

  .contact-buttons {
    left: 0;
    width: 100%;
    border-top: 1px solid white;
    background-color: #152e30;
  }

  .contact-buttons ul {
    display: flex;
    justify-content: center;
    background-color: #152e30;
  }

  .contact-buttons ul li {
    width: 50%;
    text-align: center;
    margin: 0;
  }

  .contact-buttons ul li a {
    width: 100%;
    border-radius: 0;
  }

  .banner-information {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner-form {
    width: 100%;
    margin-top: 20px;
    display: none;
    height: 100vh;
  }

  .banner-information h1 {
    font-size: 35px;
  }

  .banner-information h3 {
    /* color: #000; */
  }

  .banner-information p {
    /* color: #000; */
  }

  /* .banner-information p span img {
        display: block;
    } */

  .project-usp {
    margin-top: 20px;
  }

  .project-usp ul li {
    width: 100%;
    margin: 0;
  }

  .project-highlights .container {
    max-width: 100%;
    padding: 0;
  }

  .location-cnt {
    margin-top: 20px;
  }

  .banner-info {
    padding: 20px 0 20px;
    position: static;
    transform: none;
    /* background-color: #000; */
  }

  .contact-buttons ul li:nth-child(2) {
    /* display: none; */
  }

  .fa-phone {
    transform: rotate(100deg) !important;
  }

  .contact-buttons ul li .call-btn {
    /* background-color: #000; */
    border-right: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  /* Overview section mobile fixes */
  .overview .row {
    align-items: flex-start;
  }

  .overview-cnt {
    padding-right: 0;
    margin-top: 32px;
  }

  .overview-cnt .project-title h2 {
    font-size: 26px;
  }

  .overview-cnt .project-title p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .overview-form {
    padding: 30px 22px 26px;
    border-radius: 14px;
    position: static;
  }

  .overview-form-header {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }

  .overview-form-header h3 {
    font-size: 20px;
  }

  .overview-form-header p {
    font-size: 12px;
  }

  .overview-form .form-group {
    margin-bottom: 18px;
  }

  .ovw-form-btn {
    padding: 13px;
    letter-spacing: 1.2px;
  }

  .project-usp ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }

  .project-usp ul li {
    padding: 22px 12px 18px;
    border-radius: 10px;
  }

  .project-usp ul li::before {
    border-radius: 10px;
  }

  .project-usp ul li p {
    font-size: 18px;
  }

  .project-usp ul li span {
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 6px;
  }

  .project-usp ul li .usp-img {
    max-height: 42px;
    margin-bottom: 12px;
  }

  .form-wrap {
    margin-bottom: 0;
  }
  .offer-img .mobile-offer {
    display: block;
  }
  .offer-img .desktop-offer {
    display: none;
  }
  .project-title h2 {
    font-size: 22px;
  }

  .config-nav .nav-pills {
    width: 100%;
  }

  .config-nav .nav-pills .nav-item {
    width: calc(100% / 3);
  }

  .config-nav .nav-pills .nav-item .nav-link {
    font-size: 0.8rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .detail-icon {
    width: 35px !important;
  }

  .banner-details h5 {
    font-size: 1.5rem;
  }

  .project-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1rem;
  }
  /* 
      .project-details, span{
        margin: 10px 0;
      } */
  .divide-line {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .project-details p {
    height: 80px;
  }

  .ame-flex {
    width: 25vw;
    height: 25vw;
  }

  .ameneties-img img {
    height: 45px;
  }

  .banner-information h1 {
    font-size: 25px;
  }

  .banner-information h3 {
    font-size: 18px;
  }

  .banner-information p .price-banner {
    font-size: 16px;
    margin-top: -5px;
    padding: 0px 15px;
  }

  .project-video-div a {
    height: 60px;
    width: 60px;
  }

  .whatsapp-btn .fab {
    font-size: 20px;
  }

  .project-video-div p {
    font-size: 30px;
  }

  .banner-brochure {
    padding-bottom: 12px !important;
  }

  .ameneties-img p {
    font-size: 0.8rem;
  }

  .gallery-wrap::after {
    width: 96% !important;
  }
}

@media (max-width: 575px) {
  section.banner {
    margin: 4rem 0 0 0;
  }

  /* Overview section small mobile fixes */
  .overview-form {
    padding: 26px 18px 22px;
  }

  .overview-cnt .project-title h2 {
    font-size: 22px;
  }

  .project-usp ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .project-usp ul li {
    padding: 18px 10px 14px;
  }

  .project-usp ul li p {
    font-size: 16px;
  }

  .project-usp ul li span {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .ovw-form-btn {
    font-size: 13px;
    padding: 12px;
    letter-spacing: 1px;
  }

  .festival-offer-div {
    padding: 10px 40px;
  }
  .mobile-banner {
    display: block;
  }
  .logo {
    max-width: 150px;
  }

  #form-title-name {
    font-size: 20px;
  }

  .modal {
    padding: 22px 25px 35px;
  }

  .caption-box .content span {
    font-size: 12px;
  }

  .gallery-item-new {
    margin-top: 22px;
  }

  .banner-brochure-btn {
    font-size: 13px;
  }

  .banner-information-imgs {
    padding: 0px;
  }

  .banner-information h1 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .form-btn {
    font-size: 16px !important;
  }

  .banner .slogan h1 .img-fluid {
    max-width: 225px;
    margin-top: -10px;
  }

  .enquirenow {
    display: block;
    font-size: 14px;
    padding: 4px 0px 0px 4px;
  }

  contact-buttons ul li a .fa {
    font-size: 20px;
  }

  .slogan h1 {
    font-size: 15px;
  }
  .call-to-action {
    justify-content: center;
  }
  .desktop-banner {
    display: block;
  }
  .banner-information h3 {
    font-size: 12px;
    margin: 9px;
  }
  .gallery-item::after {
    font-size: 5px;
  }
  .project-video-section::after {
    right: 5px;
    bottom: 5px;
    font-size: 12px;
  }
  .project-title h2 {
    font-size: 20px;
  }
  .project-title p {
    font-size: 14px;
  }
  .banner-information h3 {
    font-size: 16px;
    margin: -8px 0px 7px 0px;
  }
  .banner-information p {
    font-size: 12px;
  }
  .banner-information p .price-banner {
    font-size: 14px;
  }
  .banner-form h2 {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
  }
  .both-side-padding {
    padding: 20px 0;
  }
  .project-title h2 {
    font-size: 25px;
    text-align: center;
  }
  .project-title h4 {
    font-size: 15px;
    text-align: center;
  }
  .btn {
    font-size: 13px;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .project-usp ul li p {
    font-size: 14px;
    width: 100%;
  }
  .project-usp ul li {
    font-size: 16px;
  }
  .highlight-div ul li {
    font-size: 14px;
  }
  .location-cnt ul li {
    font-size: 14px;
  }
  .project-video-div a {
    height: 50px;
    width: 50px;
  }
  .project-video-div p {
    font-size: 19px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
  footer p {
    font-size: 10px;
  }
  .banner-information {
    text-align: center;
  }
  .project-amenities {
    padding: 20px 0 35px 0;
  }
}
