/* -- General -- */

:root {
    --r_brava-blue: #091F2C;
    --r_brava-light-blue: #1F3949;
    --r_brava-orange: #DC4405;
}
.maincontent {
    display: block !important;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: .025em;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #eee;
}

.r_content-wrapper,
.r_content-wrapper-md,
.r_content-wrapper-sm,
.r_content-wrapper-x-sm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.r_content-wrapper {
    max-width: 1700px;
}
.r_content-wrapper-md {
    max-width: 1550px;
}
.r_content-wrapper-sm {
    max-width: 1400px;
}
.r_content-wrapper-x-sm {
    max-width: 1100px;
}

.r_h1-heading,
.r_h2-heading,
.r_h3-heading {
    margin: 20px 0;
    line-height: 1.05em;
    color: var(--r_brava-blue);
}
.r_h1-heading {
    font-size: 3.25em;
    font-weight: 700;
    color: #fff;
}
.r_h2-heading {
    font-size: 2.5em;
    font-weight: 500;
}
.r_h3-heading {
    font-size: 1.5em;
    font-weight: 600;
}
.maincontent p {
    font-size: 1em;
    line-height: 1.35em;
    font-weight: 400;
    color: #333;
}

.r_underline {
    width: 200px;
    margin: 30px auto;
    border-top: 2px solid var(--r_brava-orange);
}
.r_underline-left {
    margin-left: 0;
}

.r_space-around {
    position: relative;
    padding: 80px 5%;
    z-index: 0;
}
.r_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.r_wrapper-reverse {
    flex-direction: row-reverse;
}
.r_col-left {
    width: 45%;
    padding: 20px 30px;
}
.r_col-right {
    width: 55%;
    padding: 20px 30px;
}
.r_img-wrapper {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
}
.r_img-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    border: 3px solid var(--r_brava-orange);
    width: 50%;
    height: 40%;
    z-index: -1;
}
.r_img-wrapper::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    border: 3px solid var(--r_brava-light-blue);
    width: 30%;
    height: 60%;
    z-index: -1;
}
.r_img-wrapper img {
    width: 100%;
    height: auto;
    background-color: #eee;
}
.r_text-center {
    text-align: center;
}

.r_inline-link {
    font-weight: 600;
    color: var(--r_brava-orange);
    text-decoration: underline;
}
.r_inline-link:hover {
    color: var(--r_brava-light-blue);
    text-decoration: none;
}



/* -- Hero -- */

#r_hero_section {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/imageserver/Reusable/brava/hero_bg.webp);
    background-size: cover;
    background-position: center 25%;
    background-blend-mode: overlay;
    background-color: #404040;
    border-bottom: 8px solid var(--r_brava-light-blue);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .33);
    z-index: 1;
}
.r_hero-wrapper {
    text-align: center;
}
.r_hero-logo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--r_brava-light-blue);
    padding: 25px 10px;
    max-width: 140px;
    width: 100%;
    height: auto;
}
.r_hero-logo-roof {
    display: block;
    margin: 0px auto -45px;
    width: 125px;
    height: auto;
}
.r_h1-sub {
    display: block;
    font-size: .65em;
    line-height: 1.05em;
    margin-top: 15px;
    font-weight: 300;
}
.r_h1-highlight {
    position: relative;
    font-weight: 700;
}
.r_h1-highlight::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--r_brava-orange);
}



/* -- Products -- */

.r_products-wrapper .r_h2-highlight {
    font-weight: 700;
    color: var(--r_brava-light-blue);
}
.r_products-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 20px;
    padding: 0;
    list-style: none;
    gap: .75%;
}
.r_products-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 31.8333333333%;
    min-height: 425px;
    margin: 15px auto;
    padding: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: transparent;
}
#r_products_cedar_shake {
    background-image: url(/imageserver/Reusable/brava/products_cedar_shake.webp);
}
#r_products_slate {
    background-image: url(/imageserver/Reusable/brava/products_slate.webp);
}
#r_products_spanish_barrel_tile {
    background-image: url(/imageserver/Reusable/brava/products_spanish_barrel_tile.webp);
}
.r_products-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    background-color: #fdfdfd;
    color: var(--r_brava-blue);
    margin: 0;
    padding: 15px 35px 15px 15px;
    border: 3px solid var(--brava-light-blue);
    transition: opacity .33s
}
.r_products-item:hover .r_products-label {
    opacity: 0;
}
.r_products-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-color: var(--r_brava-light-blue);
    width: 10px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
}
.r_products-content {
    position: relative;
    max-width: 400px;
    width: 100%;
    padding: 40px 25px;
    background-color: var(--r_brava-blue);
    opacity: 0;
    color: #fff;
    z-index: 2;
    transition: opacity .5s
}
.r_products-item:hover .r_products-content {
    opacity: 1;
}
.r_products-content h3 {
    color: #fff;
    margin: 0 auto 10px;
}
.r_products-content p {
    font-size: .9em;
    color: #fff;
}
.r_products-link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    padding-right: 12px;
    text-decoration: none;
}
.r_products-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 12px;
    height: 2px;
    background-color: var(--r_brava-orange);
}
.r_products-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--r_brava-orange);
    border-right: 2px solid var(--r_brava-orange);
    transition: right .33s;
}
.r_products-link:hover,
.r_products-link:focus {
    color: var(--r_brava-orange);
    text-decoration: none;
}
.r_products-link:hover::before {
    opacity: 0;
}
.r_products-link:hover::after {
    right: -5px;
}

.r_products-content * {
    opacity: 0;
    transform: translateY(-20px);
    transition: transform ease .5s 0s, opacity ease .5s 0s;
}
.r_products-item:hover .r_products-content * {
    transform: translateY(0);
    opacity: 1;
    transition: transform ease .5s, opacity ease .5s;
}
.r_products-item:hover .r_products-content h3 {
    transition-delay: .4s;
}
.r_products-item:hover .r_products-content p {
    transition-delay: .3s;
}
.r_products-item:hover .r_products-content .r_products-link {
    transition-delay: .2s;
}



/* -- Why Us -- */

#r_why_us_section {
    background-color: var(--r_brava-blue);
}
.r_why-us-wrapper h2 {
    font-weight: 600;
    color: #fdfdfd;
}
.r_why-us-wrapper .r_h2-alt {
    display: block;
    color: #ccc;
    line-height: 1.05em;
    margin-top: 5px;
    font-size: .88em;
    font-weight: 300;
    font-style: italic;
}
.r_why-us-wrapper p {
    color: #fff;
}
.r_why-us-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 10px;
    padding: 0;
    list-style: none;
    gap: 1%;
}
.r_why-us-item {
    max-width: 600px;
    width: 23%;
    padding: 10px;
    margin: 12px auto;
    text-align: center;
}
.r_why-us-icon {
    display: block;
    margin: 0 auto;
    background: linear-gradient(108deg, transparent 25%, var(--r_brava-light-blue) 25%, var(--r_brava-light-blue) 75%, transparent 75%);
}
.r_why-us-icon .cls-1 {
    fill: var(--r_brava-orange);
}
.r_why-us-icon .cls-2 {
    fill: #ccc;
}
.r_why-us-item h3 {
    color: #fff;
    margin: 25px auto 15px;
}
.r_why-us-item p {
    font-size: .9em;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 10px;
    color: #ccc;
}



/* -- Features -- */

#r_features_section {
    background-color: var(--r_brava-light-blue);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .33);
}
.r_features-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.r_features-left {
    position: relative;
    width: 40%;
    background-color: var(--r_brava-blue);
    background-image: url(/imageserver/Reusable/brava/features_bg.webp);
    background-size: cover;
    background-position: center;
}
.r_features-left p {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.5em;
    line-height: 1.05em;
    color: #fff;
    font-weight: 300;
    text-align: right;
}
.r_features-left .r_p-highlight {
    display: block;
    font-weight: 700;
    line-height: 1.05em;
    margin-bottom: 5px;
}
.r_features-right {
    width: 60%;
}
.r_features-content {
    max-width: 900px;
    width: 100%;
}
.r_features-content h2 {
    color: #fff;
}
.r_features-content .r_h2-highlight {
    font-weight: 700;
    background: linear-gradient(0deg, transparent 15%, var(--r_brava-orange) 15%, var(--r_brava-orange) 20%, transparent 20%);
}
.r_features-list {
    margin: 40px 0 20px;
    padding: 0;
    list-style: none;
}
.r_features-item {
    position: relative;
    margin-bottom: 25px;
}
.r_features-item::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 8px solid var(--r_brava-blue);
    width: 100px;
    height: 80%;
    opacity: .35;
    z-index: -1;
}
.r_features-item:last-child {
    margin-bottom: 0;
}
.r_features-item h3 {
    position: relative;
    color: #fff;
    font-size: 1.33em;
    margin: 0 0 12px;
    padding-left: 18px;
}
.r_features-item h3::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--r_brava-orange);
}
.r_features-item p {
    color: #eee;
    font-size: .95em;
    padding-left: 18px;
}



/* -- Visualizer -- */

#r_visualizer_section {
    padding-top: 60px;
    padding-bottom: 60px;
}



/* -- Responsiveness -- */

@media (max-width: 1024px) {
    .r_products-item {
        width: 100%;
    }

    .r_why-us-item {
        width: 48.5%;
    }
}

@media (max-width: 981px) {
    .r_wrapper {
        max-width: 900px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .r_col-left,
    .r_col-right {
        width: 100%;
        padding: 0;
    }
    .r_img {
        margin-bottom: 40px;
    }

    .r_features-left,
    .r_features-right {
        width: 100%;
    }
    .r_features-left {
        height: 350px;
    }
    .r_features-content {
        margin: 0 auto;
    }
}

@media (max-width: 750px) {
    .r_h1-heading {
        font-size: 2.75em;
    }
    .r_h2-heading {
        font-size: 2.25em;
    }

    .r_space-around {
        padding: 60px 20px;
    }

    #r_hero_section {
        min-height: 550px;
    }
    .r_hero-logo {
        max-width: 120px;
    }

    .r_products-item {
        min-height: 375px;
    }
}

@media (max-width: 550px) {
    .r_h1-heading {
        font-size: 2.25em;
    }
    .r_h2-heading {
        font-size: 2em;
    }

    .r_text-center {
        text-align: left;
    }
    .r_text-center .r_underline {
        margin-left: 0;
    }

    #r_hero_section {
        min-height: 500px;
    }
    .r_hero-logo {
        max-width: 100px;
    }

    .r_products-item {
        min-height: 325px;
    }

    .r_why-us-item {
        width: 100%;
    }

    .r_features-left {
        height: 250px;
    }
}