@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://unpkg.com/lenis@1.3.4/dist/lenis.css");
@import url("typo.css");
@import url("header.css");
@import url("img.css");
@import url("btn.css");
@import url("footer.css");
@import url("swiper-bundle.min.css");
@import url("swiper-custom.css");
@import url("form.css");
@import url("menu.css");
@import url("preloader.css");
/*@import url("animation.css");*/ :root {
  /*Setting Color*/
  --white-color: #FEFCFB;
  --text-color: #1D1D1B;
  --black-color: #1D1D1B;
  --brown-color: #483A34;
  --lightbrown-color: #976751;
  --blue-color: #627183;
  --yellow-color: #ECA64D;
  --lightyellow-color: #A5937D;
  --darkyellow-color: #CAA06A;
  --grey-color: #F1F1F1;
  --greytext-color: #A1A1A1;
  --lightgrey-color: #F1F1F1;
  --border-color: #EBEBEB;
  --border-color: #CFCFCF;
  --borderwhite-color: #FFFFFF30;
  /*Setting Font*/
  --xxs-text: 12px;
  --xs-text: 14px;
  --regular-text: 1rem;
  --md-text: clamp(1.05rem, 2vw, 25px);
  --lg-text: clamp(1.55rem, 4vw, 60px);
  --xl-text: clamp(1.75rem, 6vw, 70px);
  --letter-spacing: 0.02rem;
  /*Setting Space*/
  --xxs-space: 0.5rem;
  --xs-space: 0.75rem;
  --regular-space: 1rem;
  --md-space: clamp(2rem, 2vw, 3rem);
  --lg-space: clamp(3rem, 3.5vw, 5rem);
  --xl-space: clamp(5rem, 6vw, 7rem);
  --header-height: 75px;
  --container-width: 1920px;
  --logo-width: 210px;
  --logo-footer-width: 380px;
  /*Setting Btn and Form*/
  --btn-height: clamp(35px, 2vw, 50px);
  --btn-pad: clamp(12px, 1vw, 15px);
  --btn-text: clamp(14px, 1vw, 18px);
  --btn-margin: clamp(1.25rem, 2.5vw, 2.2rem);
  --btn-radius: 2px;
  --form-height: clamp(40px, 3vw, 55px);
  /*Setting Radius*/
  --regular-radius: 6px;
  --medium-radius: 10px;
  --big-radius: 30px;
  /*Setting Shadow*/
  --box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.07);
  /*Setting Img*/
  --xs-img: 150px;
  --regular-img: 350px;
  --md-img: clamp(350px, 30vw, 550px);
  --lg-img: clamp(350px, 40vw, 750px);
  --xl-img: clamp(350px, 50vw, 850px);
}
html, body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  background: var(--white-color);
  outline: none;
  scroll-behavior: auto !important;
}
* {
  outline: none !important;
}
/**utility**/
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:last-child {
  margin-bottom: 0 !important;
}
li:last-child {
  margin-bottom: 0 !important;
}
div:last-child {
  margin-bottom: 0 !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.flex-center {
  align-items: center !important;
}
.flex-end {
  align-items: flex-end !important;
}
.over-hidden {
  overflow: hidden !important;
}
.over-show {
  overflow: visible !important;
}
/*margin - padding*/
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.m-top {
  margin-top: var(--regular-space) !important;
}
.m-top-xs {
  margin-top: var(--xs-space) !important;
}
.m-top-md {
  margin-top: var(--md-space) !important;
}
.m-top-lg {
  margin-top: var(--lg-space) !important;
}
.m-top-xl {
  margin-top: var(--xl-space) !important;
}
.m-bottom {
  margin-bottom: var(--regular-space) !important;
}
.m-bottom-xs {
  margin-bottom: var(--xs-space) !important;
}
.m-bottom-md {
  margin-bottom: var(--md-space) !important;
}
.m-bottom-lg {
  margin-bottom: var(--lg-space) !important;
}
.m-bottom-xl {
  margin-bottom: var(--xl-space) !important;
}
.m-left {
  margin-left: var(--regular-space) !important;
}
.m-left-xs {
  margin-left: var(--xs-space) !important;
}
.m-left-md {
  margin-left: var(--md-space) !important;
}
.m-left-lg {
  margin-left: var(--lg-space) !important;
}
.m-left-xl {
  margin-left: var(--xl-space) !important;
}
.p-top {
  padding-top: var(--regular-space) !important;
}
.p-top-xs {
  padding-top: var(--xs-space) !important;
}
.p-top-md {
  padding-top: var(--md-space) !important;
}
.p-top-lg {
  padding-top: var(--lg-space) !important;
}
.p-top-xl {
  padding-top: var(--xl-space) !important;
}
.p-bottom {
  padding-bottom: var(--regular-space) !important;
}
.p-bottom-xs {
  padding-bottom: var(--xs-space) !important;
}
.p-bottom-md {
  padding-bottom: var(--md-space) !important;
}
.p-bottom-lg {
  padding-bottom: var(--lg-space) !important;
}
.p-bottom-xl {
  padding-bottom: var(--xl-space) !important;
}
/*hr*/
hr {
  max-width: calc(100% - 0px);
  border-color: var(--border-color);
  margin: var(--md-space) auto;
  opacity: 1;
}
hr.hrBig {
  margin: var(--xl-space) auto;
}
/**end utility**/
/**utility color**/
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-brown {
  background-color: var(--brown-color) !important;
}
.bg-yellow {
  background-color: var(--yellow-color) !important;
}
.bg-darkyellow {
  background-color: var(--darkyellow-color) !important;
}
.bg-grey {
  background-color: var(--grey-color) !important;
}
.bg-blue {
  background-color: var(--blue-color) !important;
}
.bg-lightgrey {
  background-color: var(--lightgrey-color) !important;
}
.color-white {
  color: var(--white-color);
}
.color-black {
  color: var(--black-color);
}
.color-brown {
  color: var(--brown-color);
}
.color-lightbrown {
  color: var(--lightbrown-color);
}
/**end utility color**/
/**grid setting**/
.container-main {
  position: relative;
  padding: 0;
  padding-top: var(--header-height); /* important! for header fixed or absolute */
  margin: 0;
  z-index: 1;
}
.page-wrapper {
  padding: 0 16px; /* important! + 1px shows lines */
}
.page-wrapper section:first-child {
  border-top: 1px solid var(--border-color); /* important! for first border top */
}
section {
  position: relative;
  margin: 0 auto;
}
section.section-full {
  min-height: 100vh;
}
section.section-first-page {
  padding-top: 15px;
}
section.section-full-half {
  min-height: 70vh;
}
section.section-pad {
  padding: var(--xl-space) 0;
}
section.section-pad-xxl {
  padding: calc(var(--xl-space) * 1.5) 0 var(--xl-space) 0;
}
section.section-border {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
section.section-border-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% - 2.5px);
  ;
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
}
section.section-border-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(75% + 2.5px);
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
}
@media screen and (max-width: 991px) {
  section.section-border-right::after {
    display: none;
  }
  section.section-border-left::before {
    display: none;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: var(--lg-space);
  overflow: hidden; /* hack for overflow */
}
.container.container-full {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.container.container-mini {
  max-width: 1200px;
}
.row {
  margin-bottom: var(--lg-space);
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .container .row {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .container .row > .col, .container .row > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row.margin-row {
  margin-bottom: -2rem !important;
}
.row.margin-row > .col, .row.margin-row > [class*=col-] {
  margin-bottom: 2rem !important;
}
.row.grid-project {
  margin-bottom: -10px !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.grid-project > .col, .row.grid-project > [class*=col-] {
  margin-bottom: 10px !important;
  padding-right: 5px;
  padding-left: 5px;
}
/**end grid setting*/
/**page**/
.banner-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.banner-hero-inside {
  position: relative;
  width: 100%;
  padding: var(--medium-space) 0;
  margin-bottom: var(--medium-space);
}
.banner-hero-inside:last-child {
  margin: 0;
  padding: 0;
}
.intro-text {
  padding-bottom: var(--lg-space);
}
.col-inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 1451px) {
  .col-inside-text h3 {}
}
.logo-page {
  display: block;
  margin: 0 auto;
  width: 40px;
}
.item0001 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50vh;
  min-height: 450px;
}
.item0002 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - var(--header-height));
  padding: var(--regular-space) 0;
}
/**end page**/
/**enter item**/
.item-go {
  will-change: transform, opacity;
}
.containerItem {
  overflow: hidden;
}
/**end enter item**/
.list-room span {
  display: block;
}
.list-room span i {
  display: inline-block;
  width: 15px;
  margin-right: 8px;
}
.list-room span i img {
  width: 100%;
}
/**swirling images**/
.swirling-images {
  overflow: hidden;
}
.swirling-images .pin-height {
  height: 500vh;
  z-index: 1;
}
.swirling-images .container-text {
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
}
.swirling-images .container-text .container {
  transform: translateY(-50%);
}
.swirling-images .container-effect {
  width: 18%;
  aspect-ratio: 1;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .swirling-images .container-effect {
    width: 30%;
  }
}
.swirling-images .media-wrapper {
  position: absolute;
  inset: 0;
}
.swirling-images .media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2%;
  transform: translate(60vw, 0);
}
/**end swirling images**/
.bg-line {
  position: fixed;
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.bg-line.bg-left {
  left: 15px;
}
.bg-line.bg-center {
  left: 50%;
}
.bg-line.bg-right {
  left: auto;
  right: 15px;
}
@media screen and (max-width: 991px) {
  .bg-line.bg-center {
    display: none;
  }
}
/*selection*/ ::-moz-selection {
  color: white;
  background: black;
}
::selection {
  color: white;
  background: black;
}
/*end selection*/
/*******global responsive*********/
@media screen and (max-width: 1920px) {
  :root {}
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  :root {}
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-lg {
    display: none !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .m-top-lg-m {
    margin-top: var(--md-space) !important;
  }
}
@media screen and (max-width: 991px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .container {
    width: 98%;
  }
  .hide-md {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m {
    margin-top: var(--md-space) !important;
  }
  footer .m-top-md-m {
    margin-top: var(--regular-space) !important;
  }
  .row > .col, .row > [class*=col-lg-] {
    margin-bottom: var(--md-space);
  }
  .row > .col:last-of-type, .row > [class*=col-lg-]:last-of-type {
    margin-bottom: 0 !important;
  }
  footer .row > .col, footer .row > [class*=col-lg-] {
    margin-bottom: var(--regular-space);
  }
  footer .row > .col:last-of-type, footer .row > [class*=col-lg-]:last-of-type {
    margin-bottom: 0 !important;
  }
  .item0001 {
    height: auto;
    min-height: 20vh;
  }
  .col-inside div:first-child {
    margin-bottom: var(--md-space);
  }
  .item0002 {
    height: auto;
    min-height: 0;
  }
  .item0002 div:first-child {
    margin-bottom: var(--md-space);
  }
  .section-first-page h5 {
    margin-bottom: var(--lg-space);
  }
}
@media screen and (max-width: 767px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-md-m {
    margin-top: var(--regular-space) !important;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --logo-width: 180px;
    --logo-footer-width: 250px;
  }
  html, body {
    font-size: 18px;
  }
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m, .m-top-xs-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-md-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-xs-m {
    margin-top: var(--regular-space) !important;
  }
  section.section-full-half {
    min-height: 400px;
  }
}

::-webkit-scrollbar {
    width: 5px;
    background: var(--body-color);
}

::-webkit-scrollbar-thumb {
    background: var(--brown-color);
    ;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    box-shadow: none;
}


.lottie-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    pointer-events: none;
}

    .lottie-bg svg {
        height: 100% !important;
        width: auto !important;
        min-width: 100%;
    }


