@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');



@font-face {
  font-family: "Herculanum", sans-serif;
  src: url("../fonts/Herculanum_Regular.ttf");
  font-family: "Futura Md BT", sans-serif;
  src: url("../fonts/futura-book-font.ttf");
  font-family: "Goudy-Old-Style";
  src: url("../fonts/GOUDOS.ttf");
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: Orchidea Pro;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

p {
  font-size: 1.2em;
}

h1, h2, h3{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* modal style  */
.modal-text-color{
  color: #FFAE9B;
  
}
.text-white{
  color: white !important;
}
.text-blur{
  filter: opacity(75%);
}

.modal-text{
  font-family: 'Goudy-Old-Style', serif;
}

/* .modal-text h2{
  font-size: ;
} */

.modal-button{
  padding: 1rem 5rem;
  background-color: white;
  font-weight: 400;
  font-family: 'Source Sans 3', sans-serif;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #D26A52;
}

.sujimoto-side-text-on-modal{
  position: absolute;
  left:-35rem;
  font-size: 1.3rem;
  transform: rotate(-90deg);  
  letter-spacing: 1.4rem;
  color: rgba(255, 255, 255, 0.60);
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.sujimoto-top-text-on-modal{
  position: absolute;
  top:0;
  font-size: 1.5rem;
  letter-spacing: 1.5rem;
  color: rgba(255, 255, 255, 0.10);
  width: 100%;
  font-weight: 400;
  text-align: center;
}

.sujimoto-bottom-text-on-modal{
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  width: 100%;
  letter-spacing: 1.5rem;
  color: rgba(255, 255, 255, 0.10);
  text-align: center;
  
}

.sujimoto-side-text-on-modal p,
.sujimoto-top-text-on-modal p,
.sujimoto-bottom-text-on-modal p{
  font-family:"Herculanum", sans-serif;
}
.upper-text-in-modal{
  margin-bottom: 30px;
}

.modal-amount{
  margin-top: 0px;
}

/* For tablets and lower resolutions */
@media only screen and (max-width: 1024px) {
.sujimoto-text-on-modal{
  display: none !important;
}
}


.responsive_menu,
.menu_icon {
  display: none;
}

select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  background: url("../images/icons/down-arrow.png") no-repeat;
  background-position: 90%;
  background-size: 1em;
  z-index: 10000;
}

button {
  background: transparent;
  border: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

label {
  font-weight: 100;
}

.radio,
.call_line2 {
  display: none;
}

:root {
  --orange: #e17c64;
  --dark-orange: #c9847a;
  --green: #2d4034;
  --brown: #b28b5a;
  --sea-blue: #192544;
  --red: #dd130d;
}

.error {
  padding: 1em;
  background: rgba(224, 40, 43, 1);
  color: white;
  border: 5px;
  float: left;
  position: fixed;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40vw;
  z-index: 1000000000000;
}

.success_req {
  position: fixed;
  left: 2em;
  bottom: 2em;
  max-width: 30em;
  min-width: 20em;
  text-align: left;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000000000000000;
  padding: 2em 2em 2em 10em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%) translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.response_icon {
  position: absolute;
  height: 100%;
  width: 4em;
  background: #058373;
  color: white;
  top: 0;
  left: 0;
  font-size: 2em;
  text-align: center;
  line-height: 3.5;
  justify-content: center;
}

.close_response {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  padding: 1em;
}

.success_req.done {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

body {
  background: #fff;
  overflow-x: hidden;
}

.align-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bold {
  font-family: "Proxima Nova Bold";
  display: inline-block;
}

.full_container {
  margin-bottom: 26em;
  position: relative;
  float: left;
  background: white;
  width: 100%;
  z-index: 100;
  overflow-x: hidden;
  -webkit-transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.full_container.open {
  opacity: 0;
  transform: translateY(-10%);
}

/************Menu Section*************/

.main_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(#202020, transparent);
  height: 6em;
  z-index: 100000000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6fr 1fr 1fr;
  grid-template-columns: 1fr 6fr 1fr 1fr;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main_header.sticky,
.activeHeader {
  background-image: linear-gradient(var(--green), var(--green));
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.main_header.activeHeader {
  background-color: var(--green);
}
.intro_container {
  position: fixed;
  z-index: 1000000000000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: var(--green);
  padding: 0 5em;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.intro_bg {
  position: fixed;
  z-index: 100000000000;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--green);
  height: 100vh;
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.intro_bg.open {
  transform: translateY(0);
}

.intro_container.out {
  pointer-events: none;
  transform: translateY(-100%);
}

.load_logo {
  width: 20em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.site_loader {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 35vw;
  height: 35vh;
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site_loader.load {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.banana_load1,
.banana_load2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/load1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site_loader.load .banana_load2 {
  -webkit-animation: loader 4s cubic-bezier(0.91, 0.01, 0.18, 0.99);
  animation: loader 4s cubic-bezier(0.91, 0.01, 0.18, 0.99);
  opacity: 1;
}

.intro_footer {
  position: absolute;
  bottom: 5em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}

.intro_footer span:nth-child(1) {
  color: #d0d0d0;
  float: left;
  width: 100%;
  opacity: 1;
  /*    transition: all 1s cubic-bezier(.215,.61,.355,1);*/
}

.counter {
  animation-duration: 4s;
  animation-delay: 0s;
  font-size: 2em;
  font-weight: 700;
  display: inline-block;
  z-index: -1;
  color: #f0f0f0;
}

.counter:after {
  content: "%";
}

@-webkit-keyframes loader {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes loader {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.logo {
  -ms-grid-column: 1;
  grid-column: 1;
  opacity: 1;
  padding: 2.2em 4em 0 4em;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
  z-index: 10000;
}

.main_header.sticky .logo {
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
}

.logo img {
  width: 12em;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo.show {
  opacity: 0;
  top: 8%;
}

.main_navigation {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 2em 3% 0 3%;
}

.main_navigation li {
  display: inline-block;
  margin-right: 1em;
}

.main_navigation li a {
  display: inline-block;
  color: white;
  font-family: "GtEstiProDisplay";
  font-weight: 400;
  padding: 0.2em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main_navigation li a:hover {
  color: #e5977f;
}

.call_line {
  -ms-grid-column: 3;
  grid-column: 3;
  border-left: 1px rgba(255, 255, 255, 0.4) solid;
  color: white;
  padding: 1.8em 1em;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
}

.main_header.sticky .call_line {
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.search_sec {
  -ms-grid-column: 4;
  grid-column: 4;
  background: rgba(255, 255, 255, 1);
  padding: 2em 1.5em 0 1.5em;
  width: 100%;
  cursor: pointer;
}

.search_container {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search_container svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  position: relative;
}

.search_container .head_Contact {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  line-height: 2;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  /*	margin-left: .5em;*/
  /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    right: 1vw;
*/
}

.audio {
  border-left: 1px rgba(0, 0, 0, 0.4) solid;
  padding: 2em 1em;
  -ms-grid-column: 5;
  grid-column: 5;
  background: white;
  cursor: pointer;
  display: none;
  outline: red solid;
}

.audio svg {
  width: 2em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/************Banner Section*************/
.banner {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  float: left;
  background-size: cover;
  /*    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);    */
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.share_container,
.close_vid {
  position: absolute;
  bottom: 5em;
  left: 5em;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.share_btn {
  width: 2em;
  height: 2em;
  border: 1px white solid;
  line-height: 2em;
  text-align: center;
  font-size: 2em;
  color: white;
  border-radius: 50%;
  float: left;
  position: relative;
  cursor: pointer;
}

.st-left {
  position: relative;
  top: 3em;
  right: -4em;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.share_container:hover .share_btn,
.close_vid:hover .share_btn {
  background: rgba(255, 255, 255, 0.1);
}

.share_container:hover .st-left {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  right: -5em;
}

.banner.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  display: none;
}

.banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#161616)
  );
  background-image: -o-linear-gradient(transparent, #161616);
  background-image: linear-gradient(transparent, #161616);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner.video:before {
  opacity: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  margin: rem-calc(0 0 54.5);
  min-height: 31.25rem;
  overflow: hidden;
}

.video-overlay {
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 1;
}

.header__video-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    visibility 0.5s linear;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    visibility 0.5s linear;
}
.header__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}
.video_plyer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background: var(--green);
  z-index: 10000000000000000000;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video_plyer.open {
  opacity: 1;
  visibility: visible;
}

.video_plyer iframe {
  position: absolute;
  width: 70vw;
  height: 70vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.lines {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  top: 6em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lines span {
  position: absolute;
  top: 0;
  left: 15.95%;
  height: 100vh;
  width: 1px;
  background: white;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lines span:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
}

.lines span:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  left: 20%;
}

.lines span:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  left: 25%;
}

.discover {
  color: white;
  position: absolute;
  top: 50%;
  right: 3em;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
}

.discover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9em;
  width: 8em;
  height: 1px;
  background: white;
}

.dark_thm {
  color: #131313;
}

.dark_thm:before {
  background: #131313;
}

.white_thm {
  color: #fff;
}

.white_thm:before {
  background: #fff;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 15.8vw;
  width: 57%;
  z-index: 100;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 2px var(--orange) solid;
  padding: 2em;
}

.excerpt {
  margin-top: 5em;
  width: 28.2vw;
  padding: 5em;
  position: absolute;
  right: -2.15vw;
  text-align: center;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.stripe_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/stripes.svg") repeat 0 0;
  opacity: 0.6;
}

.banner_header,
.banner_header2 {
  font-size: 70px;
  font-family: Noe Display;
  float: left;
  width: 100%;
  color: white;
  line-height: 1;
}

.typewriter {
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  margin-top: 0.5em;
}

.typewriter-text {
  color: #fff;
  border-right: solid white 2px;
  text-transform: capitalize;
  animation: cursor 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  font-family: Noe Display;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub_head {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  font-weight: 400;
  margin-top: 1em;
}

.investment_banner .sub_head {
  color: black;
}

.banner_header2 {
  font-size: 50px;
  font-family: Noe Display Regular;
  color: black;
  line-height: 1.5;
}

@keyframes cursor {
  from {
    border-color: #fff;
  }
  to {
    border-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .typewriter {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .typewriter {
    font-size: 60px;
  }
}

.play_btn {
  cursor: pointer;
  margin-top: 1.5em;
  float: left;
}

.banner.video .play_btn {
  visibility: hidden;
}

.play_icon {
  width: 2em;
  height: 2em;
  background: var(--orange);
  line-height: 2em;
  text-align: center;
  font-size: 2em;
  color: white;
  border-radius: 50%;
  float: left;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.play_icon:hover {
  background: var(--dark-orange);
}

.play_icon:before,
.play_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.5) translate(-50%, -50%);
  -ms-transform: scale(0.5) translate(-50%, -50%);
  transform: scale(0.5) translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px var(--orange) solid;
  border-radius: 50%;
  -webkit-animation: cus_pulse 1.5s infinite linear;
  animation: cus_pulse 1.5s infinite linear;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: -1;
}

.play_icon:after {
  -webkit-animation: cus_pulse 2s infinite linear;
  animation: cus_pulse 2s infinite linear;
}

.watch_txt {
  float: left;
  margin-top: 1.5em;
  color: white;
  margin-left: 1em;
}

.excerpt {
  color: #f0f0f0;
  font-size: 1.2em;
  line-height: 1.5;
  transform: translateY(4em);
}

/******************Welcome secdtion*********************/
.welcome_container {
  width: 100%;
  padding: 5em 2em 10em;
  float: left;
  text-align: center;
  background: #f7f7f7;
  overflow: hidden;
}

.welcome_txt {
  font-size: 2.5em;
  color: var(--green);
  width: 70%;
  font-family: Noe Display Regular;
  display: inline-block;
}

.welcome_txt,
.welcome_container img,
.default_header,
.default_header_alt2,
.lifestyle_section .card_header2,
.view_excerpt,
.header_label,
.project_table {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(0) translateY(0%);
  -ms-transform: rotate(0) translateY(0%);
  transform: rotate(0) translateY(0%);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.welcome_container img {
  width: 6em;
  margin-bottom: 1em;
}

.slide_building {
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
  /*	background: #f1f1f1;*/
}

.default_header,
.default_header_alt,
.default_header_alt2 {
  float: left;
  width: 100%;
  font-family: Noe Display Regular;
  font-size: 2.5em;
  color: #131313;
  line-height: 1;
  position: relative;
}

.default_header_alt2 {
  color: var(--sea-blue);
}

.default_header_alt:before,
.default_header_alt2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5vw;
  width: 4vw;
  height: 1px;
  background: white;
}

.default_header_alt2:before {
  background: var(--sea-blue);
}

.sec_num {
  font-size: 0.5em;
  float: left;
  width: 100%;
  font-family: Noe Display Regular;
}

.default_header_alt {
  color: white;
}

.header_label {
  display: inline-block;
  margin: 0.5em 5em;
  font-size: 1.5em;
  width: 30%;
  font-weight: 400;
}

.leo_slides {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  height: 720px;
}

.leo_sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

/*
.leo_sliders:before, .section_content:before, .section_image2:before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	z-index: 10000000;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: all 1s cubic-bezier(.215,.61,.355,1);
    -o-transition: all 1s cubic-bezier(.215,.61,.355,1);
    transition: all 1s cubic-bezier(.215,.61,.355,1);
}
*/

.leo_sliders.showBg:before,
.section_content.showBg:before,
.section_image2.showBg:before {
  -webkit-animation: reveal 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: reveal 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes reveal {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.leo_sliders .slick-slide {
  padding: 0;
}

.slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 100;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.progressBarContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fbfaf9;
  z-index: 10000000;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  flex-direction: row-reverse;*/
}

.progressBarContainer div {
  width: 50px;
  padding: 0;
  cursor: pointer;
  margin-right: 1em;
  border-radius: 50px;
  float: left;
  color: white;
  pointer-events: none;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(25, 37, 68, 0.2);
  float: left;
  border-radius: 50px;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: var(--orange);
  width: 0%;
  height: 4px;
}

.building_frame {
  float: left;
  width: 100%;
  padding: 2em 3em 0 3em;
  position: relative;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.building_frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.building_frame img {
  width: 17vw;
  text-align: center;
  margin-left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  margin-bottom: 1em;
  margin-top: 2em;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.property_info {
  float: left;
  width: 100%;
  position: relative;
}

.property_info:before {
  content: "";
  position: absolute;
  top: -12em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.property_info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 70%;
  opacity: 0.05;
  -webkit-transform: translateX(-12%);
  -ms-transform: translateX(-12%);
  transform: translateX(-12%);
}

.section_content {
  float: left;
  width: 100%;
  position: relative;
  padding: 28vh 5em;
  z-index: 10000;
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}

.section_content .card_header2 {
  width: 100%;
  line-height: 1;
}

.section_image,
.section_image2 {
  float: left;
  width: 100%;
  padding: 280px 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section_image {
  padding: 40vh 0;
}

.section_image {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.section_image img,
.view_img img,
.news_card img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.section_image2 {
  padding: 400px 0;
}

.section_image img,
.section_image2 img,
.ls_main_img img,
.view_img img,
.news_card img,
.g_slide img,
.slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/******************Homepage Facilities****************/
.leo_facilities {
  float: left;
  width: 100%;
  position: relative;
  background: white;
}

.leo_facilities:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*	transform:scaleX(-1);*/
  opacity: 0.3;
  background: url("../images/bg/mar.webp");
  background-size: cover;
}

.section_facilities {
  float: left;
  width: 100%;
  padding: 5em 5em 2em 10em;
  position: relative;
}

.icon_list {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.icon_list,
.ls_slider {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon_list img {
  width: 4em;
  height: 4em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  margin: 1em auto;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.icon_list span {
  width: 100%;
  font-weight: 400;
  color: var(--sea-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  min-height: 5em;
}

/******************lifestyle_section*********************/
.lifestyle_section,
.news_section,
.lifestyle_section2 {
  float: left;
  width: 100%;
  position: relative;
  padding: 5em 0 1em 0;
  background: white;
  z-index: 100;
}

.ls_slider {
  width: 100%;
  float: left;
  margin-top: 4em;
  padding: 0 0 0 10vw;
}

.ls_slider .slick-dots li.slick-active,
.leo_sliders .slick-dots li.slick-active {
  background: var(--orange);
  opacity: 1;
}

.ls_slider .slick-dots li,
.leo_sliders .slick-dots li {
  background: var(--sea-blue);
  opacity: 0.3;
}

.ls_control {
  float: right;
}

.ls_control .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ls_control2,
.ls_control3 {
  position: absolute;
  right: 0%;
  bottom: -10em;
  background: var(--sea-blue);
  width: 100%;
  padding: 2em 28%;
  z-index: 100;
}

.ls_control > span:nth-child(1),
.ls_control2 > span:nth-child(1),
.ls_control3 > span:nth-child(1) {
  -webkit-transform: rotate(-180deg) translateX(-0.16em);
  -ms-transform: rotate(-180deg) translateX(-0.16em);
  transform: rotate(-180deg) translateX(-0.16em);
}

.ls_slider .slick-slide {
  padding: 5em 15vw 5em 10vw;
  opacity: 0.5;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.ls_slider .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ls_body {
  float: left;
  width: 100%;
  position: relative;
}

.ls_main_img {
  float: left;
  width: 92%;
  padding: 200px 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ls_slider .slick-current .ls_main_img {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.ls_bg {
  width: 90%;
  padding: 250px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.ls_content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(45%, -50%);
  -ms-transform: translate(45%, -50%);
  transform: translate(45%, -50%);
  background: white;
  padding: 3em;
  width: 50%;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ls_slider .slick-current .ls_content {
  -webkit-transform: translate(65%, -50%);
  -ms-transform: translate(65%, -50%);
  transform: translate(65%, -50%);
}

.card_icon {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.card_icon img {
  width: 4em;
}

.card_header,
.card_header2 {
  color: var(--sea-blue);
  float: left;
  width: 100%;
  font-family: Noe Display Regular;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em;
}

.card_header2 {
  width: 40%;
  float: left;
  font-size: 2.5em;
  line-height: 1.5;
}

.view_excerpt {
  float: right;
  width: 40%;
  line-height: 2;
  color: var(--sea-blue);
}

.view_img {
  float: left;
  width: 100%;
  height: 98vh;
  padding: 400px 0;
  position: relative;
  overflow: hidden;
}

/***********news_section*************/
.section_default {
  float: left;
  width: 100%;
}

.news_section:before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: -1em;
  width: 15%;
  height: 80%;
  background: url("../images/bg/sh.png") no-repeat;
  background-size: cover;
}

.take-right {
  float: right;
}

.news_card {
  float: left;
  width: 100%;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.news_card:hover {
  -webkit-clip-path: polygon(4% 4%, 95% 4%, 95% 95%, 4% 95%);
  clip-path: polygon(4% 4%, 95% 4%, 95% 95%, 4% 95%);
}

.card_info,
.about_gallery .card_info {
  position: absolute;
  background: white;
  bottom: 2em;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.about_gallery .card_info {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: auto;
  left: 3%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.date {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: center;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 1em;
  float: left;
}

.date span:nth-child(1) {
  color: var(--orange);
  width: 100%;
  font-weight: 700;
  font-size: 2.5em;
  float: left;
}

.date span:nth-child(2),
.date span:nth-child(3) {
  width: 100%;
  float: left;
}

.news_title {
  -ms-grid-column: 2;
  grid-column: 2;
  /*	outline: green solid;*/
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*	line-height: 3;*/
  padding: 1em 2em 1em 2em;
  color: #303030;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about_gallery .card_info .news_title {
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 1em;
  float: left;
  background: white;
  white-space: nowrap;
  transform: translateY(-4em);
}

.image_count {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1em 2em;
  z-index: 100;
}

.logo_sliders {
  float: left;
  position: relative;
  width: 100%;
  /*	background: var(--green);*/
  padding: 5em;
}

.logo_slide {
  float: left;
  background-size: cover;
  height: 5em;
  width: 50%;
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.logo_slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

/****************contact***************/
.contact_section {
  float: left;
  position: relative;
  width: 100%;
  height: 90vh;
  z-index: 100;
  margin-top: 0;
}

.map_area {
  height: 90vh;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.map_area iframe {
  width: 100%;
  float: left;
  height: 100%;
}

.contact_form_area {
  width: 100%;
  float: left;
  padding: 5em;
  background: white;
}

.contact_form_area p {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}

.form_field {
  float: left;
  width: 100%;
  padding: 1em;
  border: none;
  margin-bottom: 1em;
  background: transparent;
  border: 1px rgba(23, 23, 23, 0.5) solid;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.response {
  color: var(--red);
  padding-bottom: 0.5em;
  float: left;
  width: 100%;
}

textarea {
  resize: none;
  max-height: 15em;
}

.form_field:focus {
  border-color: var(--orange);
}

/********************About Section********************/
.about_banner,
.investment_banner {
  position: relative;
  float: left;
  width: 100%;
  height: 85vh;
  background: #202020;
  padding-top: 6em;
  z-index: 100;
}

.investment_banner {
  padding-top: 0;
  background: var(--green);
  height: auto;
}
.project_navigation {
  padding: 5em 10em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.project_navigation li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2em;
  float: left;
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project_navigation li img {
  width: 40px;
}

.project_navigation li a span {
  display: none;
}

.project_navigation li:hover {
  opacity: 1;
}

.project_navigation li a img {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  margin-right: 0.5em;
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project_banner {
  float: left;
  width: 100%;
  /*	background: orange;*/
  height: 85vh;
  position: relative;
  background-image: url("../images/bg/11.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
}

.investment_banner .project_banner {
  background-image: url("../images/bg/sea.jpg");
  background-position: top;
  height: 100vh;
}

.project_banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#161616)
  );
  background-image: -o-linear-gradient(transparent, #161616);
  background-image: linear-gradient(transparent, #161616);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.project_banner_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10em;
}

.project_banner_content .banner_header {
  width: 70%;
  font-weight: 100;
}

.investment_banner .project_banner_content {
  left: 10em;
  width: 50%;
  top: 40%;
}

.project_banner_content .sub_head {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 100;
}

.learn_btn {
  position: absolute;
  bottom: -3em;
  left: 10em;
  width: 12em;
  height: 12em;
  line-height: 1;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.learn_btn:hover,
.learn_btn:focus {
  border: 1px rgba(255, 255, 255, 1) solid;
  /*	background: rgba(255,255,255,.1);*/
  color: white;
}

.learn_circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.learn_btn .cta {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.learn_btn .ar {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  clear: both;
}

.project_description {
  background: #202020;
  padding: 5em 5em;
  float: left;
  width: 100%;
  position: relative;
}

.project_description:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-image: url("../images/bg/mas.jpg");
  background-size: contain;
  mix-blend-mode: overlay;
  /*	background-repeat: no-repeat;*/
  /*	filter: brightness(0) invert(1);*/
  opacity: 0.08;
}

.project_description .welcome_txt {
  text-align: center;
  color: white;
  width: 70%;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.quote {
  margin-top: 5em;
}

.quote:before {
  content: open-quote;
  font-size: 10em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(156, 156, 156, 0.1);
  z-index: -1;
}

.md_image {
  width: 5em;
  height: 5em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  margin: 0.8em 0;
  background-size: cover;
  z-index: 1;
}

.md_image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.2);
  background: rgba(131, 131, 131, 0.1);
  z-index: -10;
  mix-blend-mode: overlay;
  border-radius: 50%;
}

.position {
  float: left;
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  margin-top: 0.5em;
}

.project_description img {
  width: 8em;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5em;
}

.project_description p {
  color: #979797;
  float: left;
  width: 100%;
  font-size: 1.1em;
  margin-top: 2em;
  padding: 4em;
}

.project_table {
  float: left;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1000;
  position: relative;
  margin: 0 auto;
}

.project_table .cell {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.project_table .cell:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.project_table .cell .title {
  color: white;
  font-weight: 400;
}

.project_table .cell .desc {
  text-align: right;
  font-weight: 500;
  color: white;
}

.about_leo {
  float: left;
  position: relative;
  width: 100%;
}

.leo_image {
  width: 100%;
  height: 120%;
  background-size: contain;
  transform-origin: bottom;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  top: -20%;
  left: 0;
  background-image: url("../images/bg/stat.png");
  z-index: 100;
}

.abt_leo_cont {
  padding: 10em 20vw 10em 25vw;
  background-image: url("../images/bg/bud.jpg");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  right: 0;
  width: 100%;
}

.dob {
  float: left;
  color: #e0e0e0;
  padding: 1em 0 1em 2.5em;
}

.abt_leo_cont p {
  color: #e3e3e3;
  float: left;
  width: 100%;
  line-height: 1.8;
}

.about_gallery {
  padding: 0 5em;
  float: left;
  width: 100%;
  position: relative;
}

.arc_section {
  float: left;
  position: relative;
  width: 100%;
}

.about_quote {
  font-family: Noe Display Regular;
  font-style: italic;
  width: 90%;
  float: left;
  transform: translateY(-5em);
  font-size: 1.2em;
}

.overlap_image {
  width: 85%;
  padding: 300px 0;
  position: relative;
  transform: translateY(-10em);
  background-position: 50% 50%;
  background-size: cover;
}

.arc_content {
  float: left;
  position: relative;
  width: 100%;
  padding: 10em 4em;
}

.arc_content p {
  padding: 0 2em;
  line-height: 1.8;
}

.leo_features {
  padding: 10em 0;
  background-image: url("../images/bg/bud.jpg");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  left: 0;
  width: 100%;
  float: left;
}

.leo_features p {
  color: #e0e0e0;
  padding: 5em 0;
  line-height: 1.8;
}

.side_image_abt {
  float: right;
  width: 90%;
  padding: 250px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.sub_img {
  position: absolute;
  width: 70%;
  z-index: 100;
  top: -60%;
  right: -20%;
  padding: 200px;
  background-size: cover;
}

.features_slider {
  float: left;
  width: 100%;
  margin-top: 5em;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  padding: 1em 2em;
}

.features_slider .icon_list {
  filter: brightness(0) invert(1);
  color: white;
  opacity: 0.8;
}

/**************Footer Section***************/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 10em;
  z-index: -1;
}

.footer_body {
  position: relative;
  right: 0;
  background: #131313;
  /*	padding: 2em;*/
  width: 85vw;
  float: right;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 1fr;
  grid-template-columns: 2fr 8fr 1fr;
}

.footer_logo {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: center;
  width: 100%;
  padding: 5em 3em 0 3em;
  border-right: 1px rgba(209, 209, 209, 0.1) solid;
}

.copy {
  float: left;
  width: 100%;
  text-align: center;
  padding: 1em 2em;
  background: #131313;
  border-top: 1px rgba(209, 209, 209, 0.1) solid;
  color: #8f8f8f;
}

.footer_logo img:nth-child(1) {
  width: 15em;
  margin-bottom: 2em;
}

.footer_logo img:nth-child(2) {
  width: 5em;
}

.footer_header {
  float: left;
  width: 100%;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2em;
}

.fnav_section {
  -ms-grid-column: 2;
  grid-column: 2;
  float: left;
  width: 100%;
  position: relative;
  padding: 5em 5em 8em 5em;
}

.fsocial_section {
  -ms-grid-column: 3;
  grid-column: 3;
  border-left: 1px rgba(209, 209, 209, 0.1) solid;
}

.footer_social {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 4em;
}

.footer_social li {
  margin-bottom: 1em;
}

.footer_social li a {
  color: #b0b0b0;
  font-size: 1.4em;
}

.footer_social li a:hover {
  color: var(--orange);
}

.f_info a,
.f_info {
  color: #c0c0c0;
  float: left;
  font-size: 1.1em;
}

.f_info img {
  width: 1.2em;
  margin-right: 0.5em;
  margin-top: 0.2em;
}

.footer_navigation {
  float: left;
  width: 100%;
  margin-top: 2em;
  padding: 2em 4em;
  border-top: 1px rgba(209, 209, 209, 0.1) solid;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.footer_navigation li {
  display: inline-block;
  margin-right: 5em;
}

.footer_navigation li a {
  display: inline-block;
  color: #c0c0c0;
  float: left;
  padding: 0.5em;
  /*	font-size: 1.1em;*/
}

.footer_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  z-index: -1;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
/************sticky Contact icon*************/
.sticky_contact {
  position: fixed;
  bottom: 5em;
  right: 2em;
  z-index: 10000;
  display: none;
}

.toggle_contact {
  width: 2.5em;
  height: 2.5em;
  background: var(--orange);
  font-size: 2em;
  line-height: 2.5em;
  display: block;
  text-align: center;
  color: white;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.toggle_contact:hover {
  background: var(--dark-orange);
}

.toggle_contact:before,
.toggle_contact:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.5) translate(-50%, -50%);
  -ms-transform: scale(0.5) translate(-50%, -50%);
  transform: scale(0.5) translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px var(--orange) solid;
  border-radius: 50%;
  -webkit-animation: cus_pulse 1.5s infinite linear;
  animation: cus_pulse 1.5s infinite linear;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: -1;
}

.toggle_contact:after {
  -webkit-animation: cus_pulse 2s infinite linear;
  animation: cus_pulse 2s infinite linear;
}

@-webkit-keyframes cus_pulse {
  0% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5) translate(-50%, -50%);
    transform: scale(1.5) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cus_pulse {
  0% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5) translate(-50%, -50%);
    transform: scale(1.5) translate(-50%, -50%);
    opacity: 0;
  }
}

/**********Investment Page***********/
.investment_slider {
  float: left;
  width: 100%;
  padding: 5em 0 12em 0;
  background: var(--green);
  position: relative;
}

.investment_slider .slick-prev,
.investment_slider .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotate(-180deg);
  left: 5em;
}

.investment_slider .slick-next {
  transform: translateY(-50%) rotate(0);
  left: auto;
  right: 5em;
}

.investment_slides {
  padding: 0 0 0 10vw;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 4em;
}

.investment_slide {
  float: left;
  width: 100%;
  position: relative;
  padding: 4em 3vw;
  opacity: 0.3;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_slider .slick-current .investment_slide {
  opacity: 1;
}

.invest_image1,
.invest_image2 {
  float: left;
  position: relative;
  width: 100%;
  padding: 180px 0;
  max-width: 340px;
  max-height: 480px;
  transform: rotate(-5deg);
  border: 5px solid #fff;
  background-size: cover;
  background-position: 50% 50%;
}

.invest_image2 {
  float: left;
  position: absolute;
  bottom: -4em;
  right: 0;
  width: 100%;
  padding: 130px 0;
  max-width: 240px;
  max-height: 500px;
  transform: rotate(10deg);
  border: 5px solid #fff;
}

.invest_title {
  font-size: 3em;
  color: white;
  font-family: Noe Display Regular;
  float: left;
  background: var(--green);
  position: relative;
  margin-bottom: 1.5em;
  left: -2em;
  /*	transform: translateX(-2em);*/
}

.header_num {
  font-size: 3.5em;
  font-family: Noe Display Regular;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.1;
}

.invest_content {
  padding: 0 6em;
  float: left;
  width: 100%;
  color: white;
  opacity: 0;
  transform: translateY(5em);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_slider .slick-current .invest_content {
  opacity: 1;
  transform: translateY(0);
}
.invest_content p {
  border-top: 1px #d0d0d0 solid;
  padding: 1em 0;
  float: left;
  width: 100%;
  color: #d0d0d0;
}

.investment_category {
  position: relative;
  float: left;
  width: 100%;
}

.investment_category .slick-slide {
  padding: 0;
}

.investment_category.open {
  opacity: 0.5;
  pointer-events: none;
}

.iv_cat {
  float: left;
  width: 100%;
  color: #b7b7b7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1em;
  border-bottom: 1px rgba(251, 251, 251, 0.3) solid;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.iv_cat:before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0%;
  transform: translateX(0%);
  width: 0%;
  height: 2px;
  background: var(--orange);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_category .slick-current .iv_cat {
  color: white;
}

.slick-current .iv_cat:before {
  width: 100%;
}

.invest_modal,
.invest_modal2,
.invest_modal3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  height: 100%;
  min-height: 0;
  background: white;
  padding: 6em 10em;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.invest_modal.open,
.invest_modal2.open,
.invest_modal3.open {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.invest_modal_content {
  float: left;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(5em);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}

.invest_modal.open .invest_modal_content,
.invest_modal2.open .invest_modal_content,
.invest_modal3.open .invest_modal_content {
  opacity: 1;
  transform: translateY(0);
}

.close_invest {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background: black;
  font-size: 1.5em;
  color: white;
  text-align: center;
  display: block;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.close_invest:hover {
  opacity: 1;
}

.investor_benefit_container {
  padding: 2em 0 5em 0;
  float: left;
  width: 100%;
  position: relative;
  /*	background: repeating-linear-gradient(-45deg,transparent,transparent 4px,#f8ad31 5px,#f8ad31 10px,transparent 11px);*/
}

.investor_benefit_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -5em);
  width: 80%;
  height: 100%;
  background: white;
}

.benefit {
  width: 100%;
  display: inline-block;
  line-height: 2em;
  height: 6.5em;
  min-width: 100%;
  padding: 2em;
  /*	font-weight: 500;*/
  font-size: 1.4em;
  /*	border: 1px rgba(26,26,26,.1) solid;*/
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.1);
}

.benefit img {
  width: 2em;
  margin-right: 1em;
}

/************Availability Section*************/

.svg_building {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 4em;
  background: #131313;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.svg_building.active {
  transform: translateX(-20vw);
}

.building_bg,
.build_bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.build_bg {
  opacity: 0;
}

.build_bg.open {
  opacity: 0.5;
}

.build_bg.loadBuild {
  opacity: 0.6;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.building_bg2 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%) translateY(-30%);
  margin: 2em 0;
  top: 0;
  display: block;
  width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.svg_building svg,
.plan_body svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*	transform: translateY(5vh);*/
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.st0 {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  fill: url(#grad1);
  /*	stroke:#D6B97F;*/
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  position: relative;
}

.st0:hover,
.plan_path:hover,
.st0:active {
  opacity: 0.8;
}

.st0.loadBuild {
  -webkit-animation: loadBuild 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loadBuild 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #00ff00;
  color: #111;
  font-size: 150%;
  position: absolute;
  padding: 1px 5px 2px 5px;
  bottom: -1.6em;
  left: 100%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: fixed;
  z-index: 100000000000000000000000000000;
  outline: red solid;
}

@-webkit-keyframes loadBuild {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loadBuild {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.selected {
  fill: red;
  width: 100%;
  padding: 1em;
  float: left;
  cursor: pointer;
}

.plan_body svg {
  top: 0;
  position: relative;
}

.plan_path {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.building_info {
  position: relative;
  padding-top: 20vh;
  top: 0;
  left: 4em;
  float: left;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-right: 1px rgba(180, 179, 179, 0.3) solid;
}

.build_type {
  font-size: 2em;
  font-family: Noe Display Regular;
  float: left;
  width: 100%;
}

.build_price {
  font-size: 1.5em;
  color: #bc1b1e;
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.selected_plan {
  width: 28em;
  margin-left: -8em;
  float: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.reminder {
  float: left;
  width: 100%;
  color: #606060;
}

.info_container,
.info_container2,
.info_container3,
.plan_container,
.plan_container2 {
  position: fixed;
  right: 0;
  top: 0;
  width: 20vw;
  /*    transform: translateX(100%);*/
  height: 100vh;
  background: white;
  z-index: 1000000000000000000;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: -ms-grid;
  display: grid;
  overflow-x: hidden;
}

.info_container.open {
  /*    transform: translateX(0%);*/
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.info_container2,
.info_container3 {
  width: 100vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  overflow-y: auto;
}

.info_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 90vw;
  /*	background: red;*/
  height: 100vh;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan_container,
.plan_container2 {
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  display: -ms-grid;
  display: grid;
  width: 90vw;
  overflow-y: scroll;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan_container {
  width: 50vw;
}

.plan_container2 {
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
}

.plan_container.active {
  overflow-y: hidden;
}

.plan_overlay_header {
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  width: 90%;
  height: 8em;
  z-index: 1000000000;
  border-bottom: 1px rgba(180, 179, 179, 0.3) solid;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan_container .plan_overlay_header {
  width: 50vw;
}

.close_container {
  position: absolute;
  top: 1em;
  left: 2em;
  width: 2em;
  height: 2em;
  background: #303030;
  color: white;
  font-size: 2em;
  display: block;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  z-index: 10000000000000000000;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.building_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  font-size: 3em;
  pointer-events: none;
}

.request_body .close_container {
  left: 2.5em;
}

.close_container:hover {
  background: #101010;
}

.floor_title {
  position: relative;
  left: 6em;
  top: 1em;
  font-size: 2em;
  color: black;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}

.floor_title span {
  font-size: 0.6em;
  font-weight: 300;
  color: #404040;
}

.list_title {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.5em;
  color: black;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-bottom: 2px #707070 solid;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}

.info_container2.active,
.info_container3.active {
  visibility: visible;
}

.info_container2.active .plan_container,
.info_container3.active .plan_container,
.info_container3.active .plan_container2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.plan_container .cord,
.plan_container2 .cord {
  position: absolute;
  right: 5em;
  top: 1em;
  width: 6em;
  height: 6em;
}

.floor_list {
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5em;
  z-index: 10000000;
}

.floor_list li {
  display: block;
  width: 4em;
  height: 4em;
  background: var(--red);
  text-align: center;
  line-height: 4em;
  color: white;
  border-radius: 50%;
  margin-bottom: 0.5em;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.floor_list li.active_floor {
  opacity: 1;
}

.plan_body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  width: 80%;
  -ms-grid-column: 1;
  grid-column: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  z-index: 10;
  float: left;
  margin-bottom: 2em;
}

.plan_map {
  position: relative;
  z-index: 10;
  -ms-grid-column: 2;
  grid-column: 2;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 40vw;
  float: left;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plan_container2 .plan_body {
  -ms-grid-column: 2;
  grid-column: 2;
}

.info_container3.active .plan_body {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner {
  position: relative;
  left: 5em;
  float: left;
  padding: 10em 0 0 0;
  z-index: -1;
}

#skeleton {
  transform: scale(1.8) translateX(5em);
  transform-origin: top;
}

.plan_container2 .inner img {
  width: 90%;
  float: left;
  position: relative;
  margin-top: 4em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.expand_btn {
  width: 3em;
  height: 3em;
  display: block;
  background: rgba(45, 64, 52, 0.1);
  line-height: 3em;
  text-align: center;
  float: left;
  color: var(--green);
  position: absolute;
  left: 1em;
  bottom: -2em;
  pointer-events: none;
}

.hint,
.hint2 {
  float: left;
  width: 100%;
  text-align: center;
}

.remainder {
  width: 100%;
  text-align: center;
  float: left;
  z-index: 10000;
  position: relative;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.floor_dets {
  float: left;
  /*	width: 100%;*/
  text-align: center;
  border-bottom: 2px #cea578 solid;
  font-size: 2em;
  letter-spacing: 2px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.plan_png {
  -ms-grid-column: 2;
  grid-column: 2;
  padding-left: 0%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4em;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 80%;
}
.plan_list {
  -ms-grid-column: 3;
  grid-column: 3;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5em;
  padding-left: 20%;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 40%;
}

.building_info,
.plan_map,
.plan_list {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.building_info.load,
.plan_map.load,
.plan_list.load {
  opacity: 1;
}

.apartment_list {
  float: left;
  margin-top: 2em;
  width: 100%;
}

.apartment_list li {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  border-bottom: 1px rgba(213, 213, 213, 1) solid;
  padding-bottom: 1em;
}

.list_count {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  float: left;
  background: #f0f0f0;
  border-radius: 50%;
  margin-right: 1em;
  margin-top: -0.2em;
}

.cta {
  float: left;
  padding: 1.5em 2em;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 10000;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.dark {
  color: #131313;
  border: 2px #131313 solid;
}

.dark:before {
  background: #131313;
}

.brn {
  color: var(--orange);
  border: 2px var(--orange) solid;
}

.brn:before {
  background: var(--orange);
}

.wht {
  color: #fff;
  border: 2px #f0f0f0 solid;
}

.wht:before {
  background: white;
}

.cta:hover:before {
  width: 100%;
}

.cta:hover {
  color: white;
}

.wht:hover {
  color: #131313;
}

.cta span {
  display: inline-block;
}

.ar {
  position: relative;
  width: 23px;
  height: 8px;
  padding-right: 0;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.ar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent currentColor;
}
.ar::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: currentColor;
}

.full-width {
  width: 100%;
}

.avail_content {
  position: absolute;
  bottom: 10%;
  left: 5em;
  z-index: 10000;
  width: 20%;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.avail_content.active {
  opacity: 0;
}

.floor_number,
.apartment_number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.floor_number .floor {
  font-family: "GtEstiProDisplay";
}

.apartment_number {
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.f_num {
  font-size: 8em;
  font-family: Noe Display Regular;
  color: var(--red);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.floor {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #dd130d;
  font-family: "Proxima Nova Semibold";
}

.a_num {
  font-size: 2.5em;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.info_container.open .f_num,
.info_container.open .a_num {
  opacity: 1;
}

.a_det {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Proxima Nova Semibold";
}

/**************Building information pop**************/
.floors {
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/***************page_section_holder***************/
.page_section_holder {
  float: left;
  position: relative;
  width: 100%;
  padding: 15em 5em 10em 5em;
  text-align: center;
}

.map_marker {
  color: var(--green);
  font-size: 1.1em;
}

.map_marker .mdi {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background: rgba(45, 64, 52, 0.1);
  color: var(--green);
  display: inline-block;
  font-size: 1.2em;
  margin-right: 0.5em;
}

.gallery_container {
  float: left;
  position: relative;
  width: 100%;
  padding: 5em 0;
  background: var(--sea-blue);
}

.gallery_slide {
  position: relative;
  float: left;
  width: 100%;
}

.g_slide {
  float: left;
  width: 100%;
  height: 30em;
  /*	background: var(--orange);*/
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.about_section {
  padding: 10em 5em 0 5em;
  float: left;
  width: 100%;
}
.about_brief {
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 4em;
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
.about_brief .card_header2 {
  width: 100%;
}

.about_brief p {
  font-size: 1.2em;
  color: #333333;
  font-weight: 100;
}

.contact_card_section {
  padding: 10em 5em;
  background: #f4f5f7;
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
}

.contact_card {
  float: left;
  width: 100%;
  padding: 5em 5em 3em 5em;
  border-radius: 5px;
  border-top: 3px var(--sea-blue) solid;
  background: white;
  text-align: center;
}

.user_avatar {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5em;
  height: 7.5em;
  float: left;
  margin-bottom: 2em;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.user_avatar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px var(--sea-blue) solid;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.avatar_content {
  float: left;
  width: 100%;
}

.avatar_name {
  float: left;
  width: 100%;
  color: var(--sea-blue);
  font-size: 1.5em;
  text-transform: capitalize;
  font-family: Noe Display Regular;
}

.post {
  float: left;
  width: 100%;
  color: var(--sea-blue);
  text-transform: capitalize;
  margin-bottom: 1em;
}

.call_contact_btn {
  float: left;
  border: 1px var(--sea-blue) solid;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  position: relative;
  display: block;
  padding: 0.8em 2em;
  border-radius: 50px;
  margin-top: 2em;
  color: var(--sea-blue);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.call_contact_btn:hover {
  background: var(--sea-blue);
  color: white;
}

body.active {
  overflow-y: hidden;
}

.request_container {
  position: fixed;
  z-index: 100000000000000000000000000000000000000000000000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.request_body {
  width: 30vw;
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  padding: 10em 5em;
  background: white;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.request_container_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.request_container.open {
  opacity: 1;
  visibility: visible;
}

.request_container.open .request_body {
  transform: translateY(-50%) translateX(0%);
}

.fancybox-container {
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000;
}

.site-container {
  position: relative;
  z-index: 1;
}

.modal-container {
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(37, 36, 36, 0.85);
}

.modal-child {
  position: relative;
  height: 486px;
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.close-icon {
  height: 45px;
  width: 45px;
}

.modal-children-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30, 29, 29, 0.46);
  z-index: -1;
}

.modal-children-box {
  background-image: url("../images/modal-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: end;
  z-index: 2;
}



.limited-offer {
  color: #fff;
  font-family: "Futura Md BT", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.great-deal {
  color: #e17c64;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.apartment-title {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.new-price-text {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.old-price-text {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.old-price-box {
  position: relative;
}

.strike-thru {
  position: absolute;
  top: 40%;
  bottom: 50%;
  height: auto;
  left: 0;
  width: 100%;
}

.prices-group {
  column-gap: 1rem;
}

.flex {
  display: flex !important;
}

.items-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-end {
  justify-content: end !important;
}

.flex-col {
  flex-direction: column !important;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.one-two-bedroom {
  padding: 3rem;
  justify-content: space-between !important;
}

.modal-text-content {
  /* padding: 1rem 2rem; */
  width: 50% !important;
  background: linear-gradient(272deg, rgba(17, 23, 23, 0.95) 0%, rgba(37, 72, 72, 0.95) 72.39%, rgba(35, 58, 58, 0.03) 100%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-children-box {
  justify-content: end;
}

.close-icon {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  cursor: pointer;
  z-index: 100;
}

.bedrooms-container {
  row-gap: 3rem;
}

.get-started-btn {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 6.504px;
  background: #e17c64;
  padding: 2rem 3rem;
  cursor: pointer;
}

.get-started-btn:hover {
  color: #fff;
}

@media screen and (max-width: 630px) {
  .modal-child {
    width: 95%;
    height: 85%;
  }

  .modal-text-content {
    width: 100% !important;
  }

  .one-two-bedroom {
    justify-content: space-around !important;
  }
}
