.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.bg-utama{
  background-color: var(--bs-primary);
}

.bg-kedua {
  background-color: var(--bs-secondary);
}

.bg-hitam{
  background-color: black;
}

.bg-putih{
  background-color: white;
}

.text-utama{
  color: var(--bs-primary);
}

.text-kedua {
  color: var(--bs-secondary);
}

.text-putih{
  color: white;
}

.text-hitam{
  color: black;
}

.text-kuning {
  color: #fab758;
}

.border-bottom-utama {
  border-bottom: 2px solid var(--bs-primary);
}

.border-left-utama {
  border-left: 5px solid var(--bs-primary);
}

.border-left-kedua {
  border-left: 5px solid var(--bs-secondary);
}

.wdt-25 {
  width: 25% !important;
}

@media (max-width: 768px) {
  .wdt-25 {
      width: 100% !important;
  }
}

.sosmed-kontak {
  width: 50px;
  height: 50px;
}

/* .detail-mark ul {
  padding-left: 15px;
}

.detail-mark li {
  padding-left: 15px;
}

.detail-mark ul li::marker {
  content: '⬗';
}

.detail-mark ul li::marker:nth-child(odd) {
  color: var(--bs-primary);
  background-color: #e5e5e5;
}

.detail-mark .border-utama {
  border: 1.5px var(--bs-primary) solid;
}

.detail-mark li:nth-child(odd) {
  background-color: #e5e5e5;
  color: var(--bs-primary);
} */

.list-check {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-check
  > li {
  position: relative;
  padding-left: 1.5rem;
}

.list-check
  > li
  + li,
.list-order
  > li
  + li {
  margin-top: 0.25rem;
}

.list-check
  > li::before {
  position: absolute;
  /*top: 50%;*/
  left: 0;
  font-family: Unicons !important;
  content: "\ebe0";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: var(
    --bs-primary
  );
  /*-webkit-transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
  /*-ms-transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
  /*transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
}
.list-check.include
  > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: Unicons !important;
  content: "\e9db";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: #198754;
  -webkit-transform: translate(
    0,
    -50%
  );
  -ms-transform: translate(
    0,
    -50%
  );
  transform: translate(
    0,
    -50%
  );
}
.list-check.fasilitas
  > li::before {
  content: "\e9db";
}

.contact-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  display: flex;
  gap: 10px;
}

.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px
    25px;
  text-align: center;
  text-decoration: none;
  transition: all
    250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px, 
    rgba(57, 181, 74, 0.25) 0 4px 8px,rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

.fog-ornament {
  z-index: 10;
  margin-bottom: -12px;
  display: flex;
  align-items: end;
}

@media (max-width: 767.98px) {
    .fog-ornament {
      margin-bottom: -1px;
      min-height: 3rem;
    }
    .swiper-container.dots-over .swiper-pagination {
        bottom: 4rem;
    }
}

.ornament-1 {
  z-index: 0;
  opacity: .5;
}
.sliderhome .background {
    position: absolute !important;
    inset: 0;
    background-size: cover !important;
    background-position: center;
    overflow: hidden;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.sliderhome .background img {
    object-fit: cover;
    object-position: center;
    animation: animatedBackground 10s linear infinite alternate;
}

/*** Feature Start ***/
@media (min-width: 992px) {
  .feature .feature-item {
      height: 160px;
  }
}

@media (max-width: 768px) {
  .feature .feature-item {
      height: 150px;
  }
}

.feature .feature-item {
  position: relative;
  display: flex;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.feature .feature-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover::before {
  width: 100%;
  background: black;
  color: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  display: inline-flex;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item .feature-icon .bg-unggul {
  background: black;
}

.feature .feature-item:hover .feature-icon {
  position: relative;
  z-index: 2;
}

.feature .feature-item:hover .feature-icon .bg-unggul {
  background: black;
}

.feature .feature-item:hover .feature-content {
  position: relative;
  color: white;
  z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
  color: var(--bs-primary);
}
/*** Feature End ***/

/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-item .team-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
  margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
  background: rgba(1, 194, 203, .3);
}

.team .team-item .team-content {
  color: black;
  transition: 0.5s;
}

.team .team-item .team-content h3 {
  font-family: Courgette;
  color: var(--bs-primary);
  transition: 0.5s;
}

.team .team-item:hover .team-content h3 {
  color: black;
}

.team .team-item:hover .team-content {
  background: rgba(1, 194, 203, .3);
  color: black;
}

.team ul {
  padding-left: 15px;
}

.team ul li::marker {
  /*content: '⬗';*/
}

.team ul li::marker:nth-child(odd) {
  color: var(--bs-primary);
  background-color: #e5e5e5;
}

.team .border-utama {
  border: 1.5px var(--bs-primary) solid;
}

.team li:nth-child(odd) {
  background-color: #e5e5e5;
  color: var(--bs-primary);
}
/*** Team End ***/

/*** Service Start ***/
.service .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item .service-img::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
  z-index: 5;
  
}

.service .service-item:hover .service-img::before {
  height: 100%;
  background: rgba(1, 194, 203, .3);
}

.service .service-item .service-img:hover img {
  transform: scale(1);
}

.service .service-item .service-content {
  position: relative;
  z-index: 2;

}

.service .service-item .service-content::before {
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(0, 0, 0, .5);
  transition: 0.5s;
  z-index: 3;
}

.service .service-item:hover .service-content::before {
  background: rgba(0, 0, 0, .5);
  height: 100%;
}

.service .service-item .service-content .service-content-inner {
  transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
  position: relative;
  color: var(--bs-primary) !important;
  z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
  color: black;
}
/*** Service End ***/

/*** List Check Start ***/
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.list-checked>li {
  position: relative;
  padding: 19px 0;
  padding-left: 2.25rem;
}

.list-checked>li+li,
.list-order>li+li {
  margin-top: 0;
}

.list-checked>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(22, 59, 222, .1);
  color: var(--bs-primary);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.lokasi {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
.list-checked.lokasi li span {
  padding: 0 0 5px 0;
  /* border-bottom: 3px solid var(--bs-primary); */
}
.list-checked.lokasi>li::before {
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(179, 179, 179, .3);
  color: red;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.border-bawah {
  border-bottom: 2px var(--bs-primary) solid;
  display: inline;
}

.wdt-20 {
  width: 20% !important;
}

@media (max-width: 768px) {
  .list-checked.lokasi {
    gap: 20px;
  }
  .list-checked.lokasi>li::before {
    position: absolute;
  }
  .wdt-20 {
    width: 50% !important;
  }
}

.list-checked.centang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f276";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.silang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(220, 53, 75, .3);
  color: rgb(220, 53, 75);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.img-section3 {
    position: relative;
    bottom: -72px;
}

.icon-footer{
    width: 50px;
    height: 50px;
}

@media (max-width: 767.98px) {
    .img-section3 {
        position: relative;
        bottom: 0;
    }
}

.sticky-img {
    position: sticky;
    top: 75px;
}

.owl-carousel .owl-item img {
    aspect-ratio: 1 / 1;
}

.owl-stage {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

/*** Galeri Start ***/
.galeri-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.galeri-card .galeri-card-img {
  width: 100%;
}

.galeri-card .galeri-card-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .galeri-card .galeri-card-overlay {
    -webkit-transition: none;
    transition: none;
  }
}

.galeri-card .galeri-card-overlay .galeri-card-caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
}

.galeri-card:hover .galeri-card-overlay {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .galeri-card {
    margin-bottom: 30px;
  }
  .service-card {
    margin-bottom: 30px;
  }
}

/*** keunggulan Start ***/
.keunggulan .keunggulan-item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.keunggulan .keunggulan-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(237, 252, 99, .4);
  z-index: -1;
  transition: 0.5s;
}

.keunggulan .keunggulan-item:hover::after {
  height: 100%;
}

.keunggulan .keunggulan-item .keunggulan-icon {
  width: 50px; 
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.keunggulan .keunggulan-item:hover .keunggulan-icon {
  border-radius: 50%;
  background: var(--bs-white) !important;
}

.keunggulan .keunggulan-item .keunggulan-icon img {
  transition: 0.5s;
}

.keunggulan .keunggulan-item:hover .keunggulan-icon img {
  color: var(--bs-secondary) !important;
  /*transform: rotate(360deg);*/
  /*transition: all 0.5s ease;*/
}
/*** keunggulan End ***/

/*** Wisata Start ***/
.judul-wisata {
  font-family: Bangers;
  font-size: 35px;
  color: var(--bs-primary);
}

@media (max-width: 767.98px) {
    .judul-wisata {
        font-size: 25px;
    }
}

.wisata .wisata-item {
  position: relative;
  border: 1.5px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.wisata h4 {
  font-family: Bangers;
  font-size: 25px;
  color: var(--bs-primary);
}

.wisata .wisata-item:hover {
  border: 1.5px solid var(--bs-primary);
}

.wisata .wisata-item .wisata-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.wisata .wisata-item .wisata-item-inner:hover {
  box-shadow: 0 0 50px rgba(2, 119, 2, .3);
}

.wisata .wisata-item-inner .wisata-img {
  background: var(--bs-light);
}

.wisata .wisata-item-inner .wisata-content {
  border-top: 4px solid var(--bs-primary);
  /* text-align: center; */
  background: var(--bs-light);
}

.wisata .wisata-item-inner .wisata-content:hover {
  background: linear-gradient(rgba(2, 119, 2, .5), rgba(255, 255, 255, 1));
}

.wisata .wisata-item-inner .wisata-review {
  display: flex;
  align-items: center;
}

.wisata-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.wisata-carousel .owl-nav .owl-prev,
.wisata-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.wisata-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.wisata-carousel .owl-nav .owl-next {
  right: 0;
}

.wisata-carousel .owl-nav .owl-prev:hover,
.wisata-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** Wisata End ***/

/*** Rental Start ***/
.rental-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  border: 3px solid transparent;
  transition: .5s;
}

.rental-item:hover {
  box-shadow: none;
  border: 3px solid var(--bs-primary);
  transition: .5s;
}

@media only screen and (min-width: 1250px) {
  .judul-rental{
      font-size: 22px;
  }
  .harga-rental{
      font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .judul-rental{
      font-size: 17px;
  }
  .harga-rental{
      font-size: 12px;
  }
}
/*** Rental End ***/

/*** Tabel Rental Start ***/
table {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  border: var(--bs-primary) 1px solid;
  width: 100%;
}

table th {
  padding: 10px;
  border-left:1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
  background: #ededed;
}

table th:first-child{  
  border-left:none;  
}

table tr {
  text-align: center;
  padding-left: 20px;
}

table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

table td {
  padding: 10px;
  /* border-top: 1px solid #ffffff; */
  border-bottom: 1px solid var(--bs-primary);
  border-left: 1px solid var(--bs-primary);
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr:last-child td {
  border-bottom: 0;
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
/*** Tabel Rental End ***/

/*** Owl & Swiper Dots Start ***/
.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in-out;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: black;
    margin: 0 .3rem;
}

.owl-dots button.owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--bs-secondary);
    border: 3px var(--bs-primary) solid;
}

.owl-dots button.owl-dot:focus {
    /*outline: 3px var(--bs-primary) solid;*/
}

.swiper-pagination {
    text-align: center;
    padding-top: 15px;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet{
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in-out;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 .3rem;
    padding: 0;
    background: black;
    border-radius: 50%;
    /*opacity: .5;*/
    /*border: 3px solid transparent;*/
    /*transform: scale(.6);*/
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: var(--bs-secondary);
    border-color: var(--bs-primary);
}
/*** Owl & Swiper Dots End ***/