:root {
  --device-height: 100vh;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

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

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

#header .btn-close-wrapper {
  display: none;
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  padding: 15px 8px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .btn-close-wrapper img {
  max-width: 20px;
  height: auto;
}

#header.show-close-btn .btn-close-wrapper {
  display: none;
}

@media (max-width: 767px) {
  #header.show-close-btn .btn-close-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header .btn-toggle {
  background: url("/assets/img/side-menu/bg.png");
  background-size: cover;
  background-position: center;
  border: 1px solid #f2e6c6;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  margin-left: 80px;
  margin-top: 60px;
  padding: 15px 8px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (max-width: 1600px) {
  #header .btn-toggle {
    margin-left: 40px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  #header .btn-toggle {
    margin-left: 20px;
    margin-top: 20px;
  }
}

#header .btn-toggle .header-btn {
  width: 80%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#header .btn-toggle .header-btn span.btn-line {
  height: 3px;
  border-radius: 3px;
  opacity: 1;
  width: 100%;
  background: #f2e6c6;
  display: inline-block;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#header .btn-toggle .header-btn span.btn-line:first-child {
  width: 60%;
  margin: 0 auto;
}

#header .btn-toggle .header-btn span.btn-line:nth-child(3) {
  width: 60%;
  margin: 0 auto;
}

#header .btn-toggle .sidebar-logo {
  max-width: 210px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
}

@media (max-width: 1600px) {
  #header .btn-toggle .sidebar-logo {
    max-width: 121px;
  }
}

#header .btn-toggle .sidebar-logo + .menu-list {
  margin-top: 30px;
}

#header .btn-toggle .menu-list {
  list-style: none;
  margin: unset;
  padding: unset;
}

#header .btn-toggle .menu-list + .sidebar-social-wrapper {
  margin-top: 25px;
}

#header .btn-toggle .menu-list li {
  text-align: center;
  height: 30px;
  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;
}

#header .btn-toggle .menu-list li + li {
  margin-top: 10px;
}

@media (max-width: 1600px) {
  #header .btn-toggle .menu-list li + li {
    margin-top: 5px;
  }
}

#header .btn-toggle .menu-list li a {
  font-family: "Poppins";
  font-size: 16px;
  color: #f2e6c6;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

#header .btn-toggle .menu-list li a:hover,
#header .btn-toggle .menu-list li a:focus {
  color: #a77828;
  font-weight: 600;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#header .btn-toggle .sidebar-social-wrapper {
  list-style: none;
  margin: unset;
  padding: unset;
  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;
}

#header .btn-toggle .sidebar-social-wrapper + .sidebar-copyright {
  margin-top: 20px;
}

#header .btn-toggle .sidebar-social-wrapper li + li {
  margin-left: 30px;
}

#header .btn-toggle .sidebar-social-wrapper li a {
  text-decoration: none;
}

#header .btn-toggle .sidebar-social-wrapper li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#header .btn-toggle .sidebar-copyright {
  text-align: center;
}

#header .btn-toggle .sidebar-copyright span {
  font-family: "Poppins";
  font-size: 14px;
  color: #f2e6c6;
}

#header .btn-toggle .sidebar-copyright ul {
  list-style: none;
  margin: unset;
  padding: unset;
  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;
}

#header .btn-toggle .sidebar-copyright ul li {
  position: relative;
}

#header .btn-toggle .sidebar-copyright ul li + li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
}

#header .btn-toggle .sidebar-copyright ul li a {
  font-family: "Poppins";
  font-size: 14px;
  color: #f2e6c6;
  text-decoration: none;
  padding: 0px 10px;
}

#header .btn-toggle .header-open {
  display: none;
}

#header .btn-toggle.is-open {
  width: 340px;
  height: 100%;
  background: url("/assets/img/side-menu/bg.png");
  background-size: 101% 101%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0px;
  cursor: unset;
}

@media (max-width: 1600px) {
  #header .btn-toggle.is-open {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  #header .btn-toggle.is-open {
    width: 100vw;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
    border-width: 0px;
    border-radius: 0px;
    background-size: 108% 108%;
  }
  #header .btn-toggle.is-open .header-btn {
    height: auto;
  }
}

#header .btn-toggle.is-open .header-open {
  display: block;
}

#header .btn-toggle.is-open .header-btn span.btn-line {
  display: none;
  opacity: 0;
}

#header .btn-toggle:hover span.btn-line:first-child,
#header .btn-toggle:hover span.btn-line:nth-child(3) {
  width: 100%;
}

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

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

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

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

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

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

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

@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: 'NotoSans-Bold';
  src: url("./../fonts/NotoSans-Bold.woff2") format("woff2"), url("./../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

.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: 1000;
  top: 0px;
  left: 0px;
}

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

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

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

#register {
  position: relative;
  z-index: 7;
  -webkit-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
}

@-webkit-keyframes sliderMainContentReverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sliderMainContentReverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes sliderMainContent {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes sliderMainContent {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.overlay-register {
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 7;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

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

.overlay-register.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.overlay-register .form-control {
  background: none;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5) !important;
  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: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
}

.overlay-register .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.overlay-register .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.overlay-register .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.overlay-register .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.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;
}

@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 {
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.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;
}

@-webkit-keyframes sliderMainContentReverseS {
  0% {
    -webkit-transform: translateY(-700%);
            transform: translateY(-700%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sliderMainContentReverseS {
  0% {
    -webkit-transform: translateY(-700%);
            transform: translateY(-700%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes sliderMainContentS {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700%);
            transform: translateY(-700%);
  }
}

@keyframes sliderMainContentS {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700%);
            transform: translateY(-700%);
  }
}

.logo-register-section {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 50%;
  -webkit-animation: slideInFromBottom 3s ease-in-out forwards;
          animation: slideInFromBottom 3s ease-in-out forwards;
  padding-left: 80px;
  padding-bottom: 60px;
}

.logo-register-section.active {
  -webkit-animation: sliderMainContentS 1s ease-in-out forwards;
          animation: sliderMainContentS 1s ease-in-out forwards;
}

.logo-register-section.reverse {
  -webkit-animation: sliderMainContentReverseS 1s ease-in-out forwards;
          animation: sliderMainContentReverseS 1s ease-in-out forwards;
}

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

.logo-register-section .exsim-logo {
  width: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 1746px) {
  .logo-register-section .exsim-logo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .logo-register-section .exsim-logo {
    width: 75px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .logo-register-section .exsim-logo {
    width: 75px;
    margin-bottom: 140px;
  }
}

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

.pd-register-wrap {
  height: 100vh;
}

.how-did {
  font-weight: normal;
  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: 150px;
  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: NotoSans-Regular;
  font-size: 14px;
  position: relative;
}

@media only screen and (min-width: 821px) {
  .container-tnc-rnr {
    padding: 0 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .container-tnc-rnr .border-solid {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.container-tnc-rnr a {
  color: rgba(255, 255, 255, 0.5);
  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 {
  position: absolute;
  top: 0;
  right: 0;
}

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

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

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

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

.branniganz-fixed .register-expend {
  position: absolute;
  top: 0;
  font-family: OpenSans-Bold;
  background: none !important;
  height: 100vh;
  -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;
  right: 0;
  -webkit-animation: slideInFromRight 3.5s ease-out forwards;
          animation: slideInFromRight 3.5s ease-out forwards;
}

@media only screen and (max-width: 820px) {
  .branniganz-fixed .register-expend {
    background-color: #191516 !important;
    height: 100%;
    display: none;
  }
}

.branniganz-fixed .register-expend.active {
  -webkit-animation: sliderMainContent 1s ease-in-out forwards;
          animation: sliderMainContent 1s ease-in-out forwards;
}

.branniganz-fixed .register-expend.reverse {
  -webkit-animation: sliderMainContentReverse 1s ease-in-out forwards;
          animation: sliderMainContentReverse 1s ease-in-out forwards;
}

.branniganz-fixed .register-expend .img-bg {
  height: 100%;
  width: 50vw;
  background: #191516;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (max-width: 1024px) {
  .branniganz-fixed .register-expend .img-bg {
    display: none;
  }
}

.branniganz-fixed .register-expend img {
  width: 50vw;
}

@media screen and (max-width: 767px) {
  .branniganz-fixed .register-expend img {
    width: 100%;
  }
}

.branniganz-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;
}

.branniganz-360 img {
  width: 145px;
}

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

@media screen and (max-width: 820px) {
  .branniganz-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: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-animation: slideInFromLeft 2.5s ease-out forwards;
          animation: slideInFromLeft 2.5s 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;
}

.bt-360-wrapper.active {
  -webkit-animation: sliderMainContentS 1.5s ease-in-out forwards;
          animation: sliderMainContentS 1.5s ease-in-out forwards;
}

.bt-360-wrapper.reverse {
  -webkit-animation: sliderMainContentReverseS 0.95s ease-in-out forwards;
          animation: sliderMainContentReverseS 0.95s ease-in-out forwards;
}

@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 {
  overflow: auto;
  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;
}

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

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

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

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

#contact-wrapper .btn-wrapper {
  position: fixed;
  width: 50vw;
  cursor: pointer;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  #contact-wrapper .btn-wrapper {
    display: none;
  }
}

#contact-wrapper .btn-wrapper img {
  width: 50vw;
}

#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;
  }
}

.branniganz-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) {
  .branniganz-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) {
  .branniganz-logo {
    left: 30%;
  }
}

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

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

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

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

.branniganz-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) {
  .branniganz-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) {
  .branniganz-logo-v2 {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

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

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

.register-bt-abs {
  bottom: 0;
  cursor: pointer;
}

.form-h {
  height: 100vh;
  background-color: #191516;
}

.form-h form {
  height: 100%;
}

.form-h .form-inter-ele {
  padding: 0 45px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 820px) {
  .form-h .form-inter-ele {
    padding: 0 35px;
  }
}

.header-form {
  padding: 45px;
}

@media only screen and (max-width: 820px) {
  .header-form {
    padding: 35px 0px;
    display: grid;
  }
}

@media only screen and (min-width: 821px) {
  .header-form {
    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;
  }
}

.header-form .header-form-title {
  color: #b88c55;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

@media only screen and (max-width: 820px) {
  .header-form .header-form-title {
    text-align: center;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media only screen and (max-width: 820px) {
  .header-form .header-form-logo {
    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-bottom: 15px;
  }
}

.header-form .header-form-logo img {
  width: 280px;
}

.back-to-home {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.back-to-home .img-home {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-to-home .img-home img {
  width: 25px;
}

.exsim-inter {
  position: absolute;
  bottom: 0;
  right: 0;
}

.exsim-inter img {
  width: 175px;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1746px) {
  .exsim-inter img {
    width: 120px;
  }
}

.pd-r-0 {
  padding-right: 0 !important;
}

.btn-wrapper-mb {
  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;
}

.btn-wrapper-mb .btn-inner-txt {
  margin-bottom: 150px;
  text-align: center;
  font-family: NotoSans-Regular;
  background-color: #2f211d;
  padding: 20px 30px;
  color: #b88c55;
  width: 80%;
}

@media only screen and (min-width: 1200px) {
  .btn-wrapper-mb {
    display: none;
  }
}

.register-bt-wrap-mb .register-bt-abs {
  z-index: 8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.register-bt-wrap-mb .register-bt-abs img {
  width: 100%;
}

@media only screen and (min-width: 821px) {
  .register-bt-wrap-mb .register-bt-abs {
    display: none;
  }
}

.register-bt-wrap-mb .register-bt-abs.active {
  position: fixed;
  -webkit-animation: sliderMainContentZ 1s ease-in-out forwards;
          animation: sliderMainContentZ 1s ease-in-out forwards;
}

.register-bt-wrap-mb .register-bt-abs.reverse {
  position: absolute;
  -webkit-animation: sliderMainContentReverseZ 1s ease-in-out forwards;
          animation: sliderMainContentReverseZ 1s ease-in-out forwards;
}

@-webkit-keyframes sliderMainContentReverseZ {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}

@keyframes sliderMainContentReverseZ {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes sliderMainContentZ {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes sliderMainContentZ {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}

.logo-brann {
  width: 450px !important;
  margin-top: 35px;
}

@media only screen and (max-width: 1279px) {
  .logo-brann {
    width: 350px !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1535px) {
  .logo-brann {
    width: 400px !important;
  }
}

@media only screen and (min-width: 1536px) and (max-width: 1746px) {
  .logo-brann {
    width: 550px !important;
  }
}

@media only screen and (min-width: 1747px) {
  .logo-brann {
    width: 600px !important;
  }
}

#tnc .tnc {
  padding: 50px;
  border-radius: 50px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.9);
}

#gallery {
  background: black;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-width: 80px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bottom: 95%;
  --swiper-navigation-color: #ffffff;
  --swiper-navigation-sides-offset: 70px;
  --swiper-navigation-size: 70px;
}

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

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

#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 {
  background: #959595;
  border: 0px;
  border-radius: 12px;
}

#gallery .swiper-pagination-bullet-active {
  border: 0px;
  position: relative;
  background: #f2e6c6;
  -webkit-box-shadow: 1px -1px 0px 0px rgba(194, 185, 160, 0.37) inset, 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px -1px 0px 0px rgba(194, 185, 160, 0.37) inset, 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  outline: unset;
}

@media (min-width: 1600px) {
  #gallery .swiper-pagination-bullet-active::before {
    content: "";
    height: 3px;
    width: 20px;
    background: #a77828;
    opacity: 0.21;
    border-radius: 10px;
    position: absolute;
    left: 50px;
    top: 5px;
    display: block;
  }
  #gallery .swiper-pagination-bullet-active::after {
    content: "";
    height: 3px;
    width: 3px;
    background: #a77828;
    opacity: 0.21;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
  }
}

#gallery .gallery-img {
  width: 100%;
  height: var(--device-height) !important;
  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;
  padding: 12px 29px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #gallery .gallery-img .gallery-title.left-bottom-corner {
    left: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #gallery .gallery-img .gallery-title.left-bottom-corner {
    /* Styles */
    left: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #gallery .gallery-img .gallery-title.left-bottom-corner {
    /* CSS for MacBook */
    left: 140px;
    bottom: 20px;
  }
}

#gallery .gallery-img .gallery-title.right-bottom-corner {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #gallery .gallery-img .gallery-title.right-bottom-corner {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #gallery .gallery-img .gallery-title.right-bottom-corner {
    /* Styles */
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #gallery .gallery-img .gallery-title.right-bottom-corner {
    /* CSS for MacBook */
    right: 140px;
    bottom: 20px;
  }
}

#gallery .gallery-img .gallery-title.right-top-corner {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #gallery .gallery-img .gallery-title.right-top-corner {
    right: 20px;
    top: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #gallery .gallery-img .gallery-title.right-top-corner {
    /* Styles */
    right: 20px;
    top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #gallery .gallery-img .gallery-title.right-top-corner {
    /* CSS for MacBook */
    right: 140px;
    top: 30px;
  }
}

#gallery .gallery-img .gallery-title.title-light {
  color: #a77828;
}

#gallery .gallery-img .gallery-title.title-dark {
  color: #f2e6c6;
}

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

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

#gallery .gallery-img .gallery-title h1 {
  font-family: "Butler";
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #gallery .gallery-img .gallery-title h1 {
    font-size: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #gallery .gallery-img .gallery-title h1 {
    /* Styles */
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #gallery .gallery-img .gallery-title h1 {
    /* CSS for MacBook */
    font-size: 45px;
  }
}

#gallery .gallery-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#location {
  background: url("../assets/img/location/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
}

#location .location-wrapper {
  height: var(--device-height);
}

#location .location-wrapper.animation .map-wrapper::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#location .location-wrapper .map-wrapper {
  position: relative;
}

#location .swiper {
  -ms-touch-action: auto;
      touch-action: auto;
}

#location .swiper-slide {
  height: var(--device-height) !important;
  overflow: auto !important;
}

#location .title-animation {
  overflow: hidden;
}

#location .title-animation img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#location .title-animation.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

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

#developer .swiper {
  --swiper-theme-color: #909090;
  --swiper-navigation-size: 20px;
}

#developer p, #developer a {
  color: #f2e6c6;
}

#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 {
  background-color: #ffffff;
  border-radius: 5px;
  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-clip-path: rect(0% 50% 100% 50%);
          clip-path: rect(0% 50% 100% 50%);
  opacity: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

#developer .box-developer-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#developer .box-developer-wrapper a img {
  padding: 15px 0px;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

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

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

#developer .developer-wrapper .exsim-line {
  border-bottom: 1px solid #1e1e1e;
  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;
  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;
  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;
  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;
}

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

#developer.animation .box-developer-wrapper {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
  opacity: 1;
}

#contact {
  background: url("../assets/img/contact/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding: 100px 50px;
  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;
  position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #contact .offset-lg-3 {
    margin-left: 35%;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  #contact .offset-lg-3 {
    margin-left: 35%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #contact .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
  }
}

@media screen and (min-width: 1600px) {
  #contact .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

#contact .frame {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100px;
  width: 100%;
  -webkit-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

@media (max-width: 767px) {
  #contact .frame {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #contact .frame {
    display: none;
  }
}

#contact .frame-top {
  top: 90%;
  left: 0%;
}

#contact .frame-bottom {
  top: 10%;
  left: 0%;
}

@media (min-width: 768px) {
  #contact .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

#contact::before {
  content: "";
  background: url("../assets/img/contact/branniganz-sketch.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 50vw;
  height: 100vh;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  -webkit-clip-path: rect(0 0 100% 0);
          clip-path: rect(0 0 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

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

@media (max-width: 991px) {
  #contact {
    padding-top: 50px;
  }
  #contact .logo-wrapper {
    height: auto !important;
  }
  #contact .exsim-content + .exsim-address-content {
    margin-top: 20px !important;
  }
}

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

#contact .container .mb-29 {
  margin-bottom: 29px !important;
}

#contact .container .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#contact .container .image-wrapper img {
  width: 100%;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  scale: 0.5;
}

#contact .container .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: 450px;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  gap: 50px;
}

@media (max-width: 1200px) {
  #contact .container .contact-item {
    gap: 20px;
  }
}

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

#contact .container .contact-item .logo-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

#contact .container .contact-item .logo-wrapper .logo-wrap.logo-exsim {
  max-width: 200px;
}

#contact .container .contact-item .sales-gallery-info {
  margin-top: 40px;
}

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

#contact .container .contact-item .app-name-wrapper .exsim-content {
  font-family: "Nunito";
  font-size: 17px / 16px;
  line-height: 25px;
  font-weight: 700;
  color: #f2e6c6;
  max-width: 385px;
  margin: 0 auto;
  margin-bottom: 0px;
}

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

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

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

#contact .container .contact-item .app-name-wrapper small {
  font-family: "Nunito";
  font-size: 15px;
  line-height: 20px;
  color: #837d6d;
  display: block;
  max-width: 315px;
  margin: 0 auto;
}

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

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

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

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

#contact .container .contact-item .contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}

#contact .container .contact-item .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -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;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1600px) {
  #contact .container .contact-item .contact-wrapper {
    gap: 18px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
  #contact .container .contact-item .contact-wrapper {
    gap: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
  #contact .container .contact-item .contact-wrapper {
    -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;
  }
}

#contact .container .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;
  gap: 20px;
}

#contact .container .contact-item .contact-wrapper .label-wrapper .label-img-wrapper {
  max-width: 30px;
  width: 100%;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

@media (max-width: 1200px) {
  #contact .container .contact-item .contact-wrapper .label-wrapper .label-img-wrapper {
    max-width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
}

#contact .container .contact-item .contact-wrapper .label-wrapper .label-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

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

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

#contact .container .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;
  gap: 30px;
}

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

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

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

#contact.animation .frame {
  opacity: 1;
}

#contact.animation::before {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#contact.animation .frame-top {
  top: 10%;
  left: 95%;
}

#contact.animation .frame-bottom {
  top: 90%;
  left: 95%;
}

#contact.animation .contact-item {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#concept {
  position: relative;
}

#concept section#branniganz-concept {
  height: 100vh;
  width: 100%;
  background: url("../assets/img/concept/branniganz-concept/bg-black.png");
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-concept {
    background: url("../assets/img/concept/branniganz-concept/mobile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-concept {
    background: url("../assets/img/concept/branniganz-concept/mobile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -100px center;
  }
}

#concept section#branniganz-concept .branniganz-concept-bg {
  position: absolute;
  background: url("../assets/img/concept/branniganz-concept/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-concept .branniganz-concept-bg {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-concept .branniganz-concept-bg {
    display: none;
  }
}

#concept section#branniganz-concept::before {
  content: "";
  background: url("../assets/img/concept/branniganz-concept/facade-outline.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-clip-path: rect(100% 0 0 100%);
          clip-path: rect(100% 0 0 100%);
  position: absolute;
  z-index: 3;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-concept::before {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-concept::before {
    display: none;
  }
}

#concept section#branniganz-concept::after {
  content: "";
  background: url("../assets/img/concept/branniganz-concept/facade-sketch.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 56%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-concept::after {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-concept::after {
    display: none;
  }
}

#concept section#branniganz-concept.animation .branniganz-concept-bg {
  opacity: 1;
}

#concept section#branniganz-concept.animation .mobile-blur {
  opacity: 1;
}

#concept section#branniganz-concept.animation::before {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept section#branniganz-concept.animation .sub-logo {
  opacity: 1;
}

#concept section#branniganz-concept.animation .main-logo .main-logo-black {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept section#branniganz-concept.animation .main-logo .main-logo-color {
  opacity: 1;
}

#concept section#branniganz-concept .section-content {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-concept .section-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-concept .section-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    max-width: 350px;
    margin: 0 auto;
  }
}

#concept section#branniganz-concept .sub-logo {
  max-width: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 0;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#concept section#branniganz-concept .sub-logo + .main-logo {
  margin-top: 20px;
}

#concept section#branniganz-concept .main-logo {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

#concept section#branniganz-concept .main-logo .main-logo-black {
  position: relative;
  -webkit-clip-path: rect(0 0 100% 0);
          clip-path: rect(0 0 100% 0);
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  z-index: 0;
}

#concept section#branniganz-concept .main-logo .main-logo-color {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#concept #section-2 {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#concept #section-3 {
  -webkit-clip-path: circle(5% at 50% 20%);
          clip-path: circle(5% at 50% 20%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

@media screen and (max-width: 767px) {
  #concept #section-3 {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept #section-3 {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

#concept #section-3.animation {
  -webkit-clip-path: circle(115% at 50% 20%);
          clip-path: circle(115% at 50% 20%);
}

#concept section#a-place-for-all-your-moods {
  background: url("../assets/img/concept/a-place-for-all-your-moods/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 3;
  min-height: var(--device-height);
}

#concept section#a-place-for-all-your-moods .h2-title {
  overflow: hidden;
}

#concept section#a-place-for-all-your-moods .h2-title img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#concept section#a-place-for-all-your-moods .facade-sketch {
  height: var(--device-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#concept section#a-place-for-all-your-moods .facade-sketch img {
  -webkit-clip-path: rect(100% 100% 100% 0);
          clip-path: rect(100% 100% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#a-place-for-all-your-moods .facade-sketch img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#concept section#a-place-for-all-your-moods.animation .h2-title img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#concept section#a-place-for-all-your-moods.animation .facade-sketch img {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept .divider-line-1 {
  background: url("../assets/img/concept/divider-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 100%;
}

#concept section#comfortably-cosmopolitan {
  background: url("../assets/img/concept/comfortably-cosmopolitan/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

#concept section#comfortably-cosmopolitan .shadow {
  background: url("../assets/img/concept/comfortably-cosmopolitan/facade-detail-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 40px 40px;
  padding: 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}

#concept section#comfortably-cosmopolitan .js-comfortably-cosmopolitan-img {
  overflow: hidden;
}

#concept section#comfortably-cosmopolitan .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  --size-left: 120px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #concept section#comfortably-cosmopolitan .section-content {
    height: calc(var(--device-height) / 2);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#comfortably-cosmopolitan .section-content {
    height: calc(var(--device-height) / 2);
  }
}

#concept section#comfortably-cosmopolitan .section-content::before, #concept section#comfortably-cosmopolitan .section-content::after {
  content: "";
  background-color: #a77828;
  position: absolute;
  height: 8px;
  width: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}

#concept section#comfortably-cosmopolitan .section-content::before {
  left: var(--size-left);
  top: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#concept section#comfortably-cosmopolitan .section-content::after {
  right: var(--size-left);
  bottom: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#concept section#comfortably-cosmopolitan .section-content .word {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

#concept section#comfortably-cosmopolitan .section-content .word::after {
  content: "";
  background: url("../assets/img/concept/comfortably-cosmopolitan/word.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 800px;
  height: 600px;
  display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#comfortably-cosmopolitan .section-content .word::after {
    width: 600px;
    height: 500px;
  }
}

#concept section#comfortably-cosmopolitan .section-content .h2-title {
  max-width: 600px;
  position: relative;
  z-index: 1;
  margin-left: var(--size-left);
}

#concept section#comfortably-cosmopolitan .section-content .h2-title img {
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-clip-path: rect(0 0 100% 0);
          clip-path: rect(0 0 100% 0);
}

#concept section#comfortably-cosmopolitan.animation .section-content::before, #concept section#comfortably-cosmopolitan.animation .section-content::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#concept section#comfortably-cosmopolitan.animation .shadow {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#concept section#comfortably-cosmopolitan.animation .h2-title img {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept section#branniganz-bukit-bintang-luxury-suites {
  background: url("../assets/img/concept/branniganz-bukit-bintang-luxury-suites/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  position: relative;
}

#concept section#branniganz-bukit-bintang-luxury-suites::after {
  content: "";
  background: url("../assets/img/concept/branniganz-bukit-bintang-luxury-suites/bukit-bintang-crossing.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  -webkit-clip-path: rect(0 100% 100% 100%);
          clip-path: rect(0 100% 100% 100%);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-bukit-bintang-luxury-suites::after {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#branniganz-bukit-bintang-luxury-suites::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #concept section#branniganz-bukit-bintang-luxury-suites {
    padding: 70px 0px;
    height: var(--device-height);
    background: url("../assets/img/concept/branniganz-bukit-bintang-luxury-suites/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0%;
  }
  #concept section#branniganz-bukit-bintang-luxury-suites .img-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
  }
  #concept section#branniganz-bukit-bintang-luxury-suites .img-wrapper img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all ease 800ms;
    transition: all ease 800ms;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #concept section#branniganz-bukit-bintang-luxury-suites {
    /* Styles */
    padding: 70px 0px;
  }
}

#concept section#branniganz-bukit-bintang-luxury-suites.animation::after {
  -webkit-clip-path: rect(0% 100% 100% 0);
          clip-path: rect(0% 100% 100% 0);
}

#concept section#branniganz-bukit-bintang-luxury-suites.animation .img-wrapper img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#concept section#branniganz-bukit-bintang-luxury-suites.animation .section-content p {
  opacity: 1;
}

#concept section#branniganz-bukit-bintang-luxury-suites .section-content p {
  font-size: 16px;
  color: #f2e6c6;
}

@media (max-width: 767px) {
  #concept section#branniganz-bukit-bintang-luxury-suites .section-content p {
    opacity: 0;
    -webkit-transition: all ease 800ms;
    transition: all ease 800ms;
  }
}

#concept .divider-line-2 {
  background: #f2e6c6;
  height: 12px;
  width: 100%;
}

#concept section#work-and-play-in-perfect-balance {
  position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance {
    background-color: #000000;
    padding: 80px 0px;
  }
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance {
    background-color: #000000;
    padding: 80px 0px;
  }
}

#concept section#work-and-play-in-perfect-balance .img-building {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance .img-building {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .img-building {
    display: none;
  }
}

#concept section#work-and-play-in-perfect-balance .img-building .black-white-bg {
  position: relative;
  z-index: 0;
}

#concept section#work-and-play-in-perfect-balance .img-building .building {
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-clip-path: rect(100% 100% 100% 0);
          clip-path: rect(100% 100% 100% 0);
  position: absolute;
  -webkit-transition: all ease 2.5s;
  transition: all ease 2.5s;
}

#concept section#work-and-play-in-perfect-balance .img-building .color-bg {
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

#concept section#work-and-play-in-perfect-balance .container-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance .container-center {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .container-center {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance {
    padding: 70px 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#work-and-play-in-perfect-balance .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#concept section#work-and-play-in-perfect-balance.animation .img-building .building {
  -webkit-clip-path: rect(0% 100% 100% 0);
          clip-path: rect(0% 100% 100% 0);
}

#concept section#work-and-play-in-perfect-balance.animation .img-building .color-bg {
  position: absolute;
  opacity: 1;
  z-index: 1;
}

#concept section#work-and-play-in-perfect-balance.animation .section-content p {
  opacity: 1;
}

#concept section#work-and-play-in-perfect-balance.animation .section-content .h2-title img {
  -webkit-clip-path: rect(0% 100% 100% 0%);
          clip-path: rect(0% 100% 100% 0%);
}

#concept section#work-and-play-in-perfect-balance .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;
  gap: 70px;
  position: relative;
}

#concept section#work-and-play-in-perfect-balance .section-content .sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  max-width: 500px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#work-and-play-in-perfect-balance .section-content .sub-content {
    gap: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .section-content .sub-content {
    gap: 15px;
  }
}

#concept section#work-and-play-in-perfect-balance .section-content .mobile-img-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance .section-content .mobile-img-wrapper {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .section-content .mobile-img-wrapper {
    display: block;
  }
}

#concept section#work-and-play-in-perfect-balance .section-content p {
  color: #f2e6c6;
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins";
  font-weight: normal;
  opacity: 0;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#work-and-play-in-perfect-balance .section-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .section-content p {
    font-size: 16px;
    line-height: 20px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance .section-content p {
    font-size: 16px;
    line-height: 20px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

#concept section#work-and-play-in-perfect-balance .section-content .h2-title {
  max-width: 650px;
}

#concept section#work-and-play-in-perfect-balance .section-content .h2-title img {
  -webkit-clip-path: rect(0% 0% 100% 0%);
          clip-path: rect(0% 0% 100% 0%);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#work-and-play-in-perfect-balance .section-content .h2-title img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media screen and (max-width: 767px) {
  #concept section#work-and-play-in-perfect-balance .section-content .h2-title img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

#concept section#concept-footer {
  background: linear-gradient(228deg, #eed8a7 0%, #e1c595 10%, #caa275 30%, #9b7452 70%, #caa275 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  height: var(--device-height);
}

@media screen and (min-width: 1200px) {
  #concept section#concept-footer {
    padding: 250px 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #concept section#concept-footer {
    padding: 250px 0px;
  }
}

@media screen and (min-width: 1600px) {
  #concept section#concept-footer {
    padding: 300px 0px;
  }
}

@media screen and (max-width: 767px) {
  #concept section#concept-footer {
    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 only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #concept section#concept-footer {
    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;
  }
}

#concept section#concept-footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(206, 206, 206, 0.26);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-clip-path: circle(30% at 150% 50%);
          clip-path: circle(30% at 150% 50%);
  -webkit-transition: all ease 1.2s;
  transition: all ease 1.2s;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0%;
  top: 0px;
  z-index: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#concept section#concept-footer .section-content {
  z-index: 1;
  position: relative;
}

#concept section#concept-footer .footer-logo {
  -webkit-clip-path: rect(0 0% 100% 0);
          clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#concept section#concept-footer .btn-back-to-top {
  border: unset;
  background: unset;
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0px;
  max-width: 300px;
  cursor: pointer;
  margin-top: 40px;
  -webkit-clip-path: rect(0 0% 100% 0);
          clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 767px) {
  #concept section#concept-footer .btn-back-to-top {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

#concept section#concept-footer.animation::after {
  -webkit-clip-path: circle(30% at 37% 50%);
          clip-path: circle(30% at 37% 50%);
}

#concept section#concept-footer.animation .footer-logo {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept section#concept-footer.animation .btn-back-to-top {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}

#concept section#concept-copyright {
  background: url("../assets/img/concept/section-copyright/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0px;
  text-align: center;
}

#concept section#concept-copyright span {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #f2e6c6;
}

@media screen and (max-width: 767px) {
  #concept section#concept-copyright span {
    font-size: 14px;
  }
}

#unit-plan {
  background: url("../assets/img/unit-plan/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--device-height);
  width: 100%;
  position: fixed;
}

#unit-plan .unit-plan-map {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #unit-plan .unit-plan-map {
    max-width: 220px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .unit-plan-map {
    /* Styles */
    max-width: 500px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #unit-plan .unit-plan-map {
    max-width: 300px;
    height: calc(var(--device-height) / 3);
    margin-bottom: 40px;
  }
  #unit-plan .unit-plan-map img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .unit-plan-map {
    /* CSS for MacBook */
    max-width: 100%;
  }
}

#unit-plan .unit-plan-fix-height {
  height: var(--device-height);
}

#unit-plan .title-animation img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#unit-plan .title-animation.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

#unit-plan .unit-plan-wrapper {
  padding: 100px 0px;
  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;
  height: var(--device-height);
}

@media screen and (max-width: 767px) {
  #unit-plan .unit-plan-wrapper {
    padding: 50px 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #unit-plan .unit-plan-wrapper {
    padding: 100px 0px;
  }
}

#unit-plan .section-content {
  margin-left: 20px;
}

#unit-plan .section-content h1 {
  font-family: "Butler";
  color: #a77828;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content h1 {
    /* Styles */
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content h1 {
    /* CSS for MacBook */
    font-size: 30px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content h1 span {
    font-size: 60px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content h1 span {
    /* Styles */
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content h1 span {
    /* CSS for MacBook */
    font-size: 60px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content h1 span {
    font-size: 120px;
  }
}

#unit-plan .section-content .type-desc {
  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;
}

#unit-plan .section-content .type-desc h3 {
  font-family: "Poppins";
  color: #f2e6c6;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content .type-desc h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content .type-desc h3 {
    /* Styles */
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content .type-desc h3 {
    /* CSS for MacBook */
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content .type-desc h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

#unit-plan .section-content .break-line {
  border: 2px dashed #c2b9a0;
  width: 100%;
  height: 2px;
  margin: 20px 0px;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content .break-line {
    -webkit-clip-path: rect(0 82% 100% 0);
            clip-path: rect(0 82% 100% 0);
  }
}

#unit-plan .section-content ul {
  list-style-type: none;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content ul {
    gap: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content ul {
    /* Styles */
    gap: 5px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content ul {
    /* CSS for MacBook */
    gap: 10px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content ul {
    gap: 20px;
  }
}

#unit-plan .section-content ul li {
  counter-increment: my-awesome-counter;
  font-family: "Poppins";
  color: #f2e6c6;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content ul li {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content ul li {
    /* Styles */
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content ul li {
    /* CSS for MacBook */
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content ul li {
    font-size: 28px;
    line-height: 30px;
  }
}

#unit-plan .section-content ul li::before {
  content: counter(my-awesome-counter);
  display: inline-block;
  border-radius: 50%;
  background: url("../assets/img/unit-plan/ball.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #8d6521;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #unit-plan .section-content ul li::before {
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .section-content ul li::before {
    /* Styles */
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .section-content ul li::before {
    /* CSS for MacBook */
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .section-content ul li::before {
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

#unit-plan .tree-content {
  position: absolute;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content {
    right: 20px;
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content {
    right: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  #unit-plan .tree-content {
    top: 30%;
    right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content {
    right: 50px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .tree-content {
    right: 100px;
  }
}

#unit-plan .tree-content::after {
  content: "";
  background: #c2b9a0;
  width: 1px;
  height: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  z-index: 0;
  left: 92.5%;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content::after {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content::after {
    left: 96%;
  }
}

#unit-plan .tree-content ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  z-index: 1;
  position: relative;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content ul {
    gap: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content ul {
    gap: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content ul {
    gap: 10px;
  }
}

@media screen and (min-device-width: 1920px) {
  #unit-plan .tree-content ul {
    gap: 25px;
  }
}

#unit-plan .tree-content ul li button {
  background: transparent;
  border: unset;
  position: relative;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content ul li button {
    height: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content ul li button {
    height: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content ul li button {
    height: 50px;
    padding-right: 50px;
  }
}

#unit-plan .tree-content ul li button span {
  color: #c2b9a0;
  font-family: "Poppins";
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  display: block;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content ul li button span {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content ul li button span {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content ul li button span {
    font-size: 20px;
  }
}

#unit-plan .tree-content ul li button::after {
  content: "";
  background: #c2b9a0;
  border-radius: 50%;
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content ul li button::after {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content ul li button::after {
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content ul li button::after {
    width: 30px;
    height: 30px;
  }
}

#unit-plan .tree-content ul li button.active span {
  color: #a77828;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #unit-plan .tree-content ul li button.active span {
    font-size: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
  #unit-plan .tree-content ul li button.active span {
    font-size: 25px;
  }
}

@media screen and (min-width: 1200px) {
  #unit-plan .tree-content ul li button.active span {
    font-size: 30px;
  }
}

#unit-plan .tree-content ul li button.active::after {
  border: 4px solid #a77828;
}

#floor-plan {
  background: url("../assets/img/floor-plan/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: var(--device-height);
  overflow: hidden;
}

#floor-plan .swiper {
  -ms-touch-action: auto;
      touch-action: auto;
}

#floor-plan .title-animation img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#floor-plan .title-animation.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

#floor-plan .swiper-slide {
  height: var(--device-height) !important;
}

#floor-plan .floor-plan-wrapper {
  height: var(--device-height);
}

#floor-plan .floor-plan-wrapper .map {
  max-width: 100%;
}

#floor-plan .floor-plan-wrapper .type {
  max-width: 600px;
  margin: 0 auto;
}

#facilities-plan {
  background: url("../assets/img/facilities-plan/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--device-height);
  overflow: hidden;
}

#facilities-plan .title-animation img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#facilities-plan .title-animation.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

#facilities-plan .facilities-content,
#facilities-plan .facilities-plan-wrapper {
  height: var(--device-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1439.98px) and (orientation: portrait) {
  #facilities-plan .ipad-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#facilities-plan .facilities-map {
  max-width: 900px;
  width: 100%;
}

#facilities-plan .facilities-map img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}

#facilities-plan .facilities-map.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

@media (max-width: 1440px) {
  #facilities-plan .facilities-map {
    max-width: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1439.98px) and (orientation: portrait) {
  #facilities-plan .facilities-map {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  #facilities-plan .facilities-map {
    max-width: 500px;
  }
}

@media (max-width: 767.98px) {
  #facilities-plan .facilities-map {
    max-width: 100%;
  }
}

#facilities-plan .facilities-compass {
  position: absolute;
  left: 0px;
  top: -20px;
  max-width: 200px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1439.98px) and (orientation: portrait) {
  #facilities-plan .facilities-compass {
    top: -50px;
  }
}

#facilities-plan .facilities-compass.desktop {
  display: block;
}

@media (max-width: 1680px) {
  #facilities-plan .facilities-compass.desktop {
    max-width: 130px;
  }
}

@media (max-width: 767.98px) {
  #facilities-plan .facilities-compass.desktop {
    display: none;
  }
}

#facilities-plan .facilities-compass.mobile {
  display: block;
}

@media (max-width: 767.98px) {
  #facilities-plan .facilities-compass.mobile {
    width: 100%;
    max-width: 100%;
    text-align: right;
  }
  #facilities-plan .facilities-compass.mobile img {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  #facilities-plan .facilities-compass.mobile img {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  #facilities-plan .facilities-compass.mobile {
    display: none;
  }
}

@media (max-width: 1339.98px) {
  #facilities-plan .facilities-compass {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  #facilities-plan .facilities-compass {
    position: relative;
    max-width: 100px;
  }
}

#facilities-plan .facilities-legend {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

#facilities-plan .facilities-legend.animation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}

@media (min-width: 768px) and (max-width: 1439.98px) and (orientation: portrait) {
  #facilities-plan .facilities-legend {
    margin-top: 100px;
  }
}

@media (max-width: 767.98px) {
  #facilities-plan .facilities-legend {
    margin-top: 50px;
    max-width: 80%;
  }
}

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

@media (max-width: 767px) {
  #facilities-plan .facilities-content {
    min-height: var(--device-height);
    overflow-y: auto;
    display: block;
    padding: 50px 0;
  }
}

#facilities-plan .facilities-content::after {
  content: "";
  position: absolute;
  background: url("../assets/img/facilities-plan/building.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  bottom: 0px;
  right: 0px;
  max-width: 700px;
  width: 100%;
  height: 800px;
}

@media (min-width: 1440px) {
  #facilities-plan .facilities-content::after {
    max-width: 600px;
    height: 700px;
  }
}

@media (max-width: 1439.98px) {
  #facilities-plan .facilities-content::after {
    max-width: 500px;
    height: 600px;
  }
}

@media (max-width: 1024px) {
  #facilities-plan .facilities-content::after {
    max-width: 300px;
    height: 400px;
  }
}

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

#site-progress {
  background: url("../assets/img/site-progress/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: var(--device-height);
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  #site-progress {
    height: auto;
    overflow: auto;
  }
}

#site-progress #section-title-progress {
  height: var(--device-height);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

#site-progress .title-animation img {
  clip-path: rect(0 0 100% 0);
  -webkit-clip-path: rect(0 0% 100% 0);
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#site-progress .title-animation.animation img {
  clip-path: rect(0 100% 100% 0);
  -webkit-clip-path: rect(0 100% 100% 0);
}

#site-progress .title-animation.opacity-0 {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#site-progress .swiper-animation-wrapper {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

#site-progress .swiper-animation-wrapper.animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

#site-progress #section-site-progress {
  padding: 150px 0;
}

@media (min-width: 820px) and (max-width: 1366px) {
  #site-progress #section-site-progress {
    height: var(--device-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1024px) {
  #site-progress #section-site-progress {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  #site-progress #section-site-progress {
    padding: 50px 0;
  }
}

#site-progress .swiper-slide:first-child {
  margin-top: 0;
}

#site-progress .swiper-title-wrapper {
  width: 100px;
}

@media (max-width: 767.98px) {
  #site-progress .swiper-title-wrapper {
    width: 100%;
    margin-top: 50px;
  }
}

#site-progress .swiper {
  overflow: visible;
}

@media (max-width: 767.98px) {
  #site-progress .swiper {
    overflow: hidden;
    pointer-events: none;
  }
}

#site-progress .section-title {
  margin-bottom: 50px;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  opacity: 0;
}

#site-progress .section-title.animation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

#site-progress .section-title h1 {
  font-family: "Butler";
  font-size: 75px;
  color: #45393d;
}

@media (max-width: 1680px) {
  #site-progress .section-title h1 {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  #site-progress .section-title h1 {
    font-size: 40px;
  }
}

#site-progress .swiper-slide:not(.swiper-title-wrapper) {
  max-width: 500px;
}

@media (max-width: 1680px) {
  #site-progress .swiper-slide:not(.swiper-title-wrapper) {
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  #site-progress .swiper-slide:not(.swiper-title-wrapper) {
    width: 100%;
  }
}

#site-progress .embed-responsive-custom::before {
  padding-top: 90%;
}

#site-progress .site-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (hover: hover) {
  #site-progress .site-img:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

#site-progress .text-vertical-wrapper h6 {
  font-size: 30px;
  color: #45393d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 1680px) {
  #site-progress .text-vertical-wrapper h6 {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  #site-progress .text-vertical-wrapper h6 {
    font-size: 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

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