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 {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
} /*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Bw Aleta No 10";
  font-weight: 400;
  src: url(../fonts/BWALETANO10-REGULAR.OTF);
}
@font-face {
  font-family: "Bw Aleta No 10";
  font-weight: 500;
  src: url(../fonts/BWALETANO10-MEDIUM.OTF);
}
@font-face {
  font-family: "Bw Aleta No 10";
  font-weight: 700;
  src: url(../fonts/BWALETANO10-BOLD.OTF);
}
@font-face {
  font-family: "Bw Aleta No 10";
  font-weight: 800;
  src: url(../fonts/BWALETANO10-EXTRABOLD.OTF);
}
@font-face {
  font-family: "Bw Aleta No 10";
  font-weight: 900;
  src: url(../fonts/BWALETANO10-BLACK.OTF);
}
@font-face {
  font-family: "Larken Variable";
  src: url("../fonts/LarkenVariable.ttf") format("truetype-variations"), url("../fonts/LarkenVariable.ttf") format("truetype");
  font-weight: 400 500 600 700 800 900;
}
/*---Typography---*/
p, a, h1, h2, h3, h4, h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li {
  font-family: "Bw Aleta No 10";
}

body {
  font-size: 14px;
  line-height: 24px;
  background-color: #ffffff;
  color: #6B2F2B;
  height: 100%;
  width: 100%;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

/*---Typography---*/
h1 {
  font-size: 3em;
  font-family: "Larken Variable";
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
h1.bold {
  font-weight: 700;
}
h1 b {
  font-weight: 700;
}

h2 {
  font-size: 3.2em;
  font-family: "Larken Variable";
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
h2 i {
  font-style: italic;
}

h3 {
  font-size: 1.9em;
  font-family: "Larken Variable";
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/* ol/ul styles  */
ul.standard-list {
  list-style-type: disc !important;
}

/*---Container---*/
.container_small {
  max-width: 1020px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container_medium {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container_large {
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container_extralarge {
  max-width: 1346px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container_form {
  max-width: 800px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

/*---Register Button--*/
.register-top-but-container {
  position: fixed;
  z-index: 10000;
  left: 3vw;
  top: 3.6rem;
}
.register-top-but-container .inner {
  display: flex;
  align-items: center;
}
.register-top-but-container .inner .reg-btn {
  padding: 0.8rem 1rem;
  background: #ffffff;
  border-radius: 10rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 0.75rem;
}
.register-top-but-container .inner .whatsapp-btn {
  background: #ffffff;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-top-but-container .inner .whatsapp-btn img {
  width: 26px;
}

/*---Header---*/
.desktopMenu .wrapper .menu-logo-box {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  width: 16vw;
  height: 14vw;
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 3vw;
  top: 0;
  transform-origin: top center;
  cursor: pointer;
}
.desktopMenu .wrapper .menu-logo-box .menu-logo-bg {
  height: 100%;
  z-index: 100001;
}
.desktopMenu .wrapper .menu-logo-box .menu-logo-bg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.desktopMenu .wrapper .menu-logo-box .menu-logo {
  position: absolute;
  z-index: 100002;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktopMenu .wrapper .menu-logo-box .menu-logo .logofull {
  position: absolute;
  width: 70%;
  opacity: 1;
}
.desktopMenu .wrapper .menu-logo-box .menu-logo .logoA {
  position: absolute;
  width: 30%;
  opacity: 0;
  margin-top: -1.6vw;
}
.desktopMenu .wrapper .main-menu-list {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 4vw);
  display: flex;
  gap: 4rem;
  justify-content: center;
  z-index: 100000;
}
.desktopMenu .wrapper .main-menu-list .menulink a {
  pointer-events: auto;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.85);
}

.mobileMenu {
  z-index: 100000000;
  position: relative;
  display: none;
}
.mobileMenu .wrapper .menu-logo-box {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  width: 6rem;
  height: 6rem;
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1.4rem;
  top: 0;
  cursor: pointer;
}
.mobileMenu .wrapper .menu-logo-box .menu-logo-bg {
  height: 100%;
  z-index: 100001;
}
.mobileMenu .wrapper .menu-logo-box .menu-logo-bg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobileMenu .wrapper .menu-logo-box .menu-logo {
  position: absolute;
  z-index: 100002;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileMenu .wrapper .menu-logo-box .menu-logo .logofull {
  position: absolute;
  width: 70%;
  opacity: 0;
}
.mobileMenu .wrapper .menu-logo-box .menu-logo .logoA {
  position: absolute;
  width: 30%;
  opacity: 1;
  margin-top: -1.6vw;
}
.mobileMenu .menu-list-wrapper {
  background: rgba(166, 124, 82, 0.9607843137);
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.mobileMenu .menu-list-wrapper .main-menu-list {
  display: flex;
  justify-content: center;
  z-index: 10000000;
  flex-wrap: wrap;
}
.mobileMenu .menu-list-wrapper .main-menu-list .menulink {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 2.6rem;
  opacity: 0;
  visibility: hidden;
}
.mobileMenu .menu-list-wrapper .main-menu-list .menulink a {
  pointer-events: none;
  font-weight: 500;
  font-size: 2.2em;
  color: #ffffff;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.85);
  font-family: "Larken Variable";
}
.mobileMenu .menu-list-wrapper .close-btn {
  background: transparent;
  outline: unset;
  border: 0;
  position: absolute;
  bottom: 16%;
  opacity: 0;
  pointer-events: none;
}
.mobileMenu .menu-list-wrapper .close-btn .hamburger path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
}

/*----Home Top Slider------*/
.top-swiper-container {
  max-height: 100vh;
  position: relative;
}
.top-swiper-container .swiper-slide .inner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-swiper-container .swiper-slide .inner .overlay {
  background: linear-gradient(154deg, rgba(106, 64, 29, 0) 0%, rgb(106, 64, 29) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background: linear-gradient(154deg, rgb(196, 186, 173) 0%, rgba(106, 64, 29, 0.15) 52%, rgb(106, 64, 29) 100%);
}
.top-swiper-container .swiper-slide .inner .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 42%);
}
.top-swiper-container .swiper-slide .inner video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.top-swiper-container .swiper-slide .inner .content-box {
  z-index: 2;
  position: relative;
  max-width: 46rem;
}
.top-swiper-container .swiper-slide .inner .content-box h1 {
  font-size: 3.6em;
  font-family: "Larken Variable";
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8117647059);
}
.top-swiper-container .swiper-slide .inner .content-box h2 {
  font-size: 3.6em;
  font-family: "Larken Variable";
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8117647059);
  margin-bottom: 1.4rem;
}
.top-swiper-container .swiper-slide .inner .content-box p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
}
.top-swiper-container .swiper-slide .inner .content-box h3 {
  font-size: 2.3em;
  font-family: "Larken Variable";
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8117647059);
  letter-spacing: 1px;
}
.top-swiper-container .swiper-slide .inner .content-box.desktop {
  display: block;
}
.top-swiper-container .swiper-slide .inner .content-box.mobile {
  display: none;
}
.top-swiper-container .scrollTxt-container {
  position: absolute;
  bottom: 4.5vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: center;
}
.top-swiper-container .scrollTxt-container svg {
  position: relative;
  margin-bottom: 0.8rem;
  animation: scrollDot 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
.top-swiper-container .scrollTxt-container .scrollTxt {
  font-weight: 800;
  color: #ffffff;
  font-size: 14px;
}

.concept-container {
  background-image: url(../images/concrete-textured-bg.webp);
  background-size: cover;
  position: relative;
}
.concept-container .inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}
.concept-container .inner .space-fea-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0, 94% 35%, 100% 100%, 0 100%, 0 0);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, visibility 0s linear 0s;
  height: 90%;
  width: 31vw;
  opacity: 1;
  visibility: visible;
}
.concept-container .inner .space-fea-img-box.expand {
  clip-path: polygon(35% 0, 94% 35%, 100% 100%, 0 100%, 0 0);
  height: 100%;
  width: 60vw;
}
.concept-container .inner .space-fea-img-box.expand .fea-img-box-inner .fea-img-txt.first, .concept-container .inner .space-fea-img-box.expand .fea-img-box-inner .fea-img-txt.second {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  transition: opacity 0.6s ease 0.8s, transform 0.6s ease 0.8s, visibility 0s linear 0.6s;
}
.concept-container .inner .space-fea-img-box.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}
.concept-container .inner .space-fea-img-box .fea-img-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.first {
  font-family: "Larken Variable";
  font-size: 4.6em;
  position: absolute;
  right: 25%;
  top: 26%;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translate(-16px, 16px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.second {
  font-family: "Larken Variable";
  font-size: 4.6em;
  position: absolute;
  left: 15%;
  bottom: 26%;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translate(16px, -16px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.concept-container .inner .space-fea-img-box.desktop {
  display: block;
}
.concept-container .inner .space-fea-img-box.mobile {
  display: none;
}
.concept-container .inner .first-middle-box {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 31vw;
  height: 100%;
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0s linear 0s;
}
.concept-container .inner .first-middle-box .wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 11vw;
  padding-bottom: 10vw;
  text-align: center;
}
.concept-container .inner .first-middle-box .wrapper h2 {
  color: #6B2F2B;
  font-weight: 500;
  width: 100%;
}
.concept-container .inner .first-middle-box .wrapper .desc {
  font-size: 1.2em;
  width: 100%;
}
.concept-container .inner .first-middle-box.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}
.concept-container .inner .memories-fea-img-box {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 69%);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, visibility 0s linear 0s;
  height: 90%;
  width: 31vw;
  opacity: 1;
  visibility: visible;
}
.concept-container .inner .memories-fea-img-box.expand {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 65% 100%, 4% 70%);
  height: 100%;
  width: 60vw;
}
.concept-container .inner .memories-fea-img-box.expand .fea-img-box-inner .fea-img-txt.first, .concept-container .inner .memories-fea-img-box.expand .fea-img-box-inner .fea-img-txt.second {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  transition: opacity 0.6s ease 0.8s, transform 0.6s ease 0.8s, visibility 0s linear 0.6s;
}
.concept-container .inner .memories-fea-img-box.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}
.concept-container .inner .memories-fea-img-box .fea-img-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.first {
  font-family: "Larken Variable";
  font-size: 4.6em;
  position: absolute;
  left: 11%;
  top: 24%;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translate(16px, 16px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.second {
  font-family: "Larken Variable";
  font-size: 4.6em;
  position: absolute;
  right: 15%;
  bottom: 26%;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translate(-16px, -16px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.concept-container .inner .button-expand.space {
  position: absolute;
  right: 68vw;
  bottom: 10vw;
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.concept-container .inner .button-expand.space span {
  font-size: 2.4em;
  font-weight: 600;
  font-family: "Larken Variable";
  margin-right: 14px;
  display: inline-block;
  padding-top: 1.1rem;
}
.concept-container .inner .button-expand.space .but-shape {
  transition: transform 0.5s ease;
}
.concept-container .inner .button-expand.memories {
  position: absolute;
  left: 67vw;
  bottom: 10vw;
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.concept-container .inner .button-expand.memories span {
  font-size: 2.4em;
  font-weight: 600;
  font-family: "Larken Variable";
  margin-left: 14px;
  display: inline-block;
  padding-top: 1.1rem;
}
.concept-container .inner .button-expand.memories .but-shape {
  transition: transform 0.5s ease;
}
.concept-container .inner .button-expand.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.concept-container .inner .button-expand:hover.memories .but-shape {
  transform: translateX(-14px);
  transition: transform 0.5s ease;
}
.concept-container .inner .button-expand:hover.space .but-shape {
  transform: translateX(14px);
  transition: transform 0.5s ease;
}
.concept-container .inner .space-details-box {
  position: absolute;
  right: 8vw;
  top: 7vw;
  max-width: 24rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.concept-container .inner .space-details-box.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease 0.8s, visibility 0s linear 0.8s;
}
.concept-container .inner .memories-details-box {
  position: absolute;
  left: 8vw;
  top: 7vw;
  max-width: 22rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.concept-container .inner .memories-details-box.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease 0.8s, visibility 0s linear 0.8s;
}
.concept-container .inner .expand-box .bold {
  font-weight: 700;
}
.concept-container .inner .expand-box .expand-box-inner.desktop {
  display: block;
}
.concept-container .inner .expand-box .expand-box-inner.mobile {
  display: none;
}
.concept-container .inner .quit-expand-button {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-top: 1rem;
}
.concept-container .inner .quit-expand-button img {
  margin-right: 8px;
  transition: all 0.5s ease;
}
.concept-container .inner .quit-expand-button:hover img {
  transform: translateX(-10px);
}

.location-container {
  background-image: url(../images/concrete-textured-bg.webp);
  background-size: cover;
  min-height: 760px;
  padding: 6rem 0;
}
.location-container h2.desktop {
  display: block;
}
.location-container h2.mobile {
  display: none;
}
.location-container .desc-inner.desktop {
  display: block;
}
.location-container .desc-inner.tablet {
  display: none;
}
.location-container .desc-txt-bold {
  font-weight: 700;
}
.location-container .map-box img {
  width: 100%;
}
.location-container .accessi-box .title {
  font-weight: 700;
  text-transform: uppercase;
}
.location-container .loc-wrapper .single-loc-box {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner {
  display: flex;
  justify-content: space-between;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .left .to-loc {
  font-size: 0.9em;
  font-weight: 800;
  margin-bottom: 0;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .left .via-loc {
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .right {
  position: relative;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .right .right-wrapper {
  padding: 0.5rem 1rem 4px 1rem;
  background: #733128;
  text-align: center;
  min-width: 62px;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .right .right-wrapper .number {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .right .right-wrapper .km {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
.location-container .loc-wrapper .single-loc-box .single-loc-inner .right::before {
  background: #733128;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -24px;
  left: 0;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 48%, 0 25%);
}
.location-container .button-list-container {
  margin-top: -2.2rem;
}
.location-container .button-list-container .button-lists-box .navigation-box {
  margin-bottom: 1rem;
}
.location-container .button-list-container .button-lists-box .navigation-box .navi-inner {
  display: flex;
  align-items: center;
}
.location-container .button-list-container .button-lists-box .navigation-box .navi-inner a {
  display: inline-block;
  margin-right: 0.6rem;
}
.location-container .button-list-container .button-lists-box .navigation-box .navi-inner a img {
  width: 2.3rem;
}
.location-container .button-list-container .button-lists-box .navigation-box .navi-inner p {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 0.9em;
}
.location-container .button-list-container .button-lists-box .map-popup-box .buttonpop img {
  width: 1rem;
  margin-right: 0.25rem;
}
.location-container .button-list-container .button-lists-box .map-popup-box .buttonpop span {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9em;
}
.location-container .button-list-container .button-lists-box .map-popup-box .buttonpop:first-child {
  margin-right: 1rem;
}
.location-container .legend-container .legend-wrapper .leg-title {
  font-size: 0.8em;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.location-container .legend-container .legend-wrapper .legend-box {
  display: flex;
  gap: 0.8rem;
}
.location-container .legend-container .legend-wrapper .legend-box .single-legend {
  display: inline-flex;
  align-items: center;
}
.location-container .legend-container .legend-wrapper .legend-box .single-legend img {
  width: 2rem !important;
  margin-right: 4px;
}
.location-container .legend-container .legend-wrapper .legend-box .single-legend span {
  font-family: "Larken Variable";
  font-size: 1.2em;
}
.location-container .compass-desktop {
  margin-top: -1rem;
}
.location-container .compass-desktop img {
  width: 3.4rem;
}
.location-container .map-gallery-route-gallery {
  display: none;
}

.container-large {
  max-width: 1380px;
  padding: 0 1rem;
  margin: auto;
}

.register-container {
  background-image: url(../images/brown-background.webp);
  background-size: cover;
  background-position: center;
  min-height: 760px;
  padding: 5rem 0;
}
.register-container .container-form {
  max-width: 760px;
  margin: auto;
  padding: 1rem;
}
.register-container .container-form h2 {
  text-align: center;
  color: #E3DCD1;
  margin-bottom: 3rem;
}
.register-container .container-form h2.desktop {
  display: block;
}
.register-container .container-form h2.mobile {
  display: none;
}

/*----Gravity Form---*/
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 10rem !important;
  background-color: #6F3431 !important;
  border: 1px solid #E3DCD1 !important;
  color: #E3DCD1 !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 1rem !important;
  text-transform: uppercase;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
  padding-left: 2rem;
  color: #E3DCD1;
  font-size: 0.9em;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large {
  padding: 1.3rem !important;
  padding-left: 2rem !important;
  border-color: #E3DCD1 !important;
}

.gform-theme--foundation .gfield select.large {
  height: 44px;
  padding-top: 4px;
  padding-left: 2rem !important;
  border-color: #E3DCD1 !important;
}

.gform-theme--framework .gform-field-label--type-inline {
  font-size: 1.2em !important;
  color: #E3DCD1 !important;
  text-transform: none !important;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255, 255, 255)'/%3E%3C/svg%3E") !important;
}

.form-checkbox-custom {
  margin-top: -4px;
}
.form-checkbox-custom .cust-row {
  display: block;
}
.form-checkbox-custom .cust-row .big-txt {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
}
.form-checkbox-custom .cust-row .small-txt {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 600;
}

.form-readmore-row {
  font-size: 0.8em;
  font-weight: 600;
}
.form-readmore-row .form-readmore-link {
  font-size: 0.75em;
  font-weight: 500;
}

.form-tnc-row {
  font-size: 0.8em;
  font-weight: 600;
}

input#gform_submit_button_1 {
  padding: 0.8rem 2rem;
  text-transform: uppercase;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding: 0.65rem !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #E3DCD1 !important;
  content: "" !important;
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10rem !important;
}

.form-required-txt {
  float: right;
  font-size: 0.7em;
  color: #E3DCD1;
  font-weight: 700;
  margin-bottom: -1.4rem;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #E3DCD1 !important;
  content: "" !important;
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10rem !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding: 0.65rem !important;
}

span.gform-icon.gform-icon--circle-error {
  color: #ff7f7f !important;
  border-color: #ff7f7f !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  align-items: center;
  flex-direction: row;
  justify-content: center !important;
  color: #ff7f7f !important;
  box-shadow: unset !important;
}

.gform-theme--framework .gform_validation_errors {
  background-color: unset !important;
  border: unset !important;
  color: #ff7f7f !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ff7f7f !important;
  font-size: 0.7em !important;
  padding-top: 6px !important;
  padding-left: 2rem !important;
}

.gform-theme--framework .gform_validation_errors:focus {
  border: 0 !important;
  border-color: unset !important;
  outline: unset !important;
}

form#gform_1 {
  text-align: left;
}

/*----Developer---*/
.developer-container {
  background-image: url(../images/concrete-textured-bg.webp);
  background-size: cover;
  min-height: 760px;
  padding: 6rem 0;
}
.developer-container .title-row {
  margin-bottom: 2.4rem;
}
.developer-container .title-row.desktop {
  display: flex;
}
.developer-container .title-row.mobile {
  display: none;
}
.developer-container .left-box .logo {
  width: 14rem;
  margin-bottom: 1.5rem;
}
.developer-container .right-box .right-box-inner .single-crop-box {
  padding-right: 0rem;
  position: relative;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner {
  position: relative;
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
  overflow: hidden;
  aspect-ratio: 3.2/4.3;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .bg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  z-index: 0;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .overlay {
  background: #5A1314;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content {
  position: relative;
  height: 100%;
  padding: 10rem 1.4rem 1.4rem 1.4rem;
  z-index: 3;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content p {
  font-size: 0.8em;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content .show-tablet {
  display: none;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner:hover .overlay, .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner.hovered .overlay {
  opacity: 1;
}
.developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner:hover .text-content, .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner.hovered .text-content {
  opacity: 1;
  visibility: visible;
}
.developer-container .right-box .right-box-inner .single-crop-box .top-right-category {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  text-align: right;
  font-size: 0.85em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}
.developer-container .dev-btn-row {
  margin-top: 2rem;
}
.developer-container .dev-btn {
  padding: 0.8rem 2rem;
  background: #ffffff;
  border-radius: 10rem;
  font-weight: 800;
  line-height: 1;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
}
.developer-container .dev-btn:hover {
  background: #6B2F2B;
  color: #fff;
}
.developer-container .dev-btn.mobile {
  display: none;
}

/*----Breaker Container---*/
.breaker-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}
.breaker-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
}
.breaker-container img.desktop {
  display: block;
}
.breaker-container img.mobile {
  display: none;
}
.breaker-container .content-box {
  position: relative;
  padding-top: 8rem;
}
.breaker-container .content-box h2 {
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5411764706);
}

/*----Footer----*/
.footer {
  background-image: url(../images/brown-background.webp);
  background-size: cover;
  padding: 6rem 0 4rem 0;
  color: #E3DCD1;
}
.footer .wrapper .footer-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0;
}
.footer .wrapper .jag-word-txt {
  font-size: 1.6em;
  font-family: "Larken Variable";
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.footer .wrapper .co-number {
  font-size: 0.8em;
  font-weight: 500;
}
.footer .wrapper .member-txt {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.footer .wrapper .big-txt {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0;
}
.footer .wrapper .phone {
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.3;
  display: block;
  margin-bottom: -4px;
}
.footer .wrapper .email-txt {
  font-weight: 800;
  margin-right: 7px;
}
.footer .wrapper .footer-loc-box-mobile {
  display: none;
  align-items: center;
}
.footer .wrapper .footer-loc-box-mobile a {
  margin-right: 0.5em;
}
.footer .wrapper .footer-loc-box-mobile a img {
  display: inline-block;
  width: 2.6rem;
}
.footer .wrapper .footer-loc-box-mobile p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .wrapper .footer-btn-row-1 {
  margin-top: 1.5rem;
}
.footer .wrapper .footer-btn-row-1 .footer-loc-box {
  display: inline-flex;
  align-items: center;
}
.footer .wrapper .footer-btn-row-1 .footer-loc-box a {
  margin-right: 0.5em;
}
.footer .wrapper .footer-btn-row-1 .footer-loc-box a img {
  display: inline-block;
  width: 2.6rem;
}
.footer .wrapper .footer-btn-row-1 .footer-loc-box p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .wrapper .footer-btn-row-1 .gototop {
  text-align: center;
  float: right;
}
.footer .wrapper .footer-btn-row-1 .gototop img {
  width: 15px;
  margin: auto;
  display: block;
  margin-bottom: 6px;
}
.footer .wrapper .footer-btn-row-1 .gototop p {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.9em;
  margin-bottom: 0;
}
.footer .wrapper .copyright-row {
  border-top: 1px solid;
  padding-top: 0.75rem;
  margin-top: 1rem;
}
.footer .wrapper .copyright-row .copyright-row-inner .copy-co-txt {
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
}
.footer .wrapper .copyright-row .copyright-row-inner .copyright-popup-box {
  text-align: right;
  line-height: 1;
}
.footer .wrapper .copyright-row .copyright-row-inner .copyright-popup-box a {
  margin: 0 0.15rem;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.footer .wrapper .copyright-row .copyright-row-inner .copyright-popup-box a:last-child {
  margin-right: 0;
}
.footer .wrapper .copyright-row .copyright-row-inner .copyright-popup-box .line {
  font-size: 0.7em;
}

/*---Scroll Trigger Animation----*/
.fadeInAnimation {
  opacity: 0;
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.fadeInAnimation.active {
  opacity: 1;
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.fadeUpAnimation {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.fadeUpAnimation.active {
  opacity: 1 !important;
  transform: translate(0px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: visible !important;
}

.fadeLeftAnimation {
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.fadeLeftAnimation.active {
  opacity: 1 !important;
  transform: translate(0px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: visible !important;
}

.fadeRightAnimation {
  opacity: 0;
  transform: translate(20px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.fadeRightAnimation.active {
  opacity: 1 !important;
  transform: translate(0px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: visible !important;
}

.animate-delay-02 {
  transition-delay: 0.2s !important;
}

.animate-delay-04 {
  transition-delay: 0.4s !important;
}

.animate-delay-06 {
  transition-delay: 0.6s !important;
}

.animate-delay-08 {
  transition-delay: 0.8s !important;
}

.animate-delay-10 {
  transition-delay: 1s !important;
}

.animate-delay-12 {
  transition-delay: 1.2s !important;
}

.animate-delay-14 {
  transition-delay: 1.4s !important;
}

.animate-delay-16 {
  transition-delay: 1.6s !important;
}

.animate-delay-18 {
  transition-delay: 1.8s !important;
}

.top-slide-fadeAnimation {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: hidden;
}

.top-slide-fadeAnimation.animate {
  opacity: 1 !important;
  transform: translate(0px, 0px);
  transition: 1.5s;
  transition-delay: 0s;
  visibility: visible !important;
}

@keyframes scrollDot {
  0% {
    top: 0;
  }
  50% {
    top: 17px;
  }
  100% {
    top: 0;
  }
}
/* =========================================
   1. HIDE DEFAULT FANCYBOX UI (Foolproof Method)
   ========================================= */
.fancybox__toolbar,
.fancybox__nav,
.fancybox__thumbs,
.f-button.is-prev,
.f-button.is-next {
  display: none !important;
}

/* =========================================
   2. THE "CARD" LAYOUT 
   ========================================= */
/* We turn the Carousel itself into the white framed card */
.fancybox__carousel {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 85vw !important;
  max-width: 800px !important;
  height: 80vh !important;
  max-height: 800px !important;
  background-color: #ffffff !important;
  border-radius: 30px !important;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 12px solid #E3DCD1;
}

/* Ensure the map fits inside the new card area */
.f-panzoom__wrapper {
  width: 100% !important;
  height: 100% !important;
}

/* =========================================
   3. THE CUSTOM UI OVERLAY
   ========================================= */
/* Now this just fills 100% of the carousel card it sits inside */
.custom-fancybox-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  pointer-events: none; /* Click through to the map */
  z-index: 99999;
}

/* =========================================
   4. THE BUTTONS
   ========================================= */
.custom-fancybox-ui button {
  position: absolute;
  pointer-events: auto;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #4a3b32;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.custom-fancybox-ui button:hover {
  transform: scale(1.05);
  background: #f9f9f9;
}

/* Positioned cleanly inside the card edges */
#fb-close {
  top: 20px;
  right: 20px;
  font-size: 1.8em;
  font-weight: 700;
}

#fb-zoom-in {
  bottom: 130px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
}

#fb-zoom-out {
  bottom: 75px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
}

#fb-next {
  bottom: 20px;
  right: 20px;
  font-size: 1.7em;
}

#fb-prev {
  bottom: 20px;
  left: 20px;
  font-size: 1.7em;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(115, 99, 87, 0.8784313725);
}

/*----Inline Popup---*/
.custom-inline .fancybox__carousel {
  background-color: unset !important;
  border: none !important;
  box-shadow: unset !important;
}
.custom-inline .fancybox__carousel .fancypopup-content {
  color: #fff;
  text-align: center;
  padding: 4rem;
  min-height: 32rem;
  display: inline-flex;
  align-items: center;
  background: rgba(166, 124, 82, 0.9411764706);
  border-radius: 20px;
}
.custom-inline .fancybox__carousel .fancypopup-content .inner h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
}
.custom-inline .fancybox__carousel .fancypopup-content .inner p {
  font-size: 0.9em;
}
.custom-inline .fancybox__carousel .fancypopup-content .inner ul {
  list-style: disc;
  font-size: 0.9em;
  margin-top: -1rem;
  margin-bottom: 0.3rem;
}
.custom-inline .fancybox__carousel .fancypopup-content .inner ul li {
  list-style-position: inside;
}
.custom-inline .fancybox__carousel .fancypopup-content button.f-button.is-close-button {
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 100%;
  color: #6F3431;
}
.custom-inline .fancybox__backdrop {
  background: unset !important;
}

.fancypopup-content {
  display: none;
}

@media only screen and (max-width: 767px) {
  .top-swiper-container .swiper-slide .inner .content-box.mobile {
    display: block;
  }
  .top-swiper-container .swiper-slide .inner .content-box.desktop {
    display: none;
  }
  .top-swiper-container .swiper-slide .inner .content-box h1 {
    font-size: 2.6em;
  }
  .top-swiper-container .swiper-slide .inner .overlay-2 {
    background: rgba(0, 0, 0, 0.2705882353);
  }
  .top-swiper-container .swiper-slide .inner .content-box h2 {
    font-size: 2.6em;
  }
  .top-swiper-container .swiper-slide .inner .content-box h3 {
    font-size: 1.7em;
  }
  .concept-container {
    background-image: url(../images/concrete-textured-bg-mobile-2.webp);
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .concept-container .inner {
    position: relative;
    width: 100%;
    height: 100%;
    height: 960px;
    min-height: 100vh;
  }
  .concept-container .inner .first-middle-box {
    position: absolute;
    top: 38%;
    left: 50%;
    max-width: 25rem;
    height: 100%;
    transform: translateX(-50%);
    transition: opacity 0.6s ease, visibility 0s linear 0s;
    width: -moz-max-content;
    width: max-content;
    z-index: 100;
  }
  .concept-container .inner .first-middle-box .wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
    width: 100%;
    padding: 0 2rem;
  }
  .concept-container .inner .first-middle-box .wrapper h2 {
    color: #6B2F2B;
    font-weight: 500;
    width: 100%;
    font-size: 2em;
    margin-bottom: 1rem;
  }
  .concept-container .inner .first-middle-box .wrapper .desc {
    font-size: 1em;
    width: 100%;
    line-height: 1.2;
  }
  .concept-container .inner .space-fea-img-box {
    left: 0;
    bottom: 0;
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .button-expand.space {
    position: absolute;
    right: 30%;
    bottom: 33%;
    align-items: flex-end;
    z-index: 1000;
  }
  .concept-container .inner .button-expand.space span {
    font-size: 1.4em;
    margin-right: 9px;
  }
  .concept-container .inner .button-expand.space .but-shape {
    width: 13px;
    height: 26px;
    padding-bottom: 6px;
  }
  .concept-container .inner .memories-fea-img-box {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 69%);
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, visibility 0s linear 0s;
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .button-expand.memories {
    position: absolute;
    left: 26%;
    bottom: auto;
    top: 29%;
    transition: opacity 0.4s ease, visibility 0s linear 0s;
    align-items: flex-end;
  }
  .concept-container .inner .button-expand.memories .but-shape {
    transition: transform 0.5s ease;
    width: 13px;
    height: 26px;
    padding-bottom: 6px;
  }
  .concept-container .inner .button-expand.memories span {
    font-size: 1.4em;
    font-weight: 600;
    font-family: "Larken Variable";
    margin-left: 9px;
    display: inline-block;
    padding-top: 1.1rem;
  }
  .concept-container .inner .memories-fea-img-box.expand {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 69%);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.second {
    font-size: 3em;
    right: 7%;
    bottom: 26%;
    transform: translate(-16px, -16px);
  }
  .concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.first {
    font-size: 3em;
    left: 11%;
    top: 24%;
    transform: translate(16px, 16px);
  }
  .expand-box .expand-box-inner p {
    line-height: 1.2;
    text-align: center;
  }
  .expand-box.space-details-box .expand-box-inner p {
    order: 4;
    margin: auto;
  }
  .concept-container .inner .memories-details-box {
    position: absolute;
    right: auto;
    left: 50%;
    top: 40%;
    max-width: 96vw;
    padding: 0 1rem;
    transform: translate(-50%, 0);
    width: -moz-max-content;
    width: max-content;
  }
  .concept-container .inner .space-details-box {
    position: absolute;
    left: 50%;
    top: 6%;
    max-width: 19rem;
    transform: translate(-50%, 0);
    width: -moz-max-content;
    width: max-content;
  }
  .concept-container .inner .space-fea-img-box.expand {
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .expand-box .expand-box-inner.mobile {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .concept-container .inner .expand-box .expand-box-inner.desktop {
    display: none;
  }
  .concept-container .inner .quit-expand-button {
    margin-top: 0.5rem;
  }
  .concept-container .inner .expand-box.space-details-box .bold {
    font-weight: 700;
    margin: auto;
    margin-bottom: 1rem;
    order: 3;
  }
  .expand-box.space-details-box .expand-box-inner p.space-mobile {
    order: 4;
  }
  .expand-box.space-details-box .expand-box-inner img.space-mobile {
    order: 2;
    margin-bottom: 1.5rem;
  }
  .concept-container .inner .space-details-box .quit-expand-button {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    order: 1;
  }
  .concept-container .inner .space-fea-img-box.mobile {
    display: block;
    clip-path: unset;
  }
  .concept-container .inner .space-fea-img-box.mobile .space-bg-clip {
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
  }
  .concept-container .inner .space-fea-img-box.desktop {
    display: none;
  }
  .concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.first {
    font-size: 3em;
    right: 12%;
    top: 16%;
  }
  .concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.second {
    font-size: 3em;
    left: 12%;
    bottom: 15%;
  }
  .location-container {
    background-image: url(../images/concrete-textured-bg-mobile-2.webp);
  }
  .location-container h2.desktop {
    display: none;
  }
  .location-container h2.mobile {
    display: block;
  }
  h2 {
    font-size: 2.2em;
  }
  .location-container .desc-outer {
    order: 4;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
  }
  .location-container .map-box {
    padding: 1rem;
  }
  .location-container .accessi-box {
    order: 5;
    padding: 0 2rem;
  }
  .location-container .button-list-container {
    margin-top: 0;
    order: 4;
    margin-bottom: 3rem;
  }
  .legend-container {
    order: 2;
  }
  .location-container .legend-container .legend-wrapper .leg-title {
    font-size: 0.8em;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: none;
  }
  .location-container .legend-container .legend-wrapper .legend-box {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .location-container .legend-container .legend-wrapper .legend-box .single-legend img {
    width: 1.4rem !important;
    margin-right: 4px;
  }
  .location-container .legend-container .legend-wrapper .legend-box .single-legend span {
    font-size: 1.1em;
  }
  .location-container .compass-desktop {
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
  .location-container .compass-desktop img {
    width: 2.4rem;
    float: right;
    text-align: right;
    display: block;
    position: relative;
    transform: translateX(8rem);
  }
  .location-container .button-list-container .button-lists-box .navigation-box .navi-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-container .loc-wrapper .single-loc-box .single-loc-inner .left {
    text-align: left;
  }
  .location-container .accessi-box .title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }
  .fancybox__carousel {
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: unset !important;
    max-width: 90vw !important;
    height: 60vh !important;
    max-height: 500px !important;
    background-color: #ffffff !important;
    border-radius: 30px !important;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 12px solid #E3DCD1;
  }
  .f-panzoom__wrapper {
    width: auto !important;
    height: auto !important;
  }
  .register-container .container-form h2.desktop {
    display: none;
  }
  .register-container .container-form h2.mobile {
    display: block;
  }
  .developer-container .title-row.desktop {
    display: none;
  }
  .developer-container .title-row.mobile {
    display: block;
    text-align: center;
    margin-top: 3rem;
  }
  .developer-container .title-row.mobile h2 {
    margin-bottom: 2rem;
  }
  .developer-container .title-row.mobile .dev-btn {
    margin-right: 0;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .top-right-category {
    position: absolute;
    top: 0.5rem;
    right: 1.2rem;
    text-align: right;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .developer-container .right-box .right-box-inner .single-crop-box {
    padding-right: 0rem;
    padding-left: 0;
    position: relative;
  }
  .developer-container .right-box .right-box-inner {
    margin: 0;
  }
  .developer-container .right-box .right-box-inner .single-crop-box {
    padding-right: 0rem;
    padding-left: 0;
    position: relative;
    margin-top: 3rem;
    text-align: center;
  }
  .developer-container .dev-btn-row {
    margin-top: 2rem;
    display: none;
  }
  .developer-container .left-box {
    text-align: center;
  }
  .developer-container .dev-btn.mobile {
    display: inline-block;
    margin: auto;
    margin-top: 2.3rem;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner {
    position: relative;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    overflow: hidden;
    aspect-ratio: 3.2/3.5;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content {
    position: relative;
    height: 100%;
    padding: 10rem 2rem 1.4rem 2rem;
    z-index: 3;
    color: #fff;
    transition: all 0.3s ease;
    text-align: left;
    font-size: 1.3em;
  }
  .breaker-container img.desktop {
    display: none;
  }
  .breaker-container img.mobile {
    display: block;
  }
  .breaker-container .content-box {
    position: relative;
    padding-top: 6rem;
    text-align: center;
    max-width: 20rem;
  }
  .breaker-container .content-box h2 {
    color: #6F3431;
    text-shadow: unset;
  }
  .breaker-container {
    min-height: 40rem;
  }
  .footer .wrapper .jag-word-txt {
    font-size: 1.3em;
    font-family: "Larken Variable";
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .footer .wrapper .co-number {
    font-size: 0.6em;
    font-weight: 500;
  }
  .footer .wrapper .member-txt {
    font-size: 0.6em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
  }
  .footer .wrapper .big-txt {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
  }
  .footer .mobile-space {
    margin: 0.5rem 0;
  }
  .footer .wrapper .phone {
    font-size: 1.45em;
  }
  .footer .wrapper .footer-btn-row-1 .gototop {
    text-align: center;
    float: none;
  }
  .footer .wrapper .footer-btn-row-1 .footer-loc-box {
    display: none;
  }
  .footer .wrapper .footer-loc-box-mobile {
    display: flex;
    margin-top: 1.2rem;
  }
  .footer .wrapper .copyright-row .copyright-row-inner .copy-co-txt {
    margin-bottom: 0.5rem;
    font-size: 0.8em;
    font-weight: 500;
  }
  .footer .wrapper .copyright-row .copyright-row-inner .copyright-popup-box {
    text-align: center;
    line-height: 1;
    border-top: 1px solid;
    padding-top: 0.5rem;
  }
  .footer {
    padding: 6rem 0 3rem 0;
  }
  .footer .wrapper .copyright-row {
    border-top: 0;
    padding-top: 0.75rem;
    margin-top: 1rem;
  }
  .footer .wrapper .copyright-row .copyright-row-inner {
    margin: auto;
  }
  .custom-inline .fancybox__carousel .fancypopup-content .inner ul li {
    list-style-position: inside;
    line-height: 1.5;
  }
  .custom-inline .fancybox__carousel .fancypopup-content .inner p {
    font-size: 0.8em;
  }
  .custom-inline .fancybox__carousel .fancypopup-content .inner h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
  }
  .custom-inline .fancybox__carousel .fancypopup-content {
    color: #fff;
    text-align: center;
    padding: 2rem 1.2rem;
    min-height: unset;
    display: inline-flex;
    align-items: center;
    background: rgba(166, 124, 82, 0.9411764706);
    border-radius: 20px;
  }
  .custom-inline .fancybox__carousel {
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    height: unset !important;
    max-height: unset !important;
    width: unset !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    max-width: unset !important;
    overflow: auto !important;
    position: unset !important;
  }
  .custom-inline .fancybox__carousel .fancypopup-content .inner ul {
    list-style: disc;
    font-size: 0.9em;
    margin-top: -1rem;
    margin-bottom: 0.3rem;
    line-height: 1.5;
  }
  .desktopMenu {
    display: none;
  }
  .register-top-but-container .inner .whatsapp-btn {
    background: #ffffff;
    border-radius: 50rem;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .register-top-but-container {
    position: fixed;
    z-index: 10000;
    left: 1rem;
    top: 1.6rem;
  }
  .register-top-but-container .inner .reg-btn {
    padding: 0.7rem 0.8rem;
    background: #ffffff;
    border-radius: 10rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 0.75rem;
    font-size: 0.9em;
  }
  .mobileMenu {
    display: block;
  }
  .developer-container {
    background-image: url(../images/concrete-textured-bg-mobile-2.webp);
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 0.6rem !important;
    text-transform: uppercase;
  }
  .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large {
    padding: 1rem !important;
    padding-left: 2rem !important;
    border-color: #E3DCD1 !important;
    font-size: 0.75em !important;
  }
  .form-required-txt {
    float: right;
    font-size: 0.6em;
    color: #E3DCD1;
    font-weight: 700;
    margin-bottom: -2rem;
    margin-top: -0.1rem;
  }
  legend.gfield_label.gform-field-label.gfield_label_before_complex {
    padding-left: 2rem;
    color: #E3DCD1;
    font-size: 0.7em;
    padding-top: 1.6rem;
    padding-bottom: 0.7rem;
  }
  .form-checkbox-custom .cust-row .small-txt {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .form-checkbox-custom .cust-row .big-txt {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7em;
  }
  .form-readmore-row {
    font-size: 0.75em;
    font-weight: 600;
  }
  .gform-theme--foundation .gfield select.large {
    height: 40px;
    padding-top: 1px;
    padding-left: 2rem !important;
    border-color: #E3DCD1 !important;
    font-size: 0.7em !important;
  }
  .gform-theme--framework .gform-field-label--type-inline {
    font-size: 1em !important;
    color: #E3DCD1 !important;
    text-transform: none !important;
  }
  .form-tnc-row {
    font-size: 0.7em;
    font-weight: 600;
  }
  .gform-theme--foundation .gfield--type-captcha iframe {
    block-size: 78px;
    inline-size: 100%;
    scale: 0.7;
    transform-origin: left;
  }
  .register-container .container-form h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .concept-container {
    background-image: url(../images/concrete-textured-bg.webp);
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .concept-container .inner {
    position: relative;
    width: 100%;
    height: 100%;
    height: 960px;
    min-height: 100vh;
  }
  .concept-container .inner .first-middle-box {
    position: absolute;
    top: 38%;
    left: 50%;
    max-width: 25rem;
    height: 100%;
    transform: translateX(-50%);
    transition: opacity 0.6s ease, visibility 0s linear 0s;
    width: -moz-max-content;
    width: max-content;
    z-index: 100;
  }
  .concept-container .inner .first-middle-box .wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
    width: 100%;
    padding: 0 2rem;
  }
  .concept-container .inner .first-middle-box .wrapper h2 {
    color: #6B2F2B;
    font-weight: 500;
    width: 100%;
    font-size: 2em;
    margin-bottom: 1rem;
  }
  .concept-container .inner .first-middle-box .wrapper .desc {
    font-size: 1em;
    width: 100%;
    line-height: 1.2;
  }
  .concept-container .inner .space-fea-img-box {
    left: 0;
    bottom: 0;
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .button-expand.space {
    position: absolute;
    right: 50%;
    bottom: 34%;
    align-items: flex-end;
    z-index: 1000;
    transform: translate(50%, 0);
  }
  .concept-container .inner .button-expand.space span {
    font-size: 1.4em;
    margin-right: 9px;
  }
  .concept-container .inner .button-expand.space .but-shape {
    width: 13px;
    height: 26px;
    padding-bottom: 6px;
  }
  .concept-container .inner .memories-fea-img-box {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 69%);
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, visibility 0s linear 0s;
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .button-expand.memories {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: auto;
    top: 29%;
    transition: opacity 0.4s ease, visibility 0s linear 0s;
    align-items: flex-end;
  }
  .concept-container .inner .button-expand.memories .but-shape {
    transition: transform 0.5s ease;
    width: 13px;
    height: 26px;
    padding-bottom: 6px;
  }
  .concept-container .inner .button-expand.memories span {
    font-size: 1.4em;
    font-weight: 600;
    font-family: "Larken Variable";
    margin-left: 9px;
    display: inline-block;
    padding-top: 1.1rem;
  }
  .concept-container .inner .memories-fea-img-box.expand {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 69%);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.second {
    font-size: 3em;
    right: 7%;
    bottom: 26%;
    transform: translate(-16px, -16px);
  }
  .concept-container .inner .memories-fea-img-box .fea-img-box-inner .fea-img-txt.first {
    font-size: 3em;
    left: 11%;
    top: 24%;
    transform: translate(16px, 16px);
  }
  .expand-box .expand-box-inner p {
    line-height: 1.2;
    text-align: center;
  }
  .expand-box.space-details-box .expand-box-inner p {
    order: 4;
    margin: auto;
  }
  .concept-container .inner .memories-details-box {
    position: absolute;
    right: auto;
    left: 50%;
    top: 40%;
    max-width: 20rem;
    transform: translate(-50%, 0);
    width: -moz-max-content;
    width: max-content;
  }
  .concept-container .inner .space-details-box {
    position: absolute;
    left: 50%;
    top: 6%;
    max-width: 19rem;
    transform: translate(-50%, 0);
    width: -moz-max-content;
    width: max-content;
  }
  .concept-container .inner .space-fea-img-box.expand {
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 40%;
    width: 100%;
  }
  .concept-container .inner .expand-box .expand-box-inner.mobile {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .concept-container .inner .expand-box .expand-box-inner.desktop {
    display: none;
  }
  .concept-container .inner .quit-expand-button {
    margin-top: 0.5rem;
  }
  .concept-container .inner .expand-box.space-details-box .bold {
    font-weight: 700;
    margin: auto;
    margin-bottom: 1rem;
    order: 3;
  }
  .expand-box.space-details-box .expand-box-inner p.space-mobile {
    order: 4;
  }
  .expand-box.space-details-box .expand-box-inner img.space-mobile {
    order: 2;
    margin-bottom: 1.5rem;
  }
  .concept-container .inner .space-details-box .quit-expand-button {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    order: 1;
  }
  .concept-container .inner .space-fea-img-box.mobile {
    display: block;
    clip-path: unset;
  }
  .concept-container .inner .space-fea-img-box.mobile .space-bg-clip {
    clip-path: polygon(0% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
  }
  .concept-container .inner .space-fea-img-box.desktop {
    display: none;
  }
  .concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.first {
    font-size: 3em;
    right: 12%;
    top: 16%;
  }
  .concept-container .inner .space-fea-img-box .fea-img-box-inner .fea-img-txt.second {
    font-size: 3em;
    left: 12%;
    bottom: 15%;
  }
  .location-container .desc-inner.tablet {
    display: block;
    margin-top: 3rem;
  }
  .location-container .desc-inner.desktop {
    display: none;
  }
  .location-container .accessi-box {
    order: 6;
    text-align: left;
  }
  .location-container .legend-container .legend-wrapper .leg-title {
    font-size: 0.8em;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .location-container .legend-container .legend-wrapper .legend-box .single-legend img {
    width: 1.7rem !important;
    margin-right: 4px;
  }
  .location-container .compass-desktop {
    margin-top: -1rem;
    order: 3;
    float: right;
    text-align: right;
  }
  .location-container .button-list-container .button-lists-box .navigation-box .navi-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-container .button-list-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    order: 5;
  }
  .location-container .map-box {
    order: 2;
  }
  .location-container .desc-outer {
    order: 5;
  }
  .location-container .legend-container {
    order: 4;
  }
  .developer-container .title-row.desktop {
    display: none;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .top-right-category {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: right;
    font-size: 0.7em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content {
    position: relative;
    height: 100%;
    padding: 6rem 1rem 1rem 1rem;
    z-index: 3;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .developer-container .right-box .right-box-inner .single-crop-box {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
  }
  .developer-container .title-row.mobile {
    display: block;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .developer-container .title-row.mobile h2 {
    margin-bottom: 1.6rem;
  }
  .developer-container .title-row.desktop {
    display: none;
  }
  .developer-container .left-box {
    text-align: center;
  }
  .developer-container .dev-btn-row .dev-btn.hide-tablet {
    display: none;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content.show-tablet {
    display: block;
  }
  .developer-container .right-box .right-box-inner .single-crop-box .crop-box-inner .text-content.hide-tablet {
    display: none;
  }
  .breaker-container img.desktop {
    display: none;
  }
  .breaker-container img.mobile {
    display: block;
  }
  .breaker-container .content-box h2 {
    color: #6F3431;
    text-shadow: unset;
    max-width: 25rem;
    text-align: center;
  }
  .footer .wrapper .big-txt {
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 0;
  }
  .mobileMenu {
    display: block;
  }
  .desktopMenu {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */