
body {
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
}
.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;
}
.aboutVentoso img{
    min-height:80vh;
    width: 70vh;
    border: 0 0 30px rgba(18, 16, 16, 0.08);
}
.beachVideo {
    width: 100%;
    height: 75vh; /* 50% of the viewport height */
}
.bgTest{
    background-color: #323225;
}

.video h2{
    font-weight: 600;
}
.ventoso img{
    max-height: 34vh;
    min-width: 36vh;
}
.ventosoMap{
    width: 100%;
    height: 45vh;
}
@media (max-width: 600px) {
    .buttons button {
        padding: 8px 16px;
    }
}
@media (min-width: 1024px) {
  .banner {
    background-attachment: fixed;
  }
}
@media (max-width: 600px) {
    .container {
      width: 100%;
      padding: 10px;
    }
    /* Adjust other styles as needed */
  }
.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;
}
.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;
}
@media(max-width: 991px){
    .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: 767px) {

    .navbar a, .navbar p{
        font-weight: 600;
        color: black;
        font-size: 1.9vh;
    }
}
.aboutAmega{
    height: 60vh;
    background-image: url('img/properties/fd.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0 0 30px rgba(32, 31, 31, 0.08);
}

.about p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vh;
    color: #444342;
    line-height: 1.5;
}
.about h3{
    font-family:'Times New Roman', Times, serif;
    font-size: 3vh;
    color: #343131;
}
.about img{
    height: 12vh;
    filter: drop-shadow(10px 00px 10px rgb(39, 38, 37)); /* Adjust shadow properties */

}

.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;
}

.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;
}
@media (max-width: 768px) {
    .clientImg {
        width: 100px; /* Adjust size for mobile screens */
    }

    .reverse-mobile .row {
        flex-direction: column-reverse;
    }  
    .uline {
        width: 50px;
    }   
}
.container {
    width: 100%;
    box-sizing: border-box;
  }
img {
    max-width: 100%;
    height: auto;
}
  @media (max-width: 600px) {
    .container {
      padding: 10px;
    }
    .content {
      padding: 10px;
    }
    .header{
        content: none;
        display: none;
    }
    .logoAmega{
        position: fixed;
    }   
}
@keyframes zoomInEffect {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#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;
}

.zoom-in {
    animation: zoomInEffect 4s ease forwards;
}