@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");

:root,
[data-bs-theme="light"] {
  --base-color: #dfae32;
  --bs-primary: #dfae32;
  --bs-primary-light: #fcf8ee;
  --bs-primary-dark: #7a601f;
  --very-light-base-color: #fbeee1;
  --second-color: #676664;
  --third-color: #f8430a;
  --four-color: #3f78e0;
  --bs-primary-rgb: 223, 174, 50;
}

.primary-font {
  font-family: "Gilda Display", serif;
}

.alt-font {
  font-family: "Lexend", sans-serif;
}

.third-font {
  font-family: "Corinthia", cursive;
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-primary {
  background-color: var(--bs-primary);
}

.bg-primary-light {
  background-color: var(--bs-primary-light);
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark);
}

.bg-very-light-base-color {
  background-color: var(--very-light-base-color);
}

.bg-second-color {
  background-color: var(--second-color);
}

.text-base-color {
  color: var(--base-color);
}

.text-black {
  color: #000 !important;
}

.text-second-color {
  color: var(--second-color);
}

.btn-base-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

/* Background */
.background-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  /* opacity: 0.1; */
}

.background-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-2.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.03;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.07;
}

.background-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-tentang-kami.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-layanan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

/* Navbar */
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--base-color) 2px, transparent 2.5px);
}

/* Floating WA */
.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  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;
}

.contact-btn-1 {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-34 {
  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-34: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;
}

/* Button */
.btn-group-very-sm > .btn,
.btn-very-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}

.btn-group-very-sm > .btn-icon.btn,
.btn-icon.btn-very-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group-very-sm > .btn-icon.btn i,
.btn-icon.btn-very-sm i {
  font-size: 0.8rem;
}

/* Navbar */
.nav-link {
  color: black;
  font-size: 16px;
}

.navbar-clone.navbar-stick {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.home-slider {
  height: calc(100vh - 95px);
}
/* .swiper-fullscreen {
  height: calc(100vh - 95px) !important;
}
.home-slider {
  height: calc(100vh - 140px) !important;
} */

/* CKE Editor*/
.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

.description-list p strong {
  color: var(--black);
}

.description-list hr {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.header-title p strong {
  /* font-style: italic; */
  text-decoration: underline;
}

.desc-cta p {
  margin-bottom: 0px;
}

/* Artikel */
article .artikel:hover .card-body a.btn-outline-primary {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}

/* header page */
.swiper-slide.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 10%));
}

/* DESKRIPSI TOUR */
#description-tour table p {
  margin-bottom: 0px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  /* Scroll horizontal jika perlu */
}

#description-tour table {
  width: 100%;
  min-width: 600px;
  /*overflow-x: auto;*/
}

#description-tour table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: var(--base-color);
  color: white;
}

#description-tour table td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#description-tour table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

#description-tour table tr:hover {
  background-color: #ddd;
}

/* About Me */
@media (min-width: 992px) {
  .about-me-img {
    width: 20%;
  }
}

/*Swiper Bullte*/
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  border: solid 1px var(--bs-primary);
  background-color: transparent;
  opacity: 1;
}

/* FAQ */
.accordion-wrapper .card {
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  padding: 0.5rem 1.3rem;
}
.accordion-wrapper .card-header button.collapsed {
  color: #000;
}
.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.accordion-wrapper .card-header button.collapsed:before {
  content: "\ec5d";
}
.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  content: "\ec07";
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: #000;
}
.accordion-item .card-body {
  padding: 0 1.25rem;
}
.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}
.bg-primary-soft {
  background-color: #fff5d6 !important;
}
.goverlay {
  background: rgba(0, 0, 0, 0.9);
}

/* Card Artikel */
.article-card {
  display: flex;
  /* width: 600px; */
  /* background: white; */
  /* border-radius: 8px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.article-card .truncate-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card img {
  width: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.article-content {
  width: 50%;
  padding: 15px;
  /* background-color: #e0e0e0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.article-content h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.admin {
  font-size: 14px;
  color: gray;
  margin: 5px 0;
}

.description {
  font-size: 14px;
  color: #555;
}

.read-more {
  margin-top: 10px;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 992px) {
  .article-card img {
    width: 80%;
  }

  .article-card .box-artikel {
    left: -200px !important;
  }

  .article-card .box-artikel h5 {
    margin-bottom: 0px !important;
  }

  /* Keunggulan */
  #keunggulan picture {
    width: 20% !important;
  }
}

.price {
  white-space: nowrap;
}

.icon-logo-footer {
  right: 100px;
  bottom: 10px;
}

@media (max-width: 992px) {
  .icon-logo-footer {
    right: 20px;
    bottom: 10px;
  }
}

/* Keunggulan */
.keunggulan .card-keunggulan {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 16 / 9; */
  transition: 0.3s;
  border-radius: 17px;
  overflow: hidden;
}

.keunggulan .card-keunggulan img {
  transition: 0.3s;
  aspect-ratio: 3 / 5;
  object-fit: cover;
}

.keunggulan .card-keunggulan .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.keunggulan .card-keunggulan:hover .overlay {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.keunggulan .card-keunggulan .overlay .desc {
  font-weight: 200;
}

.keunggulan .card-keunggulan:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem !important;
  height: 3rem !important;
}

@media (max-width: 756px) {
  .section-title {
    border-width: 0px !important;
  }
  .keunggulan .card-keunggulan img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}

.wrapper-gallery {
  display: flex;
  align-items: center; /* Vertikal center */
  justify-content: center; /* Horizontal center */
  height: 100vh; /* Full viewport height */
  padding: 40px;
}

.section-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.section-gallery img {
  width: 180px; /* atau sesuaikan sesuai kebutuhan */
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.section-gallery img:hover {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .section-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .section-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bg-overlay-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 10%));
}

.navbar-stick .nav-link {
  color: black !important;
}

.navbar-stick .navbar-nav .nav-link.active,
.navbar-stick .navbar-nav .nav-link:hover,
.navbar-stick .navbar-nav .nav-link.show {
  color: var(--base-color) !important;
}

.breadcrumb.text-white .breadcrumb-item + .breadcrumb-item::before {
  color: white;
  margin-top: -2px;
}

/* Galeri Section */
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: auto;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-column img {
  width: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

/* Kolom 1, 3, dan 5 - gambar persegi */
.gallery-column:nth-child(1),
.gallery-column:nth-child(3),
.gallery-column:nth-child(5) {
  gap: 30px;
  margin: 20px;
}

.gallery-column:nth-child(1) img,
.gallery-column:nth-child(3) img,
.gallery-column:nth-child(5) img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Kolom 2 dan 4 - gambar dengan variasi ukuran */
.gallery-column:nth-child(2),
.gallery-column:nth-child(4) {
  gap: 30px;
}

.gallery-column:nth-child(2) a:first-child img {
  aspect-ratio: 3 / 4; /* portrait */
  object-fit: cover;
}

.gallery-column:nth-child(4) a:first-child img {
  aspect-ratio: 4 / 3; /* portrait */
  object-fit: cover;
}

.gallery-column:nth-child(2) a:last-child img {
  aspect-ratio: 4 / 3; /* landscape */
  object-fit: cover;
}

.gallery-column:nth-child(4) a:last-child img {
  aspect-ratio: 3 / 4; /* landscape */
  object-fit: cover;
}

@media (max-width: 756px) {
  .gallery {
    gap: 5px;
  }

  /* Kolom 1, 3, dan 5 - gambar persegi */
  .gallery-column:nth-child(1),
  .gallery-column:nth-child(3),
  .gallery-column:nth-child(5) {
    gap: 10px;
    margin: 5px;
  }

  /* Kolom 2 dan 4 - gambar dengan variasi ukuran */
  .gallery-column:nth-child(2),
  .gallery-column:nth-child(4) {
    gap: 10px;
  }
}

/*--------------------------------------------------------------
# ARTIKEL
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.services-four__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--elitecons-black-rgb), 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.services-four__single:hover .services-four__img::after {
  visibility: visible;
  opacity: 1;
}

.services-four__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.services-four__single:hover .services-four__img img {
  transform: scale(1.1);
}

.services-four__content {
  position: relative;
  display: block;
  background-color: var(--bs-white);
  /* border-bottom: 2px solid var(--base-color); */
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin: -90px 20px 0;
  padding: 20px;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.services-four__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.services-four__title a {
  color: var(--elitecons-black);
}

.services-four__title a:hover {
  color: var(--elitecons-base);
}

.services-four__text {
  margin-top: 6px;
  margin-bottom: 33px;
}

.services-four__btn-box {
  position: relative;
  display: block;
}

.services-four__btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.services-four__btn span {
  font-size: 14px;
}

.services-four__btn:hover {
  color: var(--elitecons-black);
}

/* Tabel Harga */
.description-p table {
  width: 100%;
}

.description-p table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #dddddd24;
  color: white;
}

.description-p table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.description-p p {
  margin-bottom: 0px;
}

/* .description-p table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */

.description-p table tr:hover {
  background-color: #dddddd24;
}

/* .desc-cat ol,
.desc-cat ul {
    padding-left: 0px;
} */

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.section-2 .img-about {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.section-2 .deskrip {
  left: -150px;
  right: 100px;
  top: 50%;
  margin-top: 70px;
}

@media (max-width: 756px) {
  .section-2 .deskrip {
    margin-top: 0px;
  }
}

.ls-05px {
  letter-spacing: 0.5px;
}

.second-img-wrapper {
  aspect-ratio: 4/2;
  object-fit: cover;
  max-width: 300px;
}

@media (max-width: 756px) {
  .second-img-wrapper {
    max-width: 215px;
  }

  .h-450px {
    height: 450px;
  }
}

/* ROOMS */
.portfolio-one {
  position: relative;
  display: block;
  z-index: 1;
}

.portfolio-one__inner {
  position: relative;
  display: block;
}

.portfolio-one__outer-box {
  position: relative;
  display: block;
}

.portfolio-one__single-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  gap: 10px;
}

.portfolio-one__single-box li {
  position: relative;
  flex: 0 0 50%;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  list-style: none;
}

.portfolio-one__single-box li.active {
  flex: 0 0 50%;
}

.portfolio-one__single-inner {
  position: relative;
  display: block;
  min-height: 420px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}

.portfolio-one__single-inner:hover {
  background: none;
  transition: all 0.5s ease;
}

.portfolio-one__single__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
  transition: all 500ms ease;
  /*border-radius: 5px;*/
  z-index: -1;
}

.portfolio-one__single__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7651435574229692) 9%,
    rgba(0, 0, 0, 0.7707457983193278) 14%,
    rgba(0, 0, 0, 0.5494572829131652) 35%,
    rgba(0, 0, 0, 0.48783263305322133) 57%,
    rgba(0, 0, 0, 0.35057773109243695) 95%
  ); */
  opacity: 0;
  /*border-radius: 5px;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* -webkit-transform: perspective(540px) rotateX(-20deg); */
  -ms-transform: perspective(540px) rotateX(-20deg);
  /* transform: perspective(540px) rotateX(-20deg); */
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  content: "";
  z-index: 1;
}

.portfolio-one__single-inner:hover .portfolio-one__single__bg::before {
  opacity: 1;
  /* -webkit-transform: perspective(540px) rotateX(0deg); */
  -ms-transform: perspective(540px) rotateX(0deg);
  /* transform: perspective(540px) rotateX(0deg); */
}

.portfolio-one__single-content {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 80px;
    margin-right: 80px; */
}

.portfolio-one__single-content .text-box {
  position: relative;
  display: block;
  background: var(--billdins-white);
  /*border-radius: 5px;*/
  padding: 14px 20px 12px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  opacity: 1;
  /*transform: translateX(-4%);*/
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .text-box {
  opacity: 1;
  /*transform: translate(0);*/
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.portfolio-one__single-content .text-box p {
  margin: 0;
}

.portfolio-one__single-content .text-box h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-one__single-content .text-box h3 {
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* .portfolio-one__single-content .text-box h3 a:hover {
  color: var(--base-color);
} */

.portfolio-one__single-content .desc {
  height: 0;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .desc {
  height: fit-content;
  opacity: 1;
}
.portfolio-one__single-content .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(4%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .btn-box {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.portfolio-one__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 80px;
  background: var(--billdins-base);
  color: var(--billdins-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  border-radius: 5px;
}

.portfolio-one__single-content .btn-box a:hover {
  background: var(--billdins-white);
  color: var(--billdins-black);
}

.portfolio-one__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .portfolio-one__single-box li {
    flex: 1;
    flex-basis: 20%;
  }

  .portfolio-one__single-box li.active {
    flex: 2.3;
    flex-basis: 30%;
  }

  .portfolio-one__single-box
    li.active
    .project-style1__box-content
    .img-holder-img-bg {
    opacity: 0.8;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
  }

  .project-style1__box
    li.active
    .project-style1__box-content
    .project-style1__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .project-style1 {
    padding: 100px 0 100px;
  }

  .portfolio-one__single-box li.active {
    flex: 0 0 100%;
  }

  .project-style1__box-content {
    min-height: 550px;
  }

  .project-style1__box-content-inner {
    padding: 48px 30px;
    height: 550px;
  }

  .project-style1__box-content-inner-wrapper h4 {
    font-size: 28px;
  }
}

/* Section CTA */
.section-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}

#shapo-widget-14436cfb39c2d9a0994f {
  margin-bottom: -6rem;
}

#shapo-widget-14436cfb39c2d9a0994f .pb-10 {
  padding-bottom: 0 !important;
}

.other-article:last-child {
  border-bottom: none !important;
}

/* Events */
/* ======= Services style ======= */
.events .img {
  position: relative;
  overflow: hidden;
}
.events .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.events .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.events .content {
  width: 100%;
  padding: 30px;
}
.events .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.events .content .date h3 {
  font-size: 65px;
  font-weight: 500;
  color: var(--base-color);
  margin-bottom: 0px;
}
.events .content .date h6 {
  color: #676977;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.events .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.events .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 25px;
  color: black;
  font-weight: 400;
  /* line-height: 1.5em; */
}
.events .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--base-color);
  padding-left: 40px;
  position: relative;
}
.events .content .cont .more:after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  left: 0px;
}
.events .content .cont .more:hover {
  color: #7a601f;
}
.events .content .info h6 {
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--base-color);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.events .content .info .tags {
  color: var(--base-color);
}
@media screen and (max-width: 991px) {
  .events .content .cont h4 {
    line-height: 1.25em;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .events .content .date {
    width: 60px;
  }
  .events .content .info .tags {
    margin: 5px 0 0;
  }
  .events .content .date h3 {
    font-size: 40px;
  }
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Button Style */
.butn-dark {
  position: relative;
  line-height: 1.2em;
}
.butn-dark a {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: var(--base-color);
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
}
.butn-dark a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #7a601f;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-dark a span {
  position: relative;
  z-index: 2;
}
.butn-dark a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-dark a:hover span {
  color: #fff;
}

/* ======= News style ======= */
.news .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.news .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.news .item:hover .con {
  bottom: 0;
}
.news .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.news .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
  padding: 8px 10px 4px 10px;
  text-align: center;
}
.news .item .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.25em;
}
.news .item .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 27px;
  font-style: normal;
  color: #fff;
}
.news .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #222 !important;
  border: 1px solid #222;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}
.news .item .con .category {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.news .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: var(--base-color);
}
.news .item .con .category a:hover {
  color: var(--base-color);
}
.news .item .con .category a:last-child {
  margin-right: 0;
}
.news .item .con .category a:last-child:after {
  display: none;
}
.news .item .con h5,
.news .item .con h5 a {
  color: #fff;
  font-size: 24px;
  /* font-family: "Gilda Display", serif; */
  font-weight: 400;
  margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
  color: #fff;
}
.news .item .con p {
  color: #fff;
  font-size: 17px;
}
.news .item .con i {
  color: #fff;
  font-size: 20px;
}

/* ======= Rooms1 style ======= */
.dining .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.dining .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.dining .item:hover .con {
  bottom: 0;
}
.dining .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dining .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}
.dining .item .category a {
  color: #fff;
}
.dining .item .category:hover {
  color: #fff;
}
.dining-fas .item .con {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}
.dining .item .con h6,
.dining .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  /* font-family: "Barlow Condensed", sans-serif; */
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dining .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}
.dining .item .con h5,
.dining .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dining .item .con p {
  color: #fff;
  font-size: 20px;
}
.dining .item .con i {
  color: #fff;
  font-size: 18px;
}
.dining .item .con i:hover {
  color: #fff;
}
.dining .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}
.dining .item .con .butn-light:hover {
  border-color: #aa8453;
}
/* line animation */
.dining .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 15px;
}
.dining .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
/* facilities */
.dining .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dining .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}
.dining .facilities ul li i {
  margin-right: 10px;
}
/* permalink */
.dining .item .con .permalink {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}
.dining .item .con .permalink a {
  color: #fff;
  text-align: right;
}
.dining .item .con .permalink i {
  font-size: 10px;
  text-align: right;
}
.dining .item .con .permalink a:hover,
.dining .item .con .permalink i:hover {
  color: #aa8453;
}

/* ======= Rooms 2 style  ======= */
.rooms2 {
  position: relative;
}
.rooms2:last-child {
  margin-bottom: 20px;
}
.rooms2 figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}
.rooms2.left figure {
  margin-left: 0;
  margin-right: auto;
}
.rooms2 figure img {
  transition: all 0.3s ease;
  aspect-ratio: 4/2.5;
  object-fit: cover;
}
.rooms2 figure img:hover {
  transform: scale(0.98);
  transition: all 0.3s ease;
}
.rooms2 .caption {
  background: var(--bs-primary-light);
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 4% 4% 4% 4%;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.rooms2.left .caption {
  left: auto;
  right: 0;
  background: var(--bs-primary-light);
  /*padding: 4% 4% 4% 4%;*/
}

.rooms2 .caption.padding-left {
  padding-left: 4%;
}

.rooms2.left .caption.padding-left {
  padding-right: 4%;
}

.rooms2 .caption h4,
.rooms2 .caption h4 a {
  font-size: 35px;
  color: #222;
  margin-bottom: 5px;
}
.rooms2 .caption h3,
.rooms2 .caption h3 a {
  font-size: 24px;
  color: #ab8a62;
  margin-bottom: 0px;
}
.rooms2 .caption h3 span {
  font-size: 15px;
  color: #666;
  font-family: "Barlow", sans-serif;
}
.rooms2 .caption h6 {
  display: inline-block;
  color: #666;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.rooms2 .caption .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rooms2 .caption .info-wrapper .more {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.rooms2 .caption .info-wrapper .more i {
  color: #666;
  font-size: 10px;
}
.rooms2 .caption .info-wrapper .date {
  color: #222;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  background: transparent;
  border: 1px solid #ab8a62;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3px 12px;
}
.rooms2 .caption .info-wrapper .date:hover {
  background: transparent;
  border: 1px solid #222;
  color: #222;
}
@media (max-width: 991.98px) {
  .rooms2 figure {
    width: auto;
    margin: 0;
  }
  .rooms2 .caption {
    position: relative;
    left: 0;
    top: 220px;
    width: auto;
    padding: 30px 20px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.rooms2:last-child {
  margin-bottom: 0 !important;
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.three-columns {
  column-count: 3;
  column-gap: 30px;
}

.room-slider {
  height: calc(100vh - 95px - 34px) !important;
}

/* Facilities Home */

.facilities-home .item .title {
  position: absolute;
  bottom: 0;
    left: 0;
    margin: 15px;
  background-color: var(--bs-light);
  z-index: 100;
}
.facilities-home .item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: all 0.3s ease;
}

.facilities-home .item:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.facilities-home .item .overlay::before {
  content: "";
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 28;
  transition: all 0.4s ease;
}

.facilities-home .item:hover .overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) !important;
  z-index: 2;
  transition: all 0.4s ease;
}



/* Article */
.article-home .image-list .item figure {
  width: 10rem;
  height: 7rem;
}

.article-home .image-list .item img {
  object-fit: cover;
  transition: all 0.4s ease;
}

.article-home .image-list .item:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.article-home .main-item img {
  transition: all 0.4s ease;
}

.article-home .main-item:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.article-home .main-item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
  padding: 8px 10px 4px 10px;
  text-align: center;
}

.article-home .main-item .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.25em;
}

.article-home .main-item .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 27px;
  font-style: normal;
  color: #fff;
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.overlay * {
    color: black;
}

.navbar-stick:not(.navbar-dark) {
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
    /* background: rgba(var(--bs-primary-rgb)); */
    background: var(--bs-primary-light);
}

.offcanvas {
    background-color: black !important;
}

.btn.show,.btn:first-child:active{
    border:none !important;
}

/* Sosmed */
.cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
   border: 1px solid; 
  border-color: var(--medium-gray);
}

.cs_social_btns.cs_style_1 a {
  height: 40px;
  width: 40px;
  /*border-radius: 6px;*/
  /*background-color: white;*/
  color: var(--base-color);
  font-size: 25px;
}

 .cs_social_btns.cs_style_1 a:hover {
  /*background-color: var(--base-color);*/
  /*background: var(--bs-primary-dark);*/
  /*-webkit-background-clip: text;*/
  /*  -webkit-text-fill-color: transparent;*/
  color: var(--bs-primary-dark);
} 

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
    .swiper-fullscreen, .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
        height: 320px !important;
    }
}

/*Dinign FAs*/
.dining-fas .item .con {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  z-index: 50;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}
.dining-fas .item .con h6,
.dining-fas .item .con h6 a {
  position: relative;
  color: #fff !important;
  font-size: 15px;
  /* font-family: "Barlow Condensed", sans-serif; */
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dining-fas .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}
.dining-fas .item .con h5,
.dining-fas .item .con h5 a {
  position: relative;
  color: #fff !important;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dining-fas .item .con p {
  color: #fff;
  font-size: 20px;
}
.dining-fas .item .con i {
  color: #fff;
  font-size: 18px;
}
.dining-fas .item .con i:hover {
  color: #fff;
}
.dining-fas .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}
.dining-fas .item .con .butn-light:hover {
  border-color: #aa8453;
}
/* line animation */
.dining-fas .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 15px;
}
.dining .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}