@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url(../font/LibreBaskerville-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.woff) format('woff');
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #ac772a;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 20px 0;
    box-shadow: 0 0 5px gray;
  }
  .newClass {
    background-color: #ac772a;
      box-shadow: 0 0 5px gray;
      z-index: 999;
      padding: 20px 0;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 211px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amenities-firm p {
    padding: 10px;
}
  .image-section{
    background:url('../images/amenities.webp');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    display: block;
  }
  .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat-Regular';
}
.banner-logo {
  max-width: 288px;
  margin: 0 auto;
  padding: 20px 0;
}
  .project-overview-section .know-more {
    text-align: left;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .responsiv-mobile {
    display: none;
}
  /* HEADER CSS ENDS */
.desktop-banner{
  display:block;
}
.tab-banner{
display: none;
}
.mobile-banner{
  display:none;
}
.banner-section .container-fluid {
  padding: 0;
  overflow: hidden;
}
.banner-section {
  background: #fff;
}
.banner-inner {
  position: relative;
  height: 100%;
}
.banner-information {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.banner-information h1 {
  font-family: 'LibreBaskerville-Regular';
  line-height: 61px;
  letter-spacing: 1px;
  font-size: 45px;
  color: #505050;
}
.high-key-fit p {
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
  font-size: 22px;
  padding-left: 10px;
}
.high-key {
  max-width:50px;
}
.key-highlight-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.register-fit{
  display: flex;
  justify-content: space-around;
  align-items: center;

}
.banner-button {
  margin-top: 25px;
}
.btn {
  background-color: #ac772a;
    font-size: 17px;
    font-family: 'Montserrat-Regular';
    box-shadow: 0 0 5px #c5c1c1;
    color: #fff;
}
.banner-section-outer {
  background: #e1d3bb;
  padding: 30px 0 20px 0;
  text-align: center;
}
.banner-outer-info .high-key {
  margin: 0 auto;
  margin-bottom: 20px;
}
.banner-outer-info p {
  font-family: 'LibreBaskerville-Regular';
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.bit-small{
  font-size:18px !important;
}
.overview-section{
  background:url('../images/hack-fit.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.overview-section::before{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000a6;
  z-index:9;
  content:"";
}
.overview-high-img-icon {
  max-width: 90px;
  margin: 0 auto;
}
.overview-section-information {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'LibreBaskerville-Regular';
  z-index: 9;
}
.overview-info {
  padding: 20px 20px;
  background: #fff;
  border-radius: 20px;
  color: #000;
  font-family: 'Montserrat-Regular';
  box-shadow: 0 0 2px #646464;
  margin: 20px 0;
}
p.four-view {
  font-size: 20px !important;
  color: #ac772a;
  font-weight: 600;
  text-align:center !important;
}
.padding-space {
  padding: 40px 0;
}
.gallery-section-image{
  display: flex;
  width: 100%;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  height: 100vh;
}
.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
  border: 1px solid #ac772a;
  position: relative;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover; 
  transition: .5s;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 100%;
}
.gallery-section {
  text-align: center;
}
.gallery-section-info h3 {
  font-family: 'LibreBaskerville-Regular';
  text-transform: uppercase;
  font-size: 32px;
}
.gallery-section-info p {
  font-family: 'Montserrat-Regular';
}
.box .project-gallery-content {
  line-height: 17px;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
  background: #ac772a;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 10px;
  height: 70px;
}
.box .project-gallery-content p {
  margin: 0;
}
.highlight-section{
  background:url('../images/highlight.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.highlight-section::before{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000a6;
  z-index:9;
  content:"";
}
.highlight-point ul {
  list-style: none;
  padding-left: 0px;
}
.highlight-point ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 54px;
  text-align: left;
  margin-bottom:20px;
}
.high-fit{
  max-width: 49px;
  position: absolute;
  top: -8px;
  left: 0;
}
.highlight-point ul li p {
  margin-bottom: 0;
  font-size: 15px;
}
.highlight-section p.about-info {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
  padding-left:10px;
}
.highlight-section p.four-view {
  text-align: left;
  padding-left:10px;
}
.price-section {
  text-align: center;
}
.project-price-information {
  background: #e1d3bb;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 5px #a19b9b;
}
.project-type p {
  font-size: 17px;
  font-family: 'LibreBaskerville-Regular';
  margin-bottom: 6px;
}
.project-type {
  margin-bottom:25px;
  position: relative;
}
.project-type span {
  font-family: 'Montserrat-Regular';
  font-size: 21px;
  font-weight: 600;
}
.project-type::before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 50%;
  width: 81%;
  border-bottom: 1px solid #ac772a;
  height: 1px;
  transform: translate(-50%);
}
.location-advantages-section{
  background:url('../images/location-banner-2.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.location-advantages-section::before{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#00000040;
  z-index:9;
  content:"";
}
.high-fit-location {
  max-width: 25px;
  position: absolute;
  top: 0px;
  left: 0;
}
.price-section .gallery-section-info {
  padding-bottom: 20px;
}
.location-advantages-section .highlight-point ul li {
  padding-left: 37px;
}
.location-advantages-section .highlight-point ul li span {
  margin-right: 11px;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 40px;
  font-size: 13px;
  background: #dbdbdb59;
}
.floor-plan-section {
  text-align: center;
}
.floor-plan-section .gallery-section-info {
  margin-bottom: 30px;
}
.nav-tabs {
  border-bottom: none;
  background: #ac772a;
  box-shadow: 0 0 5px #afacac;
}
.nav-link {
  color: #fff;
  font-family: 'Montserrat-Regular';
}
#nav-tabContent {
  box-shadow: 0 0 5px #c3c3c3;
}
.floor-plan-inform {
  position: relative;
}
.high-fits {
  max-width: 49px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.floor-plan-inform h3 {
  font-family: 'LibreBaskerville-Regular';
}
.floor-plan-inform p {
  font-family: 'LibreBaskerville-Regular';
  font-size: 18px;
}
.nav-tabs .nav-item a:hover{
  color:#fff;
}
.nav-tabs .nav-link:hover {
  color: #000;
  border-radius:0;
}
.amenities-section{
  background:url('../images/club-house-img.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.amenities-section::before{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#00000040;
  z-index:9;
  content:"";
}
p.about-info {
  font-weight: 600;
  font-family: 'LibreBaskerville-Regular';
  margin-bottom: 6px;
  font-size: 18px !important;
  text-align:center !important;
}
.desktop-gallery-view{
  display:block;
}
.mobile-view {
  display: none;
}
.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}
.footer-section {
  background: #d9d9d9cf;
}
.padding-extra {
  padding: 50px 0 30px 0;
}
.footer-inner h5 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Montserrat-Regular';
}
.footer-location iframe {
width:100%;
height: 250px;
}
.footer-inner .form-group {
  margin-bottom: 0;
}
.footer-inner .form-group input {
  padding: 24px;
  border: none;
  border-radius: 0;
}
.footer-privacy {
  font-family: 'Montserrat-Regular';
  text-align: center;
  padding-top: 20px;
}
.footer-location iframe {
  width: 100%;
  height: 250px;
  border: 1px solid #cbcbcb;
}
.footer-nav h6 {
  font-size: 19px;
  font-family: 'Montserrat-Regular';
}
.footer-nav ul li{
  margin-bottom:10px;
}
.footer-nav ul li a {
  color: #000;
  font-family: 'Montserrat-Regular';
  letter-spacing: 1px;
  font-size: 14px;
}
.mobile-banner-view {
  display: none;
}
.download-brochure {
  background: #ac772a;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  border: none;
  box-shadow: 0 0 2px #939393;
}
.mobile-icon {
  background: #ac772a;
  padding: 11px 15px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  animation: bounce2 2s ease infinite;
  margin-bottom: 27px;
  box-shadow: 0 0 5px #000;
}
.mobile-icon i {
  font-size:22px;
  color: #fff;
}
.mobile-icon a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #ac772a;
  border-radius: 100px;
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
}
.mobile-icon a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #ac772a;
  border-radius: 100px;
  -webkit-animation: widgetPulse2 infinite 1.5s;
  animation: widgetPulse2 infinite 1.5s;
}
@-webkit-keyframes widgetPulse {
  0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
  100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
}
@keyframes widgetPulse2 {
  0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
  100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
} 
.calltoactionmobileresponsive {
  position: fixed;
  bottom: 0px;
  right: 45px;
  z-index:999;
}
@keyframes bounce2 {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.auto-popup-right h3 {
  font-family: 'LibreBaskerville-Regular';
}
.auto-popup-right p {
  font-family: 'Montserrat-Regular';
}
.ct-tag {
  font-family: 'Montserrat-Regular';
  padding-bottom: 10px;
}
.banner-information p {
  font-family: 'Montserrat-Regular';
}
.mobile-banner-view .banner-desktop-fit h2 {
  font-family: 'LibreBaskerville-Regular';
  color: #fff;
}
.overview-info p {
  text-align: justify;
  font-size:14px;
}
.section-title h2 {
    font-family: 'LibreBaskerville-Regular';
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
}
.faq-header h3 {
  font-family: 'LibreBaskerville-Regular';
  font-size: 24px;
  background: #ac772a;
  padding: 10px;
  margin-bottom: 0;
  color: #fff;
}
.faq-body p {
  font-family: 'Montserrat-Regular';
  background: #e5e4e4;
  padding: 10px;
}
.youtube-btn {
    background: #d5052e;
} 
@media screen and (max-width:1295px) {
  .banner-information h1 {
    line-height: 55px;
    font-size: 39px;
}
.banner-logo {
  padding: 10px 0;
}
.high-key-fit p {
  font-size: 19px;
  padding-left: 8px;
}
.key-highlight-feature {
  margin-top: 9px;
}
.banner-information {
  top: 25%;
}
.banner-outer-info .high-key {
  margin-bottom: 10px;
}
.menu ul li a {
  font-size: 15px;
  padding: 0px 9px;
}
.box {
  margin: 0 1%;
}
}
@media screen and (max-width:1199px) {
  .menu ul li a {
    font-size: 12px;
}
.faq-header h3 {
  font-size: 21px;
}
}
@media screen and (max-width:991px) {
  .banner-outer-info p {
    font-size: 18px;
}
.bit-small {
  font-size: 14px !important;
}
.overview-high-img-icon {
  max-width: 75px;
}
.overview-section-information h2 {
  font-size: 26px;
}
.gallery-section-info h3 {
  font-size: 25px;
}
.highlight-point ul li p {
  font-size: 14px;
}
.project-type span {
  font-size: 15px;
}
.button_container {
  position: absolute;
  top: 50%;
  right: 0;
  height: 29px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.overlay {
  position: fixed;
  background: #fff;
  top: 62px;
  left: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  -webkit-transition: max-height .3s, -webkit-transform .3s;
  transition: max-height .3s, -webkit-transform .3s;
  -o-transition: max-height .3s, transform .3s;
  transition: max-height .3s, transform .3s;
  transition: max-height .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
  z-index: 999;
}
.overlay.open {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
  top: 76px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 100%;
}
.overlay nav {
  text-align: center;
  background: #000;
}
.overlay.open li {
  opacity: 1;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
  padding-top: 10px;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container span:nth-of-type(2) {
  top: 11px;
  width: 61%;
  height: 3px;
  right: 0;
  left: auto;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 31px;
}
.mobile-banner-view{
  display:block;
  position: relative;
}
.desktop-banner-view {
  display: none;
}
.banner-desktop-fit p {
  color: #fff;
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}
.key-highlight-feature {
  margin-top: 0;
}
.banner-button {
  margin-top: 5px;
}
.high-key-fit p {
  font-size: 15px;
}
.high-key {
  max-width: 40px;
}
.banner-button .btn {
  font-size: 14px;
}
.banner-section-outer {
  padding: 20px 0 20px 0;
}
p.four-view {
  font-size: 17px !important;
}
.banner-section-info {
  border: 1px solid #ac772a;
}
.banner-desktop-fit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  background: linear-gradient(334deg, #000, #00000094, #00000094);
  width: 100%;
  padding: 20px;
  text-align: center;
}
.banner-desktop-fit h1 {
  font-family: 'LibreBaskerville-Regular';
  color: #fff;
}
}
@media screen and (max-width:767px) {
  .project-price-information {
    margin-bottom: 20px;
}
.desktop-gallery-view{
  display:none;
}
.mobile-view {
  display: block;
}
.mobile-banner-view{
  display:block;
  position: relative;
}
.desktop-banner-view {
  display: none;
}
.banner-desktop-fit p {
  color: #fff;
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}
.key-highlight-feature {
  margin-top: 0;
}
.banner-button {
  margin-top: 5px;
}
.high-key-fit p {
  font-size: 15px;
}
.high-key {
  max-width: 40px;
}
.banner-button .btn {
  font-size: 14px;
}
.banner-section-outer {
  padding: 20px 0 20px 0;
}
p.four-view {
  font-size: 17px !important;
}
.banner-section-info {
  border: 1px solid #ac772a;
}
.banner-desktop-fit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  background: linear-gradient(334deg, #000, #00000094, #00000094);
  width: 100%;
  padding: 20px;
  text-align: center;
}
.banner-desktop-fit h1 {
  font-family: 'LibreBaskerville-Regular';
  color: #fff;
}
.faq-body p {
  font-size: 13px;
}
.faq-header h3 {
  font-size: 18px;
}
.footer-inner .form-group {
  margin-bottom: 15px;
  font-family: 'Montserrat-Regular';
}
}
@media screen and (max-width:575px) {
  .hidden-view{
  display:none;
}
  header {
    padding: 10px 0;
}
.newClass {
  padding: 10px 0;
}
.section-title h2 {
  font-size: 21px;
}
  .floor-plan-information .row {
    overflow: hidden;
    padding: 0 9px;
}
.footer-inner .form-group {
  margin-bottom: 10px;
}
.banner-outer-info p {
  margin-right: 6px;
  font-size: 17px;
  margin-bottom: 0;
}
.banner-outer-info {
  display: flex;
  align-items: center;
  justify-content: left;
}
p.bit-small {
  font-size: 13px !important;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview-section{
  background:url('../images/banner-1.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
}
.banner-outer-info .high-key {
  margin: 0 9px 6px 0px;
}
  .overview-info {
    text-align: left;
}
.nav-tabs .nav-link {
  border: 1px solid #fff;
  border-radius: 0;
}
.banner-section {
  margin-top: 76px;
}
.banner-information h1 {
  font-size: 16px;
  line-height: 31px;
}
.banner-information {
  top: 7%;
}
.desktop-banner-view {
  display: none;
}
.mobile-banner-view{
  display:block;
  position: relative;
}
.banner-desktop-fit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  background: linear-gradient(334deg, #000, #00000094, #00000094);
  width: 100%;
  padding: 20px;
  text-align: center;
}
.banner-desktop-fit h1 {
  font-family: 'LibreBaskerville-Regular';
  color: #fff;
  font-size: 30px;
}
.banner-desktop-fit p {
  color: #fff;
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}
.key-highlight-feature {
  margin-top: 0;
}
.banner-button {
  margin-top: 5px;
}
.high-key-fit p {
  font-size: 15px;
}
.high-key {
  max-width: 40px;
}
.banner-button .btn {
  font-size: 14px;
}
.banner-section-outer {
  padding: 20px 0 20px 0;
}
p.four-view {
  font-size: 17px !important;
}
.overview-info p {
  font-size: 13px;
}
.overview-section-information h2 {
  font-size: 20px;
}
.highlight-section p.four-view {
  font-size: 15px !important;
}
.highlight-point ul li p {
  font-size: 13px;
}
.highlight-point .high-fit {
  top: -3px;
}
.gallery-section-info h3 {
  font-size: 19px;
}
.floor-plan-inform h3 {
  font-size: 21px;
}
.floor-plan-inform p {
  font-size: 15px;
}
.amenities-section .high-fit {
  top: -9px;
}
.location-advantages-section p.four-view {
  font-size: 15px !important;
}
.location-advantages-section .highlight-point ul li {
  padding-left: 25px;
}
.high-fit-location {
  max-width: 21px;
  top: 2px;
}
#nav-tabContent {
  box-shadow: 0 0 5px #c3c3c3;
  border-bottom: 1px solid #cfcfcf;
}

}