

.guide-title{
    padding-top: 150px;
    padding-bottom: 0 !important;
}
/* Project Section */
.project{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #000;
    padding-top: 0px;
}

.project-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88.75vw;
    max-width: 1440px;
}
.project-image{
    display: flex;
    gap: 1.5rem;
}
.project-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.project-info{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-info a{
    text-decoration: none;
    color: #f7f7f7;
}
.project-info a img{
    width: 26vw;
    height: 450px;
}
.project-info p{
    color: #f7f7f7;
    margin-top: 5px;
}

.project-location{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    /* margin-top: -10px; */
}

.project-location .location{
    border: 1px solid #f7f7f7;
    padding: 10px;
    border-radius: 50px;
    color: #f7f7f7;
}
.project-location .status{
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 50px;
    color: #000;
}


.project-info .know{
    display: flex;
    gap: 20px;
}
.project-info .know p{
    text-decoration: underline;
    color: #f7f7f7ce;
    transition: color 0.3s ease-in-out, transform 0.5s ease-in-out;
}
.project-info .know p:hover{
    text-decoration: underline;
    color: #a99560;
    transform: scale(1.07);
}



@media screen and (max-width: 485px) {
    .project-image{
        width: 80vw;
        margin-left: -20px;
        border-radius: 8px;
    }
    .project-image img {
        width: 100% !important;
        height: 100%;
        border-radius: 8px;
        margin: 0px;
    }
      
}
