/* General Styles */
body{
  font-family: 'Poppins';  
  background-color: #38422b;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.container,.container-fluid {
  width:100%;
  margin-right:auto;
  margin-left:auto
}

@media (min-width:1200px){
  .container {max-width:1140px}
}

.row {
  display:flex;
  flex-wrap:wrap; 
}

.col-lg-4{
  flex:0 0 auto;
  width:33.33333333%
}

.col-lg-6{
  flex:0 0 auto;
  width:50%
}

.col-lg-12{
  flex:0 0 auto;
  width:100%
}

.offset-lg-3{
  margin-left:25%
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  padding: 10%;
}
  
.section-heading h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 56px;
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  color: #f3f7fa;
  font-family: "Source Serif 4", Georgia, serif;
}

.text-center{
  text-align: center !important
}

.full-underline {
  border-top: 1px solid #a7b874; /* Adjust the color and thickness as needed */
  margin: 10px 0; /* Adjust the margin as needed */
}
  
/* Navigation */
.navbar {
  height: 68px;
  background-color: #ccd5c0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: 5;
}

.nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar ul {
  margin-right: 38px;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  /* margin-left: 20px; */
}

.navbar li a {
  display: block;
  color: #38422b;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar li a:hover {
  color: #6e7753; /* Change to the color you want on hover */
}

.navbar li a.tab {
  font-weight: bold;
}

.navbar img{
  width: 250px;
  height: 70px;
}


/* Hamburger menu styles */
.menu-button {
  display: none; /* Hide the button by default on larger screens */
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px; /* Adjust as needed */
  z-index: 3; /* Ensure the button is above the menu */
}

.menu-button i {
  color: #38422b;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

/* Styles for smaller screens */
@media screen and (max-width: 868px) {
  .navbar ul {
    display: none; /* Hide the menu by default on smaller screens */
  }

  .menu-button {
    display: block; /* Show the button on smaller screens */
  }

  .navbar ul.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px; /* Adjust as needed */
    right: -40px;
    padding: 0;
    background-color: #ccd5c0;
  }

  .navbar li {
    margin: 0;
  }

  .navbar li a {
    padding: 10px 20px; /* Adjust as needed */
  }
}

.tab{
  cursor: pointer;
  margin-right: 20px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 20px;
  text-align: center; /* Center the text */
  padding: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:not(:hover) .dropdown-menu {
  display: none;
}

/*
---------------------------------------------
About Page Style
--------------------------------------------- 
*/
.about-main-content {
  margin-top: 60px;
  background-image: url(../images/camotes.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130px 0px 200px 0px;
  margin-top: -1%;
}

.blur-bg {
  width: 100%;
  height: 100%;
  background: url(../images/camotes.jpg) no-repeat center center fixed;
  background-size: cover;
  filter: blur(5px) brightness(80%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-main-content .content {
  border-radius: 28px;
  text-align: center;
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-main-content .content h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1;
}

.about-main-content .content .line-dec {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 2px;
  background-color: rgba(250,250,250,0.3);
  margin: 20px auto;
}

.about-main-content .content p {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0px 15%;
  text-align: center; 
  font-weight: 500;
  margin-top: 25px;
  font-size: 20px;
}

.about-main-content .content .main-button {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.about-main-content .content .main-button a {
  background-color: #fff;
  color: #22b3c1;
  border-color: #fff;
}

.about-main-content .content .main-button a:hover {
  opacity: 0.9;
}

/* WHO WE ARE */
.aboutlv {
  margin-left: -1%;
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.aboutlv-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1%;
  margin-bottom: 5%;
}

.left {
  width: 70%;
  height: 650px;
  background: url(../images/cebu-left-image.jpg)
  no-repeat center / cover;
  border-radius: 5px;
}

.right {
  width: 80%;
  min-height: 350px;
  background-color:#6e7753;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
  margin-left: -50px;
}

.right h1 {
  font-size: 35px;
  font-weight: bold;
}

.right p {
  margin: 30px 0;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
  font-size: 18px;
}

/* TEAM MEMBERS */
.cities-town {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cities-town .slider-content {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  margin-top: -70px;
  background-color: #e5e4e4;
  border-radius: 23px;
  padding: 10px;
}
  
.cities-town .slider-content h2 {
  margin-bottom: 30px;
  font-size: 50px;
  color: #38422b;
  font-family: "Source Serif 4", Georgia, serif;
  text-align: center;
}

.cities-town .owl-nav {
  text-align: center;
  margin-top: 10px;
  padding: 30px;
}

.cities-town .owl-nav .owl-next span {
  display: none;
}

.cities-town .owl-nav .owl-next::after {
  font-family: "FontAwesome";
  content: '\f061'; 
  color: #38422b;
  font-size: 20px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #363f29;
  display: inline-block;
  line-height: 36px;
  border-radius: 200%;
  transition: all .3s;
  margin-left: 5px;
}

.cities-town .owl-nav .owl-prev span {
  display: none;
}

.cities-town .owl-nav .owl-prev::after {
  font-family: "FontAwesome";
  content: '\f060'; 
  color: #38422b;
  font-size: 20px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #363f29;
  display: inline-block;
  line-height: 36px;
  border-radius: 200%;
  transition: all .3s;
  margin-right: 5px;
}

.cities-town .owl-nav .owl-prev:hover::after,
.cities-town .owl-nav .owl-next:hover::after {
  color: #fff;
  background-color: #6e7753;
}

/* Styles for the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  justify-content: center;
  align-items: center;
}

.modal-content {
  margin: 5% auto;
  max-width: 100%;
  max-height: 150%;
  display: block;
}

.modal-content img {
  width: 100%;
  height: auto;
}

.close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 30px; /* Adjust top position as needed */
  right: 230px;
  cursor: pointer;
  z-index: 9999; /* Ensure it's above other elements */
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 15px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: -5px;
}

.gallery img {
  width: 200px;
  height: 350px;
  cursor: pointer;
  border-radius: 15px;
  display: block;
  object-fit: cover;
}

.gallery h4 {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
}

.cities-town .slider-content .gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(235, 233, 233, 0.3), rgba(185, 184, 184, 0.3));
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cities-town .slider-content .gallery:hover::before {
  opacity: 1;
}

.cities-town .slider-content .gallery:hover {
  transform: scale(1.1); 
}

/* CORE VALUES */
.values-container {
  position: relative;
  overflow: hidden; /* Hide overflowing parts of the image */
  margin-bottom: 20%;
}

/* Background image */
.background-image {
  position: absolute;
  width: 100%; /* Ensure full width of the container */
  height: 100%; /* Set height to 100% to match the container height */
  object-fit: cover; 
  z-index: -1; /* Move the image behind the boxes */
  top: 40px; 
  left: 0px; 
  opacity: 0.6; /* Adjust the opacity of the image */
}

.flex-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  margin: 3%;
  margin-bottom: 20%;
  margin-top: -1%;
  position: relative; /* Establish stacking context for z-index */
  z-index: 1; /* Keep the boxes above the image */
}

.box {
  flex: 1;
  border: 1px solid #fff; /*border for visualization*/
  background-color: #e5e4e4;
  margin: 10px;
  padding: 20px;
  width: calc(33.33% - 20px); 
  border-radius: 8px;
}

.box p{
  align-items: center; /* Vertical alignment */
  text-align: justify;
  color: #38422b;
  font-size: 18px;
  margin-top: 15px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column; /* Stack flex items vertically on smaller screens */
    margin-bottom: 10%;
  }

  .box {
    width: calc(100% - 50px);/* Make each box take up the full width on smaller screens */
  }
}

/* view all destination */
.destination-button {
  text-align: center; 
  display: flex; 
  align-items: center;
  justify-content: center; 
  margin: 15px;
}

.destination-button a {
  display: inline-block;
  padding: 13px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #0da326;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.destination-button a:hover {
  background-color: #9aa581;
}

/* Footer */
.imgbelow {
  position: relative;
  width: 100%;
  height: 98vh;
  overflow: hidden;
  margin-top: 10vh;
}

.text-container {
  position: absolute;
  top: 20%;
  text-align: center;
  color: white;
  z-index: 1;
  margin-left: 30px;
  width: 60%;
  align-items: center;
  justify-content: center;
}

.sub-description{
  text-align: left; 
  font-weight: 500;
  margin-top: -10px;
  font-size: 35px;
  line-height: 180%;
}

.imgbelow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* Adjust the colors and opacity as needed */
}

.imgbelow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .text-container {
    width: 70%;
    margin-left: 10px;
  }

  .sub-description {
    font-size: 30px; /* Adjust as needed for smaller screens */
  }
}

@media screen and (max-width: 568px) {
  .sub-description {
    font-size: 25px; /* Adjust as needed for smaller screens */
  }
}
  
/* footer(real) */
footer {
  background-color: #6e7753;
  text-align: center;
  padding: 25px 0;
}

.footer-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left-div-footer {
  flex: 0.4;
  padding: 20px;
  text-align: justify;
}

.right-div-footer {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.left-div-footer img{
  width: 103%;
  margin-top: -30px;
  margin-left: -15px;
}

.footer-contact {
  margin-top: 30px;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.footer-contact ul li {
  margin-right: 20px; 
}

.footer-contact a {
  text-decoration: none;
  color: inherit;
}

.fab {
  font-size: 30px; 
}

.footer-description ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: -15px;
}

.footer-description a {
  color: black; /* Set link color */
  text-decoration: none; 
}

.footer-description li a:hover {
  color: #9aa581; /* Adjust the color when the link is hovered */
}

.footer-description p{
  font-family: 'Poppins'; 
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.footer-content {
  align-items: center;
  padding: 0 20px; 
}

.copyright-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  margin-right: 20px;
}

