@font-face {
  font-family: "PassionSansPDag";
  src: url("./../fonts/PassionSansPDag-Regular.woff2") format("woff2"), url("./../fonts/PassionSansPDag-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./../fonts/Gotham-Bold.woff2") format("woff2"), url("./../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./../fonts/Gotham-Book.woff2") format("woff2"), url("./../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gontserrat-Regular";
  src: url("./../fonts/Gontserrat-Regular.woff2") format("woff2"), url("./../fonts/Gontserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./../fonts/OpenSans-Bold.woff2") format("woff2"), url("./../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gontserrat-BoldItalic";
  src: url("./../fonts/Gontserrat-BoldItalic.woff2") format("woff2"), url("./../fonts/Gontserrat-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: url("./../fonts/OpenSansCondensed-Bold.woff2") format("woff2"), url("./../fonts/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-ExtraBold.woff2") format("woff2"), url("./../fonts/ChavieraPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera ExtBd";
  src: url("./../fonts/ChavieraPro-ExtraBold.woff2") format("woff2"), url("./../fonts/ChavieraPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-Light.woff2") format("woff2"), url("./../fonts/ChavieraPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-Medium.woff2") format("woff2"), url("./../fonts/ChavieraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-Regular.woff2") format("woff2"), url("./../fonts/ChavieraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera";
  src: url("./../fonts/ChavieraPro-Thin.woff2") format("woff2"), url("./../fonts/ChavieraPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-Bold.woff2") format("woff2"), url("./../fonts/ChavieraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera";
  src: url("./../fonts/ChavieraPro-Light.woff2") format("woff2"), url("./../fonts/ChavieraPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera";
  src: url("./../fonts/ChavieraPro-Regular.woff2") format("woff2"), url("./../fonts/ChavieraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Med";
  src: url("./../fonts/ChavieraPro-Medium.woff2") format("woff2"), url("./../fonts/ChavieraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera Pro";
  src: url("./../fonts/ChavieraPro-Thin.woff2") format("woff2"), url("./../fonts/ChavieraPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chaviera";
  src: url("./../fonts/ChavieraPro-Bold.woff2") format("woff2"), url("./../fonts/ChavieraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bk BT';
  src: url("./../fonts/FuturaBT-Book.woff2") format("woff2"), url("./../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --sidebar-line-color: #f2e4d2;
  --small-banner-width: 70px;
  --boldness-img-margin-top: -400px;
  --sidebar-width: 350px;
}

@media (max-width: 1024px) {
  :root {
    --boldness-img-margin-top: 0px;
  }
}

@media (max-width: 500px) {
  :root {
    --small-banner-width: 63px;
    --sidebar-width: 100%;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1820px;
  }
}

@media (min-width: 768px) {
  /* This is the breakpoint for medium devices in Bootstrap */
  .col-lg-3-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.17%;
            flex: 0 0 29.17%;
    /* This is 3.5 out of 12 or 29.17% */
    max-width: 29.17%;
  }
}

@media (min-width: 768px) {
  /* This is the breakpoint for medium devices in Bootstrap */
  .col-lg-6-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.17%;
            flex: 0 0 54.17%;
    /* This is 6.5 out of 12 or 54.17% */
    max-width: 54.17%;
  }
}

#toTop {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#macalisterzNav.active {
  opacity: 1;
  transform: translate(0%);
  -webkit-transform: transform(0%);
  box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 15px 0px 27px 0px rgba(0, 0, 0, 0.52);
}

#macalisterzNav.active .nav-wrapper {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-exsim-logo-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright-wrapper .copyright {
  font-family: "Gotham";
  font-size: 14px;
}

.copyright-wrapper .tnc {
  font-family: "Gotham";
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.copyright-wrapper .tnc a {
  cursor: pointer;
  font-size: 10px;
  color: grey;
}

.nav-exsim-logo {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-bottom-link-wrap {
  width: 25%;
}

.nav-bottom-link-wrap img {
  height: 20px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-nav-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.bottom-nav-wrapper.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.background-opacity.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.background-opacity {
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
  width: 100%;
  height: 100%;
}

#macalisterzNav {
  overflow: hidden;
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(-100%);
  -webkit-transform: transform(-100%);
  z-index: 4;
}

#macalisterzNav .nav-wrapper {
  opacity: 0;
}

#macalisterzNav .custom-img {
  bottom: -15px;
  right: 0;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  overflow-y: scroll;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #f5eee6;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.overlay a {
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navLink {
  font-family: "PassionSansPDag";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  -webkit-transition: padding 1s;
  transition: padding 1s;
}

.navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #DA6F3F;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  overflow: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.overlay-inner-content {
  width: 70%;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.overlay-inner-content.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.nav-wrapper {
  position: relative;
  margin-top: 10px;
  clear: both;
  float: left;
}

:hover > .nav-wrapper:hover .navLink {
  color: #DA6F3F;
}

:hover > .nav-wrapper:hover .navLink:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.top-nav-wrap {
  height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav-wrap .big-logo-wrapper {
  width: 70%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.top-nav-wrap .big-logo-wrapper a {
  width: 80%;
}

.top-nav-wrap .big-logo-wrapper img {
  width: 100%;
}

.top-nav-wrap .big-logo-wrapper.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.top-nav-wrap .close-nav-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  overflow: hidden;
}

.top-nav-wrap .close-nav-wrapper .close-inner-wrapper {
  position: relative;
}

.top-nav-wrap .close-nav-wrapper .close-inner-wrapper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.top-nav-wrap .close-nav-wrapper .close-inner-wrapper .close-animation {
  border: 2px solid #f5eee6;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

:hover > .top-nav-wrap .close-nav-wrapper:hover .close-animation {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border: 3px solid #f5eee6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #f5eee6;
}

.page-footer {
  background-color: #683825;
  height: 50px;
  width: 100%;
  z-index: 0;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ae694a;
}

.page-footer span {
  color: #ffffff;
}

.page-footer a,
.page-footer a:hover,
.page-footer a:active {
  color: #ae694a;
}

.page-footer .footer-msg {
  text-align: center;
}

.background-video {
  position: fixed;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .loading .loader-wrapper img {
    width: 260px;
  }
}

.vr360 {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.vr360 img {
  width: 100px;
}

.t-50 {
  top: 50px;
}

.social-media {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.social-media ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.social-media ul .social-item {
  margin-bottom: 20px;
}

.social-media ul .social-item img {
  width: 40px;
}

.pool-wrapper {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool.png");
  background-size: cover;
  background-position: center top;
}

.pool-wrapper .water {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool-mask.png");
  background-size: cover;
  background-position: center top;
  -webkit-filter: url("#turbulence");
          filter: url("#turbulence");
}

.segment {
  width: 100%;
  position: relative;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 820px) {
  .noordinz-logo {
    margin-top: 50px;
  }
}

.noordinz-logo img {
  width: 560px;
  margin-top: 165px;
}

@media screen and (max-width: 991px) {
  .noordinz-logo img {
    width: 50%;
  }
}

@media screen and (max-width: 820px) {
  .noordinz-logo img {
    width: 200px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1536px) {
  .noordinz-logo img {
    width: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .noordinz-logo img {
    width: 350px;
  }
}

.kyliez-logo-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  position: fixed;
  z-index: 0;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .kyliez-logo-hd {
    display: none;
  }
}

.kyliez-logo-hd img {
  width: 265px;
}

@media screen and (max-width: 320px) {
  .kyliez-logo-hd img {
    width: 160px;
  }
}

body header#header {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background-color: transparent;
}

body header#header #btn-nav {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
}

body header#header #btn-nav .animation-nav-title {
  color: var(--sidebar-line-color);
  -webkit-transition: color 3s;
  transition: color 3s;
  z-index: 2;
  font-family: 'Futura Bk BT';
  opacity: 0;
  font-size: 18px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

body header#header #btn-nav path {
  fill: none;
  stroke: var(--sidebar-line-color);
  stroke-width: 4;
  -webkit-transition: stroke-dashoffset 2s linear, stroke 2s;
  transition: stroke-dashoffset 2s linear, stroke 2s;
}

body header#header #btn-nav .line1 {
  stroke-dasharray: 680;
  stroke-dashoffset: 650;
}

body header#header #btn-nav .line2 {
  stroke-dasharray: 680;
  stroke-dashoffset: 630;
}

body header#header #btn-nav .line3 {
  stroke-dasharray: 680;
  stroke-dashoffset: 610;
}

:hover > body header#header #btn-nav:hover .animation-nav-title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body header#header #btn-nav:hover path {
  stroke-dashoffset: 0;
}

body #sidebar {
  background: url("../assets/img/header/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: var(--sidebar-width);
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  overflow-y: auto;
}

body #sidebar .btn-sidebar-close {
  outline: unset;
  border: unset;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  max-width: 17px;
  padding: unset;
  position: absolute;
  top: 30px;
  right: 30px;
}

body #sidebar .sidebar-logo {
  max-width: 130px;
  margin: 0 auto;
}

body #sidebar .sidebar-logo + .sidebar-list {
  margin-top: 46px;
}

body #sidebar .sidebar-list {
  min-height: 510px;
}

body #sidebar .sidebar-list ul {
  list-style-type: none;
  padding: 0px;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, transform 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  margin-bottom: 0px;
}

body #sidebar .sidebar-list ul li {
  text-align: center;
}

body #sidebar .sidebar-list ul li a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #f2e4d2;
  display: block;
}

body #sidebar .sidebar-list ul li a:hover {
  color: #ffb26a;
  font-weight: 600;
  font-size: 18px;
}

body #sidebar .sidebar-list ul li + li {
  margin-top: 20px;
}

body #sidebar .sidebar-list + .sidebar-logo-brand {
  margin-top: 50px;
}

body #sidebar .sidebar-logo-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #sidebar .sidebar-logo-brand .logo-exsim {
  max-width: 100px;
}

body #sidebar .sidebar-logo-brand .logo-exsim + .logo-greenre {
  margin-left: 20px;
}

body #sidebar .sidebar-logo-brand .logo-greenre {
  max-width: 50px;
}

body #sidebar .sidebar-logo-brand + .sidebar-social-list {
  margin-top: 50px;
}

body #sidebar .sidebar-social-list ul {
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #sidebar .sidebar-social-list ul li a {
  text-decoration: none;
  max-width: 25px;
  height: 25px;
  display: block;
  text-decoration: none;
}

body #sidebar .sidebar-social-list ul li a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

body #sidebar .sidebar-social-list ul li + li {
  margin-left: 37px;
}

body #sidebar .sidebar-social-list + .sidebar-tnc-wrapper {
  margin-top: 13px;
}

body #sidebar .sidebar-tnc-wrapper {
  text-align: center;
}

body #sidebar .sidebar-tnc-wrapper span {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 22px;
  color: #f2e4d2;
}

body #sidebar .sidebar-tnc-wrapper .sidebar-tnc-list ul {
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #sidebar .sidebar-tnc-wrapper .sidebar-tnc-list ul li {
  padding: 0px 10px;
  position: relative;
}

body #sidebar .sidebar-tnc-wrapper .sidebar-tnc-list ul li a {
  font-family: "Poppins";
  font-size: 14px;
  color: #ffb26a;
  text-decoration: none;
}

body #sidebar .sidebar-tnc-wrapper .sidebar-tnc-list ul li + li::before {
  content: "";
  height: 50%;
  width: 1px;
  background: #ffb26a;
  left: 0px;
  top: 40%;
  position: absolute;
}

body[data-sidebar="disabled"] #sidebar {
  -webkit-transform: translateX(var(--sidebar-width));
          transform: translateX(var(--sidebar-width));
}

body[data-sidebar="enabled"] {
  overflow: hidden;
}

body[data-sidebar="enabled"] #sidebar {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body[data-sidebar="enabled"] #sidebar .sidebar-list {
  overflow: hidden;
}

body[data-sidebar="enabled"] #sidebar .sidebar-list ul {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#bg-video-register {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  outline: 0px;
}

@media (max-width: 640px) {
  #bg-video-register {
    -o-object-position: 60%;
       object-position: 60%;
  }
}

#bg-video-register-v2 {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  -o-object-position: bottom;
     object-position: bottom;
  top: 0px;
  left: -100%;
  z-index: -1;
}

#bg-video-register-v2.active {
  left: 0;
}

a {
  text-decoration: none !important;
}

.overlay-register {
  overflow: auto;
  width: 100%;
  position: fixed;
  padding-top: 60px;
  left: -100%;
  z-index: 7;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  height: 100vh;
}

.overlay-register::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  max-width: 900px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .overlay-register {
    overflow-x: hidden;
  }
}

.overlay-register.active {
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .overlay-register.active {
    width: 100vw;
  }
}

.overlay-register .form-control {
  background: none;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 2.3;
}

.overlay-register .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 4px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px;
}

.overlay-register .form-control:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: none;
}

.overlay-register input::-webkit-input-placeholder,
.overlay-register select,
.overlay-register textarea::-webkit-input-placeholder {
  color: #fff;
}

.overlay-register input::-moz-placeholder,
.overlay-register select,
.overlay-register textarea::-moz-placeholder {
  color: #fff;
}

.overlay-register input::-ms-input-placeholder,
.overlay-register select,
.overlay-register textarea::-ms-input-placeholder {
  color: #fff;
}

.overlay-register input::placeholder,
.overlay-register select,
.overlay-register textarea::placeholder {
  color: #fff;
}

.overlay-register input,
.overlay-register textarea {
  color: #fff;
}

.overlay-register option {
  color: #460b3b;
}

.overlay-register small,
.overlay-register label {
  color: #fff;
}

.overlay-register .register-tt {
  color: #fbc78b;
  font-family: OpenSans-Bold;
  font-size: 30px;
}

.overlay-register .register-tt .pattern-bg {
  width: 50px;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotateDaPattern 10s linear infinite;
          animation: rotateDaPattern 10s linear infinite;
}

@media screen and (max-width: 575px) {
  .overlay-register .register-tt {
    font-size: 20px;
  }
}

@media screen and (max-width: 280px) {
  .overlay-register .register-tt {
    letter-spacing: 10.3px;
  }
}

.overlay-register .register-logo:first-child {
  width: 200px;
}

.overlay-register .register-logo:last-child {
  width: 200px;
}

.overlay-register .register-bottom-wrapper {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
}

.overlay-register .register-bottom-wrapper .h-150 {
  height: 150px;
}

.overlay-register .register-bottom-wrapper a {
  color: #626263;
}

.overlay-register .register-padding-top {
  padding-top: 40px;
}

.overlay-register .register-label {
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .overlay-register .register-label {
    padding: 0 25px;
  }
}

.overlay-register .register-logo-left {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  cursor: pointer;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .overlay-register .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .overlay-register .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

.overlay-register .register-logo-right {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .overlay-register .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .overlay-register .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

.overlay-register .submit {
  margin-top: 50px;
  background-color: #fbc78b;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #460b3b;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-family: OpenSans-Bold;
}

.overlay-register .hide {
  display: none;
}

.overlay-register .d-flex-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 767px) {
  .d-block-mb {
    display: block;
    margin-bottom: 5px;
  }
}

#register {
  position: fixed;
  z-index: 7;
  min-height: 100vh;
  width: 100%;
  -webkit-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
}

#register::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  max-width: 900px;
  width: 100%;
  height: 100vh;
}

.logo-register-section {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 820px) {
  .logo-register-section {
    padding-left: 15px;
  }
}

.logo-register-section .logos-certs-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-register-section .logos-certs-rules .greenre {
  width: 75px;
}

@media screen and (max-width: 320px) {
  .logo-register-section .logos-certs-rules .greenre {
    width: 45px;
  }
}

@media screen and (min-width: 321px) and (max-width: 820px) {
  .logo-register-section .logos-certs-rules .greenre {
    width: 55px;
  }
}

.logo-register-section .logos-certs-rules .exsim-logo {
  width: 120px;
}

@media screen and (max-width: 320px) {
  .logo-register-section .logos-certs-rules .exsim-logo {
    width: 75px;
  }
}

@media screen and (min-width: 321px) and (max-width: 820px) {
  .logo-register-section .logos-certs-rules .exsim-logo {
    width: 75px;
  }
}

.logo-register-section .logos-01 {
  margin-bottom: 20px;
}

.register-pattern-wrapper {
  position: fixed;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.register-pattern-wrapper .pattern-bg {
  position: relative;
  left: 88%;
  width: 470px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotateDaPattern 10s linear infinite;
          animation: rotateDaPattern 10s linear infinite;
}

@media screen and (min-width: 768) and (max-width: 1024px) {
  .register-pattern-wrapper .pattern-bg {
    left: 77%;
  }
}

@media screen and (max-width: 767px) {
  .register-pattern-wrapper .pattern-bg {
    width: 400px;
    left: 60%;
  }
}

@-webkit-keyframes rotateDaPattern {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateDaPattern {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pd-register-wrap {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .pd-register-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.how-did {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .how-did {
    font-size: 11px;
  }
}

#acknowledgement {
  margin-top: 3px !important;
}

.d-flex-ack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.checkbox-round {
  margin-right: 10px;
  padding: 6px !important;
  border-radius: 0;
}

.checkbox-round:not(:checked) {
  padding: 6px !important;
}

.checkbox-round:checked {
  background-color: #fbc78b;
  color: #fbc78b;
}

.checkbox-round:checked::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #460b3b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fbc78b;
}

input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #fff !important;
}

.container-tnc-rnr {
  margin-top: 40px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  font-family: Gontserrat-Regular;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .container-tnc-rnr {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .container-tnc-rnr .border-solid {
    border-right: 1px solid #fff;
  }
}

.container-tnc-rnr a {
  color: #fff;
  text-align: center;
  letter-spacing: 6.5px;
}

@media screen and (max-width: 767px) {
  .container-tnc-rnr a {
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: unset;
  }
}

.container-tnc-rnr a:hover {
  text-decoration: none !important;
}

.d-flex-top-lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cross-to-close {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .cross-to-close {
    margin-right: 15px;
  }
}

.cross-to-close img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .cross-to-close img {
    width: 80px;
  }
}

.kyliez-fixed button {
  font-size: 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: PassionSansPDag-Regular;
  position: fixed;
  right: 0;
  padding: 0;
}

.kyliez-fixed .register-expend {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: OpenSans-Bold;
  background: none !important;
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
  cursor: pointer;
  right: -300px;
  -webkit-animation: slideInFromRight 2s ease-out forwards;
          animation: slideInFromRight 2s ease-out forwards;
}

.kyliez-fixed .register-expend img {
  width: 260px;
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  .kyliez-fixed .register-expend img {
    width: 190px;
  }
}

@media screen and (max-width: 320px) {
  .kyliez-fixed .register-expend img {
    width: 150px;
  }
}

.noordinz-360 {
  z-index: 7;
  height: 60%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.noordinz-360 img {
  width: 100px;
}

@media screen and (max-width: 1536px) {
  .noordinz-360 img {
    width: 90px;
  }
}

@media screen and (max-width: 820px) {
  .noordinz-360 img {
    width: 55px;
  }
}

.vr-logo {
  display: block;
  width: 80%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: OpenSans-Bold;
}

@media screen and (max-width: 820px) {
  .vr-logo {
    font-size: 11px;
  }
}

.vr-logo img {
  width: 55px;
}

@media screen and (max-width: 820px) {
  .vr-logo img {
    width: 30px;
  }
}

.vr-logo:hover {
  text-decoration: none !important;
}

.bt-360-wrapper {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -155px;
  -webkit-animation: slideInFromLeft 2s ease-out forwards;
          animation: slideInFromLeft 2s ease-out forwards;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media screen and (max-width: 320px) {
  .bt-360-wrapper.active {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}

.bt-360-wrapper .bt-360-all {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.logos-certs {
  bottom: -220px;
  position: relative;
  -webkit-animation: slideInFromBottom 2s ease-out forwards;
          animation: slideInFromBottom 2s ease-out forwards;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .logos-certs.active {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@-webkit-keyframes slideInFromTop {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideInFromTop {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideInFromBottom {
  0% {
    bottom: -200px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  0% {
    bottom: -200px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    right: -300px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    right: -300px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideInFromLeft {
  0% {
    left: -155px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    left: -155px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

.d-flex-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-check-inline {
  margin-right: 1.75rem !important;
}

#contact-wrapper {
  position: relative;
  bottom: -500px;
  opacity: 0;
  -webkit-animation: slideBottomForm 1.5s ease-in-out forwards;
          animation: slideBottomForm 1.5s ease-in-out forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  #contact-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#contact-wrapper .form-control {
  padding-left: 0;
  font-family: Gontserrat-Regular;
}

@media screen and (max-width: 820px) {
  #contact-wrapper .form-control {
    font-size: 11px;
  }
}

#contact-wrapper .checkbox-content {
  font-family: Gontserrat-Regular;
}

@media screen and (max-width: 820px) {
  #contact-wrapper .checkbox-content {
    font-size: 11px;
  }
}

#contact-wrapper .btn-wrapper .submit {
  font-size: 15px;
}

@media screen and (max-width: 575px) {
  #contact-wrapper .btn-wrapper .submit {
    font-size: 11px;
  }
}

@-webkit-keyframes slideBottomForm {
  0% {
    bottom: -500px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideBottomForm {
  0% {
    bottom: -500px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes logoDesktopEase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoDesktopEase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kyliez-logo {
  position: fixed;
  top: 50%;
  z-index: 7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 20%;
  display: none;
}

@media screen and (min-width: 768px) {
  .kyliez-logo {
    -webkit-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out;
    -webkit-animation: logoDesktopEase 2s ease-in-out forwards;
            animation: logoDesktopEase 2s ease-in-out forwards;
  }
}

@media screen and (max-width: 1400px) {
  .kyliez-logo {
    left: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .kyliez-logo {
    display: block;
  }
}

.kyliez-logo img {
  width: 360px;
}

@-webkit-keyframes opacityLogos {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityLogos {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kyliez-logo-v2 {
  margin-bottom: 150px;
  opacity: 0;
  -webkit-animation: opacityLogos 2s ease-in-out forwards;
          animation: opacityLogos 2s ease-in-out forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@media screen and (max-width: 1199px) {
  .kyliez-logo-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .kyliez-logo-v2 {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.kyliez-logo-v2 img {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .kyliez-logo-v2 img {
    width: 260px;
  }
}

#home {
  overflow: hidden;
}

#home .wrap {
  background: url("../assets/img/home/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateY(110%) scale(1.1);
          transform: translateY(110%) scale(1.1);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  z-index: 0;
}

#home .wrap #bg-video {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  outline: 0px;
}

#home .wrap .overlay {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  overflow: hidden;
}

#home .wrap.active {
  -webkit-transform: translateY(0) scale(1.1);
          transform: translateY(0) scale(1.1);
}

#home .wrap.active.after-effect {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#home .wrap.active.after-effect .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#home .logo {
  width: 150px;
}

#home h1, #home p {
  color: #ffffff;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .title-wrapper h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .title-wrapper h1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #home .title-wrapper h1 {
    font-size: 16px;
  }
}

#home .desc-wrapper {
  width: 40%;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .desc-wrapper {
    width: 90%;
  }
  #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .desc-wrapper {
    width: 90%;
  }
  #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #home .desc-wrapper {
    width: 90%;
  }
  #home .desc-wrapper p {
    font-size: 12px;
    margin: 0px 10px;
  }
}

#home .desc-wrapper p {
  font-size: 16px;
  margin: 0px 10px;
}

#home .desc-wrapper h1 {
  margin: 0px 10px;
  font-size: 20px;
}

#home .content {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  text-align: center;
}

#home .content.after-effect {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (max-width: 767px) {
  #home .content.after-effect {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#home .line {
  margin-bottom: 20px;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .line {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #home .line {
    display: none;
  }
}

#home .line img {
  height: 50px;
  width: 2px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #home .line img {
    height: 80px !important;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #home .line img {
    height: 80px !important;
  }
}

#home label {
  display: inline-block;
}

#home .logo {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

#home .logo.after-effect {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  #home .logo.after-effect {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #home .logo.after-effect {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #home .logo.after-effect {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

#home .register-btn {
  -webkit-transform: translateY(110%) translateX(0);
          transform: translateY(110%) translateX(0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  width: 100%;
  height: 100%;
  position: fixed;
}

#home .register-btn .register-click {
  position: absolute;
  right: 0;
  top: 30%;
  cursor: pointer;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .register-btn .register-click {
    top: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .register-btn .register-click {
    top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  #home .register-btn .register-click {
    top: 10%;
  }
}

#home .register-btn .register-click img {
  width: 200px;
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  #home .register-btn .register-click img {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #home .register-btn .register-click img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #home .register-btn .register-click img {
    width: 100px;
  }
}

#home .register-btn.move {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#home .register-btn.active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#home .form-control {
  background: none;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid #ffffff;
}

#home .form-control:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

#home input::-webkit-input-placeholder, #home select, #home textarea::-webkit-input-placeholder {
  color: #ffffff;
}

#home input::-moz-placeholder, #home select, #home textarea::-moz-placeholder {
  color: #ffffff;
}

#home input::-ms-input-placeholder, #home select, #home textarea::-ms-input-placeholder {
  color: #ffffff;
}

#home input::placeholder, #home select, #home textarea::placeholder {
  color: #ffffff;
}

#home input, #home textarea {
  color: #ffffff;
}

#home option {
  color: #000000;
}

#home small, #home label {
  color: #ffffff;
}

#home h3 {
  color: #df844e;
}

#home .register-logo:first-child {
  width: 200px;
}

#home .register-logo:last-child {
  width: 200px;
}

#home .register-padding-top {
  padding-top: 40px;
}

#home .register-label {
  margin-bottom: 50px;
}

#home .register-logo-left {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  cursor: pointer;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #home .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #home .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

#home .register-logo-right {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #home .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #home .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

#home .register-bottom-wrapper {
  width: 100%;
  background-color: #000000;
  position: relative;
  bottom: -95px;
  left: 0;
  right: 0;
}

#home .register-bottom-wrapper .h-150 {
  height: 150px;
}

#home .register-bottom-wrapper a {
  color: #626263;
}

#home .form-check-input {
  cursor: pointer;
}

#home .form-check-label {
  font-size: 12px;
  display: inline-block;
  clear: both;
  float: left;
  cursor: pointer;
}

#home .form-check-label a {
  color: #ffffff;
  font-size: 12px;
  margin-top: inherit;
}

#home select.form-control:not([size]):not([multiple]) {
  height: calc(2.95rem + 2px);
}

#home .submit {
  margin-top: 20px;
  background-color: #df844e;
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

#home .hide {
  display: none;
}

#concept {
  position: relative;
}

#concept .back-to-top {
  background: unset;
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 9;
  padding: unset;
  max-width: 50px;
}

@media (max-width: 500px) {
  #concept .back-to-top {
    bottom: 40px;
    right: 20px;
  }
}

#concept section#kyliez-suites-landing {
  background: -webkit-gradient(linear, left top, right top, from(#931d2e), to(#62041f));
  background: linear-gradient(90deg, #931d2e, #62041f);
  min-height: 100vh;
  position: relative;
}

#concept section#kyliez-suites-landing .side-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner {
  max-width: var(--small-banner-width);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner img {
  height: 100vh;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner-tower-wrapper {
  width: calc(100% - var(--small-banner-width));
  position: relative;
  overflow: hidden;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner-tower-wrapper .side-banner-transparent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0.5;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner-tower-wrapper .side-banner-transparent img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner-tower-wrapper .side-banner-tower {
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  z-index: 1;
}

#concept section#kyliez-suites-landing .side-banner-wrap .side-banner-tower-wrapper .side-banner-tower img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

#concept section#kyliez-suites-landing .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 100vh;
}

#concept section#kyliez-suites-landing .section-content .logo-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#concept section#kyliez-suites-landing .section-content .logo-group .logo-exsim {
  max-width: 140px;
}

#concept section#kyliez-suites-landing .section-content .logo-group .logo-exsim img {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

#concept section#kyliez-suites-landing .section-content .logo-group .logo-exsim + .logo-greenre {
  margin-left: 40px;
}

#concept section#kyliez-suites-landing .section-content .logo-group .logo-greenre {
  max-width: 70px;
}

#concept section#kyliez-suites-landing .section-content .logo-group .logo-greenre img {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

#concept section#kyliez-suites-landing .section-content .logo-group + .kyliez-logo-wrapper {
  margin-top: 60px;
}

#concept section#kyliez-suites-landing .section-content .kyliez-logo-wrapper {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media (max-width: 500px) {
  #concept section#kyliez-suites-landing .section-content .kyliez-logo-wrapper {
    max-width: 220px;
  }
}

#concept section#kyliez-suites-landing .section-content .kyliez-logo-wrapper img {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

#concept section#kyliez-suites-landing .section-content .kyliez-logo-wrapper::after {
  content: "";
  position: absolute;
  background-color: #f2e4d2;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

#concept section#kyliez-suites-landing .social-list {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list {
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
    top: unset;
  }
}

#concept section#kyliez-suites-landing .social-list ul {
  list-style-type: none;
  padding: 0px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#concept section#kyliez-suites-landing .social-list ul li {
  -webkit-transition: all 800ms linear 1.5s;
  transition: all 800ms linear 1.5s;
  position: relative;
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list ul li {
    -webkit-transition: all 800ms linear 2s;
    transition: all 800ms linear 2s;
  }
}

#concept section#kyliez-suites-landing .social-list ul li img {
  max-width: 40px;
  height: auto;
}

#concept section#kyliez-suites-landing .social-list ul li + li {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list ul li + li {
    margin-left: 20px;
    margin-top: 0px;
  }
}

#concept section#kyliez-suites-landing .social-list ul li:nth-child(1) {
  z-index: 4;
}

#concept section#kyliez-suites-landing .social-list ul li:nth-child(2) {
  z-index: 3;
  -webkit-transform: translateY(calc(-100% - 40px));
          transform: translateY(calc(-100% - 40px));
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list ul li:nth-child(2) {
    -webkit-transform: translateX(calc(-100% - 50px));
            transform: translateX(calc(-100% - 50px));
  }
}

#concept section#kyliez-suites-landing .social-list ul li:nth-child(3) {
  z-index: 2;
  -webkit-transform: translateY(calc(-200% - 40px));
          transform: translateY(calc(-200% - 40px));
}

@media (max-width: 1024px) {
  #concept section#kyliez-suites-landing .social-list ul li:nth-child(3) {
    -webkit-transform: translateX(calc(-200% - 50px));
            transform: translateX(calc(-200% - 50px));
  }
}

#concept section#kyliez-suites-landing .social-list ul li:nth-child(4) {
  z-index: 1;
  -webkit-transform: translateY(calc(-300% - 40px));
          transform: translateY(calc(-300% - 40px));
}

@media (max-width: 500px) {
  #concept section#kyliez-suites-landing .social-list ul li:nth-child(4) {
    -webkit-transform: translateX(calc(-300% - 50px));
            transform: translateX(calc(-300% - 50px));
  }
}

#concept section#kyliez-suites-landing.animation .side-banner-wrap .side-banner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#kyliez-suites-landing.animation .side-banner-wrap .side-banner-tower-wrapper .side-banner-transparent {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

#concept section#kyliez-suites-landing.animation .side-banner-wrap .side-banner-tower-wrapper .side-banner-tower {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#kyliez-suites-landing.animation .side-banner-wrap .side-banner-tower-wrapper .side-banner-tower img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#concept section#kyliez-suites-landing.animation .section-content .logo-group .logo-exsim img,
#concept section#kyliez-suites-landing.animation .section-content .logo-group .logo-greenre img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

#concept section#kyliez-suites-landing.animation .section-content .kyliez-logo-wrapper img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

#concept section#kyliez-suites-landing.animation .section-content .kyliez-logo-wrapper::after {
  width: 100%;
}

#concept section#kyliez-suites-landing.animation .social-list ul {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#concept section#kyliez-suites-landing.animation .social-list ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#centre-of-it-all {
  background-image: url("../assets/img/concept/centre-of-it-all/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px;
  position: relative;
}

@media (max-width: 500px) {
  #concept section#centre-of-it-all {
    padding-bottom: 200px;
  }
}

#concept section#centre-of-it-all .building-1 {
  position: absolute;
  left: 3%;
  bottom: 0px;
  max-width: 400px;
}

@media (max-width: 1600px) {
  #concept section#centre-of-it-all .building-1 {
    max-width: 300px;
  }
}

@media (max-width: 500px) {
  #concept section#centre-of-it-all .building-1 {
    max-width: 150px;
  }
}

#concept section#centre-of-it-all .building-1 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#concept section#centre-of-it-all .building-2 {
  position: absolute;
  right: 3%;
  bottom: 0px;
  max-width: 400px;
}

@media (max-width: 1600px) {
  #concept section#centre-of-it-all .building-2 {
    max-width: 300px;
  }
}

@media (max-width: 500px) {
  #concept section#centre-of-it-all .building-2 {
    max-width: 150px;
  }
}

#concept section#centre-of-it-all .building-2 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#concept section#centre-of-it-all .section-content {
  text-align: center;
  max-width: 915px;
  margin: 0 auto;
}

#concept section#centre-of-it-all .section-content .h5 + .p {
  margin-top: 35px;
}

#concept section#centre-of-it-all .section-content h5 {
  font-family: "Chaviera Pro";
  font-size: 65px;
  font-weight: 500;
  color: #692145;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  padding: 0px 30px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1600px) {
  #concept section#centre-of-it-all .section-content h5 {
    font-size: 55px;
  }
}

@media (max-width: 500px) {
  #concept section#centre-of-it-all .section-content h5 {
    font-size: 35px;
  }
}

#concept section#centre-of-it-all .section-content h5::before, #concept section#centre-of-it-all .section-content h5::after {
  content: "";
  background: url("../assets/img/concept/centre-of-it-all/title-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#concept section#centre-of-it-all .section-content h5::before {
  left: 0px;
}

#concept section#centre-of-it-all .section-content h5::after {
  right: 0px;
}

#concept section#centre-of-it-all .section-content p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #430a26;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-width: 1600px) {
  #concept section#centre-of-it-all .section-content p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #concept section#centre-of-it-all .section-content p {
    font-size: 14px;
  }
}

#concept section#centre-of-it-all.animation .section-content h5 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#centre-of-it-all.animation .section-content p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#centre-of-it-all.animation .building-1 img,
#concept section#centre-of-it-all.animation .building-2 img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#dynamic-living-in-a-vibrant-location {
  background-image: url("../assets/img/concept/dynamic-living-in-a-vibrant-location/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
  padding-bottom: 540px;
  position: relative;
}

@media (max-width: 1024px) {
  #concept section#dynamic-living-in-a-vibrant-location {
    padding-bottom: 340px;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .h1-top {
  position: relative;
  overflow: hidden;
}

#concept section#dynamic-living-in-a-vibrant-location .h1-top h1 {
  max-width: 437px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 800ms linear 3s;
  transition: all 800ms linear 3s;
}

@media (max-width: 1024px) {
  #concept section#dynamic-living-in-a-vibrant-location .h1-top h1 {
    -webkit-transition: all 800ms linear 1s;
    transition: all 800ms linear 1s;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .h1-top:before {
  content: "";
  height: 5px;
  width: 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f2e4d2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 800ms linear 3s;
  transition: all 800ms linear 3s;
}

@media (max-width: 500px) {
  #concept section#dynamic-living-in-a-vibrant-location .h1-top:before {
    display: none;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .h1-bottom {
  position: relative;
  margin-left: auto;
  text-align: right;
  overflow: hidden;
}

#concept section#dynamic-living-in-a-vibrant-location .h1-bottom h1 {
  max-width: 500px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 800ms linear 3s;
  transition: all 800ms linear 3s;
  margin-left: auto;
}

@media (max-width: 1024px) {
  #concept section#dynamic-living-in-a-vibrant-location .h1-bottom h1 {
    -webkit-transition: all 800ms linear 1s;
    transition: all 800ms linear 1s;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .h1-bottom:after {
  content: "";
  height: 5px;
  width: 550px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #f2e4d2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 800ms linear 3s;
  transition: all 800ms linear 3s;
}

@media (max-width: 500px) {
  #concept section#dynamic-living-in-a-vibrant-location .h1-bottom:after {
    display: none;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .photo-group {
  position: relative;
  margin-bottom: 50px;
  max-width: 890px;
  margin-left: auto;
}

#concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-1 {
  max-width: 450px;
}

@media (max-width: 1600px) {
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-1 {
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-1 {
    margin-top: 30px;
    max-width: 250px;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-2 {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  right: 0%;
  max-width: 610px;
}

@media (max-width: 1600px) {
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-2 {
    max-width: 510px;
  }
}

@media (max-width: 500px) {
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-2 {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    max-width: 305px;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-1,
#concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-2 {
  opacity: 0;
  -webkit-transition: all 800ms linear 3s;
  transition: all 800ms linear 3s;
}

@media (max-width: 1024px) {
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-1,
  #concept section#dynamic-living-in-a-vibrant-location .photo-group .photo-2 {
    -webkit-transition: all 800ms linear 1s;
    transition: all 800ms linear 1s;
  }
}

#concept section#dynamic-living-in-a-vibrant-location h1 {
  font-family: "Chaviera Pro";
  font-size: 115px;
  font-weight: 500;
  line-height: 141px;
  color: #f2e4d2;
}

@media (max-width: 1600px) {
  #concept section#dynamic-living-in-a-vibrant-location h1 {
    font-size: 85px;
    line-height: 111px;
  }
}

@media (max-width: 500px) {
  #concept section#dynamic-living-in-a-vibrant-location h1 {
    font-size: 75px;
    line-height: 70px;
    text-align: center;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .building-level {
  position: absolute;
  bottom: calc(var(--boldness-img-margin-top) * -1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}

#concept section#dynamic-living-in-a-vibrant-location .building-level .level-1,
#concept section#dynamic-living-in-a-vibrant-location .building-level .level-2,
#concept section#dynamic-living-in-a-vibrant-location .building-level .level-3 {
  max-width: 600px;
}

@media (max-width: 1600px) {
  #concept section#dynamic-living-in-a-vibrant-location .building-level .level-1,
  #concept section#dynamic-living-in-a-vibrant-location .building-level .level-2,
  #concept section#dynamic-living-in-a-vibrant-location .building-level .level-3 {
    max-width: 500px;
  }
}

#concept section#dynamic-living-in-a-vibrant-location .building-level .level-3 {
  --level-3: -295px;
  margin-bottom: var(--level-3);
  -webkit-transform: translateY(calc(100% - var(--level-3)));
          transform: translateY(calc(100% - var(--level-3)));
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#concept section#dynamic-living-in-a-vibrant-location .building-level .level-2 {
  --level-2: -260px;
  margin-bottom: var(--level-2);
  -webkit-transform: translateY(calc(100% - var(--level-2)));
          transform: translateY(calc(100% - var(--level-2)));
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
}

#concept section#dynamic-living-in-a-vibrant-location .building-level .level-1 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear 2s;
  transition: all 800ms linear 2s;
}

#concept section#dynamic-living-in-a-vibrant-location.animation .h1-top h1,
#concept section#dynamic-living-in-a-vibrant-location.animation .h1-bottom h1 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#dynamic-living-in-a-vibrant-location.animation .h1-top::before, #concept section#dynamic-living-in-a-vibrant-location.animation .h1-top::after,
#concept section#dynamic-living-in-a-vibrant-location.animation .h1-bottom::before,
#concept section#dynamic-living-in-a-vibrant-location.animation .h1-bottom::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#dynamic-living-in-a-vibrant-location.animation .photo-group .photo-1,
#concept section#dynamic-living-in-a-vibrant-location.animation .photo-group .photo-2 {
  opacity: 1;
}

#concept section#dynamic-living-in-a-vibrant-location.animation .building-level .level-3 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#dynamic-living-in-a-vibrant-location.animation .building-level .level-2 {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#concept section#dynamic-living-in-a-vibrant-location.animation .building-level .level-1 {
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

#concept section#boldness-start-here {
  background-color: #f2e4d2;
  text-align: center;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 1024px) {
  #concept section#boldness-start-here {
    padding: 50px 0px;
  }
}

#concept section#boldness-start-here .boldness-right-img {
  max-width: 100%;
}

@media (max-width: 1600px) {
  #concept section#boldness-start-here .boldness-right-img {
    max-width: 90%;
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  #concept section#boldness-start-here .boldness-right-img {
    margin-top: 50px;
    max-width: 100%;
  }
}

#concept section#boldness-start-here .section-content {
  max-width: 575px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content {
    margin-left: 0px;
  }
}

#concept section#boldness-start-here .section-content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #f2e4d2;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
  z-index: 2;
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content::before {
    display: none;
  }
}

#concept section#boldness-start-here .section-content::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #f2e4d2;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 800ms linear 1s;
  transition: all 800ms linear 1s;
  z-index: 2;
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content::after {
    display: none;
  }
}

#concept section#boldness-start-here .section-content h1 {
  font-family: "Chaviera Pro";
  font-size: 100px;
  font-weight: 500;
  color: #692145;
  position: relative;
  padding: 0px 30px;
  display: inline-block;
  z-index: 1;
}

#concept section#boldness-start-here .section-content h1:before, #concept section#boldness-start-here .section-content h1:after {
  content: "";
  background: url("../assets/img/concept/boldness-start-here/title-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#concept section#boldness-start-here .section-content h1:before {
  left: 0px;
}

#concept section#boldness-start-here .section-content h1:after {
  right: 0px;
}

@media (max-width: 1600px) {
  #concept section#boldness-start-here .section-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content h1 {
    font-size: 50px;
  }
}

#concept section#boldness-start-here .section-content h1 + h5 {
  margin-top: -15px;
}

#concept section#boldness-start-here .section-content h5 {
  font-family: "Chaviera Pro";
  font-size: 48px;
  font-weight: 500;
  color: #692145;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  #concept section#boldness-start-here .section-content h5 {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content h5 {
    font-size: 28px;
  }
}

#concept section#boldness-start-here .section-content h5 + p {
  margin-top: 30px;
}

#concept section#boldness-start-here .section-content p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  #concept section#boldness-start-here .section-content p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #concept section#boldness-start-here .section-content p {
    padding-bottom: 50px;
    font-size: 14px;
  }
}

#concept section#boldness-start-here.animation .section-content::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#concept section#boldness-start-here.animation .section-content::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#concept section#boldness-start-here .boldness-top-img {
  margin-top: var(--boldness-img-margin-top);
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  #concept section#boldness-start-here .boldness-top-img {
    margin-bottom: 50px;
  }
}

#concept section#boldness-start-here .boldness-top-img .facade-tower {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  position: relative;
  z-index: 1;
}

#concept section#boldness-start-here .boldness-top-img .light-effect {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 2;
  -webkit-transform: translateY(-190%) scale(1.5);
          transform: translateY(-190%) scale(1.5);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#concept section#boldness-start-here .boldness-top-img.animation .facade-tower {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#concept section#boldness-start-here .boldness-top-img.animation .light-effect {
  -webkit-transform: translateY(100%) scale(1.5);
          transform: translateY(100%) scale(1.5);
}

#concept section#kyliez-footer {
  background-image: url("../assets/img/concept/kyliez-footer/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 270px 0px 220px 0px;
  text-align: center;
}

@media (max-width: 500px) {
  #concept section#kyliez-footer {
    background-position: center;
  }
}

#concept section#kyliez-footer .footer-logo-img {
  opacity: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-width: 500px) {
  #concept section#kyliez-footer .footer-logo-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

#concept section#kyliez-footer .footer-logo-img + .register-wrapper {
  margin-top: 75px;
}

#concept section#kyliez-footer .register-wrapper {
  overflow: hidden;
  display: inline-block;
}

#concept section#kyliez-footer .register-wrapper .btn-register {
  font-family: "Chaviera Pro";
  font-size: 18px;
  font-weight: 700;
  color: #692145;
  padding: 12px 45px;
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: #ffb26a;
  border-radius: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-width: 1600px) {
  #concept section#kyliez-footer .register-wrapper .btn-register {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #concept section#kyliez-footer .register-wrapper .btn-register {
    font-size: 14px;
  }
}

#concept section#kyliez-footer.animation .footer-logo-img {
  opacity: 1;
}

#concept section#kyliez-footer.animation .register-wrapper .btn-register {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept footer#kyliez-footer {
  background-color: #f2e4d2;
  text-align: center;
  padding: 15px 0px 11px 0px;
}

#concept footer#kyliez-footer span {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 25px;
  color: #430a26;
}

@media (max-width: 1600px) {
  #concept footer#kyliez-footer span {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  #concept footer#kyliez-footer span {
    font-size: 14px;
    line-height: 21px;
  }
}

#gallery {
  background: black;
  --swiper-pagination-bullet-inactive-color: #f2e4d2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #ffb26a;
  --swiper-pagination-bullet-width: 85px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bottom: 40px;
  --swiper-navigation-color: #ffffff;
  --swiper-navigation-sides-offset: 70px;
  --swiper-navigation-size: 100px;
}

@media (max-width: 1600px) {
  #gallery {
    --swiper-pagination-bullet-width: 55px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-navigation-size: 80px;
  }
}

@media (max-width: 500px) {
  #gallery {
    --swiper-pagination-bullet-width: 35px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-navigation-size: 50px;
  }
}

#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  display: none;
}

@media (max-width: 500px) {
  #gallery {
    --swiper-navigation-sides-offset: 10px;
  }
}

#gallery .swiper-pagination-bullet {
  border-radius: 20px;
}

@media (max-width: 500px) {
  #gallery .swiper-pagination-bullet {
    border-radius: 10px;
  }
}

#gallery .gallery-img {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gallery .gallery-img .gallery-title {
  position: absolute;
  top: 90px;
  background-color: #692145;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 12px 29px;
  min-width: 480px;
}

@media (max-width: 1200px) {
  #gallery .gallery-img .gallery-title {
    min-width: 380px;
  }
}

@media (max-width: 500px) {
  #gallery .gallery-img .gallery-title {
    padding: 6px 0px;
    min-width: 70%;
  }
}

#gallery .gallery-img .gallery-title h1 {
  font-family: "Poppins";
  font-size: 35px;
  line-height: 53px;
  font-weight: 500;
  color: #ffb26a;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  #gallery .gallery-img .gallery-title h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 500px) {
  #gallery .gallery-img .gallery-title h1 {
    font-size: 20px;
    line-height: 48px;
  }
}

#gallery .gallery-img img {
  height: 100%;
}

#floor-plan {
  background-image: url("../assets/img/floor-plan/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
  min-height: 100vh;
  position: relative;
}

#floor-plan .section-title {
  max-width: 917px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

#floor-plan .section-title .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  #floor-plan .section-title .flex-content .content-wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

#floor-plan .section-title .flex-content .content-wrap p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #430a26;
}

@media (max-width: 1600px) {
  #floor-plan .section-title .flex-content .content-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1400px) {
  #floor-plan .section-title .flex-content .content-wrap p {
    max-width: 85%;
  }
}

@media (max-width: 1100px) {
  #floor-plan .section-title .flex-content .content-wrap p {
    max-width: 75%;
  }
}

@media (max-width: 1024px) {
  #floor-plan .section-title .flex-content .content-wrap p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    max-width: 100%;
  }
}

#floor-plan .section-title .flex-content .compass-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}

@media (max-width: 1024px) {
  #floor-plan .section-title .flex-content .compass-mobile {
    display: block;
  }
}

#floor-plan .section-title h1 {
  font-family: "Chaviera Pro";
  font-size: 66px;
  font-weight: 500;
  line-height: 81px;
  color: #692145;
}

@media (max-width: 1024px) {
  #floor-plan .section-title h1 {
    font-size: 33px;
  }
}

#floor-plan .section-title h1 + .flex-content {
  margin-top: 18px;
}

#floor-plan .section-content {
  opacity: 0;
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

@media (max-width: 1024px) {
  #floor-plan .section-content {
    margin-bottom: 50px;
  }
}

#floor-plan .section-content .level-map-img {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1600px) {
  #floor-plan .section-content .level-map-img {
    max-width: 420px;
  }
}

#floor-plan .section-content .level-map-img img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

#floor-plan .section-content .level-map-img + .level-p {
  margin-top: 23px;
}

#floor-plan .section-content .level-p p {
  text-align: center;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  color: #692145;
}

@media (max-width: 1024px) {
  #floor-plan .section-content .level-p p {
    font-size: 22px;
  }
}

#floor-plan .type-group-wrapper {
  margin-top: 52px;
  overflow: hidden;
}

#floor-plan .type-group-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#floor-plan .type-group-wrapper ul li {
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
  max-width: 200px;
  width: 100%;
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li {
    max-width: 140px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 200px;
  width: 100%;
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li .type-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 140px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap .type-img {
  max-width: 36px;
  height: auto;
}

@media (max-width: 1600px) {
  #floor-plan .type-group-wrapper ul li .type-wrap .type-img {
    max-width: 30px;
  }
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li .type-wrap .type-img {
    max-width: 25px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap .type-img + h1 {
  margin-left: 27px;
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li .type-wrap .type-img + h1 {
    margin-left: 17px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap h1 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 58px;
  line-height: 23px;
  opacity: 0;
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

@media (max-width: 1600px) {
  #floor-plan .type-group-wrapper ul li .type-wrap h1 {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li .type-wrap h1 {
    font-size: 29px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap h1 span {
  font-size: 22px;
  color: #430a26;
}

@media (max-width: 1600px) {
  #floor-plan .type-group-wrapper ul li .type-wrap h1 span {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li .type-wrap h1 span {
    font-size: 18px;
  }
}

#floor-plan .type-group-wrapper ul li .type-wrap .type-a {
  color: #eb443a;
}

#floor-plan .type-group-wrapper ul li .type-wrap .type-b {
  color: #ffae40;
}

#floor-plan .type-group-wrapper ul li .type-wrap .type-c {
  color: #bc0d49;
}

#floor-plan .type-group-wrapper ul li + li {
  margin-left: 153px;
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li + li {
    margin-left: 10px;
  }
}

#floor-plan .type-group-wrapper ul li:first-child {
  -webkit-transform: translateX(calc(100% + 154px));
          transform: translateX(calc(100% + 154px));
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li:first-child {
    -webkit-transform: translateX(calc(100% + 10px));
            transform: translateX(calc(100% + 10px));
  }
}

#floor-plan .type-group-wrapper ul li:last-child {
  -webkit-transform: translateX(calc(-100% - 154px));
          transform: translateX(calc(-100% - 154px));
}

@media (max-width: 1024px) {
  #floor-plan .type-group-wrapper ul li:last-child {
    -webkit-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
  }
}

#floor-plan .compass-wrap {
  position: absolute;
  top: 0px;
  right: 50px;
  max-width: 194px;
  opacity: 0;
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

@media (max-width: 1600px) {
  #floor-plan .compass-wrap {
    max-width: 170px;
  }
}

@media (max-width: 1024px) {
  #floor-plan .compass-wrap {
    bottom: 100px;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#floor-plan.animation .section-title {
  opacity: 1;
}

#floor-plan.animation .section-content {
  opacity: 1;
}

#floor-plan.animation .section-content .level-map-img img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#floor-plan.animation .type-group-wrapper ul {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#floor-plan.animation .type-group-wrapper ul li {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#floor-plan.animation .type-group-wrapper ul li .type-wrap h1 {
  opacity: 1;
}

#floor-plan.animation .compass-wrap {
  opacity: 1;
}

@media (max-width: 1024px) {
  #floor-plan.animation .compass-wrap {
    display: none;
  }
}

#layout-plan {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: auto;
  min-height: 100vh;
}

#layout-plan .arrow-floating {
  position: fixed;
  right: 50px;
  bottom: 50px;
  max-width: 45px;
}

#layout-plan .arrow-floating button {
  padding: 0px;
  outline: unset;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
}

#layout-plan .swiper-picker-wrap {
  position: fixed;
  width: 100%;
  bottom: 30px;
  z-index: 10;
  text-align: center;
}

@media (max-width: 1024px) {
  #layout-plan .swiper-picker-wrap {
    background: #8f172b;
    bottom: 0px;
    padding: 10px 0px;
  }
}

#layout-plan .swiper-picker-wrap .swiper-center-wrap {
  display: inline-block;
  overflow: hidden;
}

#layout-plan .swiper-picker-wrap .swiper-center-wrap .swiper-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

#layout-plan .swiper-picker-wrap.animation .swiper-center-wrap .swiper-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#layout-plan .swiper-picker-wrap .swiper-title p {
  font-family: "Chaviera Pro";
  font-size: 25px;
  font-weight: 500;
  color: #f2e4d2;
}

#layout-plan .swiper-picker-wrap .swiper-title + .swiper-btn-group {
  margin-left: 30px;
}

#layout-plan .swiper-picker-wrap .swiper-btn-group a.btn-swiper {
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
  padding: unset;
  max-width: 65px;
  text-decoration: none;
  display: inline-block;
}

#layout-plan .swiper-picker-wrap .swiper-btn-group a.btn-swiper + a.btn-swiper {
  margin-left: 30px;
}

#layout-plan .map-item {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  #layout-plan .map-item {
    min-height: unset;
    padding: 80px 0px;
  }
}

#layout-plan .map-item .map-img {
  height: 85vh;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1024px) {
  #layout-plan .map-item .map-img.plan-c {
    height: 50vh;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .map-img {
    height: 100%;
  }
}

#layout-plan .map-item .map-img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

#layout-plan .map-item.reverse {
  padding: 0px;
}

#layout-plan .map-item.reverse .map-img img {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

#layout-plan .map-item.reverse .type-info-wrap h1, #layout-plan .map-item.reverse .type-info-wrap p {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

#layout-plan .map-item .type-info-wrap {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
}

#layout-plan .map-item .type-info-wrap h1 {
  font-family: "Chaviera Pro";
  font-size: 154px;
  font-weight: 700;
  color: #f2e4d2;
  line-height: 37px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

@media (max-width: 1600px) {
  #layout-plan .map-item .type-info-wrap h1 {
    font-size: 134px;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap h1 {
    font-size: 67px;
    line-height: 104px;
  }
}

#layout-plan .map-item .type-info-wrap h1 span {
  font-size: 37px;
  font-weight: 400;
}

@media (max-width: 1600px) {
  #layout-plan .map-item .type-info-wrap h1 span {
    font-size: 27px;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap h1 span {
    font-size: 18px;
  }
}

#layout-plan .map-item .type-info-wrap h1 + p {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap h1 + p {
    margin-top: -40px;
  }
}

#layout-plan .map-item .type-info-wrap p {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 600;
  color: #f2e4d2;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

@media (max-width: 1600px) {
  #layout-plan .map-item .type-info-wrap p {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap p {
    font-size: 25px;
    padding-bottom: 15px;
  }
}

#layout-plan .map-item .type-info-wrap p span {
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 1600px) {
  #layout-plan .map-item .type-info-wrap p span {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap p span {
    font-size: 20px;
  }
}

#layout-plan .map-item .type-info-wrap p::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f2e4d2;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 1600px) {
  #layout-plan .map-item .type-info-wrap p::after {
    height: 3px;
  }
}

@media (max-width: 1024px) {
  #layout-plan .map-item .type-info-wrap p::after {
    height: 2px;
  }
}

#layout-plan .map-item.animation .map-img img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#layout-plan .map-item.animation .type-info-wrap {
  opacity: 1;
}

#layout-plan .map-item.animation .type-info-wrap h1, #layout-plan .map-item.animation .type-info-wrap p {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.swiper-item-a {
  background: url("../assets/img/layout-plan/layout-a/background.png");
}

.swiper-item-b {
  background: url("../assets/img/layout-plan/layout-b/background.png");
}

.swiper-item-c {
  background: url("../assets/img/layout-plan/layout-c/background.png");
}

#facilities-plan {
  background: url("../assets/img/facilities-plan/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
  min-height: 100vh;
  position: relative;
}

#facilities-plan .section-title {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  #facilities-plan .section-title {
    max-width: 400px;
  }
}

#facilities-plan .section-title .compass-mobile {
  display: none;
}

@media (max-width: 1199px) {
  #facilities-plan .section-title .compass-mobile {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    -webkit-clip-path: rect(0% 0% 100% 100%);
            clip-path: rect(0% 0% 100% 100%);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
}

@media (max-width: 1199px) {
  #facilities-plan .section-title {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#facilities-plan .section-title h1 {
  font-family: "Chaviera Pro";
  font-size: 100px;
  font-weight: 500;
  line-height: 94px;
  color: #692145;
  -webkit-clip-path: rect(0% 0% 100% 100%);
          clip-path: rect(0% 0% 100% 100%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media (max-width: 640px) {
  #facilities-plan .section-title h1 {
    font-size: 50px;
    line-height: 55px;
    max-width: 250px;
  }
}

#facilities-plan .facilities-map {
  position: relative;
}

#facilities-plan .facilities-map img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

#facilities-plan .facilities-map::after {
  content: "";
  position: absolute;
  left: 105%;
  top: 90%;
  width: 80px;
  height: 80px;
  background: url("../assets/img/facilities-plan/compass.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center;
}

@media (min-width: 640px) and (max-width: 1599px) {
  #facilities-plan .facilities-map::after {
    top: 105%;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (max-width: 1199px) {
  #facilities-plan .facilities-map::after {
    display: none;
  }
}

#facilities-plan .right-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#facilities-plan .right-content .align-right {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1199px) {
  #facilities-plan .right-content .align-right {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  #facilities-plan .right-content .align-right {
    max-width: 500px;
    margin-left: auto;
    margin-top: 0px;
  }
}

#facilities-plan .section-content .grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
      flex-wrap: row;
  gap: 60px;
  overflow: hidden;
}

@media (max-width: 640px) {
  #facilities-plan .section-content .grid-content {
    gap: 20px;
  }
}

#facilities-plan .section-content .grid-content .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  max-width: 250px;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}

#facilities-plan .section-content .grid-content .grid-item:first-child {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

#facilities-plan .section-content .grid-content .grid-item:last-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title h6 {
  font-size: inherit;
  line-height: inherit;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title.level-g {
  color: #fc9000;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title.level-1 {
  color: #e92d1c;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title.level-3a {
  color: #cb0056;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title.level-35 {
  color: #8abb2a;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area .sub-section-title.level-36 {
  color: #0d988c;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area ol {
  padding-left: 1.5rem;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area ol li {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  color: black;
}

#facilities-plan .section-content .grid-content .grid-item .grid-area ol li + li {
  margin-top: 5px;
}

#facilities-plan.animated .section-title h1 {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#facilities-plan.animated .section-content .grid-content .grid-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#facilities-plan.animated .facilities-map img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#facilities-plan.animated .compass-mobile {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#location {
  background: url("../assets/img/location/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 76px 0px;
  position: relative;
}

#location .building-right {
  position: absolute;
  bottom: 0px;
  right: 100px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1600px) {
  #location .building-right {
    max-width: 350px;
  }
}

@media (max-width: 1024px) {
  #location .building-right {
    display: none;
  }
}

#location .building-right .vector-klcc {
  max-width: 220px;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1600px) {
  #location .building-right .vector-klcc {
    max-width: 170px;
  }
}

#location .building-right .vector-kl-tower {
  max-width: 66px;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 800ms linear 0.3s;
  transition: all 800ms linear 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1600px) {
  #location .building-right .vector-kl-tower {
    max-width: 50px;
  }
}

#location .section-content {
  max-width: 414px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

@media (max-width: 1024px) {
  #location .section-content {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    max-width: 100%;
  }
}

#location .section-content h1 {
  font-family: "Chaviera Pro";
  font-weight: 500;
  font-size: 97px;
  line-height: 119px;
  color: #f2e4d2;
}

@media (max-width: 1600px) {
  #location .section-content h1 {
    font-size: 77px;
  }
}

@media (max-width: 1024px) {
  #location .section-content h1 {
    font-size: 46px;
    text-align: center;
  }
}

#location .section-content h1 + p {
  margin-top: 70px;
}

@media (max-width: 1600px) {
  #location .section-content h1 + p {
    margin-top: 35px;
  }
}

@media (max-width: 1024px) {
  #location .section-content h1 + p {
    margin-top: 0px;
  }
}

#location .section-content p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #f2e4d2;
}

@media (max-width: 1600px) {
  #location .section-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #location .section-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

#location .section-content p + p {
  margin-top: 24px;
}

@media (max-width: 1600px) {
  #location .section-content p + p {
    margin-top: 20px;
  }
}

#location .location-map-wrapper {
  max-width: 800px;
}

@media (max-width: 1024px) {
  #location .location-map-wrapper {
    margin-top: 40px;
  }
}

#location .location-map-wrapper img {
  opacity: 0;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

@media (max-width: 1024px) {
  #location .location-map-wrapper img {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
}

#location.animation .building-right .vector-kl-tower {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#location.animation .building-right .vector-klcc {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#location.animation .section-content {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

#location.animation .location-map-wrapper img {
  opacity: 1;
}

#developer {
  background-image: url("../assets/img/developer/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 120px 0px;
}

@media (max-width: 1024px) {
  #developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#developer .box-btn-wrapper {
  min-height: 140px;
  width: 150px;
  position: relative;
}

#developer .box-btn-wrapper button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#developer .box-developer-wrapper.animate {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

#developer .box-developer-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  min-height: 140px;
  max-width: 1500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  #developer .box-developer-wrapper {
    height: 560px;
  }
}

#developer .box-developer-wrapper .box-animate-vertical-wrapper {
  max-height: 560px;
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
}

#developer .box-developer-wrapper .box-animate-vertical-wrapper .box-inner-wrapper {
  height: 140px;
  position: relative;
}

#developer .box-developer-wrapper .box-animate-vertical-wrapper .box-inner-wrapper .box-wrapper {
  width: 150px;
  height: 140px;
  position: relative;
}

#developer .box-developer-wrapper .box-animate-vertical-wrapper .box-inner-wrapper .box-wrapper img {
  position: absolute;
  width: 100px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#developer .box-developer-wrapper .box-animate-wrapper {
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#developer .box-developer-wrapper .box-animate-wrapper .box-inner-wrapper {
  height: 140px;
  position: relative;
}

#developer .box-developer-wrapper .box-animate-wrapper .box-inner-wrapper .box-wrapper {
  width: 150px;
  height: 140px;
  position: relative;
  float: left;
}

#developer .box-developer-wrapper .box-animate-wrapper .box-inner-wrapper .box-wrapper img {
  position: absolute;
  width: 100px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#developer .developer-wrapper.animate {
  opacity: 1;
}

#developer .developer-wrapper {
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

#developer .developer-wrapper .exsim-logo {
  width: 200px;
  margin: auto;
  text-align: center;
}

#developer .developer-wrapper .exsim-line {
  border-bottom: 1px solid #f2e4d2;
  margin-top: 25px;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 500px;
  width: 90%;
}

#developer .developer-wrapper .exsim-content-1 {
  max-width: 640px;
  margin: auto;
}

#developer .developer-wrapper .exsim-content-1 p {
  font-family: Nunito;
  font-size: 18px;
  color: #f2e4d2;
  text-align: center;
}

@media screen and (max-width: 820px) and (orientation: portrait) {
  #developer .developer-wrapper .exsim-content-1 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) and (orientation: portrait) {
  #developer .developer-wrapper .exsim-content-2 {
    max-width: 300px;
    margin: 0 auto;
  }
}

#developer .developer-wrapper .exsim-content-2 p {
  font-family: Nunito;
  color: #f2e4d2;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 820px) and (orientation: portrait) {
  #developer .developer-wrapper .exsim-content-2 p {
    font-size: 17px;
  }
}

#developer .developer-wrapper .exsim-content-2 p a {
  font-family: Nunito;
  color: #f2e4d2;
  font-size: 21px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 820px) and (orientation: portrait) {
  #developer .developer-wrapper .exsim-content-2 p a {
    font-size: 17px;
  }
}

#developer .developer-wrapper .exsim-content-2 p a:hover,
#developer .developer-wrapper .exsim-content-2 p a:focus {
  font-weight: bold;
}

#contact {
  background: url("../assets/img/contact/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  #contact {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  #contact {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  #contact {
    padding: 120px 0px;
  }
}

#contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 550px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-width: 1024px) {
  #contact .contact-item {
    min-height: unset;
  }
}

#contact .contact-item .logo-wrapper {
  text-align: center;
}

#contact .contact-item .logo-wrapper .logo-wrap {
  display: inline-block;
  max-width: 250px;
}

@media (max-width: 1200px) {
  #contact .contact-item .logo-wrapper .logo-wrap {
    max-width: 200px;
  }
}

#contact .contact-item .logo-wrapper + .app-name-wrapper {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  #contact .contact-item .logo-wrapper + .app-name-wrapper {
    margin-top: 20px;
  }
}

#contact .contact-item .app-name-wrapper {
  text-align: center;
}

#contact .contact-item .app-name-wrapper .exsim-content {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #1e1e1e;
  max-width: 385px;
  margin: 0 auto;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  #contact .contact-item .app-name-wrapper .exsim-content {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact .contact-item .app-name-wrapper .exsim-content + .exsim-address-content {
  margin-top: 25px;
}

#contact .contact-item .app-name-wrapper .exsim-content + small {
  margin-top: 5px;
}

#contact .contact-item .app-name-wrapper small {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 20px;
  color: #58585a;
  display: block;
  max-width: 315px;
  margin: 0 auto;
}

#contact .contact-item .app-name-wrapper small + .exsim-address-content {
  margin-top: 20px;
}

#contact .contact-item .app-name-wrapper .exsim-address-content {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #1e1e1e;
  margin-bottom: unset;
  display: block;
  max-width: 290px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  #contact .contact-item .app-name-wrapper .exsim-address-content {
    font-size: 14px;
  }
}

#contact .contact-item .app-name-wrapper + .contact-wrapper {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  #contact .contact-item .app-name-wrapper + .contact-wrapper {
    margin-top: 20px;
  }
}

#contact .contact-item .app-name-wrapper.exsim-2 .exsim-address-content {
  max-width: 420px;
}

#contact .contact-item .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 405px;
  margin: 0 auto;
}

#contact .contact-item .contact-wrapper .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contact-item .contact-wrapper .label-wrapper + .label-wrapper {
  margin-left: 50px;
}

#contact .contact-item .contact-wrapper .label-wrapper .label-img-wrapper {
  max-width: 30px;
}

@media (max-width: 1200px) {
  #contact .contact-item .contact-wrapper .label-wrapper .label-img-wrapper {
    max-width: 20px;
  }
}

#contact .contact-item .contact-wrapper .label-wrapper .label-img-wrapper img {
  height: 100%;
  width: 100%;
}

#contact .contact-item .contact-wrapper .label-wrapper .label-img-wrapper + .label-content-wrapper {
  margin-left: 10px;
}

#contact .contact-item .contact-wrapper .label-wrapper .label-content-wrapper a {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 25px;
  color: #1e1e1e;
  margin-bottom: 0px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  #contact .contact-item .contact-wrapper .label-wrapper .label-content-wrapper a {
    font-size: 14px;
  }
}

#contact .contact-item .contact-wrapper + .map-wrapper {
  margin-top: 70px;
}

#contact .contact-item .contact-wrapper.exsim-2 + .map-wrapper {
  margin-top: 35px;
}

#contact .contact-item .contact-wrapper + .contact-wrapper {
  margin-top: 10px;
}

#contact .contact-item .map-wrapper .map-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .contact-item .map-wrapper .map-inner-wrapper .map-logo {
  max-width: 61px;
}

@media (max-width: 1200px) {
  #contact .contact-item .map-wrapper .map-inner-wrapper .map-logo {
    max-width: 51px;
  }
}

#contact .contact-item .map-wrapper .map-inner-wrapper .map-logo img {
  width: 100%;
  height: 100%;
}

#contact .contact-item .map-wrapper .map-inner-wrapper .map-logo + .map-logo {
  margin-left: 30px;
}

#contact.animation .contact-item {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#brochure {
  position: relative;
}

#brochure iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

#site-progress section.section-site-progress {
  background: url("../assets/img/location/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  padding: 78px 0px;
}

#site-progress section.section-site-progress h1 {
  font-family: 'Chaviera Pro';
  font-size: 80px;
  font-weight: 500;
  color: #f2e4d2;
  position: relative;
  padding: 0px 30px;
  display: inline-block;
  z-index: 1;
}

#site-progress section.section-site-progress h1:before, #site-progress section.section-site-progress h1:after {
  content: '';
  background: url("../assets/img/site-progress/pattern-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#site-progress section.section-site-progress h1:before {
  left: 0px;
}

#site-progress section.section-site-progress h1:after {
  right: 0px;
}

#site-progress section.section-site-progress .ratio-16x10 {
  --bs-aspect-ratio: calc(10 / 16 * 100%);
}

#site-progress section.section-site-progress h6 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 500;
  color: #ffb26a;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding: 0px 40px;
  margin-top: 60px;
  margin-bottom: 30px;
}

#site-progress section.section-site-progress h6:before, #site-progress section.section-site-progress h6:after {
  content: '';
  background: url("../assets/img/site-progress/pattern-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#site-progress section.section-site-progress h6:before {
  left: 0px;
}

#site-progress section.section-site-progress h6:after {
  right: 0px;
}
