.spaces{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.spaces > div{
    padding: 12rem 1rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 48vw;
}

.ground{
    background: url(../assets/backgrounds/ground.png);
}

.top{
    background: url(../assets/backgrounds/top.png);
}

.space-small{
    font-family: urbanist;
    font-size: 1.1rem;
}

.space-heading{
    font-family: urbanistBold;
    font-size: 3.0rem;
    text-transform: capitalize;
}

.space-text{
    font-family: urbanistMid;
    font-size: 1.2rem;
}

.features-section{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.features-section > div{
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature{
    width: 100%;
    padding: 5rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.feature img{
    width: 2rem;
}

.feature-text{
    font-family: urbanistMid;
    font-size: 1.1rem;
    width: 60%;
}

.feature-heading{
    font-family: urbanistBold;
    font-size: 2.4rem;
    text-transform: capitalize;
}

.kitchen{
    background: url(../assets/backgrounds/kitchen.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bathroom{
    background: url(../assets/backgrounds/bathroom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.open-plan{
    background: url(../assets/backgrounds/open.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.high-speed{
    background: url(../assets/backgrounds/internet.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bedroom{
    background: url(../assets/backgrounds/bedroom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.storage{
    background: url(../assets/backgrounds/storage.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.balcony{
    background: url(../assets/backgrounds/balcony.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.garden{
    background: url(../assets/backgrounds/garden.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.conditioning{
    background: url(../assets/backgrounds/aircon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured{
    padding: 37rem 1rem 1rem 1rem;
}

.secondary{
    padding: 21rem 1rem 1rem 1rem;
}

.options-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    background: #1e1e1e;
    padding: 2.5rem;
}

.options-section .section-top{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.options-section .section-top .section-heading{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.options-section .section-top .section-heading p{
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.options-section .section-top .section-text{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.options-section .section-top .section-text p{
    color: #ffffff;
    font-family: urbanist;
    font-size: 1.0rem;
    letter-spacing: -2%;
    text-align: center;
    width: 70%;
}

.options{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.option{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    background: #ffffff;
    width: 45vw;
}

.option-top{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    background: rgba(168, 114, 18, 0.1);
}

.talkb p{
    color: #474747;
}

.option-info{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.option-header{
    font-family: urbanistBold;
    color: #484848;
    font-size: 1.8rem;
    text-transform: capitalize;
}

.option-sub{
    color: #474747;
    font-family: urbanist;
    font-size: 1.2rem;
}

.option-bottom{
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.features-key{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.features-key img{
    width: 1.8rem;
}

.key-features{
    font-family: urbanistBold;
    font-size: 2rem;
    text-transform: capitalize;
    color: #3F3F3F;
}

.key-features-list{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.key-feature-item{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.key-feature-heading{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.key-feature-heading-text{
    font-family: urbanistSemi;
    color: #474747;
    text-transform: capitalize;
    font-size: 1.2rem;
}

.key-feature-text{
    font-family: urbanist;
    color: #474747;
    font-size: 1.1rem;
}

.option-below{
    background: rgba(168, 114, 18, 0.1);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.price p{
    font-family: urbanistSemi;
    font-size: 1.1rem;
    color: #474747;
    text-transform: capitalize;
}

.price p span{
    font-family: urbanistBold;
    font-size: 2.2rem;
}

.price p:last-child{
    font-style: italic;
}

@media screen and (max-width: 1000px){
    .options{
        flex-direction: column;
        gap: 1.8rem;
    }
    .options > div{
        width: 100%;
    }
    .option-below{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .option-below >div{
        align-items: center;
        text-align: center;
    }
}


@media screen and (max-width: 850px){
    .spaces{
        flex-direction: column;
        gap: 1.4rem;
    }
    .spaces > div{
        width: 100%;
    }
    .features-section{
        flex-direction: column;
        gap: 1.4rem;
        width: 100%;
    }
    .features-section > div{
        width: 100%;
    }
    .featured, .secondary{
        padding: 5rem 1rem 1rem 1rem;
    }
    .options-section .section-top .section-text{
        width: 100%;
    }
    .talk{
        flex-direction: column;
        text-align: center;
    }
}