.row {
    width:82%!important;
    margin: auto!important;
}

.bottom-margin {
    margin-bottom: 20px;
}

.project-card{
    width:350px;
    height:420px;
    border-radius: 14px;
    border:1px solid  #D3D3D3;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;

}

.project-card-ribbons{
    width: 100%;
    display:flex;
    align-items: flex-end;
    flex-direction: column;
}
.project-card-image{
    width:100%;
    height:230px;
    padding:15px 10px 15px 10px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
.project-card-image span a{
    display:block;
    text-decoration: none;
    color:#fff;
    font-size: 12px;
    font-weight: 400;

}

.project-card-btn1{
    border-radius: 60px;
    padding:5px 14px;
    width:fit-content;
    background:#57548e;
}
.project-card-btn2{
    border-radius: 60px;
    padding:5px 14px;
    width:fit-content;
    margin-top:5px;
    background:#8886af;
}

.project-card-btn1, .project-card-btn2{ 

    color:#fff!important;

}

.arrows{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height:80px;
}

.arrows button{
    background: none;
    border:none;
    outline:none;
}

.project-card .arrows .fa{
    font-size: 30px;
    color:#fff;
}

.project-card-buttons{
    display:flex;
    justify-content: start;
    align-items: center;
    height:45px;
    list-style-type: none;
    margin-top: 25px;
    
}

.project-card-buttons li{
    padding-right:6px;
}
.project-card-buttons li a{
    text-decoration: none;
    color: #000e1e!important;
    font-size: 12px;
    font-weight: 400;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 5px 10px;
}

.project-card-content{
    height:170px;
    width:100%;
    padding:15px 15px;
    background-color: #fff;
}

.title{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:16px;
}

.project-name{
    position:relative;
    color: #1d1d1d;
    font-size: 19px;
    font-weight: 400;
}

.project-name::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 1px;
    width: 50px;
    border-radius: 8px;
    background-color: goldenrod;
}

.developer-name{
    background:#f8f8f8;
    border-radius: 4px;
    padding:0px 5px;
    margin-top:-3px;
}

.developer-name img{
    width:45px;
}

.community-name{
    display:flex;
    align-items: center; 
    margin-bottom:16px;   
}

.community-name span{
    color: #1d1d1d;
    font-size: 14px;
}

.community-name img{
    width:12px;
    height:auto;
    margin-right:6px;
}

.strat-price{
    display:flex;
    align-items: center;
}
.strat-price p{
    color: #1d1d1d;
    font-size: 13px;
    margin-right:6px;
    margin-bottom:0px!important;
}

.strat-price span{
    color: #1f1b69;
    font-size: 21px;
}

.custom-content-buttons{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:90%;
    margin-top:10px;

}

.custom-call-button{
    display: flex;
    align-items: center;
    width:fit-content;
    border:1px solid goldenrod;
    border-radius: 60px;
    padding:8px 30px;
    margin-top: 10px 10px 10px 10px;
    width: 110px;
    text-decoration: none;
    color: #1d1d1d!important;
    font-size: 13px;
    margin-left:8px;    
}

.custom-content-buttons img{
    width:16px;
}

.whatsaap img{
    width:22px;
    margin-top:6px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}


/* Pagination */

.pg-link {
    padding: 10px 15px 10px 15px;
    color: #e8b031!important;
}

.pg-link-border {
    border-radius: 20px;
    border: solid thin #e8b031;
    color: #fff;
}

.nav-icon {
    width: 20px; 
}

.nav-padding {
    padding: 0px 15px 0px 15px;
}