#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/sidebar/icon-sidebar-bg@2x.png");
  background-size: 101% 101%;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  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: white;
  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-left: auto;
  text-align: right;
}

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

#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: 15px;
}

#header .btn-toggle .menu-list li a {
  font-family: 'Rozha One';
  font-size: 16px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#header .btn-toggle .menu-list li a:hover,
#header .btn-toggle .menu-list li a:focus {
  color: #D89D4E;
  font-size: 20px;
}

#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: Nunito;
  font-size: 16px;
  color: white;
}

#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: Nunito;
  font-size: 16px;
  color: white;
  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/sidebar/sidebar-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: '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: 'Brier-Bold';
  src: url("./../fonts/Brier-Bold.woff2") format("woff2"), url("./../fonts/Brier-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#register {
  position: fixed;
  z-index: 3;
  min-height: 100vh;
  width: 100%;
}

#register .noordinz-logo {
  max-width: 560px;
  margin-top: 40px;
  margin-left: 200px;
}

@media (max-width: 500px) {
  #register .noordinz-logo {
    margin-left: 100px;
    margin-right: 10px;
  }
}

#register .overlay-register {
  background-color: rgba(255, 255, 255, 0.7);
  top: 0px;
  width: 60%;
  height: 100%;
  position: fixed;
  padding-top: 60px;
  right: -60%;
  overflow-y: auto;
  z-index: 7;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media screen and (max-width: 720px) {
  #register .overlay-register {
    top: 40px;
    height: 90%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

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

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

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

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

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

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

#register input::-webkit-input-placeholder,
#register select,
#register textarea::-webkit-input-placeholder {
  color: #000000;
}

#register input::-moz-placeholder,
#register select,
#register textarea::-moz-placeholder {
  color: #000000;
}

#register input::-ms-input-placeholder,
#register select,
#register textarea::-ms-input-placeholder {
  color: #000000;
}

#register input::placeholder,
#register select,
#register textarea::placeholder {
  color: #000000;
}

#register input,
#register textarea {
  color: #000000;
}

#register option {
  color: #000000;
}

#register small,
#register label {
  color: #000000;
}

#register .register-tt {
  color: #6b297a;
  letter-spacing: 20.3px;
  font-family: Brier-Bold;
  font-size: 30px;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  #register .register-label {
    margin-bottom: 85px;
  }
}

#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) {
  #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) {
  #register .register-logo-left {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

#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) {
  #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) {
  #register .register-logo-right {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@media screen and (max-width: 820px) {
  #register .d-block-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}

#register .submit {
  margin-top: 50px;
  background-color: #6b297a;
  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: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  #register .submit {
    margin-top: 85px;
  }
}

#register .hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .border-mb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .border-mb-last {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

.logo-register-section button {
  padding: 20px 65px;
  background-color: #6b297a;
  color: #fff;
  font-size: 30px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: PassionSansPDag-Regular;
  position: fixed;
  right: 0;
}

@media screen and (max-width: 820px) {
  .logo-register-section button {
    padding: 15px 25px;
    font-size: 11px;
  }
}

.logo-register-section .register-expend {
  font-family: Brier-Bold;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
  cursor: pointer;
  right: -300px;
  -webkit-animation: slideInFromRight 2s ease-out forwards;
          animation: slideInFromRight 2s ease-out forwards;
}

.logo-register-section .register-expend img {
  width: 30px;
}

.logo-register-section .register-expend:active {
  -webkit-box-shadow: 0px 0px 10px 0px #6b297a;
          box-shadow: 0px 0px 10px 0px #6b297a;
}

@media screen and (min-width: 992px) {
  .logo-register-section .register-expend:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #6b297a;
            box-shadow: 0px 0px 10px 0px #6b297a;
  }
}

.logo-register-section .register-expend.active {
  -webkit-transform: translateX(-60vw);
          transform: translateX(-60vw);
}

@media screen and (max-width: 820px) {
  .logo-register-section .register-expend.active {
    -webkit-transform: translateX(-75vw);
            transform: translateX(-75vw);
  }
}

.layer-with-register {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 6;
  display: none;
  top: 0px;
}

.pd-register-wrap {
  padding-left: 25px;
  padding-right: 25px;
}

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

.how-did {
  font-weight: 700;
}

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

@media screen and (min-width: 821px) {
  .checkbox-agree {
    margin-top: 3px;
  }
}

.checkbox-round {
  margin-right: 15px;
  border-radius: 50%;
  padding: 7px !important;
}

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

.checkbox-round:checked {
  background-color: #da3c41;
  color: #da3c41;
  border: none !important;
}

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

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

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

@media screen and (min-width: 992px) {
  .container-tnc-rnr {
    margin-top: 25px;
  }
}

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

@media screen and (max-width: 1536px) {
  .container-tnc-rnr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.container-tnc-rnr a {
  color: #888888;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container-tnc-rnr a {
    text-decoration: underline;
  }
}

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

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

@media screen and (max-width: 767px) {
  .d-flex-top-lbl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media screen and (max-width: 820px) {
  .cross-to-close {
    display: none;
  }
}

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

.noordinz-360 {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

.vr-logo span {
  font-size: 30px;
}

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

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

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

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

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

.top-btn-360 {
  margin-bottom: 10px;
}

.bt-360-wrapper {
  position: relative;
  left: -155px;
  -webkit-animation: slideInFromLeft 2s ease-out forwards;
          animation: slideInFromLeft 2s ease-out forwards;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

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

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

.bt-360-wrapper .bt-360-all:hover {
  color: #000000;
  text-decoration: unset;
}

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

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

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

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

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

@media screen and (min-width: 992px) {
  #contact-wrapper .checkbox-content {
    margin-top: 70px !important;
  }
}

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

#contact-wrapper .btn-wrapper .submit {
  text-transform: none !important;
  font-size: 14px;
}

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

.noordinz-inter {
  display: none;
  right: -280px;
  opacity: 0;
  -webkit-animation: swipeIntoForm 1.5s ease-in-out forwards;
          animation: swipeIntoForm 1.5s ease-in-out forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  position: relative;
  margin-bottom: 40px;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .noordinz-inter {
    display: block;
  }
}

.noordinz-inter img {
  width: 250px;
}

@media screen and (min-width: 281px) and (max-width: 320px) {
  .noordinz-inter img {
    width: 200px;
  }
}

@media screen and (max-width: 280px) {
  .noordinz-inter img {
    width: 165px;
  }
}

@-webkit-keyframes swipeIntoForm {
  0% {
    right: -280px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes swipeIntoForm {
  0% {
    right: -280px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

#tnc .tnc {
  padding: 50px;
  border-radius: 50px;
  margin: 50px auto;
  background-color: transparent;
  z-index: 3;
  position: relative;
}

#home {
  overflow: hidden;
}

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

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

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

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

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

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

#home .logo {
  width: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#home label {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#home option {
  color: #000000;
}

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

#home h3 {
  color: #df844e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#home .hide {
  display: none;
}

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

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

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

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

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

#gallery .swiper-pagination-bullet {
  border: 2px solid #d89d4e;
}

#gallery .swiper-pagination-bullet-active {
  border: 0px;
  position: relative;
}

#gallery .swiper-pagination-bullet-active::before {
  content: "";
  background: url("../assets/img/gallery/frame-selected.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 1px;
  position: absolute;
  top: -2px;
  width: 102%;
  height: calc(var(--swiper-pagination-bullet-height) * 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

#gallery .gallery-img .gallery-title {
  position: absolute;
  top: 90px;
  background-image: url("../assets/img/gallery/gallery-title-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 12px 29px;
  min-width: 500px;
}

@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: "Poppins";
  font-size: 35px;
  line-height: 53px;
  font-weight: 500;
  color: #ffb26a;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

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

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

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

#location {
  background-color: #000E31;
  min-height: 100vh;
  width: 100%;
  background-image: url("../assets/img/location/Location-Map-BG@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  overflow: hidden;
}

@media (min-width: 501px) {
  #location .coordinate-img {
    display: none;
  }
}

#location .location-image-wrapper {
  background-image: url("../assets/img/location/Location-Map-Map-With-Coordinate@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
  min-height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

@media (max-width: 1600px) {
  #location .location-image-wrapper {
    background-position: center left;
  }
}

@media (max-width: 500px) {
  #location .location-image-wrapper {
    background: unset;
  }
}

#location .title-wrapper {
  font-family: "NewYork";
  opacity: 0;
  width: 90%;
  margin-top: 50px;
  text-align: right;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-width: 500px) {
  #location .title-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}

#location .title-wrapper .location-title {
  background: -webkit-linear-gradient(#d6292b, #672976);
  background-clip: text;
  color: transparent;
  font-size: 90px;
  line-height: 85px;
  margin: 0;
  padding: 0;
}

#location .title-wrapper .location-title + .location-title-2 {
  margin-top: 10px;
}

@media (max-width: 500px) {
  #location .title-wrapper .location-title {
    font-size: 45px;
  }
}

#location .title-wrapper .location-title-2 {
  color: #2963b0;
  font-size: 41px;
  line-height: 36px;
}

@media (max-width: 500px) {
  #location .title-wrapper .location-title-2 {
    font-size: 20px;
  }
}

#location.animation .location-image-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#location.animation .location-image-wrapper .title-wrapper {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

#location.animation .mobile-location-wrapper .image-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#location.animation .mobile-location-wrapper .title-wrapper-2 {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

#developer {
  background: url("../assets/img/developer/developer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --swiper-navigation-size: 30px;
}

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

#developer .swiper-vertical {
  -ms-touch-action: unset;
      touch-action: unset;
}

#developer .swiper-button-prev,
#developer .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  outline: unset;
  border: unset;
  padding: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

#developer .custom-col-left {
  min-height: 70vh;
}

@media (max-width: 500px) {
  #developer .custom-col-left {
    min-height: unset;
    padding-bottom: 50px;
  }
}

#developer .swiper-button-prev {
  background-image: url("../assets/img/developer/arrow-prev.png");
}

#developer .swiper-button-next {
  background-image: url("../assets/img/developer/arrow-next.png");
}

#developer .swiper-container {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 999999px;
  width: 0%;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  position: relative;
  margin: 0 auto;
}

#developer .swiper-container .swiper-slide a {
  max-width: 250px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  margin: 0px 100px;
}

@media (max-width: 1600px) {
  #developer .swiper-container .swiper-slide a {
    max-width: 180px;
  }
}

@media (max-width: 500px) {
  #developer .swiper-container .swiper-slide a {
    margin: 0 40px;
  }
}

#developer .swiper-container .swiper-slide a img {
  width: 100%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

#developer h1,
#developer h2,
#developer h3,
#developer h4,
#developer h5,
#developer h6 {
  line-height: 20px;
}

#developer h1 {
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
}

#developer h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

#developer h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

#developer h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

#developer p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

#developer .find-out-wrapper {
  padding-top: 25px;
  font-weight: 500;
}

#developer .find-out-wrapper .find-out-content-wrapper {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#developer .find-out-wrapper .find-out-content-wrapper div,
#developer .find-out-wrapper .find-out-content-wrapper a {
  font-style: normal;
  text-align: center;
}

#developer .find-out-wrapper .find-out-content-wrapper div {
  color: #707070;
  font-size: 16px;
  margin-bottom: 0;
}

#developer .find-out-wrapper .find-out-content-wrapper a {
  font-size: 20px;
  color: #707070;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

#developer .logo-wrapper {
  margin-bottom: 20px;
}

#developer .logo-wrapper img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#developer .custom-col-right {
  min-height: 80vh;
  max-width: 600px;
  width: 100%;
}

#developer .desc-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#developer .desc-wrapper p {
  color: #707070;
  max-width: 600px;
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: "Gotham";
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

#developer .desc-wrapper:after {
  content: " ";
  max-width: 400px;
  width: 0%;
  background-color: #707070;
  height: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

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

#developer.animation .desc-wrapper p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#developer.animation .desc-wrapper:after {
  width: 100%;
}

#developer.animation .find-out-wrapper .find-out-content-wrapper {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#developer.animation .swiper-container {
  width: 100%;
}

#contact {
  background: url("../assets/img/contact/contact-bg.png");
  background-size: auto 100%;
  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;
}

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

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

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

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

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

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

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

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

#contact .container .contact-item .app-name-wrapper .exsim-content {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #d89d4e;
  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: "Poppins";
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  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: #ffffff;
  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 + .contact-wrapper {
  margin-top: 30px;
}

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

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

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

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

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

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

@media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
  #contact .container .contact-item .contact-wrapper .label-wrapper + .label-wrapper {
    margin-top: 10px;
    margin-left: 0px;
  }
}

#contact .container .contact-item .contact-wrapper .label-wrapper .label-img-wrapper {
  max-width: 30px;
  width: 100%;
  -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%;
}

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

#contact .container .contact-item .contact-wrapper .label-wrapper .label-content-wrapper a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  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 .contact-wrapper + .map-wrapper {
  margin-top: 70px;
}

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

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

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

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

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

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

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

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

#contact.animation .image-wrapper {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#contact.animation .image-wrapper img {
  width: 100%;
  scale: 1;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#concept section#noordinz-tower {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower {
    height: unset;
  }
}

#concept section#noordinz-tower .noordinz-logo-wrapper {
  position: absolute;
  top: 110px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s, -webkit-transform 3s linear;
  transition: opacity 1s linear 1s, -webkit-transform 3s linear;
  transition: transform 3s linear, opacity 1s linear 1s;
  transition: transform 3s linear, opacity 1s linear 1s, -webkit-transform 3s linear;
  right: 15%;
  z-index: 4;
  max-width: 560px;
  margin-top: 165px;
}

#concept section#noordinz-tower .noordinz-logo-wrapper .exsim-logo {
  max-width: 150px;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-logo-wrapper .exsim-logo {
    max-width: 60px;
  }
}

#concept section#noordinz-tower .noordinz-logo-wrapper .exsim-logo + .greenre-logo {
  margin-left: 30px;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-logo-wrapper .exsim-logo + .greenre-logo {
    margin-left: 10px;
  }
}

#concept section#noordinz-tower .noordinz-logo-wrapper .greenre-logo {
  max-width: 100px;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-logo-wrapper .greenre-logo {
    max-width: 40px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-logo-wrapper {
    top: 20px;
    max-width: 300px;
    right: 8%;
  }
}

@media (max-width: 500px) {
  #concept section#noordinz-tower .noordinz-logo-wrapper {
    top: 20px;
    max-width: 200px;
    margin-top: 50px;
    right: 8%;
  }
}

#concept section#noordinz-tower .noordinz-tower-img-o {
  position: relative;
  z-index: 0;
  opacity: 0;
}

#concept section#noordinz-tower .noordinz-tower-img {
  width: 100%;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  top: 100%;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-tower-img {
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#concept section#noordinz-tower .noordinz-moon {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-moon {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
}

#concept section#noordinz-tower .noordinz-moon img {
  max-width: 85%;
}

#concept section#noordinz-tower .noordinz-tower {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower .noordinz-tower {
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#concept section#noordinz-tower.animation .noordinz-tower-img {
  top: 0%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#concept section#noordinz-tower.animation .noordinz-moon {
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
}

#concept section#noordinz-tower.animation .noordinz-tower {
  top: 0%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#concept section#noordinz-tower.animation .noordinz-logo-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#concept section#noordinz-tower.switch {
  min-height: 100vh;
  height: unset;
}

@media (max-width: 862px) {
  #concept section#noordinz-tower.switch {
    min-height: unset;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy {
  min-height: 100vh;
  background-image: url("../assets/img/concept/a-modern-reflection-of-penang-history-legacy/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 275px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1600px) {
  #concept section#a-modern-reflection-of-penang-history-legacy {
    padding-top: 175px;
  }
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy {
    padding: 80px 0px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .container {
  position: relative;
  z-index: 2;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco.animation img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-1 {
  max-width: 280px;
  left: 0px;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .deco-1 {
    max-width: 180px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-1 img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-2 {
  max-width: 110px;
  right: 0px;
  top: 5%;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .deco-2 {
    max-width: 90px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-2 img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-3 {
  max-width: 1200px;
  left: 0px;
  top: 56%;
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%);
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-3 img {
  opacity: 0;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-4 {
  max-width: 700px;
  right: 0px;
  top: 78%;
  -webkit-transform: translateY(-78%);
          transform: translateY(-78%);
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .deco-4 {
    top: 95%;
    -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .deco-4 img {
  opacity: 0;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

#concept section#a-modern-reflection-of-penang-history-legacy:before {
  content: "";
  width: 100%;
  height: 19px;
  background-image: url("../assets/img/concept/a-modern-reflection-of-penang-history-legacy/background-pattern.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
}

#concept section#a-modern-reflection-of-penang-history-legacy .p-animation p {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  color: #707070;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1600px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .p-animation p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .p-animation p {
    font-size: 16px;
    line-height: 27px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .p-animation.animation p {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#a-modern-reflection-of-penang-history-legacy .section-title {
  overflow: hidden;
}

#concept section#a-modern-reflection-of-penang-history-legacy .section-title .h1-content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  padding-bottom: 10px;
}

#concept section#a-modern-reflection-of-penang-history-legacy .section-title.animation .h1-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#concept section#a-modern-reflection-of-penang-history-legacy h1 {
  font-family: "NewYork";
  background: -webkit-linear-gradient(#dd2927, #642977);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 120px;
  line-height: 125px;
  color: transparent;
  display: inline;
}

@media (max-width: 1600px) {
  #concept section#a-modern-reflection-of-penang-history-legacy h1 {
    font-size: 105px;
    line-height: 110px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #concept section#a-modern-reflection-of-penang-history-legacy h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy h1 {
    font-size: 60px;
    line-height: 62px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .history-penang-wrap {
  margin-top: 360px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
  padding: 18px;
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .history-penang-wrap {
    margin-top: 10px;
    padding: 0px;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .history-penang-wrap img {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(149, 116, 93, 0.7);
          box-shadow: 10px 10px 10px 0px rgba(149, 116, 93, 0.7);
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 862px) {
  #concept section#a-modern-reflection-of-penang-history-legacy .history-penang-wrap img {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -40px;
       object-position: -40px;
    width: 100%;
  }
}

#concept section#a-modern-reflection-of-penang-history-legacy .history-penang-wrap.animation img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#concept section#noordinz-images-1 {
  padding-top: 160px;
  background-image: url("../assets/img/concept/noordinz-images-1/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-height: 145vh;
}

@media (min-width: 1200px) and (max-width: 1600px) and (orientation: landscape) {
  #concept section#noordinz-images-1 {
    max-height: 108vh;
  }
}

@media (max-width: 1999px) and (orientation: landscape) {
  #concept section#noordinz-images-1 {
    padding-bottom: 100px;
    max-height: unset;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 {
    padding: 80px 0px;
    max-height: unset;
  }
}

#concept section#noordinz-images-1 .deco {
  position: absolute;
  z-index: 1;
}

#concept section#noordinz-images-1 .deco-1 {
  left: 0px;
  top: -32%;
  -webkit-transform: translateY(32%);
          transform: translateY(32%);
  max-width: 300px;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .deco-1 {
    top: -42%;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .deco-1 {
    display: none;
  }
}

#concept section#noordinz-images-1 .deco-2 {
  right: 0px;
  top: 100px;
  max-width: 300px;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .deco-2 {
    max-width: 150px;
  }
}

#concept section#noordinz-images-1 .deco-3 {
  left: 0px;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  max-width: 300px;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .deco-3 {
    max-width: 150px;
  }
}

#concept section#noordinz-images-1 .deco-3 img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

#concept section#noordinz-images-1 .deco-3.animation img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-images-1 .container-fluid {
  position: relative;
  z-index: 2;
}

#concept section#noordinz-images-1 .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
  overflow: hidden;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .title-wrapper {
    margin-top: 0px;
  }
}

#concept section#noordinz-images-1 .title-left .tai-tai-tea-lounge {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 2s linear 1s;
  transition: all 2s linear 1s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .title-left .tai-tai-tea-lounge {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
  }
}

#concept section#noordinz-images-1 .title-left.animation .tai-tai-tea-lounge {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-images-1 .title-right .jazz-lounge {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s linear 1s;
  transition: all 2s linear 1s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .title-right .jazz-lounge {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .title-right .jazz-lounge h6 {
    position: relative;
    left: 150px;
  }
}

#concept section#noordinz-images-1 .title-right.animation .jazz-lounge {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-images-1 .noordinz-image-1-1 {
  max-width: 878px;
  margin-left: auto;
  overflow: hidden;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .noordinz-image-1-1 {
    max-width: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) and (orientation: landscape) {
  #concept section#noordinz-images-1 .noordinz-image-1-1 {
    max-width: 620px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .noordinz-image-1-1 {
    margin-bottom: 20px;
  }
}

#concept section#noordinz-images-1 .noordinz-image-1-1 img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 2s linear 1s;
  transition: all 2s linear 1s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .noordinz-image-1-1 img {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
  }
}

#concept section#noordinz-images-1 .noordinz-image-1-1.animation img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-images-1 .noordinz-image-1-2 {
  max-width: 878px;
  height: 90%;
  margin-top: -150px;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .noordinz-image-1-2 {
    max-width: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) and (orientation: landscape) {
  #concept section#noordinz-images-1 .noordinz-image-1-2 {
    max-width: 620px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .noordinz-image-1-2 {
    margin-top: 0px;
  }
}

#concept section#noordinz-images-1 .noordinz-image-1-2 img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s linear 1s;
  transition: all 2s linear 1s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .noordinz-image-1-2 img {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
  }
}

#concept section#noordinz-images-1 .noordinz-image-1-2.animation img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-images-1 h6 {
  font-family: "Saturday Bright";
  background: -webkit-linear-gradient(#efcbd1, #f05a82);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline;
  font-size: 70px;
  line-height: 144px;
}

#concept section#noordinz-images-1 .tai-tai-tea-lounge {
  margin-left: auto;
}

@media (max-width: 1600px) and (orientation: landscape) {
  #concept section#noordinz-images-1 .tai-tai-tea-lounge {
    margin-top: -50px;
  }
}

#concept section#noordinz-images-1 .tai-tai-tea-lounge h6 + .arrow-title {
  margin-top: 20px;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .tai-tai-tea-lounge h6 + .arrow-title {
    margin-top: -20px;
  }
}

#concept section#noordinz-images-1 .tai-tai-tea-lounge .arrow-title {
  max-width: 190px;
  margin-left: auto;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .tai-tai-tea-lounge .arrow-title {
    margin-top: 150px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .tai-tai-tea-lounge .arrow-title {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

#concept section#noordinz-images-1 .jazz-lounge .arrow-title + h6 {
  margin-top: 20px;
}

#concept section#noordinz-images-1 .jazz-lounge .arrow-title {
  max-width: 190px;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-1 .jazz-lounge .arrow-title {
    margin-top: 150px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #concept section#noordinz-images-1 .jazz-lounge .arrow-title {
    margin-top: 100px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-1 .jazz-lounge .arrow-title {
    margin: 0 auto;
    margin-top: 20px;
  }
}

#concept section#noordinz-images-2 {
  padding: 100px 0px;
  background-image: url("../assets/img/concept/noordinz-images-2/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1600px) {
  #concept section#noordinz-images-2 {
    padding: 120px 0px;
  }
}

@media (max-width: 862px) {
  #concept section#noordinz-images-2 {
    padding: 80px 0px;
  }
}

#concept section#noordinz-images-2 .container {
  position: relative;
  z-index: 2;
}

#concept section#noordinz-images-2 .deco {
  position: absolute;
  z-index: 1;
}

#concept section#noordinz-images-2 .deco-1 {
  right: -50px;
  top: 80%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  max-width: 340px;
}

#concept section#noordinz-images-2 .deco-1 img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 2s linear 5s;
  transition: all 2s linear 5s;
}

#concept section#noordinz-images-2 .deco-2 {
  left: -100px;
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  max-width: 340px;
}

#concept section#noordinz-images-2 .sky-pool-1 {
  position: relative;
  text-align: center;
}

#concept section#noordinz-images-2 .sky-pool-1 img {
  position: relative;
  z-index: 2;
  max-width: 85%;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 2s linear 3s;
  transition: all 2s linear 3s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-2 .sky-pool-1 img {
    height: 300px;
  }
}

@media (max-width: 500px) {
  #concept section#noordinz-images-2 .sky-pool-1 img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
  }
}

#concept section#noordinz-images-2 .sky-pool-1::before {
  content: "";
  border-radius: 20px;
  height: 80%;
  width: 100%;
  border: 3px solid #d89d4e;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  top: 150%;
  left: 50%;
  z-index: 1;
}

#concept section#noordinz-images-2 .sky-pool-2 {
  margin-top: 50px;
  overflow: hidden;
}

#concept section#noordinz-images-2 .sky-pool-2 img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 2s linear 5s;
  transition: all 2s linear 5s;
}

@media (max-width: 862px) {
  #concept section#noordinz-images-2 .sky-pool-2 img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    border-radius: 8px;
    overflow: hidden;
  }
}

#concept section#noordinz-images-2.animation .sky-pool-1 img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#concept section#noordinz-images-2.animation .sky-pool-1::before {
  top: 50%;
}

#concept section#noordinz-images-2.animation .sky-pool-2 img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#concept section#noordinz-images-2.animation .deco-1 img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#elevate-your-expectations {
  background: url("../assets/img/concept/elevate-your-expectations/background-pattern.png"), url("../assets/img/concept/elevate-your-expectations/background.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 90% auto, cover;
  background-position: center, center;
  min-height: 100vh;
  padding: 150px 0px;
  position: relative;
}

@media (max-width: 1600px) {
  #concept section#elevate-your-expectations {
    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;
  }
}

@media (max-width: 862px) {
  #concept section#elevate-your-expectations {
    background: url("../assets/img/concept/elevate-your-expectations/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background: center;
    min-height: unset;
    padding: 80px 0px;
    padding-top: 0px;
  }
}

#concept section#elevate-your-expectations .elevate-img {
  overflow: hidden;
}

#concept section#elevate-your-expectations .elevate-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

#concept section#elevate-your-expectations .section-title {
  overflow: hidden;
}

@media (max-width: 862px) {
  #concept section#elevate-your-expectations .section-title {
    margin-bottom: 40px;
  }
}

#concept section#elevate-your-expectations .section-title h6 {
  font-family: "NewYork";
  font-size: 60px;
  line-height: 60px;
  color: #d89d4e;
  letter-spacing: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

@media (max-width: 1600px) {
  #concept section#elevate-your-expectations .section-title h6 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 500px) {
  #concept section#elevate-your-expectations .section-title h6 {
    font-size: 30px;
    line-height: 30px;
  }
}

#concept section#elevate-your-expectations .section-title .h1-animation {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

#concept section#elevate-your-expectations .section-title h1 {
  font-family: "NewYork";
  font-size: 130px;
  line-height: 130px;
  background: -webkit-linear-gradient(#dd2927, #642977);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline;
  letter-spacing: 1px;
}

@media (max-width: 1600px) {
  #concept section#elevate-your-expectations .section-title h1 {
    font-size: 115px;
    line-height: 115px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #concept section#elevate-your-expectations .section-title h1 {
    font-size: 95px;
    line-height: 95px;
  }
}

@media (max-width: 500px) {
  #concept section#elevate-your-expectations .section-title h1 {
    font-size: 55px;
    line-height: 55px;
  }
}

#concept section#elevate-your-expectations.animation .section-title h6, #concept section#elevate-your-expectations.animation .section-title .h1-animation {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#elevate-your-expectations.animation .elevate-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#concept section#noordinz-footer {
  background: url("../assets/img/concept/noordinz-footer/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  position: relative;
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#concept section#noordinz-footer .deco-all-wrap {
  z-index: 0;
}

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

#concept section#noordinz-footer .deco-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#concept section#noordinz-footer .deco-wrap .deco {
  position: absolute;
}

#concept section#noordinz-footer .deco-wrap-1 {
  top: 15%;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}

#concept section#noordinz-footer .deco-wrap-1 .deco-1 {
  max-width: 300px;
  width: 100%;
  left: 100%;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

@media (max-width: 862px) {
  #concept section#noordinz-footer .deco-wrap-1 .deco-1 {
    max-width: 260px;
  }
}

#concept section#noordinz-footer .deco-wrap-2 {
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

#concept section#noordinz-footer .deco-wrap-2 .deco-2 {
  max-width: 150px;
  width: 100%;
  left: 0%;
  -webkit-transform: translateX(-85%);
          transform: translateX(-85%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

@media (max-width: 862px) {
  #concept section#noordinz-footer .deco-wrap-2 .deco-2 {
    max-width: 110px;
  }
}

#concept section#noordinz-footer .deco-wrap-3 {
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}

#concept section#noordinz-footer .deco-wrap-3 .deco-3 {
  max-width: 300px;
  width: 100%;
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

@media (max-width: 862px) {
  #concept section#noordinz-footer .deco-wrap-3 .deco-3 {
    max-width: 260px;
  }
}

#concept section#noordinz-footer .noordinz-youtube {
  overflow: hidden;
}

@media (max-width: 862px) {
  #concept section#noordinz-footer .noordinz-youtube {
    max-width: 320px;
    margin: 0 auto;
  }
}

#concept section#noordinz-footer .noordinz-youtube iframe {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

#concept section#noordinz-footer .noordinz-youtube + .back-to-top-wrap {
  margin-top: 55px;
}

#concept section#noordinz-footer .back-to-top-wrap {
  display: inline-block;
  overflow: hidden;
}

#concept section#noordinz-footer .back-to-top-wrap .btn-back-to-top {
  background: unset;
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 12px 86px;
  font-family: "Chaviera Pro";
  font-size: 18px;
  font-weight: 700;
  color: #fde6d8;
  border: 1px solid #fde6d8;
  border-radius: 30px;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}

@media (max-width: 862px) {
  #concept section#noordinz-footer .back-to-top-wrap .btn-back-to-top {
    font-size: 14px;
  }
}

#concept section#noordinz-footer.animation .noordinz-youtube iframe {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#concept section#noordinz-footer.animation .back-to-top-wrap .btn-back-to-top {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#concept section#noordinz-footer.animation .deco-wrap-1 .deco-1 {
  left: -65px;
}

#concept section#noordinz-footer.animation .deco-wrap-2 .deco-2 {
  left: 85%;
}

#concept section#noordinz-footer.animation .deco-wrap-3 .deco-3 {
  left: 106%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#concept section#footer-copyright {
  background: #fde6d8;
  padding: 15px 0px 8px 0px;
  text-align: center;
}

@media (max-width: 862px) {
  #concept section#footer-copyright {
    padding: 7px 0px 4px 0px;
  }
}

#concept section#footer-copyright span {
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #652a77;
}

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

.modal .modal-dialog .modal-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  border-radius: none;
}

.modal .modal-dialog .modal-content .close-button {
  margin-top: 20px;
  background: transparent;
  border: none;
}

.modal .modal-dialog .modal-content .close-button img {
  width: 50px;
  height: 50px;
}

#layout-plan {
  background: -webkit-gradient(linear, left top, left bottom, from(#dd2927), to(#642977));
  background: linear-gradient(to bottom, #dd2927, #642977);
  height: 100%;
  width: 100%;
  position: fixed;
}

#layout-plan::before {
  content: "";
  position: absolute;
  background: url("../assets/img/layout-plan/deco.png");
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -726px;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

@media (max-width: 862px) {
  #layout-plan::before {
    background-position-y: 0%;
    background-size: 100% auto;
  }
}

#layout-plan.active::before {
  background-position-y: -1982px;
}

@media (max-width: 862px) {
  #layout-plan.active::before {
    background-position-y: 100%;
  }
}

#layout-plan .type-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 10;
}

@media (max-width: 500px) {
  #layout-plan .type-wrapper {
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

#layout-plan .type-wrapper h6 {
  font-family: "Rozha One";
  font-size: 18px;
  line-height: 29px;
  color: #f5cda4;
}

#layout-plan .type-wrapper h6 + .btn-swiper {
  margin-top: 9px;
}

#layout-plan .type-wrapper .btn-swiper {
  background: unset;
  outline: unset;
  padding: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  max-width: 55px;
}

#layout-plan .type-wrapper .btn-swiper + .btn-swiper {
  margin-top: 17px;
}

#layout-plan .layout-plan-wrap {
  height: 100vh;
  padding: 60px 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;
}

#layout-plan .layout-plan-wrap .layout-img {
  width: 100%;
  height: 100%;
  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;
}

#layout-plan .layout-plan-wrap .layout-img.layout-b img {
  max-width: 800px;
  height: 800px;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .layout-img.layout-b img {
    height: 600px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #layout-plan .layout-plan-wrap .layout-img.layout-b img {
    height: 500px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .layout-img.layout-b img {
    height: 380px;
  }
}

@media (max-width: 500px) {
  #layout-plan .layout-plan-wrap .layout-img.layout-b img {
    max-width: 90%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

#layout-plan .layout-plan-wrap .layout-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 500px;
  height: 800px;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .layout-img img {
    height: 600px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .layout-img img {
    height: 380px;
  }
}

@media (max-width: 500px) {
  #layout-plan .layout-plan-wrap .layout-img img {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

#layout-plan .layout-plan-wrap .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content {
    margin-left: 20px;
  }
}

@media (max-width: 500px) {
  #layout-plan .layout-plan-wrap .section-content {
    max-width: 90%;
    margin: 0 auto;
  }
}

#layout-plan .layout-plan-wrap .section-content.type-a {
  margin-left: 200px;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content.type-a {
    margin: 0 auto;
  }
}

#layout-plan .layout-plan-wrap .section-content.type-a .section-content-top {
  margin-left: 120px;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content.type-a .section-content-top {
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  #layout-plan .layout-plan-wrap .section-content.type-a .section-content-top {
    margin-left: 0px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-top h1 {
  font-family: "PassionSansPDag";
  font-size: 50px;
  color: #fde6d8;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top h1 {
    font-size: 40px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top h1 {
    font-size: 25px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-top h1 span {
  font-size: 100px;
}

@media (max-width: 500px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top h1 span {
    font-size: 50px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-top h2 {
  font-family: "PassionSansPDag";
  font-size: 40px;
  color: #fde6d8;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top h2 {
    font-size: 30px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top h2 {
    font-size: 20px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-top + .section-content-bottom {
  margin-top: 165px;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top + .section-content-bottom {
    margin-top: 100px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-top + .section-content-bottom {
    margin-top: 30px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-top.section-content-top.layout-b + .section-content-bottom {
  margin-top: 30px;
}

#layout-plan .layout-plan-wrap .section-content .section-content-bottom ul {
  list-style-type: none;
  padding: 0px;
  position: relative;
}

#layout-plan .layout-plan-wrap .section-content .section-content-bottom ul:before {
  content: "";
  height: 95%;
  width: 32px;
  background: url("../assets/img/layout-plan/layout-line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-bottom ul:before {
    left: 58px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-bottom ul:before {
    left: 23px;
    background-size: contain;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-bottom ul li {
  font-family: "NewYork";
  font-size: 35px;
  color: #fde6d8;
}

@media (max-width: 1600px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-bottom ul li {
    font-size: 25px;
  }
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-bottom ul li {
    font-size: 18px;
  }
}

#layout-plan .layout-plan-wrap .section-content .section-content-bottom ul li span {
  width: 120px;
  display: inline-block;
}

@media (max-width: 862px) {
  #layout-plan .layout-plan-wrap .section-content .section-content-bottom ul li span {
    width: 60px;
  }
}

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

#floor-plan section#floor {
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
}

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

@media (max-height: 585px) {
  #floor-plan section#floor .map-wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}

#floor-plan section#floor .compass-wrap {
  max-width: 130px;
  margin-left: auto;
  margin-top: -100px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .compass-wrap {
    max-width: 90px;
  }
}

#floor-plan section#floor .floor-main-container {
  padding: 90px 0px;
}

@media (max-width: 1600px) {
  #floor-plan section#floor .floor-main-container {
    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: 100vh;
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .floor-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
}

#floor-plan section#floor .type-desc-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media (max-height: 585px) {
  #floor-plan section#floor .type-desc-wrapper {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .type-desc-wrapper {
    margin-bottom: 150px;
  }
}

#floor-plan section#floor .type-desc-wrapper .type-desc {
  max-width: 140px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .type-desc-wrapper .type-desc {
    max-width: 100px;
  }
}

#floor-plan section#floor .type-desc-wrapper .type-desc + .type-desc {
  margin-left: 62px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .type-desc-wrapper .type-desc + .type-desc {
    margin-left: 40px;
  }
}

#floor-plan section#floor .btn-swiper-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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  background: url("../assets/img/floor-plan/frame-selected.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #floor-plan section#floor .btn-swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 100% 50%;
  }
}

#floor-plan section#floor .btn-swiper-wrapper[data-index="0"] {
  background-position-x: 0px;
}

@media (max-width: 1024px) {
  #floor-plan section#floor .btn-swiper-wrapper[data-index="0"] {
    background-position-y: 0px;
  }
}

#floor-plan section#floor .btn-swiper-wrapper[data-index="1"] {
  background-position-x: right;
}

@media (max-width: 1024px) {
  #floor-plan section#floor .btn-swiper-wrapper[data-index="1"] {
    background-position-y: bottom;
  }
}

#floor-plan section#floor .btn-swiper-wrapper .btn-swiper {
  padding: 10px;
  font-family: "New York";
  font-size: 36px;
  font-weight: 500;
  color: #ffb2c8;
  background: unset;
  outline: unset;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0px;
  height: 64px;
  min-width: 403px;
  text-align: center;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
  background-position-x: -100%;
}

@media (max-width: 500px) {
  #floor-plan section#floor .btn-swiper-wrapper .btn-swiper {
    font-size: 18px;
    padding: 5px;
  }
}

#floor-plan section#floor .btn-swiper-wrapper .btn-swiper.active {
  color: #fde6d8;
  font-weight: 700;
  font-size: 39px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .btn-swiper-wrapper .btn-swiper.active {
    font-size: 19px;
  }
}

#floor-plan section#floor .vector-wrapper[data-index="0"] .vector {
  position: absolute;
  max-width: 30px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector {
    max-width: 20px;
  }
}

#floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-1 {
  left: 10%;
  top: -100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-1 {
    top: -150%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-1 {
    top: -120%;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-1 {
    top: -60%;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-1 {
    top: -50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-2 {
  left: 13%;
  top: 170%;
  -webkit-transform: translateY(-170%);
          transform: translateY(-170%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-2 {
    top: 150%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-2 {
    top: 190%;
    -webkit-transform: translateY(-190%);
            transform: translateY(-190%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-2 {
    top: 150%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-2 {
    top: 120%;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-3 {
  right: 26%;
  top: -80%;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-3 {
    top: -150%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-3 {
    top: -100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-3 {
    top: -40%;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-3 {
    top: -40%;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-4 {
  right: 10%;
  top: 200%;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-4 {
    top: 170%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-4 {
    top: 220%;
    -webkit-transform: translateY(-220%);
            transform: translateY(-220%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-4 {
    top: 130%;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="0"] .vector.vector-4 {
    top: 90%;
    -webkit-transform: translate(-90%);
            transform: translate(-90%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="1"] .vector {
  position: absolute;
  max-width: 30px;
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector {
    max-width: 20px;
  }
}

#floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-1 {
  left: 10%;
  top: 170%;
  -webkit-transform: translateY(-170%);
          transform: translateY(-170%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-1 {
    top: 170%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-1 {
    top: 190%;
    -webkit-transform: translateY(-190%);
            transform: translateY(-190%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-1 {
    top: 150%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-1 {
    top: 140%;
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-2 {
  left: 13%;
  top: -100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-2 {
    top: -160%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-2 {
    top: -120%;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-2 {
    top: -50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-3 {
  right: 26%;
  top: 180%;
  -webkit-transform: translateY(-180%);
          transform: translateY(-180%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-3 {
    top: 170%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-3 {
    top: 200%;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-3 {
    top: 160%;
    -webkit-transform: translateY(-160%);
            transform: translateY(-160%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-3 {
    top: 130%;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

#floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-4 {
  right: 10%;
  top: -80%;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}

@media (max-height: 585px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-4 {
    top: -130%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1440px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-4 {
    top: -100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 1200px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-4 {
    top: -50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media (max-width: 500px) {
  #floor-plan section#floor .vector-wrapper[data-index="1"] .vector.vector-4 {
    top: -35%;
    -webkit-transform: translate(35%);
            transform: translate(35%);
  }
}

#brochure {
  position: relative;
}

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

#site-progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df2a28), to(#662a78));
  background-image: linear-gradient(to bottom, #df2a28, #662a78);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 100px 50px;
  position: relative;
  text-align: center;
}

#site-progress .deco {
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#site-progress .deco-1 {
  max-width: 300px;
  top: 40%;
  left: -50px;
}

#site-progress .deco-2 {
  max-width: 300px;
  top: 80%;
  right: -50px;
}

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

#site-progress .date,
#site-progress .quarter {
  margin-bottom: 0px;
}

#site-progress .section-title {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  #site-progress .section-title {
    margin-bottom: 20px;
  }
}

#site-progress:before {
  content: '';
  width: 100%;
  height: 15px;
  background-image: url("../assets/img/site-progress/pattern.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

@media (max-width: 992px) {
  #site-progress:before {
    height: 20px;
    background-size: cover;
  }
}

#site-progress:after {
  content: '';
  width: 100%;
  height: 15px;
  background-image: url("../assets/img/site-progress/pattern.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

@media (max-width: 992px) {
  #site-progress:after {
    height: 20px;
    background-size: cover;
  }
}

#site-progress .ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--bs-aspect-ratio);
  overflow: hidden;
}

#site-progress .ratio > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#site-progress .image-container {
  overflow: hidden;
}

#site-progress .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -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 .image-container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

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

#site-progress .mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  #site-progress .mb-70 {
    margin-bottom: 20px;
  }
}

#site-progress .transition-left .event-item {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#site-progress .transition-right .event-item {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#site-progress .transition-right.play .event-item,
#site-progress .transition-left.play .event-item {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

#site-progress section.section-site-progress {
  min-height: 100vh;
}

#site-progress section.section-site-progress h1 {
  font-family: 'NewYork';
  font-size: 90px;
  line-height: 80px;
  color: #fde6d8;
  display: inline;
}

@media (max-width: 1600px) {
  #site-progress section.section-site-progress h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #site-progress section.section-site-progress h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

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

#site-progress section.section-site-progress ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 70px;
}

@media (max-width: 992px) {
  #site-progress section.section-site-progress ul {
    gap: 20px;
  }
}

#site-progress section.section-site-progress .align-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  #site-progress section.section-site-progress .align-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#site-progress section.section-site-progress .align-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  #site-progress section.section-site-progress .align-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#site-progress section.section-site-progress .date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 15px;
}

@media (min-width: 992px) {
  #site-progress section.section-site-progress .date-container {
    gap: 0;
  }
}

#site-progress section.section-site-progress .date-container h3 {
  font-family: 'NewYork';
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 5px;
  color: #fde6d8;
  margin-top: 0px;
}

@media (max-width: 1600px) {
  #site-progress section.section-site-progress .date-container h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #site-progress section.section-site-progress .date-container h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 862px) {
  #site-progress section.section-site-progress .date-container h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

#site-progress section.section-site-progress .date-container h4 {
  font-family: 'NewYork';
  font-size: 50px;
  line-height: 50px;
  color: #fde6d8;
  margin-top: 0px;
  letter-spacing: 5px;
}

@media (max-width: 1600px) {
  #site-progress section.section-site-progress .date-container h4 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1600px) and (orientation: landscape) {
  #site-progress section.section-site-progress .date-container h4 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 862px) {
  #site-progress section.section-site-progress .date-container h4 {
    font-size: 20px;
    line-height: 20px;
  }
}

#site-progress section.section-site-progress .timeline {
  position: relative;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  #site-progress section.section-site-progress .timeline::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b87d), to(#f7a982));
    background-image: linear-gradient(to bottom, #f9b87d, #f7a982);
    z-index: 1;
  }
  #site-progress section.section-site-progress .event-container {
    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;
    margin-bottom: 40px;
  }
  #site-progress section.section-site-progress .event-item {
    max-width: 650px;
    width: 90%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: inline-block;
  }
}

#toTop {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#btn-nav {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #DA6F3F;
  color: #ffffff;
  width: 60px;
  height: 60px;
  padding: 2px 0;
}

#btn-nav span {
  font-family: "PassionSansPDag";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 0px;
}

#btn-nav .nav-dash-line {
  height: 2px;
  width: 50px;
  overflow: hidden;
}

#btn-nav .nav-dash-line .nav-dash-inner-line {
  height: 2px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#btn-nav .nav-dash-line .nav-dash-inner-line .nav-line:nth-child(1),
#btn-nav .nav-dash-line .nav-dash-inner-line .nav-line:nth-child(3) {
  background-color: #ffffff;
}

#btn-nav .nav-dash-line .nav-dash-inner-line .nav-line {
  width: 50%;
  height: 2px;
}

#btn-nav .nav-dash-line .nav-line-top {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#btn-nav .nav-dash-line .nav-line-top.hover {
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#btn-nav .nav-dash-line .nav-line-bottom {
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#btn-nav .nav-dash-line .nav-line-bottom.hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#btn-nav .animation-nav-title {
  color: #683825;
  -webkit-transition: color 3s;
  transition: color 3s;
  z-index: 2;
  font-family: "Gotham";
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

#btn-nav path {
  fill: none;
  stroke: #683825;
  stroke-width: 3;
  -webkit-transition: stroke-dashoffset 2s linear, stroke 3s;
  transition: stroke-dashoffset 2s linear, stroke 3s;
}

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

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

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

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

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

.main-header {
  padding: 20px;
  padding-left: 80px;
  position: fixed;
  top: -300px;
  left: 0;
  background-color: transparent;
  -webkit-animation: slideInFromTop 2s ease-out forwards;
          animation: slideInFromTop 2s ease-out forwards;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-header {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-header {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  .main-header {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1536px) {
  .main-header {
    padding-top: 60px;
  }
}

@media screen and (max-width: 820px) {
  .main-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

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

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

.background-video {
  position: fixed;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  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;
}

.loading .loader-wrapper .loading-lottie {
  width: 433px;
  max-width: 100%;
}

@media (max-width: 500px) {
  .loading .loader-wrapper .loading-lottie {
    width: 100%;
  }
}

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

.vr360 img {
  width: 100px;
}

.t-50 {
  top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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