@charset "UTF-8";

@font-face {
    font-family: Juana-Light;
    src: url(../fonts/Juana-Thin.otf) format("opentype");
}
@font-face {
    font-family: Juana-Medium;
    src: url(../fonts/Juana-medium.otf) format("opentype");
}
@font-face {
    font-family: DMSans;
    src: url(../fonts/DMSans.ttf) ;
}
@font-face {
    font-family: Arboria-Book;
    src: url(../fonts/Arboria-Book.ttf);
}
@font-face {
    font-family: TTRamillas;
    src: url(../fonts/TT-Ramillas-Trial-Regular.ttf);
}

body {
    background-color: #B7D5D5;
    color: #000;
    text-align: center;
    margin: 0;
}

body .landingpage-container {
    font-family: Arboria-Book;
    font-weight: 400;
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: flex-start;
    flex-direction: column;
}

a {
    text-decoration: none;
}

p {
    font-family: Arboria-Book;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.5;
/*    color: #000;*/
}
.bold {
    font-weight: bold;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /*margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));*/
    width: 100%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.main-body {
    height: 100%;
    text-align: center;
    margin-block: 10%;
    margin-inline: 10%;
}
.col-lg-4 {
    flex: auto;
    width: 33.33333333%;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-inline: 0%;
}

.my-5 {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.5rem;
}

.landingpage-logo {
    height: 70px;
    padding: 4%;
    margin-inline-start: -35%;
}

.white-color {
    color: #fff;
}

h1 {
    font-family: Juana-Medium;
    font-size: 5rem;
    font-weight: normal !important;
    line-height: 1;
    margin-block: 1% 2%;
    letter-spacing: 1px;
}

.arb {
    font-family: Arboria-Book;
    font-size: 1.5rem;
}

.DM {
    font-family: DMSans;
    font-size: 2rem;
    letter-spacing: 1px;
}
.caps {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.countdown-container {
    display: flex;
    justify-content: space-around;
    width: 80%;
    padding-block: 0% 5%;
    margin: auto;
}

.countdown {
    text-align: center;
}

.time {
    display: block;
    font-size: 3rem;
    font-weight: bold;
}

.label {
    font-size: 1.2rem;
}

.video-container {
    padding-top: 10%;
    width: 80%;
    position: relative;
    padding-bottom: 45.25%; 
    height: 0;
    margin: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.begin-journey {
    margin-block: -5% 5%;
    width: 100%;
}

.begin-journey p {
    width: 80%;
    margin: auto;
    font-size: 1.4rem;
}

.begin-journey .italics {
    font-size: 1rem;
    font-style: italic;
}

.btn {
    display: block;
    margin: 0% auto;
    width: 25%;
    align-items: center;
    font-family: 'TTRamillas';
    font-size: 1.3rem;
    text-align: center;
    line-height: 1;
    color: #00483C;
    background-color: #FECB89;
    border-radius: 25px;
    padding: 2% 0%;
    margin-block: 1% 2%;
    font-weight: bold;
    text-transform: uppercase;
}


.btn.btn-transparent:hover {
    background: #00483C;
    color: #FECB89;
}

.vae-footersection {
    height: auto;
    position: relative;
    padding: 5%;
    background-color: #00483B;
    color: #fff;
    font-family: "Arboria-Book";
}

.vae-footersection .vae-landingpage-wrapper .vae-footerlogo-section {
    margin-bottom: 20px
}

.vae-footersection .vae-landingpage-wrapper .vae-footerlogo-section img {
    width: 40%;
    float: inline-start;
}

.vae-footersection .vae-landingpage-wrapper h2 {
    font-family: 'TTRamillas';
    font-size: 3rem;
}

.vae-footersection .vae-landingpage-wrapper .vae-footeleft p span {
    text-transform: uppercase
}

.vae-footersection .vae-landingpage-wrapper .vae-footeright a:not(.btn) {
    color: #fff
}

.vae-footersection .vae-landingpage-wrapper .vae-footeright a:not(.btn):hover {
    text-decoration: none
}

.vae-footersection .vae-landingpage-wrapper .col-lg-6 ul {
    display: flex;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-inline-end: 1%;
    float: right;
}

.vae-footersection .vae-landingpage-wrapper .col-lg-6 ul li a {
    color: #fff;
    opacity: .7
}

.vae-footersection .vae-landingpage-wrapper .col-lg-6 ul li a:hover {
    opacity: 1;
    text-decoration: none
}

.vae-footersection .vae-footeright {
    text-align: right
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }

    .landingpage-logo {
        margin-inline-start: -10% !important;
    }

    .col-lg-4 {
        padding-block: 3%;
    }

    .col-lg-6 {
        width: 45%;
    }

    .vae-footeleft {
        width: 35% !important;
    }

    .vae-footersection .vae-landingpage-wrapper .vae-footerlogo-section img {
        width: 50%;
    }

    .vae-footeright {
        width: 60% !important;
    }

    .vae-footersection .caps {
        font-size: 14px;
    }
}


@media(max-width:768px) {

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .col-lg-6 {
        width: 100%;
        padding-inline: 0%;
    }

    .col-lg-4 {
        position: relative;
        padding-block: 10% 20%;
    }

    h1 {
        font-size: 4rem;
        padding-inline: 5%;
        padding-block: 0% 5%;
        margin-top: 0%;
    }

    p {
        font-size: 1.2rem;
        padding-inline: 5%;
    }

    .DM {
        font-size: 1.5rem !important;
    }

    .btn {
        margin: 2% auto;
        padding: 3% 0%;
        width: 60%;
        font-size: 1rem;
    }

    .landingpage-logo {
        position: absolute;
        margin-inline-start: 0%;
        margin-left: auto;
        margin-right: auto;
        height: 55px;
    }


    .video-container iframe {
        top: 5%;
    }

    .begin-journey p {
        width: 85%;
        font-size: 1rem;
    }

    .italics {
        font-size: 0.8rem !important;
    }

    .vae-footersection {
        text-align: center;
        font-size: 14px;
    }

    .vae-footersection p {
        font-size: 0.7rem;
        text-align: center;
    }

    .vae-footersection .vae-landingpage-wrapper .col-lg-6 ul {
        margin-left: 15% !important;
        gap: 15px !important;
        padding-inline: 0% !important;
        float: unset !important;
    }

    .vae-footersection .vae-landingpage-wrapper .vae-footerlogo-section img {
        width: 200px !important;
        float: none;
    }

     .vae-footersection .vae-landingpage-wrapper .vae-footerlogo-section {
        padding-top: 5%;
     }

     .vae-footersection .my-5 {
        margin-top: 1rem;
    }

    .vae-footersection .mt-5 {
        margin-bottom: 0%;
    }

    .vae-footersection .vae-footeright {
        margin-top: 0% !important;
    }
    
}
