@font-face {
    font-family: 'Poppins';
    src: url(../../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins Bold';
    src: url(../../fonts/Poppins-SemiBold.ttf);
}
:root{
    --gold-gradient: linear-gradient(59deg, rgba(188,153,112,1) 0%, rgba(184,149,109,1) 22%, rgba(172,139,103,1) 31%, rgba(155,123,93,1) 42%, rgba(162,130,99,1) 44%, rgba(181,150,117,1) 49%, rgba(213,184,147,1) 60%, rgba(253,225,183,1) 73%, rgba(242,215,174,1) 78%, rgba(214,189,152,1) 93%, rgba(192,168,134,1) 99%);
    --gold-gradient2: linear-gradient(63deg, rgba(192,168,134,1) 0%, rgba(214,189,152,1) 6%, rgba(242,215,174,1) 20%, rgba(181,150,117,1) 37%, rgba(213,184,147,1) 48%, rgba(162,130,99,1) 58%, rgba(155,123,93,1) 61%, rgba(172,139,103,1) 71%, rgba(184,149,109,1) 85%, rgba(188,153,112,1) 100%);
    --main-color: #FDE1B7;
    --brown: #543F2B;
}
html, body {
    height: 100vh;
    overflow: hidden;
    cursor: url("../../image/playroom2/cursor.cur"), pointer !important;
    scroll-behavior: smooth;
    background:black;
}
a,.nav{
    cursor: url("../../image/playroom2/pointer.cur"), pointer !important;
}
.bg-contain{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-cover{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobileOnly{
    display:none;
}
.down-arrow{
    position: fixed;
    bottom:30px;
    height: 40px;
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    animation:down 2s infinite;
    z-index:10;
    visibility: visible;
}
.down-arrow.scrolled{
    opacity:0;
    visibility: hidden;
}
.station-content{
    max-width:1366px;
    height:calc(100vh - 90px);
    margin:0 auto;
    display: flex;
    align-items: center;
    margin-top: 10%;
}
.station-wrapper {
    overflow-y: scroll;
    height: 100vh;
    scroll-snap-type: y mandatory;
    background-image: url('../../image/playroom2/ar-bg.jpg');
    position: relative;
    scroll-behavior: smooth;
}
.station {
    height: 100vh;
    scroll-snap-align: start;
    position: relative;
    background:transparent;
    color:white;
    display:flex;
    align-items: center;
    justify-content: center;
}
.flex-wrapper{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qr-title{
    font-family: 'Poppins';
    font-size:22px;
    margin:30px 0 0;
}
.qr-title.scan{
    margin:50px 0 0;
}
.qr{
    padding:5px;
    background:white;
    position: relative;
}
.qr::before{
    content:'';
    background-image:url('../../image/playroom2/qrcode/qr-border.png');
    background-size:contain;
    background-position: center;
    width:120%;
    height:120%;
    position: absolute;
    left:-15px;
    top:-15px;
}
.qr.no-bg{
    background:transparent;
}
.qr.no-bg::before{
    display:none;
}
.qr img{
    width:150px;
    height:150px;
}
.qr.no-bg img{
    width:300px;
    height:300px;
}
.phone-frame{
    width:300px;
    height:575px;
}
/* nav */
.gold-nav{
    position: fixed;
    right:50px;
    top:55%;
    transform:translateY(-50%);
    z-index:10;
}
.nav-link{
    padding:0!important;
}
.gold-nav .nav{
    padding:10px;
    border-radius: 50%;
    width:30px;
    height:30px;
    border:2px solid var(--main-color);
    margin-bottom:20px;
    background:transparent;
}
.gold-nav .nav.active{
    background:var(--gold-gradient);
    border:none;
}
.home-station{
    position: fixed;
    left:50px;
    top:5%;
    width:50px;
    height:50px;
    z-index:1;
}
.line{
    position: absolute;
    background-image: url('../../image/playroom2/ar/ar-line.svg');
    background-position: center;
    background-size: cover;
    width:135px;
    height:7px;
    left: -20%;
    top: 45%;
}
.bottom-logo{
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 1001;
}
.bottom-logo img{
    width: auto;
    height: 30px;
}
.ar-mobile-wrapper{
    height:100%;
    overflow: hidden;
    width:100%;
    background:black;
}
.ar-mobile-wrapper .top-bg{
    background-image:url('../../image/playroom2/ar/ar-mobile-top.png');
    background-position: bottom;
    background-size: cover;
    position: absolute;
    width:100%;
    height:130px;
    z-index:999;
    top:0;
}
.ar-mobile-wrapper .bottom-bg{
    background-image:url('../../image/playroom2/ar/ar-mobile-bottom.svg');
    background-position: top;
    background-size: cover;
    position: absolute;
    width:100%;
    height:100px;
    bottom:0;
}
.ar-mobile-wrapper .logo{
    width: 100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.ar-mobile-wrapper .logo img{
    width:auto;
    height:100%;
    max-height: 50px;
    margin-bottom:30px;
}
.ar-mobile-wrapper .home-station{
    position: relative;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    left:0;
    top:0;
}
.ar-mobile-wrapper .home-station img{
    width:50px;
    height:50px;
}
.ar-mobile-content-wrapper{
    height: calc(100% - 200px);
    width:100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top:100px;
}
.ar-mobile-content-wrapper .content{
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
}
.ar-mobile-img{
    margin-bottom:10px;
    max-height: 115px;
}

.rotate-view{
    display:none;
    width:100%;
    height:100%;
    background: black;
    z-index: 1001;
    position: absolute;
    left: 0;
    top: 0;
    padding:0 50px;
    background-image: url('../../image/playroom2/rotate_potrait/rotate-bg.png');
    background-position: center;
    background-size: cover;
}
.rotate-title{
    font-family: 'Poppins Bold';
    font-size:22px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.rotate-text{
    margin-top:15px;
    font-size:14px;
    font-family: 'Poppins';
    text-align: center;
    margin:0;
}
.rotate-logo{
    width: auto;
    height: 100%;
    max-height: 55px;
}
.rotate-img-wrapper{
    width:100%;
    margin:15px 0;
    border:1px solid #FDE1B7;
    border-radius:15px;
    padding:30px 15px;
    max-width: 90%;
}
.rotate-img{
    height:100px;
    width:100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    font-family: 'Poppins';
}
.modal.show-modal{
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:1001;
}
.ascenda-mobile-wrapper{
    height:300px;
    width:300px;
    background:#543F2B;
    border-radius:20px;
    border:1px solid var(--main-color);
    position: relative;
    padding:40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.close-overlay-wrapper,.close-popup-wrapper{
    position: absolute;
    width:40px;
    height:40px;
    top:0;
    right:0;
    background:white;
    border-radius:0 19px 0 20px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.close-overlay-wrapper svg{
    width:20px;
    height:20px;
}
.ascenda-mobile-content{
    display:none;
}
.ascenda-mobile-content.active{
    display:flex;
    flex-direction: column;
}
.mobile-popup-title{
    color:white;
    margin-bottom:20px;
    text-align: center;
    font-size:14px;
    font-family: 'Poppins Bold';
}
.ascenda-mobile-button{
    display:flex;
    width:230px;
    height:40px;
    font-size:12px;
    color:#020202;
    border-radius:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    background:white;
    margin:0 auto;
    margin-bottom:10px;
    font-family: 'Poppins Bold';
    border:none;
    padding:0;
}
#anotherEmail .ascenda-mobile-button{
    background:var(--gold-gradient);
    color:white;
}
.ascenda-mobile-button:focus{
    outline:none;
}
.email-validator{
    position: absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%)
}
.green,.red{
    display:none;
}
.green.active,.red.active{
    display:flex;
}
#anotherEmail form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ascenda-mobile-input{
    width:100%;
    max-width:230px;
    margin:0 auto;
    background:white;
    border-radius: 15px;
    padding:10px 15px;
    font-size: 12px;
    font-family: 'Poppins';
    border:none;
}
.ascenda-mobile-input:focus{
    outline:none;
}
#login-error-msg{
    font-style: italic;
    opacity: 0;
}
#login-error-msg.redText{
    opacity: 1;
}
label.error{
    font-size:8px;
    margin:10px 0;
    color:white;
}
@media(max-width:920px){
    .rotate-view{
        display:none;
    }
    .mobileOnly{
        display:block!important;
    }
    .desktopOnly{
        display:none!important;
    }
    html,body{
        height: calc(100vh - calc(100vh - 100%));
        overflow: hidden!important;
    }
    .rotate-view .rotate-img-wrapper{
        padding:20px 15px;
        margin:10px 0;
    }
    .rotate-logo{
        max-height: 35px;
    }
    .rotate-img{
        height:80px;
    }
    .rotate-text{
        margin-top:10px;
        font-size: 12px;
    }
}
/* small mobile */
@media only screen and (max-device-width: 380px){
    .ar-mobile-img{
        max-height: 115px;
    }
}
@media(max-width:920px) and (orientation:landscape){
    .rotate-view{
        display:block;
    }
}
/* laptop */
@media (min-height:600px) and (max-height:960px) {
    .bottom-logo img{
        width: auto;
        height: 30px;
    }
    .station-content{
        max-width:1024px;
        margin-top: 6%;
    }
    .logo{
        width:475px;
        height:90px;
        top:30px;
    }
    .gold-nav .nav{
        width:15px;
        height:15px;
    }
    .phone-frame{
        height:400px;
    }
    .home-station{
        left:35px;
    }
    .home-station svg{
        width:40px;
        height:40px;
    }
    .line{
        background-size: contain;
        background-repeat: no-repeat;
        width:110px;
        height:5px;
    }
    .qr-title{
        font-size:19px;
        margin:25px 0 0;
    }
    .qr-title.scan{
        margin:45px 0 0;
    }
}

@keyframes down {
    0%{
        bottom:30px;
    }
    50%{
        bottom:10px;
    }
    100%{
        bottom:30px;
    }
}
