﻿.home-project {
    background: #f7f7f7;
}

.home-project-sub {
    width: 287px;
    float: right;
}

    .home-project-sub .my-side {
        border-color: #e0e0e0;
        background-color: #fff;
    }

    .home-project-sub a.link {
        margin-bottom: 15px;
    }
.home-project-wrap .p-project-list .btn-link-new {
    display: inline-flex;
    margin: auto;
    width: 100%;
}

.home-project-wrap .p-project-list .btn-link-new a {
    margin: auto;
    text-align: center;
}

a.side-road-link {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.img-decor-road {
    width: 13px;
}

    .img-decor-road img {
        width: 100%;
        height: auto;
    }

a.side-road-link .content {
    display: flex;
    align-items: center;
    width: 100%;
}

    a.side-road-link .content h3 {
        margin: 0;
        font-size: 14px;
        font-family: 'MonM';
        color: #313131;
        margin-left: 7px;
        font-weight: normal;
    }

a.side-road-link:hover {
    background: #dc2321;
}

    a.side-road-link:hover .content h3 {
        color: #fff;
    }

    a.side-road-link:hover .img-decor-road img {
        filter: invert(100%) sepia(0%) saturate(997%) hue-rotate(308deg) brightness(115%) contrast(101%);
    }

.home-project-wrap .p-project-list {
    width: 75%;
    float: left;
    padding-right: 20px;
}

.home-project-container {
    padding: 50px 0;
}

.home-project.df .home-project-container {
    padding: 50px 0;
}

.home-project-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .home-project-top .top-title {
    }

    .home-project-top .top-btn {
    }

        .home-project-top .top-btn a {
            background: var(--default-gradient);
            border-radius: 55px;
            font-family: robotoB;
            color: #fff;
            font-size: 18.74px;
            padding: 19px 35px;
        }

.p-decor span {
    color: #787878;
    font-size: 16px;
    display: block;
    font-family: 'MonM';
    text-transform: uppercase;
}

.home-project-top .top-title h3 {
    margin: 0;
    text-transform: uppercase;
    color: #dc2321;
    font-size: 28px;
    font-family: 'MonB';
    line-height: normal;
    padding-bottom: 5px;
    font-weight: normal;
}

.home-project-top .top-title .p-decor {
    margin: 0;
}

.home-project-top .top-title .p-decor-item {
}

.home-project-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 29px;
    row-gap: 29px;
    margin-top: 55px;
}

.home-project-item {
    display: flex;
    align-items: center;
}

    .home-project-item:hover .home-project-img img {
        transform: scale(1.02);
    }

.home-project-content {
    flex: 1;
    padding-left: 37px;
}

    .home-project-content .title {
    }

.home-project-img {
    height: 251px;
    width: 390px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #242a363d;
}

    .home-project-img img {
        transition: all .3s;
    }

.home-project-title {
    margin: 0;
    font-size: 30px;
    color: #242A36;
    font-family: 'anyM';
    text-transform: capitalize;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-project-address {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 15px;
}

    .home-project-address .img {
    }

        .home-project-address .img img {
            width: 17px;
        }

    .home-project-address span {
        display: block;
        font-size: 20px;
        color: #2A2D34;
        padding-left: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.home-project-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

    .home-project-options .options-item {
        display: flex;
        align-items: center;
        margin-right: 79px;
    }

    .home-project-options .options-item-img {
    }

        .home-project-options .options-item-img img {
        }

    .home-project-options .options-item span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        font-size: 20px;
        color: #2A2D34;
    }

@media(max-width:1023px) {
    .home-project-sub {
        width: 100%;
        padding: 0;
        float: unset;
    }

    .home-project-wrap .p-project-list {
        width: 100%;
        padding: 0;
        float: unset;
        margin-bottom: 20px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-project-top {
        flex-direction: column;
        align-items: unset;
    }

        .home-project-top .top-btn {
            margin-top: 10px;
        }

        .home-project-top .top-title h3 {
            font-size: 16px;
            padding-bottom: 7px;
        }

    .p-project-content .foot .price-item {
        font-size: 14px;
    }

    .info-project-item span {
        padding-top: 0;
        font-size: 15px;
    }

    .p-decor span {
        font-size: 14px;
        text-transform: unset;
    }

    .p-project-img .count span {
        font-size: 14px;
    }

    .p-project-img > img {
        border-radius: 10px;
    }

    .home-project-top .top-btn a {
        font-size: 14.74px;
        padding: 10px 30px;
    }

    .home-project-container {
        padding: 25px 0 !important;
        padding-bottom: 0 !important;
    }
}