
@font-face {
font-family: 'basic'; 
src: url('../assets/fonts/Montserrat-VariableFont_wght.ttf') ;
font-weight: 200; /* Could be bold, normal, 100, 400, etc. */
/*font-style: normal;  Could be normal, italic, or oblique */
}

@font-face {
font-family: 'detail'; 
src: url('../assets/fonts/Bitter-VariableFont_wght.ttf') ;
font-weight: 200; /* Could be bold, normal, 100, 400, etc. */
/*font-style: normal;  Could be normal, italic, or oblique */
}

@font-face {
font-family:basic_1;
src: url(../assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family:thin;
  src: url(../assets/fonts/Montserrat-Thin.ttf);
}

@font-face {
  font-family:light;
  src: url(../assets/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family:home-title;
  src: url(../assets/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family:display-text;
  src: url(../assets/fonts/Bitter-VariableFont_wght.ttf);
} 

@font-face {
  font-family:mini-title;
  src: url(../assets/fonts/PlayfairDisplay-Regular.ttf);
} 

body{
    margin: 0px;
    height: 100vh;
    overflow: scroll;
    background-color: white;
}

.all-content{
  overflow: hidden;
}

.body-container{
    margin: auto;
    max-width: 1200px;
}

/*--------- prelaoder CSS ----------*/

/* Preloader Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 42, 28, 0.9);
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
}

.loading-text {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

/* Barba.js container */
.barba-container {
  position: relative;
}

/* Page content */
.page {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Content images */
.content-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
}

/* Transition classes */
.transition-fade {
  transition: opacity 0.3s ease;
}

.transition-slide {
  transition: transform 0.3s ease;
}


/* hero classes */

.hero-slides{    
    height: 100vh;
    width: 100vw;   
    position:fixed;
    top: 0px;
    overflow: hidden;
    z-index: -1;
  }

.hero-overlay{
  position: absolute; 
  width: 100%;  
  bottom:-3px;
}

.slide{
  position: absolute;
}

.sl-bg{
  /* opacity: 0; */
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position:center;
}

.main-hero{
  
  width: fit-content;
  /* margin-left: 50vw;
  transform: translateX(-50%); */
  margin: auto;
  align-content: center;
  
}

.homepage-infinity{

    padding-top: 25px; 
    opacity: 0.8;
}

.info{
  margin-top: 25vh;
  margin-bottom: 70vh;
}

.info-1{
  margin-top: calc(100vh - 300px);
  
}

.first-label{
  /* margin-top: 21vh; */
  /* background-color: #00000090; */
  padding: 25px;
  text-align: left;

  /* -webkit-backdrop-filter: blur(4px); 
  backdrop-filter: blur(4px);  */

}

.hero-text-title{
  color:black;
  font-family: light;
  font-size: 3vw;
}

  .hero-text{
    color:rgb(0, 0, 0);
    font-family: display-text;
    font-weight: 200;
    font-size: 1.3vw !important;
  }

  .page-hero-slides{
    height: 20vh;
    width: 100vw;   
    position: relative;
  }
  .sl-page-bg{
    /* opacity: 0; */
    width: 100vw;
    height: 20vh;
    background-size: cover;
    background-position:center;
  }

  /* --- end of hero ----*/




  /* --- main menu css ---*/

.main-menu {
    z-index: 2000;

    width:100vw;
    height:60px;

    /* padding-bottom: 20px; */

    position: fixed;
    top: 0px;

    background-color: rgba(49, 42, 28, 0.7);

    
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

  

/* -webkit-mask-image: linear-gradient(
    to bottom,
    black 6%,
    rgb(0, 0, 0) calc(100% - 20px), 
    transparent 100%         
  );
  mask-image: linear-gradient(
    to bottom,
    black 60%,
    rgb(0, 0, 0) calc(100% - 20px),
    transparent 100%
  ); */
     
    
}

.menu-container{
    height:60px;

    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.menu-container .left-side{
   opacity: 0.6;
   /* background-color: rgba(255, 255, 255, 0.4); */
    
   
   /* -webkit-backdrop-filter: blur(20px); 
   backdrop-filter: blur(20px);  */

   padding-top: 13px;
   padding-bottom: 10px;
   /* padding-left: 13px;
   padding-right: 13px; */

   /* margin-left: 15px; */
   /* margin-top: 15px; */
   /* margin-top: -120px; */


   /* border-radius: 0px 0px 10px 10px; */
}

.logo-text{
  
  overflow: hidden;
  width: auto;
  display: inline-block;
}

.logo-title{
  white-space: nowrap;
}

.menu-container .right-side{

  /* background-color: rgba(255, 255, 255, 0.8); */
    
   /* -webkit-backdrop-filter: blur(20px); 
   backdrop-filter: blur(20px);  */

   padding-top: 24px;
   padding-bottom: 15px;
   padding-left: 26px;
   padding-right: 16px;

   margin-right: 15px;
   margin-top: -120px;
  
   /* border-radius: 0px 0px 10px 10px; */

}

.main-menu a{
  text-decoration: none;
  color: #a9a291;
  cursor: pointer;
}

.menu-links {
    font-family: basic_1;
    /* font-weight: bolder; */
    font-size: 13px;
    color: #a9a291;
    text-transform: uppercase;

    display:flex;
    flex-flow: row;
    cursor: pointer;
}

.menu-link{
    padding-right: 10px;
    user-select: none;
    /* cursor: pointer; */
}

.menu-link img{
    opacity: 0.6;
}


.mobile-menu-links {
    font-family: basic;
    font-weight: bolder;
    font-size: 20px !important;
    color: #303636;
    text-transform: uppercase;    
}

.mobile-menu{
    display:none;
    
}

.separator {
    width: 0.5px; /* Thickness of the separator */
    background-color: #8a826e; /* Color of the separator */
    margin: 0 10px; /* Adds some horizontal space between the content and the separator */
}

.mobile-menu-cntrls{          
    display:none;
}

.mobile-menu-btn{
    position: absolute;
    top: 18px; 
    right:18px;
}

.close-menu-icon{
    display: none;
}

.mobile-menu hr{
    color:black;
        color: black;
    opacity: 0.5;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--------- end mof menu styles---------*/


/*---- navigation video -------*/


.nav-video{
  width:100vw;
  height:100vh;
  
  
  position: relative;
  overflow: hidden;
}


.properties-section{

  /* background-color:rgba(0, 0, 0, 0.2); */
  padding-bottom: 1 px;
}

.properties-video{
  
  width:100vw;
  height: 100vh;
  
  position: relative;
  overflow: hidden;
  

}

.nav-video-p video{
  width: 100vw;
  height:100vh;
  /* scale: 0.94; */
  object-fit: cover;
  /* border-radius: 40px; */

  /* -webkit-backdrop-filter: none !important; 
  backdrop-filter: none !important;  */
}

.nav-video video{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.nav-info-container{
  position: absolute;
  top:0px;
  left:0px;

  display: flex;
  flex-flow: row;
}

.nav-info-section{
  height:100vh;
  width:100vw;  

  display:flex;
  align-items: center;
  /* justify-content:end; */
  flex-flow: column;
  position: relative;
  position: absolute;
  top:80vh;
  /* top:60vh; */
}

.nav-title-big{
  font-family: light;
  font-size: 2vw;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}

.properties-video-text{
  font-family: light;
  font-size: 1.5vw;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding-left: 15vw;
  padding-right: 15vw;
  text-align: center;
  user-select: none;
}

.nav-info{
  font-family: light;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5vw;
  color: rgb(94, 94, 94);
  width:65%;
  padding-bottom: 60px;
  /* letter-spacing: -1px; */
}

/* ----  body elements ---- */


.intro-text{
  font-family: light;
  /* text-transform: uppercase; */
  text-align: center;
  width:90vw;
  padding-top: 30px;
  padding-right: 5vw;
  padding-left : 5vw;
  color:#6c7272;
  font-size: 1.3vw;
}


  .body-contained{
    margin: auto;
    max-width:1200px;
     backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    scale:0.95;

    -webkit-mask-image: 
    linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%);
  
  mask-image: 
    linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%),
    linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 5%);
  
  -webkit-mask-composite: destination-in; /* Makes the gradients combine properly */
  mask-composite: intersect; /* Standard property (works in Firefox) */
    
  }

  .tri-grid{
    
    display: flex;    
    margin:auto;
    /* margin-left: 3%; */
    
    max-width: 1000px;
    
    scale: 0.95;
    

    

    /* max-width: 1200px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 10%), linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 10%), linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 2%), linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 2%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 10%), linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 10%), linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 2%), linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 2%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect; */

  }

  .grid-e{
    
    display: flex;    
    /* justify-content: center; */
    flex-wrap: wrap;
    align-content: center;
    
    align-items: center;
    /* margin-left: 3%; */
    
    /* width:100vw; */
    
    /* margin-bottom: 30px; */

    scale:0.9;
    /* background-color: rgba(0, 0, 0, 0.8); */
  }

  .exotic-card{
    
  }

  .home-label{
    background-color: rgba(49, 42, 28, 0.9);
    border-radius: 5px;
    height:160px;
    padding: 20px;

    font-family: light; 
    font-size: 18px; 
    color:white;
    text-transform: uppercase;
    display: flex;
    align-items:end;

    /* backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); */
  }

  .sect-rect{
    
    width: calc(23% - 15px);
        
    margin:10px;
    /* height:500px; */
    
    background-size: cover;
    background-position: center;

    /* overflow:hidden; */

    position:relative;
    

  }

  .first-rect{

     
    
  }

  .first-label{
        background-color: rgb(40 28 8 / 70%);


    color:white !important;  
    overflow:hidden;   

    height: 300px;

    border-radius: 4px;

    display: flex;
    flex-flow: column;
    align-self: center;
    /* justify-content: center; */
  }

  .first-label hr{
    border: dotted  0.3px; 
    color:#666666; 
    width:100%
  }

  .rect-cont{        
    position: absolute;
    bottom:5px;
    width: 95%;
       /*  mix-blend-mode: darken; */
    margin-left: 2.5%;
    /* padding-bottom: 10px; */
    /* transform: translateY(-50%); */

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 4px;
    background-color: rgb(40 28 8 / 70%);


    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
   } 

   .tri-image{
    height:250px;
    overflow: hidden;
   }

   .tri-image img {
    border: 0.5px solid rgb(87, 87, 87);
    width: 100%;
    height: 100%;
    border-radius: 3px;
   }
   .rect-tit{
    color:white;
    font-family: light;
    font-size: 14px;
    /* padding-left: 15px; */
    padding-top: 10px;
    user-select: none;
    text-align: center;
    /* mix-blend-mode:darken; */
   }

   .rect-desc{
    color:white;
    font-family: display-text;
    font-weight: 300;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
   }

   .home-section-title{
    
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-family: light;
    font-size: 4vw;
    padding: 20px;
    /* background-color: #00000090; */
    width: fit-content;
    margin: auto;
    
    }

   .home-section-subtitle{
    
    text-align: center;

    text-transform: uppercase;

    color: #3A5259;
    font-family: light;
    font-size: 44px;

    padding-top: 30px;
    padding-bottom: 30px;

   }
   .featured-item{
    width: calc(24% - 10px);
    position: relative;
    /* padding: 30px 30px; */
    margin: 10px;
  }
  .featured-thumb{
    
    display: flex;
    height:200px;
    
    background-size: cover;
    background-position: center;
  }

  .featured-thumb img{
    
    
    height:100%;
    width: 100%;
    border-radius: 4px;
    
  }
  .featured-label{
    position: absolute;
    right: 0px;
    font-family: light;
    font-size: 18px;
    color:#ffffff;
    text-transform: uppercase;
    width: fit-content;
    padding: 8px;    
    margin-top: -20px;
    background-color: rgba(49, 42, 28, 0.9);
    border-radius: 3px;
  }
  .section-CTA{
    font-family: basic_1;
    font-size: 28px;
    padding-top: 40px;
    color:black;
    text-align: center;
  }
  .home-body-informative{
    width:100%; 
    display:flex;
  }

  .home-body-block-title{
    width:30%;
  }

  .why-title{
    font-family:light; 
    color:white; 
    font-size:28px ; 
     padding-right: 30px ;
  }

  .home-body-block{
    background-color: rgba(0, 0, 0, 0.8);
    width:70%;    
    }
    
  .home-body-text{
   
      padding:25px;
      
      font-family: display-text; 
      font-weight: 200; 
      font-size: 21px; 
      color:#ffffff;
      padding-top: 50px;
      /* background-color: rgba(49, 42, 28, 0.9); */
    border-radius: 7px;
  }

  .home-single-text{
   
    padding:50px;    
    font-family: display-text; 
    font-weight: 200; 
    font-size: 20px; 
    color:#ffffff;
    background-color: rgba(49, 42, 28, 0.9);
    border-radius: 7px;

    scale: 0.7;

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    
}

  .home-contact-section{
      display:flex;
      flex-flow: row;
  }

  .home-contact-section-label{
  width:30%;
  } 


  .home-element{
    display:flex;
    flex-flow: row;
    scale: 0.9;
   
  }
  
  .left-home{
    /* background-color: rgba(0,0,0,0.8);  */
    /* width:30%; */ 
    height: 90%;
    /* padding:40px; */
    overflow:visible;
    align-self: center;

    /* backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); */
  }

  .right-home{
    /* background-color: rgba(0,0,0,0.7);  */
    width:70%;
    
    /* backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); */
  }


  .form-container {
  width:80%; 
  min-width: 300px;
  /* margin-left: 17.5%; */
  padding-left: 40px;
  }

form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    /* padding-left: 40px; */
    justify-content: center;    
}

.form-container [type="text"],
.form-container input[type="email"],
.form-container textarea,
.form-container button {
    background-color: #00000000;
    border: none;
    
    padding: 15px;
    color: rgb(255, 255, 255);
    font-family: "display-text";
    font-weight: 300;
    font-size: 18px;    
    text-align: left;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
    /*margin-bottom: 5px;  Reduced space between elements */
}

.form-container textarea {
    resize: none; /* Prevent resizing the textarea */
}


.form-container ::placeholder {
    color: white;
}

.form-container button {
    cursor: pointer;
    padding: 10px 20px; /* Smaller button padding */
    margin-left: auto; /* Align to the right */
    width: auto; /* Auto width based on text size */
}

/* ----  body elements ---- */


.all-content{
  z-index:1500;
  /* background-color: white; */
  /* margin-bottom: 2000px; */
}

.scroll-content{
  /* background-color: white; */
  border-radius: 0px 0px 15px,15px;
}
/* --- footer styles --*/




.footer{
    width:100vw;
    background-color: rgba(49, 42, 28, 0.7);
    
    padding-bottom: 30px;
    padding-top: 5vw;
   
    display: flex;
    flex-flow: column;

    justify-content: center;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);     
   
}

.footer-container {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  */
}

.footer .column {
    flex: 1 1 180px; /* Grows to fill the space, but not smaller than 180px */
    display: flex;
    flex-direction: column;
    /* margin: 5px; */ /* Optional: adds spacing between columns */

    align-items:center;
    justify-content:center; 
    color:rgb(208, 208, 208);
}

.footer .phone-link{

    color:#d6d6d6;

    font-family: light;
    font-size: 3vw;
    text-align: center;
    user-select: none;
   /*  letter-spacing: -0.3vw; */
}

.footer .sub-column {
    /*flex: 1;  Each sub-column will take equal space within its parent */
    /* margin: 2px;   */
    
    /* padding: 6px;  *//* Optional: for content spacing */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
}

.footer-label{
    font-family: basic_1;
    /* font-weight: 600; */
    color:#ededed;
    font-size: 24px;
}

.footer-link{

    user-select: none;
    cursor: pointer;
    font-family: basic_1;
    
    /* font-weight: 600; */

    

    text-transform: lowercase;
    font-size: 6vw;
}

.footer a{
  color:#bcbcbc;
  text-decoration: none;

  font-family: light;
  text-transform: uppercase;
    text-align: center;


   font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 100%;
}

.footer-descriptive{
    font-family: light;
    text-align: center;
    text-transform: uppercase;
    color:#d8d8d8;
    font-size: 1.5vw;
    letter-spacing: 1px;
    line-height: 120%;

}

.footer hr {
    border: none; /* Ensures no default border is applied */
    height: 0.1px; /* This should be visible on all devices */
    background-color: #98989880; /* Ensures the hr is white */
    margin: 10px 10px; /* Adds vertical spacing */
    width: 50vw;
    margin-left: 25vw;   
    
    margin-top: 30px;
    margin-bottom: 30px;
}

.slab-image {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  image-rendering: optimizeQuality;
}



/*---- end of footer syles ---------- */

/*--------- FAQ styles --------__*/

.faq-entry{
  padding-top:15px; 
}

.faq-question{
  color: #3A5259 ;
  font-family: basic_1;
  font-size: 18px;
}
.faq-answer{
  color:#494944;
  font-family: detail;
  font-size: 14px;
}


/*--------- media query responsovness --------*/



@media (max-width:800px) {

.main-hero{
  width:80%;
}

.hero-text-title{
  font-size: 24px;
  margin-top: -150px;
}

.homepage-infinity img{
 margin-top: -180px; 
 height:140px;
}

.hero-text{    
  font-size:22px;
}

.hero-title-text{
  font-size: 26px !important;
}
.tri-grid {
    flex-direction: column; /* Stack the flex items vertically */
}

.sect-rect {
    width: calc(70%); /* Take full width of the container, accounting for margin */
    margin: auto;
    margin-bottom: 20px;    
}

.home-section-title{    
  font-size: 24px;   
  }

.tri-image{
  /* position: relative; 
  object-fit: cover; */  
}

.tri-image img{  
  scale:1;
  height: 400px;
}

.featured-item {
  margin: auto;
  width: calc(80% - 20px);
  margin: calc(10% +10px); 
  height: auto; 
  padding-bottom: 40px;
}

.home-single-text{   
  width: 80%;
  margin: 5%;
  padding:25px;    
}

.home-element{  
  flex-flow: column;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.left-home{  
  width:80%; 
  margin:5%;
}

.right-home{
  width:90%; 
  margin:5%;
  
}

.footer-descriptive{
  font-size: 4vw;
  padding:10px;
}

}


@media (max-width: 1000px) {
    /*  menu resposivness  */
    .mobile-menu-cntrls{
        display: block;
    }
    .screen-menu{
        display: none;
    }
    /* .main-menu{
      background-image: none;
      background-color: rgba(255, 255, 255, 0.7);      
    } */

    .main-menu a {      
        color: #b6b6b6;
        font-size: 6vw;
    }

    .hero-overlay img{
      height:40%;
      bottom:5%;
      width: 100vw;
    }

    .mobile-menu-links{
        width:100%;
        position: absolute;
        flex-flow: column;
        
        color: #b6b6b6;

        font-size: 20px;
        text-align: center;
        
        padding-top: 80px;

        padding-right: 20px;        
    }

    .home-body-informative{
        width:100%; 
        display:flex;
        flex-flow: column;
      }

    .home-body-block-title{
        width:90%;
        margin: 5%;
      }
    .home-body-block{
        font-size: 14px !important;
    }  
   
    .home-contact-section{        
        flex-flow: column;
    }
    .home-contact-section-label{
        width:90%;
        padding-left:20px;
    }
    
    .form-container {
      /* width:80%; 
      margin: 10%;  */
  }
}

