@import url(https://fonts.googleapis.com/css?family=Epilogue:400,600,800|Source+Sans+Pro:400);
*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

:root {
    --plyr-color-main: #f6b387;
}

#player {
    border-radius: 16px;
    box-shadow: 0 20px 30px 0 rgba(67, 67, 67, 0.13);
}

.loader
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #f6b387;
    z-index: 3;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader.hide
{
    opacity: 0;
    transition: opacity 1s ease-in-out 1.5s;
}

.loader svg {
    position: absolute;
}

.loader svg #shapes {
    /* transform: scale(0.5); */
    transform-origin: center;
}

.loader-clip
{
    height: 250px;
    width: 250px;
    clip-path: url(#shapes);
    position: relative;
}

.loader-fill {
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

@media (min-width: 800px) {
    .webgl
    {
        position: fixed;
        top: 0;
        left: 0;
        outline: none;
    }
}

.asscroll-container {
    overflow:hidden;
}

.text {
    display: none;
}

.scroll {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 30px 40px 0 rgba(67, 67, 67, 0.13);
}

.scroll::after {
    content: '';
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20%;
    height: 20%;
    z-index: 3;
    border-right: solid 3px #f6b387;
    border-bottom: solid 3px #f6b387;
}

@media (min-width: 800px) {
    .text {
        display: flex;
        width: 100%;
        height: 100vh;
        line-height: 100vh;
        opacity: 0;
    }
    .transition {
        height: 50vh;
    }
}

@media (min-width: 800px) {
    .ballons {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
    }
}

.asscroll-touch .asscroll-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}

.asscroll-touch .asscroll-page {
    overflow: hidden !important;
    margin-bottom: 1px;
}

/* ----- Main */

/* fonts */
.section-title {
    font-family: 'Epilogue', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #635c76;
    margin: 40px 0;
}

@media (min-width: 800px) {
    .section-title {
        margin: 0;
        font-size: 48px;
    }
}

/**/

.wrap {
    max-width: 1700px;
    padding: 42px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.large-device {
    display: none;
}
@media (min-width: 800px) {
    .wrap {
        padding: 42px 80px;
    }
    .mobile-only {
        display: none;
    }
    .large-device {
        display: block;
    }
}


.custom-edges, .custom-edges-reverse {
    position: relative;
}
.custom-edges::before, .custom-edges::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: #fff9f0;
    z-index: 5;
    clip-path: url(#semi-cercle);
}

/* .custom-edges-reverse::after { */
    /* background: #f6b387; */
    /* clip-path: url(#reverse-semi-cercle); */
    /* transform: rotate(180deg); */
    /* bottom: -47px */
/* } */

.custom-edges::before {
    top: -40px;
    transform: rotate(180deg);
}
.custom-edges::after {
    bottom: -40px;
}

/* end main */

@media (min-width: 800px) {
    nav.nav {
        position: fixed;
        z-index: 1;
        top: 0;
    }
}

.nav-wrap {
    min-height: 120px;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
}

.nav-main-container {
    align-items: center;
}

.anchor {
    cursor: pointer;
}

@media (min-width: 800px) {
    .cta-download {
        padding: 10px 20px;
        margin-right: 50px;
        border-radius: 16px;
        background-color: #ffffff;
        color: #f6b387;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 19px;
    }
}

.main-logo {
    width: 132px;
    margin: 0 50px;
}

@media (min-width: 800px) {
    .nav-items {
        font-family: 'Epilogue', sans-serif;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 1.44px;
        list-style: none;
        opacity: 0.8;
        color: #ffffff;
    }
    .nav-items li {
        margin: 0 20px;
    }
    .nav-items .blog a {
        text-decoration: none;
        color: #ffffff;
    }
}

@media (min-width: 900px) {
    .nav-items {
        font-size: 20px;
    }
    .nav-items li {
        margin: 0 32px;
    }
}

@media (min-width: 800px) {
    .screen {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 28.5vh;
        height: 59.5vh;
        z-index: 0;
        border-radius: 3.7vh;
        overflow: hidden;
    }
}

.screen-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.location-feature, .invitation-feature, .game-feature {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}


@media (min-width: 800px) {
    .location-feature, .invitation-feature, .game-feature {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }    
    .app-wrap {
        min-height: 100vh;
        max-width: 1700px;
        position: relative;
        justify-content: flex-end;
        align-items: center;
        margin: 0 auto;
        padding: 0 80px;
        /* background-color: rgba(67, 67, 67, 0.13); */
    }
}

.app-content {
    width: 50%;
    transform: rotate3d(0, -50deg, 0);
}

.catch-phrase {
    font-family: 'Epilogue', sans-serif;
    font-weight: 600;
    font-size: 55px;
    color: #ffffff;
}

.app-description {
    max-width: 584px;
    margin-top: 48px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 23px;
    line-height: 1.65;
    color: #ffffff;
    opacity: 0.7;
}

.cta-container {
    position: absolute;
    bottom: 60px;
    z-index: 1;
}

.cta-container img {
    width: 200px;
    height: 58px;
    object-fit: cover;

}

@media (min-width: 800px) {
    .cta-container {
        position: relative;
        bottom: 0;
    }
    .cta-container img {
        padding: 50px 35px 0 0;
    }
}

/** join */

.join {
    display: block;
}

.join-title {
    font-weight: 800;
    color: #fff;
    margin: 68px 0 48px 0;
}

.join-wrap {
    position: relative;
    min-height: 50vh;
    background: #f6b387;
    padding: 50px 42px 0 42px;
    justify-content: space-evenly;
    align-items: center;
}

.logo-min {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.join-visual {
    position: relative;
}

.join-logo {
    position: absolute;
    left: 30px;
    top: 36px;
}

.join-mockup {
    position: relative;
    height: auto;
    /* width: 312px; */
    height: 550px;
    border-radius: 16px;
    box-shadow: 0 30px 40px 0 rgba(67, 67, 67, 0.13);
}

.join-visual::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(transparent, #fff);
    z-index: 1;
}

@media (min-width: 800px) {
    .join {
        position: relative;
        height: 80vh;
        background: #f6b387;
    }

    .join-title {
        margin: 40px 0;
    }
    .join-text {
        max-width: 584px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 23px;
        line-height: 1.65;
        color: #ffffff;
        opacity: 0.7;
        text-align: center;
    }

    .join-wrap {
        min-height: 0;
        padding: 0 42px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
    }
}

.vision {
    background: #fff9f0;
}

.vision-wrap {
    min-height: 80vh;
    justify-content: space-evenly;
    align-items: center;
}

.vision-cards-container {
    max-width: 1040px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.vision-card {
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 241px;
    height: 295px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 30px 0 rgba(67, 67, 67, 0.13);
    margin: 20px 0;
}

.vision-card img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.vision-card span {
    height: 80px;
    padding-left: 20px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.47;
    color: #635c76;
}

@media (min-width: 800px) {
    .vision-cards-container {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
    }
    .vision-card {
        margin: 0;
    }
}

.about {
    background: #ffffff;
}

.about-wrap {
    min-height: 80vh;
    align-items: center;
    justify-content: space-evenly;
    padding: 80px 42px 120px 42px;
}

.about-content {
    width: 100%;
    max-width: 484px;
}

.about-description {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    line-height: 1.29;
    color: #a39eb3;
}

.about-visual {
    width: 100%;
    max-width: 480px;
    margin-top: 42px;
}

@media (min-width: 1000px) {
    .about-wrap {
        flex-direction: row;
        padding: 0 80px;
    }
    .about-content {
        width: 40%;
        max-width: 484px;
    }
    .about-title {
        margin-bottom: 42px;
    }
    .about-visual {
        width: 40%;
        margin-top: 0;
    }
}

.team {
    display: flex;
    min-height: 80vh;
    background: #fff9f0;
}

.team-wrap {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 42px 0;
}

.team-title {
    margin: 34px 0 52px 0;
}

.team-container {
    width: 100%;
    max-width: 752px;
}

@media (min-width: 800px) {
    .team-title {
        margin: 0 0 102px 0;
    }
    .team-container {
        display: flex;
    }
}

.member-container {
    display: inline-block;
    width: 100%;
    height: 208px;
    margin: 0 auto 84px auto;
}

.member {
    width: 170px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 20px 30px 0 rgba(67, 67, 67, 0.13);
    position: relative;
    overflow: hidden;
}

@media (min-width: 800px) {
    .member:hover .member-description{
        transform: translateY(0);
        transition: transform 0.1s ease-in-out;
    }
}

.member-description {
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: calc(100%);
    min-height: 59px;
    justify-content: center;
    padding-left: 15px;
    background: #ffffff;
    pointer-events: none;
    will-change: transform;
}

@media (min-width: 800px) {
    .member-description{
        transform: translateY(100%);
        transition: transform 0.1s ease-in-out;
    }
}

.member-photo {
    width: 100%;
    height: 208px;
    object-fit: cover;
}

.member-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #635c76;
    margin-bottom: 6px;
}


.member-role {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #a39eb3;
}

footer.footer {
    min-height: 200px;
    background-color: #393446;
    justify-content: center;
    align-items: center;
    padding: 48px 32px 32px;
}

footer .footer-logo{
    width: 183px;
}

@media (min-width: 800px) {
    footer.footer{
        min-height: 84px;
        flex-direction: row;
        justify-content: space-between;
        padding: 50px;
    }

    .footer-logo {
        margin-left: 50px;
    }
}

.social-media {
    max-width: 400px;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 40px 20px 0 20px;
}

@media (min-width: 800px) {
    .social-media {
        width: 400px;
        margin: 0 50px;
    }

    .social-media li {
        margin: 0 32px;
    }
}


/*# sourceMappingURL=main.css.map*/