﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;700&display=swap');

.project-images {
    /*display: flex;
            flex-wrap: wrap;
    justify-content: space-evenly;
        align-content: center;*/
}

.project-images {
    margin-right: 10px;
    max-width: 100%;
    height: 400px;
}

.project-details {
    margin-top: 20px;
}

    .project-details h2 {
        margin-top: 0;
    }

.amenities, .description {
    margin-top: 20px;
}

.agent {
    text-align: center;
    margin-top: 20px;
}

    .agent img {
        border-radius: 50%;
    }

.project-contact {
    /* display:grid;
            justify-content: space-between;*/
}

.button-call {
    margin-bottom: 10px;
    background-color: #218838 !important;
}

.button-email {
    margin-bottom: 10px;
    background-color: #17a2b8 !important;
}

    .button-email:hover {
        background-color: #138496;
    }

.button-com {
    max-width: 220px;
    font-size: smaller !important;
    align-content: center;
}

.button-bidding {
    max-width: 220px;
    font-size: smaller !important;
    align-content: center;
}

.Feature-btn {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}


.p-img {
    max-width: 100%;
    display: block;
}


/* Utilities */
.card::after,
.card img {
    border-radius: 50%;
}

.card {
  display: flex;
}

.card {
  padding: 2.5rem 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .5);
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
.card::before,
.card::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}
.card::after {
  height: 15rem;
  width: 15rem;
  background-color: #262262;
  top: -8rem;
  right: -8rem;
}

    .card img {
        width: 8rem;
        min-width: 80px;
    }

.infos {
  margin-left: 1.5rem;
}

.name {
  margin-bottom: 1rem;
}


.text {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}


.links button {
  font-family: 'Poppins', sans-serif;
  min-width: 120px;
  padding: .5rem;
  border: 1px solid #222;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s linear;
}
.links .follow,
.links .view:hover {
  background-color: #222;
  color: #FFF;
}
.links .view,
.links .follow:hover{
  background-color: transparent;
  color: #222;
}

@media screen and (max-width: 450px) {
  .card {
    display: block;
  }
  .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .links button {
    min-width: 100px;
  }
}


/* Ensure there are no hover effects by overriding or not including them */
.project-card-info {
    margin-top: 5px; !important; 
}

    .project-card-info :hover {
        box-shadow: none !important;
    }

.card:hover {
    /*box-shadow:none !important;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.card {
    /*box-shadow: none !important;*/
    margin-top: 5px !important;
}


.project-card-moreinfo {
    position: relative;
    overflow: hidden; /* Ensures the blur overlay is contained */
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    backdrop-filter: blur(5px); /* Blur effect */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 18px;
    text-align: center;
    z-index: 10; /* Ensure overlay is on top */
}

.project-d-title {
    text-transform: uppercase !important;
    font-weight:700 !important;
}