/* thatfolk - 2022 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'DM Sans', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  transition: padding .4s; }
  body.has-notification {
    padding-top: 55px; }
    body.has-notification header {
      top: 55px;
      position: absolute; }
      body.has-notification header.fixed {
        top: 0;
        position: fixed; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99; }
  .loading .logo {
    position: relative;
    transition: 6s; }
    .loading .logo img {
      width: 125px;
      opacity: 0;
      transition: 3s; }
    .loading .logo:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fff;
      transition: 3s;
      transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
      /* easeInOutQuart */ }
  .loading.play .logo {
    transform: scale(1.5); }
    .loading.play .logo img {
      opacity: 1; }
    .loading.play .logo:after {
      left: 100%; }
  .loading.page {
    transition: .5s; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.notification {
  height: 55px;
  line-height: 55px;
  background: #fff;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #eee; }
  .notification a {
    text-decoration: underline; }
    .notification a.grey {
      opacity: .35; }
  @media only screen and (max-width: 767px) {
    .notification .col-10 {
      font-size: 10px;
      line-height: normal;
      padding-top: 14px; } }

.popup {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }
  .popup .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .popup .box {
    position: relative;
    z-index: 1;
    width: 0px;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    height: 450px;
    padding-left: 290px;
    top: -30px;
    opacity: 0;
    transition: .7s; }
    .popup .box .cls {
      position: absolute;
      top: 15px;
      right: 25px;
      font-size: 24px;
      transform: rotate(45deg);
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .popup .box .cls {
          color: #fff;
          font-size: 30px; } }
    .popup .box .img {
      width: 290px;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .popup .box .img {
          width: 100%;
          height: 570px; } }
    .popup .box .txt {
      padding: 90px 35px;
      overflow: hidden;
      position: relative;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .popup .box .txt {
          padding: 30px 20px; } }
    .popup .box .title {
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .popup .box .title {
          font-size: 20px; } }
    .popup .box .button {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .popup .box .button {
          margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .popup .box {
        width: 90%;
        height: auto;
        padding-left: 0;
        padding-top: 570px; } }
  .popup.play .box {
    top: 0;
    opacity: 1; }

.reservation {
  position: fixed;
  bottom: 0;
  width: 600px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 42px;
  padding: 15px;
  padding-left: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 8;
  opacity: 0;
  transition: .4s; }
  .reservation label {
    display: block;
    font-size: 11px;
    color: #a5a5a5; }
    @media only screen and (max-width: 767px) {
      .reservation label {
        font-size: 13px; } }
  .reservation input {
    width: 100%;
    border: 0; }
  .reservation .button {
    padding: 0 20px;
    background: #2e86de;
    color: #fff;
    border: 0; }
    @media (min-width: 1200px) {
      .reservation .button:hover {
        background: #000; } }
  .reservation #datepicker {
    position: relative; }
    .reservation #datepicker .litepicker {
      top: -230px !important;
      left: 0 !important; }
    .reservation #datepicker .button-next-month, .reservation #datepicker .button-previous-month {
      width: 21px;
      height: 25px;
      background-image: url(../img/slider-next.svg);
      background-size: 50px;
      background-position: center;
      background-repeat: no-repeat; }
      .reservation #datepicker .button-next-month svg, .reservation #datepicker .button-previous-month svg {
        display: none; }
      .reservation #datepicker .button-next-month:hover, .reservation #datepicker .button-previous-month:hover {
        background-color: #f7f7f7; }
    .reservation #datepicker .button-previous-month {
      background-image: url(../img/slider-prev.svg); }
  .reservation .num-input a {
    display: inline-block;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    position: relative;
    top: -1px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    @media only screen and (max-width: 767px) {
      .reservation .num-input a {
        width: 24px;
        height: 24px;
        line-height: 21px; } }
  .reservation .num-input input {
    width: 16px; }
    @media only screen and (max-width: 767px) {
      .reservation .num-input input {
        padding: 0;
        width: 20px;
        margin-left: 10px; } }
  .reservation .button.mobile {
    display: none; }
  .reservation.active {
    transition: 1s;
    opacity: 1;
    bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .reservation.active {
        bottom: 37px; } }
  .reservation.hide {
    transition: .4s;
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .reservation {
      width: 100%;
      text-align: center;
      background: none;
      box-shadow: none;
      border-radius: 0;
      padding: 0; }
      .reservation .button.mobile {
        display: inline-block; }
      .reservation form {
        display: none;
        text-align: left;
        position: absolute;
        bottom: 60px;
        width: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 30px 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        left: 12px;
        width: calc(100% - 24px);
        border-radius: 15px; }
        .reservation form .col-md-5 {
          margin-bottom: 15px; }
        .reservation form .col-md-3 {
          margin-top: 15px; }
        .reservation form .button {
          width: 100%; }
        .reservation form.active {
          display: block; } }

.cookies {
  position: fixed;
  bottom: 35px;
  left: 25px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  padding: 20px;
  width: 250px;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .cookies .blue {
    color: #2e86de;
    text-decoration: underline; }
  .cookies .buttons {
    margin-top: 10px; }
    .cookies .buttons a {
      text-decoration: underline;
      margin-right: 15px;
      display: inline-block; }

.button {
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border: 1px solid #b2b2b2;
  font-weight: 500;
  font-size: 13px;
  padding: 0 25px;
  border-radius: 22px;
  transition: .7s; }
  @media (min-width: 1200px) {
    .button:hover {
      background: #b2b2b2; } }
  .button.bl {
    background: #2e86de;
    color: #fff;
    border: 0; }
    @media (min-width: 1200px) {
      .button.bl:hover {
        background: #000; } }
  .button.wh {
    color: #fff;
    border: 1px solid #646b6b; }
    @media (min-width: 1200px) {
      .button.wh:hover {
        background: #646b6b;
        color: #000; } }

.weather {
  position: fixed;
  width: 166px;
  top: 50%;
  right: -61px;
  z-index: 8;
  transform: rotate(-90deg);
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .weather img {
    transform: rotate(90deg);
    margin-bottom: 5px;
    margin-left: 5px; }
  @media only screen and (max-width: 767px) {
    .weather {
      display: none; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  transition: background .7s, line-height .7s, height .7s;
  z-index: 9;
  font-size: 13px;
  font-weight: 500;
  color: #fff; }
  header a {
    transition: opacity .7s; }
    header a:hover {
      opacity: .5; }
  header .logo {
    display: inline-block;
    opacity: 1 !important; }
    header .logo img {
      width: 250px;
      max-width: 150%; }
      header .logo img.def {
        display: none; }
      @media only screen and (max-width: 767px) {
        header .logo img {
          width: 112px; } }
  header .item {
    display: inline-block;
    position: relative; }
    header .item .sub {
      text-align: left;
      position: absolute;
      left: 0;
      top: 72px;
      opacity: 0;
      visibility: hidden;
      width: 180px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      padding: 20px;
      padding-bottom: 10px;
      line-height: normal;
      transition: .1s; }
      header .item .sub a {
        display: block;
        margin: 0 0 10px 0;
        font-weight: 500;
        font-size: 14px;
        color: #000; }
    @media (min-width: 768px) {
      header .item:hover .sub {
        transition: .7s;
        opacity: 1;
        visibility: visible; } }
  header .text-left .item {
    margin-right: 60px; }
    header .text-left .item:last-child {
      margin-right: 0; }
  header .text-end .item {
    margin-left: 60px; }
    header .text-end .item:first-child {
      margin-left: 0; }
  @media (max-width: 1400px) {
    header .text-left .item {
      margin-right: 40px; }
    header .text-end .item {
      margin-left: 40px; } }
  @media (max-width: 1199px) {
    header .text-left .item {
      margin-right: 25px; }
    header .text-end .item {
      margin-left: 25px; } }
  @media (max-width: 991px) {
    header .item {
      font-size: 10px; }
    header .text-left .item {
      margin-right: 15px; }
    header .text-end .item {
      margin-left: 15px; } }
  @media only screen and (max-width: 767px) {
    header {
      z-index: 12; }
      header .header-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2e86de;
        color: #fff;
        margin: 0;
        line-height: normal;
        padding: 60px 0 30px 0;
        overflow: auto; }
        header .header-nav .text-end {
          text-align: left !important; }
        header .header-nav .item {
          display: block;
          margin: 0 0 15px 0;
          font-size: 26px; }
          header .header-nav .item .sub {
            display: none;
            position: static;
            opacity: 1;
            visibility: visible;
            width: 100%;
            background: none;
            padding: 20px 0 5px 0;
            box-shadow: none; }
            header .header-nav .item .sub a {
              color: #fff; }
          header .header-nav .item.active .sub {
            display: block; }
        header .header-nav .button {
          width: 100%;
          margin-top: 40px;
          border-color: #fff; }
        header .header-nav .cls {
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 30px;
          color: #fff;
          transform: rotate(45deg); }
        header .header-nav .header-weather img {
          margin-right: 5px;
          position: relative;
          top: -2px; }
        header .header-nav .text-right {
          text-align: right; }
        header .header-nav .bottom {
          margin-top: 30px; }
          header .header-nav .bottom a {
            display: block;
            margin-bottom: 10px; }
        header .header-nav.active {
          display: block; }
      header .menu {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: transparent;
        background-image: url(../img/menu.svg);
        background-position: center;
        background-repeat: no-repeat;
        border: 0;
        padding: 0; } }
  header.page {
    background: #fff;
    color: #000; }
    header.page .logo img {
      display: none; }
      header.page .logo img.def {
        display: inline-block; }
    @media only screen and (max-width: 767px) {
      header.page .menu {
        background-image: url(../img/menu-bl.svg); } }
  header.scrolled {
    background: #fff;
    line-height: 80px;
    height: 80px;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    header.scrolled .logo img {
      display: none; }
      header.scrolled .logo img.def {
        display: inline-block; }
    header.scrolled .item .sub {
      top: 80px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 767px) {
      header.scrolled .menu {
        background-image: url(../img/menu-bl.svg); } }

footer {
  background: #222c2b;
  color: #fff;
  font-size: 13px;
  padding-top: 60px;
  position: relative; }
  footer a {
    transition: .7s; }
    footer a:hover {
      opacity: .5; }
  footer .logo {
    opacity: 1 !important; }
    footer .logo img {
      width: 200px;
      max-width: 90%; }
      @media only screen and (max-width: 767px) {
        footer .logo img {
          width: 112px; } }
    @media only screen and (max-width: 767px) {
      footer .logo {
        display: block;
        margin-bottom: 45px; } }
  footer .address {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      footer .address {
        margin-top: 30px; } }
  footer .links a {
    display: block;
    margin-bottom: 10px; }
  footer .social {
    margin-top: 30px; }
    footer .social a {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      border: 1px solid #384140;
      border-radius: 50%;
      padding: 3px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .social a img {
          width: 20px; } }
  footer .button {
    opacity: 1 !important; }
    @media only screen and (max-width: 767px) {
      footer .button {
        width: 100%;
        margin-top: 30px; } }
  footer .lang {
    display: block;
    margin-top: 82px; }
    @media only screen and (max-width: 767px) {
      footer .lang {
        position: absolute;
        top: 56px;
        right: 12px;
        margin-top: 0; } }
  footer .bottom {
    border-top: 1px solid #384140;
    padding: 30px 0;
    font-size: 12px;
    color: #909595;
    margin-top: 200px; }
    footer .bottom .line {
      margin-left: 25px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .bottom .line {
          display: block;
          height: 10px;
          opacity: 0; } }
      @media only screen and (max-width: 767px) {
        footer .bottom .line {
          display: block;
          height: 10px;
          opacity: 0; } }
    footer .bottom a {
      margin-left: 25px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .bottom a {
          margin-left: 0;
          margin-right: 25px; } }
      @media only screen and (max-width: 767px) {
        footer .bottom a {
          margin-left: 0;
          margin-right: 15px; } }
    @media only screen and (max-width: 767px) {
      footer .bottom {
        margin-top: 100px;
        padding: 15px 0;
        margin-top: 45px; }
        footer .bottom .text-end {
          text-align: left !important;
          margin-top: 15px; } }
  footer .thatfolk span {
    color: #fff; }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 45px;
      z-index: 11; } }

.bcrumb {
  padding: 25px 0 70px 0;
  border-top: 1px solid #ebebeb;
  white-space: nowrap;
  overflow: auto; }
  .bcrumb a {
    opacity: .5; }
    .bcrumb a.active {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .bcrumb {
      padding: 25px 0 30px 0; } }

.main-slider {
  overflow: hidden; }
  .main-slider .slider {
    transform: scale(1.2);
    transition: 2s; }
  .main-slider .item {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 600px;
    max-height: 1000px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .main-slider .item .txt {
      position: absolute;
      z-index: 1;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 500; }
      .main-slider .item .txt h1 {
        font-size: 55px;
        margin: 0;
        font-weight: 500; }
        .main-slider .item .txt h1.f-45 {
          font-size: 45px; }
        @media only screen and (max-width: 767px) {
          .main-slider .item .txt h1 {
            font-size: 32px; }
            .main-slider .item .txt h1.f-45 {
              font-size: 20px; } }
    .main-slider .item video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute; }
    .main-slider .item .bcrumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      .main-slider .item .bcrumb a {
        color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-slider .item {
        min-height: 0;
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .main-slider .item {
        min-height: 0;
        height: 400px; } }
  .main-slider.play .slider {
    transform: scale(1); }
  .main-slider.page-slider .item {
    height: 425px;
    min-height: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-slider.page-slider .item {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      .main-slider.page-slider .item {
        height: 200px; } }

.campaigns .desc {
  margin-bottom: 30px; }
.campaigns .box {
  display: block; }
  .campaigns .box h3 {
    font-size: 18px;
    margin: 0 0 10px 0; }
  .campaigns .box .img {
    position: relative;
    padding-bottom: 120%;
    margin-bottom: 20px;
    overflow: hidden; }
    .campaigns .box .img div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: .7s; }
  .campaigns .box .txt .detail {
    text-decoration: underline;
    font-size: 14px; }
  .campaigns .box:hover .img div {
    transform: scale(1.05); }

section.about {
  padding: 90px 0;
  text-align: center; }
  section.about h1, section.about .sub {
    font-weight: 500;
    color: #979797;
    font-size: 14px;
    margin: 0 0 5px 0; }
  section.about .desc {
    width: 400px;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.about .desc {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      section.about .desc {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    section.about {
      padding: 45px 0; } }

h2 {
  font-size: 32px;
  margin: 0 0 15px 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }

section.boxes .box {
  display: block;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden; }
  section.boxes .box img {
    display: block;
    width: 100%;
    transition: transform .7s; }

main.home {
  padding-bottom: 60px; }
  main.home .boxes .box .txt {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .7s; }
    main.home .boxes .box .txt h3 {
      margin: 0;
      font-weight: 700;
      font-size: 21px; }
    main.home .boxes .box .txt span {
      text-decoration: underline; }
  main.home .boxes .box:hover img {
    transform: scale(1.05); }
  main.home .boxes .box:hover .txt {
    bottom: 65px; }
  main.home .campaigns {
    padding: 60px 0 0 0; }
    main.home .campaigns .button {
      margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    main.home {
      padding-bottom: 30px; }
      main.home .campaigns .box {
        margin-bottom: 30px; }
      main.home .campaigns .button {
        margin-top: 30px; } }

main.page {
  padding-top: 100px; }
  main.page .intro {
    padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    main.page .intro {
      padding: 45px 0; } }
  main.page .rooms {
    margin-bottom: 45px; }
    main.page .rooms h2 {
      margin: 0 0 30px 0; }
    main.page .rooms .box {
      display: block;
      margin-bottom: 56px; }
      main.page .rooms .box h3 {
        font-size: 28px;
        margin: 0 0 15px 0; }
      main.page .rooms .box .img {
        position: relative;
        padding-bottom: 68%;
        margin-bottom: 20px;
        overflow: hidden; }
        main.page .rooms .box .img div {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          transition: .7s; }
      main.page .rooms .box .txt .specs {
        margin-bottom: 20px; }
        main.page .rooms .box .txt .specs span {
          margin-right: 25px; }
      main.page .rooms .box .txt .desc {
        color: #666666;
        width: 60%;
        margin-bottom: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.page .rooms .box .txt .desc {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          main.page .rooms .box .txt .desc {
            width: 100%; } }
      main.page .rooms .box .txt .detail {
        text-decoration: underline;
        font-size: 14px; }
      main.page .rooms .box:hover .img div {
        transform: scale(1.05); }
  main.page .room-intro {
    padding: 90px 0 140px 0;
    text-align: center; }
    main.page .room-intro h1 {
      font-size: 55px;
      margin: 0 0 15px 0; }
      @media only screen and (max-width: 767px) {
        main.page .room-intro h1 {
          font-size: 24px; } }
    main.page .room-intro .specs {
      margin-bottom: 25px; }
      main.page .room-intro .specs span {
        margin-right: 25px; }
    @media only screen and (max-width: 767px) {
      main.page .room-intro {
        padding: 45px 0; } }
  main.page .room-detail .box {
    margin-bottom: 24px; }
  main.page .room-detail img {
    display: block;
    width: 100%; }
  main.page .room-detail .title {
    color: #4d4d4d;
    margin-bottom: 20px;
    font-weight: 500; }
  main.page .room-detail .details {
    padding: 60px; }
  main.page .room-detail ul li {
    list-style-type: none;
    margin-bottom: 5px; }
    main.page .room-detail ul li:before {
      content: '-';
      margin-right: 5px; }
  @media only screen and (max-width: 767px) {
    main.page .room-detail .masonry {
      height: auto !important; }
    main.page .room-detail .masonry-item {
      position: static !important; }
    main.page .room-detail .details {
      padding: 30px 0; } }
  main.page .gallery {
    padding: 86px 0 110px 0; }
    main.page .gallery h2 {
      margin: 0 0 30px 0; }
    main.page .gallery .img {
      padding-bottom: 57%;
      background-position: center;
      background-size: cover; }
    main.page .gallery .slick-arrow {
      position: absolute;
      bottom: 30px;
      left: 50%;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      border: 0;
      font-size: 0;
      z-index: 1; }
      main.page .gallery .slick-arrow.slick-prev {
        background-image: url(../img/slider-prev.svg);
        margin-left: -24px; }
      main.page .gallery .slick-arrow.slick-next {
        background-image: url(../img/slider-next.svg);
        margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      main.page .gallery {
        padding: 0 0 60px 0; } }
  main.page .boxes {
    margin-bottom: 110px; }
  main.page .page-nav nav {
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100px;
    white-space: nowrap;
    /* width */
    /* Track */
    /* Handle */ }
    main.page .page-nav nav::-webkit-scrollbar {
      width: 1px;
      height: 1px; }
    main.page .page-nav nav::-webkit-scrollbar-track {
      background: #e4e4e4; }
    main.page .page-nav nav::-webkit-scrollbar-thumb {
      background: #aaa; }
    @media only screen and (max-width: 767px) {
      main.page .page-nav nav {
        height: 80px; }
        main.page .page-nav nav a {
          margin: 0 15px;
          line-height: 80px;
          height: 80px;
          font-size: 14px; } }
  main.page .page-nav a {
    display: inline-block;
    margin: 0 25px;
    color: #868686;
    line-height: 100px;
    height: 100px; }
    main.page .page-nav a.active {
      color: #000;
      font-weight: 500; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page .page-nav a {
        margin: 0 15px; } }
  main.page .contact {
    margin: 60px 0 90px 0; }
    main.page .contact .left {
      background: #f8f8f8;
      padding: 60px 90px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page .contact .left {
          padding: 30px 15px; } }
      @media only screen and (max-width: 767px) {
        main.page .contact .left {
          padding: 30px 15px; } }
    main.page .contact .right {
      background-color: #222c2b;
      color: #fff;
      padding: 60px;
      background-image: url(../img/logo.png);
      background-position: center 90%;
      background-repeat: no-repeat;
      background-size: 125px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page .contact .right {
          padding: 30px 15px; } }
      @media only screen and (max-width: 767px) {
        main.page .contact .right {
          padding: 30px 15px 130px 15px; } }
    main.page .contact .title {
      font-size: 18px;
      opacity: .3;
      margin-bottom: 20px; }
    main.page .contact .info {
      font-size: 13px;
      line-height: 1.8; }
    main.page .contact form input, main.page .contact form select, main.page .contact form textarea {
      height: 50px;
      width: 100%;
      border: 1px solid #dfdfdf;
      margin-bottom: 20px;
      padding-left: 15px;
      background: transparent; }
    main.page .contact form textarea {
      height: 100px;
      resize: vertical;
      padding-top: 15px; }
    main.page .contact form .button {
      background: #2e86de;
      color: #fff;
      border: 0; }
      main.page .contact form .button:hover {
        background: #000; }
    main.page .contact .map {
      height: 600px;
      width: 100%;
      display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page .contact .map {
          height: 350px; } }
      @media only screen and (max-width: 767px) {
        main.page .contact .map {
          height: 200px; } }
    @media only screen and (max-width: 767px) {
      main.page .contact {
        margin: 30px 0; } }
  main.page .campaigns {
    margin-bottom: 100px; }
    main.page .campaigns h1 {
      font-size: 45px;
      margin: 0 0 15px 0;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        main.page .campaigns h1 {
          font-size: 24px; } }
    main.page .campaigns .box {
      margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      main.page .campaigns {
        margin-bottom: 45px; } }
  main.page .campaign-detail {
    margin: 90px 0; }
    @media only screen and (max-width: 767px) {
      main.page .campaign-detail {
        margin: 45px 0; } }
  main.page .content {
    margin-bottom: 100px; }
    main.page .content h1 {
      font-size: 45px;
      margin: 0 0 25px 0;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        main.page .content h1 {
          font-size: 24px; } }
    main.page .content .content-nav a {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      color: #898989; }
      main.page .content .content-nav a.active {
        color: #000;
        font-weight: bold; }
    @media only screen and (max-width: 767px) {
      main.page .content .content-nav {
        white-space: nowrap;
        margin-bottom: 30px;
        overflow: auto; }
        main.page .content .content-nav a {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 15px; } }
  main.page .transfer {
    margin-bottom: 90px; }
    main.page .transfer .box {
      background: #f8f8f8; }
      main.page .transfer .box .img {
        background-size: cover;
        background-position: center;
        height: 100%;
        position: relative; }
      main.page .transfer .box .txt {
        padding: 45px 55px; }
      main.page .transfer .box h3 {
        font-size: 28px;
        margin: 0 0 15px 0;
        font-weight: 500; }
      main.page .transfer .box .desc {
        color: #666; }
      main.page .transfer .box .button {
        margin-top: 120px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page .transfer .box .txt {
          padding: 30px; }
        main.page .transfer .box .button {
          margin-top: 60px; } }
      @media only screen and (max-width: 767px) {
        main.page .transfer .box .txt {
          padding: 30px; }
        main.page .transfer .box .button {
          margin-top: 50px; }
        main.page .transfer .box h3 {
          font-size: 24px; }
        main.page .transfer .box .img {
          height: 200px; } }

main.error {
  padding-bottom: 0; }
  main.error .main-slider .item {
    height: 100vh !important;
    max-height: none; }
    main.error .main-slider .item .txt h1 {
      font-size: 100px;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 767px) {
        main.error .main-slider .item .txt h1 {
          font-size: 40px; } }
  main.error .main-slider .button {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 107px; }

main.error + footer {
  display: none; }

.anim {
  opacity: 0;
  overflow: hidden;
  transition: 1s; }
  .anim .anim-slide {
    transform: translate(0, 100%);
    transition: 1s; }
  .anim .anim-slide-mini {
    transform: translate(0, 10%);
    transition: 1s; }
  .anim .anim-img {
    transform: translate(0, 10%) scale(1.05);
    transition: 1s; }
  .anim.anim-del-2 {
    transition-delay: .2s; }
  .anim.anim-del-4 {
    transition-delay: .4s; }
  .anim.anim-del-6 {
    transition-delay: .6s; }
  .anim.anim-del-8 {
    transition-delay: .8s; }
  .anim.play {
    opacity: 1; }
    .anim.play .anim-slide, .anim.play .anim-slide-mini {
      transform: translate(0, 0); }
    .anim.play .anim-img {
      transform: translate(0, 0) scale(1); }

/* whatsapp */
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 110px;
  right: 30px;
  overflow: hidden;
  z-index: 10;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1); }
  @media (min-width: 768px) and (max-width: 991px) {
    #whatsapp-chat {
      bottom: 130px;
      right: 15px; } }

a.blantershow-chat {
  background: #25D366;
  position: fixed;
  z-index: 10;
  bottom: 35px;
  right: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center; }
  a.blantershow-chat img {
    width: 24px; }
  @media (min-width: 768px) and (max-width: 991px) {
    a.blantershow-chat {
      bottom: 60px;
      right: 15px; } }
  @media only screen and (max-width: 767px) {
    a.blantershow-chat {
      right: 12px; } }

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0; }

.whatsapp-chat-header {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px; }
  .whatsapp-chat-header h3 {
    margin: 0 0 10px; }
  .whatsapp-chat-header p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px; }
  .whatsapp-chat-header .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5; }

.whatsapp-chat-avatar {
  position: relative; }
  .whatsapp-chat-avatar::after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px; }
  .whatsapp-chat-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0; }

.info-chat span {
  display: block; }

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888; }

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222; }

#get-label,
#get-nama {
  color: #fff; }

span.my-number {
  display: none; }

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 45px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px; }

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 8px 0;
  background: #eee; }
  a#send-it svg {
    fill: #a6a6a6;
    height: 20px;
    width: 18px; }

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center; }
  .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block; }

.start-chat .blanter-msg {
  display: flex; }

#get-number {
  display: none; }

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px; }

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba; }
  15% {
    background-color: #111111; }
  25% {
    background-color: #b6b5ba; } }
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba; }
  25% {
    background-color: #111111; }
  35% {
    background-color: #b6b5ba; } }
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba; }
  35% {
    background-color: #111111; }
  45% {
    background-color: #b6b5ba; } }
@keyframes showhide {
  from {
    transform: translate(0, 15px);
    opacity: 0; } }
@keyframes showchat {
  from {
    transform: translate(0, 30px);
    opacity: 0; } }
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%; } }
.hide {
  display: none;
  animation-name: showhide;
  transform: translate(0, 0);
  animation-duration: 0.4s;
  transform: scale(1);
  opacity: 1; }

.show {
  display: block;
  animation-name: showhide;
  transform: translate(0, 0);
  animation-duration: 0.4s;
  transform: scale(1);
  opacity: 1; }

.whatsapp-message-container {
  display: flex;
  z-index: 1; }

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px); }

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative; }
  .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../img/whatsapp.webp"); }

.dAbFpq {
  display: flex;
  z-index: 1; }

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px; }

.hFENyl {
  position: relative;
  display: flex; }

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY; }

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj; }

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px); }
  .kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px; }

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4); }

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111; }

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111; }

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px; }

.bg-dark {
  background-color: #eee !important;
  color: #000;
  font-weight: 500; }

/*# sourceMappingURL=style.css.map */
