.container {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.menu {
    display: flex;
    width: 1109px;
    height: 23px;
    flex-shrink: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 126px;
    margin-top: 61px;
    margin-right: 125px;
}

.nav ul {
    display: flex;
    gap: 29px;
}

.nav ul li {
    list-style: none;

}

.nav ul li a {
    text-decoration: none;
    color: #111;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.346px;

}

.logo img {
    width: 90.132px;
    height: 19.344px;
    flex-shrink: 0;

    
}

.project_details {
    display: flex;
    width: 1120px;
    margin-right: 125px;
    margin-left: 125px;
    margin-top: 110px;
    gap: 140px;
}

.left {
    display: flex;
    flex-direction: column;
}

.bigtex_left {
    color: #111;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    /* 137.5% */
    margin-bottom: 28px;
    width: 475px;
height: 121px;
flex-shrink: 0;
}

.paragraph {
    display: flex;
    flex-direction: column;
    gap:20px ;
    width: 635px;
    height: 222px;
    flex-shrink: 0;

    color: #111;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.info-card {
    width: 335px;
    height: 343px;
    flex-shrink: 0;   
     padding: 20px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    margin-bottom: 18px;

    
}

.info-title {
    color: #111;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.5;
}

.info-content {
color: #111;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;

}
/* .info-title,.info-content
{
    margin-bottom: 18px;
} */
.center_img
{
    margin-top: 61px;
}
.center_img img
{
    width: 1110px;
height: 660px;
flex-shrink: 0;
margin-left: 125px;
margin-right: 119px;

}
.img_text
{
    width: 1109px;
height: 93px;
flex-shrink: 0;
color: #111;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
margin-top: 45px;
margin-bottom: 45px;
margin-left: 125px;
margin-right: 125px;

}
.images
{
    margin-left: 125px;
    display: grid;
    grid-template-columns:350px 350px 350px; 
    margin-right: 125px;
    column-gap:30px;

}
.footer
{
   
width: 1110px;
height: 23px;
flex-shrink: 0;
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 125px;
margin-right: 125px;
margin-bottom:44px ;
margin-top:132px ;
}
.nav_footer
{
    margin-right: 550px;
}

