@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.woff) format('woff'),
         url(../font/Montserrat-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'KaiseiDecol-Regular';
    src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  }
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 20px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .newClass {
    background-color: #fff;
      box-shadow: 0 0 5px gray;
      z-index: 999;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 130px;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section{
    background:url('../images/amenities.jpg');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    display: block;
  }
  p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}
  .menu ul li a {
    color: #232323;
    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';
  }
  .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{
    position:relative;
  }
  .banner-section .container-fluid{
    padding:0;
  }
  .banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background: #000000a1;
}
  .banner-section-information {
    position: absolute;
    top: 28%;
    left: 26%;
    z-index: 9;
    content: "";
    color: #fff;
    padding: 28px;
    width: 50%;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    transform: translate(-50%, 0);
    text-align: center;
}
.banner-section-info h1 {
  font-family: 'Montserrat-Regular';
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}

.banner-ferter {
  position: absolute;
  bottom: 0%;
  left: 25%;
  content: "";
  z-index: 9;
  color: #fff;
  transform: translate(-50%, 0);
}
.banner-section-info h1 b {
  color: #ffffff;
  font-size: 52px;
  font-weight: 900 !important;
}
.banner-location-set {
  position: absolute;
  top: 17%;
  right: 2%;
  z-index: 9;
  color: #fff;
}
p.banner-location {
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}
.banner-fet {
  background: #4163b3;
  position: relative;
  text-align: left;
  width: 63%;
  margin-top: 10px;
}
p.banner-detail {
  font-family: 'Montserrat-Regular';
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 10px 20px;
}
.banner-btn {
  text-align: left;
  margin-top: 15px;
}
.btn {
  background: #4163b3;
  font-family: 'Montserrat-Regular';
  color: #ffff;
  border-radius:0;
  box-shadow:0 0 2px #fff;
}
.download-brochure {
  margin-right: 20px;
}
.request-fer {
  background: #fff;
  color: #000;
}
p.banner-location i {
  color: #6690f1;
  font-size: 31px;
}
.banner-price {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  text-align: left;
}
.banner-price p {
  margin-bottom: 5px;
}
p.starting-price {
  font-family: 'KaiseiDecol-Regular';
  font-size: 31px;
}
p.starting-price b {
  color: #8dafff;
}
p.banner-price b {
    color: #00ff39;
    font-size: 20px;
}
p.price-banner-fer {
  color: #00ff39;
  font-family: 'KaiseiDecol-Regular';
  font-size: 30px;
}
.banner-size-fet {
  position: absolute;
  bottom: 0%;
  right: 20%;
  z-index: 9;
  content: "";
  color: #fff;
}
.size-sect {
  color: #fff;
  font-family: 'KaiseiDecol-Regular';
  margin-bottom: 0;
  font-size: 25px;
}
.size-banner-fer{
  color: #00ff39;
  font-family: 'KaiseiDecol-Regular';
  font-size: 30px;
}
p.banner-size {
    font-family: 'Montserrat-Regular';
}
p.banner-size b {
    color: #00ff39;
}
.download-borchure {
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  border-radius: 0;
  background: #00ff39;
  position:relative;
  margin-top:20px;
  font-weight:700;
}
.download-borchure::before {
  position: absolute;
  top: -10px;
  left: 4px;
  width: 96%;
  border: 2px solid #fff;
  z-index: 9;
  content: "";
  height: 100%;
  padding: 25px;
}
.overview-section {
  text-align: center;
}
.padding-space-extra{
    padding:50px 0;
}
.overview-info-point {
  background: #253b6f;
  color: #fff;
  font-family: 'Montserrat-Regular';
  padding:10px 0;
}
.overview-points {
  margin-bottom: 0;
}
.overview-points-set {
  margin-bottom: 0;
  font-family: 'KaiseiDecol-Regular';
  font-size: 25px;
  color: #fff;
}
.section-title h2 {
    font-family: 'KaiseiDecol-Regular';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}
.section-title p {
    font-family: 'Montserrat-Regular';
}
.overview-section-info p {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
.overview-img {
    padding: 10px;
    position: relative;
}
.overview-img img{
    box-shadow:0 0 3px #000;
}
.overview-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 90%;
    height: 100%;
    border: 5px solid #b15a12;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    z-index:-1;
}
@keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}
.bg-color{
  background: #253b6f;
}
.text-color .section-title {
  color: #fff;
  text-align: center;
}
.gallery-section-img {
  padding: 10px;
  border: 1px dotted #fff;
}
.gallery-section-img img{
  box-shadow:0 0 3px #fff;  
}
.highlight-section-info ul {
  font-family: 'Montserrat-Regular';
  padding-left: 14px;
}
.highlight-section-info ul li{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #000; 
}
.highlight-section-img {
  border: 1px dotted #000;
  padding: 10px;
}
.highlight-section-img img{
  box-shadow:0 0 3px #000;
}
.price-section-info {
  text-align: center;
  background: #fff;
  padding: 10px;
  font-family: 'Montserrat-Regular';
  box-shadow: 0 0 3px #5f5f5f;
}
.price-type {
  border: 1px dotted #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom:10px;
}
.price-type p {
  margin-bottom: 0;
  font-family: 'KaiseiDecol-Regular';
}
p.project-price-sect {
  font-size: 16px;
  margin-bottom: 5px;
}
p.project-price-sert {
  font-weight: 700;
  font-size: 20px;
  color: #253b6f;
}
.project-size p {
  font-size: 15px;
}
.enquire-now {
  background: #253b6f;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
}
.floor-plan-section-information {
  text-align: center;
}
.floor-plan-info {
  max-width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px dotted #000;
}
.floor-plan-info img {
  box-shadow: 0 0 3px #9b9a9a;
  filter: blur(2px);
}
.location-advnategs-information .section-title {
  text-align: left !important;
}
.location-advnategs-information ul {
  color: #fff;
  font-family: 'Montserrat-Regular';
  padding-left:15px;
}
.location-advnategs-information ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.amenities-section {
  text-align: center;
}
.amenities-img {
  max-width: 128px;
  padding: 20px;
  margin: 0 auto;
  background: #253b6f;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #000;
}
.amenities-img img{
  filter:invert(1);
}
.amenities-section-info p {
  font-family: 'Montserrat-Regular';
  border-bottom: 2px solid #253b6f;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
.footer-inner h5 {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 19px;
}
.card-header {
  font-family: 'Montserrat-Regular';
}
.card-header h3 {
  font-size: 17px;
}
.card-header h3 a {
  font-weight: 700;
}
.card-body {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
}
.footer-inner form {
  padding: 10px;
  border: 1px dotted #fff;
  font-family: 'Montserrat-Regular';
}
.footer-section-points .section-title {
  text-align: left;
}
.footer-privacy {
  font-family: 'Montserrat-Regular';
  text-align: center;
}
p.policy-point {
  margin-bottom: 0;
}
.floor-plan-section-info {
  position: relative;
}
.floor-plan-section-info p {
  position: absolute;
  top: 47%;
  left: 19px;
  width: 89%;
  background: #253b6f;
  font-family: 'Montserrat-Regular';
  color: #fff;
  padding: 10px;
}
.gallery-section .btn {
  background: #fff;
  color: #000;
  margin-top: 20px;
}
.gallery-section {
  text-align: center;
}
.location-advnategs-information .download-brochure {
  background: #fff;
  color: #253b6f;
}
@media only screen and (max-width: 1295px) {
  .banner-fet {
    width: 67%;
}
}
@media only screen and (max-width: 1199px) {
  .banner-section-info h1 b {
    font-size: 37px;
    letter-spacing: 4px;
}
p.banner-detail {
  font-size: 19px;
}
.highlight-section-info ul li {
  font-size: 14px;
}
.section-title h2 {
  font-size: 22px;
}
.amenities-section-info p {
  font-size: 15px;
}
.footer-section-points .section-title h2 {
  font-size: 20px;
}
.footer-section-points .section-title p {
  font-size: 14px;
}
.menu ul li a {
  font-size: 13px;
}
.banner-section-info h1 {
  font-size: 26px;
}
p.price-banner-fer {
  font-size: 27px;
}
.size-banner-fer {
  font-size: 24px;
}
.size-sect {
  font-size: 22px;
}
.banner-price {
  font-size: 25px;
}
p.banner-location i {
  font-size: 24px;
}
.banner-location-set {
  top: 20%;
}
.banner-section-information {
  top: 22%;
}
.banner-section-info h1 {
  font-size: 24px;
}
p.market-privacy {
  font-size: 14px;
}
p.footer-disclaimer {
  font-size: 15px;
}
.amenities-img {
  padding: 30px;
}
.banner-fet {
  width: 80%;
}
.banner-price p {
  margin-bottom: 0px;
  font-size: 16px;
}
p.starting-price b {
  color: #8dafff;
  font-size: 33px;
}
}
@media only screen and (max-width: 991px) {
  .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%);
}
.banner-highlights {
  right: 2%;
  height: 55%;
  width: 36%;
}
.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;
}
.overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
}
.overlay nav {
    text-align: center;
}
.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: #071c35;
}
.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #071c35;
}
.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: #071c35;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 31px;
}
.desktop-banner{
  display:none;
}
.tab-banner{
  display:block;
}
.mobile-banner{
  display:none;
}
.amenities-img {
  padding: 25px;
  max-width:125px;
}
.footer-inner {
  margin-top: 20px;
  text-align: center;
}
.footer-section-points .section-title h2 {
  text-align: center;
}
.footer-section-points .section-title p {
  text-align: center;
}
.footer-inner form .form-group {
  margin-bottom: 0;
}
.overview-info-point {
  margin-bottom: 20px;
}
.overview-section-info p {
  text-align: justify;
}
.gallery-section-img {
  margin-bottom: 15px;
}
.highlight-section-img {
  display: none;
}
.amenities-section-info p {
  font-size: 12px;
}
.banner-fet {
  width: 94%;
}
.banner-section-info h1 {
  font-size: 21px;
}
.banner-section-info h1 {
  margin-bottom: 15px;
}
.banner-section-information {
  width: 60%;
  top: 25%;
  left: 32%;
}
.floor-plan-section-info p {
  left: 0px;
  width: 100%;
  font-size: 15px;
}
.overview-section-info .section-title p {
  text-align: center;
}
}
@media only screen and (max-width: 767px) {
  .banner-section-information {
    width: 77%;
    top: 8%;
    left: 38%;
}
.banner-section-info h1 {
  font-size: 19px;
}
.banner-section-info h1 b {
  font-size: 34px;
}
p.starting-price b {
  font-size: 29px;
}
.banner-section {
  margin-top: 77px;
}
.banner-location-set {
  top: 4%;
}
.footer-inner form .form-group {
  margin-bottom: 15px;
}
.floor-plan-section-info p {
  top: 47%;
  left: 1px;
  width: 99%;
  font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
  .banner-section-information {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    background: #000;
    transform: none;
    border-radius: 0;
  }
  p.banner-detail {
    font-size: 15px;
    text-align: left;
    background: #000;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #b9b8b8;
}
  .banner-section-info h1 b {
    font-size: 30px;
}
.request-fer {
  display: none;
}
.banner-section-info h1 {
  font-size: 16px;
}
.banner-section::before {
  background: #00000073;
}
.section-title h2 {
  font-size: 15px;
  font-family: 'Montserrat-Regular';
  text-align: center;
}
.price-section-info {
  margin-bottom: 20px;
}
.floor-plan-info {
  margin-bottom: 20px;
}
.location-advnategs-information .section-title h2 {
  text-align: left;
}
.amenities-section-info {
  margin-bottom: 20px;
}
.footer-inner h5 {
  font-size: 14px;
}
.floor-plan-section-info p {
  position: absolute;
  top: 47%;
  left: 1px;
  width: 99%;
  background: #253b6f;
  font-family: 'Montserrat-Regular';
  color: #fff;
  padding: 10px;
  font-size:14px;
}
.banner-section-info h1 b {
  font-size: 28px;
}
.overview-points-set {
  font-size: 22px;
}
.location-advnategs-information ul li {
  font-size: 14px;
}
.footer-section-points .section-title h2 {
  font-size: 17px;
}
.card-header h3 {
  font-size: 15px;
}
p.footer-disclaimer {
  font-size: 14px;
  text-align: justify;
}
.overview-section-info p {
  text-align: justify;
  font-size: 14px;
}
.overview-points {
  font-size: 14px;
}
header {
  padding: 10px 0;
}
.banner-section {
  margin-top: 60px;
}
p.banner-location {
  font-size: 14px;
}
}