/* @font-face { font-family: popins; font-display: swap; src: url("../fonts/popins/Poppins-Regular.ttf"); } */
@font-face {
  font-family: popins_bold;
  font-display: swap;
  src: url("../fonts/popins/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: NovaSquare;
  font-display: swap;
  src: url("../fonts/Nova/NovaSquare-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto/static/Roboto-Regular.ttf");
}
:root {
  --black: #272727;
  --darkblue: #6b562e;
  --darkblue1: #6b562e;
  --lightblue: #f1f9f9;
  --yellow: #fff;
  --white: #fff;
  --slaty: #c8935f;
  --slaty_1: #565249;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.1);
  --shadow_1: 0 10px 20px rgb(24 19 19 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
img {
  max-width: 100%;
}
body {
  counter-reset: section 0;
}
figure {
  margin: 0px;
}
* {
  scrollbar-width: auto;
  scrollbar-color: var(--black) #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--black);
}
::-webkit-scrollbar-thumb {
  background-color: var(--darkblue);
  border-radius: 2px;
  border: 5px solid transparent;
}
html {
  scroll-behavior: smooth;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
}
* {
  text-decoration: none;
  outline: none;
  border: 0px;
  font-family: Roboto;
  list-style: none;
  letter-spacing: 0.4px;
}
button:focus {
  outline: 0px;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
button {
  cursor: pointer;
}
.NovaSquareFont {
  font-family: NovaSquare;
}
.popinsBoldFont {
  font-family: popins_bold;
}
.appbtn {
  padding: 15px 20px;
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  border-radius: 15px 0px;
  transition: var(--transition);
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* .appbtn:hover { background: var(--darkblue1); } */
.appbtn:hover {
  background: #0f6737;
}

.bg_cream {
  background-color: #fff5e5;
}
/* .gradient { background-color: rgb(177, 142, 78); } */

.gradient {
  /* background-color: #6B562E; */
  background: linear-gradient(
    45deg,
    #0f6737,
    #0f6737,
    #0f6737,
    #0f6737,
    #0f6737,
    #151b08
  );
  background-size: 400% 400%;
  /* animation: Gradient 3s ease infinite; */
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.ellipstext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  transition: var(--transition);
}
.checkbox-section {
  gap: 0px 5px;
}
.checkbox-section input {
  position: relative;
  top: 3px;
}
.checkbox-section p {
  animation: 1.5s linear 0s infinite normal none running textColor;
}
.container {
  max-width: 80%;
  margin: 0px auto;
}
.AppHeader {
  background: rgb(15 103 55); /* transition: var(--transition); */
}
.HeaderFixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9;
}
.logodiv {
  z-index: 1;
}
.logo .logoimg {
  max-width: 245px;
}
.AppNavbar .navlinks {
  font-size: 15px;
  color: rgb(255 255 255);
  display: block;
  padding: 30px 20px;
  transition: all 0.2s ease 0s;
  font-family: popins_bold;
  position: relative;
}
.AppNavbar .navlinks::after {
  position: absolute;
  content: "";
  bottom: 15px;
  background: linear-gradient(rgb(255 255 255), rgba(45, 49, 56, 0.93));
  height: 4px;
  width: 0%;
  left: 50%;
  transform: translate(-50%, 0px);
  transition: var(--transition);
}
.AppNavbar .navlinks.active,
.AppNavbar a:hover {
  color: #ffffff;
}
.AppNavbar .navlinks.active::after,
.AppNavbar a:hover::after {
  width: 70%;
}
.headrConNo {
  color: var(--white);
  gap: 0px 15px;
  padding: 12px 25px;
}
.headrConNo .texthelp {
  font-size: 18px;
  color: var(--white);
}
.headrConNo .text {
  font-size: 23px;
  color: var(--white);
}
.headrConNo .callsvg {
  animation: 2s ease 0s infinite normal none running rotateSvg;
  width: 32px;
}
.bannerSection {
  position: relative;
  z-index: 2;
}
.bannerSection::after {
  content: "";
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bannerSection .carousel-inner .sliderimg {
  aspect-ratio: 21 / 9.7;
  object-fit: cover;
}
.bannerSection .carousel-indicators {
  left: 0px;
  width: fit-content;
  bottom: 0px;
  margin-left: 25px;
}
.bannerSection .carousel-indicators li {
  cursor: pointer;
  height: 8px;
  width: 50px;
  border-radius: 2px;
}
.carousel-indicators .active {
  background: var(--yellow);
}
.bannercontentdiv {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 2;
  background: var(--white);
  width: fit-content;
  padding: 30px;
  border-radius: 8px;
}
.bannercontentdiv .projectname {
  font-size: 30px;
  color: var(--black);
  margin-bottom: 17px;
  font-weight: 600;
}
.bannercontentdiv .projlocation {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.bannercontentdiv .typodiv {
  font-size: 24px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 15px 0px;
}
.bannercontentdiv .keyhightlight {
  margin: 16px 0px;
}
.bannercontentdiv .keyhightlight li {
  font-size: 18px;
  margin-bottom: 3px;
}
.bannercontentdiv .keyhightlight li img {
  width: 22px;
}
.bannercontentdiv .startingprice {
  padding: 9px;
  border-radius: 20px 0px;
}
.bannercontentdiv .pricetext {
  font-size: 50px;
  transform: scale(
    0.9
  ); /* animation: 2s ease 0s infinite normal none running zoomin-out1; */
  color: var(--white);
}
.bannercontentdiv .textstart {
  font-size: 15px;
}
.bannerForm {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
  padding: 13px;
  width: 22%;
  border-radius: 15px 0px 0px;
}
.bannerForm .heading {
  font-size: 25px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px 0px;
  width: 100%;
  gap: 0px 8px;
  color: var(--white);
}
.bannerForm .heading img {
  animation: 2s ease 0s infinite normal none running zoomin-out;
  width: 31px;
}
.bannerForm .flexdiv {
  flex-wrap: wrap;
}
.bannerForm .flexdiv .inputbox {
  margin-bottom: 12px;
  width: 100%;
}
.bannerForm .flexdiv input {
  padding: 8px;
  background: var(--white);
  border-radius: 8px 0px;
}
.bannerForm .appbtn {
  width: 100%;
  margin: 0px 0px 0px auto;
}
.commonBox {
  padding: 70px 0px;
  position: relative;
  z-index: 1;
  /* background-image: linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255));
  background-size: 5px 5px; */
}
.commonBox .flexdiv {
  max-width: 80%;
  margin: 0px auto;
}
.commonBox .contentbox,
.commonBox .imgbox {
  width: 50%;
  height: 100%;
}
.commonBox .imgbox {
  position: absolute;
  right: 0px;
}
.commonBox .contentbox.paddingR {
  padding-right: 57px;
}
.commonBox .contentbox.paddingL {
  /* padding-left: 75px; */
}
.commonBox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonBox article {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 1px;
}
.commonBox .appbtn {
  width: 43%;
}
.commonBox .appbtn:hover img {
  margin-right: -15px;
  transition: var(--transition);
}
.commonBox.commonBox1 .imgbox {
  right: inherit;
  left: 0px;
}
.commonBox.commonBox1 .contentbox {
  margin: 0px 0px 0px auto;
}
.commonheading .address {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}
.commonheading .projectname {
  font-size: 45px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 600;
  position: relative;
  margin-bottom: 41px;
}
.commonheading .projectname::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -32px;
  background: url("../images/icons/line.png") no-repeat;
  height: 25px;
  width: 100%;
  /* filter: hue-rotate(111deg) */
}
.highlightlist li {
  padding: 8px 0px;
  font-size: 17px;
  text-transform: capitalize;
}
.highlightlist li span {
  display: inline-block;
  height: 55px;
  width: 55px;
  min-width: 55px;
  line-height: 55px;
  font-family: NovaSquare;
  font-size: 27px;
  font-weight: inherit;
  text-align: center;
  border-radius: 8px 0px;
  margin-right: 15px;
  color: var(--white);
}
.pricelist-container {
  padding: 70px 0px;
  position: relative;
  background-image: url("../images/icons/pricelist-bg.png");
  background-size: contain;
  margin-top: 45px;
}
.pricelist-container .commonheading .projectname {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.pricelist-container .priceboxesdiv {
  flex-wrap: wrap;
  gap: 59px 0px;
}
.pricelist-container .commonheading {
  margin-bottom: 55px;
}
.pricelist-container .price_list_box {
  background: var(--black) url(../images/icons/row-bgimage-7.png);
  color: var(--white);
  padding: 35px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricelist-container .property-type {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 17px;
  border-bottom: 1px solid var(--white);
}
.pricelist-container .pricelist_heading {
  font-size: 20px;
  font-family: NovaSquare;
  letter-spacing: normal;
}
.pricelist-container .pricetext {
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.pricelist-container .pricetext span,
.pricelist-container .pricetext h4,
.pricelist-container .sizediv,
.pricelist-container .sizediv span {
  font-size: 21px;
}
.price_list_heading span {
  font-size: 15px !important;
}
.pricelist-container .sizediv {
  padding: 15px 0px;
  margin-bottom: 25px;
}
.floorplan-container {
  padding: 80px 0px;
  position: relative;
}
/* .floorplan-container .commonheading { width: 31%; } */
.floorplan-container .desc {
  margin-bottom: 25px;
}
.floorplan-container .inner-div {
  justify-content: space-between;
  width: 64%;
  gap: 0px 35px;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.floorplan-container .inner-div::-webkit-scrollbar {
  height: 20px;
}
.floorplan-container .inner-div::-webkit-scrollbar-thumb {
  background: var(--darkblue1) url(../images/gif/next.gif) no-repeat 99%;
  background-size: 45px;
}

.floorplan-container .plansbox {
  padding: 25px;
  background: #0f6737;
  flex: 0 0 50%;
  border-radius: 15px 0px 0px;
  animation: 10s linear 0s infinite normal none running scrollImages;
  height: 380px;
}
.floorplan-container .plan_name {
  width: fit-content;
  color: rgb(255, 255, 255);
  font-size: 26px;
  padding: 8px 15px;
  border-radius: 15px 0px;
}
.floorplan-container .aprtementtype {
  font-size: 34px;
  color: rgb(255, 255, 255);
}
.amenities-container {
  padding: 80px 0px 30px;
  background: #fff url(../images/icons/vertical-grid-line.png);
  border-bottom: 1px solid rgb(227, 224, 224);
}
.amenities-container .container {
  position: relative;
}
.amenities-container .leftside {
  width: 24%;
}
.amenities-container .container .desc {
  margin-bottom: 25px;
  text-align: justify;
  letter-spacing: 1px;
}
.amenities-container .rightsider {
  width: 73%;
  gap: 25px;
  position: sticky;
  top: 0px;
}
.amenities-container .rightsider .boxes {
  padding: 25px;
  margin-bottom: 44px;
}
.amenities-container .am_name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
.amenities-container .icondiv img {
  width: 60%;
}
.location-container {
  /* background: #957000d1  url(../images/icons/icon-bg.png) no-repeat; */
  background-size: cover;
  color: var(--white);
  padding: 79px 0;
}
.location-container .commonheading {
  /* width: 37%; */
}
.location-container .projectname {
  font-size: 35px;
}
.location-container .imgdiv {
  /* width: 52%; */ /* position: absolute; */ /* right: 0px; */ /* bottom: 0px; */ /* height: 100%; */
  transition: all 0.5s ease 0s;
  height: 100%;
  padding: 20px;
  position: relative;
}
.location-container .imgdiv .yellow_leaf {
  position: absolute;
  top: -32px;
  left: -30px;
  width: 150px;
  z-index: -999;
}
.location-container .imgdiv .yellow_leaf1 {
  position: absolute;
  bottom: -32px;
  right: -30px;
  width: 150px;
  z-index: -999;
}
.location-address-details:hover {
  outline-offset: -4px;
  outline: #b8b8b8 solid 1px;
}
.location-address-details {
  padding: 10px 20px;
  /* background: #4d4036; */
  color: #fff;
  width: fit-content;
  border-radius: 5px;
  outline: #4d4036 solid 1px;
  outline-offset: 2px;
  transition: all 0.3s ease 0s;
}
.location-container .imgdiv img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.location-container .listflex {
  color: var(--darkblue1);
  margin-top: 50px;
}
.location-container .listflex .listflex_inner {
  gap: 0px 15px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 18px;
  position: relative;
  padding: 5px 7px; /* background: var(--lightblue); */ /* border-radius: 15px 0px; */
  border-bottom: 1px solid #000;
  justify-content: space-between;
}
.location-container .listflex .listflex_inner .textdiv {
  display: flex;
  align-items: center;
}
.location-container .listflex .topdiv {
  margin-bottom: 7px;
  gap: 0px 15px;
}
.location-container .listflex img {
  height: 39px;
}
.location-container .bigtext {
  font-size: 29px;
  color: var(--darkblue);
}
.location-container .text {
  font-size: 16px;
}
.location-container .commonheading .projectname::after {
  filter: hue-rotate(345deg);
}
.gallery-container {
  padding: 54px 0 70px 0;
  /* background: var(--lightblue);
  background-image: linear-gradient(-45deg, #ffffff, #f9f9f9 50%, #fff 50%, #fff);
  background-size: 5px 4px; */
}
.gallery-container .container {
  max-width: 85%;
}
.gallery-container .commonheading {
  margin-bottom: 72px;
}
.gallery-container img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 15px 0px;
}
.gallery-container .rightimges img {
  height: 336px;
}
.contact-container {
  background: #0f6737 url(../images/icons/bg-pattern-pricelist-2.png) no-repeat;
  background-size: cover;
  color: var(--white);
  padding: 100px 0;
}
.contact-container .formdiv {
  padding: 15px 42px;
  border: 1px solid currentcolor;
  border-radius: 15px 0px;
}
.contact-container .formdiv .heading {
  font-size: 35px;
  margin-bottom: 20px;
}
.contact-container .formdiv p {
  margin-bottom: 22px;
}
.contact-container .formdiv .flexfields {
  width: 100%;
  margin: 0px auto;
}
.contact-container .formdiv .flexfields input {
  padding: 15px 10px 15px 25px;
  margin-bottom: 31px;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 11px 0px;
}
.contact-container .formdiv input::placeholder {
  color: var(--white);
}
.contact-container .formdiv .col-md-6 {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0px;
}
.contact-container .appbtn {
  width: 47%;
  font-size: 15px;
}
.contact-container .contentdiv {
  width: 50%;
  align-items: center;
  align-self: center;
}
.contact-container .projectname {
  font-size: 35px;
  margin-bottom: 18px;
}
.contact-container .projlocation {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 18px;
}
.contact-container .contentdiv p {
  margin-bottom: 18px;
  text-align: justify;
  letter-spacing: 0.7px;
}
.sitefooter {
  background: #fff5e5 url(../images/icons/pattern1.png);
  padding: 70px 0px;
  color: #000;
}
.sitefooter .pera {
  margin-bottom: 10px;
}
.sitefooter .appbtn {
  padding: 8px 15px;
  border-radius: 8px 0px;
  font-size: 14px;
  width: fit-content;
  display: flex;
  margin: 0px auto 15px;
}
.sitefooter .rera_no {
  margin-bottom: 8px;
}
.sitefooter .gtfdiv {
  gap: 0px 15px;
}
.sitefooter .gtfdiv a {
  color: #000;
}
.mobile-section-footer {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background: var(--black);
  color: var(--white);
  padding: 5px 0px;
}
.mobile-section-footer a {
  display: block;
  font-size: 16px;
  padding: 6px 6px;
  color: currentcolor;
  border: 1px solid currentcolor;
  border-radius: 5px 0px;
  width: 30.5%;
  text-align: center;
}
.modal .modal-content {
  padding: 12px;
}
.modal-dialog .modal-head {
  font-size: 29px;
  margin-top: 22px;
}
.modal .form-control {
  padding: 10px;
}
.modal .flexdiv {
  margin-bottom: 6px;
}
.modal .modal-para {
  padding-bottom: 15px;
}
.modal .appbtn {
  padding: 12px;
  border-radius: 5px 0px;
}
.with-caption.image-link.floor-plan1 img {
}
.qr-code-img {
  margin: 15px auto 0px;
  display: block;
}
.destop-show {
  display: block;
}
.mobile-show {
  display: none;
}
.patch-images {
  position: absolute;
  bottom: 13%;
  left: 30%;
  width: 9%;
  z-index: 99;
  animation: 2s ease 0s infinite normal none running zoomin-out2;
}
.projectname img {
  margin: 0px auto;
  display: block;
  width: 200px;
}

.strip img.dekstop_img {
  display: block;
}

.strip img.mobile_img {
  display: none;
}
div#customModal .modal-dialog.modal-dialog-centered {
  max-width: 984px;
}
.overview .img_section {
  position: relative;
  overflow: unset;
  padding-top: 60px;
  padding-bottom: 60px;
}
.overview .first_img {
  padding: 15px;
  margin-right: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -49px;
  width: 340px;
  background-color: #fff;
}
.overview .second_img {
  margin-left: 150px;
  margin-top: 61px;
  position: relative;
}

section#overview,
section#highlights,
section#floor-plan,
section#location,section#gallery {
  position: relative;
}

section#overview::after,
section#floor-plan::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-1.webp");
  background-position: right bottom;
  opacity: 0.4;
  z-index: -1;
  background-repeat: no-repeat;
}
section#floor-plan::after {
  width: 20%;
  z-index: 1;
}
section#highlights::after,
section#location::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-2.webp");
  background-position: left bottom;
  opacity: 0.4;
  z-index: -1;
  background-repeat: no-repeat;
}

.overview-contaier .right-f-svg {
  -webkit-animation: right 5s infinite;
  animation: right 5s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.overview-contaier .right-f-svg img {
  height: 160px;
  position: absolute;
  bottom: -68px;
  right: 3px;
  width: auto;
}

.overview-contaier .left-f-svg {
  -webkit-animation: right 5s infinite;
  animation: right 5s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.overview-contaier .left-f-svg img {
  height: 200px;
  position: absolute;
  top: -81px;
  left: 3px;
  width: auto;
}

@media (max-width: 1600px) {
  .AppNavbar .navlinks {
    padding: 30px 10px;
  }
  .headrConNo {
    padding: 12px 17px;
  }
  .bannercontentdiv .projectname {
    font-size: 41px;
  }
  .patch-images {
    bottom: 68%;
    left: 30%;
    width: 10%;
  }
}
@media (max-width: 1480px) {
  .container {
    max-width: 80%;
  }
  .logodiv {
    padding: 18.5px 20px;
  }
  .headrConNo {
    padding: 7px 17px;
  }
  .AppNavbar .navlinks {
    font-size: 11px;
    padding: 20px 8px;
  }
  .AppHeader .logo {
    padding: 4.1px;
  }
  .logo .logoimg {
    max-width: 205px;
  }
  .bannerSection .carousel-inner .sliderimg {
    aspect-ratio: 21 / 8.7;
  }
  .bannercontentdiv {
    padding: 14px;
  }
  .bannercontentdiv .projlocation {
    margin-bottom: 6px;
  }
  .bannercontentdiv .projectname {
    margin-bottom: 6px;
    font-size: 26px;
  }
  .bannercontentdiv .typodiv {
    font-size: 20px;
  }
  .bannercontentdiv .pricetext {
    font-size: 31px;
  }
  .bannercontentdiv .keyhightlight {
    margin: 7px 0px;
  }
  .bannercontentdiv .keyhightlight li {
    font-size: 15px;
  }
  .bannercontentdiv .keyhightlight li img {
    width: 18px;
  }
  .bannerForm .heading {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .bannerForm .heading img {
    width: 25px;
  }
  .bannerForm .flexdiv input {
    padding: 8px;
    border-radius: 8px 0px;
  }
  .bannerForm .flexdiv .inputbox {
    margin-bottom: 10px;
  }
  .bannerForm {
    padding: 13px;
  }
  .commonheading .projectname {
    font-size: 30px;
  }
  .commonBox .flexdiv {
    max-width: 80%;
  }
  .commonBox article {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .appbtn {
    font-size: 15px;
    padding: 11px 16px;
    border-radius: 5px 0px;
  }
  .commonBox {
    padding: 80px 0px;
  }
  .highlightlist li span {
    height: 43px;
    width: 43px;
    font-size: 20px;
    line-height: 47px;
  }
  .highlightlist li {
    font-size: 15px;
  }
  .pricelist-container {
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
    padding-top: 56px;
  }
  .pricelist-container .property-type {
    font-size: 18px;
  }
  .pricelist-container .pricelist_heading {
    font-size: 29px;
  }
  .pricelist-container .pricetext span,
  .pricelist-container .pricetext h4,
  .pricelist-container .sizediv,
  .pricelist-container .sizediv span {
    font-size: 16px;
  }
  .amenities-container {
    padding: 60px 0px;
  }
  .amenities-container .container .desc {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .amenities-container .rightsider .boxes {
    padding: 0px;
  }
  .amenities-container .am_name {
    font-size: 15px;
  }
  .amenities-container .icondiv img {
    /* height: 104px; */
    width: 91px;
  }
  .floorplan-container .aprtementtype {
    font-size: 36px;
  }
  .floorplan-container .desc {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .floorplan-container .plan_name {
    font-size: 21px;
    padding: 4px 10px;
    border-radius: 8px 0px;
  }
  .gallery-container .container {
    max-width: 80%;
  }
  .gallery-container .commonheading {
    margin-bottom: 47px;
  }
  .gallery-container img {
    height: 506px;
  }
  .gallery-container .rightimges img {
    height: 237px;
  }
  .contact-container .appbtn {
    font-size: 13px;
  }
  .commonBox .appbtn {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .logo .logoimg {
    max-width: 185px;
  }
  .headrConNo .text {
    font-size: 20px;
  }
  .headrConNo .callsvg {
    width: 24px;
  }
  .bannerForm {
    padding: 8px;
    border-radius: 8px 0px 0px;
  }
  .bannerForm .appbtn {
    font-size: 14px;
    padding: 6px 16px;
  }
  .bannerForm .flexdiv input {
    padding: 7px 10px;
    border-radius: 5px 0px;
  }
  .bannerForm .heading {
    margin-bottom: 8px;
    border-radius: 5px 0px;
    padding: 8px 15px;
  }
  .location-container .commonheading {
    margin-top: 0px;
  }
  .location-container .listflex {
    gap: 26px;
  }
  .location-container .bigtext {
    font-size: 28px;
  }
  .contact-container {
    padding: 58px 0px;
  }
  .contact-container .contentdiv {
    width: 54%;
  }
  .contact-container .formdiv .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-container .formdiv .heading {
    font-size: 25px;
    margin-bottom: 2px;
  }
  .contact-container .formdiv p {
    margin-bottom: 6px;
  }
  .contact-container .appbtn {
    width: 100%;
  }
  .contact-container .formdiv .flexfields input {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 6px 0px;
  }
  .contact-container .projlocation {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .contact-container .projectname {
    font-size: 25px;
  }
  .contact-container .contentdiv p {
    margin-bottom: 17px;
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .patch-images {
    bottom: 68%;
    left: 31%;
    width: 10%;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .location-container .imgdiv .yellow_leaf {
    position: absolute;
    top: 64%;
    left: 4px;
    width: 150px;
    z-index: -999;
  }
  .location-container .imgdiv .yellow_leaf1 {
    position: absolute;
    bottom: -13px;
    right: 0px;
    width: 150px;
    z-index: -999;
  }

  .commonheading {
    text-align: center;
  }

  .commonBox .flexdiv {
    max-width: 90%;
  }

  .commonheading .projectname::after {
    content: "";
    position: absolute;
    left: 24%;
    bottom: -32px;
    background: url(../images/icons/line.png) no-repeat;
    height: 25px;
    width: 70%;
    filter: hue-rotate(111deg);
  }

  .overview-contaier .right-f-svg img {
    height: 80px;
    position: absolute;
    bottom: -74px;
    right: 0px;
    width: auto;
  }

  .overview-contaier .left-f-svg img {
    height: 150px;
    position: absolute;
    top: -81px;
    left: 3px;
    width: auto;
  }

  .overview .second_img {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
  }

  .strip img.dekstop_img {
    display: none;
  }

  .strip img.mobile_img {
    display: block;
  }
  .bannercontentdiv .pricetext {
    font-size: 30px;
  }
  .headerflexdiv .logoimg {
    margin: 4px auto;
  }
  .projectname.mobile-sec {
    padding-left: 15px;
  }
  .patch-images {
    position: absolute;
    bottom: 0px;
    left: unset;
    width: 25%;
    z-index: 99;
    top: 26%;
    right: 5%;
  }
  .destop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .AppHeader {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    /* background: linear-gradient(45deg, #de9407, #de9407, #d7be95, #d0a04e, #d0a04e, #ffbf00d1); */
    /* background-size: 400% 400%; */
    /* animation: Gradient 3s ease infinite; */
    z-index: 9;
  }
  #bannerSliderControl {
    padding-top: 50px;
  }
  .location-container .text {
    font-size: 15px;
    line-height: 26px;
  }
  .container {
    max-width: 98%;
  }
  .flex-wrap-mb {
    flex-wrap: wrap;
  }
  .w-100-mb {
    width: 100% !important;
  }
  .appbtn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .commonheading .projectname {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .commonheading .address {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .HeaderFixed {
    top: 0px;
  }
  .headerflexdiv {
    /* display: block !important; */
    justify-content: unset !important;
  }
  .logodiv {
    padding: 8px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .AppHeader .logo {
    padding: 0px 0px 0px; /* border-bottom: 1px solid rgb(255, 255, 255); */ /* background: rgb(255, 255, 255); */ /* display: flex !important; */
  }
  .logo .logoimg {
    max-width: 235px;
  }
  .AppNavbar {
    position: fixed;
    width: 80%;
    inset: 0px 0px 0px -100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    transition: var(--transition);
    display: block !important;
  }
  .AppNavbar.active {
    left: 0px;
  }
  .AppNavbar .navlinks {
    font-size: 14px;
    padding: 10px;
    color: var(--black);
    border-bottom: 1px solid var(--black);
  }
  .headrConDiv {
    /* position: relative; */
  }
  .headrConNo .callsvg {
    width: 18px;
  }
  .headrConNo .texthelp {
    font-size: 14px;
  }
  .headrConNo .text {
    font-size: 16px;
  }
  .menuIcoin {
    position: absolute;
    right: 15px;
    padding-top: 8px;
    top: 50%;
    transform: translate(10px, -49%);
    display: block !important;
  }
  .menuIcoin img {
    filter: invert(1);
  }
  .AppNavbar .navlinks.active,
  .AppNavbar a:hover {
    border-bottom: 1px solid var(--yellow);
  }
  .AppNavbar .navlinks.active::after,
  .AppNavbar a:hover::after {
    display: none;
  }
  .bannerSection::after,
  .bannercontentdiv,
  .bannerForm {
    position: unset;
  }
  .bannerSection .carousel-inner .sliderimg {
    aspect-ratio: 18 / 12.7;
  }
  .bannercontentdiv {
    transform: translate(0px, 0px);
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .bannercontentdiv .projlocation {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .bannercontentdiv .projectname {
    margin-bottom: 8px;
    font-size: 27px;
  }
  .bannercontentdiv .typodiv {
    font-size: 17px;
    border-radius: 5px 0px;
    text-align: center;
    width: 100%;
  }
  .bannercontentdiv .keyhightlight {
    margin: 12px 0px;
  }
  .bannercontentdiv .keyhightlight li {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .bannerForm {
    width: 100%;
    background: var(--black);
  }
  .bannerForm .heading {
    font-size: 16px;
    padding: 10px;
  }
  .commonBox {
    padding: 75px 0px;
  }
  .commonBox article {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
  }
  .commonBox .imgbox {
    position: unset;
    margin-top: 25px;
  }
  .commonBox .contentbox.paddingR {
    padding-right: 0px;
  }
  .commonBox .contentbox.paddingL {
    padding-left: 0px;
  }
  .commonBox .imgbox img {
    height: 217px;
    object-fit: cover;
  }
  .commonBox.commonBox1 {
    padding-top: 10px;
  }
  .commonBox.commonBox1 .flexdiv {
    flex-direction: column-reverse;
  }
  .commonBox .appbtn {
    border-radius: 5px 0px !important;
  }
  .highlightlist li {
    font-size: 15px;
    line-height: 26px;
  }
  .highlightlist li span {
    height: 38px;
    width: 38px;
    font-size: 17px;
    line-height: 38px;
    min-width: 38px;
    border-radius: 3px 0px;
  }
  .pricelist-container {
    padding: 20px 0px;
    margin-top: 0px;
  }
  .pricelist-container .commonheading {
    margin-bottom: 35px;
  }
  .pricelist-container .col-sm-12 {
    padding: 0px;
  }
  .pricelist-container .priceboxesdiv {
    gap: 25px 0px;
  }
  .pricelist-container .pricelist_heading {
    font-size: 20px;
  }
  .pricelist-container .price_list_box {
    padding: 30px 15px;
  }
  .amenities-container {
    padding: 25px 0px;
  }
  .amenities-container .container .desc {
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
  }
  .amenities-container .leftside {
    margin-bottom: 25px;
  }
  .amenities-container .rightsider {
    display: block !important;
  }
  .amenities-container .boxesleft,
  .amenities-container .boxescenter,
  .amenities-container .boxesright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: unset;
    padding: 5px 0px;
  }
  .amenities-container .rightsider .boxes {
    margin-bottom: 10px;
    width: 48%;
  }
  .amenities-container .icondiv img {
    height: 58px;
    width: 61px;
  }
  .floorplan-container {
    padding: 28px 0px 34px;
  }
  .floorplan-container .container {
    flex-direction: column-reverse;
  }
  .floorplan-container .inner-div {
    display: block !important;
  }
  .floorplan-container .plansbox {
    animation: unset;
    border-radius: 5px 0px;
    margin-bottom: 25px;
    height: unset;
  }
  .floorplan-container .commonheading {
    margin-bottom: 25px;
  }
  .floorplan-container .desc {
    font-size: 15px;
    text-align: left;
    line-height: 26px;
  }
  .floorplan-container .plan_name {
    font-size: 18px;
  }
  .floorplan-container .aprtementtype {
    font-size: 20px;
  }
  .location-container {
    padding: 28px 0px;
  }
  .location-container .imgdiv {
    position: unset;
  }
  .location-container .listflex .listflex_inner {
    text-align: left;
    gap: 0px 7px;
    border-radius: 0px;
  }
  .location-container .bigtext {
    font-size: 22px;
  }
  .gallery-container {
    padding: 27px 0px 0px;
  }
  .gallery-container .container {
    max-width: 100%;
    padding: 0px;
  }
  .gallery-container img,
  .gallery-container .rightimges img {
    height: 200px;
    border-radius: 5px 0px;
    object-fit: cover;
  }
  .gallery-container .leftimg,
  .gallery-container .rightimges,
  .gallery-container .rightimg {
    margin-bottom: 25px;
  }
  .contact-container {
    padding: 35px 0px;
  }
  .contact-container .formdiv {
    padding: 15px;
    border-radius: 5px 0px;
    margin-bottom: 25px;
  }
  .contact-container .formdiv .heading {
    font-size: 20px;
  }
  .contact-container .formdiv p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .contact-container .formdiv .flexfields input {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .contact-container .projectname {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .contact-container .projlocation {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .contact-container .contentdiv p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 22px;
    text-align: justify;
  }
  .sitefooter {
    padding: 20px 0px 50px;
  }
  .sitefooter .pera {
    font-size: 14px;
    text-align: justify;
  }
  .sitefooter .gtfdiv {
    text-align: center;
    font-size: 14px;
  }
  .mobile-section-footer {
    display: flex;
    gap: 0px 5px;
    justify-content: space-around;
    z-index: 9;
  }
  .modal.modal1.show .modal1-dialog {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
  }
  .modal.fade .modal-dialog {
  }
  .modal-dialog .modal-head {
    font-size: 23px;
  }
  .modal-dialog .close {
    right: 0px;
    top: 15px;
  }
  .modal-dialog .close span {
    font-size: 24px !important;
  }
  .modal .modal-content {
    border: 0px;
  }
}
@media (max-width: 425px) {
  .rera_no p {
    font-size: 14px;
  }
}
@keyframes bannerImage {
  0% {
    transform: scale(1.3, 1.3);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotateSvg {
  0% {
    rotate: 10deg;
  }
  50% {
    rotate: -5deg;
  }
  100% {
    rotate: 10deg;
  }
}
@keyframes zoomin-out {
  50% {
    transform: scale(1.2);
  }
}
@keyframes zoomin-out1 {
  50% {
    transform: scale(1.01);
  }
}
@keyframes zoomin-out2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes textColor {
  50% {
    color: var(--black);
  }
}
@keyframes textColor1 {
  100% {
    color: var(--white);
  }
}
@keyframes scrollImages {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .modal1 .modal-dialog-centered {
    max-width: 800px;
  }
  .modal1.modal .form-control {
    /* padding: 5px !important; */
  }
  .modal1 .mb-3 {
    margin-bottom: 8px !important;
  }
  .modal1.modal .modal-para {
    padding-bottom: 3px !important;
    margin-top: 6px !important;
  }
  .modal1 .modal-dialog .modal-head {
    font-size: 22px !important;
  }
  .modal1.modal .appbtn {
    padding: 6px !important;
  }
}
.commonBox.commonBox1 .contentbox.high_img {
  margin: 0;
  width: 100%;
}
.commonBox.commonBox1 {
  background: #fff;
}
@media (max-width: 767px) {
  .headrConNo.gradient {
    background: none;
  }
  .headrConNo.gradient.headrConNo {
    display: none !important;
  }
  .overview .img_section {
    padding-bottom: 0;
    padding-top: 25px;
  }
  .overview .first_img {
    left: -10px;
    padding: 10px;
    width: 220px;
    display: none;
  }
  .p_sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .highlightlist {
    margin-bottom: 10px;
  }
}

.keyhightlight .zoom-animate {
  animation: zoomInOut 2s infinite;
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 30px;
  height: 30px;
  background: #0000006b !important;
  color: #ffffff !important;
  font-size: 28px !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-prev {
  left: 10px;
}
.owl-carousel .owl-next {
  right: 10px;
}
