@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

/* Top Header */
.top-header {
  background-color: #bb2042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-header .contact-top ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

.top-header .contact-top li {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.top-header .contact-top li a {
  font-size: 14px;
  transition: all 0.4s ease;
}
.top-header .contact-top li a:hover {
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}
.top-header .media {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header .media ul {
  margin-top: 0;
  margin-bottom: 0;
}

.top-header .media li {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}

.top-header a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: 0.3s;
}

.top-header a:hover {
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  text-decoration: none;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  margin-top: 46px;
  background-color: #fff;
  z-index: 999;
  top: 0;
}

.header .logo {
  margin-top: 0px;
}

.header .logo img {
  width: 60px;
}

.header .logo h1 {
  display: inline-block;
  font-size: 20px;
}

.header .main-menu ul {
  text-align: right;
  padding-top: 20px;
  margin: 0;
}

.header .main-menu li {
  display: inline-block;
  margin-left: 0;
}

.header .main-menu li a {
  padding: 20px;
  font-size: 14px;
  transition: 0.3s ease;
}

.header .main-menu li a:hover {
  background: #0000000a;
  padding: 20px;
  color: #030301;
  font-weight: 700;
  border-bottom: 3px solid black;
  padding-bottom: 17px;
}
.header .main-menu li.current-menu-item a {
  background: #0000000a;
  padding: 20px;
  color: #030301;
  font-weight: 700;
}

.header .main-menu li:last-child a {
  padding: 12px 22px;
  margin-left: 10px;
  background-color: black;
  color: #fff;
  border-radius: 20px 0px 20px 0px;
  transition: 0.5s;
}

.header .main-menu ul li.current-menu-item a::after {
  width: 100%;
  height: 3px;
  background: #000;
  bottom: 0;
  content: "";
  position: absolute;
  display: block;
}

.header .main-menu a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.header .main-menu button {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px 0px 20px 0px;
  transition: 0.5s;
}

.header .main-menu li:last-child a:hover {
  background-color: #333;
  color: #fff;
  border-radius: 0px 20px 0px 20px;
}

/* Banner */
.banner {
  width: 100%;
  height: 410px;
  background-size: cover;
  background-position: center;
}

.banner .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.51%,
    rgba(0, 0, 0, 0.4) 69.34%
  );
  height: 100%;
}

.banner .overlay .isi-banner {
  margin-top: 180px;
}

/* .banner .isi-banner {
  margin-top: 260px;
} */

.banner .isi-banner h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  font-family: "Arima";
}

.banner .isi-banner h3 {
  font-size: 30px;
  font-family: "Arima";
}

.banner .bottom-banner .breadcrumb,
.banner .bottom-banner .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  backdrop-filter: blur(9px);
  width: fit-content;
  border-radius: 20px;
  text-align: center;
  margin-top: 36px;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
}

.banner .isi-banner a button {
  background: transparent;
  padding: 20px;
  width: 200px;
  border-radius: 20px;
  color: white;
  border: 1px solid #fff;
}

.banner .slider-banner-home img {
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.zoomAnim {
  animation: zoomOut 6s ease forwards;
}

.banner .col-md-12 {
  padding: 0;
}

.banner .content {
  position: absolute;
  bottom: 410px;
  margin: 0 100px;
}

.banner {
  background-size: cover;
  position: relative;
  margin-top: 6rem;
  background-position: top;
}

.banner .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.51%,
    rgba(0, 0, 0, 0.4) 69.34%
  );
  height: 100%;
}

.banner .isi-banner {
  color: white;
}

/* .banner .isi-banner h1 {
  font-size: 150px;
  font-family: "Arima";
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 110px;
} */

.banner .isi-banner p {
  font-size: 26px;
  font-family: "montserrat";
  font-weight: 400;
}

.banner .reservation-card {
  background: white;
  margin-top: 90px;
  padding: 20px 30px;
  border-radius: 30px 0px 30px 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* bottom: -44px; */
}

.banner .reservation-card h1 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-size: 24px;
  font-family: "Arima";
  font-weight: 600;
}

.banner .reservation-card .isi-reservation {
}

.banner .reservation-card .isi-reservation .btn-reservation button {
  background-color: #bb2042;
  border-radius: 20px 0px 20px 0px;
  padding: 10px;
  border: none;
  transition: 0.5s;
  width: 100%;
}

.banner .reservation-card .isi-reservation .btn-reservation button:hover {
  background-color: #9f1b37;
  color: #fff;
  border-radius: 0px 20px 0px 20px;
}

.banner .reservation-card .isi-reservation .btn-reservation button h5 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.banner .reservation-card .isi-reservation .reservation-input label {
  font-size: 14px;
}

.banner .reservation-card .isi-reservation .reservation-input input {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px 0px 20px 0px;
  padding: 8px;
  width: 100%;
}

.banner .reservation-card .isi-reservation .reservation-input select {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px 0px 20px 0px;
  padding: 8px 30px;
  width: 100%;
}

.bnr .slick-slide img {
  transform: scale(1);
  /* durasi zoom = 6s di contohmu; sesuaikan kalau perlu */
  transition: none;
  will-change: transform;
  object-fit: cover;
  object-position: center;
}

/* Primary method: gunakan aria-hidden yang diset Slick */
.bnr .slick-slide[aria-hidden="false"] img {
  transform: scale(1.1);
}

/* Fallback method: jika kamu juga menambahkan class is-active dari JS */
.bnr .slick-slide.is-active img {
  transform: scale(1.1);
}

/* Slider Logo */
.logo-villa {
  background-color: #eeeeee;
  padding: 30px 0;
}

.logo-villa .slider-logo img {
  width: 50%;
  filter: brightness(0.7);
  transition: 0.2s ease;
}

.logo-villa .slider-logo img:hover {
  filter: invert(83%) sepia(36%) saturate(6863%) hue-rotate(359deg)
    brightness(101%) contrast(102%);
}

/* Luxury */
.luxury {
  margin: 50px 0;
}

.luxury .card-1 {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 0px 50px 0px 50px;
}

.luxury .card-2 {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  border-radius: 50px 0px 50px 0px;
  margin-top: 70px;
}

.luxury .col-md-6 {
  align-content: center;
}

.luxury .isi h1 {
  font-size: 50px;
  color: #bb2042;
  font-family: "Arima";
  font-weight: 700;
}

.luxury .isi h5 {
  margin-top: 32px;
  font-weight: 600;
  font-size: 16px;
}

.luxury .isi p {
  font-size: 16px;
  font-family: "montserrat";
}

.luxury .isi a {
  text-decoration: none;
  color: #fff;
}

.luxury .isi a {
  background-color: #000;
  color: #fff;
  padding: 11px 25px;
  border-radius: 20px 0px 20px 0px;
  transition: 0.5s;
}

.luxury .isi a:hover {
  background-color: #333;
  color: #fff;
  border-radius: 0px 30px 0px 30px;
}

.overlay-text .text {
  display: none;
}

/* Activities */
.activities {
  margin: 50px 0;
}

.activities .isi-activities h1 {
  font-size: 50px;
  color: #bb2042;
  font-family: "Arima";
  font-weight: 700;
  position: relative;
}

.activities .isi-activities img {
  display: inline-block;
  position: absolute;
  top: -60px;
  width: 18%;
}

.activities .isi-activities h2 {
  font-size: 28px;
  font-family: "Arima";
  font-weight: 500;
}

.activities .btn-see-more {
  text-align: right;
  padding-top: 50px;
}

.activities .btn-see-more button {
  background-color: #fff;
  border-radius: 20px 0px 20px 0px;
  padding: 12px 24px;
  transition: 0.5s;
  border-color: #eeeeee;
  box-shadow: none;
  border: 1px solid;
}

.activities .btn-see-more a {
  color: #000;
  text-decoration: none;
}

.activities .btn-see-more button:hover {
  background-color: #000;
  color: white;
  border-radius: 0 20px 0 20px;
}

.activities .btn-see-more button h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin: 0;
}

.activities .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0;
}

.activities img {
  vertical-align: middle;
  width: 100%;
}

.activities .monkey {
  background-size: cover;
  height: 506px;
  border-radius: 0px 0px 80px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activities .monkey .overlay-text h1 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.activities .art {
  background-size: cover;
  height: 506px;
  border-radius: 0px 80px 0px 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.activities .art .overlay-text h1 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.activities .rice {
  background-size: cover;
  height: 506px;
  border-radius: 80px 0px 80px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.activities .rice .overlay-text {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.activities .rice .overlay-text h1 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.activities .atv {
  background-size: cover;
  height: 506px;
  border-radius: 0px 0px 0px 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activities .atv .overlay-text h1 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.activities .slick-dots li button:before {
  font-size: 10px;
  top: 20px;
}

.activities .slider-activities .overlay-text h1 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
}

.activities .slider-activities .overlay-text .text {
  display: none;
  color: #fff;
  text-align: center;
  height: 100%;
}

.activities .slider-activities .overlay-text .text p {
  text-align: left;
}

.activities .slider-activities .overlay-text {
  position: absolute;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  transition: 0.5s;
}

.activities .slider-activities .overlay-text:hover .text {
  display: block;
}

.activities .slider-activities .overlay-text:hover {
  height: 100%;
  top: 0;
  text-align: left;
  padding-top: 232px;
  border-radius: 0px 0px 78px 0px;
}

/* Explore */
.explore.widget {
  margin: 50px 0;
}

.explore {
  margin: 200px 0 50px 0;
  position: relative;
}

.explore .explore-top h2 {
  font-size: 28px;
  font-family: "Arima";
  font-weight: 500;
}

.explore .explore-top h1 {
  font-size: 50px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
  position: relative;
}

.explore .explore-top img {
  display: inline-block;
  position: absolute;
  top: -45px;
  width: 18%;
}

.explore .card {
  border-radius: 50px 0px 50px;
  box-shadow: 0px 4px 34px 0px #00000029;
  position: relative;
}

.explore .card .logo {
  position: absolute;
  top: 26%;
  left: 67%;
  width: 30%;
}

.explore .card .logo img {
  height: auto;
  width: 100%;
  opacity: 0.5;
}

.explore .card img {
  border-radius: 50px 0px 0px 0px;
  height: 298px;
  object-fit: cover;
  object-position: center;
}

.explore .card .romantic {
  padding: 20px 15px 70px 15px;
  position: relative;
}

.explore .card .romantic h5 {
  font-size: 16px;
}

.explore .card .romantic h1 {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
}

.explore .card .romantic p {
  font-size: 16px;
  color: #666666;
  font-family: "Montserrat";
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explore .card .romantic ul {
  padding: 0;
}

.explore .card .romantic ul li {
  display: inline-block;
  width: 49%;
  font-size: 12px;
}

.explore .card .romantic ul li img {
  width: 12%;
  height: auto;
  border-radius: 0;
}

.explore .card hr {
  margin-right: 20px;
  margin-left: 20px;
}

.explore .card .include {
  padding-left: 32px;
}

.explore p {
  margin-top: 10px;
}

.explore .card .btn button {
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1.5px solid #dddddd;
}

.explore .card .btn ul {
  padding: 0;
  text-align: left;
}

.explore .card .btn ul li {
  display: inline-block;
  width: 49%;
  font-size: 12px;
}

.explore .card .btn ul li img {
  width: 12%;
  height: auto;
  border-radius: 0;
}

.explore .card .btn i {
  color: #6e99e6;
}

.explore .card .btn-2 i {
  color: #6e99e6;
}

.explore .card .btn-bottom {
  display: flex;
}

.explore .card .btn-bottom .btn-detail {
  width: 50%;
}

.explore .card .btn-bottom .btn-detail button {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  transition: 0.3s;
  color: #bb2042;
}

.explore .card .btn-bottom .btn-detail button:hover {
  background-color: #ececec;
  color: #fff;
  background-color: #bb2042;
}

.explore .card .btn-bottom .btn-detail button a {
  text-decoration: none;
}

.explore .card .btn-bottom .btn-detail h5 {
  color: #bb2042;
  font-size: 18px;
  font-family: "Montserrat";
}

.explore .card .btn-bottom .btn-book-now {
  width: 50%;
}

.explore .card .btn-bottom .btn-book-now button {
  background-color: #bb2042;
  width: 100%;
  padding: 20px;
  border-radius: 0px 0px 50px 0px;
  border: 1px solid #ccc;
  transition: 0.5s;
  color: #fff;
}

.explore .card .btn-bottom .btn-book-now button:hover {
  background-color: #fff;
  color: #bb2042;
}

.explore .card .btn-bottom .btn-book-now h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat";
}

.explore .card .modern {
  padding-left: 20px;
  padding-top: 20px;
}

.explore .card .modern h5 {
  font-size: 16px;
}

.explore .card .modern h1 {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
}

.explore .card .modern p {
  font-size: 16px;
  color: #666666;
  font-family: "Montserrat";
  font-weight: 500;
}

.explore .card .wananta {
  padding-left: 20px;
  padding-top: 20px;
}

.explore .card .wananta h5 {
  font-size: 16px;
}

.explore .card .wananta h1 {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
}

.explore .card .wananta p {
  font-size: 16px;
  color: #666666;
  font-family: "Montserrat";
  font-weight: 500;
}

.explore .card {
  display: flex;
  flex-direction: column;
}

.explore .card .btn-bottom {
  margin-top: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* Things To Do */
.discover-ttd {
  margin: 50px 0;
}

.discover-ttd .discover-judul h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Arima";
  color: #bb2042;
  position: relative;
}

.discover-ttd .discover-judul img {
  display: inline-block;
  position: absolute;
  top: -50px;
  width: 18%;
}

.discover-ttd .discover-judul h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Arima";
}

.discover-ttd .discover-map {
  position: relative;
}

.discover-ttd .discover-map img {
  width: 100%;
}

.discover-ttd .discover-map-mobile {
  display: none;
}

.discover-ttd .discover-map h4 {
  color: #fff;
}

.discover-ttd .discover-map .karangasem {
  height: 224px;
  width: 232px;
  position: absolute;
  top: 26%;
  left: 79%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .bangli {
  height: 138px;
  width: 164px;
  position: absolute;
  top: 16%;
  left: 64%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .gianyar {
  height: 254px;
  width: 95px;
  position: absolute;
  top: 36%;
  left: 63%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .badung {
  height: 138px;
  width: 124px;
  position: absolute;
  top: 56%;
  left: 53%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .tabanan {
  height: 138px;
  width: 232px;
  position: absolute;
  top: 38%;
  left: 40%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .buleleng {
  height: 138px;
  width: 260px;
  position: absolute;
  top: 16%;
  left: 32%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .jembrana {
  height: 145px;
  width: 247px;
  position: absolute;
  top: 22%;
  left: 6%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .denpasar {
  height: 138px;
  width: 80px;
  position: absolute;
  top: 71%;
  left: 59%;
  text-align: center;
  align-content: center;
  color: #fff;
}

.discover-ttd .discover-map .klungkung {
  height: 215px;
  width: 232px;
  position: absolute;
  top: 60%;
  left: 74%;
  text-align: center;
  align-content: center;
}

.discover-ttd .discover-map .klungkung h4 {
  color: #000;
}

.discover-ttd .discover-map .klungkung img {
  width: 100%;
}

.discover-ttd .discover-map div {
  transition: transform 0.3s ease;
}

.discover-ttd .discover-map div:hover {
  transform: scale(1.05);
  z-index: 998;
}

.discover-map div {
  cursor: pointer;
}

/* Tab Description */
.tab-description {
  margin: 50px 0;
}

.tab-description .deskripsi h2 {
  font-size: 28px;
  margin-bottom: 0;
  font-family: "Arima";
}

.tab-description .deskripsi h1 {
  color: #bb2042;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Arima";
  position: relative;
}

.tab-description .deskripsi img {
  display: inline-block;
  position: absolute;
  top: -44px;
  width: 7%;
}

.tab-description .deskripsi p {
  text-align: justify;
  font-weight: 500;
  font-family: "Montserrat";
}

.tab-description .card-to-do .gambar {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50px 0px 0px 0px;
}

.tab-description .card-to-do .col-md-5 {
  align-content: center;
}

.tab-description .card-to-do {
  border: none;
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  margin-bottom: 25px;
}

.tab-description .card-to-do .isi-card {
  padding: 0 10px;
  text-align: center;
}

.tab-description .card-to-do .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}

.tab-description .card-to-do .isi-card p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}

.tab-description .card-to-do .isi-card button {
  padding: 14px 34px;
  background-color: #fff;
  border: 1px solid #bb2042;
  color: #bb2042;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.tab-description .card-to-do .isi-card .more-info:hover {
  background-color: #bb2042;
  color: #fff;
}

.tab-description .two {
  border: none;
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  margin-top: 36px;
}

.tab-description .two .gambar {
  background-image: url("https://wanantaliving.com/wp-content/uploads/2025/01/image5.jpg");
  height: 300px;
  width: 346px;
  background-size: cover;
  background-position: center;
  border-radius: 50px 0px 0px 0px;
}

.tab-description .two .isi-card {
  padding-right: 66px;
  padding-left: 10px;
  padding-top: 50px;
  text-align: center;
}

.tab-description .two .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}

.tab-description .two .isi-card p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}

.tab-description .two .isi-card button {
  padding: 14px 34px;
  background-color: #fff;
  border: 1px solid #bb2042;
  color: #bb2042;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.tab-description .two .isi-card .more-info:hover {
  background-color: #bb2042;
  color: #fff;
}

.tab-description .three {
  border: none;
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 4px 24px 0px #0000001f;
}

.tab-description .three .gambar {
  background-image: url("https://wanantaliving.com/wp-content/uploads/2025/01/image4.jpg");
  height: 300px;
  width: 346px;
  background-size: cover;
  background-position: center;
  border-radius: 50px 0px 0px 0px;
}

.tab-description .three .isi-card {
  padding-right: 66px;
  padding-left: 10px;
  padding-top: 50px;
  text-align: center;
}

.tab-description .three .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}

.tab-description .three .isi-card p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

.tab-description .three .isi-card button {
  padding: 14px 34px;
  background-color: #fff;
  border: 1px solid #bb2042;
  color: #bb2042;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.tab-description .three .isi-card .more-info:hover {
  background-color: #bb2042;
  color: #fff;
}

.tab-description .four {
  border: none;
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  margin-top: 36px;
}

.tab-description .four .gambar {
  background-image: url("https://wanantaliving.com/wp-content/uploads/2025/01/image6.jpg");
  height: 300px;
  width: 346px;
  background-size: cover;
  background-position: center;
  border-radius: 50px 0px 0px 0px;
}

.tab-description .four .isi-card {
  padding-right: 66px;
  padding-left: 10px;
  padding-top: 50px;
  text-align: center;
}

.tab-description .four .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}

.tab-description .four .isi-card p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

.tab-description .four .isi-card button {
  padding: 14px 34px;
  background-color: #fff;
  border: 1px solid #bb2042;
  color: #bb2042;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.tab-description .four .isi-card .more-info:hover {
  background-color: #bb2042;
  color: #fff;
}

/* Our Partner */
.partner {
  margin: 50px 0;
}

.partner h1 {
  color: #bb2042;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  font-family: "Arima";
}

.partner .gambar {
  margin-top: 20px;
}

.partner .gambar .our-partner {
  width: 100%;
  height: 116px;
}

.partner .gambar .our-partner img {
  width: 70%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #dddddd;
  padding: 10px;
  border-radius: 10px;
}

/* Visi Misi */
.visi-misi {
  background-color: whitesmoke;
  padding: 50px;
  margin: 50px 0;
}

.visi-misi .image-visi img {
  height: 290px;
  border-radius: 60px 0px 70px 0px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.visi-misi .isi-visi {
  margin-left: 40px;
}

.visi-misi .row .col-md-7 {
  align-content: center;
}

.visi-misi .isi-visi h1 {
  font-size: 40px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
}

.visi-misi .isi-visi p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
}

.visi-misi .isi-misi {
  margin-right: 48px;
}

.visi-misi .isi-misi h1 {
  font-size: 40px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
}

.visi-misi .isi-misi ul {
  padding: 0;
}
.visi-misi .isi-misi ul li {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.visi-misi .image-misi img {
  height: 290px;
  border-radius: 0px 60px 0px 60px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Our Team */
.our-team {
  margin: 50px 0;
}

.our-team .gambar img {
  height: 290px;
  border-radius: 0px 100px 0px 100px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.our-team .isi-our-team {
  margin-top: 70px;
  margin-left: 60px;
}

.our-team .isi-our-team h1 {
  color: #bb2042;
  font-size: 50px;
  font-weight: 700;
  font-family: "Arima";
  position: relative;
}

.our-team .isi-our-team img {
  display: inline-block;
  position: absolute;
  top: -45px;
  width: 10%;
}

.our-team .isi-our-team h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Arima";
}

.our-team .isi-our-team p {
  font-family: "Montserrat";
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
}

.our-team {
  background-color: #bb2042;
  height: 300px;
  padding: 50px;
  align-content: center;
}

.our-team .profil {
  justify-content: center;
  display: flex;
}

.our-team .profil img {
  width: 170px;
  height: 170px;
}

.our-team .isi {
  align-content: center;
  padding: 0 80px;
  height: 200px;
}
.our-team .isi h3 {
  text-align: center;
  font-family: montserrat;
  font-size: 18px;
  color: white;
}

.our-team .isi p {
  font-family: monstserrat;
  font-size: 24px;
  text-align: center;
  color: white;
}

/* Gambar Single */
.gambar-single {
  margin-top: 100px;
  margin-bottom: 25px;
}

.gambar-single .gambar-utama {
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  border-radius: 50px 0px 0px 0px;
}

.gambar-single .gambar-interior2 {
  background-position: center;
  background-size: cover;
  height: 190px;
  width: 100%;
}

.gambar-single .gambar-interior3 {
  background-position: center;
  background-size: cover;
  height: 190px;
  width: 100%;
  margin-top: 20px;
}

.gambar-single .gambar-interior4 {
  background-position: center;
  background-size: cover;
  height: 190px;
  width: 100%;
}

.gambar-single .gambar-interior5 {
  height: 190px;
  width: 100%;
  margin-top: 20px;
  border-radius: 0px 0px 50px 0px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.gambar-single .gambar-interior5 p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 24px;
  padding: 4px;
  border-radius: 0px 0px 34px 0px;
}

.gambar-single .gambar-interior5 .pointer {
  cursor: pointer;
}

/* Romantic 1 Bedroom */
.romantic1 {
  margin-top: 30px;
}

.romantic1 .top .top-isi {
  display: flex;
  align-items: center;
}

.romantic1 .top .top-isi .star {
  color: #bb2042;
}

.romantic1 .top .top-isi h5 {
  font-size: 16px;
  margin-left: 8px;
  margin-top: 8px;
}

.romantic1 .top .top-isi p {
  margin-left: 8px;
  font-weight: 500;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.romantic1 .isi-romantic h1 {
  font-size: 32px;
  font-weight: 700;
}

.romantic1 .isi-romantic ul {
  padding-left: 0;
}

.romantic1 .isi-romantic ul li {
  display: inline-block;
}

.romantic1 .harga {
  display: flex;
  text-align: right;
}

.romantic1 .harga h1 {
  font-size: 30px;
  font-weight: 600;
  margin-left: 232px;
}

.romantic1 .harga .night {
  margin-top: 6px;
  margin-left: 12px;
}

.romantic1 .harga .night h5 {
  font-size: 20px;
  font-weight: 500;
}

.romantic1 .btn-book-now {
  text-align: right;
}

.romantic1 button {
  background-color: #bb2042;
  color: #fff;
  border-radius: 30px 0px 30px 0px;
  padding: 10px 34px;
  font-weight: 700;
  transition: 0.5s;
  border: none;
}

.romantic1 button:hover {
  background-color: #9f1b37;
  border-radius: 0 20px 0 20px;
}

.romantic1 .deskripsi {
  margin-top: 20px;
}

.romantic1 .deskripsi p {
  text-align: justify;
}

.romantic1 .deskripsi ul li button {
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 0px 10px;
  font-weight: 500;
}

.romantic1 .deskripsi ul li i {
  color: #6e99e6;
}

.romantic1 .deskripsi .aminities1 {
  margin-top: 12px;
}

.romantic1 .deskripsi .aminities1 ul {
  padding: 0;
}

.romantic1 .deskripsi .aminities1 ul li {
  width: 48%;
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  padding: 4px 16px;
  border-radius: 20px;
}

.romantic1 .deskripsi .aminities1 ul li img {
  height: 24px;
  width: auto;
  padding-right: 10px;
}

.romantic1 .deskripsi .spec ul li {
  line-height: 30px;
}

.romantic1 .deskripsi .spec ul li img {
  width: 2%;
}

.romantic .deskripsi .privacy {
  margin-bottom: 30px;
}

.romantic1 .deskripsi .facilities {
  margin-bottom: 30px;
}

.romantic1 .deskripsi .facilities ul li {
  line-height: 30px;
}

.romantic1 .deskripsi .prime {
  margin-bottom: 30px;
}

.romantic1 hr {
  margin-top: 32px;
}

.romantic1 .another-room table {
  width: 100%;
}

.romantic1 .another-room h4 {
  text-align: center;
  background-color: rgba(187, 32, 66, 0.1);
  padding: 16px;
  color: #bb2042;
  font-size: 16px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0;
}

.romantic1 .another-room .romantic-bedroom h5 {
  text-align: left;
  font-size: 16px;
  color: #bb2042;
  background-color: #fafafa;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 0;
}

.romantic1 .another-room h5 {
  font-size: 16px;
  text-align: left;
  padding: 10px 16px;
  margin-bottom: 0;
  border: 1px solid #e0e0e0;
  color: #333;
  font-weight: 400;
  transition: 0.2s;
}

.romantic1 .another-room table tbody tr:last-of-type td div a h5 {
  border-radius: 0 0 10px 10px;
}

.romantic1 .another-room tbody tr td a {
  text-decoration: none;
}

.romantic1 .another-room tbody tr td h5:hover {
  color: #bb2042;
  background-color: #fafafa;
}

/* location */
.location hr {
  margin-top: 32px;
}

.location .alamat h1 {
  font-size: 32px;
  font-weight: 700;
}

/* Things you can do by booking this room */
.things-you-can-do .judul {
  margin-top: 20px;
}

.things-you-can-do a {
  text-decoration: none;
  color: inherit;
}

.things-you-can-do .judul h1 {
  font-size: 32px;
  font-weight: 700;
}

.things-you-can-do .bagian-kiri {
  margin: 10px;
}

.things-you-can-do .bagian-kiri .card {
  border-radius: 50px 0px 50px 0px;
  border: none;
  box-shadow: 0px 4px 24px 0px #0000001f;
}

.things-you-can-do .bagian-kiri .card .gambar {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  margin-top: 0;
  border-radius: 50px 0px 0px 0px;
}

.things-you-can-do .bagian-kiri .card .isi-card {
  padding: 24px 24px;
  text-align: center;
  margin-top: 20px;
}

.things-you-can-do .bagian-kiri .card .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.things-you-can-do .bagian-kiri .card .isi-card p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.things-you-can-do .bagian-kiri .card .isi-card button {
  padding: 10px 34px;
  color: #bb2042;
  background-color: #fff;
  border: 1px solid;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.things-you-can-do .bagian-kiri .card .isi-card button:hover {
  background-color: #bb2042;
  color: #fff;
}

.things-you-can-do .bagian-kanan .card {
  border-radius: 50px 0px 50px 0px;
  border: none;
  box-shadow: 0px 4px 24px 0px #0000001f;
}

.things-you-can-do .bagian-kanan .card .gambar {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  margin-top: 0;
  border-radius: 50px 0px 0px 0px;
}

.things-you-can-do .bagian-kanan .card .isi-card {
  padding: 24px 24px;
  margin-top: 20px;
  text-align: center;
}

.things-you-can-do .bagian-kanan .card .isi-card h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.things-you-can-do .bagian-kanan .card .isi-card p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.things-you-can-do .bagian-kanan .card .isi-card button {
  padding: 10px 34px;
  color: #bb2042;
  background-color: #fff;
  border: 1px solid;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.things-you-can-do .bagian-kanan .card .isi-card button:hover {
  background-color: #bb2042;
  color: #fff;
}

.things-you-can-do .bagian-kanan {
  margin: 10px;
}

.things-you-can-do button.slick-prev.slick-arrow {
  background-color: #fff;
  height: 50px;
  width: 50px;
  position: relative;
  border-radius: 50px;
  z-index: 8;
  top: 50%;
}

.things-you-can-do button.slick-next.slick-arrow {
  right: -10px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  z-index: 8;
  top: 50%;
}

.things-you-can-do .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 28px;
}

.things-you-can-do .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 28px;
}

/* About Us */
.about-us .overlay {
  background: linear-gradient(
    180deg,
    rgba(187, 32, 66, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  height: 100%;
  padding-top: 50px;
}

.about-us .image .slick-list.draggable {
  border-radius: 0 10px 0 10px;
}

.about-us .image img {
  width: 100%;
}

.about-us .image .slick-next {
  display: none !important;
}

.about-us .image .slick-prev {
  display: none !important;
}

.about-us .image2 img {
  height: 204px;
}

.about-us .image2 .slick-next {
  display: none !important;
}

.about-us .image2 .slick-prev {
  display: none !important;
}

.about-us .image2 .slick-list.draggable {
  /* border-radius: 100px 0 100px 0; */
  margin-top: 28px;
}

.about-us .about-us-isi {
  margin-top: 0;
  margin-left: 48px;
}

.about-us .about-us-isi h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Arima";
}

.about-us .about-us-isi h1 {
  font-size: 50px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
  position: relative;
}

.about-us .about-us-isi img {
  display: inline-block;
  position: absolute;
  top: -45px;
  width: 10%;
}

.about-us .about-us-isi p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Montserrat";
}

.our-story .slick-next,
.our-story .slick-prev {
  display: none !important;
}

.our-story .overlay {
  background: linear-gradient(
    180deg,
    rgba(187, 32, 66, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  height: 100%;
  padding-top: 50px;
}

.our-story .col-md-8 {
  align-content: center;
}

.our-story .isi {
  margin-left: 40px;
}

.our-story .isi h1 {
  font-size: 40px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
}

.our-story .isi p {
  text-align: justify;
}

.our-story img {
  width: 100%;
  height: 278px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

/* Visits Our Restaurants */
.visits {
  margin-top: 100px;
}

.visits .gambar img {
  height: 296px;
  width: 504px;
  border-radius: 50px 0px 50px 0px;
}

.visits .isi-visits {
  margin-top: 32px;
}

.visits .isi-visits h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Arima";
}

.visits .isi-visits h1 {
  font-size: 50px;
  color: #bb2042;
  font-weight: 700;
  font-family: "Arima";
  position: relative;
}

.visits .isi-visits img {
  display: inline-block;
  position: absolute;
  top: -49px;
  width: 13%;
}

.visits .isi-visits p {
  font-family: "Montserrat";
  text-align: justify;
}

.visits .isi-visits button {
  width: 168px;
  height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 28px 0px 28px 0px;
  transition: 0.5s;
}

.visits .isi-visits button:hover {
  background-color: #333;
  color: #fff;
  border-radius: 0px 28px 0px 28px;
}

/* PROPERTY MANAGEMENT */
/* POINT 1 */
.point1 {
  padding: 50px 0;
}

.point1 .col-md-4 {
  text-align: center;
}

.point1 img {
  width: 22%;
  margin-bottom: 14px;
}

.point1 h2 {
  color: #bb2042;
  font-size: 24px;
  font-family: "Arima";
  font-weight: 600;
}

.point1 p {
  color: #808080;
  font-size: 18px;
}

.point1 a {
  text-decoration: none;
  position: relative;
}

.point1 button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.point1 button.learn-more {
  width: 12rem;
  height: auto;
}

.point1 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #bb2042;
  border-radius: 1.625rem;
}

.point1 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.point1 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.point1 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.point1 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #bb2042;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.point1 button:hover .circle {
  width: 100% !important;
}

.point1 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.point1 button:hover .button-text {
  color: #fff;
}

/* MILESTONE */
.milestone {
  background: #bb2042;
  padding: 50px 0;
}

.milestone h2 {
  color: #fff;
  font-size: 52px;
  font-family: "Arima";
}

.milestone p {
  color: #fff;
  font-size: 30px;
  font-family: "Arima";
}

/* STRESS FREE */
.stress {
  padding: 50px 0;
}

.stress .left {
  height: 430px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 100px 0 100px;
}

.stress .col-md-6 {
  align-content: center;
}

.stress .content {
  text-align: center;
}

.stress .content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #bb2042;
  font-family: "Arima";
}

.stress .content p {
  font-family: "Montserrat";
  font-size: 16px;
}

.stress .right {
  background-size: cover;
  background-position: center;
  height: 430px;
  width: 100%;
  border-radius: 100px 0 100px 0;
}

/* POINT 2 */
.point2 {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #f6f4f2;
}

.point2 .col-md-3 {
  text-align: center;
}

.point2 img {
  width: 40%;
  filter: brightness(0);
  margin-bottom: 12px;
}

.point2 h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Arima";
  color: #bb2042;
  text-transform: uppercase;
}

/* MARKETING */
.marketing {
  padding: 50px 0;
}

.marketing .image {
  background-size: cover;
  background-position: center;
  height: 490px;
  width: 100%;
  border-radius: 100px 0 100px 0;
}

.marketing .col-md-7 {
  align-content: center;
}

.marketing .content {
  margin-left: 40px;
}

.marketing h1 {
  font-size: 32px;
  font-weight: 700;
  color: #bb2042;
  font-family: "Arima";
  margin-bottom: 20px;
}

.marketing p {
  text-align: justify;
  margin-bottom: 30px;
  font-family: "Montserrat";
}

.marketing h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}

.marketing ul li {
  font-size: 16px;
}

/* POINT 3 */
.point3 {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #f6f4f2;
}

.point3 .col-md-3 {
  text-align: center;
}

.point3 img {
  width: 40%;
  margin-bottom: 12px;
}

.point3 h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Arima";
  color: #bb2042;
  text-transform: uppercase;
}

/* GLOBAL */
.global {
  padding: 50px 0;
}

.global .image {
  background-size: cover;
  background-position: center;
  height: 490px;
  width: 100%;
  border-radius: 0 100px 0 100px;
}

.global .col-md-7 {
  align-content: center;
}

.global .content {
  margin-right: 40px;
  text-align: right;
}

.global h1 {
  font-size: 32px;
  font-weight: 700;
  color: #bb2042;
  font-family: "Arima";
  margin-bottom: 20px;
}

.global p {
  font-family: "Montserrat";
}

/* POINT 4 */
.point4 {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #f6f4f2;
}

.point4 .col-md-3 {
  text-align: center;
}

.point4 img {
  width: 40%;
  margin-bottom: 12px;
}

.point4 h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Arima";
  color: #bb2042;
  text-transform: uppercase;
}

/* DAILY */
.daily {
  padding: 50px 0;
}

.daily .image {
  background-size: cover;
  background-position: center;
  height: 490px;
  width: 100%;
  border-radius: 100px 0 100px 0;
}

.daily .col-md-7 {
  align-content: center;
}

.daily .content {
  margin-left: 40px;
  text-align: left;
}

.daily h1 {
  font-size: 32px;
  font-weight: 700;
  color: #bb2042;
  font-family: "Arima";
  margin-bottom: 20px;
}

.daily ul li {
  font-family: "Montserrat";
  font-size: 16px;
}

/* POINT 5 */
.point5 {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #f6f4f2;
}

.point5 .col-md-3 {
  text-align: center;
}

.point5 img {
  width: 40%;
  margin-bottom: 12px;
}

.point5 h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Arima";
  color: #bb2042;
  text-transform: uppercase;
}

/* OWNER */
.owner {
  padding: 50px 0;
}

.owner .col-md-6 {
  align-content: center;
}

.owner h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Arima";
  color: #bb2042;
}

.owner p {
  font-family: "Montserrat";
}

.owner ul li {
  font-family: "Montserrat";
}

.owner .content-left {
  text-align: right;
  margin-right: 40px;
}

.owner .content-left ul {
  width: 88%;
  text-align: left;
  position: relative;
  right: -68px;
  margin: 0;
}

.owner .image-right {
  background-size: cover;
  background-position: 0 65%;
  height: 370px;
  width: 100%;
  border-radius: 100px 0 100px 0;
}

.owner .content-right {
  margin-left: 40px;
  text-align: left;
}

.owner .image-left {
  background-size: cover;
  background-position: center;
  height: 370px;
  width: 100%;
  border-radius: 0 100px 0 100px;
}

.owner .table-compare {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: "Arial", sans-serif;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.owner .table-compare th,
.owner .table-compare td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.owner .table-compare thead {
  background-color: #a5142a;
  color: #fff;
}

.owner .table-compare thead th {
  font-family: "Arima";
}

.owner .table-compare tbody td {
  font-family: "Montserrat";
}

.owner .consul {
  margin-top: 25px;
}

.owner .consul .col-md-7 {
  text-align: center;
}

/* POINT 6 */
.point6 {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #f6f4f2;
}

.point6 .col-md-3 {
  text-align: center;
}

.point6 img {
  width: 40%;
  margin-bottom: 12px;
}

.point6 h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Arima";
  color: #bb2042;
  text-transform: uppercase;
}

/* Contact Us */
.contact {
  margin: 50px 0;
}

.contact .judul h1 {
  font-size: 50px;
  color: #bb2042;
  font-family: "Arima";
  font-weight: 700;
  position: relative;
}

.contact .judul img {
  display: inline-block;
  position: absolute;
  top: -33px;
  width: 13%;
}

.contact .judul p {
  font-size: 16px;
  color: #666666;
  padding-top: 12px;
  padding-right: 100px;
  font-weight: 500;
  font-family: "Montserrat";
}

.contact .info1 p {
  font-size: 16px;
  font-family: "Montserrat";
  padding-right: 170px;
  font-weight: 500;
  margin-top: 1rem;
  transition: 0.3s ease;
}

.contact .info1 a p:hover {
  color: #bb2042;
}

.contact .info1 a {
  color: #000;
  text-decoration: none;
}

.contact h5 {
  font-size: 20px;
  margin-top: 30px;
}

.contact ul {
  padding-left: 0;
}

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

.contact ul li:first-child {
  padding-left: 0;
}

.contact li {
  padding: 0 12px;
}

.contact button {
  border-radius: 100px;
  background-color: white;
  box-shadow: none;
  border: 1px solid;
  font-size: 25px;
  padding: 2px 10px;
  transition: 0.3s ease;
}

.contact button:hover {
  background-color: black;
  color: white;
}

.contact .form .nama {
  padding-bottom: 10px;
}

.contact .form .email {
  padding-bottom: 10px;
}

.contact .form .phone {
  padding-bottom: 10px;
}

.contact .form .massage {
  padding-bottom: 10px;
}

.contact .form input {
  background-color: #f2f2f2;
  height: 42px;
  border: none;
}

.contact .form .btn-primary {
  background-color: #bb2042;
  padding: 10px 0px;
  border-radius: 20px 0 20px 0;
  border: none;
  height: auto;
  width: 100%;
  font-size: 20px;
}

.contact .form textarea {
  background-color: #f2f2f2;
  border: none;
}

/* Term  */
.term {
  background: #f8f8f8;
  padding: 50px 0;
  margin-top: 50px;
}

.term .title {
  text-align: center;
}

.term .title h1 {
  font-size: 30px;
  color: #000;
  font-family: "Arima";
}

.term .content {
  margin-top: 20px;
}

.term h5 {
  color: #bb2042;
}

/* Footer Top */
.footer-top {
  background-image: url("https://wanantaliving.com/wp-content/uploads/2025/09/edit_-25.jpg");
  position: relative;
  height: 150px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}

.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(187, 32, 66, 0.6) 33.06%,
    rgba(242, 213, 220, 0.925485) 72.08%,
    rgba(244, 220, 225, 0.936854) 75.1%,
    rgba(247, 228, 232, 0.951187) 79.04%,
    rgba(249, 236, 239, 0.965868) 83.25%,
    rgba(251, 243, 244, 0.977613) 87.5%,
    rgba(254, 250, 251, 0.991515) 92.36%,
    #ffffff 96.68%
  );
  z-index: 1;
}

.footer-top h1,
.footer-top p,
.footer-top .btn-footer {
  position: relative;
  z-index: 2;
}

.footer-top h1 {
  color: white;
  padding-top: 40px;
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 700;
}

.footer-top p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 24px;
}

.footer-top .btn-footer {
  padding: 45px 0;
  text-align: right;
}

.footer-top button {
  background-color: #bb2042;
  padding: 14px 34px;
  border-radius: 30px 0px 30px 0px;
  border: none;
  transition: 0.5s;
}

.footer-top button:hover {
  background-color: #9f1b37;
  border-radius: 0px 30px 0px 30px;
}

.footer-top h5 {
  color: white;
  font-family: "Montserrat";
}

.footer-top h5 a {
  color: #fff;
  text-decoration: none;
}

/* Footer */
.footer {
  padding: 50px 0;
  margin: 0;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  display: block;
  padding: 5px 0;
  font-size: 14px;
}

.footer ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer ul li a:hover {
  color: #bb2042;
}

.footer1 {
  padding-bottom: 20px;
}

.footer img {
  height: 60px;
}

.isi-footer1 p {
  padding-right: 210px;
}

.isi-footer1 h5 {
  font-size: 18px;
}

.isi-footer1 p {
  padding-right: 210px;
  font-size: 14px;
}

.isi-footer2 h5 {
  font-size: 18px;
}

.isi-footer2 p {
  font-size: 14px;
}

.isi-footer3 {
  padding-left: 30px;
}

.isi-footer3 h5 {
  font-size: 18px;
}

.isi-footer3 p {
  font-size: 14px;
}

.isi-footer4 {
  padding-left: 90px;
}

.isi-footer4 h5 {
  font-size: 18px;
}

.isi-footer4 p {
  font-size: 14px;
}

.isi-footer6 {
  text-align: right;
}

.isi-footer6 a {
  color: #000;
  text-decoration: none;
}

.isi-footer6 img {
  height: 16px;
  color: black;
}

/* Whatsapp */
.float-wa {
  background: #2db742;
  color: white;
  bottom: 14px;
  position: fixed;
  width: 78px;
  height: 78px;
  font-size: 47px;
  z-index: 12;
  right: 8px;
  padding: 3px 20px 2px 18px;
  border-radius: 43px;
  cursor: pointer;
}
@media (max-width: 1028px) {
  .header .main-menu li.current-menu-item a {
    padding: 18px;
  }

  .header .main-menu ul {
    padding-left: 0;
  }

  /* Home Banner */

  .banner .isi-banner h1 {
    font-size: 100px !important;
    line-height: 60px !important;
  }
  /* About Us Home */
  .luxury .isi h1 {
    font-size: 40px;
  }
  .luxury .isi {
    margin-top: 0;
  }
  .luxury .card-1 {
    height: 350px;
  }
  .luxury .card-2 {
    height: 310px;
  }

  /* Activities */
  .activities .isi-activities h1 {
    font-size: 40px;
  }
  .activities .isi-activities h2 {
    font-size: 24px;
  }
  .activities .isi-activities img {
    top: -40px;
    width: 14%;
  }

  /* Explore */
  .explore .explore-top h2 {
    font-size: 24px;
  }

  .explore .explore-top h1 {
    font-size: 40px;
  }

  /* About Us */

  .about-us .about-us-isi {
    margin-top: 0;
    margin-left: 0;
  }

  .about-us .about-us-isi img {
    top: -46px;
  }

  .about-us .about-us-isi h1 {
    font-size: 40px;
  }

  .about-us .about-us-isi h2 {
    font-size: 24px;
  }

  .about-us .image2 .slick-list.draggable {
    margin-top: 10px;
  }

  .visi-misi .isi-visi h1,
  .visi-misi .isi-misi h1 {
    font-size: 32px;
  }

  .visi-misi .isi-visi {
    margin-top: 0;
  }

  .visi-misi .isi-misi {
    margin-top: 0;
    margin-left: 0;
  }

  .our-team .isi-our-team {
    margin-top: 0;
    margin-left: 0;
  }

  .our-team .col-md-8 {
    align-content: center;
  }

  .our-team .isi-our-team h1 {
    font-size: 40px;
  }
  .our-team .isi-our-team h2 {
    font-size: 24px;
  }

  .our-story .isi h1 {
    font-size: 28px !important;
  }

  .our-story .isi p {
    font-size: 14px !important;
  }

  .who-we .isi h1 {
    font-size: 28px !important;
  }

  .who-we .isi p {
    font-size: 14px !important;
  }

  .who-we img {
    height: 300px;
  }

  .our-core h5 {
    font-size: 16px;
  }

  .our-core p {
    font-size: 14px;
  }

  .team h1 {
    font-size: 34px !important;
  }

  .team p {
    font-size: 16px !important;
  }

  .our-core h1 {
    font-size: 32px !important;
  }

  .our-core img {
    width: 27%;
  }

  .our-core h5 {
    font-size: 18px;
  }

  .our-core .col-md-2 {
    width: 30%;
  }

  /* Things To Do */
  .discover-ttd .discover-map .denpasar h4 {
    color: black;
  }
  .discover-ttd .discover-map .klungkung h4 {
    color: white;
  }

  .discover-ttd .discover-map h4 {
    color: #fff;
    font-size: 16px;
  }

  .discover-ttd .discover-map .buleleng {
    height: 120px;
    width: 240px;
    top: 14%;
    left: 30%;
  }

  .discover-ttd .discover-map .jembrana {
    height: 130px;
    width: 230px;
    top: 21%;
    left: 5%;
  }

  .discover-ttd .discover-map .tabanan {
    height: 125px;
    width: 215px;
    top: 37%;
    left: 38%;
  }

  .discover-ttd .discover-map .badung {
    height: 100px;
    width: 95px;
    top: 87%;
    left: 53%;
  }

  .discover-ttd .discover-map .denpasar {
    height: 105px;
    width: 60px;
    position: absolute;
    top: 69%;
    left: 59%;
    text-align: center;
    align-content: center;
    color: #fff;
  }
  .discover-ttd .discover-map .gianyar {
    height: 220px;
    width: 80px;
    top: 35%;
    left: 63%;
  }
  .discover-ttd .discover-map .bangli {
    height: 95px;
    width: 125px;
    top: 16%;
    left: 64%;
  }
  .discover-ttd .discover-map .karangasem {
    height: 205px;
    width: 190px;

    top: 25%;
    left: 77%;
  }
  .discover-ttd .discover-map .klungkung {
    height: 115px;
    width: 180px;

    top: 73%;
    left: 78%;
  }
  .discover-ttd .discover-judul {
    margin-left: 0px;
  }
  .discover-ttd .discover-judul h1 {
    font-size: 40px;
  }

  .discover-ttd .discover-judul h2 {
    font-size: 24px;
  }

  .discover-ttd .discover-judul img {
    top: -40px;
  }
  .tab-description .deskripsi img {
    top: -27px;
  }
  .tab-description .deskripsi h1 {
    font-size: 40px;
  }
  .tab-description .deskripsi h2 {
    font-size: 24px;
  }

  /* Explore */
  .tab-description .deskripsi h1 {
    font-size: 40px;
  }

  .tab-description .deskripsi h2 {
    font-size: 24px;
  }

  /* Contact-Us */
  .contact .judul h1 {
    font-size: 40px;
  }
  .contact .form .nama,
  .contact .form .phone,
  .contact .form .email {
    padding-bottom: 15px;
  }

  .contact .form button {
    padding: 8px 50px 8px 50px;
    font-size: 16px;
    width: 100%;
  }

  /* Villa */

  .things-you-can-do .bagian-kiri .card .isi-card,
  .things-you-can-do .bagian-kanan .card .isi-card {
    padding: 24px 8px;
  }

  .things-you-can-do .bagian-kanan .card .isi-card p,
  .things-you-can-do .bagian-kiri .card .isi-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 5);
    line-height: 1.5;
  }

  .bagian-kiri .card .col-md-5 {
    height: 350px;
    align-content: center;
  }

  .bagian-kanan .card .col-md-5 {
    height: 350px;
    align-content: center;
  }

  .things-you-can-do .bagian-kanan .card .isi-card button {
    font-size: 14px;
  }

  .things-you-can-do .bagian-kiri .card .isi-card button {
    font-size: 14px;
  }

  .romantic1 .deskripsi .aminities1 ul li {
    width: 47%;
  }

  /* PROPERTY MANAGEMENT */
  .owner .content-left ul {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 720px) {
  .col.reservation-input {
    width: 100%;
  }

  .row.isi-reservation {
    display: block;
  }

  /* Banner */
  .banner {
    height: 300px !important;
    margin-top: 1rem;
  }

  .banner .content {
    bottom: 50px;
    margin: 0;
  }

  .banner .overlay .isi-banner {
    margin: 0;
  }

  .banner .isi-banner h3 {
    font-size: 28px;
  }

  /* .banner .isi-banner {
    padding: 110px 0 0 10px;
  } */

  .banner .isi-banner h1 {
    font-size: 50px !important;
  }

  .banner .bottom-banner .breadcrumb {
    margin-top: 16px !important;
  }

  .banner .isi-banner a button {
    padding: 12px;
    width: 130px;
    border-radius: 20px;
  }

  .banner .overlay {
    height: 0 !important;
  }

  .bnr .slick-slide img {
    height: 300px;
  }

  /* Slider Logo */
  .logo-villa {
    padding: 30px 0;
  }

  .logo-villa .slider-logo img {
    width: 63%;
  }

  /* Luxury */
  .luxury {
    margin-top: 50px;
  }

  .luxury .card-1 {
    height: 200px;
  }

  .luxury .card-2 {
    margin-top: 20px;
    height: 200px;
  }

  .luxury .isi {
    margin-top: 40px;
  }

  .luxury .isi h1 {
    font-size: 28px;
  }

  .luxury .isi p {
    font-size: 14px;
  }

  .luxury .isi a {
    font-size: 14px;
  }

  /* Activities */
  .activities {
    margin-top: 80px;
  }

  .activities .isi-activities img {
    top: -33px;
    right: 33px;
    width: 16%;
  }

  .activities .btn-see-more {
    padding-top: 15px;
  }
  .activities .btn-see-more button h5 {
    font-size: 14px;
  }

  .activities .isi-activities h2 {
    font-size: 20px;
  }

  .activities .isi-activities h1 {
    font-size: 28px;
  }

  .activities .pages {
    margin: 0;
    padding-top: 20px;
  }

  .activities .slick-dots {
    display: none !important;
  }

  /* Explore */
  .explore {
    margin-top: 450px;
  }

  .explore .explore-top {
    margin-left: 0;
  }

  .explore .explore-top h2 {
    font-size: 20px;
  }

  .explore .explore-top h1 {
    font-size: 28px;
  }

  .explore .explore-top img {
    top: -32px;
    right: 54px;
    width: 16%;
  }

  /* Our Partner */

  .partner .gambar .col-md-2 {
    margin-bottom: 20px;
    width: 50%;
  }

  .partner .our-partner div {
    padding: 0 5px;
  }

  .partner .gambar .our-partner img {
    width: 100%;
  }

  .partner .gambar .our-partner {
    width: 100%;
    height: auto;
  }

  .partner {
    margin-top: 30px;
  }

  .partner h1 {
    font-size: 28px;
  }

  .partner .gambar .card img {
    width: 100%;
    height: auto;
  }

  /* About Us */
  .about-us .image {
    padding: 0;
  }

  .about-us .image2 {
    padding: 5px 0;
  }

  .about-us .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about-us .image2 img {
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    object-position: center;
  }

  .about-us .about-us-isi {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .about-us .about-us-isi h2 {
    font-size: 20px;
  }

  .about-us .about-us-isi h1 {
    font-size: 28px;
  }

  .about-us .about-us-isi p {
    font-size: 14px !important;
  }

  .about-us .about-us-isi img {
    right: 10px;
    top: -35px;
    width: 16%;
  }

  .our-story .isi {
    margin-left: 0;
  }

  .our-story .isi h1 {
    font-size: 28px;
    margin-top: 20px;
    text-align: center;
  }

  .our-story .isi p {
    font-size: 14px;
  }

  .our-story img {
    height: 230px;
  }

  /* WHO WE ARE */
  .who-we .isi {
    margin-right: 0 !important;
  }

  .who-we .isi h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }

  .who-we .isi p {
    font-size: 14px;
  }

  .who-we img {
    height: 230px;
  }

  /* Visi Misi */
  .visi-misi {
    margin-top: 40px !important;
    padding: 0;
  }

  .visi-misi .image-visi {
    padding: 20px 0;
  }

  .visi-misi .image-visi img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
  }

  .visi-misi .isi-visi {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }

  .visi-misi .isi-visi h1 {
    font-size: 28px;
  }

  .visi-misi .isi-visi p {
    font-size: 14px;
  }

  .visi-misi .isi-misi {
    margin: 0;
    text-align: center;
  }

  .visi-misi .isi-misi h1 {
    font-size: 28px;
  }

  .visi-misi .isi-misi p {
    font-size: 14px;
  }

  .visi-misi .image-misi {
    padding: 20px 0;
  }

  .visi-misi .image-misi img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .our-core .title h1 {
    font-size: 28px !important;
  }

  .our-core img {
    width: 20% !important;
  }

  .our-core h5 {
    font-size: 18px !important;
  }

  .our-core p {
    font-size: 14px !important;
  }

  .our-core .col-md-2 {
    margin: 0 !important;
    width: 50%;
  }

  .what-we-do .title h1 {
    font-size: 28px !important;
  }

  /* Our Team  */
  .our-team {
    height: 325px;
    padding: 20px;
  }

  .our-team .profil img {
    width: 24%;
    height: auto;
  }

  .team img {
    height: 230px !important;
  }

  .team .content {
    text-align: center;
  }

  .team .content h1 {
    font-size: 28px !important;
    margin-top: 20px !important;
  }

  .team .content p {
    font-size: 14px;
  }

  .owner-choose-us h1 {
    font-size: 28px !important;
  }

  .owner-choose-us p {
    font-size: 14px !important;
  }

  .our-team .isi {
    padding: 0 30px;
    height: 250px;
  }

  .our-team .isi p {
    font-size: 14px;
  }
  /* Things To Do */
  /* .discover-ttd .discover-map {
    display: none;
  } */

  .discover-ttd .discover-map-mobile {
    display: none;
  }

  .discover-ttd .discover-map-mobile img {
    width: 100%;
    padding-top: 20px;
  }

  .discover-ttd .discover-map h4 {
    font-size: 10px;
  }

  .discover-ttd .discover-judul {
    margin-left: 0;
  }

  .discover-ttd .discover-judul h2 {
    font-size: 20px;
  }

  .discover-ttd .discover-map .gianyar {
    height: 82px;
    width: 40px;
    top: 36%;
    left: 61%;
  }

  .discover-ttd .discover-map .badung {
    height: 70px;
    width: 45px;
    top: 74%;
    left: 47%;
  }

  .discover-ttd .discover-map .badung h4 {
    color: #000;
  }

  .discover-ttd .discover-map .bangli {
    height: 50px;
    width: 70px;
    top: 14%;
    left: 63%;
  }

  .discover-ttd .discover-map .buleleng {
    height: 56px;
    width: 130px;
    top: 14%;
    left: 25%;
  }

  .discover-ttd .discover-map .denpasar {
    height: 40px;
    width: 56px;
    top: 71%;
    left: 59%;
  }

  .discover-ttd .discover-map .denpasar h4 {
    color: #000;
  }

  .discover-ttd .discover-map .jembrana {
    height: 54px;
    width: 75px;
    top: 23%;
    left: 6%;
  }

  .discover-ttd .discover-map .karangasem {
    height: 66px;
    width: 68px;
    top: 28%;
    left: 78%;
  }

  .discover-ttd .discover-map .klungkung {
    height: 64px;
    width: 80px;
    top: 60%;
    left: 73%;
  }

  .discover-ttd .discover-map .tabanan {
    height: 78px;
    width: 70px;
    top: 35%;
    left: 40%;
  }

  .discover-ttd .discover-judul h1 {
    font-size: 28px;
  }

  .discover-ttd .discover-judul img {
    top: -35px;
  }

  .tab-description .deskripsi h2 {
    font-size: 20px;
  }

  .tab-description .deskripsi h1 {
    font-size: 28px;
  }

  .tab-description .deskripsi img {
    top: -36px;
    width: 18%;
  }

  .tab-description .deskripsi p {
    font-size: 14px;
  }

  .tab-description .card-to-do .gambar {
    height: 200px;
    width: 100%;
  }

  .tab-description .card-to-do .isi-card {
    padding: 50px 10px;
  }

  .tab-description {
    margin-top: 50px;
  }

  /* Visits Our Restaurant */
  .visits .gambar img {
    height: auto;
    width: 352px;
  }

  .visits .isi-visits {
    margin-top: 10px;
  }

  .visits .isi-visits h2 {
    font-size: 24px;
    margin: 0;
  }

  .visits .isi-visits h1 {
    font-size: 40px;
  }

  .visits .isi-visits p {
    font-size: 14px;
  }

  .visits .isi-visits br {
    display: none;
  }

  .visits .isi-visits button {
    width: 140px;
    height: 40px;
  }

  .visits .isi-visits button h5 {
    font-size: 14px;
  }

  /* Contact Us */
  .contact h1 {
    font-size: 28px !important;
    margin: 0;
  }

  .contact .judul img {
    top: -26px;
    width: 14%;
  }

  .contact .judul p {
    font-size: 14px !important;
    padding-top: 0;
    padding-right: 0 !important;
  }

  .contact .form button {
    padding: 8px 0 !important;
    width: 100%;
    font-size: 18px !important;
  }

  .contact .info1 p {
    font-size: 14px !important;
    padding-right: 0 !important;
  }

  .contact h5 {
    font-size: 18px !important;
  }

  .contact button {
    font-size: 20px !important;
  }

  /* Gambar Single */
  .gambar-single {
    margin-top: 15px;
  }

  .gambar-single .gambar-utama {
    display: none;
  }

  .gambar-single .gambar-interior2 {
    display: none;
  }

  .gambar-single .gambar-interior3 {
    display: none;
  }

  .gambar-single .gambar-interior4 {
    display: none;
  }

  .gambar-single .gambar-interior5 {
    border-radius: 50px;
    width: 100%;
    height: 234px;
  }

  /* Property Management */

  .point1 button.learn-more .circle {
    width: 40px !important;
    height: 40px !important;
  }

  .point1 button.learn-more {
    width: 165px !important;
  }

  .point1 button.learn-more .button-text {
    font-size: 14px;
    padding: 8px 0 !important;
    margin: 0 0 0 16px !important;
  }

  .point1 button.learn-more .circle .icon.arrow {
    left: 6px !important;
  }

  .point1 button:hover .circle {
    width: 100% !important;
  }

  .marketing h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .marketing p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
  }

  .point1 .col-md-4 {
    width: 50%;
  }

  .point1 img {
    width: 34%;
  }

  .point2 {
    margin: 0;
  }

  .point2 .col-md-3 {
    width: 50%;
  }

  .point3 {
    margin: 0;
  }

  .point3 .col-md-3 {
    width: 50%;
  }

  .point4 {
    margin: 0;
  }

  .point4 .col-md-3 {
    width: 50%;
  }

  .point5 {
    margin: 0;
  }

  .point5 .col-md-3 {
    width: 50%;
  }

  .point6 {
    margin: 0;
  }

  .point6 .col-md-3 {
    width: 50%;
  }

  .milestone .col-md-3 {
    width: 50%;
  }

  .milestone h2 {
    font-size: 40px;
  }

  .milestone p {
    font-size: 20px;
  }

  .stress .left {
    height: 230px;
  }

  .stress .right {
    height: 230px;
    margin-top: 10px;
  }

  .stress .content {
    text-align: left;
    margin-top: 20px;
  }

  .stress .content h1 {
    font-size: 28px;
  }

  .stress .content p {
    text-align: justify;
  }

  .marketing .image {
    height: 230px;
  }

  .marketing .content {
    margin-left: 0;
    margin-top: 20px;
    text-align: left;
  }

  .marketing h1 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
  }

  .global .content {
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
  }

  .global p {
    text-align: justify;
  }

  .global .image {
    height: 230px;
  }

  .daily .image {
    height: 230px;
  }

  .daily .content {
    margin-left: 0;
    margin-top: 20px;
  }

  .daily h1 {
    font-size: 28px;
  }

  .owner h1 {
    font-size: 28px;
  }

  .owner .content-left {
    text-align: left;
    margin-right: 0;
    margin-top: 20px;
  }

  .owner .content-right {
    margin-left: 0;
    margin-top: 20px;
  }

  .owner .content-left ul {
    width: 100%;
    text-align: left;
    right: 0;
    margin: 0;
  }

  .owner .image-left {
    height: 230px;
    margin-top: 20px;
  }

  .owner .image-right {
    height: 230px;
  }

  .owner .table-compare th,
  .owner .table-compare td {
    font-size: 14px;
  }

  .owner .consul {
    margin-top: 0;
  }

  /* Romantic Room */
  .romantic1 .btn-book-now {
    text-align: left;
  }

  .romantic1 .deskripsi .aminities1 ul li {
    display: block;
    margin: 10px 0px;
    width: 100%;
  }

  .romantic1 .deskripsi .aminities1 ul li:first-child {
    margin-left: 0px;
  }

  .romantic1 .deskripsi .spec ul li {
    font-size: 14px;
  }

  .romantic1 .deskripsi .spec ul li img {
    width: 5%;
  }

  /* Things You Can Do By Booking This Rooms */
  .slick-dotted.slick-slider {
    padding: 0;
  }

  .things-you-can-do .slick-dots {
    bottom: -60px !important;
  }

  .things-you-can-do button.slick-prev.slick-arrow {
    left: 0;
  }

  .things-you-can-do button.slick-next.slick-arrow {
    right: 0;
  }

  .things-you-can-do .bagian-kanan .card .isi-card {
    text-align: center;
  }

  .things-you-can-do .bagian-kiri .card .isi-card {
    text-align: center;
  }

  .things-you-can-do .bagian-kiri .card .gambar {
    height: 200px;
  }

  .things-you-can-do .bagian-kanan .card .gambar {
    height: 200px;
  }

  .bagian-kiri .card .col-md-5 {
    height: 250px;
    align-content: center;
  }

  .bagian-kanan .card .col-md-5 {
    height: 250px;
    align-content: center;
  }

  /* Footer Top */
  .footer-top {
    margin-top: 50px;
  }

  .footer-top h1 {
    padding-top: 24px;
    font-size: 18px;
  }

  .footer-top p {
    font-size: 14px;
  }

  /* Footer */
  .footer {
    padding-top: 30px;
  }

  .footer1 {
    padding-bottom: 10px;
  }

  .footer .isi-footer1 {
    text-align: center;
  }

  .footer img {
    margin-bottom: 10px;
  }

  .isi-footer1 p {
    padding-right: 0;
  }

  .isi-footer3 {
    padding-left: 0;
  }

  .isi-footer4 {
    padding-left: 0;
    padding-right: 0;
  }

  .isi-footer5 {
    text-align: center;
  }

  .isi-footer6 {
    text-align: center;
  }
}

