@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&display=swap');

@font-face {
  font-family: 'calista_regularregular';
  src: url('../css/fonts/calista-regular-webfont.woff2') format('woff2'),
    url('../css/fonts/calista-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roserittaregular';
  src: url('../css/fonts/roseritta-webfont.woff2') format('woff2'),
    url('../css/fonts/roseritta-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font1';
  src: url('../css/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('../css/fonts-homepage/barlow-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'font4';
  src: url('../css/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/hero-banner-img.webp);
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/hero-banner-img.webp'); */
  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/nova-banner-img.webp');
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/hero-banner-img.webp'); */
  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-nova {
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.info-about-nova::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-nova-projects-bg {
  background: url('../img/info-nova-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-nova-footer-bg {
  background: #333333 !important;
}
.info-nova-footer-bg .center-line {
  position: relative;
}
.info-nova-footer-bg .center-line::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  border: 1px solid #727272;
  right: 0;
  top: 0;
}
.info-nova-footer-bg .list-unstyled {
  line-height: 1.8;
}
.info-bg-black {
  background-color: #202020 !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-nova::before {
    opacity: 0.1;
  }
  .info-nova-footer-bg .text-center {
    text-align: left !important;
  }
  .info-nova-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: #B22625;
    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/info-building-img.png);
    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;
}
