*{
    font-family: "DM Sans", sans-serif;
}
.ongoing-banner{
    width: 100%;
    height:100%;
    background: url("../amara-img/amarabg2.jpg") no-repeat;
    background-size: cover;
    /*background: linear-gradient(90deg, rgba(0, 151, 70, 1) 0%, rgba(0, 151, 70, 1) 81%, rgba(0, 49, 23, 1) 81%, rgba(0, 49, 23, 1) 90%, rgba(0, 49, 23, 1) 100%, rgba(237, 221, 83, 1) 100%);*/
    text-align: center;
   color: #1D2B4F;
}
.ongoing-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ongoing-heading h1{
    font-weight: 700;
    margin-top: 100px;
    font-size: 62px;
    line-height: 96px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-family: "Playfair Display", serif;
}

.ongoing-heading h4{
    font-family: DM Sans;
font-weight: 700;
font-size: 28px;
line-height: 47px;
letter-spacing: 0%;
text-align: center;
}

.ongoing-img img{
    object-fit: cover;
    width: 100%;

}

.ongoing-display{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0px;
}

.ongoing-display  .project-card{
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.ongoing-display .project-card .project-img img{
    width: 828px;
    height: 400px;
    border-radius: 20px;
}

.ongoing-display .project-card .project-heading h1{
font-weight: 700;
font-size: 48px;
line-height: 63.98px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
font-family: "Playfair Display", serif;
}
.ongoing-display .project-card .project-heading h4{
font-weight: 700;
font-size: 28px;
line-height: 43.98px;
margin-bottom: 15px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
}
.ongoing-display .project-card .project-heading p{
font-weight: 500;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 30px;
}
.ongoing-display .project-card .project-heading span{
color: #415d44;
font-style: italic;
}

.ongoing-display .project-card .project-btn button{
    
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    margin-top: 30px;
}

.project-btn button.download{
    background-color: black;
}
.project-btn button.active{
    background-color: #957f58;
}

.choose{
    width: 100%;
    height: 100%;
    color: white;
     margin: 0px 0px;   
}

.choose-container{
       height: 500px; 
       /*padding: 0px 90px 0px 0px ;*/
    display: flex;
    background-color: #afa18c;
   
}

.choose .choose-img {
    width: 50%;
}

.choose .choose-img img{
    width: 100%;
    height: 500px;
}

.choose-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.choose-content h1{
font-weight: 700;
font-size: 40px;
margin-bottom: 20px;
letter-spacing: 0%;
text-transform: capitalize;
font-family: "Playfair Display", serif;
}

.choose-content ul li{
font-weight: 400;
font-size: 24px;
line-height: 35px;
letter-spacing: 0%;
margin-left: 20px;
}

.dream{
    width: 100%;
    height: 100%;
 background-color: #E9FFE8;
    color: black;
}

.dream-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dream-content-container{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
}

.dream-content{
    width: 50%;
}

.dream-content img{
    width: 200px;
    height: 140px;
    margin-bottom: 20px;
}

.dream-content h1{
font-weight: 700;
font-size: 40px;
line-height: 45px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
margin-bottom: 10px;
font-family: "Playfair Display", serif;
}

.dream-content p{
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0%;

}
.dream-img{
    width: 40%;
    height: 100%;
    background-color: #fff;
}

.dream-img img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 950px) {
    *{
    font-family: "DM Sans", sans-serif;
}
.ongoing-banner{
    width: 100%;
    height:100%;
    text-align: center;
}
.ongoing-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ongoing-heading h1{
    font-weight: 700;
    margin-top: 100px;
    font-size: 35px;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle; 
    background: white;
}

.ongoing-heading h4{
    font-family: DM Sans;
font-weight: 500;
font-size: 24px;
line-height: 47px;
letter-spacing: 0%;
text-align: center;
}

.ongoing-img img{
       object-fit: cover;
    object-position: -497px;
    width: 100%;
    height: 500px;
}

.ongoing-display{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0px;
}

.ongoing-display  .project-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.ongoing-display .project-card .project-img img{
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.ongoing-display .project-card .project-heading h1{
 
font-weight: 700;
font-size: 28px;
line-height: 33.98px;
margin-bottom: 15px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
}
.ongoing-display .project-card .project-heading h4{
font-weight: 700;
font-size: 18px;
line-height: 23.98px;
margin-bottom: 15px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
}
.ongoing-display .project-card .project-heading p{
font-weight: 500;
font-size: 12px;
line-height: 16px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 30px;
}
.ongoing-display .project-card .project-heading span{
color: #415d44;
font-style: italic;
}

.ongoing-display .project-card .project-btn button{
    
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    margin-top: 30px;
}

.project-btn button.download{
    background-color: black;
}


.choose{
    width: 100%;
    height: 100%;
    color: white;
     margin: 0px 0px;   
}

.choose-container{
              height: 350px;
        padding: 0px;
        justify-content: center;
        display: flex
;
        align-items: end;
   
}

.choose .choose-img {
    width: 100%;
}

.choose .choose-img img{
    width: 100%;
    height:350px;
}

.choose-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.choose-content h1{
font-weight: 700;
font-size: 20px;
margin-bottom: 20px;
letter-spacing: 0%;
text-transform: capitalize;
}

.choose-content ul li{
font-weight: 400;
font-size: 12px;
line-height: 20px;
letter-spacing: 0%;
margin-left: 20px;
}

.dream{
    width: 100%;
    height: 100%;
 background-color: #E9FFE8;
    color: black;
    padding: 0px 10px 0px 10px;
}

.dream-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dream-content-container{
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
}

.dream-content{
    width: 100%;
}

.dream-content img{
    width: 70px;
    height: 50px;
    margin-bottom: 20px;
}

.dream-content h1{
font-weight: 700;
font-size: 20px;
line-height: 25px;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
margin-bottom: 10px;
}

.dream-content p{
font-weight: 500;
font-size: 10px;
line-height: 17px;
letter-spacing: 0%;

}
.dream-img{
    width: 100%;
    height: 300px;
    background-color: #fff;
}

.dream-img img{
    width: 100%;
    height: 100%;
}

}