@font-face {
  font-family: 'georgiabold';
  src: url('../fonts/georgia_bold-webfont.woff2') format('woff2'),
    url('georgia_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaitalic';
  src: url('georgia_italic-webfont.woff2') format('woff2'),
    url('georgia_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgiaregular';
  src: url('georgia_regular_font-webfont.woff2') format('woff2'),
    url('georgia_regular_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: serif;
  src: url('../fonts/dancingscript-variablefont_wght-webfont.woff2') format('woff2'),
    url('../fonts/dancingscript-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Bacalisties';
  src: url('../fonts/Bacalisties.woff') format('woff'),
    url('../fonts/Bacalisties.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Photograph Signature';
  src: url('../fonts/Photograph\ Signature.woff') format('woff'),
    url('../fonts/Photograph\ Signature.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AbandoN';
  src: url('../fonts/AbandoN.woff') format('woff'),
    url('../fonts/AbandoN.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OPTIMA';
  src: url('../fonts/Optima.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #262a29;
  position: relative;
  /* background: url('../images/bg-img_prev_ui.png'); */
}

.same-gap {
  padding-bottom: 30px;
}

.amenities-section .amenities-img-slides P {
  text-align: center;
}

.modal-content {
  background: #fff;
  color: #fff;
  width: 100%;
  border-radius: 0;
}

.auto-popup-right h3 {
  color: #f47920;
  font-size: 35px;
  letter-spacing: 4px;
  font-weight: 800;
  font-family: 'OPTIMA';
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.modal-content p {
  font-size: 20px;
  font-weight: 600;
  color: #1E3D72;
}

.auto-popup-right hr {
  background: #f47920;
}

button.btn.submit-btn {
  border-radius: 0;
}

a.btn i {
  border: 1px solid #fff;
  padding: 11px;
  position: absolute;
  border-radius: 100%;
  top: -2px;
  right: -1px;
  box-shadow: 0 0 8px #153544;
  background: #133341;
  color: #fff;
  width: 45px;
  height: 45px;
  animation: tilt-shakings 0.2s infinite;
}

@keyframes tilt-shakings {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.info-desktop {
  display: block;
}

.info-tab {
  display: none;
}

.info-mobile {
  display: none;
}

.text-danger {
  color: #ecac47 !important;
}

.row.space-padding {
  padding: 40px 20px 40px 20px;
  position: relative;
}

.amenities-info-image img {
  filter: invert(1);
}

.amenities-image p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.amenities-info-image {
  max-width: 75px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.project-highlight-info .project-highlight-information::before {
  position: absolute;
  content: "";
  border: 2px solid #000;
  height: 100%;
  top: 0;
  left: -11px;
}

.amenities-image {
  text-align: center;
  background-color: #9ac060;
  padding: 10px;
  margin-bottom: 20px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* transform: rotateY(180deg); */
}

section#amenities {
  padding: 0;
}

.amenities-image:hover {
  transform: rotateY(360deg);
  background-color: #ecac47;
}

section#overview .project-title h3 {
  color: #1E3D72;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 45px;
  font-family: 'OPTIMA';
  text-align: center;
  margin-bottom: 20px;
}

.animation {
  perspective: 1000px;
}

section#highlight,
.floor-master {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #dbdbdb;
  padding: 40px 0 30px 0;
}

section#highlight .project-title p {
  text-align: center;
}

.blue-svg-line {
  stroke: #1E3D72 !important;
}

.project-highlight {
  text-align: center;
  margin: 0;
  padding: 0;
}

.amenities-img-slides img {
  border-radius: 20px;
}

.responsiv-mobile {
  display: none;
}

.amenities-slider-item {
  width: 412px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  height: 100%;
}

.project-highlight-info {
  padding: 30px 0px 30px 30px;
  border-radius: 0;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 20px;
  position: relative;
}

.project-highlight-info span {
  position: absolute;
  top: -5px;
  left: -20px;
  background-color: #1E3D72;
  padding: 3px 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
}

.highlight-information-section .project-title {
  padding-top: 30px;
}

.amenities-slider-item p {
  padding: 10px;
  color: #1e468d;
  font-size: 17px;
  background-color: transparent;
}

.am-info p {
  margin: 0;
  color: #747474;
}

.banner-info {
  position: absolute;
  z-index: 9;
  top: 34%;
  left: 50%;
  color: #fff;
  transform: translate(-50%);
  content: "";
}

.project-highlight-info img {
  max-width: 100px;
  margin-right: 10px;
  padding: 5px;
}

.project-highlight-info p {
  font-size: 17px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.swiper-pagination-bullets {
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 9;
}

.swiper-pagination-bullet {
  height: 11px;
  border-radius: 100%;
  background: #eeeeee;
  margin: 0 35px;
  opacity: .5;
  width: 11px;
}

#amenities .highlight-information-section {
  padding: 0 0px 0 100px;
}

section#amenities .project-highlight-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0;
}

.banner-rera {
  position: absolute;
  bottom: 81px;
  left: 55px;
  z-index: 9;
  content: "";
}

.banner-rera-logo {
  max-width: 190px;
}

section#amenities .highlight-image-info {
  text-align: right;
}

section#amenities .project-highlight-info p {
  font-weight: 600;
}

section#amenities .project-highlight-info img {
  max-width: 50px;
  margin-right: 10px;
  background-color: transparent;
}

section#amenities .project-highlight-info {
  background-color: #fff;
}

.swiper-pagination-bullets::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 15%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}

.swiper-pagination-bullet-active {
  /* background: #c08831;
  opacity: 1; */
  background: #2a50a3;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.project-highlight-info .project-highlight-information {
  margin-bottom: 20px;
  padding: 13px;
  width: 100%;
  transition: width 2s;
  background-color: #9ac060;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.project-highlight-info .project-highlight-information i {
  margin-right: 5px;
  font-weight: 800;
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  border-radius: 10px;
  border: 2px solid #9ac060;
}

.project-highlight-info .project-highlight-information:hover {
  width: 500px;
  background-color: #ecac47;
}

.project-image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  background: azure;
}

.btn {
  background-color: #f37a21;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  border-radius: 20px;
  font-family: 'OPTIMA';
  position: relative;
  padding-right: 48px;
  box-shadow: 0 0 5px #000;
}

.banner-info a.btn {
  color: #fff;
  border: 1px solid #f37a21;
  transition: 0.5s;
  background: #f37a21;
  border-radius: 20px;
  padding-right: 47px;
  position: relative;
}

a.btn:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid #f37a21;
  transition: 0.5s;
  background: #f37a21;
  /* transition: 1s; */
}

/* section {
  border-top: 1px solid #b88f34;
} */
/* HEADER CSS STARTS */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: transparent;
  padding: 0px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newClass {
  background-color: #1E3D72;
  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: 150px;
  padding: 6px;
}

.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;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 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: 'OPTIMA';
}

.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;
}

/* HEADER CSS ENDS */
.banner {
  position: relative;
  height: 80vh;
  background: url('../images/banner-2.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img {
  position: relative;
}

/* .banner-img::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
  z-index: 5;
} */
.banner .swiper1 {
  height: 100%;
}

.banner-wrap-div {
  height: 100%;
}

.banner-img {
  height: 100%;
}

.banner-img .img-fluid {
  height: 100%;
}

.project-overview,
.highlight,
.floor-master,
.amenities-section {
  padding: 40px 0 40px 0;
}

section#gallery .know-more {
  text-align: center;
}

section#overview {
  text-align: center;
}

.highlight-information-section {
  margin: 20px;
  padding: 50px 20px;
}

.location-info i {
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  background-color: #d0953c;
  color: #fff;
  padding: 5px 10px;
}

.location-info p {
  font-size: 17px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.quick-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.contact-us-info .about-developer-form {
  background-color: #a8c975;
}

.contact-us-info .about-developer-form p {
  color: #000;
  font-size: 26px;
}

.contact-us-info .about-developer-form .form-group .form-control {
  border: 1px solid #000;
}

.links-form h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #d0953c;
  width: 29%;
}

.links-form {
  padding-bottom: 20px;
}

.quick-links ul li {
  background-color: #a8c975;
  margin-bottom: 20px;
  width: 44%;
  margin-right: 30px;
}

.quick-links ul li a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.quick-links ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  border: 2px solid #000;
  height: 100%;
}

.location-info {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #1E3D72;
  border-radius: 30px;
}

.location-advantages-high {
  padding: 30px 0;
}

.location-info img {
  max-width: 37px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding: 6px;
}

.price_inner h1 {
  font-size: 20px;
  background: #005aab;
  color: #fff;
  padding: 5px;
}

.amenities-section .padding-space-extra {
  padding: 100px 0 30px 0;
}

.padding-space-extra {
  padding: 20px 0 30px 0;
}

.gallery-item {
  padding-bottom: 20px;
}

section#location {
  padding: 40px 0 20px 0;
}

.location-map-img {
  box-shadow: 0 0 5px #1e3d72;
}

.gallery {
  background-color: #dadada;
  position: relative;
  color: #fff;
}

.amenities-img-slides.loca img {
  border: 2px solid #f27a20;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 10px;
}

.button:hover {
  background-position: left bottom;
}

.text:hover {
  color: white;
}

.project-information {
  border: 1px solid #b88f4e;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 20px;
  background: linear-gradient(to right, #b88f4e 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.text h2 {
  font-size: 28px;
  padding: 20px 0 0 0;
  font-weight: 600;
}

.project-information:hover {
  background-position: left bottom;
}

.project-overview-info {
  position: relative;
  padding: 40px 0px 0px 0px;
  color: #000;
}

.footer-info-upper ul {
  list-style-type: disclosure-closed;
  text-align: start;
}

.footer-info-upper ul li a {
  margin-right: 28px;
  color: #282424;
  text-decoration: none;
}

.footer-inner-information {
  text-align: center;
}

section.footer-upper {
  background: #dbdbdb;
  padding: 30px 0;
}

.max-logo-upper {
  max-width: 129px;
  margin: 0 auto;
  margin-bottom: 11px;
}

.footer-inner-information h5 {
  text-align: start;
  font-size: 25px;
  font-weight: 600;
  color: #1e3d72;
  margin-bottom: 9px;
  position: relative;
  padding-bottom: 8px;
}

.footer-inner-information h5::before {
  position: absolute;
  bottom: 0;
  left: 19%;
  content: "";
  border: 1px solid #c57942;
  width: 33%;
  transform: translate(-50%);
}

.footer-info-upper ul li {
  margin-bottom: 12px;
}

.modal-content p.head {
  font-size: 28px !important;
  font-weight: 400 !important;
}

.svg-container {
  position: absolute;
  left: 8%;
  top: 25%;
  z-index: -1;
  min-height: 1200px;
  text-align: center;
  color: #000;
}

body .svg-container svg {
  height: 100%;
}

.overview-image {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.overview-image::after {
  position: absolute;
  bottom: -35px;
  left: -40px;
  background: url(../images/dot-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 480px;
  height: 314px;
  z-index: -1;
}

.project-overview-info .project.title p {
  color: #000;
  font-weight: 600;
  margin: 0;
}

.floor-plan {
  position: relative;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0 0 5px #000;
}

.floor-plan p {
  background: linear-gradient(270deg, #1e3d72, #1e3d72, #1e3d72, white);
  width: 39%;
  text-align: right;
  padding: 8px;
  color: #fff;
  position: absolute;
  bottom: 0%;
  z-index: 9;
  margin: 0;
  border: 1px solid #fff;
  right: 0;
}

.am-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.location-advantage .know-more {
  text-align: center;
}

.am-info img {
  max-width: 60px;
}

.floor-plan img:hover {
  filter: blur(3px);
  cursor: pointer;

}

.left {
  width: 100%;
  text-align: center;
  background: #fff;
}

.left h1 {
  font-size: 33px;
  color: #f47920;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins';
  border-bottom: 1px solid #fff;
  width: 100%;
  text-transform: uppercase;
  padding-top: 20px;
}

.left-title {
  background: #ffffff6e;
  padding: 20px;
}

.right {
  width: 35%;
  padding: 0;
}

/* banner */
.banner-cnt {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(0, -25%);
  content: "";
  z-index: 0;
  text-align: center;
  width: 30%;
  padding: 0 0px;
  height: 100%;
}

.banner-cnt p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: center;
}

.sizes .sizes-info p {
  font-size: 22px;
  padding: 0 !important;
  font-weight: 600;
}

.price-info {
  text-align: center;
}

.sizes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.sizes::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #979797;
  width: 12%;
  height: 100%;
  transform: rotate(90deg);
  top: 0;
  left: 53%;
}

.price-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-info h6 small {
  color: #f47920;
}

.sizes-info h4 {
  color: #000 !important;
  text-align: center;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.highlight .know-more {
  text-align: center;
  margin: 15px 0;
}

.price-info h6 {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 600;
  animation: zoom-in-zoom-out 1.5s ease infinite;
}

/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {

  /* At the beginning of the animation */
  0% {
    /* Scale the element to its original size */
    transform: scale(1, 1);
  }

  /* At the middle of the animation */
  50% {
    /* Scale the element to 1.5 times its original size */
    transform: scale(1.5, 1.5);
  }

  /* At the end of the animation */
  100% {
    /* Scale the element back to its original size */
    transform: scale(1, 1);
  }
}

.sizes-info h4 {
  color: #000 !important;
  text-align: center;
  padding: 0;
}

.banner-cnt .about-logo {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
}

.banner-cnt .about-logo img {
  max-width: 265px;
}

.banner-logo {
  max-width: 285px;
  margin: 0 auto;
}

.banner-cnt h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 30px 0 0 0;
  text-shadow: 0 3px #000;
  /* animation: zoom-in-zoom-out 2.0s ease infinite; */
  font-family: 'Bacalisties';
}

.banner-cnt .contact-number {
  display: block;
  justify-content: center;
  align-items: center;
}

.banner-cnt .contact-number a {
  background: #1E3D72;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #fff;
  font-size: 17px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.contact-number a.btn {
  background-color: #ecac47 !important;
}

.banner-cnt p.location-date {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.banner-cnt h5 {
  text-transform: capitalize;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 8px 0;
  padding: 0px 0px 30px 0px;
  font-family: math;
}

/* .banner-cnt h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .5px;
  margin: 8px 0;
  padding: 10px 15px;
} */

/* .left p {
  font-size: 16px;
  color: #FFF;
  letter-spacing: .15em;
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  text-align: left;
  margin-bottom: 8px;
  width: 80%;
  margin-top: 8px;
  background: #005aab;
  padding: 8px;
  width: fit-content;
} */
.about-developer-form p {
  color: #fff;
  font-size: 20px;
}

.banner-cnt .location-data {
  color: #000;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.banner-cnt-div h1 {
  color: #fff;
  font-size: 30px;
}

.banner-cnt-div p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.banner-enquier-btn {
  position: fixed;
  background: #fff;
  transform: rotate(270deg);
  right: -61px;
  top: 50%;
  z-index: 9;
}

.banner-enquier-btn .btn {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-usp {
  background-color: #000c26;
}

.project-usp-item p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.project-usp-item h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.project-usp-item {
  padding: 15px 0;
  text-align: center;
}

.project-title h3 {
  color: #1E3D72;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'OPTIMA';
  text-align: center;
}

.project-title p {
  color: #000;
  font-size: 18px;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #000c26;
  text-align: center;
}

.project-highlight .table td .value {
  font-size: 20px;
}

.project-highlight .table td .metric {
  font-size: 16px;
}

.highlight-cnt {
  background-color: #000c26;
  text-align: center;
  padding: 20px 20px 4px 20px;
}

.highlight-cnt p {
  color: #fff;
  height: 50px;
}

.other-highlight-item {
  height: 100%;
  background-color: #000c26;
}

.know-more {
  text-align: center;
  margin: 15px 0;
}

.price_inner {
  overflow: hidden;
  position: relative;
  padding: 30px 0 0 0;
  background: url(../images/add-listing-shape.png) #fff;
  border-radius: 0px;
  transition: .6s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0 5px #000;
  border-radius: 20px;
}

.price_inner .rc_one {
  line-height: 170%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #1E3D72;
}

.price_inner .rc_one span {
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  padding-top: 10px;
  font-family: 'OPTIMA';
}

#amienites .amenities-img-slides {
  max-width: 330px;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto;
}

.price-icon {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #E9DCD4;
  border-bottom-left-radius: 90px;
  width: 123px;
  height: 123px;
  text-align: center;
}

.price-icon img {
  max-width: 80px;
  text-align: center;
  padding-top: 6px;
  padding-left: 4px;
}

.portfolio-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #262a29;
  border-right: 1px solid #262a29;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #262a29;
  border-left: 1px solid #262a29;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #4db848;
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #262a29;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
}

.portfolio-item .overlay-content {
  position: relative;
  z-index: 9;
}

.location-cnt ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.location-cnt ul li {
  font-size: 18px;
  margin-bottom: 15px;
  border: 1px solid #4db848;
  padding: 10px;
}

.location-cnt ul li span {
  list-style: none;
  text-align: right;
  float: right;
  font-weight: 700;
  color: #75c970;
}

.location-img {
  border: 2px solid #4db848;
}

.accordion .fa {
  margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}

footer {
  text-align: center;
  background-color: #c57942;
  padding: 15px 0;
  width: 100%;
  display: inline-block;
}

footer p a {
  color: #fff;
  text-decoration: none;
}

footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.floor-master-slider-div {
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.key-feature-div .table-bordered td,
.key-feature-div .table-bordered th {
  width: 33.33%;
}

.project-highlight .table-bordered td,
.project-highlight .table-bordered th {
  width: 25%;
}

.about-developer {
  background-color: #efefef;
  padding: 40px 0;
}

.about-developer-cnt p {
  margin: 15px 0 0 0;
}

.about-logo img {
  max-width: 200px;
}

.about-logo {
  text-align: center;
}

/* .about-developer-form {
  border: 2px solid #000c26;
  padding: 20px;
  text-align: center;
} */
.about-developer-form {
  padding: 30px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #d9ca39;
  width: 80%;
  border-radius: 5px;
  margin-top: 40px;
}

.about-developer-form h4 {
  color: #fff;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0;
  border-color: #000;
  padding: 10px 15px;
  height: auto;
  background: transparent;
}

.form-control::placeholder {
  color: #000;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.countryCode {
  position: absolute;
  left: 1px;
  width: 140px;
  border-radius: 0;
  border: none;
  height: 96%;
  top: 1px;
}

.countryCode~.form-control {
  padding-left: 150px;
}

.about-developer-form .submit-btn {
  width: 100%;
  padding: 10px 15px;
}

.price_inner .know-more {
  margin: 0 0 0 0;
  text-align: center;
  padding: 20px 0;
}

.price_inner .price span {
  font-size: 20px;
}

.price_inner h4 {
  font-size: 2.5rem;
  font-family: "RobotoCondensed-Regular";
}

.modal-title {
  color: #000c26;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

a.whatsapp_float {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  background-color: #31c131;
  font-size: 25px;
  padding: 0 0;
  color: #fff;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.calltoactionresponsive {
  display: none;
}

.faq-div .card h2 .btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  white-space: normal;
}

.faq-div .card h2 .btn .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.floor-master .portfolio-item {
  margin-bottom: 20px;
}

.card-header {
  padding: 0;
}

.mySwiper2 {
  margin-bottom: 15px;
}

.about-developer-form .contact-number a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  position: static;
  padding: 10px 15px;
  transform: translateY(0);
}

.modal-body .about-developer-form {
  background-color: transparent;
  padding: 0;
}

.project-video-inner-div {
  position: relative;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-section-1 {
  background-image: url("../images/make-an-appointment.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  /* background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.itawacta {
  position: relative;
}

.cta-section-1 h3 {
  color: #fff;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 0;
}

.modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
}

.amenities-img-slide {
  text-align: center;
  max-width: 398px;
}

.amenities-img-slide p {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c3e5ed9;
  text-align: center;
  padding: 25px;
  margin: 0;
  width: 100%;
  height: 150px;
  color: #fff;
}

/* banner */
/* auto popup desing */
.auto-popup-left {
  background-color: #fafafa;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.auto-popup-left h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.auto-popup-right {
  text-align: center;
}

.auto-popup-logo {
  margin: 0 auto 15px;
  max-width: 147px;
}

.modal-dialog {
  max-width: 615px;
}

.auto-popup-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.auto-popup-left ul li {
  margin-bottom: 10px;
}

.auto-popup-right .btn {
  width: 100%;
}

a.popup-mobile-number {
  background-color: #a8802d;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  text-decoration: none;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  z-index: 9;
}

.modal-dialog .modal-content .modal-body {
  padding: 35px;
}

.banner-info h1 {
  font-size: 5rem;
  font-family: 'OPTIMA';
  margin-bottom: 0;
}

.banner-subtitle {
  background: #f37a21;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.banner-info a {
  color: #fff;
  text-decoration: none;
}

.banner-info p {
  font-size: 35px;
  font-family: 'OPTIMA';
  text-align: center;
}

.banner-section {
  position: relative;
}

.banner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
  content: "";
  z-index: 9;
}

.project.title {
  position: relative;
}

.project-overview-info p {
  color: #666;
  font-size: 15px;
  line-height: 28px;
  word-spacing: 0.5px;
  letter-spacing: .5px;
  text-align: justify;
}

.project-title p {
  text-align: center;
}

.faq-heading h4 {
  font-size: 20px;
  background: #000;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}

.faq-heading p {
  padding: 10px;
  background: #fff;
  font-size: 15px;
}

.project-overview-info h4 {
  font-size: 20px;
}

.project-overview-info .project.title h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: serif;
  color: #db251c;
  text-shadow: 0 1px #000;
}

.mobile-view {
  display: none;
}

/* auto popup desing */
.project-title {
  margin-bottom: 20px;
}

/* project section */
.project-section-information {
  border: 1px solid #adabab;
  padding: 10px;
  font-family: 'Poppins';
  border-radius: 10px;
}

.project-head-points {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.arrow-right {
  padding: 15px;
  background: #a55d39;
  border-radius: 4px;
  color: #fff;
}

.project-heading-names h3 {
  font-size: 24px;
}

.project-img img {
  border-radius: 10px;
}

.project-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.project-section-price {
  margin-top: 15px;
}

.view-btn .btn {
  font-family: 'Poppins';
  padding: 7px;
  border-radius: 5px;
  font-weight: 400;
  background: #a55d39;
  box-shadow: none;
}

.call-btn {
  color: #fff;
  background: #a55d39;
  padding: 8px 10px;
  border-radius: 5px;
}

.massage-btn {
  color: #fff;
  background: #1E3D72;
  padding: 8px 20px;
  border-radius: 5px;
}

.project-section-price b {
  color: #a55d39;
  font-size: 22px;
}

.project-section {
  background: #dbdbdb;
}

.project-section .section-title {
  text-align: center;
}

/* RESPONSIVE CSS STARTS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }

}

@media only screen and (max-width: 1600px) {
  .left h1 {
    font-size: 30px;
  }

  .banner-cnt {
    width: 35% !important;
  }

  .banner-info h1 {
    font-size: 5rem;
  }

  .banner-info {
    top: 20%;
  }
}

@media only screen and (max-width: 1400px) {
  .quick-links ul li {
    background-color: #a8c975;
    margin-bottom: 20px;
    width: 40%;
    margin-right: 30px;
  }

  .sizes-info h4 {
    color: #000 !important;
    text-align: center;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
  }

  .banner-rera {
    bottom: 35px;
    left: 37px;
  }

  .banner-rera-logo {
    max-width: 145px;
  }

  .logo {
    max-width: 130px;
  }

  .banner-cnt {
    width: 35%;
  }

  .menu ul li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .contact-number a {
    font-size: 18px;
    padding: 10px 10px;
  }

  .banner-cnt-div h1 {
    font-size: 25px;
  }

  .project-usp-item p {
    font-size: 16px;
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 30px 0 0 0;
    text-shadow: 0 3px #000;
    /* animation: zoom-in-zoom-out 2.0s ease infinite; */
    font-family: 'Bacalisties';
  }

  .banner-cnt .location-data {
    color: #ffd28a;
    padding: 0;
    margin: 0;
    font-style: italic;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .banner-cnt h5 {
    font-size: 34px;
  }

  header {
    padding: 10px 0;
  }

  .banner {
    position: relative;
    height: 95vh;
  }

  .project-overview-info .project.title h3 {
    font-size: 35px;
  }

  .project-highlight-info p {
    font-size: 15px;
  }

  .banner-cnt {
    width: 67%;
  }

  .highlight-information-section {
    margin: 0px 10px;
    padding: 0;
  }

  .project-overview-info {
    position: relative;
    background: #fff;
    color: #000;
  }

  .about-developer-form {
    padding: 20px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d9ca39;
    width: 80%;
    border-radius: 5px;
    margin-top: 30px;
  }

  .project-usp-item h2 {
    font-size: 18px;
  }

  .project-title h3 {
    font-size: 28px;
  }

  .project-title p {
    font-size: 14px;
  }

  .project-highlight .table-bordered td .img-fluid {
    width: 20px;
  }

  .project-highlight .table td .value {
    font-size: 16px;
  }

  .project-highlight .table td .metric {
    font-size: 15px;
  }

  .highlight-cnt p {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .price_inner .rc_one span {
    font-size: 23px;
  }

  .location-cnt ul li {
    font-size: 16px;
    margin-bottom: 12px;
    border: 1px solid #000;
    padding: 17px;
  }

  .modal-title {
    font-size: 20px;
  }

  .about-developer-form h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1279px) {
  .banner-subtitle {
    font-size: 30px !important;
  }

  .banner-cnt p.location-date {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }

  .banner-info h1 {
    font-size: 4rem;
  }

  .banner-info p {
    font-size: 2rem;
  }

  .price_inner {
    height: 100%;
  }

  .svg-container {
    position: absolute;
    left: 8%;
    top: 9.5%;
    z-index: -1;
    min-height: 1199px;
    text-align: center;
    color: #000;
  }

  .location-map-img {
    margin-bottom: 20px;
  }

  .amenities-img-slides img {
    max-width: 348px;
  }

  section#overview .project-title h3 {
    font-size: 38px;
  }

  .project-overview-info p {
    font-size: 14px;
  }

  .gallery {
    padding: 40px 0 0 0;
  }

  .price-icon {
    width: 118px;
    height: 118px;
  }

  .price-icon img {
    max-width: 70px;
  }

  .logo {
    max-width: 139px;
  }

  .right {
    padding: 20px 20px 20px 20px;
  }

  .price_inner .know-more {
    padding: 20px 0;
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0 0 0;
    text-shadow: 0 3px #000;
    /* animation: zoom-in-zoom-out 2.0s ease infinite; */
    font-family: 'Bacalisties';
  }

  .banner-cnt .about-logo img {
    max-width: 235px;
  }

  .right {
    padding: 20px 20px 20px 20px;
  }

  .project-highlight-info p {
    font-size: 15px;
    padding: 0;
    margin: 0;
  }

  .modal-content {
    background: #fff;
    color: #fff;
    border-radius: 0;
    width: 100%;
  }

  .highlight-information-section .project-title {
    padding-top: 4px;
  }

  .project-title p {
    padding: 0;
    margin: 0;
  }

  .location-advantages-high {
    padding: 0;
  }

  .left h1 {
    font-size: 30px;
  }

  .banner-cnt h5 {
    font-size: 24px;
  }

  .project-title h3 {
    font-size: 34px;
  }

  .banner-logo {
    max-width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 104px;
    padding: 0;
  }

  .svg-container {
    left: 0%;
    top: 7.5%;
  }

  .amenities-img-slides img {
    max-width: 309px;
  }

  .highlight-information-section .project-title {
    padding-top: 15px;
  }

  .price_inner .rc_one span {
    font-size: 21px;
  }

  #amenities .highlight-information-section {
    padding: 0 0px 0 10px;
  }

  .menu ul li a {
    padding: 5px 7px;
    font-size: 13px;
  }

  .contact-number a {
    font-size: 14px;
  }

  .banner-cnt-div h1 {
    font-size: 22px;
  }

  .banner-cnt-div p {
    font-size: 15px;
  }

  .project-usp-item p {
    font-size: 15px;
  }

  header {
    padding: 10px 0;
    z-index: 99;
  }

  .padding-space-extra {
    padding: 20px 0 30px 0;
  }

  .project-overview-info p {
    font-size: 14px;
  }

  .project-highlight-info p {
    font-size: 15px;
    padding-left: 20px;
    height: 44px;
  }

  .banner-cnt {
    width: 40% !important;
  }

  .location-info p {
    font-size: 14px;
  }

  .about-logo img {
    max-width: 140px;
  }

  .padding-space-extra p {
    font-size: 13px;
  }

  .project-usp-item h2 {
    font-size: 15px;
  }

  .project-title h3 {
    margin-top: 0;
    font-size: 33px;
    margin-bottom: 0;
  }

  .location-cnt ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about-developer-cnt p {
    font-size: 15px;
  }

  /* .same-gap {
    margin-bottom: 30px;
  } */
  .banner {
    position: relative;
    height: 95vh;
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0 0 0;
    text-shadow: 0 3px #000;
    /* animation: zoom-in-zoom-out 2.0s ease infinite; */
    font-family: 'Bacalisties';
  }

  .project-highlight-info {
    padding: 20px 0px 20px 0;
  }

  .about-developer-form {
    padding: 18px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d9ca39;
    width: 80%;
    border-radius: 5px;
    margin-top: 18px;
  }

  .banner-cnt .location-data {
    color: #ffd28a;
    padding: 0;
    margin: 0;
    font-style: italic;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .banner-cnt h5 {
    font-size: 23px;
  }

  .banner-cnt .about-logo img {
    max-width: 200px;
  }

  .left h1 {
    font-size: 29px;
  }

  .price_inner {
    padding: 15px;
    height: 340px;
  }

  .project-overview-info {
    position: relative;
    background: transparent;
    color: #000;
  }

  .project-highlight-info .project-highlight-information:hover {
    width: 400px;
    background-color: #ecac47;
  }

  .amenities-image p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }

  .links-form h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #d0953c;
    width: 40%;
  }

  .banner-cnt p.location-date {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }

  #amienites .amenities-img-slides {
    max-width: 300px;
  }
}


@media only screen and (max-width: 991px) {
  .banner-info {
    top: 20%;
    width: 50%;
    text-align: center;
  }

  .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%);
  }

  .info-desktop {
    display: none;
  }

  .info-tab {
    display: block;
  }

  .info-mobile {
    display: none;
  }

  .left {
    width: 100%;
    text-align: center;
  }

  .right {
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0;
  }

  .project-overview-info {
    padding: 0px 0px 10px 0px;
    background: transparent;
  }

  .banner-cnt .contact-number {
    display: flex;
    padding-bottom: 20px;
  }

  .banner-rera-logo {
    max-width: 110px;
  }

  .overview-image {
    display: none;
  }

  .highlight-information-section {
    padding: 0 50px;
    margin: 10px 0;
  }

  .container {
    max-width: 901px;
  }

  #amenities .highlight-information-section {
    padding: 0 50px;
  }

  section#amenities .highlight-image-info {
    text-align: center;
  }

  header {
    padding: 15px 0;
  }

  .banner-info h1 {
    font-size: 61px;
  }

  .banner-info {
    width: 60%;
  }

  .svg-container {
    left: 0%;
    top: 5%;
  }

  .about-developer-form {
    padding: 18px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d9ca39;
    width: 80%;
    border-radius: 5px;
    /* margin-top: 18px; */
    margin: 20px auto;
  }

  .banner-cnt .contact-number a {
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    padding: 5px;
    text-align: center;
    transform: none;
    right: 0;
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0 0 0;
    text-shadow: 0 3px #000;
    /* animation: zoom-in-zoom-out 2.0s ease infinite; */
    font-family: 'Bacalisties';
    text-align: center;
  }

  .banner-cnt h5 {
    font-size: 24px;
  }

  .banner-cnt {
    width: 60% !important;
  }

  .banner-cnt .about-logo img {
    max-width: 195px;
  }

  .image-section {
    display: none;
  }

  .project-overview.same-gap {
    margin: 29px 0 0 0;
  }

  .floor-plan {
    margin-bottom: 20px;
  }

  .left h1 {
    font-size: 33px;
    text-shadow: 0 1px #fff;
  }

  .project-title p {
    font-size: 20px;
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .contact-number a {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1E3D72;
    color: #fff;
    font-size: 18px;
    padding: 4px 10px;
  }

  @-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
    }
  }

  .contact-number a span {
    /* display: none; */
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 64px;
    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 nav {
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }

  .overlay ul li a,
  .overlay ul li span {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }

  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    opacity: 1;
    border-bottom: 1px solid gray;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .overlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .calltoactionresponsive {
    display: flex;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    box-shadow: 0 0 5px gray;
  }

  .modal-content p {
    font-size: 24px;
    font-weight: 600;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    width: 50%;
    text-align: center;
    background-color: #1E3D72;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon {
    background-color: #31c131;
  }

  .calltoactionresponsive a.mobile-whatsaap-icon .fa {
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  a.whatsapp_float {
    display: none;
  }

  .project-usp-item p {
    font-size: 14px;
  }

  .project-usp-item h2 {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 35px;
  }

  .quick-links {
    margin-left: 80px;
  }

  .highlight-cnt {
    padding: 15px 8px 4px 8px;
  }

  .price_inner {
    margin-bottom: 20px;
  }

  .about-developer-form h4 {
    font-size: 20px;
  }

  .about-developer-form {
    padding: 12px;
  }

  footer {
    padding-bottom: 45px;
  }

  .responsiv-mobile {
    position: absolute;
    top: 50%;
    right: 47px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transform: translateY(-50%);
    background: #ec7b28;
    text-align: center;
    border-radius: 100%;
    padding: 3px;
    animation: tilt-shaking 0.3s infinite;
    display: block;
  }

  p.hidden-view {
    display: none;
  }

}

@media(max-width:780px) {
  .banner-info {
    width: 70%;
  }
}

@media(max-width:767px) {
  .border-right-size {
    border-bottom: 1px solid #fff;
  }

  header {
    padding: 5px 0;
  }

  .banner-info h1 {
    font-size: 57px;
  }

  .banner-cnt .about-logo img {
    max-width: 160px;
  }

  .project-overview-info .project.title h3 {
    font-size: 27px;
  }

  .banner-cnt h5 {
    font-size: 25px;
    padding: 0px 0px 20px 0px;
  }

  .banner-rera-logo {
    max-width: 95px;
  }

  section#highlight,
  .floor-master {
    padding: 15px 0 30px 0;
  }

  .project-overview.same-gap {
    margin: 0;
  }

  .banner-cnt {
    width: 100%;
    clip-path: none;
  }

  .padding-space-extra p {
    font-size: 17px;
    padding: 10px;
    margin: 0;
  }

  .left h1 {
    width: 100%;
  }

  .border-right-type {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }

  .project-usp .container {
    max-width: 100%;
  }

  .banner-enquier-btn {
    display: none;
  }

  .modal-content p {
    font-size: 18px;
    font-weight: 600;
  }

  .project-highlight .table-bordered td,
  .project-highlight .table-bordered th {
    width: auto;
    padding: 5px;
  }

  .project-highlight .table td .value {
    font-size: 14px;
  }

  .project-highlight .table td .metric {
    font-size: 13px;
    margin: 0;
  }

  .highlight-cnt {
    padding: 20px 20px 4px 20px;
  }

  .highlight-cnt p {
    height: auto;
  }

  .other-highlight-item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .key-feature-div .table-bordered td p,
  .key-feature-div .table-bordered th p {
    font-size: 13px;
  }

  .location-cnt {
    margin-top: 20px;
  }

  .about-developer-cnt {
    text-align: center;
  }

  .about-developer-form {
    margin-top: 20px;
  }

  .faq-div .card h2 .btn {
    font-size: 14px;
  }

  .faq-div .card-body p {
    font-size: 14px;
  }

  .banner {
    height: 80vh;
    display: none;
  }

  .padding-space-extra {
    padding: 30px 0 0 0;
  }

  .banner-logo {
    max-width: 210px;
    margin: 0 auto;
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }

  .mobile-form {
    padding: 20px 20px;
    background-color: #005aab;
    color: #fff;
  }

  .about-developer-form {
    padding: 25px;
  }

  .project-overview-div {
    padding: 0;
  }

  .highlight-image-info {
    display: none;
  }

  .price_inner {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .highlight-information-section {
    padding: 0 20px;
  }

  .left p {
    font-size: 25px;
  }

  .container {
    max-width: 710px;
  }

  .floor-plan {
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 20px;
  }

  .mobile-configuration-title {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .mobile-configuration-price p b {
    color: #31c131;
    font-size: 25px;
  }

  .mobile-configuration-title h1 {
    font-size: 40px;
    margin: 0;
    color: #ecac47;
    font-weight: 600;
  }

  .mobile-configuration-price p b {
    color: #31c131;
    font-size: 25px;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
  }

  .slider-container .right_col .content-slider .starting-price-top span .rupess-img {
    width: auto;
    height: 21px;
    filter: invert(1);
    margin-bottom: 5px;
  }

  .mobile-configuration-title p {
    margin: 0;
  }

  .mobile-configuration-type p span {
    font-size: 18px;
  }

  .mobile-configuration {
    text-align: center;

  }

  .mobile-configuration-type p {
    margin: 0;
  }

  .mobile-configuration-type {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-usp {
    display: none;
  }

  .usp-item {
    display: flex;
    margin-bottom: 30px;
  }

  .usp-img {
    width: 45px;
  }

  .usp-cnt {
    width: 85%;
    padding: 0 0 0 10px;
  }

  .usp-cnt span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
  }

  .usp-cnt p {
    font-size: 14px;
  }

  .mobile-usp-div-inner {
    border-bottom: 1px solid #153276;
    padding-top: 20px;
  }

  .highlight-content ul {
    padding: 0;
    list-style: none;
  }

  .google-location-map {
    margin-top: 20px;
  }

  .google-location-map iframe {
    max-width: 100%;
    height: 300px;
  }

  #highlight .know-more {
    padding: 0 20px;
  }

  .svg-container {
    left: 0%;
    top: 3%;
  }

  .project-title h3 {
    font-size: 28px;
  }

  .faq-heading {
    margin-bottom: 20px;
  }
}

@media(max-width:625px) {
  .banner-info h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .amenities-img-slide p {
    font-size: 14px;
  }

  .floor-plan {
    position: relative;
    border: none;
    margin-bottom: 20px;
    padding: 0;
  }

  .info-desktop {
    display: none;
  }

  .banner-rera-logo {
    max-width: 70px;
  }

  .banner-rera {
    bottom: 30px;
    left: 18px;
  }

  .info-tab {
    display: none;
  }

  .responsiv-mobile {
    top: 14%;
  }

  .info-mobile {
    display: block;
  }

  .price-icon {
    width: 110px;
    height: 110px;
  }

  .banner-info {
    top: 38%;
    width: 100%;
    text-align: center;
  }

  .banner-logo {
    max-width: 165px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .banner-cnt p.location-date {
    font-size: 14px;
  }

  .price_inner h4 {
    font-size: 35px;
    font-family: "RobotoCondensed-Regular";
  }

  .banner-cnt h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0 0 0;
    line-height: initial;
  }

  .banner-cnt .about-logo img {
    max-width: 150px;
  }

  .project-highlight-info .project-highlight-information:hover {
    width: 100%;
    background-color: #ecac47;
  }

  .left h1 {
    padding: 14px 0 0 0;
    font-size: 23px;
  }

  .left p {
    font-size: 15px;
    padding: 0;
    margin-bottom: 5px;
  }

  .sizes .sizes-info p {
    font-size: 18px;
    padding: 0 !important;
    font-weight: 600;
  }

  .sizes-info h4 {
    font-size: 13px !important;
  }

  .left-title {
    background: transparent;
    padding: 0px;
  }

  .price-info {
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .project-highlight-info {
    padding: 2px 0;
    border-radius: 0;
    text-align: left;
  }

  .modal-content p {
    font-size: 15px;
  }

  .quick-links {
    margin-left: 50px;
  }

  .project-highlight-info .project-highlight-information {
    margin-bottom: 10px;
    padding: 10px 0px 0 10px;
    width: 100%;
    transition: width 2s;
    background-color: #9ac060;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: baseline;
  }

  .banner-cnt h4 {
    font-size: 12px;
  }

  .banner-cnt h5 {
    font-size: 19px;
    padding: 0;
    margin-bottom: 18px;
  }

  .auto-popup-right h3 {
    color: #f47920;
    font-size: 24px;
    font-family: math;
    font-weight: 800;
    text-shadow: 0 0 1px #000;
    letter-spacing: 0;
  }

  .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }

  .padding-space-extra {
    padding: 10px 0 0px 0;
  }

  .calltoactionresponsive a,
  .calltoactionresponsive span {
    padding: 8px;
    font-size: 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .calltoactionresponsive span p {
    animation: tilt-shaking 0.3s infinite;
  }

  a.whatsapp_float {
    width: 35px;
    height: 34px;
  }

  .banner-cnt-div h1 {
    font-size: 20px;
  }

  .banner-cnt-div p {
    font-size: 14px;
  }

  .project-title h3 {
    font-size: 21px;
  }

  .project-title p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-developer-cnt p {
    font-size: 13px;
  }

  .about-developer-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .location-advantages-images {
    padding-bottom: 20px;
  }

  footer p {
    font-size: 10px;
  }

  .about-developer {
    padding: 25px 0;
  }

  .same-gap {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 93px;
  }

  .contact-number a {
    font-size: 16px;
    background-color: #1E3D72;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }

  section#overview .project-title h3 {
    font-size: 34px;
  }

  .amenities-img-slides {
    margin: 0 auto;
    text-align: center;
  }

  .amenities-img-slides img {
    max-width: 100%;
  }

  .amenities-slider-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 100%;
  }

  .amenities-img-slides img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .svg-container {
    display: none;
  }

  @keyframes tilt-shaking {
    0% {
      transform: rotate(0deg);
    }

    25% {
      transform: rotate(5deg);
    }

    50% {
      transform: rotate(0eg);
    }

    75% {
      transform: rotate(-5deg);
    }

    100% {
      transform: rotate(0deg);
    }
  }

  .overlay {
    top: 64px;
  }

  .mobile-view {
    display: block;
    margin-top: 56px;
  }

  .project-overview-info .project.title h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-view .banner-cnt-mobile {
    position: relative;
    padding: 15px 7px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project-overview-info p {
    color: #000;
    font-size: 16px;
    font-weight: 200;
    padding: 0;
    margin-bottom: 10px;
    word-spacing: 0;
    letter-spacing: 0;
  }

  .row.space-padding {
    position: relative;
  }

  .highlight-information-section {
    padding: 30px 10px;
  }

  #amenities .highlight-information-section {
    padding: 0;
  }

  .swiper-pagination-bullets {
    bottom: -20px;
  }

  .play-btn {
    width: 40px;
  }

  .usp-cnt span {
    font-size: 16px;
  }

  .usp-cnt p {
    font-size: 13px;
  }

  .mobile-form {
    padding: 5px 5px;
    background-color: #005aab;
    color: #fff;
  }

  .usp-item {
    margin-bottom: 10px;
  }

  .mobile-configuration-title h1 {
    font-size: 30px;
  }

  .mobile-configuration-price p b {
    color: #31c131;
    font-size: 13px;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
  }

  .about-developer-form {
    padding: 18px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d9ca39;
    width: 100%;
    border-radius: 5px;
    margin: 0px auto;
  }

  .quick-links ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
  }

  .links-form h4 {
    font-size: 21px;
    font-weight: 600;
    border-bottom: 2px solid #d0953c;
    width: 40%;
    padding-top: 20px;
  }

  .location-info i {
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #d0953c;
    color: #fff;
    padding: 3px 5px;
  }

  .location-info p {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }

  .pad-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: normal;
  }

  .price-info h6 {
    padding-top: 5px;
    font-size: 22px;
    font-weight: 600;
    animation: none;
  }

  .faq-div .card h2 .btn {
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }

  .faq-div .card-body p {
    font-size: 13px;
    margin: 0;
  }

  .card .card-body {
    padding: 10px;
  }

  .contact-number {
    display: block;
  }

  .banner-section::before {
    background-color: #00000096;
  }

  .banner-info h1 {
    font-size: 39px;
  }

  .banner-info p {
    font-size: 23px;
  }
}

@media(max-width:405px) {
  .banner-info {
    top: 20%;
  }

  .banner-subtitle {
    font-size: 24px !important;
  }
}

@media(max-width:384px) {
  .banner-info h1 {
    font-size: 43px;
  }
}