@import 'new-reset.css';

/* townhouse */
.townhouse-top {
    margin-bottom: 100px;
}

.townhouse-top__bread-crumbs {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.bread-crumbs__item {
    margin-right: 35px;

}

.bread-crumbs__link {
    color: #000;
}

.arrow {
    position: relative;
}
.arrow::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #71D56A;
    position: absolute;
    right: -25px;
    margin-right: 4px;
    top: 9px;

}
.arrow::after {
    content: '';
    position: absolute;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 4px solid #71D56A;
    border-bottom: 3px solid transparent;
    top: 7px;
}

.townhouse-top__flex {
    display: flex;
    justify-content: space-between;
    height: 450px;
    flex-wrap: wrap;

}

.townhouse-top__img-top {
    
    width: 570px;
    max-height: 370px;
}

.townhouse-top__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 450px;
    padding-left: 20px;
    height: 450px;
}

.townhouse-top__items-title {
    font-size: 28px;
    color: #fff;
    padding: 5px 20px;
    background-color: #404041;

}

.townhouse-top__items-prise {
    color: rgb(29, 230, 39);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -25px;
    
}

.townhouse-top__items-list {
    font-size: 20px;
}

.townhouse-top__list-item {
    display: flex;
    font-size: 20px;
    line-height: 35px;
}

.townhouse-top__list-item-right {
    font-size: 20px;
    padding-left: 15px;

}

.townhouse-top__list-item-left {
    font-size: 20px;
    font-weight: 600;
}

.townhouse-top__img__wrapper{
    background-color: #ECF3F6;
    border-radius: 10px;
}

.townhouse-top__img {
    display: flex;
    flex-wrap: wrap;
}

.townhouse-top__img-item {
    display: flex;
    padding: 10px;
    /* background-color: aqua; */
}

.townhouse-top__img-item-left {
    padding-right: 8px;
}

.townhouse-top__img-item-right {
    text-align: center;
}

.townhouse-top__btn {
    background: #71D56A;
    border: 1px solid #71D56A;
    border-radius: 22px;
    padding: 12px 26px;
    font-size: 20px;
    line-height: 21px;
    max-width: 220px;
    color: #fff;
    transition: all 0.3s;
}
.townhouse-top__btn:hover {
    color: #000000;
    border: 1px solid #479c41;
    background: #479c41;
}

/* end townhouse */





/* description */
.description {
    height: 200px;
    background-color: #EBF2F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
}
.description__title {
    text-transform: uppercase;
    font-size: 28px;
    color: #1E1E1E;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    /* padding-left: 200px; */
    text-align: center;
}
.description__text {
    font-size: 16px;
    color: #404042;
    line-height: 23px;
    /* padding: 0 200px; */
    text-align: center;
    margin-bottom: 30px;
}
/* end description */




/* house-layout */


.house-layout {
    margin: 0 auto;
    margin-bottom: 80px;
}
.house-layout__wrapper{
    /* margin: 0 auto; */
}

.house-layout__title {
    text-transform: uppercase;
    font-size: 28px;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
.house-layout__wrapper-wrapper{
    background-color: #EBF2F5;
    padding: 20px 0;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 30px;

}
.house-layout__container-title{

     text-transform: uppercase;
    font-size: 22px;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.house-layout__plans {
    display: flex;
    justify-content: center;

}
.house-layout__list {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    max-width: 900px;
}
.house-layout__item {
}
.house-layout__item-text {
    text-align: center;
    font-size: 20px;

}
.house-layout__item-img {
    padding: 0px 2px;
}

.house-layout__btn {
    background: #71D56A;
    border: 1px solid #71D56A;
    border-radius: 22px;
    padding: 12px 26px;
    font-size: 20px;
    line-height: 21px;
    max-width: 220px;
    color: #fff;
    transition: all 0.3s;
    display: flex;
    /* justify-content: center; */
    margin: 30px auto 20px auto;
}
.house-layout__btn:hover {
    color: #000000;
    border: 1px solid #479c41;
    background: #479c41;
}



@media(max-width: 1066px) {
    .townhouse-top{
        margin-bottom: 20px;
    }
    .townhouse-top__flex{
        height: 780px;
        justify-content: center;
    }
    .townhouse-top__items-title{
        margin-top: 10px;
        margin-bottom: 15px;
    }
}
@media(max-width: 630px) {
    .townhouse-top__img-top{
        width: 370px;
        max-height: 270px
    }
    .townhouse-top__btn{
        margin: 0px auto;
    }
}


/* end house-layout*/