
body {
    background-color: #f8f9fa;
    color: #131010;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
}
section{
  margin-top: 120px;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
h5{
    font-size: 1.5vh;
}
h3{
    font-size: 2.5vh;
    font-weight: 700;
}
#about h1{
  font-size: 3vh;
  font-family:'Times New Roman', Times, serif;
  font-weight: 550;
  color: #544719;
}
.beachVideo {
    width: 100%;
    height: 75vh; /* 50% of the viewport height */
}
.bgTest{
    background-color: #323225;
}
#full{
  background-color: #544719;
  color: white;
  width: 145vh;
  text-align: center;
}
#full:hover{
  background-color: #a48a2b;
}
#intro h2{
  font-size: 2.3vh;
  font-family:'Times New Roman', Times, serif;
  font-weight: 550;
  color: #544719;
  text-align: center;
}
#intro p{
  font-size: 1.6vh;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 500;
  color: #000000;
}
#intro img{
  min-height: 50vh;
  min-width: 100%;
}
#inquire{
  background-color: #665827;
  color: white;
  font-size: 2vh;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#inquire:hover{
  background-color: #b1973a;
  color: white;
}
.video h2{
    font-weight: 600;
}
.ventoso img{
    max-height: 34vh;
    min-width: 36vh;
}
.ventosoMap{
    width: 100%;
    height: 45vh;
}
.navbar-brand img{
    display: none;;
}
.navbar {
    width: 100%;
    background-color: #282525;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.navbar a, .navbar p{
    font-size: 1.2vh;
    font-weight: 600;
}
.nav-link {
    position: relative;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family:Arial, Helvetica, sans-serif
}
.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 100%;
    height: 2px; 
    background-color: rgb(122, 106, 25);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    color: rgb(160, 140, 24);
}
.nav-link:hover::after,
.nav-link:focus::after {
    transform: scaleX(1);
    color: rgb(140, 124, 36);
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #a0861e;
}
#package img{
  min-height: 32vh;
  border-radius: 2%;
  max-width: 100%; /* Ensure images don't overflow */
}
#package h2{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#package h3{
  margin-top: 10px;
  font-size: 2.3vh;
  font-weight: 550;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: center;
  color:#544719;
}
#package p{
  font-size: 1.5vh;
  text-align: center;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #000000;
}
#package1 img{
  min-height: 32vh;
  border-radius: 2%;
  max-width: 100%; /* Ensure images don't overflow */
}
#package1 h2{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#package1 h3{
  margin-top: 10px;
  font-size: 2.3vh;
  font-weight: 550;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color:#544719;
}
#package1 p{
  line-height: 10px;
  font-size: 1.5vh;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

  color: #010101;
}
#package2 img{
  min-height: 32vh;
  border-radius: 2%;
  max-width: 100%; /* Ensure images don't overflow */
}
#package2 h2{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#package2 h3{
  margin-top: 10px;
  font-size: 2.3vh;
  font-weight: 550;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color:#544719;
}
#package2 p{
  line-height: 10px;
  font-size: 1.5vh;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

  color: #000000;
}
.propertiesBG {
    background-color: rgb(230, 81, 13);
    margin-top: 13vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.35; /* 15% opacity
    z-index: -1; Ensure the overlay is behind the content
     */
  }
.heading h2{
    font-weight: 600;
    color: #68591e;
}
.heading-section{
    font-family:'Times New Roman', Times, serif;
    font-size:8vh;
}

.header{
    color: white;
    background-color:  rgb(230, 81, 13);
    box-shadow: 0 0 30px rgba(32, 31, 31, 0.08);
}
.header i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
} 
.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}
.logo{
    height: 6vh;
}
.logoAmega {
    z-index: 1;
    position: absolute;
    left: 10;
    bottom: 5;
    background-color: white;
    height: 14vh;
    width: 16vh;
    margin-right: 20vh;

}
.logoVent{
    height: 30vh;
    opacity: 2;
    filter: drop-shadow(10px 20px 10px rgb(21, 20, 19)); /* Adjust shadow properties */
}
.social-icon {
    font-size: 1rem;
    color: #fcfdfe;
    margin: 0 .5vh;
    transition: color 0.3s;
}
.social-icon:hover {
    color: #247fdf;
}
.tel{
    font-size: .8rem;
}
.title{
    font-size: 3px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    text-decoration-color: #59595e;
    text-decoration-skip:2px;
}
section{
    overflow: hidden;
}
#scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #FF4500; /* Set a orange-red background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 40%; /* Rounded corners */
    font-size: 12px; /* Increase font size */
}
#scrollToTopBtn:hover {
    background-color: #FF6347; /* Add a lighter orange-red background on hover */
}
.cont{
    background-color: #eeeeeecc;
}
.contIn{
    background-color: white;}
.cont .log{
    height: 20vh;
}
.footer {
    font-size: 14px;
    background-color: #1f1f24;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
}
.footer .icon {
    margin-right: 15px;
    font-size: 24px;
    line-height: 0;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
}
.footer .footer-links {
    margin-bottom: 30px;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-links ul a:hover {
    color: #fff;
}
.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}
.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}
.footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}
.footer .credits a {
    color: #fff;
}
.uline{
    height: .3vh;
}
.reverse-mobile .row {
    display: flex;
    flex-direction: row;
}
.owl-carousel img{
    height: 70vh;
    max-width: 70vh;
}
.owl-carousel{
    height: 70vh;
    max-width: 70vh;
}
.container {
    width: 100%;
    box-sizing: border-box;
  }
img {
    max-width: 100%;
    height: auto;
} 
#hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Place the video behind the content */
}
.hero-content {
    z-index: 1; /* Ensure the content is above the video */
    text-align: center;
}
.hero-image {
    max-width: 100%;
    height: auto;
}
.map-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.map-container iframe {   
  height: 40vh;
  width: 100vh;
}
.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0; /* Remove space between the divs */
}

.portfolio-container .col-lg-4, .portfolio-container .col-md-6 {
  padding: 0; /* Remove padding */
  margin-bottom: 0; /* Prevent extra gaps below images */
}

.portfolio-container img {
  width: 100%;
  max-height: 40vh; /* Ensure the image maintains its aspect ratio */
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect on hover */
  display: block;
}

.portfolio-container img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Fix the gap under image 3 and 6 by setting the flex-basis */
.portfolio-container .col-lg-4 {
  flex-basis: 33.33%; /* Ensure that each div takes up exactly 1/3 of the container width */
}
.zoom-in {
    animation: zoomInEffect 4s ease forwards;
}
@media (min-width: 1024px) {
  .banner {
    background-attachment: fixed;
  }
}
@media(max-width: 991px){
  #about h3{
    font-size: 1vh;
  }
  .about p{
      font-size: small;
      font-weight: 600;
  }
  .sidebar{
      background-color: rgba(244, 236, 236, 0.08);
      backdrop-filter: blur(10px);
      height:80vh;
      color: rgb(230, 81, 13);
  }
  .headerSidebar{
     padding-left: 10%;
     background-color: white;
     z-index: 4;
  }
  .navbar{
      position: fixed;
      top:0;
      right: 0;
      left: 0;
      background-color: white;
      transition: 0.3s;
      z-index: 999;
      padding: 0%;
  }
  .content {
      padding-top: 120px; /* Adjust padding for mobile view */
  }
  .navbar a, .navbar p{
      font-weight: 600;
      color: rgb(247, 245, 245);
      font-size: 1.8vh;
  }
  .nav-link {
      color: white;
      text-decoration:solid;
      text-decoration-thickness: 40px;
  }
  .amega p{
      font-size: 1.4vh;
      color: #331904;
      margin: 0;
      padding: 0;
  }
  .Resto p{
      font-size: 1.4vh;
      color: #331904;
  }
  .heading-section {
      font-size: 4vh;
      font-family:'Times New Roman', Times, serif;
  }
  .beachVideo {
      width: 100%; /* Still full width */
      height: 75vh; /* Reduce height to 30% of viewport height */
  }  
  .ventoso img{
      min-height: 10vh;
  }
  .navbar-brand img{
      display: block;;
  }
  .heading h2{
      font-size: 2.4vh;
  }
  .owl-carousel img{
      max-height: 50vh;
      max-width: 40vh;
  }
  .owl-carousel{
      max-height: 50vh;
      max-width: 40vh;
  }  
}
@keyframes appear {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 10px;
  }
  .content {
    padding: 10px;
  }
  .header{
      content: none;
      display: none;
  }
  .logoAmega{
      position: fixed;
  }  
  .buttons button {
    padding: 8px 16px;
  } 
  .container {
    width: 100%;
    padding: 10px;
  }
  /* Adjust other styles as needed */
}
@keyframes zoomInEffect {
  0% {
      transform: scale(0.5);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
@media (max-width: 768px) {
  section{
    margin-top: 50px;
  }
  .navbar a, .navbar p{
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 1.9vh;
  }
  .clientImg {
      width: 100px; /* Adjust size for mobile screens */
  }
  .reverse-mobile .row {
      flex-direction: column-reverse;
  }  
  .uline {
      width: 50px;
  }
  #about h1{
    font-size: 2.8vh;
  }
  #full{
    
    width: auto;
    text-align: center;
  }   
  #intro{
    flex-direction: column-reverse;
  }
  #intro img{
    margin-bottom: 20px;
    min-height: 40vh;
    min-width: 100%;
  }
  #intro h2{
    font-size: 3vh;
  }
  #intro p{
    font-size: small;
  }
  #hero {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  #hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    z-index: -1; /* Place the video behind the content */
  }  
  .portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* Remove space between the divs */
  }  
  .portfolio-container .col-lg-4, .portfolio-container .col-md-6 {
    padding: 0; /* Remove padding */
    margin-bottom: 0; /* Prevent extra gaps below images */
  }  
  .portfolio-container img {
    width: 100%;
    min-height: 20vh; /* Ensure the image maintains its aspect ratio */
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect on hover */
    display: block;
  }  
  .portfolio-container img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
  }  
  /* Fix the gap under image 3 and 6 by setting the flex-basis */
  .portfolio-container .col-lg-4 {
    flex-basis: 33.33%; /* Ensure that each div takes up exactly 1/3 of the container width */
  }
}
/* Responsive design */
@media (max-width: 1200px) {
  .col-lg-3 {
    flex: 1 0 30%; /* Adjust width for large screens */
  }
}

@media (max-width: 992px) {
  .col-md-4 {
    flex: 1 0 48%; /* Show 2 items per row by making each item take ~50% of the width */
    margin-bottom: 20px;
  }
  
  .d-flex {
    flex-wrap: wrap; /* Allow wrapping for items on medium screens */
  }
  #package h3 {
    font-size: 1.6vh; /* Reduce the font size for smaller screens */
  }
  #package1 h3 {
    font-size: 1.6vh; /* Reduce the font size for smaller screens */
  }
}

@media (max-width: 768px) {
  .d-flex {
    flex-direction: column;
  }

  .col-lg-3, .col-md-4 {
    flex: 1 0 100%; /* Full width for small screens */
    margin-bottom: 20px;
  }

  #package h3 {
    font-size: 2vh; /* Reduce the font size for smaller screens */
  }
  #package p {
    font-size: 1.3vh; /* Reduce paragraph font size */
  }

  #package img {
    min-height: 24vh; /* Smaller image height for mobile */
  }
}