html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
  font-family: 'Roboto', sans-serif;
  color: #575757;
  font-size: 12px;
}

h1, h3, h4,{
  margin: 0 0 15px 0;
  font-weight: 300;
}

h2, h5, h6 {
  font-weight: 300;
}

a {
    color: #a2958f;
    text-decoration: none;
    position: relative;
}

a:hover{
  color: rgb(134,78,41);
  text-decoration: none;
}

/* custom start */

.slick-slide, .slick-slide *{ outline: none !important; }
/* custom end */

.text-white{
  color: #fff !important;
}

.text-grey{
  color: #ddd !important;
}

.space-between{
  margin-top: 170px;
}

/*section*/

.pembatas{
  position: relative;
  padding-bottom: : 60px;
  display: block;
}

.collection{
  position: relative;
  padding: 50px 0;
  background-color: #ede9dd;
}

.bg-grey{
  background-color: #e8e8e8;
}

.collection {
  background-color: #ede9dd;
}

#content-area{
  margin-top: -60px;

}

.collection, .villas, .about, .other-villas, .facilities, .amenities, .concierge, .footer, .coming-soon{
  position: relative;
  padding: 30px 0 0;
  background-color: #fff;
  display: block;
  background-color: #fff;
}

.villas{
  padding-top: 60px;
}

.facilities{
  padding-top: 60px;
}

.coming-soon{
  min-height: 373px;
}

.scroll-down{
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  display: block;
}

.scrollTo{
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: -60px;
  padding-bottom: 90px;
}

 .flex-center
 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.coming-soon-title
{
  font-size: 84px;
}

.collection {
  background-color: #ede9dd;
}

.about{
  padding-bottom: 50px;
}

.experiences{
  padding: 15px 0;
  display: block;
  background-color: #fff;
}

.villa-info{
  position: relative;
  padding: 20px 0;
  color: #828282;
  background-color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.villa-info h5 {
  font-weight: 400;
  font-size: 12px;
}

.img-title{
  height: 30px;
}

footer{
  position: relative;
  bottom:0;
  width: 100%;
}
.footer{
  color: #919296;
  background-color: #323232;
  font-size: 12px;
  padding-bottom: 15px;
}

.footer a{
  color: #919296;
}

.footer a:hover{
  text-decoration: underline;
}

.footer p{
  margin-bottom: 0;
}

.footer-bottom {
  background-color: rgb(134,78,41);
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  height: 60px;
}

.footer-bottom ul {
    margin-bottom: 0;
}

.footer-bottom li {
    padding: 0 20px;
}

.footer-bottom .list-inline {
    padding-bottom: 0;
}

.footer-bottom a:hover{
  color: #fff;
}

.text-brown{
  color: rgb(134,78,41)
}

.title{
  text-transform: uppercase;
  padding-bottom: 15px;
  /*font-size: 20px;*/
  font-weight: 300;
}

.title-amenities{
  text-transform: uppercase;
  padding-bottom: 2px;
  /*font-size: 20px;*/
  font-weight: 300;
}

.text-spacing{
  letter-spacing: 5px;
}

.text-underline{
  padding-bottom: 5px;
  border-bottom: 1px solid #919296;
}

.text-animation{
  padding-bottom: 10px;
}

a.text-animation:before {
  content: "";
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(134,78,41);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-animation:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.description{
  padding-bottom: 30px;
}

hr{
  border-top: 2px solid rgba(0,0,0,.1);
}

/*Additional*/

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.bx-wrapper .bx-controls-direction a {
  top: 50%;
  z-index: 5;
}



.navi, .nav-brown {
  text-align:center;
  width: 100%;
  font-size: 12px;
  color: #a2958f;
  background: rgb(134,78,41);
  padding: 0;
  margin: 0;
  height: 55px;
  /*position:relative;*/
}

.navi a:hover{
  color: #fff;
  text-decoration: none;
}

.navi .active{
  color: #fff !important;
}

.navi ul{
  color: #a2958f;
  /*background: rgba(134,78,41,0.8);*/
  list-style:none;
  padding:0 40px;
  margin: 0;
  height: 55px;

}


.navi ul li{
  display: inline-block;
}


.navi ul li a{
  color:#333333;
  display:block;
  padding:0px 40px;
  text-decoration:none;
  float: left;
  height: 55px;
  line-height: 55px;
  color: #a2958f;
  text-transform: uppercase;
}

.navi ul li:hover{
  background: transparent;
}


.navi ul li:hover > a{
    color:#FFFFFF;
}

.navi ul li:hover > ul {
  display:block;
}

.navi ul ul {
  background: rgba(0,0,0, .8);
  padding:0;
  text-align: left;
  text-transform: capitalize;
  display:none;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0px;
}


.navi ul li ul li a{
  text-transform: capitalize;
}

.language{
  position: absolute;
  top: 20px;
  right: 160px;
}

.brand-logo{
  position: absolute;
  top: -5px;
  display: none;
}

.book-now, .bookNow{
  position: absolute;
  top:0;
  right:0;
  /*padding: 15px;*/
  background-color: #573219;
  display: block;
  color: #fff;
  z-index: 10000;
  text-transform: uppercase;
}

.book-now:hover, .bookNow:hover{
  background-color: #bbb;
}

.book-now > a, .bookNow > a{
  color:#fff;
  display: block;
  padding: 20px 15px 15px;
  width: 140px;
  height: 55px;
}

.fixed-book-now{
  position: fixed;
}

.villas-navigation, .collection-navigation, .villas-navigation:after, .collection-navigation:after{
  top:55px;
  width: 100%;
  color: #a2958f;
  height: 55px;
  background: rgb(0,0,0);
  display: none;
  font-size: 12px;
  z-index: 1000;
}

.fixed-navigation{
  position: fixed;
}

.villas-navigation .nav-link, .collection-navigation .nav-link{
  padding: 2px 62px 5px 0;
}

.villas-navigation h5, .collection-navigation h5{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.villas-navigation a:hover, .collection-navigation a:hover{
  color: #fff;
}

.concierge-nav{
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  top: 110px;
  padding: 5px 0;
  background-color: #ededed;
  z-index: 500;
  font-size: 12px;
}

.concierge-nav .nav-link{
  padding: .5rem 1.5rem .5rem 0;
}

.concierge-nav-fixed{
  position: fixed;
  top:55px;
}

.concierge-nav .nav > .active {
    color: rgb(134,78,41)!important;
}

.second-nav{
  /*text-align:center;*/
  width: 100%;
  color: #a2958f;
  background: rgb(0,0,0);
  top:55px;
  padding: 0;
  margin: 0;
  height: 55px;
  position: absolute;
  text-align: left;
  text-transform: capitalize;
  left: 0px;
  z-index: 10;
  font-size: 12px;
}

.second-nav a:hover{
  color: #fff;
  text-decoration: none;
}

.second-nav .active{
  color: #fff !important;
}

.second-nav ul{
  color: #a2958f;
  /*background: rgba(134,78,41,0.8);*/
  list-style:none;
  padding:0;
  margin: 0;
  height: 55px;

}


.second-nav ul li{
  display: inline-block;
  padding-right: 50px;
}


.second-nav ul li a{
  color:#333333;
  display:block;
  padding:0 25px 0 0;
  text-decoration:none;
  float: left;
  height: 55px;
  /*line-height: 55px;*/
  color: #a2958f;
  /*text-transform: uppercase;*/
}

.second-nav ul li:hover{
  background: transparent;
}


.second-nav ul li:hover > a{
    color:#FFFFFF;
}

.third-nav{
  /*text-align:center;*/
  width: 100%;
  color: #a2958f;
  background: rgba(0,0,0,.8);
  top:110px;
  padding: 0;
  margin: 0;
  height: 55px;
  position: fixed;
  text-align: left;
  text-transform: capitalize;
  left: 0px;
  z-index: 10;
}

.third-nav a:hover{
  color: #fff;
  text-decoration: none;
}

.third-nav .active{
  color: #fff !important;
}

.third-nav ul{
  color: #a2958f;
  /*background: rgba(134,78,41,0.8);*/
  list-style:none;
  padding:0;
  margin: 0;
  height: 55px;

}


.third-nav ul li{
  display: inline-block;
}


.third-nav ul li a{
  color:#333333;
  display:block;
  padding:0px 20px;
  text-decoration:none;
  float: left;
  height: 55px;
  line-height: 55px;
  color: #a2958f;
  /*text-transform: uppercase;*/
}

.third-nav ul li:hover{
  background: transparent;
}


.third-nav ul li:hover > a{
    color:#FFFFFF;
}

/*nav revision */
.dropdown:hover .dropdown-menu {display: block;}

/*bootstap component*/

.carousel{
  z-index: -100;
}

.carousel .carousel-item {
  position: fixed;
  width: 100%;
  height: 100%;
}

.carousel-caption{
  bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.modal {
   top: 11.3%;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.navbar {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.navbar-hide {
    pointer-events: none;
    opacity: 0;
}

.navbar-brand{
  position: absolute;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.container-nav {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-custom {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.navi a.navbar-brand{
  color: #fff;
  font-weight: 700;
}

.modal-lg {
    max-width: 80% !important;
}

.card-header{
  background-color: transparent;
  border-bottom: none;
  padding: .25rem 1.25rem 0;
}

/*.footer .list-unstyled li:before{content:'•'; margin:0 10px;}*/

.modal-header{
  border-bottom: none;
  margin: 0 auto;
  color: rgb(134,78,41);
}

.btn-brown {
    color: #fff;
    background-color: rgb(134,78,41));
    border-color: rgb(134,78,41);
}

.btn-brown:hover {
    color: #fff;
    background-color: rgba(134, 78, 41, .8);
    border-color: rgba(134, 78, 41, .9);
}

.btn-brown-modal {
    color: #fff;
    background-color: rgb(134,78,41);
    border-color: rgb(134,78,41);
}

.btn-brown-modal:hover {
    color: #fff;
    background-color: rgb(134,78,41, .8);
    border-color: rgb(134,78,41, .9);
}

.villas .card, .experiences .card, .other-villas .card, .niseko .card{
  border: none;
}

.experiences p{
  margin-bottom: .5rem;
}

.other-villas{
  padding: 0px;
}

.about .list-inline{display:block;}
.about .list-inline li{display:inline-block;}
.about .list-inline li:before {
  content:"|";
  font-family: FontAwesome;
  /*vertical-align: middle;*/
  margin:0 10px;
  padding: 0;
  /*font-size: 5px;*/
}

.about .slick-prev{
  left: -80px;
}

.about .slick-next{
  right: -80px;
}

/*image hover effect*/
.other-villas .hovereffect, .villas .hovereffect{
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .other-info{
  display: none;
  position: absolute;
  color: #fff;
  top: -4%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  padding: 100px 0 0;
}

.other-info h2{
  font-size: 20px;
}

.other-info a{
  font-size: 12px;
  color: #fff;
}

.other-info a:hover{
  color: rgba(255,255,255, 0.5);
}

.hovereffect:hover .other-info{
  display: block;
}

.other-villas .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
  overflow: hidden;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .8s ease-in-out;
}

.villas .hovereffect img {
  display:block;
  position:relative;
}



.hovereffect:hover img {
   -webkit-filter: opacity(.8);
  /*filter: opacity(.8);*/
  /*-webkit-transform: scale(1.01);*/
-ms-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);

}

/*swiper*/
.hero-swiper {
  width: 100%;
  height: 100%;
}

.bg-swiper{
  width: 100%;
  min-height: 100vh;
}

.bg-about{
  position: relative;
  width: 100%;
  height: 440px;
}

.hero-caption{
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 12px;
  z-index: -1000;
}

.more-to-explore{
  position: absolute;
  bottom: 15px;
  right: 48%;
  text-transform: uppercase;
  color: #fff;
  /*padding-right: 15px;
  padding-bottom: 15px;*/
  font-size: 14px;
  z-index: 9;
}

.home-hero{
  /*width: 100%;
  min-height: 100%;*/
  /*margin-top: -55px;*/
  z-index: -100;

}

/*owl-carousel*/
.home-hero .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 20px;
    display: block !important;
    border:0px solid black;
}

.home-hero  .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    right: 25px;
    display: block !important;
    border:0px solid black;
}
/*.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}*/

.owl-dots{
  position: absolute;
  bottom:10px;
  left:25%;
  right:25%;
}

.owl-theme .owl-nav {

    margin-top: 0;

}

.follow-logo {
  height: 15px;
  margin-right: 10px;
}

.fancybox-caption {
  width: 50%;
  margin: 0 auto;
  line-height: 20px;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev:before {
  color: grey;
}

.slick-next:before {
  color: grey;
}

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  top: 35%;
}

#collection-concierge .slick-prev, #collection-concierge .slick-next {

  top: 20%;
}

.other-villas .slick-prev, .other-villas .slick-next {
  top: 35%;
}

.bx-wrapper {
  -moz-box-shadow: 0 0 5px transparent;
  -webkit-box-shadow: 0 0 5px transparent;
  box-shadow: 0 0 5px transparent;
  border: 5px solid transparent;
  background: transparent;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-bottom: 8px;
}

.modal-content {
  width: 80%;
  border: 5px solid rgba(0,0,0,0);
}

.card-body {
  padding: 0 20px;
}

.card-body p {
    color: rgba(0,0,0,.4);
    padding: 0;
    margin: 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pembatas-kanan {
    border-right: 2px solid #ededed;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(237, 237, 237);
}

.bullet {
    font-size: 5px;
    vertical-align: middle;
    padding: 4px 0 5px 0;
  }

.table-spase {
  padding-right: 50px;
}

.custom-select {
    background: #fff url("../img/chevron-down.png") no-repeat right 0 center;
}

.btn{
  border-radius: 0;
}

.btn-secondary {
    color: #a9a9a9;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.space-concierge {
  margin-top: 90px;
  min-height:70vh;
}


/*form css start*/
.select2-container--bootstrap .select2-results__group {
  color: #864e29;
  background-color: #c4c4c4;
  font-size: 14px;
}

.more-to-explore a{
  color : #fff;
  font: 14px;
  font-weight: 500;
}

.more-to-explore a:hover{
  color : rgb(134,78,41)
}

.carousel-caption {
  font-size: 14px;
}

.modal-header {
  color: #575757;
  font-size: 18px;
  font-weight: 200;
  padding: 2rem 0 0 0;
}

.modal-content {
  width: 70%;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-top: 80px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 40px;
}

/*form css end*/

/*mobile component*/

.mobile-overlay{
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.mobile-overlay-content {
  position: relative;
  top: 5%;
  bottom: 5%;
  text-align: left;
  margin: 30px;
  font-size: 24px;
  color: #fff;
}

.mobile-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fff;

  transition: 0.3s;
}

.tambah-border-di-bottom{
  border-bottom: 1px solid #818181;
  padding-bottom: 12px;
}

.tambah-blok{
  display: block;
}

.mobile-overlay a:hover{
  color: #fff;
}


.small-circle{
  font-size: 5px;
  vertical-align: middle;
}

.mobile-overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 60px;
}

.bars{
  height: 55px;
  margin: auto;
  padding:5px 15px;
  font-size: 28px;
  color: #fff;
}

.bars a{
  color: #fff;
}

.bars a:hover{
  color: rgba(255, 255, 255, 0.6);
}

.bell{
  padding: 10px 15px;
  height: 55px;
}

.bell img{
  height: 30px;
  padding-top: 2px;
}

#forMobile .bx-wrapper .bx-controls-direction a {
    top: 25%;
  }

.modal-content {
  margin: 50px;
}

.card-body {
  padding: 0;
  min-height: 117px;
}

/*media queries*/
/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 319.98px)
{
  .footer-bottom li {
    padding: 0;
  }

  h5.text-brown{
    text-align: center;
  }

  .pb-3{
    text-align: center;
  }

  p{
    text-align: center;
  }

  .slick-prev {
    left: 20px;
    z-index: 5;
  }

  .slick-next {
      right: 20px;
      z-index: 5;
  }

  .modal-header p {
    font-size : 14px;
  }

  .booknowhr {
    margin-top : 0;
    margin-bottom: 0;
  }

  #concierge-experience .slick-prev, #concierge-experience .slick-next{
    top: 20%;
  }

}

@media (max-width: 575.98px)
{
  .navbar-brand
  {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 5px;
  }

  .more-to-explore{
    right: 15%;
    left: 18%;
    width: 170px;
    bottom: 15px;
    margin: 0 auto;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 90%;
  }

  .mobile-overlay-content {
    font-size: 18px;
  }

  .modal-content {
    margin: 52px;
  }

  .second-nav ul li{
    display: inline-block;
    padding-right: 15px;
  }

  .second-nav ul li a{
    padding:0 0px 0 0;
    text-transform: uppercase;
  }

  #forMobile .bx-wrapper .bx-controls-direction a {
    top: 25%;
  }

  .card-body {
  padding: 0 1.25rem;
  }

  .footer-bottom li {
    padding: 0;
  }

  h5.text-brown{
    text-align: center;
  }

  .pb-3{
    text-align: center;
  }

  p{
    text-align: center;
  }

  .slick-prev {
    left: 20px;
    z-index: 5;
  }

  .slick-next {
      right: 20px;
      z-index: 5;
  }

  .modal-header p {
    font-size : 14px;
  }

  .booknowhr {
    margin-top : 0;
    margin-bottom: 0;
  }

  #concierge-experience .slick-prev, #concierge-experience .slick-next{
    top: 20%;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px)
{
  .navbar-brand
  {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 5px;
  }

  .more-to-explore{
    right: 15%;
    left: 18%;
    width: 170px;
    bottom: 15px;
    margin: 0 auto;
  }
  .more-to-explore > a > img{
	  width: 50px;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 50%;
  }

  .forMobile .bx-wrapper .bx-controls-direction a {
    top: 40%;
  }

  .card-body {
  padding: 0 1.25rem;
  }

  h5.text-brown{
    text-align: center;
  }

  .pb-3{
    text-align: center;
  }

  p{
    text-align: center;
  }

  .slick-prev {
    left: 20px;
    z-index: 5;
  }

  .slick-next {
      right: 20px;
      z-index: 5;
  }

  .modal-header p {
    font-size : 14px;
  }

  .booknowhr {
    margin-top : 0;
    margin-bottom: 0;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px)
{
  .navbar-brand
  {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 5px;
  }

  .more-to-explore{
    bottom: 15px;
    margin: 0 auto;
	text-align: center;
  }

  .carousel-caption {
    bottom: 30px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  /*.modal-content {
    margin: 50px;
  }*/

  /*.bx-wrapper .bx-controls-direction a {
    top: 65%;
  }*/

  #forMobile .bx-wrapper .bx-controls-direction a {
    top: 40%;
  }

  .card-body {
  padding: 0 1.25rem;
  }

  .modal-header p {
    font-size : 14px;
  }

  .booknowhr {
    margin-top : 0;
    margin-bottom: 0;
  }
  footer{
    position: relative;
  }
}
