@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
  font-family: 'calista_regularregular';
  src: url('fonts/calista-regular-webfont.woff2') format('woff2'),
    url('fonts/calista-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roserittaregular';
  src: url('fonts/roseritta-webfont.woff2') format('woff2'),
    url('fonts/roseritta-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font1';
  src: url('fonts-homepage/arimo-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'font2';
  src: url('../fonts-homepage/barlow-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'font3';
  src: url('fonts-homepage/barlow-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'font4';
  src: url('fonts-homepage/bebasneue.otf')
}


body {
  /* background: #FFEAD5 !important; */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0E9949;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#loader-2 {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 24px;
  left: 27px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BF2B2C;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #7C246A;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #184F9D;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
  /* font-family: 'fo' !important; */
  font-size: small;
}
#header.bg {
  background-color: #FEFEFE !important;
}
#header.bg .navbar-nav .nav-link {
  color: #000;
}
.info-novo-heading {
  font-family: 'roserittaregular';
}
.info-heading {
  font-family: 'calista_regularregular';
}
.info {
  padding: 50px 0;
}
.bg-body-tertiary {
  background: #ffead5de !important;
}
.navbar-brand-img {
  max-width: 100px !important;
}
.navbar .offcanvas .offcanvas-header,
.navbar .offcanvas .offcanvas-body {
  background: #ffead5c0 !important;
}
.navbar-toggler {
  border: 0 !important;
}
.navbar-toggler-icon {
  width: 1.8em;
  filter: brightness(0) saturate(100%) invert(12%) sepia(1%) saturate(3489%) hue-rotate(344deg) brightness(103%) contrast(88%);
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.nav-link {
  font-size: 1.2em;
}
.enquire-btn {
  color: #2B2A29 !important;
  font-weight: 400 !important;
}
.info-text-brand {
  color: #9A8C9D !important;
}
.render-video {
  min-height: 100vh;
  position: relative;
  /* margin-top: 85px; */
}
.render-video .video-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.info-hero-content {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.info-hero-bottom {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.info-header-content {
  display: inline-block;
  width: auto;
  vertical-align: -webkit-baseline-middle;
  line-height: 1;
}
.info-header-content-sub {
  display: block;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.hero-content .hero-content-sub {
  position: relative;
}
.hero-content .hero-content-sub::before {
  position: absolute;
  content: '';
  background-color: #fff;
  height: 1px;
  width: 65%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.info-hero-content .btn-primary {
  background-color: #F0DCC4 !important;
  color: #9A8C9D !important;
  border: 1px solid #F0DCC4 !important;
}
.info-hero-content .btn-primary:hover {
  background-color: #9A8C9D !important;
  color: #fff !important;
  border: 1px solid #9A8C9D !important;
}
.rera-content-bg{
  background: #ffead5de !important;
}
.info-novo-elegance-banner {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/banner.jpeg);
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpeg'); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.home-hero__down-arrow {
  position: absolute;
  content: '';
  right: 3%;
  bottom: 20px;
}
.info-novo-elegance-banner .info-hero-content .btn-primary {
  background-color: #F0DCC4 !important;
  color: #9A8C9D !important;
  border: 1px solid #F0DCC4 !important;
}
.info-novo-elegance-banner .info-hero-content .btn-primary:hover {
  background-color: #9A8C9D !important;
  color: #fff !important;
  border: 1px solid #9A8C9D !important;
}
.info-living-bg {
  background: linear-gradient(#FFEAD5 50%, #F0DCC4 50%);
  padding-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.info-living-bg::after {
  position: absolute;
  content: '';
  background: url(../img/info-element-01.png);
  /* background-size: cover; */
  background-size: 100%;
  background-position: center;
  height: 130%;
  width: 100%;
  right: -66%;
  top: -25%;
  bottom: 0;
  z-index: -1;
}
.info-box-element::before {
  position: absolute;
  content: '';
  background: url(../img/box-element.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 250px;
  width: 175px;
  left: -60px;
  top: 25%;
  margin: auto;
}
.info-box-element::after {
  position: absolute;
  content: '';
  background: url(../img/box-element.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 250px;
  width: 185px;
  right: 22%;
  top: 0;
  z-index: -1;
}
.info-content-between {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.info-living-content .btn-primary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.info-living-content .btn-primary:hover {
  background: #9A8C9D;
  color: #fff;
  border: 1px solid #9A8C9D;
}
.info-features-bg {
  background: #FFEAD5 !important;
}

.info-line {
  position: relative;
}
.info-line::after {
  position: absolute;
  content: '';
  height: 2px;
  /*width: var(--total-line-width);*/
  width: 40%;
  background: #F0BE85 !important;
  left: var(--total-line-text-width);
  top: 0;
  bottom: 0;
  margin: auto;
}
/* .info-floor-plans-header h5::after,
.info-amenities-plans-header h5::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 30%;
  background: #F0BE85 !important;
  left: 145px;
  top: 0;
  bottom: 0;
  margin: auto;
} */
.info-dwn-btn .btn-primary {
  background-color: #F0DCC3 !important;
  color: #000;
  border: 1px solid #000;
}
.info-dwn-btn {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
.info-floor-plans-bg {
  background: #FFEAD5 !important;
}
.info-floor-plans-slider {
  margin-bottom: 50px;
}
.info-slider-body {
  padding: 10px 20px;
  background-color: #FFEAD5 !important;
  border: 1px solid #BF973F !important;
  width: 80%;
  padding-top: 30px;
}
.info-slider-body-content {
  position: absolute;
  content: '';
  background-color: #BF9644;
  top: 0;
}
.info-floor-plans-slider-content {
  position: absolute;
  bottom: -18%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  font-size: 14px;
}
.info-amenities-bg {
  background: #FFEAD5 !important;
  overflow: hidden;
}
.info-amenities-content-img img {
  position: absolute;
  top: -35%;
  left: 10%;
}
.info-project-slider {
  position: relative;
}
.info-project-slider .fa-arrow-left-long {
  position: absolute;
  left: 45%;
  bottom: -6%;
  cursor: pointer;
  color: #706F6D !important;
}
.info-project-slider .fa-arrow-right-long {
  position: absolute;
  right: 45%;
  bottom: -6%;
  cursor: pointer;
  color: #706F6D !important;
}
.info-project-slider img {
  border-radius: 30%;
}
.info-project-slider-body {
  padding: 10px 20px;
}
.info-location-bg {
  overflow: hidden;
}
.info-about-mcg {
  background: #FAE3C4 !important;
}
.info-about-mcg .center-line {
  position: relative;
}
.info-about-mcg .center-line::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #9A8C9D !important;
  left: 33%;
  top: 0;
}
.info-about-content .info-about-mobile-slider {
  display: flex;



}

.info-about-content p {
  font-family: font1 !important;
  font-size: 16px;

}


.info-about-content .info-about-mobile-slider .info-about-content-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.info-about-content .info-about-mobile-slider .info-about-content-slider:not(:last-child) {
  padding-right: 70px;
}
.info-about-content .info-about-mobile-slider .info-about-content-slider:not(:last-child)::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #9A8C9D !important;
  top: 0;
  right: 18%;
}
.info-map-popup img {
  position: absolute;
  left: 46%;
  top: 16%;
  width: 15%;
}
.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-20px);
  }
}
.form-control {
  background-color: transparent;
  border: 2px solid #9a8c9dc2;
  border-radius: 0;
}
.info-form .btn-primary {
  background-color: #D7B56D !important;
  /* margin-top: -80px; */
}
.info-footer-bg {
  background: #9C2423 !important;
}
.info-rera-img {
  position: relative;
  padding-left: 50px;
  text-wrap: balance;
}
.info-rera-img::after {
  position: absolute;
  content: '';
  height: 35px;
  width: 35px;
  background: url(../img/rera-logo.png);
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-footer-bg .social-icons {
  display: flex;
}
.info-footer-bg .social-icons li a {
  margin-right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50rem;
  background: #fff !important;
  color: #9C2423 !important;
  text-align: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  justify-content: center;
  font-size: 1rem !important;
  border: 1px solid #fff;
}
.info-footer-bg .social-icons li a:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.info-quick-links .info-links {
  display: flex;
  justify-content: center;
}
.info-quick-links .info-links li {
  position: relative;
  margin-right: 40px;
}
.info-quick-links .info-links li a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 200;
}
.info-quick-links .info-links li:not(:first-child, :last-child)::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: -30%;
}
.info-footer-bg .center-line {
  position: relative;
}
.info-footer-bg .center-line::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  border: 1px dashed #ffead557;
  right: 8%;
  top: 0;
}
.count-plus-text::after {
  content: '+';
}
.info-get-touch {
  background: #FFEAD5 !important;
}
.list-amenities li {
  position: absolute;
}
.list-amenities li:nth-child(1) {
  top: 15.5%;
  left: 16.5%;
}
.list-amenities li:nth-child(2) {
  top: 25.7%;
  left: 9.5%;
}
.list-amenities li:nth-child(3) {
  top: 30.5%;
  left: 45.7%;
}
.list-amenities li:nth-child(4) {
  top: 22.7%;
  left: 77.5%;
}
.list-amenities li:nth-child(5) {
  top: 49.3%;
  left: 31%;
}
.list-amenities li:nth-child(6) {
  top: 48%;
  left: 78.8%;
}
.list-amenities li:nth-child(7) {
  top: 75%;
  left: 83%;
}
.list-amenities li:nth-child(8) {
  top: 75%;
  left: 22%;
}
.list-amenities .list-amenities-img {
  position: relative;
  background: #FAEB00;
  border: 3px solid #fff;
  border-radius: 50rem;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden
}
.list-amenities .list-amenities-img:after {
  position: absolute;
  top: 0px;
  left: -3px;
  bottom: 0;
  margin: auto;
  background: #FAEB00;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
}
.hover-img {
  position: absolute;
  width: 300px;
  max-width: 300px;
  height: 300px;
  transition: 0.3s ease;
  border-radius: 50rem;
  z-index: 9999;
  box-shadow: 5px 15px 10px #00000040;
}
.info-fw-small {
  font-size: 10px;
}
@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center
  }
  100% {
    transform: scale(2);
    opacity: 0;
    transform-origin: center
  }
}
.fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}
.fixed-whatsapp .fa-whatsapp {
  background: #00D95F;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
/* Home page code starts here */
#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ECECEC;
  overflow: hidden;
}
#video-container video {
  position: absolute;
}
#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #393185;
  animation: curtainOpen 2s forwards;
}
@keyframes curtainOpen {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width:767px) {
  #video {
    max-width: 100%;
    height: 30%;
  }
}
#content {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  font-family: "Kanit", sans-serif;
  animation: fadeIn 1s ease-in-out forwards;
}
.bg-body-secondary {
  background-color: transparent !important;
}
.bg-body-secondary .navbar-nav .nav-item .nav-link {
  color: #fff;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.bg-body-secondary .navbar-nav li:not(:last-child) .nav-link::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 50%;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#content {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  font-family: "Kanit", sans-serif;
  animation: fadeIn 1s ease-in-out forwards;
}
.hero-banner-slider {
  max-height: 100vh;
  overflow: hidden;
}

/* pune changes */

.info-novo-banner-bg {
  /* min-height: calc(100vh - 55px); */
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url('../img/mb.jpeg');
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpeg'); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.info-novo-banner-bg .info-hero-content .btn-primary {
  background-color: #F0DCC4 !important;
  color: #9A8C9D !important;
  border: 1px solid #F0DCC4 !important;
}
.info-novo-banner-bg .info-hero-content .btn-primary:hover {
  background-color: #9A8C9D !important;
  color: #fff !important;
  border: 1px solid #9A8C9D !important;
}
.home-hero__mouse-scroll-cont {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%)
}
.mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
/* .mouse:hover{
  border: 2px solid #4E29C5 !important;
  transition: all .3s ease-in-out;
} */
.mouse::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1.3s infinite;
  -webkit-animation: wheel 1.3s infinite;
}
/* .mouse:hover::before {
  background-color: #4E29C5 !important;
  transition: all .3s ease-in-out;
} */
@keyframes wheel {
  to {
    opacity: 0;
    top: 27px
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px
  }
}
.info-bg-overlay {
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000040 !important;
  left: 0;
  top: 0;
}

/* Pune Chnages */

.info-about {
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.info-about::before {
  position: absolute;
  content: '';
  background: url('../img/info-lines-element.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: 22%;
  /* top: 20px; */
  bottom: 0;
  margin: auto;
  z-index: -1;
}


.info-projects-bg {
  background: url('../img/info-anshul-projects-bg-red.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.info-projects-content {
  background-color: #fff;
  position: relative;
}
.info-projects-content:hover {
  scale: 1.05;
  z-index: 1;
  transition: scale 0.5s ease;
}
.info-projects-content-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.info-projects-content .btn-primary {
  border: 1px solid #000 !important;
  background: transparent !important;
}
.info-projects-content-header {
  position: absolute;
  background-color: #fff;
  border: 1px solid #C52C2A;
  color: #C52C2A;
  width: 250px;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.info-projects-content-header h4 {
  padding: 0.3rem;
  letter-spacing: 2px;
}
.info-footer-bg {
  background: #937558 !important;
}
.info-footer-bg .center-line {
  position: relative;
}
.info-footer-bg .center-line::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  border: 1px solid #727272;
  right: 0;
  top: 0;
}
.info-footer-bg .list-unstyled {
  line-height: 1.8;
}
.info-bg-black {
  background-color: #000 !important;
}
.info-thank-you{
  background: #F0DCC4 !important;
  padding-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 75vh;
}


@media (min-width: 991px) {
  .fixed-md-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
@media (max-width:1399px) {
  .hero-content .hero-content-sub::before {
    width: 50%;
  }
}
@media (max-width:991px) {
  .info-about-content .info-about-mobile-slider .info-about-content-slider:not(:last-child) {
    padding-right: 30px;
  }
  .info-quick-links .info-links li {
    margin-right: 20px;
  }
  .render-video {
    min-height: 0;
    position: relative;
  }
  .render-video .video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .hero-content .hero-content-sub::before {
    position: relative;
  }
  .info-amenities-content-img img {
    position: absolute;
    top: -50%;
    left: 5%;
    width: 40%;
  }
  .info-quick-links .info-links li:not(:first-child, :last-child)::after {
    right: -15%;
  }
  .info-floor-plans-slider-content {
    bottom: -25%;
    font-size: 10px;
  }
  .info-project-slider .fa-arrow-left-long {
    left: 40%;
    bottom: -8%;
  }
  .info-project-slider .fa-arrow-right-long {
    right: 40%;
    bottom: -8%;
  }
  .info-footer-bg .center-line::after {
    right: 5%;
  }
  .info-about::before {
    opacity: 0.1;
  }
  .info-footer-bg .text-center {
    text-align: left !important;
  }
  .info-footer-bg .center-line::after {
    width: 100%;
    height: 1px;
    border: 1px solid #727272;
    right: 0;
    top: 93%;
  }
  .bg-body-secondary {
    background-color: #FEFEFE !important;
    color: #000;
  }
  .bg-body-secondary .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .info-hero-bottom {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .info {
    padding: 30px 15px;
    height: auto;
  }
  .navbar-brand {
    max-width: 110px;
  }
  .navbar-brand-img {
    max-width: 70px !important;
  }
  .enquire-btn {
    font-size: 16px !important;
  }
  .enquire-btn {
    position: fixed;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: auto;
    background: #937457;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 8px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0px 0px;
  }
  .render-video .video-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .hero-content p::before {
    position: relative;
  }
  .render-video {
    min-height: 0;
    position: relative;
    /* margin-top: 60px; */
  }
  .info-living-bg {
    background: linear-gradient(to right, #ffffff, #ffffffdb), url(../img/);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px 15px;
  }
  .info-box-element::before,
  .info-box-element::after {
    position: relative;
  }
  .info-features-mobile-slider .info-features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F0BE85;
    padding: 10px;
    margin-right: 15px;
  }
  .info-floor-plans-slider-content p {
    font-size: 12px;
  }
  .info-about-mcg .center-line::after {
    height: 0;
    width: 0;
  }
  .info-amenities-bg,
  .info-location-content {
    padding: 0 15px;
  }
  .info-about-content .info-about-mobile-slider {
    display: block;
  }
  .info-about-content .info-about-mobile-slider .info-about-content-slider {
    padding-right: 0 !important;
    justify-content: center;
  }
  .info-about-mobile-slider .slick-dots {
    padding-left: 0;
  }
  .info-about-mobile-slider .info-about-content-slider {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    border: 1px solid #9A8C9D;
    margin-right: 15px;
  }
  .info-amenities-content-img img {
    position: absolute;
    top: -30%;
    left: 55%;
    width: 35%;
  }
  .info-project-slider-content {
    margin-top: 50px;
  }
  .info-about-content .info-about-mobile-slider .info-about-content-slider:not(:last-child)::after {
    height: 0;
    width: 0;
  }
  .info-quick-links .info-links {
    display: block;
    text-align: left;
  }
  .info-quick-links .info-links li a {
    font-size: 16px;
  }
  .info-quick-links .info-links li:not(:first-child, :last-child)::after {
    position: relative;
  }
  .info-footer-bg .center-line::after {
    width: 100%;
    height: 1px;
    border: 1px dashed #ffead557;
    right: 0;
    top: 93%;
  }
  .info-project-slider .fa-arrow-left-long {
    position: absolute;
    left: 42%;
    bottom: -10%;
    cursor: pointer;
    color: #706F6D !important;
  }
  .info-project-slider .fa-arrow-right-long {
    position: absolute;
    right: 42%;
    bottom: -10%;
    cursor: pointer;
    color: #706F6D !important;
  }
  .info-floor-plans-header h5::after,
  .info-amenities-plans-header h5::after {
    width: 40%;
    /*left: 145px;*/
  }
  .info-floor-plans-slider-content {
    bottom: -15%;
    font-size: 10px;
  }
  .info-visibility {
    display: none !important;
  }
  .hero-banner-slider .slick-dots {
    bottom: 0px !important;
  }
  .hero-banner-slider .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
  }
  .info-bg-black p {
    text-align: center !important;
  }
  .info-dwn-btn {
    bottom: 20%;
  }
  .info-brochure-slider .slick-dots li button {
    display: none !important;
  }
  .hover-img {
    position: absolute;
    width: 150px;
    max-width: 150px;
    height: 150px;
    left: 0 !important;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .info-floor-plans-slider-content {
    bottom: -20%;
  }
  .navbar-toggler-icon {
    width: 1.5em;
  }
}
@media (max-width: 450px) {
  .info-amenities-content-img img {
    position: absolute;
    top: -28%;
    left: 52%;
    width: 40%;
  }
}
@media (max-width:425px) {
  .render-video .video-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width:375px) {
  .info-floor-plans-slider-content p {
    font-size: 0.6rem;
  }
}
/* SLICK CSS */
.slick-dots {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #9A8C9D;
  text-indent: -999999px;
}
.info-benefits-bg .slick-dots li button {
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: #019545;
}
.info-bg-brand .slick-dots li.slick-active button {
  background-color: #019545;
}
.info-features-mobile-slider .slick-list,
.info-about-mobile-slider .slick-list {
  padding-right: 40px;
}
/* Home page Slick Slider Starts Here */
.hero-banner-slider .slick-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  margin-top: 20px !important;
  list-style: none;
  text-align: center;
}
.hero-banner-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.hero-banner-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50rem;
  background-color: #fff;
  text-indent: -999999px;
}
.hero-banner-slider .slick-dots li.slick-active button {
  background-color: #009946;
}
.slick-nav .fa-chevron-left {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00994554;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-left: 14px;
  padding-top: 12px;
  color: #fff;
  cursor: pointer;
}
.slick-nav .fa-chevron-right {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00994554;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-left: 14px;
  padding-top: 12px;
  color: #fff;
  cursor: pointer;
}
.info-brochure-slider .slick-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  margin-top: 20px !important;
  list-style: none;
  text-align: center;
}
.info-brochure-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #dfdfdf;
  text-indent: -999999px;
}
.info-brochure-slider .slick-dots li.slick-active button {
  background-color: #B62B2B;
}
.info-project-bg {
  background: #F0DCC4 !important;
}
.parsley-errors-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.parsley-errors-list li{
  font-size: .8rem;
  color: #B62B2B;
}

.parsley-required{
  color: #B62B2B;
}

/* Pune Changes */


.text-justify{
  text-align: justify;
}


.info-heading-about h2{
  color: #602252;
  font-size: 40px;
  font-weight: 600;
}

.heading-spacing{
  letter-spacing: 5px;
  font-size: 30px;
  font-weight: 600;
}

.about_sec {
	width: 100%;
	padding: 145px 0 70px 0
}
.abt-content h2 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 30px;
	margin-left: -14px;
	text-transform: uppercase
}
.abt-content p {
	text-align: justify;
	width: 80%;
	color: #484848;
	line-height: 30px
}
.abtimg {
	width: 100%;
	padding: 50% 0 67% 0;
	border: 8px solid #937457;
	position: relative;
	margin-left: -17%
}
.abtimg img {
	position: absolute;
	top: -44px;
	z-index: 1;
	left: 11%;
	width: 100%;
	transition: all .5s ease-in-out
}
.abtimg:hover img {
	transform: scale(1.1)
}
.projectdetail_sec {
	width: 100%;
	padding: 100px 0 70px 0;
	background-color: #ebebeb
}
.header-text h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 30px;
	/*margin-left: -20px;*/
	text-transform: uppercase
}
.pdetail-content {
	width: 100%;
	float: left;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 15px
}
.pdetail-content span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase
}
.pd-bg1 {
	background: #1c4f9c
}
.pd-bg2 {
	background: #7d266b
}
.pd-bg3 {
	background: #937457
}
.pd-bg4 {
	background: #087a3b
}
.pd-bg5 {
	background: #484848
}
.pd-mtop {
	margin-top: 18%
}
.pdetail-content p {
	text-align: justify;
	color: #787878
}
.pdetailimg {
	position: relative;
	width: 100%;
	padding: 49% 0 10% 0;
	border: 8px solid #937457;
	margin: 72px 0 0 25px
}
.project-slide {
	position: absolute;
	top: -55px;
	z-index: 1;
	left: -7%;
	width: 100%
}
.project-slide img {
	width: 100%
}
.no-pad {
	padding: 0
}
.pd-bg5 a {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px
}
.pd-bg5:hover {
	background: #b22625!important;
	transition: .8s;
	transition-duration: .4s;
	color: #fff
}
.img-col {
	margin: 10px 0 10px 0;
	padding-right: 10px;
	padding-left: 10px
}
.img-gallery {
	position: relative
}
.img-gallery img {
	width: 100%;
	height: auto;
	display: block
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(27,79,155,.9);
	opacity: .9;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease
}
.img-gallery:hover .overlay {
	height: 100%
}
.text h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	z-index: 1;
	position: absolute;
	top: 85%;
	left: 24%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.text h2:after {
	content: "";
	display: block;
	background: #fff;
	height: 2px;
	position: relative;
	width: 50px;
	right: 0;
	left: 2px;
	top: 0
}
.fplan_sec {
	width: 100%;
	padding: 100px 0 70px 0
}
.fplan_sec .fp-icon i {
	color: #fff;
	font-size: 25px;
	font-weight: 200;
	letter-spacing: 1px;
	z-index: 1;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.fplan_sec .img-gallery {
	position: relative;
	border: 6px solid #d6d6d6
}
.specific_sec {
	width: 100%;
	padding: 100px 0 70px 0;
	background-color: #ebebeb
}
.accordions_title {
	display: grid;
	grid-template-columns: 1fr 20px;
	padding: 20px 0;
	background-color: #fff;
	cursor: pointer;
	margin-top: 15px;
	padding: 0 10px;
	border-left: 4px solid #FFEAD5;
	transition: .3s linear
}
.accordions_title h3 {
	color: #1d1d29;
	transition: .3s linear;
	margin: 10px 0 8px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}
.accordions_title span {
	align-self: center;
	justify-self: end;
	display: block
}
.accordions_title span:after {
	content: "+";
	display: inline-block;
	transition: .3s linear;
	font-size: 16px;
	position: relative;
	color: #937457;
	font-size: 25px;
	font-weight: 400
}
.accordions_title.active {
	background-color: #937457;
	color: #fff
}
.accordions_title.active h3 {
	color: #fff
}
.accordions_title.active span:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	color: #fff
}
.accordions_content {
	display: none;
	padding: 20px 15px 10px;
	background-color: #FFEAD5
}
.accordions_content p {
	color: #937457;
	margin-bottom: 5px
}
.accordions_content ul {
	color: #fff
}
.location_sec {
	width: 100%
}
.locate-box {
	padding: 100px 0 60px 0
}
.locate-img img {
	width: 100%
}
.locate-para {
	margin-top: 0
}
.locate-para p {
	text-align: justify;
	width: 90%;
	color: #484848;
	line-height: 30px
}
.map-sec img {
	width: 100%
}
.locate-img {
	-moz-transition: width .5s, height .5s, -webkit-transform .5s;
	-webkit-transition: width .5s, height .5s, -webkit-transform .5s;
	transition: width 1s, height 1s, transform 1s
}
.locate-img:hover {
	transform: rotate(360deg)!important;
	-webkit-transition: -webkit-transform 1s ease-in-out
}