
/* home page banner section */

.home-page-banner-section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-page-banner-section video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.home-page-banner-shadow-top{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.home-page-banner-shadow-bottom{
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.home-page-banner-explore-btn{
    color: #fff !important;
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    transform: translate(-50%, -50%);
    display: block;
    left: 50%;
    width: 280px;
    border-bottom: 1px solid #DA291C;
    padding: 12px 10px;
}

.home-page-banner-explore-btn i{
    font-size: 25px;
    position: absolute;
    right: 6px;
    top: 12px;
    transition: right 0.3s;
}

.home-page-banner-explore-btn:hover i{
    right: 0px;
}

@media only screen and (min-width: 1800px){
    .home-page-banner-shadow-top{
        height: 8em;
    }

    .home-page-banner-shadow-bottom{
        height: 8em;
    }

    .home-page-banner-explore-btn{
        width: 20em;
        padding: 0.6em 0.6em;
        font-size: 0.9em;
    }

    .home-page-banner-explore-btn i{
        font-size: 1.3em;
        right: 0.4em;
        top: 0.6em;
    }
}

/* home page about section */

.home-page-about-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.home-page-about-container{
    width: 100%;
}

@media only screen and (max-width: 850px){
    .home-page-about-section{
        display: block;
        padding: 35px 20px;
    }
}

@media only screen and (min-width: 1800px){
    .home-page-about-section{
        padding: 5em 6em;
    }
}

/* home page projects section */

.home-page-projects-section .row{
    width: 100%;
    padding-top: 80px;
}

#home-page-projects-swiper{
    width: 100%;
}

#home-page-projects-swiper .swiper-pagination{
    bottom: 42px;
}

#home-page-projects-swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #da291c;
    background-color: transparent;
    opacity: 1;
}

#home-page-projects-swiper .swiper-pagination-bullet-active{
    background-color: #da291c;
}

#home-page-projects-swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 120px;
}

.home-page-projects-slide-building-background{
    width: 55vw;
    aspect-ratio: 307/200;
    background: url('../images/project-1-background.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-page-projects-slide-building-background img{
    width: 100%;
    margin-top: -82px;
    position: absolute;
    z-index: 100;
    transform: translateY(100%);
    opacity: 0;
}

.home-page-projects-slide-content-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page-projects-slide-content-container{
    padding-left: 40px;
    padding-right: 75px;
    max-width: 600px;
    margin-left: auto;
}

.home-page-projects-slide-name-container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 110;
    overflow: hidden;
}

.home-page-projects-slide-name-one{
    color: #fff;
    text-transform: uppercase;
    font-size: 74px;
    position: relative;
    line-height: 55px;
    left: -7px;
    margin: 0;
    margin-bottom: 10px;
    transform: translateX(-110%);
}

.home-page-projects-slide-name-two{
    color: #fff;
    text-transform: uppercase;
    font-size: 74px;
    position: relative;
    left: 2px;
    text-align: right;
    margin: 0;
    line-height: 55px;
    transform: translateX(110%);
}

@media only screen and (max-width: 850px){
    #home-page-projects-swiper .swiper-slide{
        display: block;
        padding-top: 10px;
        padding-bottom: 50px;
    }

    #home-page-projects-swiper .swiper-pagination{
        bottom: 25px;
    }

    .home-page-projects-slide-building-background{
        width: 100vw;
    }

    .home-page-projects-slide-building-background img{
        margin-top: -40px;
    }

    .home-page-projects-slide-content-container{
        padding: 35px 20px;
    }

    .home-page-projects-slide-name-one{
        font-size: 42px;
        line-height: 34px;
        left: -2px;
    }

    .home-page-projects-slide-name-two{
        font-size: 42px;
        line-height: 34px;
        left: 0px;
    }
}

@media only screen and (min-width: 1800px){
    #home-page-projects-swiper .swiper-slide{
        padding-top: 5em;
        padding-bottom: 8em;
    }

    .home-page-projects-slide-content-container{
        padding-left: 3em;
        padding-right: 6em;
        max-width: 40em;
    }

    #home-page-projects-swiper .swiper-pagination {
        bottom: 3em;
    }

    #home-page-projects-swiper .swiper-pagination-bullet{
        width: 0.7em;
        height: 0.7em;
        border: 1px solid #da291c;
    }
    
    .home-page-projects-slide-building-background img{
        margin-top: -6em;
    }

    .home-page-projects-slide-name-one{
        font-size: 6em;
        line-height: 0.8em;
        left: -0.04em;
        margin-bottom: 0.09em;
    }

    .home-page-projects-slide-name-two{
        font-size: 6em;
        line-height: 0.8em;
        left: 0.01em;
        bottom: -0.03em;
    }
}


/* home page testimonials section */

.home-page-testimonials-section{
    background: url('../images/testimonials-background.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.home-page-testimonials-container{
    opacity: 0;
    padding: 130px 70px;
    transform: translateY(100%);
}

#home-page-testimonials-swiper{
    width: 100%;
}

.home-page-testimonials-building-one{
    width: 58%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: translateY(100%);
}

.home-page-testimonials-building-two{
    width: 20%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: translateY(100%);
}

.home-page-testimonials-building-three{
    width: 48%;
    position: absolute;
    left: 414px;
    bottom: 0px;
    transform: translateY(100%);
}

.home-page-testimonials-video-container{
    position: relative;
}

.home-page-testimonials-video-box{
    width: 75%;
    height: 600px;
    margin-left: auto;
}

.home-page-testimonials-video-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page-testimonials-video-overlay video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home-page-testimonials-video-play-btn{
    background: transparent;
    color: #DA291C;
    width: 75px;
    height: 75px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: auto;
    display: block;
    font-size: 50px;
    line-height: 0px;
    transition-duration: 0.4s;
    z-index: 100;
}

.home-page-testimonials-video-play-btn:hover{
    border-color: #ffffff;
}

.home-page-testimonials-video-play-btn i{
    position: relative;
    left: 4px;
}

.home-page-testimonials-info-box{
    background: #ffffff;
    border: 1px solid #DA291C;
    padding: 20px;
    width: max-content;
    position: absolute;
    bottom: 55px;
}

.home-page-testimonials-info-box h5{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #DA291C;
    margin-bottom: 14px;
}

.home-page-testimonials-info-box h2{
    font-weight: 400;
    font-size: 33px;
    color: #000000;
    margin-bottom: 12px;
}

.home-page-testimonials-info-box p{
    color: #000000;
    font-size: 16px;
    margin: 0px;
}

.home-page-testimonials-info-box p b{
    font-weight: 500;
}

@media only screen and (max-width: 850px){
    .home-page-testimonials-container{
        padding: 50px 20px;
    }

    .home-page-testimonials-video-box{
        width: 100%;
        height: 210px;
    }

    .home-page-testimonials-info-box{
        position: initial;
        width: 100%;
    }

    .home-page-testimonials-info-box h2{
        font-size: 28px;
    }
}


@media only screen and (min-width: 1800px){
    .home-page-testimonials-container{
        padding: 7em 14em;
    }

    .home-page-testimonials-video-box{
        height: 34em;
    }

    .home-page-testimonials-video-play-btn{
        font-size: 2.604em;
        width: 1.52em;
        height: 1.52em;
    }

    .home-page-testimonials-info-box{
        padding: 1em;
        bottom: 3em;
    }

    .home-page-testimonials-info-box h5{
        font-size: 0.781em;
        margin-bottom: 1em;
    }

    .home-page-testimonials-info-box h2{
        font-size: 1.719em;
        margin-bottom: 0.5em;
    }

    .home-page-testimonials-info-box p{
        font-size: 0.833em;
    }
}

/* home page message section */

.home-page-message-section{
    position: relative;
}

.home-page-message-section .row{
    width: 100%;
    height: 100%;
}

.home-page-message-text-container{
    text-align: right;
    background: url('../images/message-image-background.png');
    background-size: cover;
    background-position: center right;
    height: 100%;
    padding: 100px 75px 100px 50px;
    min-height: 640px;
}

.home-page-message-text-container h5{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #DA291C;
    margin-bottom: 20px;
}

.home-page-message-text-container p{
    color: #000000;
    margin: 0px;
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
}

.home-page-message-text-container p span{
    opacity: 0;
    display: inline-block;
     transform: translateY(20px);
}

.home-page-message-text-container h2{
    font-weight: 500;
    font-size: 22px;
    margin: 0px;
    margin-top: 28px;
    color: #DA291C;
    font-style: italic;
}

.home-page-message-image-container{
    background: url('../images/founders-2.jpeg');
    background-size: cover;
    background-position: top center;
    min-height: 370px;
}

@media only screen and (max-width: 850px){
    .home-page-message-section{
        min-height: auto;
    }

    .home-page-message-section .row{
        position: initial;
    }

    .home-page-message-text-container{
        padding: 90px 20px 140px 20px;
        min-height: unset;
    }

    .home-page-message-text-container h5{
        font-size: 20px;
    }

    .home-page-message-text-container p{
        font-size: 18px;
    }

    .home-page-message-text-container h2{
        font-size: 16px;
    }
}

@media  only screen and (min-width: 768px) and (max-width: 1200px){
    .home-page-message-text-container p{
        font-size: 28px;
    }
}

@media only screen and (min-width: 1800px){
    .home-page-message-text-container{
        padding: 5em 6em 6em 6em;
        min-height: 45em;
    }

    .home-page-message-text-container h5{
        font-size: 1.2em;
        margin-bottom: 1em;
    }

    .home-page-message-text-container p{
        font-size: 1.75em;
    }

    .home-page-message-text-container h2{
        font-size: 1.354em;
    }
}

/* home page contact section */

.home-page-contact-section{
    background-color: #e4e6e6;
    padding: 50px 70px;
}

.home-page-contact-section h2{
    font-weight: 500;
    font-size: 22px;
    color: #DA291C;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-page-contact-section .btn{
    margin-top: 30px;
}

@media only screen and (max-width: 850px){
    .home-page-contact-section{
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 1800px){
    .home-page-contact-section{
        padding: 3em 6em;
    }

    .home-page-contact-section h2{
        font-size: 1.146em;
        margin-bottom: 1.1em;
    }
}

