@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
}

html,body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

input,
textarea {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.f-bold {
  font-weight: 900;
}
.bold {
  font-weight: 600;
}

p {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
span,
button {
  font-family: "Inter", sans-serif;
}

.color-primary {
  color: #007bff;
}
.color-secondary {
  color: #555555;
}
.color2
{
  color : #3A287A;
}
.color3{
color : #FFEE00;
}
.color4{
  color : #d8302d;
}
.bg-color1{
  background-color: #3A287A;
}

.button1 {
  background-color: #3a287a;
  color: white;
  border-radius: 12px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.button1:hover {
  background-color: #211449;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.know-more-btn {
  background-color: transparent;
  color: white;
  border-radius: 12px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border: 1px solid white;
  font-size: clamp(14px, 2vw, 16px);
}

.know-more-btn:hover {
  background-color: white;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.know-more-btn:hover span svg path {
  fill: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.yt-btn {
  background-color: #3A287A;
  color: white;
  border-radius: 12px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-size: clamp(14px, 2vw, 16px);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: fit-content;
  color: #fff;
}
.yt-btn:hover {
  background-color: #211449;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Header */
header{
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
}
.nav-items .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  transition: all 0.3s ease;
}

.nav-items .nav-link:hover {
  color: #007bff;
}
.nav-items .nav-link.active {
  color: #007bff;
}
.navbar-toggler {
  border: none !important;
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
  font-size: 27px;
}

/* Hero section */

.arrow {
  position: absolute;
  bottom: 37px;
  right: 30px;
  cursor: pointer;
  z-index: 2;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.71) 100%
  );
  z-index: 1;
}


.layout2 .contentbox h2 {
  font-size: clamp(35px, 4vw, 48px);
}

.layout2 .text-box h3 {
  font-size: clamp(24px, 4vw, 27px);
}
.layout1{
  background-image: url('../images/mumbai\ banner.webp');
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 40px;
}

.layout1 h1{
  position: absolute;
  bottom :30px;
  left: 30px;
  z-index: 1;
    font-weight: 900;
  font-size: 50px;
}



.layout2 .contentbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.layout1 .contentbox,
.layout3 .contentbox,
.layout4 .contentbox,
.layout5 .contentbox {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  border-radius: 15px;
  color: #fff;
  z-index: 2;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  backdrop-filter: blur(0px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.71) 100%
  );
  z-index: 1;
}

section.cm img{
  border-radius: 40px;
}

.cm-text-box{
background-color: #F6F3FF;
height: 100%;
border-radius: 40px;
}

.cm-text-box h2{
font-size: clamp(30px, 5vw, 40px);
}

.cm-text-box h3{
font-size: clamp(22px, 2vw, 30px);
}



section.paralax h2{
  font-size: clamp(20px, 4vw, 40px);
  position:absolute;
  z-index: 2;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.card-img-overlay {
    top: unset;
    z-index: 2;
}
.line{
  width: 100%;
  height: 0.8px;
  background-color: #ffffff;
  margin: 8px 0;
}
.arrow2{
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

section.projects .card .overlay{
  border-radius: 30px;
}

section.upcoming .upcoming-content{ 
  position: absolute;
 left: 50px;             
  top: 50%;            
  transform: translateY(-50%); 
  width: 600px;
  
}

.upcoming-content h2{
  font-size: clamp(30px, 4vw, 50px);
}


.asterisk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asterisk-list li {
  position: relative;
  padding-left: 1.25rem; /* space for the asterisk */
  line-height: 1.6;
  font-weight: bold;
  color  :#3A287A
}

.asterisk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asterisk-list li {
  position: relative;
  padding-left: 24px; /* space for image */
  line-height: 1.6;
}

.asterisk-list li::before {
  content: url("../images/asterisk.png"); /* path to your image */
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%); /* vertical center */
  width: 16px;   /* optional: control size */
  height: 16px;  /* optional: control size */
}


.icons-color{
  background-color: #fff;
  border-radius: 5px;
  color: #3A287A;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.fixed-top{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.fixed-top img{
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
}




/* button css */
/* .custombtn {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 3;
} */

.button__icon-wrapper {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    color: #000;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    transition: background-color 0.9s ease;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.button__icon-wrapper svg {
    width: 11px !important;
}

.custombtn:hover {
    color: white;
}


.button__icon-svg--copy {
    position: absolute;
    transform: translate(-120%, 120%);
}

.layout1:hover .button__icon-svg:first-child,
.layout1:hover .custombtn.customarrow .button__icon-svg,
.card:hover .button__icon-svg:first-child,
.card:hover .custombtn.customarrow .button__icon-svg  {
    transition: transform 0.5s ease-in-out;
    transform: translate(120%, -120%);
}

.layout1:hover .button__icon-svg--copy,
.layout1:hover .custombtn.customarrow .button__icon-svg--copy,
.card:hover .button__icon-svg--copy,
.card:hover .custombtn.customarrow .button__icon-svg--copy {
    transition: transform 0.5s ease-in-out 0.1s;
    transform: translate(0);
}

.cursor{
  cursor: pointer;
}



/* Scroll to top */


.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    filter: drop-shadow(0px 0.5px 1px #00000070);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transform: scale(0.8);
}

.scroll-top.show1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.scroll-top .scrollprogress {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  
}

.scroll-top .progress-bg {
  stroke: #ccc;
  stroke-width: 4;
}

.scroll-top .progressscroll {
  stroke: #d52f29;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.1s linear;
}

.Projects-name{
  font-size: clamp(24px, 2vw, 28px);
}


/* Individual pages */


section.banner .card-img-overlay {
top: 0;
}

section.banner img {
    height: 90vh;
    object-fit: cover;
}

section.banner .banner_text {
    background: #000000ad;
    padding: 25px 25px;
    width: 46%;
}

section.banner .valley_box h2{
   font-size: clamp(30px, 4vw, 50px);
   
}

.m-top{
margin-top: 100px;
}

section.banner .valley_box p{
    font-size: clamp(16px, 2vw, 18px);
}

section.banner .valley_box {
    background: #000000ad;
    padding: 25px 20px;
    width: inherit;
    z-index: 4;
}



.input-group {
    background-color: white;
    border-radius: 50px;
}

.input-group .form-control {
    border-radius: 50px;
    border: 1px solid transparent;
    padding-left: 18px;
}

.input-group .form-control::placeholder {
    color: #b6b6b6;
}

section.banner .input-group .form-control {
    position: relative;
    z-index: 3;
}

section.banner .input-group .btn2 {
    position: relative;
    z-index: 3;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
}


.form-desktop{
z-index: 4;
}


.property_form{
    background: #011c353d;;
backdrop-filter: blur(3px);
border-radius: 20px;
padding: 25px;
}

.property_form h4 {
    background: transparent !important;
    padding: 0 !important;
}



.btn1 {
    background-color: white;
    color: #1961A4;
    border: 1px solid transparent;
    border-radius: 50px;
    width: 172px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all 0.5s ease;
}

.btn1:hover {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.btn2 {
    background-color: #307DBF;
    color: white !important;
    border: 1px solid transparent;
    border-radius: 50px !important;
    width: max-content;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 7px 46px;
    background-image: linear-gradient(-60deg, transparent, transparent 40%, #ffffff44 40%, #ffffff44 60%, transparent 60%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position-x: 150%;
}


.property_form .form1 {
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    color: #6c757d;
}

.request_a_callback{
   background: #000000;
    color: white;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-size: clamp(14px, 2vw, 16px);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    border-top: 1px solid #fff;
    text-align: center;
}

.request_a_callback a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.request_a_callback:hover a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.request_a_callback{
  display: none;
}
.close-button{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.btn-close {
    filter: invert(1);
}

.modal-content {
    border-radius: 40px !important;
  }

  .location-card{
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.25);
background: rgba(255, 255, 255, 01);
border-radius: 20px;
  }

  .img-adjust{
    width: 90px;
  }

  .location-heading{
    font-size: clamp(14px, 2vw, 22px);
  }
  .new-location{
     font-size: clamp(14px, 2vw, 18px);
     line-height: 22px;
  }


    .new-para{
     font-size: clamp(12px, 2vw, 14px);
  }
  

   .location-para{
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 500;
  }

  .sticky{
    position: sticky;
    top: 95px;
    overflow: auto;
  }

/* Clip-path reveal animation */
@keyframes clipReveal {
  from {
    clip-path: inset(0 100% 0 0); /* fully hidden from right */
  }
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}

.clip-animate {
  animation: clipReveal 0.8s ease forwards;
}

/* Fade + slide animation */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-body {
  animation: fadeSlideIn 0.6s ease forwards;
}

.accordion-button::after {
    transition: all 0.5s ease;
    content: "+";
    font-size: 26px;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    transition: all 0.5s ease;
    content: "-";
    font-size: 26px;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button{
  color  :#3A287A !important;

  font-weight: 500 !important;
}

.accordion-item .accordion-button{
  font-size : clamp(15px, 2vw, 17px)!important;
}
.img-res{
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}
.masonary{
column-count: 4;
column-gap: 10px;
}

.masonary img{
border-radius: 10px;
}
.accordion-body p{
  font-size: 15px;
}

/* Fade In Animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Fade Out Animation */
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}


.overlay3 {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  background-image: linear-gradient(to top, rgba(7, 7, 7, 0.8), rgba(0, 0, 0, 0));
  height: calc(100% - 87px);
  padding: 0 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  z-index: 1;
}


.content1 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}




.ame:hover .overlay3,
.ame:hover .content1 {
  animation: fadeIn 0.6s forwards;
  cursor: pointer;   
}

.ame:not(:hover) .overlay3,
.ame:not(:hover) .content1 {
  animation: fadeOut 0.6s forwards;
  cursor: pointer;  
}



section.your-goals .container{
  padding: 250px 0px 250px 0px !important;
}

.goals{
  background-color: #eff7ff;
  border-radius: 15px;
  width: 200px;
}
.goals img{
  height: 120px;
  width: 100px;
  object-fit: cover;
}
.goals.goal-item1{
  position: absolute;
  left: 220px;
  top: 0;
  transform: rotate(7deg);
}

.goals.goal-item2{
  position: absolute;
  left: 0;
  top: 35%;
  transform: rotate(-10deg);
}

.goals.goal-item3{
  position: absolute;
  left:  270px;
  bottom: 0;
  transform: rotate(-26deg);
}

.goals.goal-item4{
  position: absolute;
  right: 220px;
  top: 0;
  transform: rotate(7deg);
}

.modal-body .property_form{
  background-color: #011c35;
}

.goals.goal-item5{
  position: absolute;
  right: -30px;
  top: 35%;
  transform: rotate(-10deg);
}

.goals.goal-item6{
  position: absolute;
  right:  250px;
  bottom: 0;
  transform: rotate(46deg);
}

.goals p{
  font-weight: bold !important;
  margin-bottom : 5px
}


.projects .owl-prev {
    position: absolute;
    left: 10px;
    top: 160px;
    z-index: 1;
}

.projects .owl-next {
    position: absolute;
    right : 10px;
    top: 160px;
    z-index: 1;
}

 .owl-theme .owl-nav [class*=owl-]{
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.line1{
  width: 80%;
  height: 1px;
  background-color: #555555;
}

.amenities-list ul li{
  font-size: clamp(14px, 2vw, 16px);
  list-style-type: disc;
  margin-left: 20px;

}

.fancybox__content {
    width: 750px !important;
}

.Schedule {
    position: fixed;
    padding: 40px 10px;
    right: 0;
    top: 30%;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(-50%);
    z-index: 100;
    transition: all 0.5s ease;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.5s ease;
    color: white;
    border: 1px solid #ffffff;
      background-color: #3a287a;
          transition: all 0.5s ease;
}

.Schedule:hover{
    background-color: #211449;
    transition: all 0.5s ease;
}



