/* contracts page header section */

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

.contracts-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;
}

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

.contracts-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){
    .contracts-page-header-section{
        height: 100vh;
        padding: 20px;
        align-content: end;
    }

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

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

/* contracts page welcome section */

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

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

.contracts-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){
    .contracts-page-welcome-section{
        padding: 30px 20px;
    }

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

/* contracts page intro section */

.contracts-page-intro-section-container{
    height: 3000px;
}

.contracts-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;
}

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

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

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

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

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

.contracts-page-intro-section .row .col-md-7{
    background: url('../images/contracts-background.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}

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

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

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

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

.contracts-page-intro-section-side-image{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 60%;
    top: 0px;
    object-fit: cover;
}

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

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

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

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

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

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

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

    .contracts-page-intro-section .row .col-12:nth-child(2){
        height: 210px;
        background-size: 100%;
        background-position: center;
    }

    .contracts-page-intro-section-side-image{
        display: none;
    }
}

/* contracts page logos section */

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

.contracts-page-logos-section #logos-swiper{
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.contracts-page-logos-section #logos-swiper .swiper-slide{
    width: auto;
}

.contracts-page-logos-section #logos-swiper img{
    height: 5em;
    padding: 0px 2em;
}

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

    .contracts-page-logos-section #logos-swiper img{
        height: 30px;
        padding: 0px 10px;
    }
}