/* -------------------------------------------
   Name:       Purvanchal Sunbliss
   Version:    1.0
   Developer:  Sunil Kumar
------------------------------------------- */

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


/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

body {
 font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;


}

h1,
h2 {
  font-weight: 800;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 50px 0;
}

.title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.title-sub {
  color: #1e3d72;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

/* ===== BUTTONS ===== */

.thm-btn {
  background: #b7797a;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.thm-btn:hover {
  background: #c35556;
  color: #fff;
}

/*header sec css start here*/
header {
    background: #1f0d23;
}

.main-nav ul.navbar-nav li a {
  color: #fff;
  padding: 10px 15px !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.btn-call i {
  width: 34px;
  height: 34px;
  background-color: #b7797a;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  line-height: 34px;
  margin-right: 10px;
  color: #fff;
}

.btn-call span.clltxt {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.btn-call span {
  font-weight: 600;
  color: #b7797a;
  text-transform: uppercase;
  font-size: 14px;
}

.main-nav ul.navbar-nav li a:hover {
  color: #b7797a !important;
}

.main-nav ul.navbar-nav .active a {
  color: #8f7357 !important;
}
nav.navbar {
    padding: 0;
}


/*header sec css endn here*/

/*======banner sec start here=======*/
.banner-content {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
  z-index: 9;
  justify-content: space-between;
}

.banner-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.banner-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9;
  background-image: linear-gradient(to right, #000000bd, #0000008a, #00000000, #41515a00);
}

.banner-text h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

.banner-text p {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.banner-text .typo {
  margin: 0;
  padding: 5px 20px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-left: 20px;
  position: relative;
  color: #2f2f2f;
  max-width: fit-content;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner-text .typo:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #ffffff;
  right: calc(100% + 10px);
  top: 0;
  transform: skewX(-17deg);
}

.banner-text .typo:after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.banner-text .price-box {
  margin: 25px 0;
  align-items: center;
  position: relative;
  line-height: initial;
  width: max-content;
  padding: 20px 90px;
  background-image: linear-gradient(to right, #1f0d23, rgb(183 121 122), rgba(62, 76, 49, 0));
}

.banner-text .rupee_symbol {
  transform: translateY(-50%);
  backface-visibility: visible !important;
  animation: flip 2s ease infinite;
}

.banner-text .rupee_symbol {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 88px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(-50%);
    animation-timing-function: ease-out;
  }

  100% {
    transform: perspective(400px) rotateY(360deg) translateY(-50%);
    animation-timing-function: ease-in;
  }
}

.banner-text .price_line {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
}

.banner-text .amount {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-top: 8px;
}

.banner-text .amount span {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}

.location_icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.form-section {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-section h2 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0 !important;
  font-weight: 700;
}

.form-section .small {
  text-align: center;
  font-size: 16px;
}

.form-section .small span {
  font-size: 22px;
  color: #004186;
}


.form-section .form-control {
  font-size: 14px;
  height: 40px;
  border-radius: 100px;
  font-weight: 500;
}

.icon-sec img {
  margin-bottom: 5px;
}

.banner-text p {
  color: #fff;
}

.banner-text ul li {
  color: #fff;
}

.icon-sec p {
  line-height: 15px;
  font-size: 14px;
  font-weight: 500;
}

.form-section h2 span {
  color: #8a112f;
}

.form-section .form-control:focus {
  outline: none;
  box-shadow: none;
}

.error {
  font-size: 12px;
  color: #ff0000 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-align: left !important;
  display: block;
}

.form-title h4 {
  margin-bottom: auto;
  text-transform: uppercase;
}

.form-title p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}

/*======banner sec css start here====*/

#overview p {
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    line-height: 25px;
}
.overview-logo-card img {
    border-radius: 10px;
}
.price-section {
    background: linear-gradient(rgb(242 242 242 / 55%), rgb(235 225 225 / 55%)), url(../../assets/images/pricelist-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.section-title {
  font-size: 42px;
  font-weight: 700;
}

.section-sub {
  color: #666;
}

.price-card {
  background: #1f0d23;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.price-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ff8d8f;
}

.price-card ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
}

.featured {
  border: 2px solid #111;
}
.price-card h4 {
    font-weight: 400;
    color: #fff;
}

hr {
    color: #fff;
    opacity: 1;
}

.price-card ul li {
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.btn-outline-dark {
    color: #fff;
    border-color: #fff;
    font-weight: 500;
    padding: 10px 15px;
}

.btn-outline-dark {
    background: #b7797a;
    color: #fff;
    border-color: #b7797a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.btn-dark {
    font-weight: 500;
    padding: 10px 15px;
    background: #b7797a !important;
}
.btn-outline-dark:hover {
    background: #d76b6d;
}

.floorplan-section {
  background: #fff;
}


.floor-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.floor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.floor-card img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}



.plan-tag {
  width: 100%;
  padding: 12px;
  background: rgb(183 121 122);
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.hover-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.35s ease;
  z-index: 1;
}
.floor-card:hover .hover-btn {
  opacity: 1;
}

.amenities-section {
  background: #f7f5f5;
  position: relative;
}

.sec-title {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.section-heading span {
  color: #ff6f61;
}

.amenities-image {
  position: relative;
}

.image-overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.5);
  padding: 15px;
  border-radius: 10px;
}

.icon-wrap {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #1f0d23, #1f0d23);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  box-shadow: 0 4px 12px rgb(33 33 33 / 30%);
  transition: transform 0.3s ease;
}

.icon-wrap img {
  max-width: 45px;
  filter: brightness(0) invert(1);
}

.amenity-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 150px;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.amenity-card:hover .icon-wrap {
  transform: scale(1.1);
}

.amenity-card h6 {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  color: #333;
  line-height: 30px;
  text-transform: uppercase;
}
.amenities-section .title span {
    color: #ad4749;
}
.amenities-image img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.image-overlay-text h3 {
    text-transform: uppercase;
    font-size: 26px;
}

.image-overlay-text p {
    font-weight: 600;
    font-size: 13px;
}
.gallery-box {
  border-radius: 10px;
  overflow: hidden;
}


.imgbox img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px 0;
    border: 2px solid #b7797a;
}


.centerimg .imgbox img {
    height: 237px;
}

.imgbox {
    margin-bottom: 20px;
}
.map-container img {
    height: auto;
    width: 100%;
}

section#location {
    background: #f7f5f5;
    position: relative;
}
.map-text ul li {
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.map-text ul li p {
    margin-bottom: 0;
    color: #000;
}

.map-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f061";
    color: #000;
}
.location-img img {
    width: 100%;
    border-radius: 5px;
}

.about-content p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.builder-logo-wrap {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.lp-end-section {
    background: #1f0d23;
    padding: 50px 0 35px;
    font-family: 'Inter', sans-serif;
}

.lp-end-content {
    margin: auto;
    text-align: center;
}

.rera-line {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}

.lp-disclaimer {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.lp-end-links {
    font-size: 12px;
    margin-bottom: 14px;
}

.lp-end-links a {
    text-decoration: none;
    color: #2563eb;
    margin: 0 6px;
}

.lp-end-links span {
    color: #9ca3af;
}

.lp-copy {
    font-size: 14px;
    color: #fff;
}


.call {
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 7px;
    z-index: 9999;
}
.whatsapp {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 9999;
}
.whatsapp img, .call img {
    width: 100%;
}
.modal-dialog {
    max-width: 900px !important;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 10px;
}

.project-logo img {
    margin: auto;
    display: block;
    width: 120px;
    padding-bottom: 15px;
}

.popup-form {}

.popup-form h3 {
    font-weight: 700;
    line-height: 30px;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.popup-form p {
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
}

.modal-body {
    background: #f3f3f3;
    border-radius: .3rem;
}

.form-info input {
    border: none;
    border-bottom: 1px solid #00000057;
    padding: 15px 5px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: 1px;
}

.form-info label {
    display: none;
}

.form-info button {
    background: #b7797a;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
}

.popup-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.popup-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.form-info input:focus{
  outline: none;
  box-shadow: none;
}
.popup-img::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
    background: linear-gradient(0deg, #000000, #00000000);
}