
.hero__banner{
    width: 100%;
    max-height: calc(100vh - 104px);
    height: calc(100vh - 104px);
    min-height: 600px;
    position: relative;
}

.hero__video{
    height: calc(100vh - 104px);
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 600px;
}
.hero__banner__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.inner__hero__banner{
    position: absolute;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.content__banner{
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.img__drop{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.content__banner h1{
    font-size: 2.75rem;
    color: #fff;
    font-weight: 700;
}

.block__video {
    background-color: #384C5E;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.inner__block__video{
    position: relative;
}
.block__video__cta {
    position: absolute;
    left: 0 ;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    margin-top:4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block__video__cta svg path:first-child{
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.block__video__cta:hover svg path:first-child{
    fill: #90E0EF;
}

.block__video__title {  
    font-size: 6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block__video__title:before{
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url('../img/icons/icon__waves.svg');
}
.block__video__title:after{
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url('../img/icons/icon__waves.svg');
}

.block__video__desc{
    font-size: 1rem;
    font-weight: 700;
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.block__video__cta{
    position: absolute;
}

.grid__solutions__item p{
    max-width: 360px;
}

.title__solutions {
    font-size: 3rem;
}


.block__projects {
    background-color: #59768B;
    color: #fff;
}

.head__projects__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.head__projects__title {
    text-align: center;
    font-size: 3rem;
}

.grecaptcha-badge { 
    visibility: hidden; 
}
.intro__section p > span{
    font-size: 1em !important;
}
.inner__solutions a{
    color: #2CABE2;
}
.inner__solutions a svg{
    margin-right: 0.5rem;
}
.inner__solutions a svg path{
    fill: #2CABE2;
}


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


@media screen and (max-width: 1024px) {
    
    .head__projects__title,
    .title__solutions{
        font-size: 2rem;
    }
    .inner__hero__banner{
        overflow: hidden;

    }
}

@media screen and (max-width: 640px) {
    .block__video__title{
        margin-bottom: 2rem;
        font-size: 2rem;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
    }
    .block__video__title:before,
    .block__video__title:after{
        content: none;
    }
    .block__video__cta{
        margin-top: 0;
        margin-bottom: 0;
        top: auto;
        bottom: -4rem;
    }
    .block__video{
        padding-bottom: 7rem;
        padding-top: 5rem;
        position: relative;
    }
    .block__video:before {
        content: "";
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: auto 30px;
        height: 30px;
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;
        top: 0.75rem;
        background-image: url('../img/icons/icon__waves.svg');
    }
    .block__video:after {
        content: "";
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: auto 30px;
        height: 30px;
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;  
        bottom: 0.75rem;
        background-image: url('../img/icons/icon__waves.svg');
    }
    .inner__block__video{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .head__projects__title, .title__contact, .title__solutions{
        font-size: 1.5rem;
    }
    .content__banner h1{
        font-size: 1.25rem;
        text-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    }
    .grid__solutions__item p b{
        font-size: 1.125rem;
    }

    .intro__section__elements p{
        font-size: 0.875rem;
    }


    .block__contact .inner__contact{
        padding-top: 0;
    }

    .img__drop{
        max-width: 400px;
        right: -150px;
        bottom: -100px;
    }


}