@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sorts+Mill+Goudy:ital@0;1&display=swap');
/* CSS Document */
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, font, 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 {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: "Sorts Mill Goudy", serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    scroll-behavior: smooth;
}
a{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.soon{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}
.container{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*### Header ###*/
.header{
    position: fixed;
    top: 0;
}
.logo{
    background: url("assets/images/logo.png") no-repeat;
    background-size: auto;
    display: block;
    width: 20vw;
    height: 16.4vw;
    display: block;
    background-size: cover;
    margin: 0 auto 5vh;
    -webkit-animation: animate 3s forwards;
    animation: animate 3s forwards;
}
.soon-text{
    font-size: 5.5vh;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding:  5vh 0;
    font-family: "Montserrat", sans-serif;
    animation: soon 3s forwards;
    -webkit-animation:  soon 3s forwards;
    animation-delay: 3s;
    opacity:0;
    width: 100vw;
    position: relative;
}
@-webkit-keyframes animate {
    from {
        opacity: 0;
        transform: scale(1.3,1.3);
    }
    to{
        opacity:1;
        transform: scale(1,1);
    }
}
@keyfames animate {
    from {
        opacity: 0;
        transform: scale(1.3,1.3);
    }
    to{
        opacity: 1;
        transform: scale(1,1);
    }
}
@-webkit-keyframes soon {
    from {
        opacity: 0;
        letter-spacing: 0vw;
    }
    to {
        opacity:1;
        letter-spacing: 1.2vw;
    }
}
@keyframes soon {
    from {
        opacity: 0;
        letter-spacing: 0vw;
    }
    to {
        opacity:1;
        letter-spacing: 1.2vw;
    }
}
@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity:1;
    }
}
@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadeUp {
    from {
        transform:translate(0px, 100px);
        opacity: 0;
    }
    to{
        transform:translate(0px, 0);
        opacity: 1;
    }
}
@keyfames fadeUp {
    from {
        transform:translate(0px, 100px);
        opacity: 0;
    }
    to{
        transform:translate(0px, 0);
        opacity: 1;
    }
}
.wave-wrapp {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 0;
    bottom: 0%;
    transform: translate(-50vw, 145vw);
    border-radius: 5px;
}
.wave {
    width: 150vw;
    height: 150vw;
    position: absolute;
    top: -25%;
    left: 50%;
    margin-left: -500px;
    margin-top: -500px;
    border-radius: 35%;
    background: rgba(255, 255, 255, .75);
    animation: wave 50s infinite linear;
}
@keyframes wave {
    from {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}
/*### End Header ###*/
.wave-white{
    background: url("assets/images/wave-white.png") no-repeat;
    background-size: cover;
    background-position: right;
    display: block;
    width: 22vw;
    height: 5vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-animation: wave1 3s forwards;
    animation: wave1 3s forwards;
    animation-delay: 3s;
    opacity:0;
    margin-top: -4.5vh;
}
.wave-white.sec{
    left: inherit;
    right: 0;
    background-position: left;
    -webkit-animation: wave1 3s forwards;
    animation: wave1 3s forwards;
    animation-delay: 3s;
    opacity:0;
}
@-webkit-keyframes wave1 {
    from {
        width: 0vw;
        opacity:0;
    }
    to{
        width: 22vw;
        opacity:1;
    }
}
@keyfames wave1 {
    from {
        width: 0vw;
        opacity:0;
    }
    to{
        width: 22vw;
        opacity:1;
    }
}
.button {
    margin: 5vw auto;
    border: 2px solid #fff;
    width: 180px;
    padding: 20px 30px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.button.button-black{
    border: 2px solid #000;
    margin: 0 auto 2vw;
}
.button.button-black input{
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Sorts Mill Goudy", serif;
}
.button.animate-button{
    opacity: 0;
    -webkit-animation: fadeUp 5s forwards;
    animation: fadeUp 3s forwards;
    animation-delay: 5s;
}
.button:hover .wave-button{
    top: 0px;
}
.button span{
    position: relative;
    z-index: 1;
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Sorts Mill Goudy", serif;
}
.button .wave-button {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -90px;
    transition: 0.4s;
}
.button .wave-button::before, .button .wave-button::after {
    width: 250%;
    height: 250%;
    content: '';
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translate(-50%, -75%);
}
.button .wave-button::before {
    border-radius: 45%;
    background-color: rgba(255, 255, 255, 1);
    animation: wave 5s linear infinite;
}
.button .wave-button::after {
    border-radius: 40%;
    background-color: rgba(255, 255, 255, 0.5);
    animation: wave 10s linear infinite;
}
.button.button-black .wave-button::before {
    background-color: rgba(20, 20, 20, 1);
}
.button.button-black .wave-button::after {
    background-color: rgba(20, 20, 20, 0.5);
}
@keyframes wave {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    min-width: 450px;
}
.popup h2 {
    margin-top: 0;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    margin-bottom: 2vw;
}
.popup .close {
    position: absolute;
    top: 12px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
#mc_embed_signup .mc-field-group input{
    background-color: #f0f0f0;
    border:0;
    color: #000;
    font-weight: 300;
    height:60px ;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 2vw;
}
#mc_embed_signup div.mce_inline_error{
    margin-top: -30px!important;
}
@media only screen and (max-width: 1300px) {
    .wave-white{
        width: 15vw;
        height: 6vw;
    }
    @-webkit-keyframes wave1 {
        from {
            width: 0vw;
            opacity:0;
        }
        to{
            width: 15vw;
            opacity:1;
        }
    }
    @keyfames wave1 {
        from {
            width: 0vw;
            opacity:0;
        }
        to{
            width: 15vw;
            opacity:1;
        }
    }
}
@media only screen and (max-width: 900px) {
    .wave-white{
        display: none;
    }
    .soon-text {
        font-size: 5vh;
    }
    .logo{
        width: 60vw;
        height: 49.2vw;
    }
}
@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .soon-text {
        font-size: 2.5vh;
    }
    .popup{
        min-width: 300px;
    }
    .popup h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    #mc_embed_signup .mc-field-group input{
        margin-bottom: 20px;
        height: 50px;
    }
    .button.button-black{
        margin: 0 auto  20px;
        padding: 15px 45px;
    }
}