@font-face {
    font-family: 'FuturaStd-Light';
    src: url('../fonts/FuturaStd-Light.eot');
    src: url('../fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Light.woff2') format('woff2'),
        url('../fonts/FuturaStd-Light.woff') format('woff'),
        url('../fonts/FuturaStd-Light.ttf') format('truetype'),
        url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../fonts/FuturaStd-Book.eot');
    src: url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Book.woff2') format('woff2'),
        url('../fonts/FuturaStd-Book.woff') format('woff'),
        url('../fonts/FuturaStd-Book.ttf') format('truetype'),
        url('../fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Heavy';
    src: url('../fonts/FuturaStd-Heavy.eot');
    src: url('../fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaStd-Heavy.woff') format('woff'),
        url('../fonts/FuturaStd-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 18px;
  line-height: 22px;
  font-family: "FuturaStd-Book";
  position: relative;
  color: #fff;
  background-color: #5f504c;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
h1,h2,h4,h5 {
  font-family: "FuturaStd-Light";
}
h2 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-family: "FuturaStd-Heavy";
  color: #858484;
  font-size: 25px;
  line-height: 29px;
  padding-bottom: 10px;
}
p {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.flower_svg {

}
.flower_svg {
  max-width: 117px;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 20%;
}
.flower_svg .st0, .flower_svg .st1 {
  fill: #3b2c28;   
  width: 100%;
  stroke: #fff;
  animation: flower_animate 5s linear infinite;
}
@keyframes flower_animate {
  0% {
    stroke-dasharray: 0 1060;

  }
  50% {
    stroke-dasharray: 1060 1060;
  }
  75% {
    stroke-dasharray: 1060 1060;
    
  }
  100% {
    stroke-dasharray: 0 1060;
  }
}
.desk_img {
  display: block;
}
.mobi_img {
  display: none;
}


.show_animate {
  animation: show_animate 1s linear forwards;
}
@keyframes show_animate {
   0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*header style start*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
}
.fixed_header {
  background-color: rgba(0,0,0,0.5);
}
.site_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin: 0 auto;
}
.project_logo {
  max-width: 236px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 100;
}
.brand_logo {
  max-width: 181px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 100;
}


/* ====================================
Burger king
==================================== */

.open-overlay {
  width: 25px;
  display: block;
  cursor: pointer;
  margin: 0 0 10px 0;
  position: relative;
    z-index: 100;
}
.open-overlay:before {
  content: "Menu";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: -55px;
  top: 0;
  -webkit-text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px #000;
}

.open-overlay span {
  display: block;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 3px;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.open-overlay.active span {
  /*background: #007466;  */
}
.open-overlay.active span:nth-child(1) {
  -webkit-transform: translate(0px, 5px)  rotate(130deg);
  -moz-transform: translate(0px, 5px)  rotate(130deg);
  -o-transform: translate(0px, 5px)  rotate(130deg);
  transform: translate(0px, 5px)  rotate(130deg);
}

.open-overlay.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.open-overlay.active span:nth-child(3) {
  -webkit-transform: translate(0px, -5px)  rotate(-130deg);
  -moz-transform: translate(0px, -5px)  rotate(-130deg);
  -o-transform: translate(0px, -5px)  rotate(-130deg);
  transform: translate(0px, -5px)  rotate(-130deg);
}
.animate-top-bar {
  -webkit-animation: animate-top-bar .6s linear 1 both;
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  -webkit-animation: animate-bottom-bar .6s linear 1 both;
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  -webkit-animation: animate-middle-bar .6s linear 1 both;
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  -webkit-animation: animate-out-top-bar .6s linear 1 both;
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  -webkit-animation: animate-out-middle-bar .6s linear 1 both;
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@-webkit-keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@-webkit-keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@-webkit-keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #29363B;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #29363B;
  }
}

@-webkit-keyframes animate-out-top-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@-webkit-keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@-webkit-keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #fff;
  }
}

/* ====================================
Navigation 
==================================== */

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  display: none;
  opacity: 0;
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
}

nav ul li {
  flex-basis: 16.66%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
}

nav li a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1rem;
  opacity: 0;
}

nav li a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 1;
}
nav li a img {
  display: block;
  max-width: 50px;
  width: 100%;
  margin: 10px auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
nav li a:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
nav li:nth-of-type(1) {
  background-color: #3b2c28;
}

nav li:nth-of-type(2) {
  background-color: #3da29a;
}

nav li:nth-of-type(3) {
  background-color: #66d3ca;
}

nav li:nth-of-type(4) {
  background-color: #3ac3b8;
}

nav li:nth-of-type(5) {
  background-color: #56e0d5;
}

nav li:nth-of-type(6) {
  background-color: #3b2c28;
}

nav li:nth-of-type(7) {
  background-color: #3b2c28;
}

nav li:nth-of-type(8) {
  background-color: #3b2c28;
}

/*Main page style start*/

.site_main {

}


/*Main banner style start*/
#home-wrp {

}
.main_slider {

}
.main_slider .item {
  /* background-image: url(../images/webp/main_banner.webp); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.main_slider .item-01 {
  background-image: url(../images/webp/parkridge_homefest_offer_banner.webp);
}
.main_slider .item-02 {
  background-image: url(../images/webp/banner-02.webp);
}
.banner_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 600px;
  margin: 0;
}
.banner_txt img {
  max-width: 317px;
  width: 100%;
  margin: 20px auto;
}
.banner_head {
  color: #fff;
  font-family: "FuturaStd-Heavy";
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  animation-delay: 0.5s;
  margin: 0 auto;
  padding: 0;
}
.banner_svg_txt {
  max-width: 250px;
  width: 100%;
  margin: 0 0 0 180px;
}
.banner_svg_txt .st0, .banner_svg_txt .st1 {
  stroke: #fff;
  fill: :#FFF;
  animation-delay: 0.5s;
  animation: svganimate 5s linear forwards;
}

@keyframes svganimate {
  0% {
    fill: none;
    fill-opacity: 0;
    stroke-dasharray: 0 150;

  }
  90% {
    stroke-dasharray: 150 150;
  }
  100% {
    fill:#FFF;
    fill-opacity: 1;
    stroke-dasharray: 150 150;
  }
}

@keyframes texmove {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main_slider.owl-theme .owl-nav [class*=owl-], .main_slider.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0;
  margin: 0 20px;
  padding: 0 0 5px;
  background: transparent;
}
.main_slider.owl-theme .owl-nav [class*=owl-prev], .main_slider.owl-theme .owl-nav [class*=owl-prev]:hover {
  left: 5%; 
}
.main_slider.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\2190";
  position: absolute;
  bottom: -13px;
  left: -25px;
  color: #fff;
  font-size: 30px;
}
.main_slider.owl-theme .owl-nav [class*=owl-next], .main_slider.owl-theme .owl-nav [class*=owl-next]:hover {
  right: 5%;
}
.main_slider.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\2192";
  position: absolute;
  bottom: -13px;
  right: -25px;
  color: #fff;
  font-size: 30px;
}
.main_slider.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: none;
  outline: none;
}
.main_slider.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  font-family: "FuturaStd-Book";
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  opacity: 0.5;
  border-radius: 0;
  padding: 0 10px;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(1) span {
  top: 0;
  left: 65%;
  text-align: left;
  border-left: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(2) span {
  top: 45%;
  left: 72%;  
  text-align: left;
  border-left: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
  top: 85%;
  left: 65%; 
  text-align: left;
  border-left: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(4) span {
  top: 85%;
  left: 18%; 
  text-align: right;
  border-right: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(5) span {
  top: 45%;
  left: 11%; 
  text-align: right; 
  border-right: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot:nth-child(6) span {
  top: 0;
  left: 18%; 
  text-align: right; 
  border-right: 1px solid #fff;
}
.main_slider.owl-theme .owl-dots .owl-dot.active span, 
.main_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  opacity: 1;
}
.main_slider.owl-theme .owl-dots .owl-dot span small {
  font-family: "FuturaStd-Book";
  text-transform: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
}



/*Overview section style*/
#overview-wrp {
  padding: 100px 0 50px 0;
}
#overview-wrp .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#overview-wrp .container:before {
  display: none;
  content: "";
  position: absolute;
  top: 40px;
  right: -30px;
  background: url(../images/webp/overview_txt_corner_bg.webp) no-repeat right top;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 10%;
}
.img_wrap {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
.img_wrap:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -20px;
  width: 40%;
  height: 40%;
  background-color: #3b2c28;
  z-index: -1;
}

.overview_content {
    background-color: #fff;
    padding: 50px;
    width: 100%;
    margin: 0 0 0 -60px;
    position: relative;
  animation-delay: 0.5;
  opacity: 0;
}

.overview_content h2 {
  color: #3b2c28;
}

/*.overview_content:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 20%;
  background: url(../images/webp/section_btm_unit.webp) no-repeat center bottom;
  width: 117px;
  height: 102px;
}*/
.overview_content p {
  color: #858484;
}

/*Highlights section style start*/
#highlights-wrp {
  position: relative;
  padding: 50px 0 50px 0;
}
/*#highlights-wrp:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/webp/section_btm_unit.webp) no-repeat center bottom;
  width: 117px;
  height: 102px;
  z-index: 1;
}*/
#highlights-wrp .flower_svg {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  bottom: -10px;
}
.highlights_content {
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
}

.highlights_carousel.owl-carousel {
  background: url(../images/webp/highlights_sec_bg.webp) no-repeat right bottom;
  background-size: 85%;
  padding-bottom: 100px;
  position: relative;
  opacity: 0;
}
.highlights_carousel.owl-carousel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 68%;
    background-color: rgba(0,0,0,0.5);
}
.highlights_carousel.owl-carousel .owl-stage-outer {
 z-index: 1;
}
.highlights_carousel.owl-carousel .item {
 margin: 0 20px; 
}
.highlights_carousel.owl-carousel .item img {
  display: block;
}
.highlights_carousel.owl-carousel .item span {
  font-family: "FuturaStd-Heavy";
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  text-align: left;
}
.highlights_carousel.owl-theme .owl-nav [class*=owl-], .highlights_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  color: #fff;
  font-size: 0;
  margin: 0 20px;
  padding: 0 0 5px;
  background: transparent;
  bottom: 15%;
  left: 20%;
  z-index: 1;
}
.highlights_carousel.owl-theme .owl-nav [class*=owl-prev], .highlights_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
  margin-left: 0; 
}
.highlights_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\2190";
  position: absolute;
  bottom: -13px;
  left: -25px;
  color: #fff;
  font-size: 30px;
}
.highlights_carousel.owl-theme .owl-nav [class*=owl-next] {

}
.highlights_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\2192";
  position: absolute;
  bottom: -13px;
  right: -25px;
  color: #fff;
  font-size: 30px;
}
#highlights-wrp .slider-counter {
    position: absolute;
    bottom: 15%;
    right: 26%;
    z-index: 1;
    color: #fff;
    opacity: 0;
}

/*Amenities section style start*/
#amenities-wrp {
    padding: 50px 0 60px 0;
    position: relative;
}
/*#amenities-wrp:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/webp/section_btm_unit.webp) no-repeat center bottom;
  width: 117px;
  height: 102px;
  z-index: 1;
}*/
#amenities-wrp .flower_svg {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
}
#amenities-wrp .container {
  text-align: center;
  opacity: 0;
}
.amenities_carousel.owl-carousel {
    margin-top: 50px; 
}
.amenities_carousel.owl-carousel .item {
    width: 40%;
    margin: 0 auto;
}
.amenities_carousel.owl-carousel .item img {
  display: block;
  max-width: 631px;
  width: 100%;
  margin: 0 auto;
}
.amenities_carousel.owl-carousel .item span {
  display: none;
}
.amenities_carousel.owl-carousel .owl-item {
  /*transform: rotate(-180deg);*/
  animation-duration: 3s;
}
.amenities_carousel.owl-carousel .owl-item.active {
}
@keyframes item_rotate{
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-], .amenities_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0;
  margin: 0 20px;
  padding: 0 0 5px;
  background: transparent;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-prev], .amenities_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
  left: 5%; 
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\2190";
  position: absolute;
  bottom: -13px;
  left: -25px;
  color: #fff;
  font-size: 30px;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-next], .amenities_carousel.owl-theme .owl-nav [class*=owl-next]:hover {
  right: 5%;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\2192";
  position: absolute;
  bottom: -13px;
  right: -25px;
  color: #fff;
  font-size: 30px;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: none;
  outline: none;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  font-family: "FuturaStd-Book";
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  opacity: 0.5;
  border-radius: 0;
  padding: 0 10px;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span {
  top: 0;
  left: 65%;
  text-align: left;
  border-left: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span {
  top: 45%;
  left: 72%;  
  text-align: left;
  border-left: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span {
  top: 85%;
  left: 65%; 
  text-align: left;
  border-left: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(4) span {
  top: 85%;
  left: 18%; 
  text-align: right;
  border-right: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(5) span {
  top: 45%;
  left: 11%; 
  text-align: right; 
  border-right: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot:nth-child(6) span {
  top: 0;
  left: 18%; 
  text-align: right; 
  border-right: 1px solid #fff;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot.active span, 
.amenities_carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  opacity: 1;
}
.amenities_carousel.owl-theme .owl-dots .owl-dot span small {
  font-family: "FuturaStd-Book";
  text-transform: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

@-webkit-keyframes amt_rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 50deg);
    transform: rotate3d(0, 0, 1, 50deg);
    opacity: 0;
  }
}

@keyframes amt_rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 50deg);
    transform: rotate3d(0, 0, 1, 50deg);
    opacity: 0;
  }
}

.amt_rotateOut {
  -webkit-animation-name: amt_rotateOut;
  animation-name: amt_rotateOut;
}


/*Image Gallery section style start*/
#imggallery-wrp {
  background: url(../images/webp/imggallery_sec_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 100px 0 60px 0;
  position: relative;
}
/*#imggallery-wrp:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/webp/section_btm_unit.webp) no-repeat center bottom;
  width: 117px;
  height: 102px;
  z-index: 1;
}*/
#imggallery-wrp .flower_svg {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
}
#imggallery-wrp .container {
  text-align: center;
  position: relative;
  opacity: 0;
}
#imggallery-wrp .container p {
  color: #fff;
}
.imggallery_carousel.owl-carousel {
  margin-top: 50px;
  padding-bottom: 20px;
  opacity: 0;
}
.imggallery_carousel.owl-carousel .owl-item {
  margin-top: 0;
}
.imggallery_carousel.owl-carousel .owl-item:nth-child( even ) {
  margin-top: 50px;
}
.imggallery_carousel.owl-carousel .item span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.imggallery_carousel.owl-carousel .item img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 20px auto; 
}
.imggallery_carousel.owl-theme .owl-nav [class*=owl-], .imggallery_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  color: #fff;
  font-size: 0;
  margin: 0 20px;
  padding: 0 0 5px;
  background: transparent;
  bottom: 0;
  right: 5%;
}
.imggallery_carousel.owl-theme .owl-nav [class*=owl-prev], .imggallery_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
}
.imggallery_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\2190";
  position: absolute;
  bottom: -13px;
  left: -25px;
  color: #fff;
  font-size: 30px;
}
.imggallery_carousel.owl-theme .owl-nav [class*=owl-next], .imggallery_carousel.owl-theme .owl-nav [class*=owl-next]:hover {
  margin-right: 0; 
}
.imggallery_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\2192";
  position: absolute;
  bottom: -13px;
  right: -25px;
  color: #fff;
  font-size: 30px;
}
#imggallery-wrp .slider-counter {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 1;
    color: #fff;
}


/*Video Gallery section style start*/
#videogallery-wrp {
  background: url(../images/webp/videogallery_sec_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 100px 0 60px 0;
  position: relative;
}
#videogallery-wrp .flower_svg {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
}
#videogallery-wrp .container {
  text-align: center;
  position: relative;
  opacity: 0;
}
#videogallery-wrp .container p {
  color: #fff;
}
.videogallery_carousel.owl-carousel {
  margin-top: 50px;
  padding-bottom: 20px;
  opacity: 0;
}
.videogallery_carousel.owl-carousel .owl-item {
  margin-top: 0;
}
.videogallery_carousel.owl-carousel .owl-item:nth-child( even ) {
  margin-top: 50px;
}
.videogallery_carousel.owl-carousel .item span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.videogallery_carousel.owl-carousel .item a {
  position: relative;
  display: block;
}
.videogallery_carousel.owl-carousel .item.video_link a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: url(../images/webp/play_icon.webp) no-repeat center center;
  background-size: 20%;
  width: 100%;
  height: 100%;
}
.videogallery_carousel.owl-carousel .item img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 20px auto; 
}
.videogallery_carousel.owl-theme .owl-nav [class*=owl-], .videogallery_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  position: absolute;
  color: #fff;
  font-size: 0;
  margin: 0 20px;
  padding: 0 0 5px;
  background: transparent;
  bottom: 0;
  right: 5%;
}
.videogallery_carousel.owl-theme .owl-nav [class*=owl-prev], .videogallery_carousel.owl-theme .owl-nav [class*=owl-prev]:hover {
}
.videogallery_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
  content: "\2190";
  position: absolute;
  bottom: -13px;
  left: -25px;
  color: #fff;
  font-size: 30px;
}
.videogallery_carousel.owl-theme .owl-nav [class*=owl-next], .videogallery_carousel.owl-theme .owl-nav [class*=owl-next]:hover {
  margin-right: 0; 
}
.videogallery_carousel.owl-theme .owl-nav [class*=owl-next]:after {
  content: "\2192";
  position: absolute;
  bottom: -13px;
  right: -25px;
  color: #fff;
  font-size: 30px;
}
#videogallery-wrp .slider-counter {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 1;
    color: #fff;
}

/*Location section style start*/
#location-wrp {

}
#location-wrp .container {
  position: relative;
}
.gmap {
  height: 100vh;
}
.gmap img {
  height: 100%;
}
.location_content {
  background-color: rgba(95, 80, 76, 1);
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -46px;
  padding: 60px 50px;
  border: 2px solid #3b2c28;
  border-right: none;
}
.section.active .location_content {
  /*animation: texmove 2s linear forwards;*/
}
.location_content h2 {
  color: #fff;
  opacity: 0;
}
.location_content p {
  color: #fff;
  opacity: 0;
}
.loc_icon_wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  opacity: 0;
}
.loc_icon_wrap span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.loc_icon_wrap span img {
  display: block;
  max-width: 60px;
  width: 100%;
  margin: 10px auto;
}
.get_diection_link {

}
.get_diection_link a {
  font-family: "FuturaStd-Heavy";
  color: #fff;
  text-decoration: none;
}
.get_diection_link a:hover {
  text-decoration: underline;
}

/*Footer section style start*/
#site_footer {
  background-color: #000;
  padding: 50px 0;
}
#site_footer .container {
  text-align: center;
}
.site_address {
  color: #b8b8b8;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
}
.site_address p {
  color: #b8b8b8;
  font-size: 20px;
  line-height: 24px;
}
.disclaimer_txt {
  color: #58595b;
  font-size: 16px;
  line-height: 20px;
}
.disclaimer_txt p {
  color: #58595b;
  font-size: 16px;
  line-height: 20px;
}

/*Enquire Now form style start*/
#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: #3b2c28;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  max-width: 264px;
  z-index: 9;
}
#fixed_form_wrap.active {
  right: 0;
}
.form_container {
  padding: 0 10px;
}
.form_close {
  cursor: pointer;
  text-align: right;
  color: #fff;
  display: block;
  padding: 10px;
  margin-right: -10px;
}
.site_heading5 {
  cursor: pointer;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: #3b2c28;
  padding: 10px 20px;
}
#frmContactus {

}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}
.fieldwrapper input, .fieldwrapper select {
  width: 100%;
  font-family: 'FuturaStd-Book';
  border: 1px solid #acaaaa;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  padding: 0 0 0 20px;
  outline: 0;
}
.fieldwrapper.form-cta-btn {
  text-align: center;
}
.fieldwrapper.form-cta-btn a.btn {
  font-family: 'FuturaStd-Heavy';
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  border: none;
  background-color: #5f504c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}
.error_msg {
  border: 2px solid #ff0000 !important;
}
.mobi_form_btn {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .container {
    max-width: 930px;
  }
  nav li a {
    top: 58%;
  }
  .main_slider .item{
    height: 90vh;
  }
  .gmap {
    height: 90vh;
    display: flex;
    align-items: center;
  }
  .gmap img{
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {

  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }

  .flower_svg {
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .desk_img {
    display: none;
  }
  .mobi_img {
    display: block;
  }

  /*header style start*/
  .project_logo {
    width: 50%;
  }
  .brand_logo {
    display: none;
  }

  /*Menu style start*/
  .open-overlay {
    margin: 10px 0;
  }
  .open-overlay:before {
    font-size: 13px;
    line-height: 17px;
  }
  nav ul {
    flex-direction: column;
  }
  nav li a {
    line-height: 18px;
  }
  nav li a img {
    max-width: 20px;
    margin: 5px auto;
  }

  /*Main banner style start*/
  /* .main_slider .item {
    background-image: url(../images/webp/main_banner_mobi.webp);
  } */
  .main_slider .item-01 {
    background-image: url(../images/webp/parkridge_homefest_offer_banner_mobi.webp);
  }
  .main_slider .item-02 {
    background-image: url(../images/webp/banner-02-mobile.webp);
  }
  .banner_txt {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 100px;
  }
  .banner_head {
    font-size: 23px;
    line-height: 28px;
  }
  .banner_svg_txt {
    width: 60%;
    margin: 0 auto -20px;
  }

  /*overview section style start*/
  #overview-wrp {
    padding: 20px 0;
  }
  #overview-wrp .container {
    flex-direction: column;
  }
  #overview-wrp .container:before {
    display: none;
  }
  .img_wrap {
    width: 100%;
  }
  .overview_content {
    padding: 20px 20px 60px;
    margin: 20px auto;
  }
  .overview_content:before {
    display: none;
  }
  .overview_content:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /*Project Highlights section style start*/
  #highlights-wrp {
    padding: 50px 0 80px 0;
  }
  .highlights_content {
    margin-bottom: 20px;
  }
  .highlights_carousel.owl-carousel {
    background-size: 100%;
    padding-bottom: 30px;
  }
  .highlights_carousel.owl-carousel:after {
    width: 100%;
    height: 41%;
  }
  .highlights_carousel.owl-carousel .item span {
    font-size: 14px;
    line-height: 18px;
  }
  .highlights_carousel.owl-theme .owl-nav [class*=owl-], .highlights_carousel.owl-theme .owl-nav [class*=owl-]:hover {
    bottom: 10%;
  }
  #highlights-wrp .slider-counter {
    bottom: 17%;
    right: 15%;
  }

  /*Amenities section style start*/
  .amenities_carousel.owl-carousel .item {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  .amenities_carousel.owl-carousel .item span {
    display: block;
    font-family: "FuturaStd-Heavy";
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    margin: 10px 0;
    text-align: left;
    border-left: 1px solid #000;
  }
  .amenities_carousel.owl-carousel .item span small {
    font-family: "FuturaStd-Book";
    text-transform: none;
    display: block;
    font-size: 12px;
    line-height: 15px;
  }

  /*Image Gallery style start*/
  .imggallery_carousel.owl-carousel {
    margin-top: 0;
  }
  .imggallery_carousel.owl-theme .owl-nav [class*=owl-], .imggallery_carousel.owl-theme .owl-nav [class*=owl-]:hover {
    bottom: 12px;
    right: 10%;
  }

  /*Video Gallery style start*/
  .videogallery_carousel.owl-carousel {
    margin-top: 0;
  }
  .videogallery_carousel.owl-theme .owl-nav [class*=owl-], .videogallery_carousel.owl-theme .owl-nav [class*=owl-]:hover {
    bottom: 12px;
    right: 10%;
  }

  /*Location section style start*/
  .gmap {
    height: auto;
  }
  .location_content {
    position: static;
    padding: 20px;
    text-align: center;
    border: none;
    margin: auto;
  }

  /*Footer style start*/
  .site_address p {
    font-size: 16px;
    line-height: 20px;
  }
  .disclaimer_txt p {
    font-size: 14px;
    line-height: 18px;
  }

  /*Enquire now from style start*/

  .mobi_form_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 100%;
    text-align: center;
    background-color: #5f504c;
    color: #fff;
    font-family: "FuturaStd-Heavy";
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
  }
  #fixed_form_wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -100%;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }
  #fixed_form_wrap.active {
    top: 0;
  }

  .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }

} 

@media only screen and (max-width: 480px) {
  .main_slider .item{
    /* height: 88vh; */
    height: 74vh;
  }
}