@font-face {
  font-family: akaDora;
  src: url("../images/fonts/Akadora-X3LP.ttf");
}
@font-face {
  font-family: Avenir;
  src: url("../images/fonts/Avenir\ LT\ Std\ 95\ Black.otf");
}

/* @import url("https://fonts.googleapis.com/css2?family=Prata&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,600;1,900&display=swap"); */

/* project details page  */

:root {
  --bottom-left-cut: polygon(
    -8% 0,
    0% 30%,
    15% 100%,
    100% 100%,
    calc(100% - 0%) 50%,
    100% 0
  );
  --btn-top-right-cut: polygon(
    0% 0,
    0% 100%,
    0% 100%,
    100% 100%,
    calc(100% - 0%) 50%,
    80% 0
  );
}

.bg-img {
  /* background-image: url('images/poorvi-enchanting/poorvi-enchanting-cover-image.png'); */
  /* background-image: url('../images/poorvi-enchanting/points2.webp'); */
  background-image: url("../images/poorvi-enchanting/cover_img/Asset_without_text.webp");
  animation: melt-enter-active 1s reverse;
  background-size: cover;
  background-position: bottom;
}

@keyframes melt-enter-active {
  0% {
    clip-path: polygon(
      0% 0%,
      20% 0%,
      20% 100%,
      20% 100%,
      20% 0%,
      40% 0%,
      40% 100%,
      40% 100%,
      40% 0%,
      60% 0%,
      60% 100%,
      60% 100%,
      60% 0%,
      80% 0%,
      80% 100%,
      80% 100%,
      80% 0%,
      100% 0%,
      100% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      20% 0%,
      20% 0%,
      20% 100%,
      40% 100%,
      40% 0%,
      40% 0%,
      40% 100%,
      60% 100%,
      60% 0%,
      60% 0%,
      60% 100%,
      80% 100%,
      80% 0%,
      80% 0%,
      80% 100%,
      100% 100%,
      100% 0%,
      100% 0%,
      100% 100%,
      20% 100%
    );
  }
}

.gallery_maindiv {
  overflow: hidden;
}

.gallery_sidemaindiv {
  height: 500px;
  overflow: hidden;
}

.gallery_main_img {
  height: 500px;
}

.gallery_main_img img {
  width: 100%;
  height: 500px;
}

.gallery_sidemaindiv img {
  height: 250px;
  margin-bottom: 17px;
  /* width: 100%; */
}

.thirdimage {
  position: relative;
}
.thirdimage::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgb(0 0 0 / 65%) 100%
  );
}
.thirdimage p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 22px;
  z-index: 1234;
}

.project-name-detailspage {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-location {
  font-size: 20px;
  line-height: 40px;
  color: #892116;
  opacity: 0.75;
}
/* .project-Cno{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #892116;
    opacity: 1;
  } */

.project-label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #892116;
  opacity: 0.75;
  padding: 40px 0px 0px 0px;
  margin: 0;
}
.project-rera {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #892116;
}

.project-about {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-about-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
}

.project-about-p:after {
  content: "";
  animation: cursor 0.4s infinite;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: #892116 2px solid;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
  color: #892116;
  opacity: 1;
  margin: 5px 10px 5px 0;
  padding: 0;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
  color: #892116;
  opacity: 0.6;
  cursor: pointer;
}

.amenities_icons.active img.amenities_icon_size {
  filter: invert(10%) sepia(50%) saturate(50%) hue-rotate(100deg)
    brightness(100%) contrast(100%);
  animation: tiltImage 2s linear infinite;
}

@keyframes tiltImage {
  0% {
    transform: skewY(5deg);
  }
  50% {
    transform: skewY(-5deg);
  }
  100% {
    transform: skewY(5deg);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  12.5% {
    transform: translateX(-6px) rotateY(-9deg) skewY(1deg);
  }
  37.5% {
    transform: translateX(5px) rotateY(4.5deg) skewY(-1deg);
  }
  62.5% {
    transform: translateX(-3px) rotateY(-2.25deg) skewY(0);
  }
  87.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  100% {
    transform: translateX(0);
  }
}

/* .headShake {
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(0,.23,1,.71);
    animation-name: headShake;
    transform-orgin:center bottom
  } */

/* .amenities_icons.active .circel_amenities img::before {
    content: "";
    border-radius: 50%;
    background-image: linear-gradient(0deg,  #891719, #FDC702, #892116);
    position: absolute;
    z-index: -1;
    animation: rotate-neon var(--transition-time) linear infinite;
  }
  .amenities_icons.active .circel_amenities img::after{
    border-radius: 50%;   
    filter: blur(15px);
    background-image: linear-gradient( 0deg, #891719, #FDC702, #892116);
    animation: rotate-neon 5s linear infinite;
  } */

/* .amenities_icons.active img.amenities_icon_size{
    filter: invert(10%) sepia(50%) saturate(50%) hue-rotate(100deg) brightness(100%) contrast(100%);    
    background-image: linear-gradient(0deg, #891719, #FDC702, #892116);
    border-radius: 50%;
    animation: rotate-neon 5s linear infinite;
  } */
@keyframes rotate-neon {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.floor-links {
  background: #fdc702;
  /* clip-path: polygon( 0% 0, 0% 100%, 0% 100%, 100% 100%, calc(100% - 0%) 50%, 80% 0 ); */
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 0px;
  color: #231f20;
  box-shadow: -2px 3px;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  margin: 0px 15px 0 0px;
  transition: 1s all ease;
}
.amenities-link {
  background: #fdc702;
  clip-path: polygon(
    0% 0,
    0% 100%,
    0% 100%,
    100% 100%,
    calc(100% - 0%) 50%,
    80% 0
  );
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 0px;
  color: #892116;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0px 15px 0 0px;
}

#nav-Masterplan {
  /* height: 450px; */
  overflow: hidden;
  box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px,
    rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}
#nav-Masterplan img {
  width: 100%;
}

.twobhkfloorplanimages {
  /* height: 450px; */
  overflow: hidden;
}
#nav-2BHK img {
  width: 100%;
}

.threebhkfloorplanimages {
  /* height: 450px; */
  overflow: hidden;
}
#nav-3BHK img {
  width: 100%;
}

.amenities-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #892116;
  opacity: 0.75;
}

/* amenities_section  */

.amenities_slider {
  width: 100%;
  height: 500px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.amenities_inside {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 70px;
  position: relative;
}
.amenities_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12345;
  transition: 0.5s;
}
.amenities_image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.amenities_icons {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: center !important;
  color: none !important;
  opacity: 1 !important;
  margin: 0 0 0px 0px !important;
  padding: 0;
  width: 20%;
}
img.amenities_icon_size {
  width: 60%;
}
.amenities_icons p {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #231f20;
}
/* amenities_section  */

.about_project_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.about_project_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.project_gallery_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.project_gallery_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.masterplan_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.masterplan_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.amenities_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.amenities_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.modal {
  top: 50px;
}
.modal-content {
  background-color: #ffffffc4;
}

.login-form {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  border-radius: 8px;
}
.login-form h1 {
  margin: 0 0 24px 0;
}
.login-form .form-input-material {
  margin: 12px 0;
}

.login-form input {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  color: #0b3544;
  opacity: 0.8;
}
.login-form input {
  font: inherit;
  outline: none;
}
.form-input-material {
  --input-border-bottom-color: rgba(11, 53, 68, 0.5);
  position: relative;
  border-bottom: 1px solid var(--input-border-bottom-color);
}
.form-input-material::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.5s;
}
.form-input-material:focus-within::before {
  transform: scaleX(1);
}
.form-input-material .form-control-material {
  padding: 0.5rem 0;
  background: none;
  border: none;
}
.form-input-material .form-control-material:focus ~ label,
.form-input-material .form-control-material:not(:placeholder-shown) ~ label {
  transform: translateY(-110%) scale(0.8);
  color: var(--primary-color);
}
.form-input-material label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transition: 0.3s;
  transform-origin: left;
}

.no-border {
  border: none;
  margin-top: 30px !important;
}

/* project details page  */

/* from style.css start  */
:root {
  --bottom-left-cut: polygon(
    -8% 0,
    0% 30%,
    15% 100%,
    100% 100%,
    calc(100% - 0%) 50%,
    100% 0
  );
}

.projectdetails_navbar {
  background: #ffffff52;
}

/* project_highlights_section  */

.project_highlights_slider {
  /* background: #FDC702; */
  border: 2px solid #fdc702;
  width: 100%;
  height: 516px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.project_highlights_inside {
  background: #fff;
  width: 100%;
  height: 516px;
  padding: 70px;
  position: relative;
}
.project_highlights_slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 187px solid #fdc702;
  border-left: 187px solid transparent;
  width: 0;
  z-index: 1;
}
.project_highlights_inside:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -6px;
  border-top: 190px solid #fff;
  border-left: 190px solid transparent;
  width: 0;
  z-index: 2;
}

.project_highlights_section {
  transform: translateY(150px);
  transition: 1s all ease;
  opacity: 0;
}

.project_highlights_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.project_highlights_image {
  position: absolute;
  width: 100.7%;
  height: 100%;
  left: -6px;
  top: 20px;
  z-index: 12345;
  transition: 0.5s;
}
.project_highlights_image img {
  width: 101.3%;
  height: 95%;
  transition: 0.5s;
  -webkit-clip-path: polygon(
    0% 0%,
    0% 0%,
    66% 0%,
    155% 100%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    0% 0%,
    66% 0%,
    155% 100%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}

.section_centerline {
  margin: 0 auto;
  height: 400px;
  position: relative;
  padding: 0;
}

.hscroll-line {
  bottom: 150px;
  height: 2px;
  right: -150px;
  position: absolute;
  overflow: hidden;
  width: 500%;
  transform: rotate(90deg);
}

.hscroll-line::before,
.hscroll-line::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.hscroll-line:before {
  background: #ddd;
}

.hscroll-line::after {
  background: #ffd92a;
  animation: move 2s infinite;
}

@keyframes move {
  0% {
    transform: translate3d(-200%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.rw-words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  margin: 0 0px 0 10px;
  -webkit-transform-origin: 10% 75%;
  transform-origin: 10% 75%;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  -ms-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
}
.rw-words span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.rw-words span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.rw-words span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.rw-words span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.rw-words span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* project_highlights_section  */

.project-name-detailspage {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-location {
  font-size: 20px;
  line-height: 40px;
  color: #892116;
  opacity: 0.75;
}
/* .project-Cno{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #892116;
    opacity: 1;
  } */

.project-label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #892116;
  opacity: 0.75;
  padding: 40px 0px 0px 0px;
  margin: 0;
}
.project-rera {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #892116;
}

.project-about {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-about-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
}

.project-about-p:after {
  content: "";
  animation: cursor 0.4s infinite;
}

button.floor-links.active {
  background: #892116;
  color: #fff;
  /* box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset; */
  box-shadow: -2px 3px #fdc702;
}
button.floor-links:hover {
  /* background: #892116;
    color: #fff; */
  box-shadow: none;
}
button.amenities-link.active {
  background: #892116;
  color: #fff;
  box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset,
    rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}

.btn-box-bottom-left:hover {
  box-shadow: none;
  color: #231f20;
}

.btn-box-bottom-left {
  font-weight: 500;
  font-size: 16px;
  background: #fdc702;
  text-align: center;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  position: relative;
  color: #892116;
  text-decoration: none;
  box-shadow: -2px 4px;
  border-radius: 30px;
  transition: 1s all ease;
  /* clip-path: polygon(-8% 0%, 100% 0%, 100% 100%, 0 101%, 0 200px, 200px 200px); */
}

.custom-index {
  z-index: 11;
}
.page-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.project-name-detailspage {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-location {
  font-size: 20px;
  line-height: 40px;
  color: #892116;
  opacity: 0.75;
}
/* .project-Cno{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #892116;
    opacity: 1;
  } */

.project-about {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}
.project-about-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
}

.project-about-p:after {
  content: "";
  animation: cursor 0.4s infinite;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: #892116 2px solid;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
  color: #892116;
  opacity: 1;
  margin: 5px 10px 5px 0;
  padding: 0;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
  color: #892116;
  opacity: 0.6;
  cursor: pointer;
}

.amenities_icons.active img.amenities_icon_size {
  filter: invert(10%) sepia(50%) saturate(50%) hue-rotate(100deg)
    brightness(100%) contrast(100%);
  animation: tiltImage 2s linear infinite;
}

@keyframes tiltImage {
  0% {
    transform: skewY(5deg);
  }
  50% {
    transform: skewY(-5deg);
  }
  100% {
    transform: skewY(5deg);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  12.5% {
    transform: translateX(-6px) rotateY(-9deg) skewY(1deg);
  }
  37.5% {
    transform: translateX(5px) rotateY(4.5deg) skewY(-1deg);
  }
  62.5% {
    transform: translateX(-3px) rotateY(-2.25deg) skewY(0);
  }
  87.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  100% {
    transform: translateX(0);
  }
}

.floor-links {
  background: #fdc702;
  /* clip-path: polygon( 0% 0, 0% 100%, 0% 100%, 100% 100%, calc(100% - 0%) 50%, 80% 0 ); */
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 0px;
  color: #231f20;
  box-shadow: -2px 3px;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  margin: 0px 15px 0 0px;
  transition: 1s all ease;
}
.amenities-link {
  background: #fdc702;
  clip-path: polygon(
    0% 0,
    0% 100%,
    0% 100%,
    100% 100%,
    calc(100% - 0%) 50%,
    80% 0
  );
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 0px;
  color: #892116;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0px 15px 0 0px;
}

#nav-Masterplan {
  /* height: 450px; */
  overflow: hidden;
  box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px,
    rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}
#nav-Masterplan img {
  width: 100%;
}

.twobhkfloorplanimages {
  /* height: 450px; */
  overflow: hidden;
}
#nav-2BHK img {
  width: 100%;
}

.threebhkfloorplanimages {
  /* height: 450px; */
  overflow: hidden;
}
#nav-3BHK img {
  width: 100%;
}

.amenities-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #892116;
  opacity: 0.75;
}

/* amenities_section  */

.amenities_slider {
  width: 100%;
  height: 500px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.amenities_inside {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 70px;
  position: relative;
}
.amenities_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12345;
  transition: 0.5s;
}
.amenities_image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.amenities_icons {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: center !important;
  color: none !important;
  opacity: 1 !important;
  margin: 0 0 0px 0px !important;
  padding: 0;
  width: 20%;
}
img.amenities_icon_size {
  width: 60%;
}
.amenities_icons p {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #231f20;
}
/* amenities_section  */

.about_project_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.about_project_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.project_gallery_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.project_gallery_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.masterplan_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.masterplan_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.amenities_section {
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.amenities_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.modal {
  top: 50px;
}
.modal-content {
  background-color: #ffffffc4;
}

.login-form {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  border-radius: 8px;
}
.login-form h1 {
  margin: 0 0 24px 0;
}
.login-form .form-input-material {
  margin: 12px 0;
}

.login-form input {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 18px !important;
  color: #0b3544;
  opacity: 0.8;
}
.login-form input {
  font: inherit;
  outline: none;
}
.form-input-material {
  --input-border-bottom-color: rgba(11, 53, 68, 0.5);
  position: relative;
  border-bottom: 1px solid var(--input-border-bottom-color);
}
.form-input-material::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.5s;
}
.form-input-material:focus-within::before {
  transform: scaleX(1);
}
.form-input-material .form-control-material {
  padding: 0.5rem 0;
  background: none;
  border: none;
}
.form-input-material .form-control-material:focus ~ label,
.form-input-material .form-control-material:not(:placeholder-shown) ~ label {
  transform: translateY(-110%) scale(0.8);
  color: var(--primary-color);
}
.form-input-material label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transition: 0.3s;
  transform-origin: left;
}
.mobile_project_download {
  display: none;
}
.desktop_project_download {
  display: block;
}
.mobile_magin_details {
  margin-top: -150px;
}

.mobile_header_top {
  margin-top: -75px;
}

/* from style.css end */

/* gallery section start  */

/*SLICK-SLIDER*/

.gallery_slider_box .left .glry-left-thumb img {
  width: 100%;
  height: 500px;
}
.gallery_slider_box .right .glry-right-thumb {
  overflow: hidden;
}
.gallery_slider_box .right .glry-right-thumb .thumb-div:focus {
  outline: none;
}

.gallery_slider_box .right .glry-right-thumb img {
  width: 100%;
  height: 155px;
  padding: 0 3px;
  /* opacity: 0.5; */
}

.gallery_slider_box .right .glry-right-thumb img:hover {
  cursor: pointer;
  opacity: 1;
}
.gallery_slider_box .right .glry-right-thumb .thumb-div.slick-current img {
  opacity: 1;
  /* position: absolute; top: -9999px; left: -9999px; */
}
.gallery_slider_box .right .glry-right-thumb_mobile {
  overflow: hidden;
}
.gallery_slider_box .right .glry-right-thumb_mobile .thumb-div:focus {
  outline: none;
}

.gallery_slider_box .right .glry-right-thumb_mobile img {
  width: 100%;
  height: 155px;
  /* opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
}

.gallery_slider_box .right .glry-right-thumb_mobile img:hover {
  cursor: pointer;
  opacity: 1;
}
.gallery_slider_box
  .right
  .glry-right-thumb_mobile
  .thumb-div.slick-current
  img {
  opacity: 1;
}
/* .mobile_slick{
  display: none !important;
} */

.gallery_sidemaindiv.right .slick-current img {
  /* display : none !important; */
  /* visibility: hidden !important; */
  /* opacity: 0 !important; */
  /* position: absolute; top: -9999px; left: -9999px; */
}

.wt-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.wt-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.wt-img-effect.opacity img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.wt-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.wt-img-effect.zoom-slow:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.wt-img-effect.zoom:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.wt-img-effect.shrink:hover img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

.wt-img-effect.side-pan:hover img {
  margin-left: -9%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.wt-img-effect.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.wt-img-effect.fade-in {
  background: #000;
}

.wt-img-effect.fade-in img {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}

.wt-img-effect.fade-in:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.wt-img-effect.fade-out {
  background: #000;
}

.wt-img-effect.fade-out:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.wt-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}

.wt-img-effect.sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

.wt-img-effect.blurr img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.wt-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.wt-img-effect.blurr-invert img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.wt-img-effect.blurr-invert img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.wt-img-effect.blurr-invert:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}

.wt-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.wt-img-effect.off-color:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.wt-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.wt-img-effect.on-color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

/* gallery section end  */

/* enquire button in enchanting  */
.desktopEqClose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.sidebar-contact .desktopEqClose {
  display: none;
  transition: 0.5s ease;
}
.sidebar-contact.active .desktopEqClose {
  display: block;
  transition: 0.5s ease;
}

.sidebar-contact .ENDbtn {
  position: absolute;
  width: 160px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #bc2438;
  top: 0;
  left: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  box-shadow: 1px 2px 9px #353232;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  height: 45px;
  padding: 10px 10px;
}
.sidebar-contact.active .ENDbtn {
  width: 180px;
  text-align: left;
}

.ENDbtn ul {
  padding: 0;
}

.ENDbtn li {
  height: 45px;
  margin-bottom: 45px;
  display: block;
}

.superScript {
  font-size: 14px;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.highlights_bg {
  background: gray
    url("../images/poorvi-enchanting/gallery/poorvi-enchanting-01.webp") repeat
    0 0;
  background-size: cover;
  width: 100%;
  margin: 0;
  /* text-align: center; */
  height: auto;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 30s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0px -1000px;
  }
}

/* .property_name{
  position: absolute;
  left: 20px;
  top: 40%;

  font-size: 4rem;
  font-weight: bold;
  text-decoration: underline;
  color:#fff;
  width: 18.5ch;
	white-space: nowrap;
	overflow: hidden;
	border-right: 4px solid #212121;
	animation: cursor 1s step-start infinite, 
    text 5s steps(13) alternate infinite;
}
@keyframes cursor {
	0%, 100% { 
    border-color: #212121; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 15.7ch; 
  }
}*/

.bg-img {
  position: relative;
}
.poorvi_titleBox {
  display: none;
}

.flip-container {
  -webkit-perspective: 1000;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 123;
}
.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 100%;
}
.front,
.back {
  width: 500px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
}
.back {
  -webkit-transform: rotateX(180deg);
}
.front {
  z-index: 2;
}
/* .flip-container:hover .flipper, .flip-container.hover .flipper { -webkit-transform: rotateY(-180deg); } */

.front {
  left: 0px;
  top: 180px;
}
.back {
  left: 0;
  top: 0px;
}
.front img,
.back img {
  width: 100%;
}

/* Avenir LT Std */

@keyframes poorvi_titleBox {
  from {
    transform: translateX(-400px);
  }
  to {
    transform: translateX(0);
  }
}
/* @keyframes zoom{
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
} */

.video_banner {
  width: 100%;
  height: 560px;
  position: absolute;
  left: 200px;
}
.poorviVideo {
  width: 100%;
  height: 100%;
}
.imgBg_banner {
  width: 100%;
  height: 560px;
  z-index: 123;
  position: relative;
}
.poorviImgBg {
  width: 100%;
  height: 100%;
}
.poorvi_tagline {
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-family: Prata;
}
.akadora {
  font-family: akaDora;
  color: #fff;
}

.tilte_poorvi_clippath {
  -webkit-clip-path: polygon(
    0% 0%,
    0% 0%,
    100% 0%,
    93% 100%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    0% 0%,
    0% 0%,
    100% 0%,
    93% 100%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
}
.title_poorvi {
  font-size: 48px;
  background-color: #f9e23c;
  padding: 10px 60px 10px 25px;
  line-height: 60px;
  margin-top: 10px;
  color: #391516;
  /* text-decoration: underline; */
  font-family: Avenir;
}

.poorvi_pointImg {
  width: 80% !important;
}

/* .flip-container-top{
  top:0 !important;
  transition: .5s;
}
.poorvi_tagline_top{
  transition: .5s;
  font-size: 40px; 
} */

.poorvi_bannerText {
  transform: rotateX(180deg);
  display: none;
  transition: 5s;
}
.poorvi_bannerText.show {
  transform: rotateX(0deg);
  display: block;
}

.poorvi_pricingBox {
  width: 160px;
  right: 0px;
  bottom: 10px;
  position: absolute;
}
.poorvi_pricingBox img {
  width: 100%;
  animation: right2left 1.5s;
}

@keyframes right2left {
  /* 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateX(-30px);} 
  60% {transform: translateX(-15px);}  */
  from {
    transform: translateX(80px);
  }
  to {
    transform: translateX(0px);
  }
}

.mobile_banner {
  display: none;
}
.mobile_height_details {
  height: 560px;
}

/* .fall-down {
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 100px;
}
.fall-down .char {
  color: #fff;
}
.fall-down .char:before {
  content: atr(data-char);
  visibility: visible;
  color: #892116;
  transition: transform 0.8s cubic-bezier(0.14, 0.71, 0.96, 0.59);
  transition-delay: calc(0.2s * 0.5s);
  transform: none;
  transform-origin: bottom;
}
.fall-down:hover .char:before {
  transition-timing-function: cubic-bezier(1, 0.01, 0.56, 1);
}
.fall-down:hover .char:nth-child(odd):before {
  transform: rotateX(90deg) scaleY(0);
}
.fall-down:hover .char:nth-child(even):before {
  transform: rotateX(-90deg) scaleY(0);
} */

.walkthroug_video {
  height: 550px;
}
.highlight_section_padding {
  padding: 20px 120px;
}

.project-name-highligths {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

.highlights_list {
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #eeeeee;
}

.highlight_tagLine {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: cursive;
}

.star_color {
  color: #fdc702;
}

/* project overview section start */

/* .project_overview_section{
  transform: translateY(150px);
  transition: 1s all ease;
  opacity: 0;
}
.project_overview_section.reveal.active{
  transform: translateY(0);
  opacity: 1;
} */

.overview_con_padding {
  padding: 0 10rem;
}

.overview_heading_text {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}

.overview_text_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #892116;
}

.overview_text_desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #231f20;
}

.overview_text_icon_color {
  color: #1c1b1f;
}

.overview_heading_text_padding {
  padding: 1.5rem 1rem;
}

/* project overview section end */

/* project specification start  */

.project_specification_heading {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #892116;
}

.specification_card {
  width: 100%;
  height: 300px;
  perspective: 500px;
  border: 0;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.specification_card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.specification_card_front,
.specification_card_back {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100%;
  width: 100%;
  font-size: 48px;
  line-height: 60px;
  background: #fff;
  color: #892116;
  text-align: center;
  border-radius: 5px;
  backface-visibility: hidden;
}

.specification_card_back {
  transform: rotateY(180deg);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 2rem;
}

.specification_icons {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.specification_title {
  font-size: 24px;
  line-height: 36px;
}

.owl-carousel .owl-stage-outer {
  padding: 1rem 0.3rem;
}

.main_padding {
  padding: 2rem 10rem;
}

.specif_pnb {
  border-bottom: 1px solid #fbe0dd;
  padding: 0;
}

.specif_widnali {
  width: 10.333333% !important;
  align-self: center;
}

.specif_title {
  font-size: 22px;
  line-height: 26px;
  color: #892116;
}

.specif_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
}

.specif_btn {
  border: 0;
  background-color: #fee30a;
  text-align: center;
  margin-left: 45%;
  padding: 5px 20px;
  font-weight: 500;
  border-radius: 20px;
  box-shadow: -2px 4px #892116;
  transition: 0.5s all ease;
}

.specif_btn:hover {
  box-shadow: none;
  color: #231f20;
}

/* .heading_underline{
    border-bottom: 3px solid #FDC702;
  } */
.heading_underline {
  display: inline-block;
  position: relative;
}

.heading_underline:before {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #fdc702;
}

/* project specification end  */

.shabari_floor_img_width {
  width: 100%;
}

.pswp--open {
  z-index: 99999 !important;
}

.nav-tabs .pdmaster-link {
  border: 0px solid transparent;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  background: #fdc702;
  margin: 10px;
  padding: 0 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.nav-tabs .pdmaster-link.active,
.pdmaster-link:hover {
  box-shadow: 0px 7px #fdc702;
  font-weight: 400;
  line-height: 32px;
  background: #892116;
  color: #fff;
}
.nav-tabs .pdmaster-link.active:hover {
  box-shadow: none;
}

/* Champions heights section start */

.project_tag {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-direction: column;
}

.champions-bg-img {
  background-image: url("../images/poorvi-champion-heights/poorvi\ champion.webp");
  animation: melt-enter-active 1s reverse;
  /* background-size: 191% 76%;
  background-position: 30% 100%; */
}

.champions_highlights_bg {
  background: gray
    url("../images/poorvi-champion-heights/poorvi\ champion.webp") repeat 0 0;
  background-size: cover;
  width: 100%;
  margin: 0;
  /* text-align: center; */
  height: auto;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 30s linear infinite;
}

/* Champions heights section end */

/* Shabari section start */

.shabari-bg-img {
  background-image: url("../images/poorvi-shabari-ss-south-crest/01.webp");
  animation: melt-enter-active 1s reverse;
  /* background-size: 300% 100%;
  background-position: 51% 11%; */
}

.shabari_highlights_bg {
  background: gray url("../images/poorvi-shabari-ss-south-crest/01.webp") repeat
    0 0;
  background-size: cover;
  width: 100%;
  margin: 0;
  /* text-align: center; */
  height: auto;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 30s linear infinite;
}

/* Shabari section end */
@media (min-width: 2560px) {
  .imgBg_banner {
    height: 900px;
  }
  .video_banner {
    left: 475px !important;
    height: 900px;
  }
  .poorvi_pricingBox {
    bottom: 56px;
  }
  .front {
    left: 18px;
    top: 216px;
  }
  .poorvi_tagline {
    font-size: 77px;
    line-height: 80px;
  }
  .title_poorvi {
    font-size: 86px;
    line-height: 100px;
  }
  .poorvi_pointImg {
    width: 70% !important;
  }
}

@media (min-width: 2550px) {
  /* property Details media start  */
  .mobile_height_details {
    height: 900px;
  }

  .poorvi_pricingBox {
    width: 250px;
  }

  .flip-container {
    width: 950px;
  }
  .front,
  .back {
    width: 100%;
  }

  .property_title_tagline {
    font-size: 32px;
  }
  .overview_con_padding {
    padding: 0px 15rem;
  }
  .overview_heading_text {
    font-size: 60px;
    line-height: 76px;
  }
  .overview_text_title {
    font-size: 42px;
    line-height: 76px;
  }
  .overview_text_desc {
    font-size: 52px;
    line-height: 76px;
  }

  .highlight_section_padding {
    padding: 2rem 18rem 2rem 39rem !important;
  }
  .project-name-highligths {
    font-size: 60px;
    line-height: 76px;
  }
  .highlights_list {
    font-size: 40px;
    line-height: 76px;
  }
  .highlight_tagLine {
    font-size: 40px;
    line-height: 76px;
  }

  .main_padding {
    padding: 2rem 15rem;
  }
  .project-about {
    font-size: 60px;
    line-height: 76px;
  }
  .project-about-p {
    font-size: 36px;
    line-height: 60px;
  }
  .about_readMore {
    font-size: 36px;
    color: #892116;
  }

  .gallery_main_img {
    height: 800px;
  }
  .gallery_slider_box .left .glry-left-thumb img {
    height: 800px;
  }

  .gallery_sidemaindiv {
    height: 800px;
  }
  .gallery_slider_box .right .glry-right-thumb img {
    height: 252px;
  }

  .walkthroug_video {
    height: 900px;
  }
  .project-name-detailspage {
    font-size: 60px;
    line-height: 76px;
  }
  .nav-tabs .pdmaster-link {
    font-size: 36px;
    line-height: 70px;
    padding: 0 20px;
    border-radius: 40px;
  }
  .floor-links {
    font-size: 36px;
    line-height: 60px;
    border-radius: 50px;
  }

  .amenities_slider {
    height: 800px;
  }
  .amenities_icons p {
    font-size: 23px;
    line-height: 30px;
  }
  .btn-box-bottom-left {
    font-size: 36px;
    line-height: 50px;
    border-radius: 40px;
  }
  .project_specification_heading {
    font-size: 60px;
    line-height: 70px;
  }
  .specification_icons {
    width: 150px;
    height: 150px;
  }
  .specif_title {
    font-size: 36px;
    line-height: 40px;
  }
  .specif_desc {
    font-size: 32px;
    line-height: 50px;
  }
  .specif_btn {
    font-size: 36px;
    line-height: 40px;
    padding: 10px 30px;
    border-radius: 40px;
  }
  /* property Details media end  */
}

@media (min-width: 1920px) {
  .imgBg_banner {
    height: 900px;
  }
  .video_banner {
    height: 900px;
    left: 200px;
  }
  .mobile_height_details {
    height: 900px;
  }
  .flip-container {
    width: 850px;
  }
  .poorvi_tagline {
    font-size: 70px;
    line-height: 90px;
  }
  .title_poorvi {
    font-size: 80px;
    line-height: 100px;
  }
  .front {
    left: 20px;
    top: 190px;
    width: 100%;
  }
  .overview_heading_text {
    font-size: 40px;
    line-height: 75px;
  }
  .overview_text_title {
    font-size: 28px;
    line-height: 64px;
  }
  .overview_text_desc {
    font-size: 32px;
    line-height: 80px;
  }
  .project-name-highligths {
    font-size: 40px;
    line-height: 90px;
  }
  .highlights_list {
    font-size: 26px;
    line-height: 52px;
  }

  .overview_con_padding {
    padding: 0px 15rem;
  }

  .highlight_section_padding {
    padding: 2rem 8rem 2rem 19rem;
  }

  .main_padding {
    padding: 2rem 15rem;
  }
  .project-about {
    font-size: 40px;
    line-height: 76px;
  }
  .project-about-p {
    font-size: 26px;
    line-height: 48px;
  }
  .about_readMore {
    font-size: 26px;
    color: #892116;
  }

  .gallery_main_img {
    height: 800px;
  }
  .gallery_slider_box .left .glry-left-thumb img {
    height: 800px;
  }

  .gallery_sidemaindiv {
    height: 800px;
  }
  .gallery_slider_box .right .glry-right-thumb img {
    height: 252px;
  }

  .walkthroug_video {
    height: 900px;
  }
  .project-name-detailspage {
    font-size: 40px;
    line-height: 76px;
  }
  .nav-tabs .pdmaster-link {
    font-size: 26px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 40px;
  }
  .floor-links {
    font-size: 26px;
    line-height: 38px;
    border-radius: 50px;
  }

  .amenities_slider {
    height: 800px;
  }
  .amenities_icons p {
    font-size: 23px;
    line-height: 30px;
  }
  .btn-box-bottom-left {
    font-size: 26px;
    line-height: 38px;
  }
  .project_specification_heading {
    font-size: 40px;
    line-height: 70px;
  }
  .specif_widnali {
    width: 13.333333% !important;
  }
  .specification_icons {
    width: 150px;
    height: 150px;
  }
  .specif_title {
    font-size: 26px;
    line-height: 40px;
  }
  .specif_desc {
    font-size: 26px;
    line-height: 38px;
  }
  .specif_btn {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .video_banner {
    left: 290px;
  }
  .imgBg_banner {
    width: 117%;
  }
  .poorvi_pricingBox {
    bottom: 240px;
  }
}

@media (min-width: 1366px) {
  .poorvi_pricingBox {
    bottom: 115px;
  }
}
@media (max-width: 1289px) {
  .poorvi_titleBox {
    top: 15px;
  }
  .poorvi_pricingBox {
    bottom: 70px;
  }
}

@media (max-width: 600px) {
  .mobile_height_details {
    height: 1096px;
  }
  .champions-bg-img {
    height: 700px;
    background-size: 250% 100%;
    background-position: 32% 0%;
  }
  .shabari-bg-img {
    height: 750px;
    background-size: 300% 100%;
    background-position: 51% 11%;
  }

  /* .project_highlights_section.reveal.active {        
        margin-top: 70px;
    } */

  /* .project_overview_section{

    } */
  .gallery_sidemaindiv {
    height: 300px;
  }
  .gallery_sidemaindiv {
    height: 130px;
  }
  .gallery_slider_box .left .glry-left-thumb img {
    height: 300px;
  }

  .gallery_main_img {
    height: 300px;
  }

  .gallery_maindiv {
    padding: 0.7rem;
  }

  .main_padding {
    padding: 1rem !important;
  }

  .specif_widnali {
    float: left;
    display: inline-block;
    width: 24% !important;
    align-self: start;
  }

  .specif_pnb {
    float: right;
    width: 70%;
  }

  .specification_icons {
    width: 60px !important;
    height: 60px;
  }

  .specif_btn {
    margin-left: 34%;
  }

  .specif_title {
    font-size: 20px;
    line-height: 26px;
  }

  .specif_desc {
    font-size: 14px;
  }

  /* .project_highlights_section.reveal.active {
        transform: translateY(50px);
        opacity: 1;
    } */

  .overview_heading_text {
    font-size: 20px;
    line-height: 30px;
  }

  .overview_con_padding {
    padding: 0 1rem;
  }

  .overview_heading_text_padding {
    padding: 0.4rem 1rem;
  }

  .overview_text_title {
    font-size: 12px;
    line-height: 18px;
  }

  .overview_text_desc {
    font-size: 16px;
    line-height: 24px;
  }

  .project-name-highligths {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #892116;
    position: absolute;
    top: -60px;
  }

  .superScript {
    font-size: 12px;
    top: -2px;
  }

  .highlight_section_padding {
    padding: 20px 20px;
  }

  .highlights_list {
    font-size: 14px;
    padding-left: 0px;
  }

  .btn-box-bottom-left {
    padding: 5px 10px;
  }
  .nav-tabs .pdmaster-link {
    margin: 5px;
    padding: 0 6px;
    font-size: 14px;
  }

  /* project details Starts  */

  .gallery_main_img img {
    width: 100%;
    height: 100%;
  }

  .project_highlights_section {
    opacity: 1;
    transform: translateY(50px);
    margin-top: 50px;
  }
  .desktop-hide {
    display: none;
  }
  .mobile_magin_details {
    margin-top: -125px;
  }
  .mobile_height_details {
    /* height: 600px; */
    /* background-size: 235%; */
    /* height: 610px; */
    /* background: url('../images/poorvi-enchanting/points_SMALL.jpg'); */
    /* background: url('../images/poorvi-enchanting/cover_img/small/Banner\ small.png'); */
    /* background-size: 100% 100%; */
    /* background-position: 100% 100%; */
    /* background-repeat: no-repeat; */
  }
  .section_centerline {
    display: none;
  }

  .desktop_project_download {
    display: none !important ;
  }
  .mobile_btn_map {
    padding: 10px;
    border: 2px #892116 solid;
  }
  .mobile_btn_call {
    padding: 10px;
    border: 2px #892116 solid;
    background: #892116;
    color: #fff;
  }
  .mobile_project_download {
    display: block;
    text-align: center;
  }

  .mobile_margin {
    margin-top: -200px;
  }
  .mobile_project_name_detailspage {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #892116;
  }
  .mobile_project_name {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #892116;
  }
  .mobile_project_label {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #892116;
    opacity: 0.75;
    padding: 16px 0px 0px 0px;
    margin: 0;
  }
  .mobile_project_rera {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #892116;
  }
  .mobile_project_highlights_slider {
    background: #fdc702;
    border: 0px;
    width: 244px;
    height: 190px;
    padding: 4px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    float: right;
  }
  .mobile_project_highlights_slider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 50px solid #fdc702;
    border-left: 50px solid transparent;
    width: 0;
    z-index: 1;
  }
  .mobile_project_highlights_inside {
    background: #fff;
    width: 100%;
    height: 190px;
    padding: 70px;
    position: relative;
  }
  .mobile_project_highlights_inside:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -4px;
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
    width: 0;
    z-index: 2;
  }
  .mobile_project_highlights_image {
    position: absolute;
    width: 101%;
    height: 100%;
    left: -5px;
    top: 16px;
    z-index: 12345;
    transition: 0.5s;
  }
  .mobile_project_highlights_image img {
    width: 102.6%;
    height: 92%;
    transition: 0.5s;
    -webkit-clip-path: polygon(
      0% 0%,
      0% 0%,
      80% 0%,
      156% 100%,
      80% 100%,
      0% 100%,
      0% 86%,
      0% 20%
    );
    clip-path: polygon(
      0% 0%,
      0% 0%,
      80% 0%,
      156% 100%,
      80% 100%,
      0% 100%,
      0% 86%,
      0% 20%
    );
  }

  .mobile_project_headline {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #892116;
  }

  .project-location {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #892116;
    opacity: 0.75;
  }
  .project-Cno {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #892116;
    opacity: 1;
    padding: 5px 10px;
    background: #fdc702;
    clip-path: polygon(
      10% 0,
      0% 0%,
      0% 100%,
      90% 100%,
      calc(100% - 0%) 50%,
      100% 0
    );
  }

  .mobile_project_about {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #892116;
  }
  .mobile_project_about_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
  }

  .gallery_sidemaindiv img {
    height: 110px;
    margin-bottom: 17px;
    margin-top: 15px;
    /* width: 100%; */
  }

  .secondimage {
    width: 49%;
    float: left;
    overflow: hidden;
  }
  .thirdimage {
    width: 49%;
    float: right;
  }

  #nav-Masterplan {
    height: 100%;
    overflow: hidden;
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px,
      rgb(255 255 255 / 80%) -6px -2px 16px 0px;
  }
  .twobhkfloorplanimages {
    height: 100%;
    overflow: hidden;
  }
  .threebhkfloorplanimages {
    height: 100%;
    overflow: hidden;
  }

  .amenities_slider {
    width: 100%;
    height: 340px;
    overflow: hidden;
  }
  .amenities_slider:before {
    border-top: 140px solid #fdc702;
    border-left: 140px solid transparent;
  }
  .amenities_inside {
    height: 400px;
  }
  .amenities_inside:before {
    border-top: 140px solid #fff;
    border-left: 140px solid transparent;
  }

  img.amenities_icon_size {
    width: 60px;
    height: 60px;
  }
  .amenity_nopadding_down {
    padding-bottom: 10px !important;
  }

  .amenities_icons {
    margin: 0px 5px 0px 0px !important;
    width: 100%;
    padding: 10px 8px !important;
  }

  .mobile_horizontal_scroll {
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
  .mobile_horizontal_amenites_scroll {
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    display: flex;
    flex-wrap: nowrap;
  }
  .modal {
    top: 50px;
  }
  .modal-content {
    background-color: #ffffffc4;
  }

  .login-form {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    border-radius: 8px;
  }
  .login-form h1 {
    margin: 0 0 24px 0;
  }
  .login-form .form-input-material {
    margin: 12px 0;
  }

  .login-form input {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 18px !important;
    color: #0b3544;
    opacity: 0.8;
  }
  .login-form input {
    font: inherit;
    outline: none;
  }
  .form-input-material {
    --input-border-bottom-color: rgba(11, 53, 68, 0.5);
    position: relative;
    border-bottom: 1px solid var(--input-border-bottom-color);
  }
  .form-input-material::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.5s;
  }
  .form-input-material:focus-within::before {
    transform: scaleX(1);
  }
  .form-input-material .form-control-material {
    padding: 0.5rem 0;
    background: none;
    border: none;
  }
  .form-input-material .form-control-material:focus ~ label,
  .form-input-material .form-control-material:not(:placeholder-shown) ~ label {
    transform: translateY(-110%) scale(0.8);
    color: var(--primary-color);
  }
  .form-input-material label {
    position: absolute;
    top: 0.5rem;
    left: 0;
    transition: 0.3s;
    transform-origin: left;
  }

  .no-border {
    border: none;
    margin-top: 30px !important;
  }

  #unitplansection .mobile_project_headline {
    margin-bottom: 0.5rem !important;
  }

  .nav-tabs .nav-link {
    border: 0px solid transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #892116;
    opacity: 1;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0.5rem 1rem 0.5rem 0rem;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border-bottom: #892116 2px solid;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #892116;
    opacity: 1;
    margin: 0.5rem 0.5rem 0.5rem 0rem;
    padding: 0;
  }
  .floor-links {
    background: #fdc702;
    /* clip-path: polygon( 0% 0, 0% 100%, 0% 100%, 100% 100%, calc(100% - 0%) 50%, 80% 0 ); */
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border: 0px;
    color: #231f20;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin: 2px 5px;
  }
  /* .amenities-link {
      background: #FDC702;
      clip-path: polygon( 0% 0, 0% 100%, 0% 100%, 100% 100%, calc(100% - 0%) 50%, 80% 0 );
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      border: 0px;
      color: #892116;
      padding: 0.5rem 1rem 0.5rem 0.5rem;
      margin: 1px 3px;
    } */

  .mobile-padding {
    padding: 0 1rem 0 1rem !important;
  }

  .locationmap_detailspage {
    position: relative;
  }

  .locationmap_detailspage iframe {
    width: 100%;
    height: 199px;
  }

  .locationmap_detailspage .btn-bottom-left-cut-outline {
    position: absolute;
    top: 6%;
    width: 44%;
    right: 15px;
    text-align: center;
  }

  .lightbox {
    margin: 70px 0 0 0;
  }

  .project_specification_heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  /* project details Ends  */
}
@media (max-width: 600px) {
  /* .desktop_slick{
    display: none !important;
  } */
  .mobile_slick {
    display: block !important;
  }

  .mobile_slick .thumb-div {
    width: 170px !important;
    padding: 0px 5px;
  }

  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block !important;
  }
  .poorviImgBg {
    /* height: 60%; */
  }
  .mobile_video_banner {
    width: 100%;
    height: 787px;
    position: relative;
    overflow: hidden !important;

    background-position: top;
    /* left: 200px; */
  }
  .mobile_poorviVideo {
    width: 1400px;
    height: 100%;
    position: relative;
    left: -777px;
  }
  .mobile_imgBg_banner {
    /* width: 100%;
    height: 100%; */
    z-index: 123;
    /* top: 605px; */
    position: absolute;
    bottom: -175px;
  }
  .mobile_poorviImgBg {
    width: 100%;
    height: 100%;
  }
  .poorvi_titleBox {
    display: block;
    width: 350px;
    top: 53%;
    left: 35px;
    animation: 1s linear 0s alternate poorvi_titleBox;
    position: absolute;
    overflow: hidden;
  }
  .flip-container {
    display: none;
  }
  .poorvi_title {
    color: #360f17;
    font-size: 34px;
    position: relative;
    top: -230px;
    left: 13px;
    font-weight: 800;
    text-decoration: underline;
  }
  /* .poorvi_titleBox{
    width: 520px;
    height: 330px;
    top:20%;
    left:0;
  } */
  .poorvi_tagline {
    font-size: 30px;
    line-height: 0;
    /* position: relative; */
    left: 20px;
  }
  .text_pooorvi {
    /* position: relative; */
    left: 50px;
  }
  .tilte_poorvi_clippath {
    clip-path: none;
  }
  .front,
  .back {
    width: 90%;
    text-align: center;
  }
  .front {
    /* left: 20px; */
    top: 212px;
  }
  .title_poorvi {
    font-size: 40px;
    line-height: 50px;
    padding: 5px 10px;
    border-radius: 35px 0 35px 0;
    text-decoration: none;
    text-align: center;
  }
  .poorvi_titleBox img {
    width: 100%;
  }
  .poorvi_pricingBox {
    width: 80px;
    bottom: 18% !important;
  }
}

@media (max-width: 430px) {
  .mobile_height_details {
    height: 900px;
  }
  .mobile_imgBg_banner {
    bottom: -270px;
  }
  .front {
    top: 180px;
    margin: 0 21px 0 21px;
  }

  .champions-bg-img {
    height: 680px;
  }
  .shabari-bg-img {
    height: 680px;
  }
}

@media (max-width: 395px) {
  .champions-bg-img {
    height: 715px !important;
  }
  .shabari-bg-img {
    height: 715px !important;
  }
  .poorvi_tagline {
    font-size: 26px;
  }
  .poorvi_titleBox {
    width: 320px;
  }
  .title_poorvi {
    font-size: 34px;
    line-height: 40px;
    border-radius: 25px 0 25px 0;
  }
  .mobile_imgBg_banner {
    /* top: 555px; */
    bottom: -240px;
  }
  .front {
    top: 177px;
  }
  .mobile_video_banner {
    height: 715px;
  }
  .mobile_poorviVideo {
    width: 1350px;
    left: -740px;
  }
  .mobile_height_details {
    height: 840px;
  }
  .poorviImgBg {
    /* height: 62%; */
  }
}

@media (max-width: 375px) {
  .shabari-bg-img {
    height: 530px !important;
  }
  .champions-bg-img {
    height: 525px !important;
  }

  .project-name-highligths {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .poorvi_titleBox {
    width: 310px;
  }
  .mobile_imgBg_banner {
    bottom: -230px;
  }
  .mobile_video_banner {
    height: 520px;
  }
  .mobile_poorviVideo {
    width: 1288px;
    left: -630px;
  }
  .poorvi_tagline {
    font-size: 26px;
  }
  .front {
    top: 170px;
  }
  .mobile_height_details {
    height: 650px;
  }
  .poorvi_pricingBox {
    bottom: 32%;
  }
  .poorviImgBg {
    /* height: 70%; */
  }
}

@media (max-width: 360px) {
  .mobile_height_details {
    height: 782px !important;
  }
  .shabari-bg-img {
    height: 625px !important;
  }
  .champions-bg-img {
    height: 625px !important;
  }
  .poorvi_titleBox {
    width: 295px;
  }
  .mobile_video_banner {
    height: 494px;
  }
  .mobile_poorviVideo {
    width: 975px;
    left: -470px;
  }
  .mobile_imgBg_banner {
    bottom: -203px;
  }
  .poorvi_tagline {
    font-size: 26px;
  }
  .title_poorvi {
    font-size: 34px;
    line-height: 35px;
    border-radius: 20px 0 20px 0;
  }
  .front {
    top: 168px;
  }

  .poorvi_pricingBox {
    bottom: 21%;
  }
  .poorviImgBg {
    /* height: 70%; */
  }
}
@media (max-width: 360px) {
  /* .project_highlights_section.reveal {        
        margin-top: 40px;
    } */
  /* .project_highlights_section.reveal.active {
        margin-top: 40px;
    } */
  .project-name-highligths {
    font-size: 24px;
    line-height: 36px;
    top: -60px;
  }
  .highlight_tagLine {
    top: -24px;
    position: absolute;
    color: #0b3544;
  }

  .highlight_section_padding {
    padding: 20px 20px;
  }

  .highlights_list {
    font-size: 14px;
    line-height: 32px;
    padding-left: 0px;
  }
}

@media (max-width: 330px) {
  .front {
    top: 130px;
  }

  .mobile_height_details {
    height: 720px !important;
  }
  .mobile_video_banner{
    background-position: 100% 0%;
  }
  .champions-bg-img {
    height: 555px !important;
  }

  .poorvi_tagline {
    font-size: 22px;
  }
  .title_poorvi {
    font-size: 26px;
    line-height: 34px;
  }
  .overview_text_title {
    font-size: 11px;
  }
  .overview_text_desc {
    font-size: 14px;
  }

  .highlights_list {
    font-size: 12px;
    line-height: 24px;
  }
}

/* @media (device-width: 395px) and (device-height: 817px) {

  .mobile_height_details {
    height: 995px !important;
  }
  .poorviImgBg {
    height: 65%;
  }
  .mobile_imgBg_banner {
    top: 520px;
  }

}
@media (device-width: 360px) and (device-height: 740px) {
  .mobile_imgBg_banner {
    top: 470px;
  }
  .front {
    top: 190px;
  }
  .mobile_video_banner {
    height: 600px;
  }
  .mobile_poorviVideo {
    width: 1086px;
    left: -580px;
  }
  .poorviImgBg {
    height: 64%;
  }
  .mobile_height_details {
    height: 888px !important;
  }
} */
/* media querys more than 1360px  */
