.navbar {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 16px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}

.navbar a:hover {
  font-weight: bold;
}

.navbar a i {
  margin-right: 4px;
}

.mailing {
  position: absolute;
  z-index: 99;
  left: 50px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 16px 16px 16px;
  font-size: 14px;
  display: flex;
  gap: 16px;
}

.mailing .mailing-details .title {
  font-weight: 600;
}
.mailing .mailing-details .description {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.mailing-details .form {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.mailing-details .form label {
  margin-bottom: 8px;
}

.mailing-details .form input {
  padding: 4px;
}

.mailing .follow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mailing .follow p {
  font-weight: 600;
}

.mailing .follow .icons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mailing .follow .icons a {
  background-color: #002d5c;
  height: 25px;
  width: 25px;
  padding: 4px;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mailing .follow .icons a:hover {
  background-color: white;
  color: #002d5c;
}

#menucon {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 20px 20px 20px;
}

#menucon > p {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

#menucon > p > span > a {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
}

.bgImage:after {
  position: absolute;
  z-index: 9999;
  font-size: 2rem;
  color: white;
  left: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 50px 0 50px 50px;
}

#gal1::after {
  content: "A HEAVEN OF PEACE & GRACEFUL SERVICE";
}
#gal2::after {
  content: "HEALTH & WELLBEING RETREAT";
}
#gal3::after {
  content: "THE TRUE ESSENCE OF BAGUS HOSPITALITY";
}
#gal4::after {
  content: "EXPERIENCE THE ESSENCE OF BALI";
}
#gal5::after {
  content: "BALI’S FIRST AGROTOURISM SITE";
}
#gal6::after {
  content: "AN EXPERIENCE YOU WILL CARRY IN YOUR MEMORY FOREVER";
}

#gal1 {
    background-image: url("../images/image-1.png");
    position: relative;
}

#gal2 {
    background-image: url("../images/image-2.png");
    position: relative;
}

#gal3 {
    background-image: url("../images/image-3.png");
    position: relative;
}

#gal4 {
    background-image: url("../images/image-4.png");
    position: relative;
}

#gal5 {
    background-image: url("../images/image-5.png");
    position: relative;
}

#gal6 {
    background-image: url("../images/image-6.png");
    position: relative;
}

#footer {
    bottom: 150px;
}

#pblogo + span {
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

#pblogo + span + br + span {
    color: white;
    font-size: 8px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    display: block;
}

#pblogo {
    background-size: contain !important;
    background:url(../images/bd-white.png) center center no-repeat;
}
.logo{
	background-image:url(../images/new-tile.png);
}

#logobox.default > a {
  background-image: url(../images/pbd.png);
  background-size: contain;
}
