/* Main */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


ol,
ul {
    list-style: none;
}

* {
    box-sizing: border-box;
}


body {
    background: #B5E1D7;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.title-large {
    font-size: 5vh;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.btn {
    font-size: 2.5vh;
}

.bref {
    margin-bottom: 2vh;
    font-size: 2.5vh;
    color: #9E9E9E;
    text-align: center;
}

.text-normal {
    font-size: 1.5rem;
    line-height: 4vh !important;

}

/* -- Town -- */

.town {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 100vh;
}

.town-down {
    height: 40%;
    overflow: hidden;
    top: 60vh;
    position: absolute;
    width: 100%;
    animation: down 6s;
    animation-fill-mode: forwards;
    bottom: 0;
}

.town-up {
    height: 60%;
    bottom: 40%;
    position: absolute;
    width: 100%;


}

.town-up img {
    transform-origin: bottom;
}

.town-down:before {
    width: 30%;
    height: 60%;
    background: #79A62C;
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: -40px;
    border: 40px solid #ECDBAD;
    border-right: 70px solid #ECDBAD;
    box-shadow: 5px 5px 0px #00000077;
    left: -20px;
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    z-index: 1;
}

.town-down:after {
    width: 30%;
    height: 60%;
    background: #79A62C;
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: -40px;
    border: 40px solid #ECDBAD;
    border-left: 70px solid #ECDBAD;
    box-shadow: -5px 5px 0px #00000077;
    outline: 2px solid #00000049;
    right: -20px;
    left: auto;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

@keyframes down {
    from {
        top: 60vh;
    }

    to {
        top: 100vh;
    }
}

/* -- Road -- */

.road {
    position: absolute;
    width: 100%;
    top: 60vh;
    background: #385A64;
    bottom: 0;
    overflow: hidden;

}

.road.view {

    animation: road 5s;
    animation-fill-mode: forwards;

    animation-delay: 7s;
}

@keyframes road {
    from {
        top: 60vh;
    }

    to {
        top: 100vh;
    }
}

/* -- Sign -- */
.sign {
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: 15%;
    left: 35%;
    display: flex;
    gap: 5%;
    perspective: 20vh;
}

.sign .column {
    background: #ecdbad59;
    width: 15%;
    height: 100%;
    transform: rotateX(15deg);
}

/* -- Builds -- */
.builds {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.builds-right {
    width: 33%;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 1px;

}

.builds-right img {
    width: 100%;
    animation: buildright 5s;
    animation-fill-mode: forwards;
}

.builds-left img {
    width: 100%;
    animation: buildleft 5s;
    animation-fill-mode: forwards;
}

.builds-left img.step2 {
    animation: step2 5s;
    animation-fill-mode: forwards;
}

.builds-right img.step2 {
    animation: rightimg-step2 5s;
    animation-fill-mode: forwards;
}

@keyframes step2 {
    0% {
        transform: scale(.75);
        right: 0%;
    }

    100% {
        transform: scale(1.5);
        right: 150%;
    }

}

@keyframes rightimg-step2 {
    0% {
        transform: scale(.75);
        left: 0%;
    }

    100% {
        transform: scale(1.5);
        left: 150%;
    }

}

@keyframes buildright {
    0% {
        transform: scale(0.5);
        left: -30%;
        ;
    }

    100% {
        transform: scale(.75);
        left: 0%;
    }
}

@keyframes buildleft {
    0% {
        transform: scale(0.5);
        right: -30%;
    }

    100% {
        transform: scale(.75);
        right: 0%;
    }

}

.builds-left {
    width: 33%;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 1px;
}

.builds-right::before {
    width: 120%;
    height: 40vh;
    top: 0;
    border-width: 40px;
    background: #79A62C;
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: -27px;
    right: 0;
    background-size: 100%;
    background-position: bottom;
    border-color: #ECDBAD;
    border-style: solid;
    border-right: none;
    border-top-width: 0;
    box-shadow: -5px 5px 0px #00000077;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    z-index: 0;
    animation: leftbefore 5s;
    animation-fill-mode: forwards;
}

.builds-right.step2::before {

    animation: leftbefore-step2 5s;
    animation-fill-mode: forwards;
}

.builds img {

    position: relative;
    z-index: 1;
    width: 100%;
}

.builds-left::before {
    width: 120%;
    height: 40vh;
    top: 0;
    border-width: 40px;
    background: #79A62C;
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: -27px;
    left: 0;
    background-size: 100%;
    background-position: bottom;
    border-color: #ECDBAD;
    border-style: solid;
    border-left: none;
    box-shadow: 5px 5px 0px #00000077;
    border-top-width: 0;
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    z-index: 0;
    animation: leftbefore 5s;
    animation-fill-mode: forwards;

}

.builds-left.step2::before {

    animation: leftbefore-step2 5s;
    animation-fill-mode: forwards;
}

.builds-left.step3::before,
.builds-right.step3::before {


    animation: leftbefore-step3 5s;
    animation-fill-mode: forwards;
    animation-delay: 5s;
}

@keyframes leftbefore {
    0% {
        height: 10px;
        top: 0;
        border-width: 15px;
        border-top-width: 0;
    }

    100% {
        height: 20vh;
        top: 0;
        border-width: 27px;
        border-top-width: 0;
    }

}

@keyframes leftbefore-step2 {
    0% {
        height: 20vh;
        top: 0;
        border-width: 27px;
        border-top-width: 0;
    }

    100% {

        height: 40vh;
        top: 0;
        border-width: 40px;
        border-top-width: 0;
    }

}

@keyframes leftbefore-step3 {
    0% {
        height: 40vh;
        top: 0;
        border-width: 40px;
        border-top-width: 0;
    }

    100% {
        height: 0;
        top: calc(40vh + 27px);
        border-width: 40px;
        border-top-width: 27px;
    }

}

/* -- Car -- */

.car {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: calc(50% - 50px);
    width: 100px;
    perspective: 100px;


}

.car.hide {
    animation: car 3s;
    animation-fill-mode: forwards;

}

@keyframes car {
    from {

        bottom: 0;
    }

    to {
        bottom: 100%;

    }
}

.car img {
    transform-style: preserve-3d;
    transform: rotateX(45deg);
    width: 100%;
}

/* -- Beach -- */
.beach {
    position: absolute;
    background: #8feef5;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    top: 0;
    z-index: -1;
    left: 0;

}

.beach.hide {

    animation-fill-mode: forwards;

}

.beach.hide::before {

    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.beach::before {
    content: "";
    display: block;
    position: absolute;
    width: 25vh;
    height: 25vh;
    border-radius: 100%;
    bottom: 21vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: radial-gradient(yellow 0%, #ff8100 80%, rgba(239, 210, 63, 0.8) 100%);
    box-shadow: 0 200px 150px 300px rgba(255, 150, 0, 0.8);
    animation: sun 10s infinite;
    background-size: 100% 110%;
}

.beach::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgb(13, 149, 170);
    background: linear-gradient(180deg, rgba(13, 149, 170, 1) 0%, rgba(41, 207, 172, 1) 27%, rgba(243, 234, 196, 1) 57%, rgba(242, 211, 143, 1) 62%, rgba(228, 184, 87, 1) 85%, rgba(228, 184, 87, 1) 100%);
    background-size: 100% 120%;
    animation: sea 10s infinite;
}

.beach.hide::after {
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

#beachInfo {
    opacity: 0;
    position: absolute;
    top: 3%;
    width: 50%;
    left: 25%;
    text-align: center;
    padding-top: 50px;
}

#beachInfo p {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
}

#beachInfo button {
    background: none;
    border: none;
    color: #222;
    border: 2px solid #222;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}

#beachInfo hr {
    width: 100px;
    border-color: #222;
}

#beachInfo.view {
    opacity: 0;
    animation: beachinfo 5s;
    animation-fill-mode: forwards;
    animation-delay: 10s;
}

#beachInfo.hide {
    animation: hidebeachinfo 3s;
    animation-fill-mode: forwards;
}

@keyframes hidebeachinfo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes beachinfo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes sun {
    0% {
        background-position: 100% 100%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }

    25% {
        background-position: 100% 105%;
        box-shadow: 0 200px 150px 150px rgba(239, 210, 63, 0.8);
    }

    50% {
        background-position: 100% 110%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }

    75% {
        background-position: 100% 300%;
        box-shadow: 0 200px 150px 450px rgba(239, 210, 63, 0.8);
    }

    100% {
        background-position: 100% 100%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }
}

@-webkit-keyframes sun {
    0% {
        background-position: 100% 100%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }

    25% {
        background-position: 100% 105%;
        box-shadow: 0 200px 150px 150px rgba(239, 210, 63, 0.8);
    }

    50% {
        background-position: 100% 110%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }

    75% {
        background-position: 100% 300%;
        box-shadow: 0 200px 150px 450px rgba(239, 210, 63, 0.8);
    }

    100% {
        background-position: 100% 100%;
        box-shadow: 0 200px 150px 350px rgba(239, 210, 63, 0.8);
    }
}






@keyframes sea {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@-webkit-keyframes sea {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@keyframes beach {
    from {
        top: 100vh;
    }

    to {
        top: 0;
    }
}

/* -- Intro -- */
.intro {
    position: absolute;
    top: 3%;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 10;
    width: 50%;
    left: 25%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    animation: intro 3s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 3s;
}

.intro p {
    line-height: 30px;
}

.intro.hide {
    animation: hide 3s;
    animation-fill-mode: forwards;
}

.intro p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.intro button {
    background: none;
    border: none;
    color: #222;
    border: 2px solid #222;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}

.intro hr {
    width: 100px;
    border-color: #222;
}

@keyframes hide {
    0% {
        opacity: 1;
        top: 5%;
    }

    100% {
        opacity: 0;
        top: -50%;
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        top: -50%;
    }

    100% {
        opacity: 1;
        top: 5%;
    }
}

/* -- Panel -- */

.panel-container {
    height: 60%;
    bottom: 40%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.panel-container.hidepanelcon {
    animation: hidepanelcon 10s;
    animation-fill-mode: forwards;

}

.panel-content {
    opacity: 0;
}

@keyframes hidepanelcon {
    0% {
        bottom: 40%;
    }

    100% {
        bottom: -100%;
    }
}

.panel {
    position: absolute;
    bottom: -50%;
    top: auto;
    z-index: 10;
    width: 50%;
    height: 0;
    left: 25%;
    background: #ffffff;
    padding: 3%;
    border-radius: 10px;
    border: 10px solid #411706;

}

.panel .text-normal {
    color: #9E9E9E;
}

.panel .title-large {
    text-align: center;
    color: #385a64;
}

.panel.showpanel {
    animation: showpanel 5s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.panel.hidepanel {
    animation: hidepanel 10s;
    animation-fill-mode: forwards;
}

.showpanel .panel-content {
    opacity: 1;
    transition: 5s;
    transition-delay: 5s;
}

.panel .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.panel .row .item {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 32%;
    border: 1px solid #385a64;
    padding: 10px;
}

.panel .row .item h4 {
    font-size: 3vh;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #385a64;
    flex-direction: column;
}

.panel .row .item i {
    font-size: 30px;
}

#hidepanel {
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: underline;
    background: none;
    color: rgb(255, 60, 0);
}

@keyframes showpanel {
    0% {
        bottom: -50%;
        width: 13.333%;
        height: 0;
        left: 43.333%;
        padding: 2%;
        border: 5px solid #411706;
    }

    100% {
        bottom: 10%;
        width: 50%;
        height: 85%;
        left: 25%;
        padding: 3%;
        border: 10px solid #411706;
    }
}

@keyframes hidepanel {

    0% {
        bottom: 10%;
        width: 50%;
        height: 85%;
        left: 25%;
        border: 10px solid #411706;
    }

    100% {
        bottom: 10%;
        width: 100%;
        height: 85%;
        left: 0%;
        border: 15px solid #411706;
    }
}

.panel::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 50%;
    background: #411706;
    top: 100%;
    left: 5%;
}

.panel::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 50%;
    background: #411706;
    top: 100%;
    left: auto;
    right: 5%;
}

/* -- Island -- */
.island {
    position: absolute;
    width: 0;
    bottom: 39.5vh;
    z-index: 10;

    right: 75%;
}

.island.view {
    animation: island 10s;
    animation-delay: 3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.island.hide {
    animation: hideisland 2s;
    animation-fill-mode: forwards;
}

@keyframes island {
    from {
        width: 0;
    }

    to {
        width: 20%;
    }
}

@keyframes hideisland {
    from {
        width: 20%;
        right: 75%;
    }

    to {
        width: 20%;
        right: 100%;
    }
}

/* -- Corniche -- */
.corniche {
    height: 15vh;
    width: 100%;
    background: #385A64;
    bottom: 0;
    position: relative;




}

.corniche.view {
    animation: corniche 5s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

@keyframes corniche {
    from {
        border-top: 0px solid #ECDBAD;
        bottom: 0;
    }

    to {
        border-top: 30px solid #ECDBAD;
        bottom: 0;
    }
}

/* -- Ship -- */
.ship {
    position: absolute;
    width: 150px;
    bottom: 40vh;
    z-index: 0;
    cursor: pointer;
}

.ship.view {
    animation: ship 20s infinite;
    animation-timing-function: linear;
    animation-delay: 10s;

    &:hover {
        animation-play-state: paused;
    }
}

.ship.hide {
    animation: hideship 3s;
    animation-fill-mode: forwards;
}

@keyframes ship {
    0% {
        left: -150px;
    }

    100% {
        left: 100%;
    }
}

@keyframes hideship {
    0% {
        transform: rotate(0deg);
        bottom: 40vh;
        z-index: 0;
    }

    100% {
        transform: rotate(45deg);
        bottom: 15vh;
        z-index: 0;
    }

}

/* -- Mountains -- */
.mountains {
    position: absolute;
    bottom: 40vh;
    z-index: 10;

    width: 0;
    right: 5%;
}

.mountains.view {
    animation: mountains 10s;
    animation-timing-function: linear;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.mountains.hide {
    animation: hidemountains 5s;
    animation-fill-mode: forwards;
}

@keyframes mountains {
    0% {
        width: 0;
    }

    100% {
        width: 20%;
    }
}

@keyframes hidemountains {
    0% {
        right: 5%;
        width: 20%;
    }

    100% {
        right: -100%;
        width: 20%;
    }
}

/* -- Contacts -- */

.contact-data-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background: #ffffff82;
    padding: 30px;
    box-shadow: 0px 0px 30px #22222240;
    border-radius: 15px;
}

.contact-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}

.contact-us h3 {
    font-size: 5vh;
    font-weight: bold;
    text-transform: uppercase;
    color: #157297;
    margin-bottom: 20px;
}

.contact-us i {
    width: 8vh;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #157297;
    font-size: 2rem;
    color: #157297;

}

.contact-data {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-data p {
    font-size: 1.2rem;
    color: #157297;
}

.contact-us {
    width: 60%;
    height: 100vh;
    margin: auto;
    display: none;

}

#contact-us {
    animation: contactview 3s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    position: absolute;
    left: 20%;
    right: 20%;
    top: 100%;
}

.contact-us-content {
    animation: contact 3s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    position: relative;
    width: 100%;

}

.contact-us.view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 3s;

}

@keyframes contact {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@keyframes contactview {
    0% {
        top: 100%;
    }

    100% {
        top: 0
    }
}

.parachute {
    width: 30vh;
}