/* CSS Document */
#hero-area{
    display:block;
    position:relative;
}
#hero-area .item > div{
    font-family:'Barlow Condensed', sans-serif;
    font-size:90px;
    display:block;
    width:40%;
    line-height:1em;
    font-weight:400;
    text-shadow:0px 0px 30px #000;
    color:#fff;
    position:absolute;
    background-color: rgba(51, 170, 51, .01);
}
#hero-area .item div.hero-text-top-left{
    top:5%;
    left:2%
}
#hero-area .item div.hero-text-top-right{
    top:5%;
    right:2%;
    text-align:right;
}
#hero-area .item div.hero-text-bottom-right{
    bottom:5%;
    right:2%;
    text-align:right;
    background-color: rgba(0 0 0 / 1%);
}
#hero-area .owl-nav{
    background:#fff;
    display:inline-block;
    position:absolute;
    bottom:20px;
    padding:0 20px;
    box-shadow:#707070 0px 0px 10px 2px
}
#hero-area .owl-next, #hero-area .owl-prev{
    display:inline-block;
    font-size:100px;
    color:#c2c2c2;
    padding:0;
    margin:0;
    line-height:1em;
}
#hero-area a.hero-view-products{
    display:inline-flex;
    position:absolute;
    bottom:20px;
    left:190px;
    background:#fff;
    text-decoration:none;
    color:#707070;
    font-family:'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size:42px;
    padding:20px 30px;
    box-shadow:#707070 0px 0px 10px 2px
}
#hero-area .item video{
    width:100%;
    display:block;
    position:absolute;
    top:30%
}
#hero-area div.hero-view-collection{
    display:block;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(270deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
#hero-area .hero-view-collection .text-right{
    text-align:right;
}
#hero-area a.view-collection-button{
    text-shadow:none;
    color:#707070;
    text-transform:uppercase;
    text-decoration:none;
    padding:20px;
    display:block;
}
#hero-area a.hero-view-products-x{
    text-shadow:none;
    color:#707070;
    text-transform:uppercase;
    text-decoration:none;
    padding:20px;
    display:block;
}
#hero-area a.view-product-block{
    display:block;
    position:relative;
    height:100%;
    text-align:center;
    text-decoration:none;
    text-shadow:none;
    background: linear-gradient(270deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
    padding:50px;
}
#hero-area a.view-product-block h2{
    color:#707070;
    text-transform:uppercase;
    font-size:74px;
}
#hero-area a.view-product-block img{
    width:100%;
    margin-top:25px;
}
#hero-area a.view-product-block span{
    color:#707070;
    text-transform:uppercase;
    font-size:48px;
}
#hero-area .hero-view-collection .owl-nav{
    bottom:0;
    box-shadow:none;
    background:none;
    display:none !important;
}



/* SIDEWAYS COLLAPSE */
#home-lifestyle{
    padding:25px;
    font-size:0;
}
#home-lifestyle-expand{
    margin-left:auto;
    display:block;
    position:relative;
    text-align:right;
}
.home-life-style-block{
    display:inline-block;
    position:relative;
    width:14%;
    transition: width 2s;
    height:400px;
    overflow:hidden;
}
.home-life-style-block:hover, .home-life-style-block:has(a:focus){
    width:28%;
    transition: width 2s;
}
.home-life-style-block a{
    display:block;
    position:relative;
    width:200%;
    height:100%;
    transition: width 2s;
}

.home-life-style-block a:hover, .home-life-style-block a:focus{
    width:100%;
    transition: width 1s;
}
.home-life-style-block a:hover span, .home-life-style-block a:focus span{
    display:flex;
}
.home-life-style-block a span{
    display:none;
    position:absolute;
    background:rgba(0,0,0,0.5);
    top:0;
    width:100%;
    height:100%;
    justify-content: center;
    align-items:center;
    font-size:80px;
    font-family:'Barlow Condensed', sans-serif;
    color:#fff;
    text-transform: uppercase;
}
.home-life-style-block-sm a{
    width:100%;
    display:block;
    position:relative;
}
.home-life-style-block-sm a img{
    width:100%;
}
.home-life-style-block-sm a span{
    position:absolute;
    background:rgba(0,0,0,0.5);
    bottom:0;
    width:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    font-size:16px;
    font-family:'Barlow Condensed', sans-serif;
    color:#fff;
    text-transform: uppercase;
}
/*.home-life-style-block a img{*/
/*    width:200%;*/
/*    -webkit-transition: width 1s;*/
/*    transition: width 1s;*/
/*}*/
/*.home-life-style-block:hover a img{*/
/*    width:100%;*/
/*    -webkit-transition: width 1s;*/
/*    transition: width 1s;*/
/*}*/
#home-lifestyle-text{
    font-family:'Raleway', sans-serif;
    font-size:24px;
}
#home-lifestyle-text h1{
    font-family:'Barlow Condensed', sans-serif;
    font-size:68px;
    text-transform:uppercase;
}



/* SIDEWAYS COLLAPSE */
#home-build-your-own{
    padding:25px;
    font-size:0;
    overflow: hidden;
}
#home-build-your-own-expand{
    margin-left:auto;
    display:block;
    position:relative;
    text-align:right;
}
.home-build-your-own-block{
    display:inline-block;
    position:relative;
    width:14%;
    transition: width 2s;
    height:400px;
}
.home-build-your-own-block:hover, .home-build-your-own-block:has(a:focus){
    width:28%;
    transition: width 2s;
}
.home-build-your-own-block a{
    display:block;
    position:relative;
    width:200%;
    overflow:hidden;
    transition: width 3s;
    height:100%;
}
.home-build-your-own-block a:hover,.home-build-your-own-block a:focus{
    width:100%;
    transition: width 1s;
}
.home-build-your-own-block a:hover span.customize-link{
    display:block;
}
.home-build-your-own-block a span.customize-link{
    display:none;
    position:absolute;
    background:rgba(255,255,255,0.5);
    bottom:15px;
    left:5px;
    justify-content: center;
    align-items:center;
    font-size:32px;
    font-family:'Barlow Condensed', sans-serif;
    color:#000;
    text-transform: uppercase;
    text-align:center;
    padding:10px;
}
.home-build-your-own-block a > img{
    width:200%;
    -webkit-transition: width 1s;
    transition: width 1s;
}
.home-build-your-own-block:hover a img{
    width:100%;
    -webkit-transition: width 1s;
    transition: width 1s;
}
#home-build-your-own-text{
    font-family:'Raleway', sans-serif;
    font-size:24px;
}
#home-build-your-own-text h1{
    font-family:'Barlow Condensed', sans-serif;
    font-size:68px;
    text-transform:uppercase;
}
.home-build-your-own-block a span.start-a-new-design-link{
    display:block;
    position:absolute;
    bottom:15px;
    left:5px;
    background:rgba(255,255,255,0.5);
    font-size:28px;
    text-align:left;
    border:1px solid #777;
    font-size:32px;
    font-family:'Barlow Condensed', sans-serif;
    color:#000;
    text-transform: uppercase;
    line-height:1em;
    padding:15px;
}

/*#home-build-your-own-expand > .home-build-your-own-block:first-child{*/
/*    width:14% !important;*/
/*}*/
/*#home-build-your-own-expand > .home-build-your-own-block:first-child a{*/
/*    width:200% !important;*/
/*}*/
.home-build-your-own-block > a > .start-a-new-design-overlay{
    display: none;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align:center;
}
.home-build-your-own-block > a:hover > .start-a-new-design-overlay {
    display: flex;
}

#three-spotlights{
    display:block;
    position:relative;
}
#three-spotlights a{
    text-decoration:none;
}
.spotlight-block{
    display:block;
    position:relative;
}
.spotlight-block-text{
    padding:20px;
    text-align:center;
    font-family:'Raleway', sans-serif;
    font-size:24px;
    color:#fff
}
.spotlight-block-text h2{
    font-family:'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size:60px;
}
.spotlight-block img{
    width:100%;
}
.spotlight-block-1 .spotlight-block-text{
    background:#454545;
}
.spotlight-block-2 .spotlight-block-text{
    background:#6d2121;
}
.spotlight-block-3 .spotlight-block-text{
    background:#423932;
}

#two-blocks{
    display:block;
    position:relative;
    margin:25px 0;
    text-align:center;
    font-family:'Raleway', sans-serif;
    font-size:24px;
    color:#6E6E6E;
}
#two-blocks h2{
    font-size:60px;
    font-family:'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
#two-blocks-left{
    display: inline-flex;
    width: 48%;
    padding-left: 17%;
    float: left;
    justify-content: center;
    align-items: center;
}
#two-blocks-right{
    display:inline-flex;
    width:48%;
    float:right;
    padding-right:17%;
    justify-content: center;
    align-items: center;
}
#two-blocks a{
    color:#707070;
    border:1px solid #707070;
    padding:5px 15px;
    display:inline-block;
    font-family:'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration:none;
    font-size:36px;
}
.two-blocks-text{
    padding:25px;
    line-height:1.34m;
    font-size:.8em;
}
@media(max-width:2100px){
    #hero-area div.hero-view-collection{
        display:block;
        position:absolute;
        top:0;
        width:100%;
        height:100%;
        background: linear-gradient(270deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
    }
    #hero-area .hero-view-collection .text-right{
        text-align:right;
    }
    #hero-area a.view-collection-button{
        font-size:42px;
        padding:0;
    }
    #hero-area a.hero-view-products-x{
        font-size:42px;
        padding:0;
    }
    #hero-area a.view-product-block{
        padding:20px;
    }
    #hero-area a.view-product-block h2{
        font-size:32px;
    }
    #hero-area a.view-product-block img{
        margin-top:15px;
    }
    #hero-area a.view-product-block span{
        font-size:30px;
    }
}
@media(max-width:1800px){
    .home-life-style-block a span{
        font-size:40px;
    }
    #home-lifestyle-text{
        font-size:20px;
    }
    #home-lifestyle-text h1{
        font-size:38px;
    }
}
@media(max-width:1600px){
    #hero-area .item > div{
        font-size:60px;
    }
    .home-build-your-own-block a span.start-a-new-design-link{
        font-size:18px;
        padding:5px;
    }
    #two-blocks-left{
        padding-left: 7%;
    }
    #two-blocks-right{
        padding-right:11%;
    }
}
@media(max-width:1201px){
    #hero-area .item div.hero-text-top-left, #hero-area .item div.hero-text-top-right, #hero-area .item div.hero-text-bottom-right{
        bottom:125px;
        top:auto;
        right:auto;
        left:auto;
        text-align:center;
        width:100%;
    }
    #hero-area .owl-nav{
        bottom:1px;
        right:0;
        box-shadow:none;

    }
    #hero-area a.hero-view-products{
        position:relative;
        bottom:0px;
        left:0;
        border:none;
        border-top:1px solid #777;
        border-bottom:1px solid #777;
        width:100%;
        box-shadow:none

    }
    #hero-area .owl-next, #hero-area .owl-prev{
        font-size:98px;
    }
    /*#hero-area div.hero-view-collection{*/
    /*    display:none;*/
    /*}*/
    #home-lifestyle, #home-build-your-own{
        padding:10px;
    }
    #home-lifestyle h1, #home-build-your-own h1{
        color:#707070;
        border-right:1px solid #707070;
        display:block;
        font-family:'Barlow Condensed', sans-serif;
        text-transform:uppercase;
    }
    #home-lifestyle p, #home-build-your-own p{
        color:#707070;
        font-size:20px;
        line-height:1.25em;
        font-family:'Raleway', sans-serif;
    }
    #home-lifestyle-carousel, #home-build-your-own-carousel{
        padding:15px 25px;
    }
    .home-life-style-block, #home-build-your-own a, .home-life-style-block-sm{
        display:inline-block;
        position:relative;
        width:100%;
    }
    .home-life-style-block:hover{
        width:28%;
    }
    .home-life-style-block a{
        display:block;
        position:relative;
        width:100%;
        overflow:hidden;
    }
    .home-life-style-block a span{
        display:block !important;
        position:absolute;
        top:auto;
        bottom:0;
        height:auto;
        font-size:18px;
        text-align:center
    }
    .home-life-style-block a img{
        width:200%;
    }
    .home-life-style-block:hover a img{
        width:100%;
    }
    #home-lifestyle-carousel .owl-prev, #home-build-your-own .owl-prev{
        font-size:40px;
        color:#707070;
        display:block;
        position:absolute;
        left:-30px;
        top:50%;
        transform:translateY(-50%)
    }
    #home-lifestyle-carousel .owl-next, #home-build-your-own .owl-next{
        font-size:40px;
        color:#707070;
        display:block;
        position:absolute;
        right:-30px;
        top:50%;
        transform:translateY(-50%)
    }
    #two-blocks-left{
        display:inline-flex;
        width:100%;
        padding-left:34%;
        float:none;
        margin-bottom:20px;
    }
    #two-blocks-right{
        display:inline-flex;
        width:100%;
        float:none;
        padding-right:34%;
        margin-bottom:20px;
    }
    #two-blocks h2{
        font-size:42px;
    }
    #two-blocks{
        font-size:18px;
    }
    #two-blocks a{
        font-size:20px;
        color: #6E6E6E;
    }
}
@media(max-width:992px){
    #three-spotlights .spotlight-block{
        margin-bottom:25px;
    }
}
@media(max-width:767px){
    #hero-area .item > div{
        font-size:24px;
        position:relative;
    }
    #hero-area a.hero-view-products{
        font-size:24px;
        padding:5px 15px;
    }
    #hero-area .owl-next, #hero-area .owl-prev{
        font-size:42px;
    }
    #hero-area .item div.hero-text-top-left, #hero-area .item div.hero-text-top-right, #hero-area .item div.hero-text-bottom-right{
        bottom:70px;
    }
}
