.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-btn {
    background-color: #0f62f3;
    color: white;
    border-radius: 0px;
    border-color: transparent;
    font-weight: 600;
    font-size: 16px;
}

.container-senarai {
    /* padding: 30px 20px 30px 20px; */
    padding: 30px 20px 30px 20px;
    width:100%;
    /* max-width:1200px; */
    display:flex;
    flex-direction:row;
    justify-content:center !important;
}

.skim-title {
    font-weight: 600;
    font-size: 32px;
}

.skim-info {
    font-weight: 400;
    font-size: 18px;
}

.skim-perumahan {
    background-color: white;
}

.skim-card{
    background-color: white;
    border-color: transparent;
    font-weight: 600;
    font-size: 18px;
}

.project-card {
    border: none;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.project-location {
    font-weight: 400;
    font-size: 16px;
    color: #475467;
    margin-bottom: 5px;
}
.project-info {
    font-weight: 400;
    font-size: 14px;
    color: #475467;
    margin-bottom: 5px;
}

.project-buttons {
    display: flex;
    gap: 5px;
}

.project-buttons .btn {
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #f2f6ff;
    border-color: transparent;
    color: #2850ae;
}


@media (min-width: 992px) {
    .mx-auto {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Responsive styles */

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    
}

@media (max-width: 991px) {
    .col-lg-4,
    .col-md-6 {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){

    /*STANDARDIZE CLASS*/
    /* .max-width-1200{
        width:90%;
    } */


}

@media (max-width: 575px) {
    .col-sm-12 {
        max-width: 100%;
    }

    .carousel-btn {
        font-weight: 900;
    }
}

@media (max-width: 425px){

    /*STANDARDIZE CLASS*/


    /*---------------------------------*/
}

/* @media screen and (max-width: 425px ){
    .container-senarai{
        padding:0px;
    }
} */
