/* interiors page header section */

.interiors-page-header-section{
    background: url('../images/interiors-header-bg-2.jpg');
    background-size: cover;
    background-position: center top;
    height: 100vh;
    position: relative;
}

.interiors-page-header-section-container{
    position: absolute;
    bottom: 4em;
    left: 6em;
    width: 24.375em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.75em;
    z-index: 10;
}

.interiors-page-header-section-container h1{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
}

.interiors-page-header-shadow-bottom{
    position: absolute;
    width: 100%;
    height: 28em;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.86));
    z-index: 5;
}

@media only screen and (max-width: 850px){
    .interiors-page-header-section{
        height: 100vh;
        padding: 20px;
        align-content: end;
    }

    .interiors-page-header-section-container{
        left: 0px;
        width: 100%;
        position: relative;
        padding-bottom: 15px;
        bottom: 40px;
    }

    .interiors-page-header-section-container h1{
        font-size: 28px;
    }
}

/* interiors page welcome section */

.interiors-page-welcome-section{
    padding: 4em 5em;
}

.interiors-page-welcome-section h2{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #DA291C;
}

.interiors-page-welcome-section p{
    font-weight: 400;
    text-align: center;
    color: #4f4f4f;
    font-size: 3em;
    line-height: 1.35em;
    margin: 0px;
}

@media only screen and (max-width: 850px){
    .interiors-page-welcome-section{
        padding: 30px 20px;
    }

    .interiors-page-welcome-section h2{
        font-size: 18px;
    }

    .interiors-page-welcome-section p{
        font-size: 30px;
        line-height: 39px;
        font-weight: 500;
    }
}

/* interiors page intro section */

.interiors-page-intro-section-container{
    height: 4000px;
}

.interiors-page-intro-section{
    height: 100vh;
    padding: 0px;
    padding-top: 2em;
    padding-bottom: 3em;
    border-bottom: 1px solid #474747;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#interiors-page-intro-section-canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 100;
    object-fit: cover;
}

.interiors-page-intro-section-title{
    font-size: 2.3em;
    font-weight: 400;
}

.interiors-page-intro-section-sub-title{
    font-size: 1.2em;
    font-weight: 400;
    color: #DA291C;
}

.interiors-page-intro-section hr{
    width: 30%;
    height: 1px;
    background: #000;
}

.interiors-page-intro-section-content{
    font-size: 1.1em;
    color: #000000;
    margin-bottom: 2.5em;
}

.interiors-page-intro-section .row{
    position: relative;
    z-index: 200;
}

.interiors-page-intro-section .row .col-md-5{
    padding-left: 6em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 5em;
}

.interiors-page-intro-section-counter-text{
    font-size: 3.1rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0px;
}

.interiors-page-intro-section-counter-text span{
    color: #DA291C;
}

.interiors-page-intro-section-counter-title{
    text-align: center;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #000000;
}

.interiors-page-intro-section .col-md-auto:nth-child(1), .interiors-page-intro-section .col-md-auto:nth-child(2){
    border-right: 1px solid red;
}

.interiors-page-intro-section .row .col-12 video{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media only screen and (max-width: 850px){
    .interiors-page-intro-section-container{
        height: auto;
    }

    .interiors-page-intro-section{
        padding: 0px;
        height: auto;
    }

    .interiors-page-intro-section .row .col-12{
        padding: 30px;
    }

    .interiors-page-intro-section-title{
        font-size: 28px;
    }

    .interiors-page-intro-section-sub-title{
        font-size: 18px;
    }

    .interiors-page-intro-section-content{
        font-size: 16px;
        margin-bottom: 25px;
    }

    .interiors-page-intro-section-counter-text{
        font-size: 38px;
    }

    .interiors-page-intro-section .row .col-12:nth-child(2){
        padding: 0px;
    }
}

/* interiors page projects section */

.interiors-page-projects-section-title-container{
    padding: 0.9375em 6em;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}

.interiors-page-projects-section-slider-container{
    padding: 0px 6em;
}

#projects-swiper{
    margin-top: 3em;
    margin-bottom: 4em;
}

#projects-swiper .swiper-slide{
    width: 38em;
}

#projects-swiper .swiper-slide img{
    width: 100%;
    height: 25em;
    object-fit: cover;
}

.interiors-page-projects-section-slider-title{
    color: #000000;
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;
}

.interiors-page-projects-section-slider-feature-title{
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    color: #7c7c7c;
    margin-top: 0.8em;
    margin-bottom: 0.1em;
}

.interiors-page-projects-section-slider-feature-content{
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0.1em;
}

.interiors-page-projects-section-slider-features-row{
    margin-top: 3em;
}

.interiors-page-projects-section-slider-features-row .col-md-auto:first-child{
    margin-right: 3em;
}

.interiors-page-projects-section-slider-first-col{
    border-right: 1px solid #474747;
    padding-right: 0px;
}

.interiors-page-projects-section-slider-feature-container{
    border-right: 1px solid #474747;
}

.interiors-page-projects-section-slider-second-col{
    text-align: right;
    padding-left: 2em;
    align-content: center;
    position: relative;
}

.interiors-page-projects-section-slider-second-col h4{
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #DA291C;
    margin-bottom: 1.6em;
}

.interiors-page-projects-section-slider-second-col p{
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 2em;
}

.interiors-page-projects-section-slider-second-col h5{
    font-size: 1.1em;
    font-weight: 400;
    color: #DA291C;
    font-style: italic;
    margin-bottom: 0px;
}

.interiors-page-projects-section-slider-second-col h5 span{
    color: #000000;
}

.interiors-page-projects-section-slide-prev-btn, .interiors-page-projects-section-slide-next-btn{
    background: none;
    border: none;
    outline: none;
    font-size: 1.5em;
    color: #DA291C;
}

.interiors-page-projects-section-slide-prev-btn i, .interiors-page-projects-section-slide-next-btn i{
    display: inline-block;
    transition: transform 0.4s;
}

.interiors-page-projects-section-slide-prev-btn:hover i{
    transform: translateX(-0.5em);
}

.interiors-page-projects-section-slide-next-btn:hover i{
    transform: translateX(0.5em);
}

.interiors-page-projects-section-slide-btn-container{
    position: absolute;
    left: 1.5em;
    bottom: 3em;
}

@media only screen and (max-width: 850px){
    .interiors-page-projects-section-title-container{
        padding: 20px;
    }

    .interiors-page-projects-section-slider-container{
        padding: 0px 30px;
    }

    .interiors-page-projects-section-slider-first-col{
        padding: 0px;
        border: none;
    }

    #projects-swiper .swiper-slide{
        width: 100%;
    }

    #projects-swiper .swiper-slide img{
        height: 235px;
    }

    .interiors-page-projects-section-slider-feature-container{
        display: none;
    }

    .interiors-page-projects-section-slider-second-col{
        padding: 0px;
        text-align: left;
    }

    #projects-swiper{
        margin-top: 25px;
        margin-bottom: 25px;
    }      

    .interiors-page-projects-section-slider-second-col h4{
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .interiors-page-projects-section-slider-second-col p{
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .interiors-page-projects-section-slider-second-col h5{
        font-size: 16px;
        margin-bottom: 25px;
        text-align: center;
    }

    .interiors-page-projects-section-slide-btn-container{
        position: relative;
        width: 100%;
        left: 0px;
        bottom: 0px;
        margin-bottom: 20px;
    }
}

/* interiors page gallery section */

.interiors-page-gallery-section-title-container{
    padding: 0.9375em 6em;
    border-bottom: 1px solid #474747;
}

.interiors-page-gallery-section-footer-container{
    padding: 1.5em 6em;
    border-bottom: 1px solid #474747;
}

#gallery-swiper .swiper-slide{
    width: 56.25em;
    height: 35.625em;
    padding-right: 1.875em;
    position: relative;
}

#gallery-swiper .swiper-slide img{
    width: 100%;
    height: 35.625em;
    object-fit: cover;
}

.interiors-page-gallery-terms{
    font-size: 0.7em !important;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 28px;
    display: block;
    margin: 0;
}

.interiors-page-gallery-section-slide-prev-btn{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
    background: transparent;
    border-left: none;
    font-size: 1.4375em;
    padding-left: 0.5em;
    color: #da291c;
}

.interiors-page-gallery-section-slide-next-btn{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    background: transparent;
    border-left: none;
    border-right: none;
    font-size: 1.4375em;
    padding-right: 0.5em;
    color: #da291c;
    position: relative;
    left: -0.1875em;
}

.interiors-page-gallery-section-slide-prev-btn i{
    position: relative;
    transition: right 0.3s;
}

.interiors-page-gallery-section-slide-next-btn i{
    position: relative;
    transition: right 0.3s;
}

.interiors-page-gallery-section-footer-container a:hover i{
    right: 5px;
}

.interiors-page-gallery-section-footer-container a:hover i{
    right: -5px;
}

.interiors-page-gallery-section-pagination-count{
    color: #9b9b9b;
    font-size: 1.0625em;
}

@media only screen and (max-width: 850px){
    .interiors-page-gallery-section-title-container{
        padding: 20px;
    }

    #gallery-swiper .swiper-slide{
        height: 400px;
        width: 100vw;
        padding: 0px 20px;
    }

    #gallery-swiper .swiper-slide img{
        height: 400px;
        width: 100%;
    }
}

/* interiors page footer note section */

.interiors-page-footer-note-section-content{
    padding: 5em 6em;
    text-align: center;
    padding-bottom: 8em;
}

.interiors-page-footer-note-section-content h2{
    font-size: 4.0625em;
    font-weight: 500;
}

.interiors-page-footer-note-section-content h3{
    font-weight: 400;
    font-size: 1.875em;
    margin-top: 0.8em;
}

.interiors-page-footer-note-section-content p{
    max-width: 45.9375em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05em;
    margin-top: 1.2em;
}

@media only screen and (max-width: 850px){
    .interiors-page-footer-note-section-image{
        height: 140px;
        opacity: 0.5;
    }

    .interiors-page-footer-note-section-content{
        padding: 40px 20px;
    }

    .interiors-page-footer-note-section-content h2{
        font-size: 32px;
    }

    .interiors-page-footer-note-section-content h3{
        font-size: 18px;
    }

    .interiors-page-footer-note-section-content p{
        font-size: 15px;
    }
}