/* @import "base.css"; */
#sub-hero {
    width: 100%;
    height: 85vh;
    background-color: #171e30;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0 15px;
    height: 439px;
}

#sub-hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--primary-color);
}

#sub-hero h2 {
    color: var(--accent-color);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    font-family: var(--font);
    text-align: left;
}

#sub-hero .btn-get-started {
    transition-delay: 1.4s;
    transition-property: opacity, bottom;
    opacity: 1;
    transition-duration: .8s;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: translateX(-7.6rem) rotate(90deg);
    transform-origin: right bottom;
    padding-right: var(--content-padding-bottom);
    position: absolute;
    top: 400px;
    left: 60px;


    /* font-size: 64px;
    transition: 0.5s;
    color: var(--secondary-color);
    height: 60px; */
}
#sub-hero .btn-get-started::before {
    display: block;
    content: "";
    height: 1px;
    width: 3rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    right: -50px;
}

#sub-hero .btn-get-started span {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: white;
    line-height: 3.2rem;
}

/* #sub-hero .btn-get-started:hover {
    padding-top: 10px;
    color: var(--accent-color);
} */

#main .card {
    border-radius: 5px;
}

#main .card p {
    font-size: 1.25rem;
    font-weight: normal;
}

.custom-quote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row-reverse;
}

.custom-quote .owner {
    width: 200px;
    min-width: 200px;
    margin-right: 30px;
    text-align: center;
}

.custom-quote .owner-image-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.custom-quote .owner img {
    display: block;
    width: 100%;
}

.custom-quote .owner h5 {
    font-size: 20px;
    margin-top: 20px;
}

.furnitureBannerImg {
    width: 100%;
    background: url(../images/furniture/bedroom.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

.bg-gradient {
    background: linear-gradient(rgba(0 , 0 , 0 , 0.8) , rgba(0 , 0 , 0 , 0.8)) !important;
}
.text-accent {
    color: var(--accent-color);
}