﻿

.parallax-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; 
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    will-change: transform;
}

.parallax-spacer {
    position: relative;
    width: 100%;
    height: 500px; 
    pointer-events: none;
}

@media screen and (max-width: 1279.9px) {

    .parallax-image {
        height: 60vh;
    }

    .parallax-spacer {
        height: 400px;
    }
}

@media screen and (max-width: 1023.9px) {

    .parallax-image {
        height: 50vh;
    }

    .parallax-spacer {
        height: 300px;
    }

}

@media screen and (max-width: 767.9px) {

    .parallax-image {
        height: 40vh;
    }
    
    .parallax-spacer {
        height: 200px;
    }
}


@media screen and (max-width: 500px) {

    .parallax-wrapper {
        display: none;
    }
}




.BlockEditorFullScreenWidthEnabled .blockEditor > .beContainer.fullScreenMainContainerWith {
    background-color: #fff;
}

#main .beItemContent li:before {
    background-color: transparent;
}

/* First Block (overlying the Slider) */
.home #main .blockEditor > .beContainerBlock:first-of-type .beContainer,
.home #main .blockEditor > .beContainerLayoutContainer:first-of-type .beContainer,
.home #main .blockEditor > .beContainerRow:first-of-type .beContainer {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    margin: 0 20px 80px 20px;
}

@media screen and (max-width: 1279.9px) {

    .home #main .blockEditor > .beContainerBlock:first-of-type .beContainer,
    .home #main .blockEditor > .beContainerLayoutContainer:first-of-type .beContainer,
    .home #main .blockEditor > .beContainerRow:first-of-type .beContainer {
        padding: 10px 0 5px 0;
        margin: 0 15px 0px 15px;
    }
}


/* Backgrounds */

.BlockEditorFullScreenWidthEnabled .blockEditor > .beContainer.fullScreenMainContainerWith.BackgroundGrey {
    background-color: #F4F4F4;
    padding-top: 40px;
    padding-bottom: 10px;
}

.BackgroundGrey + .beContainer
{
    margin-top: 140px;
}

@media screen and (max-width: 1279.9px) {

    .BackgroundGrey + .beContainer {
        margin-top: 80px;
    }
}


/************************************ references *****************************/
.references .beItem[data-itemname="Card"] {
    box-shadow: none;
    background-color: #AFE2DC;
    text-align: center;
    font-size: 2.2rem;
    border-radius: 15px;
}

.references .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
    padding: 25px 25px 40px 25px;
}

.references .referencesSVGImage {
    padding-top: 15px;
}

.references .referencesSVGImage svg {
    max-width: 100px;
    max-width: 65px;
    max-height: 50px;
    margin-top: 15px;
}

@media screen and (max-width: 2560px) {
    .references .beItem[data-itemname="Card"] {
        font-size: 1.6rem;
    }
}


@media screen and (max-width: 767.9px) {

    .references .beItem[data-itemname="Card"] {
        margin-left: 0;
        margin-right: 0;
    }

    .references .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
        padding: 25px 25px 40px 25px;
    }
}


@media screen and (max-width: 500px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 3.0rem;
        width: 10px;
        height: 15px;
    }
}