* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
    font-family: "Maven Pro", serif;
}

body{
    font-family: "Maven Pro", serif;
}
.custom-text{
  color:grey;
}
.maven-pro-regular {
  font-family: "Maven Pro", serif;
  font-weight: 400;
  font-style: normal;
}

.maven-pro-bold {
  font-family: "Maven Pro", serif;
  font-weight: 700;
  font-style: normal;
}

.maven-pro-regular-italic {
  font-family: "Maven Pro", serif;
  font-weight: 400;
  font-style: italic;
}

 #gallery, #location{
  background-color:#f1f1f1;

}
.nav-item
{
  padding: 0.3rem !important;
  font-weight:700;
}
.nav-link{
  font-size:18px;  
}

.navbar {
  color: #fff;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0);
}
.logo, .logo:hover
{
  color: #fff;
}
.navbar-brand img{
  width: 200px;
  position: relative;
  z-index: 3;
}

.navbar-brand:before {
    position: absolute;
    top: 0;
    margin-right: -250px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: transparent;
    content: "";
    transform: skew(0deg);
    z-index: 0;
}

.navbar-nav .nav-link{
  padding: 8px 15px 8px !important;
  background: transparent;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  cursor: pointer; 
  font-weight: 500;
  font-size: 14px;
  margin: 0px 5px;
  transition:all 0.5s ease 0s;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
  color: #ffffff !important;
  background-color: #282d6f;
}

.navbar-nav .nav-link.active {
  padding: 8px 20px 8px;
  color: #fff !important;
  background-color: #282d6f;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon { 
  display: inline-block; 
  width: 1.2em; 
  height: 1.1em; 
  vertical-align: middle; 
  background-image:url(../images/bars.png); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 100%; 
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
  padding: 5px 10px; 
  border-radius: 2px; 
}

#home
{
  background-image:url('../images/godrej-rajendranagar-banner.webp');
  background-size: cover;
  background-position:center ;
  background-repeat:no-repeat;
  height: 90vh;
}
.banner-text{
  padding:15px;
  background-color: rgb(0, 0, 0, 0.7);
}
.hero-section-text
{
  border:2px dashed white;
}
.overview
{
  
  border-radius:10px;
 
}
.overview-content
{
  border-right:1px solid black;
}

.heading-text
{
  COLOR:#282d6f;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:48px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
  color: #ffffff;
  -webkit-text-fill-color:inherit; 
}

.pricing-block{
  position: relative;
  padding: 0 30px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #f89e1b;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #f89e1b;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box img{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  font-size: 50px;
  color: #f89e1b;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box img{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #f89e1b;
}


.pricing-block .features{
  position: relative;  
  margin:10px 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}


.pricing-block .features li a{
  color: #848484;
}



.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #282d6f;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#fff;
  background:#f89e1b;
  border-radius:0px;
  border-color:#f89e1b;
}

.gallery {
    display: flex;
    align-items: center; 
    
}

.gallery-1 {
    height: 544px;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0px 0px 10px #00000073;
}

.gallery-img:hover
{
    transform: scale(1.1);
    transition: 0.80s;
}

.gallery-img{
    height: 100%;
    object-fit: cover;
}

.gall-1 {
    height: 260px;
    margin-bottom: 19px;
    overflow: hidden;
    border-radius: 29px;
    flex: 0 0 45%;
    margin-left: 16px;
}

.gallery-2 img {
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #00000073;
}

.gallery-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.btn-download
{
  border:2px solid #282d6f !important;
  Color:#fff !important;
  background-color:#282d6f !important;  
}


.btn-download:hover
{
  color:white !important;
  border:2px solid #f89e1b !important;
  background-color:#f89e1b !important;
  transform: scale(1.1);
    transition: 0.80s;
}
section{
  padding: 60px 0;
  margin:60px 0;
}
.ratio-16x9 {

  background-color: transparent!important;
}
.carousel-caption{
padding:.2rem !important;
}


.custom-shape-divider-bottom-1721130922 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index:-1;
}

.custom-shape-divider-bottom-1721130922 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 129px;
}

.custom-shape-divider-bottom-1721130922 .shape-fill {
    fill: #FFFFFF;
}

.side-button
{
  position: fixed; 
  right: -46px; 
  top: 40%; 
  z-index: 10; 
  transform: rotate(-90deg); 
  background-color:#282d6f; 
  padding:2px; 
  color:fff;
}
.side-button:hover
{
  background-color:#f89e1b;

}
.first-btn:hover, .button:hover, .butn:hover { 
  background-color: #f89e1b;
  border:2px solid #f89e1b;
  color: #16163f;
  transform: translateY(-2px);
}
.contact-form
{
  background-color:#000 !important;
}
.contact-form .form-control{ 
  margin-bottom: 20px; 
}

.form-control { 
  display: block; 
  width: 100%; 
  padding: 8px 15px ; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #ffffff; 
  background-color: rgba(0, 0, 0, 0.0); 
  background-clip: padding-box;
  border: 0;

  border-bottom: 1px solid #eee;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none; 
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
  color: #fff; 
  background-color: rgba(0, 0, 0, 0.5); 
  border-color: #fff; 
  outline: 0; 
  box-shadow: none; 
}

.form-control::input-placeholder { 
  color: #eee; 
  opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
  color: #eee; 
}

.form-control::-ms-input-placeholder { 
  color: #eee; 
}
.main-btn
{
  background-color:#282d6f;
  color:white;
  padding:10px;
  border:2px solid #282d6f;
}
.main-btn:hover
{
  background-color:#f89e1b;
  border:2px solid #f89e1b !important;
 transform: scale(1.1);
    transition: 0.80s;
  }
.with-errors { 
  color:red; 
  margin-top: -15px; 
  margin-bottom: 15px; 
  font-weight: 500; 
  font-size: 16px; 
}

.formblock { 
  display: flex; 
  flex-wrap: wrap; 
  flex-direction: column; 
}
.text-main
{
  color:#f89e1b;
  font-weight:900;
  font-size:42px;
}

.bounce-in {
  animation: bounce-in 2s ease infinite;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

@media (max-width: 991.98px){

  .navbar { 
    transition: all 0.4s; 
    background-color: #ffffff; 
  }

  .navbar-nav .nav-link{ 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 16px; 
    color: #333333; 
    margin: 5px 15px; 
    text-shadow: none; 
  }

  .navbar .navbar-brand { 
    color: #16163f; 
  }
  .navbar-brand img{
  width: 120px;
}
.custom-shape-divider-bottom-1721130922 svg{
  height:80px;
}
.overview-content{
  border-right:none;
}
}

.pricingTable{
    padding-bottom: 30px;
    margin: 0 15px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}
.pricingTable:hover{ box-shadow: 0 0 10px rgba(195, 67, 67, 0.3) inset,0 0 20px -5px rgba(0,0,0,0.8); }
.pricingTable .pricingTable-header{
    padding: 80px 15px 45px;
    background: #f89e1b;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative;
}
.pricingTable .pricingTable-header:before{
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.2) 20%);
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-header:before{ right: 50%; }
.pricingTable .title{
    font-size: 40px;
    color: #fff;
    margin-bottom:40px;
}
.pricingTable .price-value{
    display: block;
    font-size: 25px;
    color: #000;
/*    margin: 0 0 20px 0;*/
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content{
    padding: 30px 25px 0;
    margin: 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    font-size: 18px;
    color: #909090;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    margin-bottom: 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricing-content li i{ color: #66ce04; }
.pricingTable .pricingTable-signup{
    display: block;
    padding: 18px 0;
    margin: 0 25px;
    border-radius: 10px;
    background: #66ce04;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7) , 0 0 0 7px rgba(255,255,255,0.5) inset;
}
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: repeating-radial-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.2) 20%);
    position: absolute;
    top: -180%;
    right: -40%;
    transition: all 0.8s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ right: 40%; }
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup{ background: #15b8f3; }
.pricingTable.blue .pricing-content li i{ color: #15b8f3; }
.pricingTable.pink .pricingTable-header,
.pricingTable.pink .pricingTable-signup{ background: #f03c79; }
.pricingTable.pink .pricing-content li i{ color: #f03c79; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 479px){
    .pricingTable{ margin: 0; }
    .pricingTable .pricing-content li{ font-size: 15px; }
}
License Terms

@media (max-width: 767px){
.custom-shape-divider-bottom-1721130922 svg{
  height:50px;
}

}




.page-header { background: url(../images/prestige-indirapuram-extension-photos.webp)no-repeat; position: relative; background-size: cover; }
.page-caption { padding-top: 80px; padding-bottom: 140px; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }

.card-section { position: relative; margin-top: -80px; }
