@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@200;300;400;500;600;700&display=swap');
body{
 font-family: 'Poppins';
}


/* 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: 20px;
    line-height: 32px;
    color: #8c3031;
  }
  
  .overview_text_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8c3031;
  }
  
  .overview_text_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #231f20;
  }
  
  .overview_text_icon_color {
    color: #1c1b1f;
  }
  
  .overview_heading_text_padding {
    padding: 0.5rem 1rem;
  }
  
  /* project overview section end */

  /* project hightlights section start */

.project_highlights_section.reveal.active {
    transform: translateY(0);
    transition: 1s all ease;
    opacity: 1;
    margin-top: 50px;
}
.project-name-highligths {
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #892116;
    position: absolute;
    top: -60px;
}
.highlight_section_padding {
    padding: 20px 20px;
}
.heading_underline {
    display: inline-block;
    position: relative;
}


.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;
  }

.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;
}
@-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 {
    opacity: 1;
    transform: translateY(50px);
    margin-top: 14px;
  }
  .highlights_bg {
    background: gray url("../img/msr/garallry/ci.webp") repeat 0 0;
    /* 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;
    }
  }

  .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-name-highligths {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
  } */
  
  .highlights_list {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #eeeeee;
  }
  
  .highlight_tagLine {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: cursive;
  }
  
  .star_color {
    color: #fdc702;
  }
  
.about_project_section.reveal.active {
    transform: translateY(0);
    opacity: 1;
    transition: 1s all ease;
}

.mobile_project_headline {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #892116;
}
.mobile_project_about_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
}
  /* project about section end */



  /* project master plan section Start */
  
.nav-tabs .pdmaster-link {
    border: 0px solid transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231f20;
    background: #fff;
    margin: 10px;
    padding: 0 10px;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.5s ease-out;
  }
  .nav-tabs .pdmaster-link.active,
  .pdmaster-link:hover {
    /* box-shadow: 0px 7px #fdc702; */
    border-bottom: solid 3px #892116;
    font-weight: 600;
    line-height: 32px;
    /* background: #ffffff; */
    color: #4e4c4d;
  }
  .nav-tabs .pdmaster-link.active:hover {
    box-shadow: none;
  }
  #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;
}
#nav-Masterplan img {
    width: 100%;
}
.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;
}
    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;
    }
    #nav-2BHK img {
        width: 100%;
    }
    #nav-3BHK img {
        width: 100%;
    }
    /* project master plan section end */

    /* project master plan section Start */

    .nav-pills .nav-amenities.active {
        color: #4e4c4d !important;
        text-decoration: none;
    }
    .nav-pills .nav-amenities{
        border: 0px solid transparent;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #231f20;
        background: #fff;
        margin: 10px;
        padding: 0 10px;
        border-radius: 0px;
        cursor: pointer;
        transition: 0.5s ease-out;
    }
    .nav-pills .nav-amenities.active,
    .nav-amenities:hover {
        border-radius: 0;
        border-bottom: solid 3px #892116;
        font-weight: 600;
        line-height: 32px;
        color: #4e4c4d;
    }
    /* project master plan section end */

/* enquery form style start */
.enquire_form-box {
  width: 100%;
  height: 0px;
  background-color: #fff;
  box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
  text-align: center;
  margin: 0px 0 0px 0;
  overflow: hidden;
  opacity: 0;
}
.enquire_form-box.open {
  height: 315px;
  opacity: 1;
}
.enquire_form-box.popup-ani {
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.enquire_form-box h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0 0 0;
  margin: 0;
  font-weight: 400;
}
.enquire_form-box input {
  font-size: 14px;
  padding: 12px 15px;
  /* border-radius: 15px; */
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
}
.enquire_form-box form {
  padding: 15px 30px 0;
  margin-bottom: 15px;
}
.enquire_form-box input[name="email"] {
  background-color: #eee;
}
.enquire_form-box input[name="username"] {
  background-color: #eee;
}
.enquire_form-box input[name="contactno"] {
  background-color: #eee;
}
.enquire_form-box button[name="submit"] {
  background-color: #2E4936 ;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  padding: 8px 20px;
  /* border-radius: 15px; */
}
.enquire_form-box button[name="submit"]:hover {
  background-color: #2E4936 ;
  color: #fff;
}
.enquire_form-box-fab {
  width: 50%;
  background-color: #2E4936;
  z-index: 5;
  position: relative;
}
.enquire_form-box-fab .img-fab {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
}
.enquire_form-box-fab .wrap {
  transform: rotate(0deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.enquire_form-box-fab .ani {
  transform: rotate(45deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.enquire_form-box-fab .close {
  background-position: -2px 1px;
  /* transform: rotate(-45deg); */
  float: none;
  opacity: 1;
}

.download_form-box {
  width: 100%;
  height: 0px;
  background-color: #fff;
  box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
  text-align: center;
  margin: 0px 0 0px 0;
  overflow: hidden;
  opacity: 0;
}
.download_form-box.open {
  height: 315px;
  opacity: 1;
}
.download_form-box.popup-ani {
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.download_form-box h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0 0 0;
  margin: 0;
  font-weight: 400;
}
.download_form-box input {
  font-size: 14px;
  padding: 12px 15px;
  /* border-radius: 15px; */
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
}
.download_form-box form {
  padding: 15px 30px 0;
  margin-bottom: 15px;
}
.download_form-box input[name="email"] {
  background-color: #eee;
}
.download_form-box input[name="username"] {
  background-color: #eee;
}
.download_form-box input[name="contactno"] {
  background-color: #eee;
}
.download_form-box button[name="submit"] {
  background-color: #006329;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  padding: 8px 20px;
  /* border-radius: 15px; */
}
.download_form-box button[name="submit"]:hover {
  background-color: #006329;
  color: #fff;
}
.download_form-box-fab {
  width: 50%;
  background-color: #006329;
  z-index: 5;
  position: relative;
}
.download_form-box-fab .img-fab {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
}

.download_form-box-fab .wraper {
  transform: rotate(0deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.download_form-box-fab .ani {
  transform: rotate(45deg);
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.download_form-box-fab .close {
  background-position: -2px 1px;
  /* transform: rotate(-45deg); */
  float: none;
  opacity: 1;
}
.enquire_form {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
}
.fa-circle-xmark.enquirepadleft {
  /* padding-left: 225px !important; */
}
.fa-circle-xmark.downloadpadleft {
  /* padding-left: 150px !important; */
}

    /* enquery form style end */