/*
Theme Name: 16smlg
Author: Cskills
Version: 1
*/
/* body{
  background-color: var(--Dark_pink);
}
body.loaded{
  background-color: var(--Creamy_orange);
} */
.landingScreen {
  background-color: var(--Dark_pink);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1.8s ease-in-out;
  -moz-transition: all 1.8s ease-in-out;
  -o-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
  transition-delay: 3.5s;
}

.loaded .landingScreen {
  opacity: 0;
  visibility: hidden;
}

.landingScreen .leftImg,
.landingScreen .rightImg {
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 1 !important;
  width: auto;
  max-width: none;
  object-fit: cover;

}
.landingScreen .leftImg{

  -webkit-transition: left 4s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: left 4s cubic-bezier(.17,.67,.83,.67);
  -o-transition: left 4s cubic-bezier(.17,.67,.83,.67);
  transition: left 4s cubic-bezier(.17,.67,.83,.67);
  transition-delay: 0.5s;
}
.landingScreen .rightImg {

  -webkit-transition: right 4s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: right 4s cubic-bezier(.17,.67,.83,.67);
  -o-transition: right 4s cubic-bezier(.17,.67,.83,.67);
  transition: right 4s cubic-bezier(.17,.67,.83,.67);
  transition-delay: 0.5s;
}

.landingScreen .leftImg {
  left: 0%;
  object-position: center right;
}

.landingScreen .rightImg {
  right: 0%;
  object-position: center left;
}
.landingScreen .bottomImg, .landingScreen .respleftImg,
.landingScreen .resprightImg, .landingScreen .imgloader
{
  display: none;
}

.landingScreen .container {
  width: 100%;
  height: 100%;
  background: url("images/Covers_VB.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.loaded .landingScreen .leftImg {
  left: -200%;
}

.loaded .landingScreen .rightImg {
  right: -200%;
}

/* @media all and (orientation: portrait) {
  .landingScreen .leftImg {
    left: -300vw;
  }
  .landingScreen .rightImg {
    right: -300vw;
  }
  .loaded .landingScreen .leftImg {
    left: -480%;
  }
  .loaded .landingScreen .rightImg {
    right: -480%;
  }
} */
.landingScreen .container {
  opacity: 0;
}
@-webkit-keyframes appcontainer {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes appcontainer {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes appcontainer {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@keyframes appcontainer {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}


body.loaded .landingScreen .container {
  animation: appcontainer 1s forwards ease-in-out;
}

.logoOuter {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  max-width: calc(50vh + 4px);
  height: calc(50vh + 4px);
  border-radius: 100%;
  border: 2px solid var(--Creamy_orange);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 3.5s;
}

.loaded .logoOuter {
  opacity: 0;
  visibility: hidden;
}

.landing_logo {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  max-width: 50vh;
  width: 100%;
  height: 50vh;
  padding: 3vw;
  border-radius: 100%;
  background-color: var(--Dark_pink);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: 3.5s;
}

.loaded .landing_logo {
  border: 0px;
  background-color: transparent;
  max-width: 140px;
  height: 140px;
  padding: 0px;
  top: 130px;
  /* -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); */
}

.landing_logo .l_logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.overlay-navigation, .Hero, .gallery::after, .building, .specification, .pageHero::before,
.cuturalLandmarks, .fourImageText, .error404, .page-template-template-Contact-php, .contactWrapper .rightSide{
  background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover ;
  background-blend-mode: multiply;
}
#page-wrap {
  position: relative;
  /* display: none; */
  /* visibility: hidden; */
  /* z-index: 0; */
  /* overflow: hidden;
  overflow-x: hidden;
  height: 100vh; */
}

body.loaded #page-wrap.loaded, #page-wrap {
  /* display: block; */
  visibility: visible;
  /* overflow:  auto; */
  /* overflow-x: hidden; */
  height: auto;
  min-height: 80vh;
}

body.introcompleted #page-wrap, #page-wrap {
  visibility: visible;
  height: auto;
  min-height: 80vh;
}

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 65px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 3.5s;
}

.loaded header {
  opacity: 1;
}

body.introcompleted header {
  transition-delay: 0.5s;
}

body.page-template-default header.shrink {
  background-color: var(--Dark_brown);
}

.logo {
  left: 50%;
  position: absolute;
  max-width: 140px;
  height: 140px;
  padding: 0px;
  top: 30px;
  -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
        -moz-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
        -o-transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
        transition: opacity 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
        transition-delay: 2.1s;
}
.loaded .logo {
  opacity: 1;
}
body.introcompleted .logo {
transition-delay: 0.1s;
}

.logoText {
  position: absolute;
  left: 30px;
  top: 20px;
}

.logoText .imgloader, .home .logoText {
  display: none;
}
.home header.shrink .logoText {
  display: inline-block;
}

body.menuOpen
{overflow: hidden;}

#burgurMenu {
  /* background: var(--Olieve); */
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
}

#burgurMenu span,
#burgurMenu span:before,
#burgurMenu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: var(--Creamy_orange);
  position: absolute;
  left: 7px;
  top: 50%;
  display: block;
  content: '';
}

#burgurMenu span:before {
  top: -8px;
  left: 0px;
}

#burgurMenu span:after {
  top: 8px;
  left: 0px;
}

#burgurMenu span,
#burgurMenu span:before,
#burgurMenu span:after {
  transition: all 0.5s ease-in-out;
}

#burgurMenu.active span {
  background-color: transparent;
}

#burgurMenu.active span:before,
#burgurMenu.active span:after {
  top: 0;
}

#burgurMenu.active span:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

#burgurMenu.active span:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.overlay-navigation {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;

  background-color: var(--Dark_pink);
}

.no-touch .overlay-navigation
{
  background-attachment: fixed;
}
.navlogo {
  display: inline-block;
  margin: 0px auto 70px auto;
  text-align: center;
  width: 78px;
  height: 78px;
}

nav.MainMenuBar {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding: 15vh 0px 20px 0px !important
}

nav.MainMenuBar .menu-main-menu-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-main-menu-container {
  /* height: 100%; */
}

.menu-main-menu-container>ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0px;
}

.menu-main-menu-container>ul>li {
  text-align: center;
  display: inline-block;
  padding: 25px 25px;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration:1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes bounceInDown {

  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-webkit-keyframes bounceInDown {

  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-moz-keyframes bounceInDown {

  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-o-keyframes bounceInDown {


  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes bounceInDown {

  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.menuOpen nav ul li:first-child {
  -webkit-animation-duration: .50s;
  animation-duration: .50s
}

.menuOpen nav ul li:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.menuOpen nav ul li:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.menu-main-menu-container ul>li>a {
  font-size: 34px;
  line-height: 51px;
  letter-spacing: 1.7px;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.menu-main-menu-container ul li a {
  -webkit-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  transition: color .3s cubic-bezier(.16, .84, .44, 1);
}

.menu-main-menu-container ul>li:hover>a, .menu-main-menu-container ul>li.current_page_ancestor>a, .menu-main-menu-container ul>li.current_page_item>a {
  color: var(--Off_white);
}
.threadimgWrap
{
  position: relative;
}
.heroThread {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
        transform: translateY(-80%);
  left: -10%;
  width: 720px;
  height: 490px;

}
.heroThread svg
{
  width: 100%;
  height: 100%;
}
#orange-thread {
  stroke-dasharray: 1900px;
  stroke-dashoffset: 1900px;
}
@-webkit-keyframes herothread {
  0% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 1900px;
  }

  100% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 3800px;
  }
}
@-moz-keyframes herothread {
  0% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 1900px;
  }

  100% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 3800px;
  }
}
@-o-keyframes herothread {
  0% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 1900px;
  }

  100% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 3800px;
  }
}

@keyframes herothread {
  0% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 1900px;
  }

  100% {
    stroke-dasharray: 1900px;
    stroke-dashoffset: 3800px;
  }
}

body:not(.introcompleted) #page-wrap.loaded .Hero #orange-thread {
  animation: herothread 2.5s forwards ease-in-out;
  animation-delay: 2.7s;
}

body.introcompleted #page-wrap .Hero #orange-thread {
  animation: herothread 2.5s forwards ease-in-out;
  animation-delay: 0.8s;
}




.Hero {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Olieve);
  padding: 350px 10vw 10vw 10vw;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--Dark_green);
  font-family: 'adelle-sans', sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.no-touch .Hero
{
  background-attachment: fixed;
}

.Hero .container {
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.16, .84, .44, 0.6);
  -moz-transition: opacity .3s cubic-bezier(.16, .84, .44, 0.6);
  -o-transition: opacity .3s cubic-bezier(.16, .84, .44, 0.6);
  transition: opacity .3s cubic-bezier(.16, .84, .44, 0.6);
}

body.loaded .Hero .container {
  opacity: 1;
}

.Hero h1 {
  font-size: 12vw;
  line-height: 12vw;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  background-image: url("images/Covers_VB.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--Green);
}

.Hero h2 {
  font-size: 25px;
  line-height: 28px;
  font-family: "open-sans";
  color: var(--Dark_green);
  margin-bottom: 20px;
}
.Hero div:not(,innerContent) h2
{
  margin-bottom: 10px;
}
.Hero .innerContent {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.Hero .introText {
  display: inline-block;
  margin: 0 auto 10px auto;
  max-width: 810px;
}

.nextScroll {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nextScroll svg g.pathfill {
  fill: rgba(255, 255, 255, 0);
  -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;
}

.nextScroll:hover svg g.pathfill {
  fill: var(--Creamy_orange);
}

.pageHero .nextScroll:hover svg g.pathfill {
  fill: var(--Green);
}

.Hero::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40%;
  bottom: -19%;
  width: 17vw;
  height: 30vw;
  background: url("images/intro-flower-left.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.Hero::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -40%;
  top: 8%;
  width: 15vw;
  height: 40vw;
  background: url("images/intro-flower-right.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@keyframes animateFromleft {
  0% {
    /* opacity: 0; */
    left: -50%;
  }

  100% {
    /* opacity: 1; */
    left: -20px;
  }
}

@keyframes animateFromright {
  0% {
    /* opacity: 0; */
    right: -50%;
  }

  100% {
    /* opacity: 1; */
    right: -30px;
  }
}

body:not(.introcompleted) #page-wrap.loaded .Hero::before {
  /* opacity: 0; */
  animation: animateFromleft 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 1.8s;
}

body:not(.introcompleted) #page-wrap.loaded .Hero::after {
  /* opacity: 0; */
  animation: animateFromright 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 1.8s;
}

body.introcompleted #page-wrap .Hero::after {
  /* opacity: 0; */
  animation: animateFromright 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 0.5s;
}

body.introcompleted #page-wrap .Hero::before {
  /* opacity: 0; */
  animation: animateFromleft 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 0.5s;
}

.gallery {
  background-color: var(--Off_white);
  padding: 140px 0px 140px 0px;
  text-align: center;
}

.gallery::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 35%;
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Dark_pink);
}
.no-touch .gallery::after
{
  background-attachment: fixed;
}

.gallery .gallerySlider {
  z-index: 1;
}

.gallerySlider .slick-list {
  margin: 0 0 0 -70px;
  width: calc(100% + 140px);
}

.gallery .slick-slide {
  padding: 0px 70px;
  height: 100%;
}

.gallery .slick-slide>div {
  position: relative;
  margin-bottom: 42px;
}

.gallery .slick-slide>div h6 {
  border-left: 1px solid var(--Dark_pink);
  padding-left: 15px;
  margin-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-family: 'adelle-sans', sans-serif;
  font-weight: normal;
  color: var(--Dark_pink);
  padding-bottom: 20px;
  margin-bottom: 0px;
  height: 65px;
  max-width: 350px;
  overflow: hidden;
}
.gallery .slick-slide>div h6.nocaption{
  border-left:0px;
}
.gallery .slick-slide>div h6, .gallery .slick-slide>div .expandGallery {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.gallery .slick-slide.slick-center>div h6, .gallery .slick-slide.slick-center>div .expandGallery {
  opacity: 1;
}

.gallery .slick-slide>div .imageBlock {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  background-color: var(--Off_white);
}

.gallery .slick-slide>div .imageBlock img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-counter {
  width: calc(33.33% - 140px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 7px;
  padding-top: 20px;
  padding-left: 55px;
  text-align: left;
  color: var(--Creamy_orange);
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-family: 'adelle-sans', sans-serif;
  font-weight: normal;
}

.slick-counter::before {
  content: '';
  display: block;
  width: 1px;
  background-color: var(--Creamy_orange);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 40px;
}

.gallerySlider .slick-next.slick-arrow {
  right: 32%
}

.gallerySlider .slick-prev.slick-arrow {
  left: 32%
}

.gallerySlider .expandGallery {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url('images/expand.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

.gallerySlider .expandGallery:hover {
  background-color: var(--Olieve);
}

.gallerySlider .expandGallery::before {
  display: none;
}

/* gallery end here */
.building {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */

  background-color: var(--Dark_pink);
  color: var(--Creamy_orange);
  padding: 0px 115px 110px 115px;
}
.no-touch .building
{
  background-attachment: fixed;
}

.building h2 {
  text-align: center;
  color: var(--Creamy_orange);
}

.building .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.building .container .respFlower, .building .container .respFly {
  display: none;
}

.building .container .buildingStructure {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 25%;
  background: url('images/building-side-lines.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.building .container .buildingStructure svg {
  width: 100%;
  height: 100%;
}

#top-floor, #basement {
  pointer-events: none;
}

/* .building .container .buildingStructure svg g.floorArea {
  cursor: pointer;
} */

.building .container .buildingStructure svg g.floorArea path,
.building .container .buildingStructure svg g.floorArea rect {
  fill: rgb(97, 28, 59);
  fill-opacity: 0;
}

/* .building .container .buildingStructure:hover svg g.floorArea path,
.building .container .buildingStructure:hover svg g.floorArea rect {
  fill: rgb(97, 28, 59);
  fill-opacity: 0.6;
}

.building .container .buildingStructure svg g.floorArea:hover path,
.building .container .buildingStructure svg g.floorArea:hover rect {
  fill: rgb(97, 28, 59);
  fill-opacity: 0;
} */

.building .container .floorData {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.building .container .floorData>div>div.floortitleForResp {
  display: none;
}

.floortitle sup{
  font-size: 11px;
  line-height: 30px;
  padding: 0px 1px;
}
.building .container .floorData>div {
  display: flex;
  width: 100%;
  padding-left: 25%;
  height: 8.6%;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}
.building .container .floorData>div.let {
  pointer-events: none;
}
.building .container .floorData>div.let .plusIcon{
  display: none;
}

.building .container .floorData>div>div {
  width: 33.33%;
  padding-right: 20px;
  padding-bottom: 0.5%;
  display: flex;
  align-items: flex-end;
  color: var(--Pink);
}

.building .container .floorData>div>div.sqmText>div {
  display: inline-block;
  padding-right: 4px;
}

.building .container .floorData>div>div.sqmText>div:nth-child(3) {
  border-left: 1px solid var(--Pink);
  margin-left: 5px;
  padding-left: 5px;
}

.building .container .floorData>div svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: 20%
}

svg.plusIcon g.outerCircle {
  fill: none;
  stroke: #ffd9b4;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

svg.plusIcon .innerpath {
  stroke: #ffd9b4;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

svg.plusIcon:hover g.outerCircle {
  fill: #ffd9b4;
  stroke: #ffd9b4;
}

svg.plusIcon:hover .innerpath {
  stroke: var(--Dark_pink);
}

.building .container .floorData>div.basement>div {
  padding-top: 15px;
  align-items: flex-start;
  font-size: 25px;
  line-height: 25px;
}
.building .container .floorData>div.basement>div:nth-child(1) {
  width: 33.33%;
  margin-left: 33.33%;
  padding-left: 0px;
}
.building .container .floorData>div.basement>div:nth-child(2) {
  width: 33.33%;
  padding-right: 0px;
}

.building .container .floorData>div>div:nth-child(1) {
  padding-left: 70px;
  color: var(--Creamy_orange);
}
.building .container .floorData>div::before {
  content: '';
  display: flex;
  width: 78%;
  /* border-bottom: 1px dotted #D0DDE3; */
  background-color:rgb(107 30 64 / 80%);
  position: absolute;
  z-index: 0;
  opacity: 0;
  height: 100%;
  right: 0px;
  bottom: 0px;
}
.building .container .floorData>div>div
{
  position: relative;
  z-index: 1;
}
.basement
{
  pointer-events: none;
}
.building .container .floorData>div:hover::before
{
  opacity: 1;
}
.building .container .floorData>div::after {
  content: '';
  display: flex;
  width: 78%;
  /* border-bottom: 1px dotted #D0DDE3; */
  background: url('images/dotted-lines.svg');
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 1.5px;
  position: absolute;
  height: 1.5px;
  right: 0px;
  bottom: 0px;
}

.building .container .floorData>div.floor0 {
  height: 8.5%;
}

.building .container .floorData>div.floor5 {
  height: 7.9%;
}

.building .container .floorData>div.floor6 {
  height: 9.5%;
}

.building .container .floorData>div.floor7 {
  height: 13.5%;
}

.building .container .floorData>div.basement {
  height: 18.5%;
}

.building .container .floorData>div.basement::after,
.building .container .floorData>div.floorTopTitle {
  display: none;
}

.buildingSpring {

  display: block;
  width: 20vw;
  max-width: 280px;
  height: 2vw;
  position: absolute;
  animation: none !important;
  left: 20vw;
  opacity: 0;
  bottom: -1vw;
  z-index: 5;

}
.buildingSpring svg
{
  width: 100%;
  height: 100%;
}
.buildingSpring.animated {
  opacity: 1;
  height: 2vw;
}

path.floorspring {
  stroke-dasharray: 35px;
  stroke-dashoffset: 35px;
}

@keyframes floorspring {
  0% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 35px;
  }

  100% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 0px;
  }
}

.buildingSpring.animated path.floorspring.one {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 0.5s;
}

.buildingSpring.animated path.floorspring.two {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 1s;
}

.buildingSpring.animated path.floorspring.three {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 1.5s;
}

.buildingSpring.animated path.floorspring.four {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 2s;
}

.buildingSpring.animated path.floorspring.five {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 2.5s;
}

.buildingSpring.animated path.floorspring.six {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 3s;
}

.buildingSpring.animated path.floorspring.seven {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 3.5s;
}
.buildingSpring.animated path.floorspring.eight {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 4s;
}
.buildingSpring.animated path.floorspring.nine {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 4.5s;
}
.buildingSpring.animated path.floorspring.ten {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 5s;
}
.buildingSpring.animated path.floorspring.eleven {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 5.5s;
}
.buildingSpring.animated path.floorspring.twelve {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 6s;
}
.buildingSpring.animated path.floorspring.thirteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 6.5s;
}
.buildingSpring.animated path.floorspring.fourteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 7s;
}
.buildingSpring.animated path.floorspring.fifteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 7.5s;
}
.buildingSpring.animated path.floorspring.sixteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 8s;
}
.buildingSpring.animated path.floorspring.seventeen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 8.5s;
}
.buildingSpring.animated path.floorspring.eightteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 9s;
}
.buildingSpring.animated path.floorspring.nineteen {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 9.5s;
}
.buildingSpring.animated path.floorspring.twenty {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 10s;
}
.buildingSpring.animated path.floorspring.twentyone {
  animation: floorspring 0.5s forwards ease-in-out;
  animation-delay: 10.5s;
}

.floorplan {
  background-color: var(--Off_white);
  color: var(--Dark_pink);
  padding: 110px 150px 110px 150px;
  z-index: 1;
}


.floorplan::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40%;
  bottom: -21vw;
  width: 18vw;
  height: 35vw;
  background: url("images/peacock.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.floorplan.animated::before {
  /* opacity: 0; */
  animation: peacock 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 0.5s;
}

@keyframes peacock {
  0% {
    /* opacity: 0; */
    left: -50%;
  }

  100% {
    /* opacity: 1; */
    left: -70px;
  }
}

.floorplan::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -40%;
  top: -30%;
  width: 16vw;
  height: 36vw;
  background: url("images/floorplan-right-flower.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.floorplan.animated::after {
  animation: animateFromright 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 0.5s;
}

.planSlide {
  display: flex !important;
  height: 100%;
}
.floorSlider
{
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.floorSlider .slick-list {
  overflow: visible;
}

.planSlide .floorText {
  width: 40%;
}

.floorSize {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}

.planSlide .floorText h2 {
  font-size: 63px;
  line-height: 68px;
  letter-spacing: -1.26px;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.planSlide .floorText h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50vw;
  height: 1px;
  background-color: var(--Dark_pink);
}

.planSlide ul.planLegends {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.planSlide ul.planLegends.resp {
  display: none;
}

.planSlide ul.planLegends li {
  padding: 3px 0px 3px 23px;
  position: relative;
  font-size: 13px;
  line-height: 19px;
}

.planSlide ul.planLegends li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #DE9E9E;
}

.planSlide ul.planLegends li.one::before {
  background-color: #DE9E9E;
}

.planSlide ul.planLegends li.two::before {
  background-color: #E5B0AF;
}

.planSlide ul.planLegends li.three::before {
  background-color: #AB969F;
}

.planSlide ul.planLegends li.four::before {
  background-color: #AFB0BA;
}

.planSlide ul.planLegends li.five::before {
  background-color: #c7e1bd;
}

.planSlide .floorImage {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.planSlide .floorImage a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  left: 0px;
  top: 0px;
  background: url('images/expand.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: rgb(255 244 233 / 40%);
}

.planSlide .floorImage:hover a::before {
  opacity: 1;
}

.planSlide .floorImage .spaceplanImg {
  display: none;
}

.fancybox-button--play, .fancybox-button--thumbs {
  display: none !important
}

.floorImage img {
  display: block;
  margin: 0 auto;
}

.floorSlider .slick-next {
  right: -100px;
}

.floorSlider .slick-prev {
  left: 32%;
}

/* flooreplan end here */
.specification {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Green);
  padding: 110px 115px 110px 115px;
  text-align: center;
}
.no-touch .specification
{
  background-attachment: fixed;
}

.specification h2 {
  color: var(--Olieve);
}

.specification>div {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.specThread {
  right: -2%;
  top: -57%;
  z-index: 1;
  /* width: 30vw;
    height: 30vw; */
  width: 345px;
  height: 345px;
  position: absolute;
  z-index: 1;
}

.specThread svg {
  width: 100%;
  height: 100%;
}

.specThread path.speclong {
  stroke-dasharray: 380px;
  stroke-dashoffset: 380px;
}

.specThread.animated path.speclong {
  animation: speclong 1.5s forwards ease-in-out;
  animation-delay: 0s;
}

@keyframes speclong {
  0% {
    stroke-dasharray: 380px;
    stroke-dashoffset: 380px;
  }

  100% {
    stroke-dasharray: 380px;
    stroke-dashoffset: 760px;
  }
}

.specThread.animated path.specshort {
  stroke-dasharray: 50px;
  stroke-dashoffset: 50px;
}

@keyframes specshort {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 100px;
  }
}

.specThread.animated path.specshort.one {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 1.5s;
}

.specThread.animated path.specshort.two {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 1.8s;
}

.specThread.animated path.specshort.three {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 2.1s;
}

.specThread.animated path.specshort.four {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 2.4s;
}

.specThread.animated path.specshort.five {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 2.7s;
}

.specThread.animated path.specshort.six {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 3s;
}

ul.iconListing {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

ul.iconListing li {
  width: 16.66%;
  padding: 15px 10px;
}

ul.iconListing li .icon {
  margin: 0 auto 20px auto;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ul.iconListing li:nth-child(7) .icon::after {
  content: '';
  display: block;
  position: absolute;
  background: url('images/icon-spring2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  left: -10px;
  top: -5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 1s;
} */
/* ul.iconListing li:nth-child(7).animated .icon::after {
  opacity: 1;
} */
ul.iconListing li:nth-child(7) .icon svg{
  display: block;
  position: absolute;
  width: 40%;
  height: 40%;
  left: -5%;
  top: -5%;
  z-index: 1;
  /* opacity: 0; */
}

path.iconspring {
  stroke-dasharray: 35px;
  stroke-dashoffset: 35px;
}

@keyframes iconspring {
  0% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 35px;
  }

  100% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 0px;
  }
}

ul.iconListing li:nth-child(7).animated path.iconspring.one {
  animation: iconspring 0.5s forwards ease-in-out;
  animation-delay: 0.5s;
}

ul.iconListing li:nth-child(7).animated path.iconspring.two {
  animation: iconspring 0.5s forwards ease-in-out;
  animation-delay: 1s;
}

ul.iconListing li:nth-child(7).animated path.iconspring.three {
  animation: iconspring 0.5s forwards ease-in-out;
  animation-delay: 1.5s;
}

ul.iconListing li:nth-child(7).animated path.iconspring.four {
  animation: iconspring 0.5s forwards ease-in-out;
  animation-delay: 2s;
}
/*
ul.iconListing li:nth-child(10) .icon::after {
  content: '';
  display: block;
  position: absolute;
  background: url('images/icon-spring3.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  left: -10px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 1s;
}

ul.iconListing li:nth-child(10).animated .icon::after {
  opacity: 1;
} */

ul.iconListing li:nth-child(10) .icon svg{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: 0px;
  z-index: 1;

}

path.groupiconspring {
  stroke-dasharray: 35px;
  stroke-dashoffset: 35px;
}

@keyframes groupiconspring {
  0% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 35px;
  }

  100% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 0px;
  }
}

ul.iconListing li:nth-child(10).animated path.groupiconspring.one {
  animation: groupiconspring 0.5s forwards ease-in-out;
  animation-delay: 0.5s;
}

ul.iconListing li:nth-child(10).animated path.groupiconspring.two {
  animation: groupiconspring 0.5s forwards ease-in-out;
  animation-delay: 1s;
}

ul.iconListing li:nth-child(10).animated path.groupiconspring.three {
  animation: groupiconspring 0.5s forwards ease-in-out;
  animation-delay: 1.5s;
}

ul.iconListing li:nth-child(10).animated path.groupiconspring.four {
  animation: groupiconspring 0.5s forwards ease-in-out;
  animation-delay: 2s;
}
ul.iconListing li:nth-child(10).animated path.groupiconspring.five {
  animation: groupiconspring 0.5s forwards ease-in-out;
  animation-delay: 2.5s;
}

ul.iconListing li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.iconListing li h6 {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-family: 'adelle-sans', sans-serif;
  font-weight: normal;
  margin: 0px auto;
  max-width: 200px;
  color: var(--Creamy_orange);
}

.fullImage {
  position: relative;
  height: 65vw;
  max-height: 850px;
}

.fullImage .thread {
  width: 585px;
  height: 165px;
  z-index: 1;
  position: absolute;
  left: 40%;
  top: -100px;
}

path.shortThread {
  stroke-dasharray: 35px;
  stroke-dashoffset: 35px;
}

@keyframes shortthread {
  0% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 35px;
  }

  100% {
    stroke-dasharray: 35px;
    stroke-dashoffset: 0px;
  }
}

.fullImage.animated path.shortThread.one {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 0.5s;
}

.fullImage.animated path.shortThread.two {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 1s;
}

.fullImage.animated path.shortThread.three {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 1.5s;
}

.fullImage.animated path.shortThread.four {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 2s;
}

.fullImage.animated path.shortThread.five {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 2.5s;
}

.fullImage.animated path.shortThread.six {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 3s;
}

.fullImage.animated path.shortThread.seven {
  animation: shortthread 0.5s forwards ease-in-out;
  animation-delay: 3.5s;
}

path.longThread {
  stroke-dasharray: 760px;
  stroke-dashoffset: 760px;
}

@keyframes longthread {
  0% {
    stroke-dasharray: 760px;
    stroke-dashoffset: 760px;
  }

  100% {
    stroke-dasharray: 760px;
    stroke-dashoffset: 0px;
  }
}

.fullImage.animated path.longThread {
  animation: longthread 2.5s forwards ease-in-out;
  animation-delay: 3.5s;
}

/* ==================== home page css end here ===================== */
.pageHero {
  padding: 20vh 115px 0px 115px;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 1;
  background-color: var(--Off_white)
}

.pageHero .logo {
  display: none;
}

.pageHero img {
  margin: 0 auto 0 auto;
  /* max-width: 890px; */
  width: 76%;
}

.pageHero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 28.9vw;
  width: 100%;
  left: 0px;
  z-index: 0;
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Green);
}
.no-touch .pageHero::before {
    background-attachment: fixed;
}

.pageHero .container {
  z-index: 1;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: var(--Green);
}

.pageHero .respBottom {
  display: none
}

.pageHero::after {
  content: '';
  width: 15vw;
  height: 15vw;
  background: url('images/area-hero-fly.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
  display: block;
  bottom: 10vw;
  left: -15vw;
  -webkit-transition: all 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}

body:not(.introcompleted) #page-wrap.loaded .pageHero::after {
  left: 0%;
  bottom: 2%;
}

body.introcompleted.loaded #page-wrap .pageHero::after {
  left: 0%;
  bottom:2%;
}

.pageHero .container .heroText {
  margin: 0 auto;
  padding: 80px 30px 70px 30px;
  max-width: 710px;
  width: 100%;
}

.pageHero .nextScroll {
  bottom: 0px;
}

.greenHousePark {
  padding: 120px 0px 80px 0px;
  background-color: var(--Off_white);
}

.greenHousePark h6, h6.subTitle {
  font-size: 18px;
  line-height: 22px;
  font-family: 'adelle-sans', sans-serif;
  padding-bottom: 5px;
  margin-bottom: 45px;
  display: inline-block;
  position: relative;
}

.greenHousePark h6 {
  color: var(--Brown);
}

.greenHousePark h6::after {
  right: 0px;
}

.greenHousePark h6::after, h6.subTitle::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  height: 1px;
  width: 50vw;
  background-color: var(--Brown);
}

.greenHousePark h2 {
  color: var(--Brown);
  margin-bottom: 60px;
  max-width: 450px;
}

.greenHousePark .col_1_1 .col {
  width: 50%;
}

.greenHousePark .col_1_1 .col:first-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

.greenHousePark .col_1_1 .col:first-child>div {
  /* max-width: 580px; */
  padding-left: 50px;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.captionImg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.col.forResponsive,
.caption.forbigImg.forResponsive {
  display: none;
}

.caption {
  width: 120px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-right: 30px;
  position: relative;
  margin-top: 20px;
  color: var(--Brown);
}

.caption::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  height: 1px;
  width: 200%;
  left: 0px;
  background-color: var(--Brown);
}

.smallImg {
  width: 65%;
  position: relative;
  padding-top: 67%;
  margin: 0;
}

.greenHousePark .col_1_1 .col:first-child .captionImg .caption.forbigImg {
  position: absolute;
  right: 0px;
  top: -80px;
}
.greenHousePark .imageHolder
{
  background-color: var(--Creamy_orange);
}
.bigImg {
  width: 100%;
  position: relative;
  padding-top: 97%;
  margin: 0;
}

.fullwidthImage {
  width: 100%;
  position: relative;
    min-height: 37vw;
}

.fullwidthImage .imageThread {
  width: 38.5vw;
  position: absolute;
  top: 5.5vw;
  left: 28vw;
}

.fullwidthImage .imageThread path.topThread {
  stroke-dasharray: 50px;
  stroke-dashoffset: 50px;
}

@keyframes topThread {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 100px;
  }
}

.fullwidthImage .imageThread.animated path.topThread.one {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 0.3s;
}

.fullwidthImage .imageThread.animated path.topThread.two {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 0.6s;
}

.fullwidthImage .imageThread.animated path.topThread.three {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 0.9s;
}

.fullwidthImage .imageThread.animated path.topThread.four {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 1.2s;
}

.fullwidthImage .imageThread.animated path.topThread.five {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 1.5s;
}

.fullwidthImage .imageThread.animated path.topThread.six {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 1.8s;
}

.fullwidthImage .imageThread.animated path.topThread.seven {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 2.1s;
}

.fullwidthImage .imageThread.animated path.topThread.eight {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 2.4s;
}

.fullwidthImage .imageThread.animated path.topThread.nine {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 2.7s;
}

.fullwidthImage .imageThread.animated path.topThread.ten {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 3.0s;
}

.fullwidthImage .imageThread.animated path.topThread.eleven {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 3.3s;
}

.fullwidthImage .imageThread path.smallcurve {
  stroke-dasharray: 290px;
  stroke-dashoffset: 290px;
}

@keyframes smallcurve {
  0% {
    stroke-dasharray: 290px;
    stroke-dashoffset: 290px;
  }

  100% {
    stroke-dasharray: 290px;
    stroke-dashoffset: 0px;
  }
}

.fullwidthImage .imageThread.animated path.smallcurve {
  animation: smallcurve 1.5s forwards ease-in-out;
  animation-delay: 3.3s;
}

.fullwidthImage .imageThread path.longcurve {
  stroke-dasharray: 950px;
  stroke-dashoffset: 950px;
}

@keyframes longcurve {
  0% {
    stroke-dasharray: 950px;
    stroke-dashoffset: 950px;
  }

  100% {
    stroke-dasharray: 950px;
    stroke-dashoffset: 0px;
  }
}

.fullwidthImage .imageThread.animated path.longcurve {
  animation: longcurve 2s forwards ease-in-out;
  animation-delay: 4.8s;
}

.fullwidthImage .imageThread path.bottomThread {
  stroke-dasharray: 50px;
  stroke-dashoffset: 50px;
}

@keyframes bottomThread {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 0px;
  }
}

.fullwidthImage .imageThread.animated path.bottomThread.one {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 6.8s;
}

.fullwidthImage .imageThread.animated path.bottomThread.two {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 7.1s;
}

.fullwidthImage .imageThread.animated path.bottomThread.three {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 7.4s;
}

.fullwidthImage .imageThread.animated path.bottomThread.four {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 7.7s;
}

.fullwidthImage .imageThread.animated path.bottomThread.five {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 8s;
}

.fullwidthImage .imageThread.animated path.bottomThread.six {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 8.3s;
}

.fullwidthImage .imageThread.animated path.bottomThread.seven {
  animation: topThread 0.3s forwards ease-in-out;
  animation-delay: 8.6s;
}

.cuturalLandmarks {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Dark_pink);
  color: var(--Creamy_orange);

}
.no-touch .cuturalLandmarks
{
    background-attachment: fixed;
}

.twoColImageText {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 100px;
}

.twoColImageText .imagesWrapper {
  width: 53.5%;
  padding-left: 30px;
  margin-top: -7vw;
  /* max-width: 850px; */
}

.twoColImageText .imagesWrapper .butterfly {
  display: none;
}

.twoColImageText .textGroup {
  width: 39%;
  padding-top: 12.5vw;
  padding-left: 20px;
  padding-right: 120px;
}

.textGroup .subTitle::after {
  background-color: var(--Creamy_orange);
}

.textGroup h2 {
  color: var(--Creamy_orange);
  max-width: 380px;
}

ul.imagesGroup {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

ul.imagesGroup li {
  padding: 25px 20px;
  width: 50%;
  /* order: 6; */
}

ul.imagesGroup li .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--Dark_pink);
}

ul.imagesGroup li .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

ul.imagesGroup li:nth-child(1) {
  /* order: 1; */
    margin-top: 0vw !important;
}

ul.imagesGroup li:nth-child(2) {
  /* order: 3; */
  margin-top: 18vw;
}

ul.imagesGroup li:nth-child(odd) {
  /* order: 5; */
  margin-top: -18vw;
}

ul.imagesGroup li:nth-child(4) {
  /* order: 2; */
  margin-top: 0vw;
}


ul.imagesGroup li .caption {
  color: var(--Creamy_orange);
  width: 100%;
  margin-top: 0px;
  padding: 20px 10px 0px 10px;
  border-left: 1px solid var(--Creamy_orange);
  margin-left: 20px;
  max-height: 50px;
overflow: hidden;
display: flex;
    align-items: flex-end;
}

ul.imagesGroup li .caption::after {
  display: none;
}

.culturalMap {
  width: 100%;
  padding: 0px 140px 140px 0px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -120px;
}

.cultureMapHolder {
  width: 61%;
  position: relative;
  z-index: 2;
}

/* .zoomPan,  */
.mapimg
{
  width: 100%;
  height: 100%;
}
.mapimg img{
  max-height: 100%;
}
.mapArea {
  position: relative;
  padding-top: 89.7%;
  display: block;
  overflow: hidden;
  width: 100%;
}

.mapArea .mapHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--Off_white);
  display: flex;
align-items: center;
}
/* .zoomPan, .mapimg
{
height: 100%;
} */
.mappointer
{width: 100%;
height: 100%;}
.cultureMapHolder .mapexpand {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 30px;
  background: url('images/map-expand.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  font-size: 0px;
  line-height: 0px;
  display: block;
  cursor: pointer;
}
.cultureMapHolder .mapexpand:hover {
  background-color: var(--Olieve);
}


.cultureMapHolder .culturalMap-content {
  display: block !important;
}
.pointerList
{
  padding-left: 20px;
}
.culturalMap-content ul {
  margin: 0px;
  padding: 0px 50px 20px 20px;
  list-style: none;
  column-count: 2;
  border-left: 1px solid var(--Creamy_orange);
}

.culturalMap-content ul li {
  margin: 0px;
  padding: 0px 10px 10px 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: color 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: color 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: color 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

html:not(.touch) .culturalMap-content ul li:hover{
  color:var(--Off_white);
}


.culturalMap-content ul li svg {
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.active svg.plusIcon g.outerCircle, html:not(.touch) .culturalMap-content ul li:hover svg.plusIcon g.outerCircle {
  fill: #ffd9b4;
  stroke: #ffd9b4;
}

.active svg.plusIcon .innerpath, html:not(.touch) .culturalMap-content ul li:hover svg.plusIcon .innerpath{
  stroke: var(--Dark_pink);
}

.culturalMap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 65%;
  opacity: 0.5;
  background: url("images/Covers_VB.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* .page-template-template-localarea-php .fancybox-infobar,
.page-template-template-localarea-php .fancybox-navigation,
.page-template-template-localarea-php .fancybox-close-small
{
  display: none;
} */
body.no-touch.showPopup {

  padding-right: 16px;
}
body.showPopup {
  overflow: hidden;
}

body.showPopup #page-wrap {
  z-index: 20;
}

.culturalMap-content.showPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: var(--Off_white);
}

.culturalMap-content.showPopup {
  width: 100%;
  height: 100%;
}

.culturalMap-content.showPopup>div:not(.closemap) {
  display: flex !important;
  /* align-items: center; */
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.culturalMap-content.showPopup .pointerList {
  width: 25%;
  display: flex;
  align-items: center;
}

.culturalMap-content.showPopup ul {
  column-count: 1;
  width: 100%;
  padding: 0px 20px 0px 20px;
  border: 0px;
}

.culturalMap-content.showPopup ul li {
  color: var(--Dark_pink)
}
html:not(.touch) .culturalMap-content.showPopup ul li:hover
{
  color: var(--Pink)
}
.culturalMap-content.showPopup ul svg.plusIcon .innerpath,
.culturalMap-content.showPopup ul svg.plusIcon g.outerCircle {
  stroke: var(--Dark_pink);
}

.culturalMap-content.showPopup .mapArea {
  width: 75%;
  padding-top: 67%;

}
.showPopup .culturalMap::before
{
  display: none;
}

.closemap {
  width: 40px;
  height: 40px;
  background: url('images/close.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px;
  display: none;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.culturalMap-content.showPopup .closemap {
  display: block;
}

.zoomingIcon {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 11
}
.touch .zoomingIcon, .pinchnote
{
  display: none !important;
}

.touch .pinchnote
{
  display: inline-block !important;
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 5px;
  color: var(--Dark_pink);
  background-color: var(--Off_white);
  font-size: 10px;
  line-height: 14px;
  padding: 2px 10px;
}

.zoomingIcon .zoomIn, .zoomingIcon .zoomOut {
  display: block;
  background-color: var(--Off_white);
  padding: 5px;
  font-size: 0;
  line-height: 0;
}

.zoomingIcon .zoomOut {
  border-top: 1px solid var(--Dark_pink);
}

.zoomingIcon svg {
  width: 25px;
  height: 25px;
}

/* .mappointer > div > span{
  background: rgba(37, 94, 255, 0.6);
} */
.mappointer>div {
  display: none;
}

.mappointer>div.active {
  display: block;
}

.mappointer>div>span {
  position: absolute;
  width: 2.8%;
  height: 3.15%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  z-index: 10;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mappointer>div>span b {
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
  font-weight: inherit;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.mappointer>div.Bars>span {
  background-color: #ed6102;
  border: 1px solid #9f3603;
  color: #FFF4E9;
}

.mappointer>div.Bars>span:hover {
  border: 2px solid #9f3603;
}

.mappointer>div.fitness>span {
  background-color: #1d312f;
  border: 1px solid #de8b8a;
  color: #de8b8a;
}

.mappointer>div.fitness>span:hover {
  border: 2px solid #de8b8a;
}

.mappointer>div.hotels>span {
  background-color: #62a570;
  border: 1px solid #731643;
  color: #731643;
}

.mappointer>div.hotels>span:hover {
  border: 2px solid #731643;
}

.mappointer>div.culture>span {
  background-color: #751241;
  border: 1px solid #d08184;
  color: #FFF4E9;
}

.mappointer>div.culture>span:hover {
  border: 2px solid #d08184;
}

/*  cultural landmark emd here */
.mapThread {
  position: absolute;
  bottom: -3.5vw;
  height: 42vw;
  width: 67vw;
  left: 15vw;
}

.mapThread svg {
  width: 100%;
  height: 100%;
}

.mapThread path.maplongThread {
  stroke-dasharray: 1950px;
  stroke-dashoffset: 1950px;
}

.mapThread.animated path.maplongThread {
  animation: maplongThread 4s forwards ease-in-out;
  animation-delay: 0s;
}

@keyframes maplongThread {
  0% {
    stroke-dasharray: 1950px;
    stroke-dashoffset: 1950px;
  }

  100% {
    stroke-dasharray: 1950px;
    stroke-dashoffset: 3900px;
  }
}

.mapThread.animated path.mapshortThread {
  stroke-dasharray: 50px;
  stroke-dashoffset: 50px;
}

@keyframes mapshortThread {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 100px;
  }
}

.mapThread.animated path.mapshortThread.one {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4s;
}

.mapThread.animated path.mapshortThread.two {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.3s;
}

.mapThread.animated path.mapshortThread.three {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.6s;
}

.mapThread.animated path.mapshortThread.four {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.9s;
}

.mapThread.animated path.mapshortThread.five {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 5.1s;
}

.mapThread.animated path.mapshortThread.six {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 5.4s;
}

.mapFlower {
  position: absolute;
  left: -20%;
  bottom: 45%;
  width: 20vw;
  height: 28vw;
  z-index: 1;
  background: url('images/map-flower.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* opacity: 0 */
}

.mapFlower.animated {
  /* opacity: 0; */
  animation: flowerFromleft 1.5s forwards cubic-bezier(0.16, 0.84, 0.44, 1);
  animation-delay: 0.5s;
}

@keyframes flowerFromleft {
  0% {
    /* opacity: 0; */
    left: -20%;
  }

  100% {
    /* opacity: 1; */
    left: -20px;
  }
}

.quoteRow {
  background-color: var(--Off_white);
  text-align: center;
  padding: 135px 50px;
  position: relative;
}

.quoteRow h2 {
  color: var(--Pink);
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.quoteRow h2::before {
  content: '';
  display: block;
  position: absolute;
  width: 11vw;
  height: 8.2vw;
  left: -1vw;
  top: -10.5vw;
  background: url('images/start-quote.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.quoteRow h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 11vw;
  height: 8.2vw;
  right: -1vw;
  bottom: -10.5vw;
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  background: url('images/start-quote.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.fourImageText {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Dark_pink);
  color: var(--Creamy_orange);
  padding: 150px 140px;
}
.no-touch .fourImageText
{
  background-attachment: fixed;
}

.fourImageText .imgTextWrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.fourImageText .imgTextWrap .rightImgText {
  width: 65%;
}

.fourImageText .imgTextWrap .leftTwoImg {
  width: 30%;
  padding-right: 40px;
  padding-top: 9%;
}

.fourImageText .caption {
  color: var(--Creamy_orange);
  width: 100%;
  margin-top: 0px;
  padding: 20px 10px 0px 10px;
  border-left: 1px solid var(--Creamy_orange);
  margin-left: 20px;
}

.fourImageText .caption::after {
  display: none;
}

.fourImageText .leftTwoImg .imageBlock {
  margin-bottom: 30px;
}

.imageBlock .image {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--Dark_pink);
}

.imageBlock .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0px;
  top: 0px;
}

.fourImageText .rightImgText .rightImg {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fourImageText .rightImgText .textGroup h6.subTitle {
  margin-left: 20px;
  border-left: 1px solid var(--Creamy_orange);
  padding: 0px 0px 25px 10px;
  margin-bottom: 60px;
}

.fourImageText .rightImgText .textGroup h6.subTitle::after {
  display: none;
}

.fourImageText .rightImgText .textGroup h6.subTitle:nth-of-type(1) {
  margin-bottom: 10px;
}

.fourImageText .rightImgText .textGroup h6.subTitle:nth-of-type(2) {
  padding: 25px 0px 0px 10px;
  /* margin-top: -10px; */
}

.fourImageText .rightImgText .textGroup h2 {
  margin-bottom: 0px;
  max-width: 450px;
}

.fourImageText .rightImgText .rightImg .imageBlock:nth-child(1) {
  width: 80%;
  position: relative;
}

.fourImageText .rightImgText .rightImg .imageBlock:nth-child(2) {
  width: 43%;
  margin-top: -14vw;
  position: relative;
  align-self: flex-end;
}

.fourImageText .rightImgText .rightImg .imageBlock:nth-child(1)::after {
  content: '';
  width: 15vw;
  height: 15vw;
  background: url('images/area-fly1.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 20vw;
  right: -40vw;
  /* opacity: 0;  */
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}

.fourImageText .rightImgText .rightImg .imageBlock:nth-child(1).animated::after {
  /* opacity: 1; */
  right: -17%;
  top: -20%;
}

.foodDrinkThread {
  position: absolute;
  z-index: 1;
  bottom: -1.7%;
  left: 7vw;
  width: 20vw;
  height: 25vw;
}

.foodDrinkThread svg {
  width: 100%;
  height: 100%;
}

.foodDrinkThread path.longFoodThread {
  stroke-dasharray: 970px;
  stroke-dashoffset: 1940px;
}

.foodDrinkThread.animated path.longFoodThread {
  animation: longFoodThread 2.5s forwards ease-in-out;
  animation-delay: 0s;
}

@keyframes longFoodThread {
  0% {
    stroke-dasharray: 970px;
    stroke-dashoffset: 970px;
  }

  100% {
    stroke-dasharray: 970px;
    stroke-dashoffset: 1940px;
  }
}

.foodDrinkThread.animated path.shortFoodThread {
  stroke-dasharray: 50px;
  stroke-dashoffset: 50px;
}

@keyframes shortFoodThread {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 100px;
  }
}

.foodDrinkThread.animated path.shortFoodThread.one {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 2.5s;
}

.foodDrinkThread.animated path.shortFoodThread.two {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 2.8s;
}

.foodDrinkThread.animated path.shortFoodThread.three {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 3.1s;
}

.foodDrinkThread.animated path.shortFoodThread.four {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 3.4s;
}

.foodDrinkThread.animated path.shortFoodThread.five {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 3.7s;
}

.foodDrinkThread.animated path.shortFoodThread.six {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4s;
}

.foodDrinkThread.animated path.shortFoodThread.seven {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.3s;
}

.foodDrinkThread.animated path.shortFoodThread.eight {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.6s;
}

.foodDrinkThread.animated path.shortFoodThread.nine {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 4.9s;
}

.foodDrinkThread.animated path.shortFoodThread.ten {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 5.2s;
}

.foodDrinkThread.animated path.shortFoodThread.eleven {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 5.5s;
}

.foodDrinkThread.animated path.shortFoodThread.twelve {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 5.8s;
}

.foodDrinkThread.animated path.shortFoodThread.thirteen {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 6.1s;
}

.foodDrinkThread.animated path.shortFoodThread.fourteen {
  animation: shortFoodThread 0.3s forwards ease-in-out;
  animation-delay: 6.4s;
}

.mapRow {
  width: 100%;
  height: 56vw;
  max-height: 650px;
  position: relative;
  background-color: var(--Off_white)
}

.mapRow .butterfly {
  width: 20vw;
  height: 20vw;
  background: url('images/area-fly2.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  display: block;
  top: 50%;
  left: -40vw;
  opacity: 0 -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  transition-delay: 0.3s;
}

.mapRow.animated .butterfly {
  opacity: 1;
  left: 35%;
  top: -11vw;
}

.mapRow .mapHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.mapRow .mapHolder iframe {
  width: 100%;
  height: 100%;
}

/* ====================== the area page end here ==================== */
.error404 {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Pink);
}
.no-touch .error404{
  background-attachment: fixed;
}
.error404 section {
  padding: 8vw;
}

/* page 404 end */
.page-template-default {
  background-color: var(--Dark_brown) !important;
  color: var(--Creamy_orange);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1.pageTitle {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  padding: 0px 20px;
  font-family: 'adelle-sans', sans-serif;
  color: var(--Pink);
  font-weight: normal;
}
.page-template-default p{
  padding-bottom: 30px;
}
.page-template-default h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: 'adelle-sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pageContent {
  padding: 110px 95px 110px 95px;
}

.pageContent .col_1_1_1 {
  padding: 0px 5px;
}

.pageContent .col_1_1_1 .col {
  padding: 15px 15px;
  flex-grow: 1;
  width: 33.33%;
}

.pageContent .col_1_1_1 .col a{color: var(--Pink);}
.pageContent .col_1_1_1 .col a:hover{
color: var(--Off_white);
}
.page-template-template-Contact-php {
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Pink);
}
.no-touch .page-template-template-Contact-php
{
  background-attachment: fixed;
}
.contactWrapper {
  color: var(--Creamy_orange);
  display: flex;
  min-height: 81.3vh;
}

.contactWrapper .leftSide {
  width: 25%;
  background: url("images/Covers_VB.jpg");
  background-repeat: no-repeat;

  background-position: right top;
background-size: auto;
}

.contactWrapper .rightSide {
  width: 75%;
  padding: 110px 0px 110px 220px;
  /* background-image: url('images/fabric.jpg');
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply; */
  background-color: var(--Pink);
}
.no-touch .contactWrapper .rightSide
{
  background-attachment: fixed;
}
.contactWrapper .rightSide>h6 {
  font-family: 'adelle-sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 0px 0px 25px 10px;
  color: var(--Creamy_orange);
  border-left: 1px solid var(--Creamy_orange);
}

.contactWrapper .rightSide h1 {
  font-size: 117px;
  line-height: 106px;
  letter-spacing: -2.34px;
  margin-left: -180px;
  color: var(--Dark_brown);
}

.contactWrapper .rightSide .content {
  margin-top: -115px;
  display: flex;
}

.parnerDetails {
  width: 50%;
  /* border-left: 1px solid var(--Creamy_orange); */
}
.parnerDetails .col_1_1
{
  align-items: flex-start;
}
.parnerDetails .col_1_1 .col {
  padding: 30px 10px 0px 10px;
  font-size: 13px;
  line-height: 16px;

}

.parnerDetails .col_1_1 .col:nth-child(1) {
  border-left: 1px solid var(--Creamy_orange);
}

.parnerDetails .col_1_1 .col strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.parnerDetails .col_1_1 .col p a {
  margin-bottom: 3px;
  display: inline-block;
}

.parnerDetails .col_1_1 .col p a:hover {
  color: var(--Off_white);
}

.parnerDetails .col_1_1 .col .parnerLogo {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}

.parnerDetails .col_1_1 .col .parnerLogo img {
  max-height: 50px;
  width: auto;
}

.Downloads {
  width: 50%;
  padding-left: 10%;
  padding-top: 30px;
  position: relative;
}

.Downloads h6 {
  font-family: 'adelle-sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  border-left: 0px;
  border-bottom: 1px solid var(--Creamy_orange)
}

.Downloads ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.Downloads ul li {
  padding: 0px 0px 10px 0px
}

.Downloads ul li a {
  border: 1px solid var(--Creamy_orange);
  padding: 5px 20px;
  min-width: 155px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  border-radius: 25px;
  text-align: center;
  color: var(--Creamy_orange);
  background-color: transparent;
}

.Downloads ul li a:hover {
  color: var(--Dark_brown);
  background-color: var(--Creamy_orange)
}

/* ======== get in touch page css end================= */
footer {
  padding: 30px 115px;
  background-color: var(--Dark_brown);
  color: var(--Pink);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  position: relative;
  font-size: 14px;
  line-height: 20px;
}

footer div:nth-child(3) p {
  padding-bottom: 10px;
}

footer>div {
  width: 33.33%;
}

footer>div:nth-child(2) {
  text-align: center;
}

footer>div a {
  display: inline-block;
  position: relative;
}

footer>div:nth-child(3) {
  text-align: right;
}

footer>div:nth-child(3) img {
  margin: 0 0 0 auto;
}

.footerMenu {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
}

.footerMenu li {
  padding: 3px 0px;
  font-size: 14px;
  line-height: 20px;
}

.footerMenu li a {
  color: var(--Pink);
}

.footerMenu li:hover a, .footerMenu li.current_page_item a {
  color: var(--Creamy_orange);
}


.pageNotFound
{
  padding: 5vw 20px 5vw 20px;

  min-height:80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pageNotFound::before{
  content: '';
  display: block;
  position: absolute;
  left: -14%;
    bottom: 0;
    width: 40vw;
    padding-top: 25%;
  background: url('images/intro-flower-left.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}
.pageNotFound::after{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0%;
top: -10px;
width: 40vw;
padding-top: 15%;
  background: url('images/the-area-hero-top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pageNotFound .centerBlock
{
  padding: 0px;
  max-width: 450px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
    color: var(--Creamy_orange);
  font-size: 20px;
  line-height: 26px;

}
.pageNotFound .centerBlock h1
{
color: var(--Dark_pink);
    font-size: 10vw;
line-height: 15vw;
}
.pageNotFound .centerBlock h3
{

    font-size: 4vw;
line-height: 4vw;
}
.pageNotFound .lineLink
{
    color: var(--Dark_pink);
  display: inline;
}
.pageNotFound .lineLink::before
{
  background-color: #fff
}


/* ==================404 page css end here============================= */
.page-template-default h2
{
  color: var(--Creamy_orange)
}
.cky-consent-container
{
  opacity: 0;
}
body:not(.introcompleted).loaded .cky-consent-container
{
  animation: appearcookie 1s forwards;
  animation-delay: 7s;
}
body.introcompleted.loaded .cky-consent-container
{
  animation: appearcookie 1s forwards;
  animation-delay: 4s;
}

@keyframes appearcookie{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cky-audit-table{background-color: transparent !important; color: #6b1e40 !important;}
.cky-audit-table .cky-cookie-des-table
{
  border-bottom-color: #6b1e40 !important
}
.cky-banner-element
{
  cursor: pointer;
  background: var(--Creamy_orange);
padding: 10px;
color: var(--Dark_brown) !important;
}
.cky-notice .cky-title
{
  margin: 0px !important;
  font-weight: 600 !important;
  padding: 0px 0px 15px 0px !important;
}
.cky-accordion-header .cky-accordion-btn
{
  font-weight: 600 !important;
}
.cky-notice-btn-wrapper
{
  margin-top: 5px !important;
}
.cky-consent-container
{
  max-width: 375px !important;
}
.cky-notice-des *, .cky-preference-content-wrapper *,
.cky-dma-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc *
{font-size: 12px !important;
line-height: 17px !important; }
.cky-btn
{
  padding: 4px !important
}
.cky-consent-bar .cky-notice-des p, .cky-gpc-wrapper .cky-gpc-desc p, .cky-preference-body-wrapper .cky-preference-content-wrapper p, .cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-cookie-des-table li div:last-child p
{
    padding: 0px 0px 15px 0px !important;
}
.cky-show-desc-btn
{
  color: var(--Dark_brown) !important;
}
.cky-notice-des a
{
  color: var(--Dark_brown) !important;
  text-decoration: underline;
}
.cky-prefrence-btn-wrapper + div{
  display: none !important
}
.cky-preference-header .cky-btn-close img {
    margin: 0;
    height: 15px !important;
    width: 15px !important;
    opacity: 1 !important;
    filter: invert(1) brightness(0.1);
}
.cky-btn-revisit-wrapper .cky-btn-revisit, .cky-btn-revisit-wrapper
{
  background-color: var(--Dark_pink) !important
}
.cky-btn-revisit-wrapper .cky-btn-revisit img
{
    opacity: 1 !important;
}

.cky-btn-accept
{
  color: #FFF4E9!important;
    border-color: #6B1E40!important;
    background-color: #6B1E40!important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences
{
  color: #6B1E40!important;
border-color: #6B1E40!important;
background-color: #FFD9B5!important;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .cky-consent-container
  {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 440px){
.cky-notice .cky-title{
    padding: 0 24px 15px 24px !important;
}
}

@media print {
  .do-not-print {
    display: none;
  }

  #comments {
    page-break-before: always;
  }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
  }

  h1 {
    font-size: 19pt;
  }

  h2 {
    font-size: 17pt;
  }

  h3 {
    font-size: 15pt;
  }

  h4, h5, h6 {
    font-size: 12pt;
  }

  code {
    font: 10pt Courier, monospace;
  }

  blockquote {
    margin: 1.3em;
    padding: 1em;
  }

  img {
    display: block;
    margin: 1em 0;
  }

  a img {
    border: none;
  }

  table {
    margin: 1px;
    text-align: left;
  }

  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }

  td {
    border-bottom: 1px solid #333;
  }

  th, td {
    padding: 4px 10px 4px 0;
  }

  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  a {
    text-decoration: none;
    color: black;
  }

}

/* END print media */
