:root {
    --sky-t1: translate3d(0, -140px, -800px) scale(3.7);
    --clouds-t1: translate3d(0, -450px, -800px) scale(3.7);
    --clouds-t2: translate3d(0, -500px, -800px) scale(3.7);
    --lights-t1: translate3d(640px, -480px, -400px) rotate(0deg) scale(3);
    --lights-t2: translate3d(640px, -480px, -400px) rotate(1deg) scale(3);

    --horizon: 30vh;
    --mountain-t1: translate3d(0, calc(var(--horizon) + 59%), -500px) scale(2.7);

    --sea-t1: translate3d(0, calc(var(--horizon) + 30%), -400px) scale(2.4);
    --sea-overlay-t1: translate3d(0, calc(var(--horizon) + 4%), -31px) scale(1.2);
    --wave1-t1: translate3d(0, var(--horizon), -30px) scale(1.2) rotate(354deg);
    --wave2-t1: translate3d(0, calc(var(--horizon) + 10px), -30px) scale(1.2) rotate(354deg);
    --boat-t1: translate3d(-740px, calc(var(--horizon) - 150px), -30px) scale(1) rotate(354deg);
    --boat-t2: translate3d(-740px, calc(var(--horizon) - 130px), -30px) scale(1) rotate(357deg);
    --boat-splash-t1: translate3d(-770px, calc(var(--horizon) + 10px), -30px) scale(1) rotate(354deg);
    --boat-splash-t2: translate3d(-770px, calc(var(--horizon) + 10px), -30px) scale(1.1) rotate(354deg);
    --wave3-t1: translate3d(0, calc(var(--horizon) + 20px), -30px) scale(1.2) rotate(354deg);
    --wave4-t1: translate3d(0, calc(var(--horizon) + 30px), -30px) scale(1.2) rotate(354deg);
    --wave5-t1: translate3d(0, calc(var(--horizon) + 40px), -30px) scale(1.2) rotate(354deg);
    --wave6-t1: translate3d(0, calc(var(--horizon) + 50px), -30px) scale(1.2) rotate(354deg);
    --wave7-t1: translate3d(0, calc(var(--horizon) + 60px), -30px) scale(1.2) rotate(354deg);
    --whale-t1: translate3d(40%, calc(var(--horizon) + 50px), -15px) scale(0.8) rotate(0deg);
    --whale-t2: translate3d(40%, calc(var(--horizon) + 90px), -15px) scale(0.8) rotate(1deg);
    --whale-splash-1-t1: translate3d(20%, calc(var(--horizon) - 25px), -15px) scale(0.8) rotate(0deg);
    --whale-splash-1-t2: translate3d(20%, calc(var(--horizon) - 25px), -15px) scale(0.9) rotate(0deg);
    --wave-front-t1: translate3d(0, calc(var(--horizon) + 130px), 0px) scale(1) rotate(354deg);
}



.site-wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
    display: none;
    background: #0d68c7;
}

.loading {
    height: 100vh;
    background: #0d68c7;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
}

.loader {
    color: #ffffff;
    font-size: 30px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.parallax-group {
    position: relative;
    width: 100vw;
    height: 100vh;
    transform-style: preserve-3d;
}

.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sky {
    background: url(../images/sky.png) no-repeat center;
    background-size: cover;
    transform: var(--sky-t1);
    z-index: 1;
}

.clouds {
    background: url(../images/clouds.png) no-repeat center;
    background-size: cover;
    transform: var(--clouds-t1);
    animation: clouds-float infinite 10s;
    animation-timing-function: linear;
    z-index: 2;
}

.light {
    background: url(../images/light.png) no-repeat center;
    background-size: cover;
    transform: var(--lights-t1);
    z-index: 3;
    animation: light-shine infinite 10s;
    animation-timing-function: linear;
}

.mountain {
    background: url(../images/mountain.png) no-repeat top;
    background-size: cover;
    transform: var(--mountain-t1);
    z-index: 4;
}

.sea {
    background: url(../images/sea.png) no-repeat center;
    background-size: cover;
    transform: var(--sea-t1);
    z-index: 5;
}

.sea-overlay {
    background: url(../images/sea.png) no-repeat center;
    background-size: cover;
    transform: var(--sea-overlay-t1);
    z-index: 5;
}





.wave-common {
    background: url(../images/waves02.png) repeat-x center;
    animation-timing-function: linear;
    animation-name: wave-common-scroll;
    animation-iteration-count: infinite;
}

.wave-1 {
    transform: var(--wave1-t1);
    z-index: 6;
    animation-duration: 11s;
    animation-direction: reverse;
}

.wave-2 {
    transform: var(--wave2-t1);
    background-position-x: 17px;
    z-index: 7;
    animation-duration: 12s;
}

.boat {
    background: url(../images/boat.png) no-repeat center;
    transform: var(--boat-t1);
    z-index: 8;
    animation: boat-float infinite 3s;
    animation-timing-function: ease-in-out;
}

.boat-splash {
    background: url(../images/boat_splash.png) no-repeat center;
    transform: var(--boat-splash-t1);
    z-index: 9;
    animation: boat-splash infinite 3s;
    animation-timing-function: linear;
}

.wave-3 {
    transform: var(--wave3-t1);
    background-position-x: 130px;
    z-index: 10;
    animation-duration: 15s;
    animation-direction: reverse;
}

.wave-4 {
    transform: var(--wave4-t1);
    background-position-x: 0;
    z-index: 11;
    animation-duration: 17s;
}

.wave-5 {
    transform: var(--wave5-t1);
    background-position-x: 25px;
    z-index: 12;
    animation-duration: 20s;
    animation-direction: reverse;
}


.wave-6 {
    transform: var(--wave6-t1);
    background-position-x: 155px;
    z-index: 13;
    animation-duration: 22s;
}

.wave-7 {
    transform: var(--wave7-t1);
    background-position-x: 25px;
    z-index: 14;
    animation-duration: 25s;
    animation-direction: reverse;
}




.whale {
    background: url(../images/whale.png) no-repeat center;
    background-size: contain;
    transform: var(--whale-t1);
    z-index: 15;
    animation: whale-float infinite 5s;
    animation-timing-function: ease-in-out;
}

.whale-splash {
    background: url(../images/whale_splash.png) no-repeat center;
    background-size: contain;
    transform: var(--whale-splash-1-t1);
    z-index: 16;
    animation: whale-splash infinite 5s;
    animation-timing-function: linear;
    opacity: 0;
}

.whale-splash-2 {
    background: url(../images/whale_splash.png) no-repeat center;
    background-size: contain;
    transform: var(--whale-splash-1-t1);
    z-index: 17;
    animation: whale-splash infinite 5s;
    animation-timing-function: linear;
    animation-delay: 2.5s;
    opacity: 0;
}

.wave-front {
    background: url(../images/waves01.png) repeat-x center;
    background-size: 150%;
    transform: var(--wave-front-t1);
    z-index: 18;
    animation-timing-function: linear;
    animation-name: wave-front-scroll;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: reverse;
    filter: blur(10px);

}

.site-title-section {
    left: 50%;
    top: 40%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    flex-direction: column;
    width: 100%;
    font-size: min(1.3vw, 16px);
}





@keyframes wave-front-scroll {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: 3210px;
    }
}

@keyframes wave-common-scroll {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: 2538px;
    }
}


@keyframes boat-float {
    0% {
        transform: var(--boat-t1);
    }

    50% {
        transform: var(--boat-t2);
    }

    100% {
        transform: var(--boat-t1);
    }
}

@keyframes boat-splash {
    0% {
        opacity: 0;
        transform: var(--boat-splash-t1);
    }

    50% {
        opacity: 1;
        transform: var(--boat-splash-t2);
    }

    100% {
        opacity: 0;
        transform: var(--boat-splash-t2);
    }
}

@keyframes whale-float {
    0% {
        transform: var(--whale-t1);
    }

    50% {
        transform: var(--whale-t2);
    }

    100% {
        transform: var(--whale-t1);
    }
}

@keyframes whale-splash {
    0% {
        opacity: 0;
        transform: var(--whale-splash-1-t1);
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: var(--whale-splash-1-t2);
    }
}

@keyframes clouds-float {
    0% {
        transform: var(--clouds-t1);
    }

    50% {
        transform: var(--clouds-t2);
    }

    100% {
        transform: var(--clouds-t1);
    }
}


@keyframes light-shine {
    0% {
        transform: var(--lights-t1);
    }

    50% {
        transform: var(--lights-t2);
    }

    100% {
        transform: var(--lights-t1);
    }
}


/*
.button-menu li {
    display: flex;
    align-items: center;
    background-color: #5EFFC5;
    color: #1473F3;
    border-radius: 30px;
    padding: 0.5em 2em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.button-menu li:nth-child(1) {
    background-color: #51FFE8;
}

.button-menu li:nth-child(2) {
    background-color: #3FFC6B;
}

.button-menu li a {
    color: #0a47ae !important;
}*/

.whale::before {
    content: " ";
    width: 100%;
    height: 440px;
    transform: translate3d(0, calc(var(--horizon) - 754px), 0) rotate(-5deg);
    background: #0D68C7;
}

.content {
    transform: translate3d(0, calc(var(--horizon) + 90px), 0);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
    background-image: url(../images/page_content_top.png), url(../images/underwater_plants.png), url(../images/sea_bottom.png);
    background-position: top, bottom, bottom;
    background-size: contain, contain, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    overflow: hidden;
}

.content-back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
   /* background-image: url(../images/page_content_top.png), url(../images/sea_bottom.png);*/
    background-position: top, bottom;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    /* filter: url("#turbulence-distant");*/
}

.content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../images/underwater_plants.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
   // filter: url("#turbulence-near");
}

.fish01 {
    background: url(../images/fish01.png);
    width: 500px;
    height: 500px;
    z-index: 1;
    position: relative;
    bottom: 0;
    top: 750px;
    left: 30%;
}

.fish02 {
    background: url(../images/fish02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 0;
    animation: fishAnimation1 60s linear infinite;
}

@keyframes fishAnimation1 {
    0% {
        left: -100px;
        top: 50%;
        opacity: 0;
    }

    5% {
        opacity: 100%;
    }

    45% {
        opacity: 100%;
    }

    50% {
        opacity: 0;
        left: 120vh;
        top: 60%;
    }

    100% {
        opacity: 0;
    }
}

.bubble {
    background: url(../images/bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: absolute;
}

.bubble1 {
    left: 10%;
    background-size: 100%;
    animation: bubbleAnimation 15s linear infinite, bubbleSideMove 2s ease-in-out infinite alternate;
}

.bubble2 {
    left: 20%;
    background-size: 50%;
    animation: bubbleAnimation 10s linear infinite, bubbleSideMove 1s ease-in-out infinite alternate;
}

.bubble3 {
    left: 25%;
    background-size: 70%;
    animation: bubbleAnimation 12s linear infinite, bubbleSideMove 1.5s ease-in-out infinite alternate;
}

.bubble4 {
    left: 55%;
    background-size: 60%;
    animation: bubbleAnimation 20s linear infinite, bubbleSideMove 1.2s ease-in-out infinite alternate;
}

.bubble5 {
    left: 60%;
    background-size: 30%;
    animation: bubbleAnimation 11s linear infinite, bubbleSideMove 2.2s ease-in-out infinite alternate;
}

.bubble6 {
    left: 90%;
    background-size: 10%;
    animation: bubbleAnimation 13s linear infinite, bubbleSideMove 2.1s ease-in-out infinite alternate;
}

@keyframes bubbleAnimation {
    0% {
        bottom: -50px;
        opacity: 1;
    }

    100% {
        bottom: 100vh;
        opacity: 0;
    }
}

@keyframes bubbleSideMove {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}


.content .page {
    min-height: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    z-index: 1;
	margin: 3rem 0;
}

.page .item {
    width: 80%;
    max-width: 1000px;
    color: white;
}

.page .item h1 {
    font-family: 'Secular One', sans-serif;
    font-weight: normal;
    margin: 1em 0;
}

.page .item p {
    font-size: 1.2em;
    margin: 1em 0;
	line-height: 1.6;
    letter-spacing: 1px;
}

.vertical-cards-container {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}



.vertical-cards {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex: 1;
    width: 100%;
}

.vertical-cards .vertical-card {
    /* 
    background-size: contain;
    aspect-ratio: 445/718;
    position: relative;
    width: 445px;
    height: auto;
	background: linear-gradient(4deg, rgba(39,72,220,1) 0%, rgba(38,106,241,1) 16%, rgba(56,217,252,1) 100%);
    border-radius: 10px;
    box-shadow: -2px 11px 8px 1px rgb(3 59 160);
	-webkit-box-shadow: -2px 11px 8px 1px rgb(3 59 160);
	-moz-box-shadow: -2px 11px 8px 1px rgb(3 59 160);
	    transition: ease-in-out 1s;*/
	    background-size: contain;
    aspect-ratio: 445/718;
    position: relative;
    width: 445px;
    height: auto;
}
.vertical-cards .vertical-card .vertical-card-div{
	width: 100%;
    height: auto;
    background: linear-gradient(4deg, rgba(39,72,220,1) 0%, rgba(38,106,241,1) 16%, rgba(56,217,252,1) 100%);
    border-radius: 10px;
    box-shadow: -2px 11px 8px 1px rgb(3 59 160);
    -webkit-box-shadow: -2px 11px 8px 1px rgb(3 59 160);
    -moz-box-shadow: -2px 11px 8px 1px rgb(3 59 160);
	transition:ease-in-out 0.5s;
    
}
.vertical-cards .vertical-card .vertical-card-div:hover {
    transform: scale(1.05);
	box-shadow: -2px 11px 50px 1px rgb(3 59 160);
    -webkit-box-shadow: -2px 11px 50px 1px rgb(3 59 160);
    -moz-box-shadow: -2px 11px 50px 1px rgb(3 59 160);
}

.vertical-cards .vertical-card .vertical-card-div .vertical-card-bubble{
	opacity:0;
	transition:ease-in-out 0.3s;
}
.vertical-cards .vertical-card .vertical-card-div:hover .vertical-card-bubble{
	opacity:1;
} 

.vertical-cards .vertical-card img {
        position: relative;
    /* left: 50%; */
    /* top: 33%; */
    /* transform: translate(-50%, -50%) scale(0.7); */
    width: 100%;
    height: auto;
    transform: scale(1.05);
	    height: 300px;
}


.vertical-cards .vertical-card .vertical-card-info {
    position: relative;
    width: 100%;
    /* height: 35%; */
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    padding: 1em 2.3em 2.3em;
}

.vertical-card-info .vertical-card-title {
    font-family: 'Secular One', sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    margin: 0.5em 0 0;
    width: 100%;
    line-height: 1em;
}

.vertical-card-info .vertical-card-content {
    font-size: 0.9em;
    width: 100%;
    margin: 0.5em 0;
	max-height: 0;
	transition: max-height 0.7s ease-out;
	overflow: hidden;
}
.vertical-cards .vertical-card:hover .vertical-card-content{
	max-height: 500px;
	transition: max-height 1s ease-in;
   
}
.vertical-card-info .cta-button {
    margin: 0.5em 0;
    align-self: flex-start;
	border: 1px solid transparent;
}
/*
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    color: white;
    text-align: center;
}*/




/**RESPONSIVE**/

@media all and (max-width:1100px) {
    :root {
        --whale-t1: translate3d(40%, calc(var(--horizon) + 50px), -15px) scale(1.2) rotate(0deg);
        --whale-t2: translate3d(40%, calc(var(--horizon) + 90px), -15px) scale(1.2) rotate(1deg);
    }

    .content {
        padding-bottom: 0px;
    }

    .header-container .site-logo img {
        height: 100px;
        top: 0px;
    }

    .site-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: min(50vw, 100vw);
        max-height: 100vh;
        height: auto;
        background: rgb(20 64 135);
        flex-direction: column;
        padding: 0;
        padding-bottom: 50px;
    }

    .header-container nav.site-nav ul {
        flex-direction: column;
        padding-top: 50px;
        gap: 0px;
    }

    .header-container nav.site-nav ul li {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: stretch;
        border-bottom: 1px solid #1473F3;
    }


    .site-nav ul li a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-menu ul {
        padding-top: 20px !important;
        gap: 10px !important;
    }

    .button-menu li {
        width: auto !important;
        height: auto !important;
    }

    .site-nav-menu-btn {
        display: block;
        width: 50px;
        height: 50px;
        color: white;
        text-decoration: none;
        font-size: 2.5em;
        text-align: center;
        margin-right: 20px;
    }

    .site-nav-close-btn {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 50px;
        color: white;
        text-decoration: none;
        font-size: 2.5em;
        text-align: center;
    }

    .wave-front {
        filter: blur(5px);
    }

    .vertical-cards-container {
        flex-direction: column;
        margin-top: 100px;
    }

    .vertical-cards {
        flex-direction: column;
        align-items: center;
    }

    .vertical-cards .vertical-card {
        width: 295px;
    }

}

@media all and (max-width:500px) {
    .site-nav {
        width: 100vw;
        height: 100vh;
    }
	h1 {
    font-size: 2em;
}
	.site-title{
		font-size: 10em;
		line-height: 1;
		text-align: center;
    	padding-top: 9rem;
	}
	.site-subtitle{
		font-size: 25px;
		margin-top: 2rem;
		text-align: center;
	}
	.content .page{
		margin: 0rem 0;
	}
	.vertical-card-info .vertical-card-content{
		line-height: 1.4;
		max-height: fit-content;
	}
	.US-map #us-map{
		left: -8%;
    transform: scale(1.4);
		margin: 3rem 0 4rem;
	}
}


@media all and (max-height:510px) {
    .header-container .site-logo img {
        height: 100px;
        top: 0px;
    }
}