/* ------------gallery style-------------- */


.slider-pre {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.slider-pre {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-image-pre {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (min-width: 769px) {
  .slide-image-pre {
    height: auto;
    object-fit: cover;
  }
}

.content-box-pre {
  position: relative;
  max-width: 600px;
  margin: -5rem 2rem 2rem auto;
  background: white;
  color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  align-items: flex-start;
  padding: 50px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-nav-desktop-pre {
  display: flex;
  position: absolute;
  bottom: 266px;
  right: 50px;
  gap: 10px;
  align-items: center;
  z-index: 3;
}

.slide-nav-mobile-pre {
  display: none;
}

.nav-btn-pre {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: rgb(18, 17, 17);
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.nav-btn-pre:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.slide-counter-pre {
  font-size: 0.9rem;
}

.content-box-pre h1 {
  font-size: 24px;
  margin-bottom: 1rem;
  font-family: "Avenir-Next-LT", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.content-box-pre p {
  font-size: 16px;
  margin-bottom: 1rem;
  font-family: "Avenir-Next-LT", sans-serif;
  margin: 10px 0;
  line-height: 1.25;
}

.cta-button-pre {
  display: inline-block; 
  /* background-color: #958a76; */
  /* border: 1px solid #958a76; */
  padding: 12px 41px;
  color: #fff;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  border-radius: 1.5em;
  letter-spacing: .4px;
  transition: all 0.1s linear;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .content-box-pre {
    /* margin-top: 0rem; */
    background: none;
    color: black;
    text-align: left;
    position: relative;
    max-width: 600px;
    margin: 0rem 0rem 0rem;
    background: white;
    color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    align-items: flex-start;
    padding: 20px 20px 15px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
  }

  .slider-pre {
    display: flex;
    flex-direction: column;
  }

  .slide-image-pre {
    order: 1;
  }

  .content-box-pre {
    order: 2;
  }

  .slide-nav-desktop-pre {
    display: none;
  }

  .slide-nav-mobile-pre {
display: flex;
position:absolute;
top: 27%;
left: 0;
right: 0;
transform: translateY(-50%);
justify-content: space-between;
padding: 0 0.5rem;
z-index: 3;
width: 100%;
pointer-events: none; /* allows clicks to pass through gaps */
}

.slide-nav-mobile-pre .nav-btn-pre {
/* background-color: rgba(0, 0, 0, 0); */
pointer-events: auto; /* re-enable clicks on buttons */
}

  .nav-btn-pre {
    background-color: rgb(255 255 255 / 50%);
  }
}



/* <!-- --------------------------last banner------ styles---------------- --> */

    .slider-container {
        
        position: relative;
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }
    
    .slider-track {
        display: flex;
        transition: transform 1s ease-in-out;
    }
    
    .slider-item {
        min-width: 100%;
        position: relative;
    }
    
    .slider-item img {
        width: 100%;
      
        object-fit: fill;
    }
    
    .slider-text {
        position: absolute;
        top: 60%;
        left: 14%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        font-size: 2rem;
        padding: 1rem;
        border-radius: 10px;
        width: 80%;
        max-width: 600px;
        font-family: Avenir-Next-LT sans-serif;
    }

    .slider-prev, .slider-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 1.5rem;
        z-index: 2;
    }
    .slider-prev { left: 10px; }
    .slider-next { right: 10px; }

    .slider-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    .slider-indicator {
        width: 20px;
        height: 5px;
        background-color: gray;
        border-radius: 1%;
        cursor: pointer;
        display: inline-block;
    }
    .slider-indicator.active {
        background-color: white;
    }
    
    @media (max-width: 768px) {
        .slider-text {
            font-size: 1.2rem;
            padding: 1.5rem;
            width: 90%;
            top: 80%;
            left: 30%;
        }
        .slider-item img {
            /* height: 40vh; */
        }
    }






    /* <!-- -----------------------first banner style---------------- --> */

 .slider-pre1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.slider-pre1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-image-pre1 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (min-width: 769px) {
  .slide-image-pre1 {
    height: auto;
    object-fit: cover;
  }
}

.content-box-pre1 {
  position: relative;
  max-width: 600px;
  margin: -5rem 2rem 2rem auto;
  background: white;
  color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  align-items: flex-start;
  padding: 50px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-nav-desktop-pre1 {
  display: flex;
  position: absolute;
  top: 50px;
  right: 50px;
  gap: 10px;
  align-items: center;
  z-index: 3;
}

.slide-nav-mobile-pre1 {
  display: none;
}

.nav-btn-pre1 {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: rgb(18, 17, 17);
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.nav-btn-pre:hover1 {
  background-color: rgba(255, 255, 255, 0.4);
}

.slide-counter-pre1 {
  font-size: 0.9rem;
}

.content-box-pre1 h1 {
  font-size: 24px;
  margin-bottom: 1rem;
  font-family: "Avenir-Next-LT", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.content-box-pre1 p {
  font-size: 16px;
  margin-bottom: 1rem;
  font-family: "Avenir-Next-LT", sans-serif;
  margin: 10px 0;
  line-height: 1.25;
}

.cta-button-pre1 {
  display: inline-block; 
  background-color: #958a76;
  border: 1px solid #958a76;
  padding: 12px 41px;
  color: #fff;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  border-radius: 1.5em;
  letter-spacing: .4px;
  transition: all 0.1s linear;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .content-box-pre1 {
           /* margin-top: 0rem; */
           background: none;
           color: black;
           text-align: left;
           position: relative;
           max-width: 600px;
           margin: 0rem 0rem 0rem;
           background: white;
           color: rgba(0, 0, 0, 0.6);
           z-index: 2;
           align-items: flex-start;
           padding: 20px 20px 15px;
           display: flex;
           /* flex-direction: column; */
           justify-content: center;
  }

  .slider-pre1 {
    display: flex;
    flex-direction: column;
  }

  .slide-image-pre1 {
    order: 1;
  }

  .content-box-pre1 {
    order: 2;
  }

  .slide-nav-desktop-pre1 {
    display: none;
  }

  .slide-nav-mobile-pre1 {
display: flex;
position:absolute;
top: 27%;
left: 0;
right: 0;
transform: translateY(-50%);
justify-content: space-between;
padding: 0 0.5rem;
z-index: 3;
width: 100%;
pointer-events: none; /* allows clicks to pass through gaps */
}

.slide-nav-mobile-pre1 .nav-btn-pre1 {
/* background-color: rgba(0, 0, 0, 0.5); */
pointer-events: auto; /* re-enable clicks on buttons */
}

  .nav-btn-pre1 {
    background-color: rgb(255 255 255 / 50%);
  }
}


/* <!-- ---------------master plan------------------- --> */








/* home---gallery-------style */

.slider-gal {
position: relative;
width: 100%;
overflow: hidden;
box-sizing: border-box;
margin: 0;
padding: 0;
}

.slide-image-gal {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

@media (min-width: 769px) {
.slide-image-gal {
  height: auto;
  object-fit: cover;
}
}

.content-box-gal {
position: relative;
max-width: 600px;
margin: -5rem 2rem 2rem auto;
background: white;
color: rgba(0, 0, 0, 0.6);
z-index: 2;
align-items: flex-start;
padding: 50px 60px 40px;
display: flex;
flex-direction: column;
justify-content: center;
}

.slide-nav-desktop-gal {
display: flex;
position: absolute;
bottom: 286px;
right: 50px;
gap: 10px;
align-items: center;
z-index: 3;
}

.slide-nav-mobile-gal {
display: none;
}

.nav-btn-gal {
background-color: rgba(255, 255, 255, 0.2);
border: none;
color: rgb(18, 17, 17);
font-size: 1.5rem;
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s;
}

.nav-btn-gal:hover {
background-color: rgba(255, 255, 255, 0.4);
}

.slide-counter-gal {
font-size: 0.9rem;
}

.content-box-gal h1 {
font-size: 24px;
margin-bottom: 1rem;
font-family: "Avenir-Next-LT", sans-serif;
font-weight: normal;
text-transform: uppercase;
}

.content-box-gal p {
font-size: 16px;
margin-bottom: 1rem;
font-family: "Avenir-Next-LT", sans-serif;
margin: 10px 0;
line-height: 1.25;
}

.cta-button-gal {
display: inline-block;
/* background-color: #958a76; */
/* border: 1px solid #958a76; */
padding: 12px 41px;
color: #fff;
font-family: "Proxima-Nova", sans-serif;
font-size: 16px;
border-radius: 1.5em;
letter-spacing: .4px;
transition: all 0.1s linear;
text-align: center;
text-transform: capitalize;
font-weight: 600;
margin: 10px 0;
text-decoration: none;
}

@media (max-width: 768px) {
.content-box-gal {
 /* margin-top: 0rem; */
 background: none;
 color: black;
 text-align: left;
 position: relative;
 max-width: 600px;
 margin: 0rem 0rem 0rem;
 background: white;
 color: rgba(0, 0, 0, 0.6);
 z-index: 2;
 align-items: flex-start;
 padding: 20px 20px 15px;
 display: flex;
 /* flex-direction: column; */
 justify-content: center;
}

.slider-gal {
  display: flex;
  flex-direction: column;
}

.slide-image-gal {
  order: 1;
}

.content-box-gal {
  order: 2;
}

.slide-nav-desktop-gal {
  display: none;
}

.slide-nav-mobile-gal {
  display: flex;
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  padding: 0 0.5rem;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.slide-nav-mobile-gal .nav-btn-gal {
  /* background-color: rgba(0, 0, 0, 0); */
  pointer-events: auto;
}

.nav-btn-gal {
  background-color: rgb(255 255 255 / 50%);
}
}



  /* amenities--style */


  .amen-card-grid {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .amen-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 40px;
    margin-left: 200px;
    margin-right: 200px;
   
  }

  .amen-card {
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    overflow: hidden;
    border-radius: 0px;
  }

  .amen-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
  }

  .amen-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #958a76;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0px;
    font-size: 14px;
  }

  /* Mobile slider styles */
  .amen-slider-container {
    display: none;
    position: relative;
    overflow: hidden; 
    margin-bottom: 40px;
  }

  .amen-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
  }

  .amen-slider-card {
    min-width: 100%;
    position: relative;
  }

  .amen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }

  .amen-arrow.amen-left {
    left: 10px;
  }

  .amen-arrow.amen-right {
    right: 10px;
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .amen-card-grid {
      display: none;
      margin-bottom: 40px;
    }
    .amen-slider-container {
      display: block;
    }
  }