:root {
    --border-color: #ec7928;
    --image-size: 100%;
    --text-color: #0E3051;
}

body {
    margin: 0px;
}

@font-face {
    font-family: "Neutraface 2 Display Titling";
    src: url('../font/Neutra2Display-Titling.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "NeutraFace 2 Condence Titling";
    src: url('../font/Neutra2Cond-Titling.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "NeutraFace 2 Condence Bold";
    src: url('../font/Neutra2Cond-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Neutraface 2 Display Light";
    src: url('../font/Neutra2Display-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "NeutraFace 2 Bold";
    src: url('../font/Neutra2Display-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Neutraface 2 Text";
    src: url('../font/Neutra2Text_book.ttf') format('truetype');
    font-style: normal;
}

.hide {
    display: none;
}


/* Double arrow Fix */

.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before {
    display: none;
}


/* Blue Lady Section */

#blueLadySection .prev::after {
    content: "\e824";
    font-family: "revicons";
    color: #FFFFFF;
    width: 30px;
    height: 110px;
    font-size: 20px;
}

#blueLadySection .next::after {
    content: "\e825";
    font-family: "revicons";
    color: #FFFFFF;
    width: 30px;
    height: 110px;
    font-size: 20px;
}

#blueLadySection .prev,
#blueLadySection .next {
    top: 50% !important;
    width: 30px;
    padding: 0px 11px;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.25);
}

#blueLadySection .prev:hover,
#blueLadySection .next:hover {
    background: rgba(0, 0, 0, 1);
}

.container.full {
    width: 100% !important;
}

.container.full .column {
    margin: 0;
}

.fourBlueBoxes {
    margin-bottom: 0px !important;
}

.fourBlueBoxes .column {
    min-height: auto;
    position: relative;
    cursor: pointer;
}

.fourBlueBoxes .column sup {
    font-size: 15px;
    position: relative;
    top: -15px;
}

.fourBlueBoxes .column .imageContainer {
    float: left;
    width: 100%;
    position: relative;
}

.fourBlueBoxes .column label {
    padding-top: 70px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 30px;
    line-height: 36px;
    font-family: "quasimoda";
    margin-bottom: 35px;
    float: left;
    width: 100%;
    cursor: pointer;
    min-height: 166px;
}

.fourBlueBoxes .column p {
    font-family: "Neutraface 2 Text";
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    height: auto;
    min-height: max-content;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 60px;
    transition: height 0.5s;
}

.fourBlueBoxes .column label,
.fourBlueBoxes .column p {
    color: #fff;
    float: left;
}

.fourBlueBoxes #column1 {
    background-color: #63788C;
}

.fourBlueBoxes #column2 {
    background-color: #4F677E;
}

.fourBlueBoxes #column3 {
    background-color: #39546F;
}

.fourBlueBoxes #column4 {
    background-color: #193A59;
}

.imageContainer {
    float: left;
}

.blueOverlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #20285b;
    opacity: 0.5;
    position: absolute;
    transition: opacity 0.5s;
}

.fourBlueBoxes .column.active .blueOverlay::before,
.fourBlueBoxes .column:hover .blueOverlay::before,
.blueOverlay:hover::before {
    opacity: 0;
    transition: opacity 0.5s;
}

.fourBlueBoxes .column:hover .blueOverlay::before {
    z-index: -1;
}

.move-top-150 {
    margin-top: -150px;
}


/* Blue Lady Section */

#rev_slider_2_1_forcefullwidth {
    margin-top: 69px !important;
}

.mapHoverArea {
    opacity: 0 !important;
    cursor: pointer;
}


/* Gradient */

#HALGradient {
    min-height: 400px;
    background: #0b3656;
    background: -moz-linear-gradient(180deg, #0b3656 0%, #030A10 100%);
    background: -webkit-linear-gradient(180deg, #0b3656 0%, #030A10 100%);
    background: linear-gradient(180deg, #0b3656 0%, #030A10 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0b3656", endColorstr="#030a10", GradientType=1);
    display: flex;
    margin-top: -1px;
}

#HALGradient #gradientCenteredContainer {
    margin-top: -82px;
    z-index: 1;
}

#HALGradient .leftContainer,
#HALGradient .rightContainer {
    float: left;
    width: 50%;
    text-align: left;
    color: #FFFFFF;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}

#HALGradient .leftContainer {
    font: normal normal normal 60px/70px "Neutraface 2 Display Titling" !important;
}

#HALGradient .rightContainer {
    text-transform: uppercase;
    font: normal normal 300 31px/47px "Neutraface 2 Display Light" !important;
}


/* Gradient */

#circleOverlay {
    display: none;
    object-fit: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30vw;
    height: 30vw;
    animation: showGif 1s forwards linear, pulse 1.7s forwards ease-in;
    border-radius: 56%;
    cursor: pointer;
    border: 3px solid var(--border-color);
}

#circleOverlayContainer.disabled label {
    visibility: hidden !important;
    opacity: 0 !important;
}

#circleOverlayContainer.disabled img {
    display: none !important;
}

#circleOverlayContainer:hover label,
#circleOverlayContainer.persistent label,
#circleOverlayContainer.active label {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
}

#circleOverlayContainer:hover img,
#circleOverlayContainer.persistent img,
#circleOverlayContainer.active img {
    display: block;
}

#circleOverlaytext {
    visibility: hidden;
    font-family: "NeutraFace 2 Condence Titling" !important;
    font-size: 33px;
    line-height: 30px;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #F6F1F2;
    text-align: center;
    opacity: 0;
    width: 22vw;
    cursor: pointer;
}

#circleOverlaytext.disabled,
#circleOverlay.disabled {
    display: none !important;
}

#videoOverlayContainer.active,
#circleOverlayContainer.persistent {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    float: left;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#videoOverlayContainer {
    display: none
}

#videoOverlayContainer.active #videoOverlay {
    width: 70%;
    height: 70%;
    max-height: 70%;
    position: absolute;
    animation: showGif 1s forwards linear;
}

#circleOverlayContainer #playIconCircle {
    opacity: 0;
}

#circleOverlayContainer:hover #playIconCircle,
#circleOverlayContainer.persistent #playIconCircle,
#circleOverlayContainer.active #playIconCircle {
    opacity: 1;
    z-index: 1;
    position: fixed;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: opacity 1.5s;
}


/* Popup */

.popupContainer.active {
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes bigCircle {
    0% {
        clip-path: circle(0% at center);
    }
    100% {
        clip-path: circle(30% at center);
    }
}

@keyframes showGif {
    0% {
        clip-path: circle(0% at center);
    }
    100% {
        clip-path: circle(100% at center);
    }
}

@keyframes showLine {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1400px) {
    #HALGradient {
        min-height: 600px !important;
    }
    #HALGradient #gradientCenteredContainer {
        margin-top: -51px;
    }
}

@media screen and (max-width:1200px) {
    #rev_slider_2_1_forcefullwidth {
        margin-top: 59px !important;
    }
}

@media screen and (max-width:1024px) {
    #circleOverlayContainer:not(.persistent) label,
    #circleOverlayContainer:not(.persistent) img {
        display: none !important;
    }
    #circleOverlay {
        width: 50vw;
        height: 50vw;
    }
    #HALGradient .leftContainer,
    #HALGradient .rightContainer {
        width: auto;
    }
    #HALGradient .leftContainer {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    #HALGradient .rightContainer {
        font-size: 30px !important;
        line-height: 45px !important;
    }
    /* Blue lady section */
    .fourBlueBoxes .column label {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 30px;
        line-height: 35px;
        min-height: 100px;
        margin-bottom: 20px;
    }
    .fourBlueBoxes .column p {
        font-size: 14px;
        line-height: 19px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:980px) {
    #HALGradient {
        min-height: 350px !important;
        padding: 20px 0px;
    }
    #HALGradient #gradientCenteredContainer {
        margin-top: 0px;
    }
    #HALGradient .leftContainer,
    #HALGradient .rightContainer {
        width: 50%;
    }
    .HalLayerText {
        font-size: 7px !important;
        line-height: 7px !important;
    }
    #ourNewestShip {
        font-size: 9vw !important;
    }
    #HALGradient .leftContainer {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    #HALGradient .rightContainer {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    #circleOverlaytext {
        width: 70vw;
    }
    #circleOverlay {
        width: 80vw;
        height: 80vw;
    }
    /* Blue lady section */
    .fourBlueBoxes {
        display: flex;
        flex-flow: wrap;
    }
    .fourBlueBoxes .column {
        width: 50%;
        display: flex;
        flex-flow: column-reverse;
    }
}

@media screen and (max-width:770px) {
    .fourBlueBoxes .column label {
        min-height: auto;
        height: auto !important;
    }
    .fourBlueBoxes .column {
        width: 100%;
    }
    #HALGradient #gradientCenteredContainer {
        min-height: 350px !important;
        flex-flow: column;
        display: flex;
    }
    #HALGradient .leftContainer,
    #HALGradient .rightContainer {
        width: 100%;
    }
    .popup {
        width: 80%;
    }
    p.popupTitle {
        font-size: 29px;
    }
    /* Fixes */
    .home .full-project-info {
        left: 0;
    }
    .home .button-slider {
        left: 58%;
        ;
    }
    .cd-nav-trigger.nav-is-visible span::before,
    .cd-nav-trigger.nav-is-visible span::after,
    .cd-nav-trigger span,
    .cd-nav-trigger span::before,
    .cd-nav-trigger span::after {
        background-color: #FFFFFF;
    }
}

@media screen and (max-width:480px) {
    #HALGradient {
        min-height: 450px !important;
    }
    #HALGradient .leftContainer,
    #HALGradient .rightContainer {
        padding: 0 !important;
    }
}