.navbar {
  transition: background-color 0.4s, box-shadow 0.4s;
  background-color: transparent !important;
  color: black;
}

.navbar.scrolled {
    transition: ease-in-out 2s;

  background-color: rgb(2, 71, 45) !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.navbar-brand{
    color: white;
}
.nav-link{
    margin: 20px;
margin-top: 10px;
margin-bottom: 10px;
    color: white;
 font-size: 1.1rem;
 
}

.nav-link:hover{
color: chocolate;
cursor: pointer;
transform: scale(1.1);
/* transform: rotate(1turn); */
transition: ease-out 2s;

}

.navbar-brand:hover{
color: chocolate;


}

.banner{
    background: linear-gradient(rgba(0, 0, 0, 0.404), rgba(0, 0, 0, 0.164)),
     url('https://static6.depositphotos.com/1001026/673/i/450/depositphotos_6732170-stock-photo-glass-city.jpg')
      center/cover no-repeat;
      height: 100vh;

} 

/* .anim{

            animation-name: moveRight;
            animation-duration: 8s;
            animation-iteration-count: infinite;
        }

        @keyframes moveRight {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(100px);
            }
        } */


::selection {
  background-color: rgb(2, 71, 44);  
  color: #ffffff; 
}
html {
  scroll-behavior: smooth;
}
 
 h2, h3 {
  font-family: 'Inter', sans-serif;
  font-size: 39px;
}
p{
      font-family: 'Inter', sans-serif;
font-size: 18px;
}
h1{
    font-size: 3rem;
    border-left: 2px solid rgb(2, 71, 44);
     font-family: 'Inter', sans-serif;
 color: rgb(2, 71, 44);
}
.pri{
    background-color: rgba(0, 0, 0, 0.425);
    max-width: 800px;
    border-radius: 50px;

}


@media (max-width: 768px) {
  .pri{
    background-color: rgba(0, 0, 0, 0.425);
    max-width: 100%;
    border-radius: 50px;

}

}

/* Mobile */
@media (max-width: 576px) {
 .pri{
    background-color: rgba(0, 0, 0, 0.425);
    max-width: 100%;
    border-radius: 50px;

}
}
 /* .row1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
} */



/* .colhov:hover{
transform: scale(1.5);
} */

.config{
    height: 200px;
  
}

.card-body h5{
padding: 10px;
color: rgb(2, 71, 44);
}
i{
    padding: 10px;
    color: white;
    background-color:rgb(2, 71, 44) ;
    border-radius: 50px;
}

.card:hover{
transform: scale(1.1);
transition-duration: 2s;
background-color: rgb(2, 71, 44);

}

.card:hover h5 {
color: white;
}

.card:hover p{
    color: white;
}
.card:hover i{
    padding: 10px;
    color:  rgb(2, 71, 44);
    background-color:white ;
    border-radius: 50px;
}


.col-lg-2{
display: flex;
gap: 10px;
justify-content: center;
flex-direction: column;
align-items: center;
}

.col-lg-2 img{
     padding: 10px; border-radius: 50px; border: 2px solid rgb(255, 255, 255)
}

.Amenities{
   background: linear-gradient(rgba(0, 0, 0, 0.384), rgba(0, 0, 0, 0.411)),
     url('https://png.pngtree.com/thumb_back/fw800/background/20240913/pngtree-spa-bathroom-with-towels-candles-and-soap-dispenser-on-a-marble-image_16175086.jpg')
      center/cover no-repeat;
      height: auto;
      background-attachment: fixed;
padding-top: 70px;
padding-bottom: 90px;
}




.prolist {
    list-style: none;

}

.cardpro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 3px solid white;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 45px rgba(0, 0, 0, 0.747);
    transition: all 0.3s ease;
}

.cardpro:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.item {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 0, 0);

}

.item i{
        color:rgb(0, 0, 0) ;
    background: transparent;

}

.price {
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

/* Section */
.location-advantages {
    padding: 100px 0;
    background: #f8f9fa;
}

/* Heading */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.section-title h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgb(2, 71, 45);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.location-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

.location-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.icon-circle {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, #000, #333); */
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.3s ease;
}

.location-box:hover .icon-circle {
    /* background: #c9a050; */
    transform: rotateY(180deg);
}

.location-box p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    line-height: 1.6;
}

.location-box p span {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color:  rgb(2, 71, 45);
    font-weight: bold;
}

@media (max-width: 768px) {
    .location-advantages {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .location-box {
        padding: 25px 20px;
    }
}




footer{
    background-color: rgb(2, 71, 45);
}
footer h5,a{
    color: white;
   text-decoration: none;
}


.fa-brands{
    background-color: white;border-radius: 50px;
    padding: 10px;
    color:rgb(2, 71, 45);
}

.fa-brands:hover{
transform: rotate(4turn);
transition: ease-out 2s;
box-shadow: 0px 5px 15px 5px rgba(255, 0, 0, 0.384);
}
p i{
    background-color: white;border-radius: 50px;
    padding: 10px;
    color:rgb(2, 71, 45);
}



.contact-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-float a {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.contact-float span {
    font-size: 28px;
    min-width: 65px;
    text-align: center;
}

.contact-float label {
    opacity: 0;
    width: 0;
    white-space: nowrap;
    transition: .4s;
}


/* Call Button */
.call-btn {
    background: linear-gradient(135deg,#007bff);
}


/* WhatsApp Button */
.whatsapp-btn {
    background: linear-gradient(135deg,#00c853,#25d366);
}

.bg-transp{
    background: transparent;
}
/* Hover Expand */
.contact-float a:hover {
    width: 170px;
    justify-content: flex-start;
}

.contact-float a:hover label {
    opacity: 1;
    width: auto;
}


/* Floating pulse */
.contact-float a::after {
    content:"";
    position:absolute;
    width:65px;
    height:65px;
    border-radius:50%;
    animation:pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform:scale(1);
        opacity:.5;
    }
    100% {
        transform:scale(1.7);
        opacity:0;
    }
}


/* Mobile */
@media(max-width:600px){
    .contact-float{
        right:15px;
        bottom:15px;
    }
}
.contact-float span {
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.contact-float i {
    transition:.3s ease;
}

.contact-float a:hover i {
    transform:scale(1.15) rotate(5deg);
}



.project-section-title{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 15px;
}
