/* header contact */
.header-contact {
  background: #0c3a52;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header .page_item {
  border-bottom: 2px solid #0c3a52;
}

.header-contact p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.07px;
  margin-top: 5px;
  margin-bottom: 0;
}

.header-contact ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.header-contact ul li {
  display: inline-block;
  margin: 0px 10px;
}

.header-contact ul li a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.07px;
  transition: all 100ms;
}

.header-contact ul li a:hover {
  color: #ffb200;
}

.header-contact ul li i:hover {
  color: #ffb200;
}

.header-contact ul li i {
  color: #fff;
  margin-right: 10px;
  transition: all 100ms;
}

/* header */
.header {
  background: #fff;
  padding: 15px;
  position: sticky;
  top: 44px;
  z-index: 99;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.45);
}

.header img {
  width: 295px;
}

.header ul li .contact:hover {
  border-radius: 0px 20px 0px 20px;
}

.header ul li .contact {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #0b354b;
  border-radius: 20px 0px 20px 0px;
  border: none;
  width: 130px;
  padding: 15px 10px;
  margin-left: -25px;
  transition: all 250ms;
  margin-top: -10px;
  color: white;
}

.header ul {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 10px !important;
  text-align: right !important;
}

.header ul li {
  display: inline-block;
  padding: 9px 18px;
  transition: all 100ms;
}

.header ul .button:hover {
  border: none;
}

.header ul li:hover {
  border-bottom: 2px solid #0c3a52;
  transition: width 0.3s ease;
}

.header ul a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

/* banner */
.banner {
  padding: 75px 175px;
}

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

.banner h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 61px;
  line-height: 74px;
  text-align: center;
  color: #fff;
}

.banner i {
  margin-left: 10px;
}

.banner .title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 46px;
  font-family: Montserrat;
}

.banner p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.banner .explore {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #ffb200;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding: 15px 20px;
  transition: all 250ms;
  display: block;
  margin: 0 auto;
  color: #000;
}

.banner .explore:hover {
  border-radius: 0px 20px 0px 20px;
}

/* profile about-us */
.profile {
  padding: 100px 120px;
  padding-bottom: 45px;
}

.profile img {
  position: relative;
  top: -235px;
  max-width: 90%;
}

.profile .back {
  background: #0c3a52;
  height: 275px;
  position: relative;
  margin-left: 0px;
  right: 0;
  left: 65px;
  max-width: 83%;
}

.profile .title {
  color: #0c3a52;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  background: #3bc6bb1a;
  padding: 5px;
  margin-bottom: 16px;
  width: 90px;
}

.profile h5 {
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-top: 10px;
}

.profile h1 {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.profile p {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.profile a {
  text-decoration: none;
  color: #3bc6bb;
}

.profile .read {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #ffb200;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding: 15px 20px;
  transition: all 250ms;
}

.profile .read:hover {
  border-radius: 0px 20px 0px 20px;
}

/* title property */
.title-property {
  padding: 100px 120px;
  background: #0c3a521a;
  height: 400px;
  margin-top: -78px;
}

.title-property a {
  color: #000;
  text-decoration: none;
}

.title-property p {
  background: #3bc6bb1a;
  color: #0c3a52;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  width: 110px;
  padding: 4px 11px;
}

.title-property h2 {
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.title-property .more:hover {
  background-color: #ffb200;
  color: #000;
}

.title-property .more {
  background: #fff;
  color: #0c3a52;
  padding: 20px 15px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: none;
  float: right;
  margin-top: 20px;
  transition: all 250ms;
}

/* filtering */
.filter {
  padding: 115px;
}

.filter .card {
  margin-top: 30px;
  padding: 0px 0 57px;
  border: none;
}

.filter .card-img-top ul {
  padding: 0;
  margin-top: 220px;
  margin-left: 10px;
}

.filter .card-img-top ul li {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.filter .card-img-top ul li i {
  color: #fff;
}

.filter .card-img-top {
  background-size: cover;
  height: 250px;
  background-position: center;
}

.filter .card-body {
  padding: 10px;
}

.filter .card {
  margin-top: 30px;
  padding: 0px 0 57px;
  border: none;
}

.filter .card-img-top ul {
  padding: 0;
  margin-top: 220px;
  margin-left: 10px;
}

.filter .card-img-top ul li {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.filter .card-img-top ul li i {
  color: #fff;
}

.filter .card-img-top {
  background-size: cover;
  height: 250px;
  background-position: center;
}

.filter .card-body {
  padding: 10px;
}

.filter h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.filter p {
  width: 175px;
  border-radius: 60px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.filter p {
  background: none;
  color: #000;
}

.filter strong {
  font-size: 12px;
  font-weight: 600;
}

.filter h5 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

.filter .detail:hover {
  background: #0c3a52;
  color: #fff;
}

.filter .detail {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #ffb200;
  border-radius: 20px 0px 20px 0px;
  color: #000;
  border: none;
  width: 140px;
  height: 40px;
  margin-left: -35px;
  left: -7px;
  transition: all 250ms;
}

/* property */

.property {
  position: relative;
  top: -210px;
  margin-bottom: -230px;
}

.property a {
  text-decoration: none !important;
}

.property .x .card {
  margin-top: 30px;
  padding: 0px 0 57px;
  border: none;
}

.property .x .card-img-top ul {
  padding: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 213px;
  background: linear-gradient(356deg, #000000cc 0%, #8e30d300 100%);
}

.property .x .card-img-top ul li {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.property .x .card-img-top ul li i {
  color: #fff;
  margin-right: 10px;
}

.property .x .card-img-top {
  background-size: cover;
  height: 250px;
  background-position: center;
}

.property .x .card-body {
  padding: 10px;
}

.property .x h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
}

.property .x p {
  width: 175px;
  border-radius: 60px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.property .x .y p {
  background: none;
  color: #000;
  width: 100px;
}

.property .x .y strong {
  font-size: 12px;
  font-weight: 600;
}

.property .x .y h5 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

.property .x .y .detail:hover {
  background: #0c3a52;
  color: #fff;
}

.property .x .y .detail {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #ffb200;
  border-radius: 20px 0px 20px 0px;
  color: #000;
  border: none;
  width: 140px;
  height: 40px;
  margin-left: -35px;
  left: -7px;
  transition: all 250ms;
}

/* title promote */
.title-promote {
  margin-top: 70px;
}

.title-promote h2 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
}

.title-promote h6 {
  width: 100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 600;
  background: #3bc6bb1a;
  color: #0c3a52;
  padding: 8px 5px;
}

/* promote */
.promote {
  /* margin-top: 370px; */
  text-align: center;
  margin-bottom: 100px;
  padding: 45px 20px;
}

.promote img {
  max-width: 100%;
}

/* topic */
.topic {
  margin-top: 70px;
}

.topic h6 {
  width: 88px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 600;
  background: #3bc6bb1a;
  color: #0c3a52;
  padding: 8px 22px;
}

.topic .o a {
  color: #3bc6bb;
  text-decoration: none;
}

.topic .o h2 {
  font-size: 40px;
  line-height: 49px;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
}

.topic .o .see:hover {
  background: #ffb200;
  border: 2px solid #ffb200;
  color: #000;
}

.topic .o .see {
  background: #fff;
  color: #3bc6bb;
  border: 2px solid #ccc;
  padding: 14px 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  float: right;
  margin-top: -55px;
  transition: all 250ms;
}

.topic .x .card {
  margin-top: 30px;
  padding: 0px 0 57px;
  border: none;
}

.topic .x .card-img-top ul {
  padding: 0;
  margin-top: 220px;
  margin-left: 10px;
}

.topic .x .card-img-top ul li {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.topic .x .card-img-top ul li i {
  color: #fff;
}

.topic .x .card-img-top {
  background-size: cover;
  height: 250px;
  background-position: center;
}

.topic .x .card-body {
  padding: 10px;
}

.topic .x ul {
  padding: 0;
  margin: 0;
}

.topic .x ul .kategori {
  background: #3bc6bb1a;
  border-radius: 60px;
  padding: 2px 7px;
}

.topic .x ul li {
  display: inline-block;
  color: #3bc6bb;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 5px;
  font-family: Montserrat;
}

.topic .x p {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic .x a {
  text-decoration: none;
}

.topic .x .detail:hover {
  background: #ffb200;
  color: #000;
}

.topic .x .card-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.topic .x .detail {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  background: #0c3a52;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding: 10px 20px;
  transition: all 250ms;
  float: right;
}

/* contact */
.contact {
  padding: 80px;
}

.contact p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.contact h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 51px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 16px;
}

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

.contact .now {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #ffb200;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding: 15px 45px;
  float: right;
  margin-top: 48px;
  transition: all 250ms;
}

.contact .now:hover {
  background: #0c3a52;
  color: #fff;
  border-radius: 0px 20px 0px 20px;
}

.contact ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.contact ul li {
  list-style-type: none;
  margin: 10px 0px;
}

.contact ul li a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.contact ul li i {
  margin-right: 10px;
}

/* visit bali */
.visit {
  margin-bottom: 150px;
  margin-top: 150px;
}

.visit p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
}

.visit strong {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
}

.visit h1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 12px;
  padding: 0;
}

.visit .y {
  margin-top: 30px;
}

.visit .x {
  border-bottom: 1px solid #000;
}

.visit .tag {
  padding: 5px;
  background: #3bc6bb1a;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  text-decoration: none;
  color: #3bc6bb;
  width: 105px;
  margin-bottom: 40px;
}

.visit img {
  max-width: 100%;
  margin: 10px 0px;
}

.visit .gallery {
  display: flex;
  gap: 10px;
}

.visit .gallery img {
  width: 200px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

.visit .gallery img:hover {
  opacity: 0.7;
}

/* img rooms */
.rooms {
  margin-top: 50px;
  margin-bottom: 40px;
}

.rooms img {
  width: 100%;
  margin: 9px 0px;
}

.rooms .img-first {
  width: 100%;
  height: 460px;
  background-position: center;
  background-size: cover;
}

.rooms .img-gallery {
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
}

.rooms .gallery {
  display: flex;
  gap: 10px;
}

.rooms .gallery img {
  width: 200px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}

.rooms .gallery img:hover {
  opacity: 0.7;
}

.rooms .slick-prev {
  left: -25px;
  display: none;
}

.rooms .slick-next {
  right: -25px;
  display: none;
}

/* rooms mobile  */
.rooms-mobile {
  display: none;
}

.rooms-mobile .x {
  margin-top: 20px;
}

.rooms-mobile img {
  max-width: 100%;
  padding: 0px 5px;
}

.rooms-mobile .slick-next {
  right: -25px;
  display: none !important;
}

.rooms-mobile .slick-prev {
  left: -25px;
  display: none !important;
}

.rooms a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.rooms button {
  border: 1px solid #000;
  border-radius: 10px;
  background: #ffffff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding: 9px 17px;
  position: relative;
  top: -65px;
  right: -110px;
  /* left: 0; */
  width: 180px;
  transition: 100ms;
}

.rooms button:hover {
  background: #ffa500;
  border: 1px solid #ffa500;
  transition: all 0.3s;
}

.rooms button i {
  margin-right: 10px;
}

.img-thumbnail-fixed {
  height: 250px;
  /* Set a fixed height */
  object-fit: cover;
  /* Ensures the image covers the entire area without distortion */
  width: 100%;
  /* Ensures the image takes up the full width of the column */
}

.main-img {
  height: 500px;
  /* Set the height of the main image */
  object-fit: cover;
  /* Ensures the image covers the entire area without distortion */
  width: 100%;
  /* Ensures the image takes up the full width of the column */
}

/* .modal.show .modal-dialog {
    transform: none;
    margin: 0 !important;
    width: 100% !important;
} */

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 100%;
  }
}

/* rate */
.rate {
  margin-bottom: 60px;
}

.rate .kanan {
  text-align: right;
}

.rate .kanan button:hover {
  background: #ffb200;
  color: #000;
}

.rate .kanan button {
  border: none;
  background: #0c3a52;
  padding: 14px 25px;
  height: 50px;
  border-radius: 16px 0px 16px 0px;
  font-family: Montserrat;
  transition: all 250ms;
  font-size: 16px;
  font-weight: 700;
}

/* .rate .kiri {
    border-bottom: 1px solid #000;
} */

.rate .bintang li i {
  color: #0c3a52;
}

.rate .kiri ul li i {
  color: #0c3a52;
}

.rate .kanan .book {
  color: #fff;
  font-weight: 700;
  font-family: Montserrat;
}

.rate .kanan b {
  font-size: 30px;
  font-family: Montserrat;
}

.rate .kanan p {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: Montserrat;
}

.rate .kiri ul li i {
  margin-right: 5px;
}

.rate .kiri ul {
  padding: 0;
}

.rate .kiri ul li {
  display: inline-block;
  padding: 5px;
  color: #0c3a52;
  font-weight: 500;
  font-family: Montserrat;
}

.rate .kiri h1 {
  font-size: 38px;
  font-weight: 700;
  font-family: Montserrat;
  color: #000;
  margin-bottom: 10px;
}

.rate ul.bintang {
  margin-bottom: 40px;
  display: none;
}

.rate .kiri h2 i {
  margin-right: 10px;
}

.rate .kiri h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat;
  color: #000;
}

.rate ul li b {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  margin-right: 5px;
}

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

/* item */
.item {
  padding: 50px;
  padding-left: 0;
  padding-top: 0;
  /* border-bottom: 1px solid #000; */
}

.item img {
  width: 25px;
  margin-right: 20px;
}

.item p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: Montserrat;
  color: #000;
}

.item ul {
  padding: 0;
  margin: 0;
}

.item ul li {
  list-style-type: none;
  margin: 10px;
}

/* fasilitas */
.fasilitas {
  margin-bottom: 50px;
  border-bottom: 1px solid gray;
}

.fasilitas .ja {
  padding-left: 0;
}

.fasilitas .x {
  margin-bottom: 30px;
}

.fasilitas .x img {
  max-width: 65%;
  display: block;
  margin: 0 auto;
}

.fasilitas .x h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: Montserrat;
  color: #000;
}

.fasilitas .x p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
  color: #000;
}

.fasilitas p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
  color: #000;
  text-align: justify;
}

/* riview */
.riview {
  margin-top: 20px;
}

.review b {
  font-size: 23px;
  font-weight: 500;
  font-family: Montserrat;
  color: #0000004d;
}

.riview h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: Montserrat;
  color: #000000;
  margin-bottom: 0;
}

.riview h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: Montserrat;
  color: #000000;
  margin-bottom: 10px;
}

/* coment */
.komentar .coment .back h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: Montserrat;
  color: #000;
  margin-bottom: 16px;
  margin-top: 16px;
}

.komentar .coment .back p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  font-family: Montserrat;
  color: #000;
}

.komentar .coment .back b {
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  color: #00000080;
}

.komentar .coment .back h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  color: #000;
}

.komentar .coment .back {
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 11px;
  width: 500px;
  border-radius: 30px;
  margin: 10px 7px;
}

/* contact and maps */
.maps {
  border-top: 1px solid gray;
  margin-top: 80px;
  margin-bottom: 80px;
}

.maps h2 {
  font-weight: 700;
  font-family: Montserrat;
  margin-top: 50px;
  margin-bottom: 20px;
}

.maps .kanan h3 {
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.maps .kanan button {
  border: none;
  padding: 13px 40px;
  background: #0c3a52;
  border-radius: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: Montserrat;
  margin-top: 20px;
}

.maps .kanan input {
  width: 100%;
  margin: 13px 0px;
  border: none;
  background: #efefef;
  border-bottom: 1px solid #00000099;
}

.maps .kanan {
  background: #efefef;
  padding: 30px 20px;
  border-radius: 20px;
}

.maps iframe {
  width: 100%;
}

/* faqs */
.faqs {
  border-top: 1px solid gray;
  margin-bottom: 80px;
}

.faqs h1 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 48px;
  font-size: 38px;
  font-family: Montserrat;
  margin-top: 50px;
}

.faqs .accordion-item {
  border: none;
  border-radius: 20px;
}

.faqs button.accordion-button.collapsed {
  background: #ffb200;
  margin: 10px 0px;
  border-radius: 10px;
}

.faqs .accordion-button:focus {
  z-index: 3;
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 18%);
}

.faqs .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0c3a52;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.faqs .accordion-body {
  background: #ffa500;
  border-radius: 0px 0px 20px 20px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* topic */
.pilihan h6 {
  width: 88px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-weight: 600;
  background: #3bc6bb1a;
  color: #0c3a52;
  padding: 8px 22px;
}

.pilihan .o h2 {
  font-size: 40px;
  line-height: 49px;
  font-family: Montserrat;
  font-weight: 700;
  text-align: right;
  margin-right: 50px;
}

.pilihan .o .see:hover {
  background: #ffb200;
  border: 2px solid #ffb200;
  color: #000;
}

.pilihan .o .see {
  background: #fff;
  color: #3bc6bb;
  border: 2px solid #ccc;
  padding: 14px 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  float: right;
  margin-top: 0px;
  transition: all 250ms;
}

.pilihan .card {
  margin-top: 30px;
  padding: 0px 0 57px;
  border: none;
  margin: 5px;
}

.topic .card-img-top ul {
  padding: 0;
  margin-top: 220px;
  margin-left: 10px;
}

.pilihan .card-img-top ul li {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.pilihan .card-img-top ul li i {
  color: #fff;
}

.pilihan .card-img-top {
  background-size: cover;
  height: 250px;
  background-position: center;
}

.pilihan .card-body {
  padding: 10px;
}

.pilihan ul {
  padding: 0;
  margin: 0;
}

.pilihan ul .kategori {
  background: #3bc6bb1a;
  border-radius: 60px;
  padding: 5px 15px;
}

.pilihan ul li {
  display: inline-block;
  color: #3bc6bb;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 5px;
  font-family: Montserrat;
}

.pilihan p {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pilihan a {
  text-decoration: none;
}

.pilihan .detail:hover {
  background: #ffb200;
  color: #000;
}

.pilihan .card-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}

.pilihan .detail {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  background: #0c3a52;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding: 10px 20px;
  transition: all 250ms;
  float: right;
}

.pilihan button.slick-next.slick-arrow {
  display: none;
  border: none;
  background: none;
  color: #fff;
  /* border: 1px solid #000;
    padding: 11px 15px;
    float: inline-end;
    margin-top: -430px;
    margin-right: -25px;
    display: block;
    position: relative;
    z-index: 2;
    background: #fff; */
}

.pilihan .slick-prev.slick-arrow {
  display: none;
  border: none;
  background: none;
  color: #fff;
  /* border: 1px solid #000;
    padding: 11px 15px;
    float: left;
    margin-top: 155px;
    margin-right: -35px;
    display: block;
    position: relative;
    z-index: 2;
    background: #fff; */
}

.pilihan .slick-prev:before,
.slick-next:before {
  display: none;
  font-family: "slick";
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 12px;
  opacity: 27.9;
  border-radius: 100px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  color: black;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 99;
  top: -85px;
  margin-left: -14px;
  /* right: 6px; */
  -moz-osx-font-smoothing: grayscale;
}

/* contact */
.contact .back {
  background-image: url("https://balibestdeals.alamaya.asia/wp-content/uploads/2024/05/Rectangle-81.jpg");
  padding: 40px;
  background-position: center;
  margin-bottom: 150px;
  background-size: cover;
}

.contact textarea {
  resize: vertical;
  width: 100%;
  border: 1px solid #000;
}

.contact .send {
  border: none;
  width: 100%;
  background: #0c3a52;
  color: #fff;
  height: 45px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  transition: all 250ms;
}

.contact .send:hover {
  background: #ffb200;
  color: #000000;
}

.contact .jarak {
  padding-bottom: 10px;
}

.contact .fom {
  background: #fff;
  padding: 36px;
}

.contact input:focus-visible {
  border: none;
}

.contact input {
  background: none;
  color: #000;
  font-weight: 500;
  border: none;
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 16px 0px;
}

.contact ::placeholder {
  color: #868686;
}

.contact .y h1 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 41px;
  margin-top: 110px;
}

.contact .y p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.content-ka .chek .reservation-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: auto;
  /* position: relative;
  top: 170px; */
}

.content-ka .chek .price h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}

.content-ka .chek .price span {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.content-ka .chek .form-group {
  position: relative;
  margin-bottom: 20px;
}

.content-ka .chek .form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.content-ka .chek .calendar-icon {
  position: absolute;
  right: 10px;
  top: 48px;
  background: url("https://img.icons8.com/ios-filled/50/000000/calendar.png")
    no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.flatpickr-calendar.static {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000;
  width: 100%;
}

.flatpickr-months .flatpickr-month {
  height: 55px !important;
}

.flatpickr-current-month .numInputWrapper {
  margin-left: 15px !important;
}

.flatpickr-wrapper {
  display: block !important;
}

.content-ka .chek h5 {
  font-size: 14px;
  text-align: left;
  color: #aebac6;
}

.form-group {
  position: relative;
}

.content-ka .chek .reserve-btn {
  background-color: #ffa500;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  transition: 100ms;
}

.content-ka .chek .reserve-btn:hover {
  background: #0c3a52;
  color: #fff;
}

/* co bottom */
.co-bottom {
  display: none;
}

.co-bottom {
  position: sticky;
  z-index: 9;
  bottom: 0;
}

.co-bottom .cek {
  padding: 0;
}

.co-bottom .co {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: auto;
  position: sticky;
}

.co-bottom .co .price h1 {
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}

.co-bottom .co .price span {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.co-bottom .co .reserve-btn {
  background-color: #ffa500;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24 px;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}

/* pembayaran mobile */
.pay-mobile {
  display: none;
}

.pay-mobile p {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 10px;
}

.pay-mobile .pay .reservation-container {
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;
  width: auto;
  position: sticky;
  margin-top: 40px;
}

.pay-mobile .pay {
  padding: 0;
}

.pay-mobile .pay .form-group {
  margin-bottom: 20px;
  width: 100%;
}

.pay-mobile .pay .form-group input,
.form-group select {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.pay-mobile .pay .calendar-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("https://img.icons8.com/ios-filled/50/000000/calendar.png")
    no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* our staf */
.staf {
  background: #9eeee74d;
  padding: 80px 20px;
  margin-top: -90px;
  margin-bottom: 80px;
}

.staf .y {
  margin-top: 24px;
  margin-bottom: 117px;
}

.staf .back img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 20px;
}

.staf .back h6 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.staf .back p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.staf .back {
  background: #fff;
  padding: 20px;
  margin: 10px 0px;
}

.staf h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  margin-top: 21px;
  margin-bottom: 62px;
}

.staf .tag {
  padding: 5px;
  background: #0c3a52;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

/* about us */
.aboutus .rekat a {
  text-decoration: none;
  color: #3bc6bb;
}

.aboutus .rekat .tag {
  padding: 5px;
  background: #3bc6bb1a;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  text-decoration: none;
}

.aboutus .real {
  position: relative;
}

.aboutus img {
  width: 459px;
  z-index: 2;
  position: relative;
}

.aboutus h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  padding: 13px 0 10px;
}

.aboutus p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}

.aboutus .overlay {
  position: absolute;
  top: -42px;
  left: 105px;
  width: 414.75px;
  height: 318.72px;
  background-color: #0c3a52;
  z-index: 1;
}

.aboutus {
  margin-top: 65px;
  margin-bottom: 80px;
}

.aboutus .overle {
  color: #1ee4d463;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* breadcrumb */

.breadcrumb a {
  color: #0c3a52;
  text-decoration: none;
  background: none;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px 0px 20px 0px;
  transition: all 250ms;
  margin: 10px;
}

.breadcrumb a:hover {
  color: #ffb200;
}

.breadcrumb .post.post-page.current-item {
  background: #0c3a52;
  color: #fff;
  padding: 7px 12px;
  border-radius: 15px 0px 15px 0px;
  font-weight: 500;
  font-size: 15px;
  margin: 10px;
}

.breadcrumb .post.post-villa.current-item {
  background: #0c3a52;
  color: #fff;
  padding: 7px 12px;
  border-radius: 15px 0px 15px 0px;
  font-weight: 500;
  font-size: 15px;
  margin: 10px;
}

.breadcrumb span.post.post-post.current-item {
  background: #0c3a52;
  color: #fff;
  padding: 7px 12px;
  border-radius: 15px 0px 15px 0px;
  font-weight: 500;
  font-size: 15px;
  margin: 20px 10px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  background: #0c3a520a;
  text-align: center;
  padding: 50px 20px 20px 20px;
}

/* pencarian */
.pencarian .navbarr {
  /*justify-content: center;*/
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  top: -40px;
  margin: 0 auto;
  width: 840px;
  border-radius: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.pencarian .dropdown {
  position: relative;
  /*display: inline-block;*/
  /*margin: 0 30px;*/
}

.pencarian .dropbtn {
  background-color: #ffffff;
  color: #333;
  padding: 10px 22px;
  padding-left: 0;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.pencarian .dropdown p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  text-align: left;
  margin-bottom: 0px;
}

.pencarian .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  border-radius: 5px;
  border: none;
}

.pencarian .dropdown-content label input {
  margin-right: 5px;
}

.pencarian .dropdown-content label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  font-family: Montserrat;
}

.pencarian .dropdown-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  float: right;
}

.pencarian .reset-btn,
.apply-btn {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
}

.pencarian .apply-btn {
  color: #28a745;
}

.pencarian .search-btn {
  background-color: #0c3a52;
  color: white;
  padding: 13px 20px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
}

.pencarian .dropdown:hover .dropdown-content {
  width: 240px;
  display: block;
  overflow: scroll;
  height: 200px;
}

/* footer */
.footer {
  padding: 60px;
  padding-bottom: 20px;
  background: #0c3a52;
}

.footer .jarak {
  margin-bottom: 45px;
}

.footer .logo {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}

.footer h6 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
}

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

.footer ul li a {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  transition: all 250ms;
}

.footer ul li {
  margin: 10px;
  list-style-type: none;
  margin-left: 0;
}

.footer .sosmed li i:hover {
  color: #000;
  background: #ffb200;
}

.footer .sosmed li i {
  background: #fff;
  color: #0c3a52;
  padding: 10px 12px;
  border-radius: 60px;
  font-size: 22px;
  transition: all 100ms;
}

.footer .sosmed li {
  display: inline-block;
}

.footer ul {
  padding: 0;
  margin: 0;
}

.footer ul.sosmed {
  margin-top: 25px;
  margin-bottom: 80px;
}

.footer .x {
  border-bottom: 1px solid #fff;
}

.footer .y {
  margin: 45px 0;
  margin-bottom: 0;
}

.footer .y .copyright p {
  text-align: left;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}

.footer .y .pt p {
  text-align: right;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}

.footer .y .pt img {
  width: 20%;
}

@media (max-width: 600px) {
  .banner {
    padding: 50px 25px;
  }

  .banner h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner .title {
    font-size: 38px;
  }

  .header-contact {
    padding: 60px 5px 10px 5px;
  }

  .header-contact ul li i {
    margin-right: 5px;
  }

  .header-contact p {
    font-size: 17px;
    margin-bottom: 10px;
    display: none;
  }

  .header-contact ul {
    text-align: left;
  }

  .header-contact ul li {
    margin-left: 2px;
  }

  .header-contact ul li a {
    font-size: 14px;
  }

  .pencarian .navbarr {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .pencarian .xx {
    display: inline !important;
    font-weight: bold;
  }

  .pencarian .y {
    padding-left: 0;
  }

  .content-ka .chek .reservation-container {
    width: 100%;
    margin-top: 40px;
  }

  .pencarian .dropdown {
    /*margin: 0 20px;*/
  }

  .profile {
    padding: 80px 20px 60px 20px;
  }

  .profile img {
    top: -165px;
  }

  .profile .back {
    height: 205px;
  }

  .profile h1 {
    font-size: 26px;
  }

  .profile .title {
    margin-bottom: 10px;
  }

  .profile p {
    font-size: 15px;
  }

  .profile .read {
    margin: 0 auto;
    display: block;
  }

  .property {
    padding: 0px;
    top: -250px;
    margin-bottom: -120px;
  }

  .property .x .card-img-top ul {
    padding-top: 215px;
  }

  .property .x h6 {
    font-size: 16px;
  }

  .property .x .y h5 {
    font-size: 15px;
  }

  .property h2 {
    font-size: 22px;
    line-height: 36px;
  }

  .property .more {
    margin-top: -45px;
    padding: 15px 15px;
  }

  .property .x .card {
    padding: 0px;
    padding-bottom: 5px;
  }

  .property .x .y .detail {
    float: right;
    margin-left: 0px;
  }

  .property .x p {
    margin-bottom: 10px;
  }

  .title-property {
    padding: 20px;
    margin-top: 0;
  }

  .title-property h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .title-property .more {
    margin-top: 1240px;
    border: 2px solid #ccc;
    width: 100%;
  }

  .promote h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .title-promote h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: -30px;
  }

  .promote {
    margin-top: 0;
  }

  .topic h6 {
    margin-bottom: 10px;
  }

  .topic .x .card {
    padding: 0;
  }

  .topic {
    padding: 10px 20px 55px 20px;
    margin-top: 40px;
  }

  .topic .o h2 {
    text-align: center;
    margin-right: 0;
    font-size: 28px;
  }

  .topic .o .see {
    margin-top: 0;
    width: 100%;
    top: 1600px;
    position: relative;
  }

  .contact {
    padding: 40px 20px;
  }

  .contact .now {
    margin-top: 28px;
    width: 100%;
  }

  .property .x {
    padding: 20px;
  }

  .rate .kiri ul li {
    font-size: 14px;
  }

  .rate .kiri h1 {
    font-size: 30px;
  }

  .banner p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .contact p {
    text-align: justify;
    font-size: 17px;
  }

  .footer {
    padding: 20px;
  }

  .footer .logo {
    max-width: 50%;
    display: none;
    float: left;
  }

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

  .footer ul {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .footer ul.sosmed {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer .y {
    margin: 30px 0;
  }

  .footer .y .copyright p {
    font-size: 13px;
    text-align: center;
  }

  .footer .y .pt p {
    text-align: center;
    margin-top: 20px;
  }

  .footer .y .pt img {
    max-width: 35%;
  }

  .staf {
    margin-top: 0;
  }

  .staf h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .contact .back {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 25px;
  }

  .contact .y h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-top: 0px;
  }

  .contact .y p {
    text-align: left;
    font-size: 17px;
  }

  .komentar .coment .back {
    padding: 17px 5px;
  }

  .infonav .tengah ul li {
    padding: 6px 10px;
  }

  .infonav .tengah {
    text-align: center;
  }

  .rate .kiri p {
    font-size: 16px;
    margin: 15px 0px;
  }

  .item p {
    font-size: 14px;
  }

  .rate .kiri h2 {
    margin-left: 5px;
    font-size: 14px;
  }

  .footer .y .pt img {
    width: 40%;
  }

  .infonav {
    top: 50px;
  }

  .rate .kanan p {
    text-align: left;
  }

  .rate .kanan button {
    float: left;
  }

  .fasilitas {
    padding: 20px 10px;
  }

  .fasilitas i {
    font-size: 50px;
    display: block;
    margin: 0 auto;
    width: 50px;
  }

  .maps .kanan {
    margin-top: 23px;
  }

  .maps {
    padding: 20px;
  }

  .faqs h1 {
    line-height: 10px;
    font-size: 22px;
  }

  .visit {
    padding: 20px;
    margin-top: -40px;
  }

  .visit h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .visit strong {
    font-size: 17px;
    text-align: justify;
  }

  .visit p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
  }

  .breadcrumb span.post.post-post.current-item {
    margin: 22px 10px;
    display: block;
  }

  .pencarian .search-btn {
    /*        margin-left: 270px;
        margin-top: -60px;*/
    margin-top: 20px;
    width: 100%;
    margin-top: 15px;
  }

  .breadcrumb {
    padding: 20px 25px 32px 25px;
    display: none;
  }

  .breadcrumb .post.post-villa.current-item {
    margin: 40px 35px;
    position: relative;
    top: 10px;
  }

  .fasilitas .x img {
    max-width: 100%;
    display: block;
    margin: 0;
  }

  .fasilitas p {
    text-align: justify;
  }

  .fasilitas .ja {
    padding: 0;
  }

  .item {
    padding-top: 5px;
    padding: 0;
    padding-bottom: 30px;
    margin-left: -25px;
  }

  .rooms-mobile {
    display: block;
    margin-top: 30px;
  }

  .co-bottom .co .price h1 {
    font-size: 20px;
  }

  .pay-mobile .pay .form-group input,
  .form-group select {
    width: 100% !important;
    height: 46px !important;
    color: black !important;
  }

  .komentar .slick-slider {
    padding: 0 !important;
  }

  .komentar .container {
    padding: 0;
  }

  .riview b {
    font-size: 20px;
  }

  .rooms {
    display: none;
  }

  .content-ka .chek {
    /* display: none; */
  }

  .pay-mobile {
    display: block;
  }

  .co-bottom {
    display: block;
  }

  .fasilitas .x h1 {
    font-size: 16px;
    line-height: 18px;
  }

  .fasilitas .x p {
    font-size: 15px;
  }

  .komentar .coment .back p {
    font-size: 14px;
    line-height: 18px;
  }

  .topic .x {
    margin-bottom: 80px;
  }
}
