/* globalisation */
.modal {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-dialog .caseCard {
    max-width: unset;
    width: 100%
}

.colorfication {
    height: 100%;
}

/* sections */
.topbanner {
    background-image: url('/images/AX BG 1-01.png');
    background-position-x: 0px;
    background-position-y: 600px;
}

    .topbanner .colorfication {
        background-color: rgba(0, 0, 0, 0.50);
    }

@media (max-width: 992px) {
    .topbanner {
        background-image: url('/images/AX BG 1-01.png');
        background-position-x: -300px;
        background-position-y: -150px;
        background-size: 200% !important;
    }
}
/**/
.welcome {
    background-image: url('/images/NEW YORK.png');
    min-height: 650px;
    display: flex;
}

    .welcome .ax-section {
        padding: 0;
    }

    .welcome .colorfication {
        background-color: rgba(7, 73, 74, 0.0)
    }
/**/
.purpose {
    background-color: #f8f8f8;
    background-image: url('/images/axc bg line-01.svg');
    background-position: center;
    background-position-y: 58%;
    transform: scaleX(-1);
}

    .purpose .colorfication {
        background-color: rgba(0, 0, 0, 0.0)
    }
/**/
.family {
    /* min-height: 436px; */
    background-color: #EFEFEF;
}

    .family .colorfication {
        background-color: rgba(0, 0, 0, 0.50);
    }

@media (max-width: 992px) {
    .family {
    }
}
/**/
.portfolio {
    background-color: #f8f8f8;
    background-image: url('/images/axc bg line-01.svg')
}

    .portfolio .colorfication {
        background-color: rgba(0, 0, 0, 0.50);
    }
/**/
@media (max-width: 992px) {
    .portfolio {
    }
}
/**/
.goals {
    background-image: url('/images/Goteborgs hamn_Copyright Anders Wester.png');
    background-position-x: 0px;
    background-position-y: 0px;
    height: 350px;
}

    .goals .colorfication {
        background-color: rgba(7, 74, 53, 0.61);
    }

@media (max-width: 992px) {
    .goals {
        background-image: url('/images/Goteborgs hamn_Copyright Anders Wester.png');
        background-position-x: 0px;
        background-position-y: -0px;
        background-size: cover !important;
        background-repeat: no-repeat;
    }
}
/**/
.aboutus {
    background-color: #f8f8f8;
}

    .aboutus .ax-section-body {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutus .colorfication {
        background-color: rgba(7, 74, 53, 0.0);
    }

@media (max-width: 992px) {
    .aboutus {
    }

        .aboutus .ax-section-body {
            width: unset;
        }
}
/**/
.partnerkarl {
    background-color: #FFFFFF;
}

    .partnerkarl .secondarycolor {
        background-color: #267A7D;
        /* background-color: black; */
    }

    .partnerkarl .colorfication {
        background-color: rgba(7, 74, 53, 0.0);
    }

@media (max-width: 992px) {
    .partnerkarl {
    }
}
/**/
.tellusmore {
    background-color: #ffffff;
    background-image: url('/images/axc bg line-01.svg');
    background-position-y: -250px;
    background-position-x: 0px;
}

    .tellusmore .colorfication {
        background-color: rgba(7, 74, 53, 0.0);
    }

@media (max-width: 992px) {
    .tellusmore {
    }
}
/**/
